@charset "UTF-8";

/*共通
---------------------------------------------------------- */
.ttl_head {
	margin: 0 0 40px;
	text-align: center;
}

.ttl_head h2 {
	color: #444;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.ttl_head h2 span {
	display: block;
	margin: 0 0 15px;
	font-size: 4.5rem;
	font-family: 'Paytone One', sans-serif;
	line-height: 1;
	word-break: break-all;
	letter-spacing: 0.02em;
}



@media screen and (max-width: 750px) {
	
	.ttl_head {
		margin: 0 0 20px;
	}
	
	.ttl_head h2 {
		font-size: 1.2rem;
	}

	.ttl_head h2 span {
		margin: 0 0 5px;
		font-size: 3.2rem;
		letter-spacing: normal;
	}
	
}




/*top_main
---------------------------------------------------------- */
.top_main {
	margin: 0 0 80px;
	background: #f3f3f3;
}



@media screen and (max-width: 750px) {
	
	.top_main {
		margin: 0 0 50px;
	}
	
}




/*main_slider
---------------------------------------------------------- */
.main_slider {
	overflow: hidden;
}

.main_slider .slick-list .slick-slide img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.main_slider .slick-list {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 !important;
	overflow: visible;
}



/*メインバナー
---------------------------------------------------------- */
.top_main_bnr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*max-width: -webkit-calc(1240px + 60px);
	max-width: calc(1240px + 60px);*/
	margin: 0 auto;
	padding: 30px;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.top_main_bnr_list {
	/*max-width: 615px;
	width: 50%;*/
}

.top_main_bnr_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: -15px 0 0 -15px;
}

.top_main_bnr_list li {
	/*width: -webkit-calc(50% - 15px);
	width: calc(50% - 15px);*/
	margin: 15px 0 0 15px;
}

.top_main_bnr_list li img {
	width:100%;
	max-width:330px; 
}

.top_main_bnr_list li a,
.top_main_aside_slider a {
	display: block;
}

.top_main_bnr_list li a:hover,
.top_main_aside_slider a:hover {
	opacity: 0.6;
}

.top_main_aside_slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	max-width: 535px;
	width: 50%;
	margin: 0 0 0 2%;
	padding: 15px 20px;
	background: #fff;
	position: relative;
}

.top_main_aside_slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top_main_aside_slider .slick-list .slick-slide {
	width: -webkit-calc(50% - 10px) !important;
	width: calc(50% - 10px) !important;
	margin: 0 5px;
}

.top_main_aside_slider .slick-prev,
.top_main_aside_slider .slick-next {
	position: absolute;
	top: 50%;
	border: none;
	outline: none;
	display: block;
	font-size: 0;
	line-height: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 30px;
	height: 60px;
	background: #777;
	z-index: 100;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.top_main_aside_slider .slick-prev:hover,
.top_main_aside_slider .slick-next:hover {
	background: #e7316e;
}

.top_main_aside_slider .slick-prev {
	left: -15px;
}

.top_main_aside_slider .slick-next {
	right: -15px;
}

.top_main_aside_slider .slick-prev:before {
	content: "\e901";
	display: inline-block;
	vertical-align: middle;
	font-family: 'icomoon';
	color: #fff;
	font-size: 15px;
}

.top_main_aside_slider .slick-next:before {
	content: "\e900";
	display: inline-block;
	vertical-align: middle;
	font-family: 'icomoon';
	color: #fff;
	font-size: 15px;
}



@media screen and (max-width: 1285px) {
	
	.top_main_aside_slider {
		overflow: hidden;
	}
	
	.top_main_aside_slider .slick-prev {
		left: 0;
	}

	.top_main_aside_slider .slick-next {
		right: 0;
	}
	
	
}



@media screen and (max-width: 750px) {
	
	.top_main_bnr {
		display: block;
		padding: 20px 5%;
	}
	
	.top_main_bnr_list {
		max-width: 100%;
		width: 100%;
		margin: 0 0 10px;
	}
	
	.top_main_bnr_list ul {
		display: block;
		margin: 0;
	}
	
	.top_main_bnr_list li {
		width: 100% !important;
		margin: 10px 0 0;
	}
	
	.top_main_bnr_list li:first-child {
		margin: 0;
	}
	
	.top_main_bnr_list li img {
		width: 100%;
		max-width: 100%;
	}
	
	.top_main_aside_slider {
		max-width: 100%;
		width: 100%;
		margin: 0;
		overflow: visible;
	}
	
	.top_main_aside_slider .slick-prev {
		left: -5%;
	}

	.top_main_aside_slider .slick-next {
		right: -5%;
	}
}




/*top_column
---------------------------------------------------------- */
.top_column {
	max-width: 1700px;
	margin: 0 auto 95px;
	position: relative;
}

.top_column:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -15px;
	width: 384px;
	height: 100%;
	background: url(../images/top/column_bg_item01.png) left top no-repeat;
}

.top_column:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 60px;
	width: 468px;
	height: 100%;
	background: url(../images/top/column_bg_item02.png) right top no-repeat;
}

.top_column .ttl_head {
	margin: 0 0 30px;
}
.top_column .ttl_head h2 span {
	margin: 0 0 12px;
}

.top_column_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: -webkit-calc(1240px + 60px);
	max-width: calc(1240px + 60px);
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
	z-index: 2;
}

.top_column_block .top_news {
	width: 290px;
}

.top_column_block .top_news .news_list {
	height: 330px;
	overflow-y: scroll;
}

.top_column_block .top_news .news_list::-webkit-scrollbar { 
	width: 10px !important;
}

.top_column_block .top_news .news_list::-webkit-scrollbar-thumb {
	background: #bebec0;
	border-radius: 0;
}

.top_column_block .top_news .news_list::-webkit-scrollbar-track-piece:start {
	background: #d7d7d8;
}

.top_column_block .top_news .news_list::-webkit-scrollbar-track-piece:end {
	background: #d7d7d8;
}

.top_column_block .top_news .news_list ul {
	margin: 0 10px 0 0;
	background: #fff;
}

.top_column_block .top_news .news_list li a {
	display: block;
	padding: 15px 20px;
	color: #444;
	font-size: 1.6rem;
	/*border-bottom: 1px solid #ddd;*/
	border-top:1px solid #89a2d2;
}

.top_column_block .top_news .news_list li:first-child a {
	padding-top: 20px;
}

.top_column_block .top_news .news_list li:last-child a {
	padding-bottom: 30px;
	border-bottom: none;
}

.top_column_block .top_news .news_list li p {
	margin: 0 0 5px;
	font-size: 1.6rem;
	font-weight: bold;
}

.top_column_block .top_news .news_list li p .date {
	color: #999;
}

.top_column_block .top_news .news_list li p .cate {
	display: inline-block;
	margin: 0 0 0 10px;
	color: #869fcc;
}

.top_column_block .top_movie {
	width: 590px;
	margin: 0 0 0 40px;
}

.top_column_block .top_movie .movie {
	position: relative;
	z-index: 2;
}

.top_column_block .top_movie .movie,
.top_column_block .top_movie .movie_box,
.top_column_block .top_movie .movie iframe {
	height: 330px !important;
}

.top_column_block .top_movie .movie iframe {
	width: 100% !important;
}

.top_column_block .top_movie .movie .youtube_thumbs {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top_column_block .top_movie .movie .youtube_thumbs .play_btn {
	width: 72px;
	height: 52px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 1s;
	transition: 1s;
}

.top_column_block .top_movie .movie .youtube_thumbs.play_btn img {
	width: 68px;
	height: auto;
}

.top_column_block .top_movie .btn_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	margin: 0;
	position: relative;
	z-index: 2;
}

.top_column_block .top_movie .btn {
	min-width: 274px;
	margin: 0;
	-webkit-box-shadow: 0px 15px 45px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 45px 5px rgba(0, 0, 0, 0.1);
}

.top_column_block .top_now {
	width: 290px;
	margin: 0 0 0 40px;
}

.top_column_block .top_now .top_now_block {
}

.top_column_block .top_now .ttl_head {
}

.top_column_block .top_now .now_list {
	padding: 20px;
	height: 330px;
	background: #fff9da;
	position: relative;
}

.top_column_block .top_now .now_list .now_mark {
	position: relative;
}

.top_column_block .top_now .now_list .now_mark:before {
	content: "";
	border-style: solid;
	border-color: #e7316e  transparent transparent  #e7316e;
	border-width: 35px ;
	position: absolute;
	top: -20px;
	left: -20px;
	height: 0px;
	width: 0px;
}

.top_column_block .top_now .now_list .now_mark p {
	position: absolute;
	color: #FFF;
	top: -7px;
	left: -15px;
	font-size: 1.3rem;
	font-weight: bold;
	-webkit-animation: flash 1.8s linear infinite;
	animation: flash 1.8s linear infinite;
}

@-webkit-keyframes flash {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
@keyframes flash {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

.top_column_block .top_now .now_list .title {
	margin: 15px 0 5px;
	font-size: 1.6rem;
	font-weight: bold;
}


@media screen and (max-width: 1240px) {
	
	.top_column:before {
		width: 190px;
		-webkit-background-size: 190px auto;
		-moz-background-size: 190px auto;
		-o-background-size: 190px auto;
		background-size: 190px auto;
	}
	
	.top_column:after {
		width: 370px;
		-webkit-background-size: 370px auto;
		-moz-background-size: 370px auto;
		-o-background-size: 370px auto;
		background-size: 370px auto;
	}
	
}



@media screen and (min-width: 751px) {
	
	.top_column_block .top_news .news_list li a:hover {
		background-color: #f3f3f3;
	}

}



@media screen and (max-width: 750px) {
	
	.top_column {
		margin: 0 auto 45px;
	}
	
	.top_column .ttl_head {
		margin: 0 0 20px;
	}
	
	.top_column_block {
		display: block;
		padding: 0;
	}
	
	.top_column:before,
	.top_column:after {
		display: none;
	}
	
	.top_column_block .top_news {
		width: 100%;
		margin: 0 0 45px;
		position: relative;
	}
	
	.top_column_block .top_news:after,
	.top_column_block .top_movie_block:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 190px;
		background: #8ca6d4;
	}
	
	.top_column_block .top_movie_block:after {
		background: #f39a9a;
	}
	
	.top_news_block,
	.top_movie_block,
	.top_now_block {
		padding: 0 3% 25px;
		position: relative;
	}
	
	.top_column_block .top_news .news_list {
		height: 300px;
		position: relative;
		z-index: 2;
	}
	
	.top_column_block .top_news .news_list ul {
		margin: 0;
	}
	
	.top_column_block .top_news .news_list li a {
		padding: 15px 20px;
		font-size: 1.5rem;
		/*border-bottom: 1px solid #89a2d2;*/
	}
	
	.top_column_block .top_news .news_list li:first-child a {
		padding-top: 20px;
		border-top: 1px solid #89a2d2;
	}
	
	.top_column_block .top_news .news_list li a p {
		font-size: 1.4rem;
	}
	
	.top_column_block .top_news .news_list li a p {
		font-size: 1.4rem;
	}
	
	.top_column_block .top_movie {
		width: 100%;
		margin: 0 0 45px;
	}
	
	.top_column_block .top_movie .movie,
	.top_column_block .top_movie .movie_box,
	.top_column_block .top_movie .movie iframe {
		height: auto !important;
	}
	
	.top_column_block .top_movie .movie:before {
		content: "";
		display: block;
		padding-top: 56.25%;
	}
	
	.top_column_block .top_movie .movie_box {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100% !important;
	}
	
	.top_column_block .top_movie .movie iframe {
		width: 100% !important;
		height: 100% !important;
	}
	
	.top_column_block .top_movie .btn_area {
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.top_column_block .top_movie .btn {
		width: auto;
		min-width: 220px;
	}
	
	.top_column_block .top_now {
		width: 100%;
		margin: 0;
		position: relative;
	}
	
	.top_now_block {
		padding-bottom: 0;
	}
	
	.top_column_block .top_now .now_list {
		height: auto;
	}
}




/*top_recommend
---------------------------------------------------------- */
.top_recommend {
	padding: 0 0 80px;
	overflow: hidden;
	position: relative;
}

.top_recommend .ttl_head,
.top_more_info .ttl_head {
	max-width: -webkit-calc(1240px + 60px);
	max-width: calc(1240px + 60px);
	margin: 0 auto 40px;
	padding: 0 30px;
}

.top_recommend_block {
	position: relative;
	z-index: 2;
}

.recommend_list {
	position: relative;
}

.recommend_list .bg {
	mix-blend-mode: multiply;
}

.ie .recommend_list .bg {
	z-index: -1;
}

.recommend_list .bg .bg_item01 {
	position: absolute;
	z-index: 2;
	left: 125px;
	top: -65px;
}

.recommend_list .bg .bg_item01 img {
	width: 119px;
	height: 87px;
}

.recommend_list .bg .bg_item02 {
	position: absolute;
	z-index: 2;
	left: -20px;
	top: 40px;
}

.recommend_list .bg .bg_item02 img {
	width: 114px;
	height: 83px;
}

.recommend_list .bg .bg_item03 {
	position: absolute;
	z-index: 2;
	left: 107px;
	top: 120px;
}

.recommend_list .bg .bg_item03 img {
	width: 114px;
	height: 83px;
}

.recommend_list .bg .bg_item04 {
	position: absolute;
	z-index: -1;
	right: -235px;
	bottom: -340px;
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.ie .recommend_list .bg .bg_item04 {
	right: -260px;
	bottom: -330px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.recommend_list .bg .bg_item04 img {
	width: 892px;
	height: 956px;
}

.recommend_list .bg .bg_item04 .ie {
	display: none;
}

.ie .recommend_list .bg .bg_item04 .ie {
	display: block;
}

.ie .recommend_list .bg .bg_item04 .all {
	display: none;
}

.recommend_list > ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin: 35px 0 0;
}

.recommend_list > ul > li:nth-child(even) {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.recommend_list > ul > li:first-child {
	margin: 0;
}

.recommend_list > ul > li .ph {
	width: -webkit-calc(50% - 220px);
	width: calc(50% - 220px);
}

.recommend_list > ul > li .ph_box {
	position: absolute;
	max-width: 600px;
	min-width: 500px;
	left: 0;
	margin-left: calc(50% - 620px);
	z-index: 10;
}

.recommend_list > ul > li:nth-child(even) .ph_box {
	margin-left: 0;
	left: inherit;
	right: 0;
	margin-right: calc(50% - 620px);
}

.recommend_list > ul > li .ph_box img {
	position: relative;
	z-index: 3;
}

.recommend_list > ul > li .btn_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	margin: 0;
}

.recommend_list > ul > li:nth-child(even) .ph_box .btn_area {
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}

.recommend_list > ul > li .btn {
	min-width: 274px;
	margin: 0;
	-webkit-box-shadow: 0px 15px 45px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 45px 5px rgba(0, 0, 0, 0.1);
}

.recommend_list > ul > li .txt {
	width: -webkit-calc(50% + 220px);
	width: calc(50% + 220px);
	margin: 40px 0 0;
	background: #71bed8;
}

.recommend_list > ul > li:nth-child(even) .txt {
	background: #5cbd96;
}

.recommend_list > ul > li .txt_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	min-height: 370px;
	padding: 60px 30px 60px 240px;
	color: #fff;
	font-size: 1.6rem;
}

.recommend_list > ul > li:nth-child(even) .txt_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	padding: 60px 240px 60px 30px;
}

.recommend_list > ul > li .txt_box_inner {
	width: 600px;
	position: relative;
	z-index: 2;
}

.recommend_list > ul > li .txt_box_inner .detail {
	margin: 0 0 10px;
}

.recommend_list > ul > li .txt_box_inner .detail dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 8px 0 0;
	font-size: 1.6rem;
}

.recommend_list > ul > li .txt_box_inner .detail dl:first-child {
	margin: 0;
}

.recommend_list > ul > li .txt_box_inner .detail dl dt {
	width: 92px;
}

.recommend_list > ul > li .txt_box_inner .detail dl dt span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	padding: 2px 3px;
	color: #5db3cd;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	background: #fff;
}

.recommend_list > ul > li:nth-child(even) .txt_box_inner .detail dl dt span {
	color: #54b98c;
}

.recommend_list > ul > li .txt_box_inner .detail dl dd {
	flex: 1;
	-ms-flex: 1;
	margin: 0 0 0 15px;
}

.recommend_list > ul > li .txt_box_inner .ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 30px;
}

.recommend_list > ul > li .txt_box_inner .ttl h3 {
	flex: 1;
	-ms-flex: 1;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
}

.recommend_list > ul > li .txt_box_inner .sns_list {
	margin: 0 0 0 10px;
}

.recommend_list > ul > li .txt_box_inner .sns_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.recommend_list > ul > li .txt_box_inner .sns_list li {
	width: 40px;
	border-radius: 50%;
	margin: 0 0 0 10px;
}

.recommend_list > ul > li .txt_box_inner .sns_list li:first-child {
	margin: 0;
}

.recommend_list > ul > li .txt_box_inner .sns_list li a {
	display: block;
	border-radius: 50%;
}

.recommend_list > ul > li .txt_box_inner .sns_list li a:hover {
	-webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.2);
	box-shadow: 0 3px 15px rgba(0,0,0,0.2);
}

#specialrecommend1 > div > a,
#specialrecommend2 > div > a {
	display: block;
}
#specialrecommend1 > div > a:hover img,
#specialrecommend2 > div > a:hover img {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#specialrecommend1text a,
#specialrecommend2text a {
	color: #FFF;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#specialrecommend1text a:hover,
#specialrecommend2text a:hover {
	color: #FFF;
	text-decoration: none;
}



@media screen and (max-width: 1240px) {
	
	.recommend_list > ul > li .ph_box {
		width: calc(100% - 650px);
		margin-left: 30px;
	}
	
	.recommend_list > ul > li:nth-child(even) .ph_box {
		margin-right: 30px;
	}
	
}



@media screen and (max-width: 750px) {
	
	.top_recommend {
		padding:  0 0 30px;
	}
	
	.top_recommend .ttl_head,
	.top_more_info .ttl_head {
		margin: 0 auto 20px;
		padding: 0 3%;
	}
	
	.top_more_info .ttl_head {
		padding: 0;
	}
	
	.recommend_list .bg {
		display: none;
	}
	
	.recommend_list > ul > li {
		display: block;
	}
	
	.recommend_list > ul > li .ph {
		width: 97% !important;
	}
	
	.recommend_list > ul > li .ph_box {
		position: relative;
		width: auto;
		max-width: 100%;
		min-width: 100%;
		left: 0;
		margin-left: 0 !important;
	}
	
	.recommend_list > ul > li .ph_box img {
		width: 100%;
	}
	
	.recommend_list > ul > li .ph_box .btn_area {
		display: none;
	}
	
	.recommend_list > ul > li .btn_area {
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.recommend_list > ul > li .btn {
		width: auto;
		min-width: 220px;
	}
	
	.recommend_list > ul > li .txt {
		width: 100% !important;
		margin: -6% 0 0;
	}
	
	.recommend_list > ul > li .txt_box {
		display: block !important;
		min-height: auto;
		padding: 10% 4% 20px 4% !important;
		font-size: 1.5rem;
		text-align:justify;
	}
	
	.recommend_list > ul > li .txt_box_inner {
		width: 100%;
	}
	
	.recommend_list > ul > li .txt_box_inner .ttl {
		margin: 0 0 15px;
	}
	
	.recommend_list > ul > li .txt_box_inner .ttl h3 {
		font-size: 2.2rem;
	}
	
	.recommend_list > ul > li .txt_box_inner .sns_list li {
		width: 35px;
		margin: 0 0 0 5px;
	}
	
	.recommend_list > ul > li .txt_box_inner .detail {
		margin: 0 0 10px;
	}
	
	.recommend_list > ul > li .txt_box_inner .detail dl {
		font-size: 1.4rem;
	}
	
	.recommend_list > ul > li .txt_box_inner .detail dl dt {
		width: 70px;
	}
	
	.recommend_list > ul > li .txt_box_inner .detail dl dt span {
		padding: 2px;
		font-size: 1.2rem;
		line-height:1.6;
	}
	
	.recommend_list > ul > li .txt_box_inner .detail dl dd {
		margin: 0 0 0 15px;
	}
	.recommend_list > ul > li .txt_box_inner p {
		font-size: 1.5rem;
	}
}





/*more_info
---------------------------------------------------------- */
.top_more_info {
	padding: 70px 0;
	background: #f2f1f1;
}

.top_more_info_block {
	margin: 0 0 70px;
	position: relative;
}

.top_more_info_block .bg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 378px;
	position: absolute;
	bottom: -35px;
	z-index: 1;
}

.top_more_info_block .bg .bg_left {
	width: -webkit-calc(50% - 560px);
	width: calc(50% - 560px);
}

.top_more_info_block .bg .bg_right {
	width: -webkit-calc(50% + 560px);
	width: calc(50% + 560px);
	background: #ebd95e;
}

.more_info_list {
	max-width: -webkit-calc(1240px + 60px);
	max-width: calc(1240px + 60px);
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
	z-index: 2;
}

.more_info_list > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.more_info_list ul:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	z-index: 100;
	background: #f2f1f1;
}

.more_info_list li {
	border-left: 1px solid #ddd;
	background: #fff;
}

.more_info_list .x5 li {
	width: 20%;
}

.more_info_list .x3 li {
	width: 33.3333%;
}

.more_info_list .x5 li:nth-of-type(n+5) {
	border-top: 1px solid #ddd;
}

.more_info_list li a {
	display: block;
}

.more_info_list li a:hover .ph {
	opacity: 0.6;
}

.more_info_list li .ph {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.more_info_list li .ph .info_mark,
.more_info_list li .ph .event_mark {
	min-width: 160px;
	max-width: 85%;
	position: absolute;
	left: -5%;
	top: 0;
	padding: 7.5px 2% 7.5px 18px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	background: #e7316e;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	background: #e7316e;
}

.more_info_list li .ph .event_mark {
	min-width: 120px;
	background: #dc6b29;
}
.more_info_list .x3 li .ph .info_mark,
.more_info_list .x3 li .ph .event_mark {
	padding-left: 28px;
}

.more_info_list li .ph .info_mark p,
.more_info_list li .ph .event_mark p {
	-webkit-transform: skewX(+30deg);
	transform: skewX(+30deg);
}

.more_info_list li .txt {
	padding: 20px;
	font-size: 1.4rem;
}

.more_info_list .x5 li .txt {
	padding: 20px 10px;
	text-align: center;
}

.more_info_list li .txt .ttl,
.more_info_list li .txt .ttl h3 {
	font-weight: bold;
}

.more_info_list .x3 li .txt .ttl h3 {
	margin: 0 0 3px;
	font-size: 2rem;
	line-height: 1.4;
	flex: 1;
}

.more_info_list .x3 li .txt .ttl p {
	font-weight: normal;
}

.more_info_list li .txt .ttl + p {
	margin: 10px 0 0;
}

.more_info_list .x5 li .txt .ttl + p {
	margin: 0;
}

.more_info_list li .txt h3 {
	display: inline-block;
	position: relative;
	text-decoration: underline;
}

.more_info_list li a:hover .txt h3 {
	text-decoration: none;
}

.more_info_list li .ttl_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.more_info_list li .ttl_inner .sns_list ul {
	margin-left: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	border: none;
}

.more_info_list li .ttl_inner .sns_list li {
	width: 30px;
	border:none;
	margin: 0 0 0 5px;
}



@media screen and (max-width: 1285px) {
	
	.top_more_info_block .bg .bg_left {
		width: -webkit-calc(50% - 460px);
		width: calc(50% - 460px);
	}

	.top_more_info_block .bg .bg_right {
		width: -webkit-calc(50% + 460px);
		width: calc(50% + 460px);
	}
	
}



@media screen and (max-width: 750px) {
	
	.top_more_info {
		padding: 40px 3%;
	}
	
	.top_more_info_block {
		margin: 0 0 20px;
	}
	
	.top_more_info_block .bg {
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
		top: 50px;
		bottom: inherit;
		background: #e6d569;
	}
	
	.top_more_info_block .bg .bg_left,
	.top_more_info_block .bg .bg_right {
		display: none;
	}
	
	.more_info_list {
		padding: 0;
	}
	
	.more_info_list ul:after {
		display: none;
	}
	
	.more_info_list .x3 {
		padding: 0 5% 5%;
	}
	
	.more_info_list .x3 li {
		width: 100%;
		border-left: none;
	}
	
	.more_info_list .x5 {
		margin: -10px 0 0 -10px;
	}
	
	.more_info_list .x5 li {
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
		margin: 10px 0 0 10px;
		border: none !important;
	}
	
	.more_info_list li .ph .info_mark,
	.more_info_list li .ph .event_mark {
		min-width: 140px;
		padding: 6.5px 2% 6.5px 7%;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	
	.more_info_list li .ph .event_mark {
		min-width: 100px;
	}
	
	.more_info_list li .ph img {
		width: 100%;
	}
	
	.more_info_list li .txt {
		padding: 15px;
	}
	
	.more_info_list .x5 li .txt {
		padding: 10px 15px;
		/*text-align: left;*/
	}
	
	.more_info_list li .txt .ttl h3 {
		font-size: 1.5rem;
		line-height: 1.4;
	}
	
	.more_info_list .x3 li .txt .ttl h3 {
		font-size: 1.8rem;
	}
	
	.more_info_list .x3 li .txt .ttl + p {
		display: none;
	}
}




/*top_ft_bnr_list
---------------------------------------------------------- */
.top_ft_bnr_list {
	max-width: -webkit-calc(1150px + 60px);
	max-width: calc(1150px + 60px);
	margin: 0 auto;
	padding: 45px 30px;

}

.top_ft_bnr_list ul  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -15px 0 0 -15px;
}

.top_ft_bnr_list li {
	width: -webkit-calc(20% - 15px);
	width: calc(20% - 15px);
	margin: 15px 0 0 15px;
}

.top_ft_bnr_list li:nth-child(5n+1):last-child {
	margin-right: 80%;
}

.top_ft_bnr_list li:nth-child(5n+2):last-child {
	margin-right: 60%;
}

.top_ft_bnr_list li:nth-child(5n+3):last-child {
	margin-right: 40%;
}

.top_ft_bnr_list li:nth-child(5n+4):last-child {
	margin-right: 20%;
}

.top_ft_bnr_list li a {
	display: block;
}

.top_ft_bnr_list li a:hover {
	opacity: 0.6;
}

.top_ft_bnr_list li img {
	width:100%;
	height: auto;
}



@media screen and (max-width: 750px) {
	
	.top_ft_bnr_list {
		display: none;
	}
}





