@charset "UTF-8";
/*
 main.css
 本サイト用共通CSS（記事ページにも読み込まれる）

 主に「.d-*」など、番組のみに使用するクラスを記述するCSS
 ※「.drama-*」などの色を変更したい場合は「style.css」に記述
*/
.imgAll100 {
		width:100%;
	}

.center {
	margin: 0 auto;
}
.titleImg {
	margin: -90px auto 0 auto ;
	display: block;
	text-align: center;
}
a:hover {
  transition: opacity .1s;
	text-decoration:none;
	opacity:0.65;
}
@media screen and (max-width: 600px) {
	.titleImg {
	margin:-67px auto 0 auto ;
}
}

@media screen and (max-width: 992px) {
	.img100 {
		width:100%;
	} 
	.img90 {
		width:90%;
	}
	.img80 {
		width: 80%;
	}
	.img84 {
		width: 84%;
	}
	.img60 {
		width: 60%;
	}
}
h1.top-mainV-img {
  display: block;
  width: 100%;
  background: url(../images/top/mainBg.jpg)no-repeat center top;
  background-size: cover;
  overflow: hidden;
  font-size: 0;
}
h1.top-mainV-img img{
	display: block;
	margin: 0 auto;
}
.cooper {
	position: absolute;
    top: 50px;
    text-align: left;
    display: block;
    padding-left: 50px;
}
.mark {
	padding: 3% 0 0 0;
}
.title {
	padding: 0 0 3% 0;
}
h2 .title {
	padding: 2% 0 3% 0;
}
.mt-n11 {margin-top: -11%}
@media screen and (max-width: 992px){
	.title {
    	width: 40%;
}
	.mt-n11 {margin-top: -14vw}
	
	.cooper {
    padding-left: 20px;
		width:22%;
}
	
}

/* d-contents
========================================== */
/*.d-contentsWrap {
	width: 100%;
}
.d-main {
	width: 100%;
	background: url(../images/common/mainBg.gif)center;
}*/
.sub_bg {
	background: url(../images/pages/bg.jpg)center bottom;
	/*background-size:contain;*/
	padding-bottom: 150px;
}

.sp_only {
		display: none!important;
}
html>body>iframe{display:none}
@media(max-width : 992px){
	.pc_only{
		display:none !important}
}

@media(max-width : 992px){
	.pc_only {
		display: none;
	}
	.sp_only{
		display:block !important}
	
}

/* img
========================================== */


/* d-btn
========================================== */
.d-btn {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 5px;
	color: #000;
	font-weight: normal;
	text-align: center;
	word-break: break-all;
	position: relative;
}
.d-btn:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	margin: auto 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* drama-mainV（第2階層用ヘッダー　記事ページ含む）
========================================== */
.d-mainV-area {
	width: 100%;

}
.d-mainV-area a { display: block; }
.d-mainV-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.d-mainV-img a{
	width: 100%;
	padding-top: 30%;
	background-image: url(https://placehold.jp/1000x300.png);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}


/* d-nav
========================================== */
.d-nav-area {
	width: 100%;
  margin: 0 auto;
background: #664c06;
	box-shadow: 0px 4px 11px -1px #505050;
}
.d-nav-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}


/* drama-nav-list
------------------------------ */
.d-nav-list {
	width: 100%;
	font-size: 0;
	text-align: center;
}
.d-nav-item {
	display: inline-block;
	width: 12%;
	vertical-align: top;
	position: relative;
}
.d-nav-item:not(:first-child) { margin-left: 0.56%; }
.d-nav-item a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
	overflow: hidden;
}
.d-nav-list .d-nav-item:not(:first-child):after {
    content: '';
    display: block;
    width: 1px;
    height: 78%;
    position: absolute;
    top: 11%;
    left: 0;
    background-color: #fff;
}
@media only screen and (max-width: 600px) {
.d-nav_list {
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
.d-nav_list:after {
    content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #ffffff;
  }
}
/* d-nav - status */
.d-nav-item.is-new {}
.d-nav-item.is-new:before {
	content: '';
	display: block;
	width: 27.5%;
	height: 27.5%;
	background: url(../images/common/drama-nav-icon-new.png) no-repeat center; /* NEWマーク　左上固定の場合は left top */
	background-size: contain;
	position: absolute;
	top: -10%;
	right: -3%;
	z-index: 30;
}
.d-nav-item.is-coming {
	
}
.d-nav-item.is-coming a {
	opacity: 0.6;
	pointer-events: none;
}

/* d-nav - contents */
.d-nav-item.intro a { background-image: url(../images/common/nav_intro.png); }
.d-nav-item.cast a { background-image: url(../images/common/nav_cast.png); }
.d-nav-item.story a { background-image: url(../images/common/nav_story.png); }
.d-nav-item.music a { background-image: url(../images/common/nav_music.png); }
.d-nav-item.chart a { background-image: url(../images/common/nav_chart.png); }
.d-nav-item.topics a { background-image: url(../images/common/nav_topics.png); }
.d-nav-item.original a { background-image: url(../images/common/nav_original.png); }
.d-nav-item.sns a { background-image: url(../images/common/nav_sns.png); }
.d-nav-item.hulu a { background-image: url(../images/common/nav_hulu.png); }
.d-nav-item.coming a { background-image: url(../images/common/nav_coming.png); }
.d-nav-item a span {
	width: 100%;
	font-size: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}

.bgImages {
	background: url(../images/common/navBg_bottom.jpg);
	height: 1.6vw;
}
.d-nav-item .up {
    display: block;
    text-align: center;
    background-color: #d91212;
    font-size: 1.1rem;
    font-weight: bold;
    position: absolute;
    top: 13px;
    left: 24px;
    border-radius: 2px;
    transform: translateY(-50%);
    line-height: 1;
    padding: 5px 20px;
    z-index: 1;
	color:#fff;
}

@media only screen and (max-width: 992px) {
	.d-nav-item .up {
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
	width: 72%;
	padding: 3px 0;
}
}


/* あらすじ画面
========================================== */
/* キャストページ
========================================== */
.sub_cast {
	text-align: center;
	padding: 100px 0 10px 0;
	position: relative;
}

.sub_castIn {
	text-align: left;
	width: 1000px;
	padding: 4%;
    background: #fff;
    margin: 0 auto;
    display: block;
    border: 9px solid #936934;
    box-shadow: 0px 0px 11px 12px #ccc inset;
}
.cast-box {
	margin-bottom: 80px;
    margin-top: 30px;
}
.sub_cast .cast-box h3 {
	font-size: 1.8em;
	color: #f5168d;
}
.sub_cast .cast-box p {
	font-size: 1.2em;
	line-height: 1.5;
}
.cast_photo {
	float: left;
    margin: 0 2% 0 0;
}

@media screen and (max-width: 992px){
	.sub_cast {
		padding: 10% 0 0 0;
	}
	.sub_castIn {
		width: auto;
	}
	.cast_photo {
	margin-bottom: 2%;
    margin-right: 2%;
    margin-top: 4%;
}
}


/* イントロページ
========================================== */
.sub_intro {
	text-align: center;
	padding: 100px 0 10px 0;
	position: relative;
}

.sub_introIn {
	width: 1000px;
	padding: 2%;
    background: #fff;
    margin: 0 auto;
    display: block;
    border: 9px solid #936934;
    box-shadow: 0px 0px 11px 12px #ccc inset;
}


@media screen and (max-width: 992px){
	.sub_intro {
		padding: 10% 0 0 0;
	}
	.sub_introIn {
		width: auto;
	}
}
/* 相関図ページ
========================================== */
.sub_chart {
	text-align: center;
	padding: 100px 0 10px 0;
	position: relative;
}

.sub_chartIn {
	width: 1000px;
	padding: 0;
    background: #fff;
    margin: 0 auto;
    display: block;
    border: 9px solid #936934;
    box-shadow: 0px 0px 11px 12px #ccc inset;
}
.sub_chartIn img {
	width: 100%;
}

@media screen and (max-width: 992px){
	.sub_chart {
		padding: 10% 0 0 0;
	}
	.sub_chartIn {
		width: auto;
	}
}
/* 原作ページ
========================================== */
.sub_original {
	text-align: center;
	padding: 100px 0 10px 0;
	position: relative;
}

.sub_originalIn {
	width: 1000px;
	padding: 2%;
    background: #fff;
    margin: 0 auto;
    display: block;
    border: 9px solid #936934;
    box-shadow: 0px 0px 11px 12px #ccc inset;
}


@media screen and (max-width: 992px){
	.sub_original {
		padding: 10% 0 0 0;
	}
	.sub_originalIn {
		width: auto;
	}
}

/* 主題歌ページ
========================================== */
.sub_music {
	text-align: center;
	padding: 100px 0 10px 0;
	position: relative;
}

.sub_musicIn {
	width: 1000px;
	padding: 2%;
    background: #fff;
    margin: 0 auto;
    display: block;
    border: 9px solid #936934;
    box-shadow: 0px 0px 11px 12px #ccc inset;
}


@media screen and (max-width: 992px){
	.sub_music {
		padding: 10% 0 0 0;
	}
	.sub_musicIn {
		width: auto;
	}
}

/* Huluページ
========================================== */
.huluBg {
	background: url(../images/spinoff/bg.jpg)center bottom!important;
}

.sub_hulu {
	text-align: center;
	padding: 100px 0 10px 0;
	position: relative;
}

.sub_huluIn {
	width: 1000px;
    margin: 0 auto;
    display: block;
	background: #452005;
	color: #fff;
}
.sub_huluIn h3 {
	font-size: 1.8em;
	padding: 20px 0 22px 0;
}
.sub_huluIn p {
	font-size: 1.8em;
	padding: 0 0 22px 0;
}
.sub_huluIn .all5 {
	    margin-bottom: 20px;
}

.sub_huluIn2 {
	width: 1000px;
    margin: 0 auto;
    display: block;
	background: #49a32f;
	color: #fff;
	padding: 4% 0;
}
.sub_huluIn2 h3 {
	font-size: 1.8em;
	padding: 0 0 3% 0;
}
.sub_huluIn2 ul {
	display: flex;
    justify-content: center;
}
.sub_huluIn2 ul li {
	margin:0 2%;
}
.sub_huluIn2 ul li img{
	width: 100%;
}
.sub_huluIn3 {
	width: 1000px;
    margin: 0 auto;
	background: #fff;
	color: #000;
	padding: 2% 0;
}
.sub_huluIn3 p {
    font-size: 1.4em;
    width: 90%;
	margin: 2% auto;
	text-align: center;
	font-weight: bold;
}
.sub_huluIn4 {
	width: 1000px;
    margin: 0 auto;
	background: #fff;
	color: #000;
	padding: 2% 0;
}
.sub_huluIn5 {
	width: 1000px;
    margin: 0 auto;
	background: #fff;
	color: #000;
	padding: 2% 0;
}
.sub_huluIn6 {
	width: 1000px;
    margin: 0 auto;
    display: block;
	background: #49a32f;
	color: #fff;
	padding: 6% 0;
}
.sub_huluIn6 h3 {
	font-size: 1.9em;
	padding: 30px 0 22px 0;
}
.sub_huluIn6 h4 {
	font-size: 1.8em;
	padding: 0 0 22px 0;
}
.sub_huluIn6 p {
	font-size: 1.2em;
    padding: 0 3%;
}
.sub_huluIn6 ul {
	display: flex;
    justify-content: center;
}
.sub_huluIn6 ul li {
	margin:0 2%;
}
.sub_huluIn6 ul li img{
	width: 100%;
}
.story_text {
	margin-top: 60px;
    font-size: 1.2em;
    text-align: left;
}




/*タブのスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 800px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/5 - 10px);
  height: auto;
	line-height: 1.3;
  background-color: #b7aea8;
	padding: 2%;
	margin: 0 5px;
  font-size: 13px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	color: #fff;
	font-weight: normal;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 35px 0 35px;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#no1:checked ~ #no1_content,
#no2:checked ~ #no2_content,
#no3:checked ~ #no3_content,
#no4:checked ~ #no4_content,
#no5:checked ~ #no5_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #452005;
  color: #fff;
font-weight: normal;
}
.tab_number {
	font-size: 1.4em;
}
.story_number {
	padding: 10px 30px;
    border: 1px solid #000;
    margin: 2% 0 6% 0;
    display: inline-block;
    font-size: 1.8em;
	letter-spacing: 3px;
}
.story_number span {
    font-size: 1.4em;
}



@media screen and (max-width: 992px){
	.sub_hulu {
		padding: 10% 0 0 0;
	}
	.sub_huluIn {
		width: auto;
	}
	.huluBg {
		padding-bottom: 0;
	}
	.sub_hulu .title {
	width: 60%;
}
	.sub_huluIn h3 {
	font-size: 1.4em;
}
	.sub_huluIn2 {
		width: auto;
	}
	.sub_huluIn3 {
		width: auto;
	}
	.sub_huluIn3 p {
    font-size: 1.2em;
    width: 86%;
	margin: 2% auto;
	text-align: left;
}
	.sub_huluIn4 {
		width: auto;
	}
	.tabs {
		width: 100%;
	}
	.sub_huluIn5 {
		width: auto;
	}
	.sub_huluIn6 {
		width: auto;
	}
	.story_number {
	padding: 10px 18px;
	letter-spacing: 0px;
	font-size: 1.4em;
}
	.tab_number {
    font-size: 1.2em;
}
}

/*====================================================================
slick
====================================================================*/

html, body {
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
}
.sliderArea {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2px;
}
.sliderArea.w300 {
    max-width: 300px;
}
.slick-slide {
    margin: 0 5px;
}
.slick-slide img {
    width: 100%;
    height: auto;
}
.slick-prev, .slick-next {
    z-index: 1;
}
.slick-prev:before, .slick-next:before {
    color: #000!important;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-active {
    opacity: 1;
}
.slick-current {
    opacity: 1;
}
.thumb {
    margin: 20px 0 0;
}
.thumb .slick-slide {
    cursor: pointer;
}
.thumb .slick-slide:hover {
    opacity: .7;
}
/* trailer
========================================== */
.trailer-area {
	padding: 40px 0 60px;
	background-color: #ccc;
}
.trailer-area a { display: block; }
.trailer-inner {}
.trailer-box {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	align-content: stretch;
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}


/* trailer-movie
------------------------------ */
.trailer-movie {
	width: 100%;
	padding: 40px 0px 10px 0;
	background-color: #fff;
	position: relative;
}
.trailer-movie2 {
	width: 92%;
	padding: 0 0 10px 0;
	background-color: #fff;
	position: relative;
	margin: 0 auto;
}
.trailer-movie-data {
	padding-top: 56%;
	position: relative;
}

.trailer-movie-data iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}


/* trailer-detail
------------------------------ */
.trailer-detail {
	width: 37%;
	padding: 40px 30px;
	position: relative;
}

.trailer-detail-title {
	display: flex;
	flex-flow: row wrap;
	align-items: baseline;
	justify-content: space-between;
	align-content: stretch;
	font-size: 0;
	line-height: 1;
	vertical-align: baseline;
}
.trailer-detail-title span {}
.trailer-detail-title span.number {
	color: #000;
	font-size: 8rem;
	font-weight: bold;
	letter-spacing: 10px;
}
.trailer-detail-title span.date {
	margin-top: 0.3rem;
	color: #969696;
	font-size: 1.8rem;
}

.trailer-detail-text {
	margin: 5px auto;
	font-size: 1.6rem;
}

.trailer-detail-btn {
	width: 100%;
	padding: 15px 40px 40px 30px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.trailer-detail-btn .d-btn {
	padding: 8px;
	font-size: 1.6rem;
}
.trailer-detail-btn .d-btn:not(:first-child) { margin-top: 4.2%; }






















/* contentsBox
========================================== */
.d-contentsBox {

}
.topBgGen {
	background: url(../images/top/gen.png)no-repeat center top;
}
.d-contentsBox-inner {
	overflow: hidden;
}
@media only screen and (max-width: 992px) {
	.d-contentsBox {
		background-size:contain;
	}
}


/* area
========================================== */
.d-area {
	width: 100%;
}
.d-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

/* box
========================================== */
.d-box {
	word-break: break-all;
}
.d-box-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;
	text-align: center;
}
.d-box-title-01 {}
.d-box-title-02 {}

.d-box-body {
	
}

/* channel
========================================== */
.channel-area {
	margin:60px 0 80px;
}

.channel-list {
  display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.channel-item {
  flex: 0 1 100%;
}
.channel-item + .channel-item {
  margin-left: 3%;
}
.channel-item a {
  display: block;
  padding: 13px 10px;
  border-radius: 3px;
}

.channel-item.tada a { background-color: #ff005a;}
.channel-item.hulu a { background-color: #67ae3e;}

/*.channel-item.tada a span {
  background-image: url(../images/top/channel-tada-pc.png);
}*/
.channel-item.tver a span {
  background-image: url(../images/top/bnr_tver_pc.png);
}

.channel-item.hulu a span {
  background-image: url(../images/top/channel-hulu-pc.png);
}

.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;
}

#topics .topics-btn {
    margin: 10% auto;
}

@media only screen and (min-width: 993px){
#topics .topics-btn {
    margin: 60px auto 0 auto !important;
}
}


/* vod
========================================== */
.story-channel-title {
	text-align: center;
	font-size: 1.9em;
    font-weight: bold;
    padding: 0px 0 30px 0;
}
.vod-banner-area .vod-banner-inner{
	padding:0;
	max-width: 820px;
    margin: 3vw auto 0 auto;
}
@media(max-width : 992px){
	.vod-banner-area .vod-banner-inner{
		padding:0 10px
	}
}
.vod-banner-area .vod-banner-inner .vod-banner-list{
	display:flex
}
.vod-banner-area .vod-banner-inner .vod-banner-item{
	width:48%;margin: 0 auto;
}
@media(max-width : 600px){
	.vod-banner-area .vod-banner-inner .vod-banner-item{
		width:48.5%
	}
}
.vod-banner-area .vod-banner-inner .vod-banner-item:nth-of-type(2){
	margin-left:4%
}
@media(max-width : 600px){
	.vod-banner-area .vod-banner-inner .vod-banner-item:nth-of-type(2){
		margin-left:3%
	}
}
.vod-banner-area .vod-banner-inner .vod-banner-item a{
	display:block;
	width:100%
}
.vod-banner-area .vod-banner-inner .vod-banner-item a img{
	width:100%
}

@media only screen and (max-width: 600px) {
	.story-channel-inner {
		max-width: 100%;
		margin: 0;
	}
	.story-channel-title {
		margin-bottom: 10px;
		font-size: 1.9rem;
		letter-spacing: 0;
	}

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


/* kikuchi
========================================== */

.kikuchi-banner-area .kikuchi-banner-inner{
	padding:0;
	max-width: 820px;
    margin: 10px auto 0 auto;
}
@media(max-width : 992px){
	.kikuchi-banner-area .kikuchi-banner-inner{
		padding:0 10px
	}
}
.kikuchi-banner-area .kikuchi-banner-inner .kikuchi-banner-list{
	display:flex
}
.kikuchi-banner-area .kikuchi-banner-inner .kikuchi-banner-item{
	width:48%;margin: 0 auto;
}
@media(max-width : 600px){
	.kikuchi-banner-area .kikuchi-banner-inner .kikuchi-banner-item{
		width:48.5%
	}
}
.kikuchi-banner-area .kikuchi-banner-inner .kikuchi-banner-item:nth-of-type(2){
	margin-left:4%
}
@media(max-width : 600px){
	.kikuchi-banner-area .kikuchi-banner-inner .kikuchi-banner-item:nth-of-type(2){
		margin-left:3%
	}
}
.kikuchi-banner-area .kikuchi-banner-inner .kikuchi-banner-item a{
	display:block;
	width:100%
}
.kikuchi-banner-area .kikuchi-banner-inner .kikuchi-banner-item a img{
	width:100%
}
/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}

	/* drama-contentsWrap
	========================================== */
	.d-contentsWrap {
		background-position: 10% center;
		background-size: 5% auto;
	}


	/* drama - setting
	========================================== */
	.d-area {  }
	.d-inner {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}


	/* drama-mainV（第2階層用ヘッダー　記事ページ含む）
	========================================== */
	.d-mainV-img a{
		padding-top: 53.125%;
		background-image: url(https://placehold.jp/640x340.png);
	}


  /* drama-nav
	========================================== */
	/* drama-nav-list
	------------------------------------------ */
	.d-nav-list { margin: 0 auto; padding: 0 1px;position: relative;}
	.d-nav-item { width: 24.25%; }
	.d-nav-item:not(:first-child) { margin-left: 1px; }
	.d-nav-item:nth-child(4n+1) { margin-left: 0; }
	.d-nav-item:nth-child(n+5) { margin-top: 1px; }
	.d-nav-item a span { font-size: 0; }
	.d-nav-list .d-nav-item:nth-child(5):after{background:none}
	.d-nav-list:after {
    content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #ffffff;
  }
}

/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
}

/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {
	.d-main a {
		transition: opacity .1s ease;
	}
	.d-main a:hover {
		opacity: 0.6;
	}
}
/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}