@charset "utf-8";

/*サイドグレーナビ　トップのみ非表示の設定*/
#side_navigation{display:none!important;}


/*ラインアップ*/
#lineup {
  margin-bottom: 20px !important;
  padding-top: 20px !important;
}

#lineup h3{
  margin-bottom: 50px;
}


/*スペシヤルコンテンツ*/
#special {
	padding-bottom: 90px;
}
#special ul {
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
}

.flex .box .text_box p {
  letter-spacing: 0.1em;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#special ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 470px;
	height: 140px;
	padding-left: 170px;
	background: #fff;
	margin: 20px;
	position: relative;
	
}

#special ul li:first-child {
	margin-left: 0;
}

#special ul li a::before {
	content: '';
	display: inline;
	width: 140px;
	height: 140px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#special ul li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	width: 470px;
	height: 140px;
	margin-left: -170px;
	padding-left: 170px;
	font-size: 16px;
	color: #2b383f;
	padding-top: 20px;
}

#special ul li a::after {
	content: '';
	border-top: 2px solid #009844;
	border-right: 2px solid #009844;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	margin-top: -5px;
}

#special ul li a span.linkName {
	font-family: "ヒラギノ角ゴ W6 JIS2004", Hiragino Kaku Gothic W6 JIS2004, "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 2em;
}
#special ul li a.mamechishiki::before {
	background: url("../img/mamechishiki.jpg") left center no-repeat;
	background-size: cover;
}

#special ul li a.enjoy::before {
	background: url("../img/enjoy.jpg") left center no-repeat;
	background-size: cover;
}

/*関連りんく*/

#related_links{
	padding-top: 110px;
	padding-bottom: 180px !important;
}


/*ニュース＆トピックス*/

#news_topics .flex .box .text_box{
	background: #ebeff2;
}


/*********************************************************************
	*For PC
**********************************************************************/


@media screen and (min-width: 737px){

	/*ヘッダー*/
	#mv .mv_img {
		background: url(../img/main_pc.jpg);
	  	background-size: 100% auto;
	}
}


/*********************************************************************
	*For Sp
**********************************************************************/

@media screen and (max-width: 736px) {


	/*ヘッダー*/
	#mv .mv_img {
		background: url(../img/main_sp.jpg) left top no-repeat;
		background-size: 100% auto;
		padding-top: 133.4375%
	}	
	/*  
	#mv .leadcopy{
		font-size: 24px !important;
	}
	#mv {
		border-bottom: 2px solid #eceff1;
	}

	#mv .mv_text p {
		letter-spacing: 0.1em;
		-moz-font-feature-settings: "palt";
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}*/

	/*ラインアップ*/
	#lineup {
	  margin-bottom: 20px !important;
	  padding-top: 40px !important;
	}

	#lineup h3{
	  margin-bottom: 20px;
	}

	#special ul {
	  width: 100%;
	  display: block;
	}

	#special ul li {
	  width: 100%;
	  margin: 20px auto;
	  padding-left: 130px;
	  height: 114px;
	}

	#special ul li a {
	  width: 100%;
	  height: 114px;
	  display: inline-block; 
	  padding: 10px 0;
	  margin: 0;
	  font-size: 14px;
	  
	}

	#special ul li a::before {
	  width: 114px;
	  height: 114px;
	}

	#special ul li a span.sp_frm {
	  display: inline-block;
	  width: calc(100% - 10px);
	}

	#special ul li a span.linkName {
	  font-size: 16px;
	  font-weight: bold;
	}

	#special ul li a::after {
	  display: none;
	}

}


