@charset "utf-8";

/* ----------------------------------------
	福島県観光物産交流協会
	リニューアル
	https://www.tif.ne.jp/

	ホーム用css
	index.css

	create 20180824- T.Y
---------------------------------------- */

/* ---------------------------------------------------------
	約560px未満の画面向けスタイル モバイルファースト
--------------------------------------------------------- */

/* メイン画像
---------------------------------------- */
.mainImage {
	position: relative;
	width: 100%;
}
.mainImage a {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
/*	padding-top: 66%; */
	display: block;
}
.mainImage a .slideCap {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 1.6rem;
	color: #fff;
	text-shadow: 1px 1px #000;
}
header > .logo a img:nth-child(1) {
	display: block;
}
header > .logo a img:nth-child(2) {
	display: none;
}

/* 旬のおすすめ特集 */
#wrapper main > section#tokuBlock {
	margin: 0;
	padding: 50px 5px 50px;
}
/* 旬のおすすめ */
#wrapper main > section#tokuBlock .tokuBox {
	width: 100%;
}
#wrapper main > section#tokuBlock .tokuBox > div {
	width: calc((100% - 20px) / 2);
	float: left;
	margin: 0 5px 5px;
}
#wrapper main > section#tokuBlock .tokuBox > div a {
	display: block;
	width: 100%;
	padding-bottom: 66.6%;
	margin-bottom: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px
}
/* 旬のおすすめ(秋) */
#wrapper main > section#tokuBlock .tokuBox > div#areaBat a {
	padding-bottom: 67%;
}
#wrapper main > section#tokuBlock .tokuBox > div#areaEat {
	width: calc(100% - 10px);
}
#wrapper main > section#tokuBlock .tokuBox > div#areaEat a {
	padding-bottom: 30%;
}
/* 旬のおすすめ(冬) */
#wrapper main > section#tokuBlock .tokuBox > div#areaA {
	width: calc(100% - 10px);
}
#wrapper main > section#tokuBlock .tokuBox > div#areaA a {
	padding-bottom: 68.6%;
}
#wrapper main > section#tokuBlock .tokuBox > div#areaB a {
	padding-bottom: 146.5%;
}
#wrapper main > section#tokuBlock .tokuBox > div#areaE {
	width: calc(100% - 10px);
}
#wrapper main > section#tokuBlock .tokuBox > div#areaE a {
	padding-bottom: 30%;
}
/* 旬のおすすめ(春) */
#wrapper main > section#tokuBlock .tokuBox > div#areaAspr {
	width: calc(100% - 10px);
}
#wrapper main > section#tokuBlock .tokuBox > div#areaAspr a {
	padding-bottom: 68.6%;
}
#wrapper main > section#tokuBlock .tokuBox > div#areaBspr a {
	padding-bottom: 146.5%;
}
#wrapper main > section#tokuBlock .tokuBox > div#areaCspr {
	width: calc(100% - 10px);
}
#wrapper main > section#tokuBlock .tokuBox > div#areaCspr a {
	padding-bottom: 33.3%;
}

/* 旬のおすすめ(夏) */
#wrapper main > section#tokuBlock .tokuBox > div#areaAsm {
	width: calc(100% - 10px);
/*	margin-bottom: 3px; */
}
#wrapper main > section#tokuBlock .tokuBox > div#areaAsm a {
	padding-bottom: 68.6%;
}
#wrapper main > section#tokuBlock .tokuBox > div#areaBsm a {
	padding-bottom: 146.5%;
}
#wrapper main > section#tokuBlock .tokuBox > div#areaCsm {
	width: calc(100% - 10px);
}
#wrapper main > section#tokuBlock .tokuBox > div#areaCsm a {
	padding-bottom: 33.3%;
}

/* 旬のおすすめ(メニュー) */
#wrapper main > section#tokuBlock ul.summer li a {
	background-color: #2693FF;
}
#wrapper main > section#tokuBlock ul.autmn li a {
	background-color: #FF9326;
}
#wrapper main > section#tokuBlock ul.winter li a {
	background-color: #FF4D4D;
}
#wrapper main > section#tokuBlock ul li.fullSize {
	width: 100%;
}
#wrapper main > section#tokuBlock > ul.season {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}
#wrapper main > section#tokuBlock > ul.season li {
	width: 45px;
	margin: 0 2px;
}
#wrapper main > section#tokuBlock > ul.season li a {
	width: 45px;
	height: 45px;
	font-size: 2rem;
	color: #64B432;
	text-decoration: none;
	margin: 0;
	padding: 12px 0 0 0;
	background-color: #fff;
	border: 1px solid #64B432;
	border-radius: 100%;
	display: block;
}
#wrapper main > section#tokuBlock > ul.season li:nth-child(1) a:hover {
	color: #fff;
	background-color: #64B432;
	border-color: #64B432;
}
#wrapper main > section#tokuBlock > ul.season li:nth-child(2) a:hover {
	color: #fff;
	background-color: #2693FF;
	border-color: #2693FF;
}
#wrapper main > section#tokuBlock > ul.season li:nth-child(3) a:hover {
	color: #fff;
	background-color: #FF9326;
	border-color: #FF9326;
}
#wrapper main > section#tokuBlock > ul.season li:nth-child(4) a:hover {
	color: #fff;
	background-color: #FF4D4D;
	border-color: #FF4D4D;
}
#wrapper main > section#tokuBlock > ul.season li:nth-child(1).select a {
	color: #fff;
	background-color: #64B432;
	border-color: #64B432;
}
#wrapper main > section#tokuBlock > ul.season li:nth-child(2).select a {
	color: #fff;
	background-color: #2693FF;
	border-color: #2693FF;
}
#wrapper main > section#tokuBlock > ul.season li:nth-child(3).select a {
	color: #fff;
	background-color: #FF9326;
	border-color: #FF9326;
}
#wrapper main > section#tokuBlock > ul.season li:nth-child(4).select a {
	color: #fff;
	background-color: #4d90fe;
	border-color: #4d90fe;
}

#wrapper main > section .catBox {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#wrapper main > section .atiBox .catBox {
	left: 105px;
}

/* あなたへのおすすめ情報 */
#wrapper main > section#favoriteBlock {
	margin: 0;
	padding: 50px 5px 50px;
}


/* 本日のイベント情報 */
#wrapper main > section#eventBlock {
	margin: 0;
	padding: 50px 5px 50px;
}


/* ニュース＆トピックス */
#wrapper main > section#newsBlock {
	margin: 0;
	padding: 50px 5px 50px;
}


/* 地域記者ブログ */
#wrapper main > section#atiBlock {
	margin: 0;
	padding: 50px 5px 50px;
}


/* ランキング */
#wrapper main > section#rankBlock {
	margin: 0;
	padding: 50px 5px 50px;
}

/* ランキング 観光スポット */
#wrapper main > section#rankBlock #rankSpot {
	margin: 0;
	padding: 10px 0 50px;
}
#wrapper main > section#rankBlock #rankSpot h3 {
	font-size: 2.4rem;
	color: #698DDA;
	margin-bottom: 15px;
}
#wrapper main > section#rankBlock #rankSpot .spotBox h4 {
	font-size: 2rem;
	line-height: 1.1;
	margin-bottom: 5px;
}
#wrapper main > section#rankBlock #rankSpot .spotBox .city {
	font-size: 1.2rem;
	margin-bottom: 15px;
}
#wrapper main > section#rankBlock .rankFlex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#wrapper main > section#rankBlock .rankFlex article {
	width: 49%;
}
#wrapper main > section#rankBlock .rankFlex article:first-of-type {
	width: 100%;
}
.first {
	position: relative;
	text-align: center;
	margin-bottom: 5px;
	color: #fff;
}
.first i {
	font-size: 3.5rem;
	color: #CF9B10;
}
.first span {
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -5px;
	font-size: 1.6rem;
}
.second {
	position: relative;
	text-align: center;
	margin-bottom: 5px;
	color: #fff;
}
.second i {
	font-size: 3.5rem;
	color: #9F9F9F;
}
.second span {
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -5px;
	font-size: 1.6rem;
}
.third {
	position: relative;
	text-align: center;
	margin-bottom: 5px;
	color: #fff;
}
.third i {
	font-size: 3.5rem;
	color: #B44925;
}
.third span {
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -5px;
	font-size: 1.6rem;
}


/* ランキング イベント */
#wrapper main > section#rankBlock #rankEvent {
	margin: 0;
	padding: 50px 0 0;
}
#wrapper main > section#rankBlock #rankEvent .markKaisaiChu {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 0;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	background-color: #f00;
	border-radius: 3px;
}
#wrapper main > section#rankBlock #rankEvent h3 {
	font-size: 2.4rem;
	color: #698DDA;
	margin-bottom: 15px;
}
#wrapper main > section#rankBlock #rankEvent .eventBox h4 {
	font-size: 2rem;
	line-height: 1.1;
	margin-bottom: 5px;
}
#wrapper main > section#rankBlock #rankEvent .spotBox .city {
	font-size: 1.2rem;
	margin-bottom: 15px;
}



/* イベント情報 */
#wrapper main > section .eventBox {
	margin-bottom: 10px;
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#wrapper main > section .eventBox > a {
	color: #333;
	text-align: left;
	text-decoration: none;
	width: 100%;
	margin-bottom: 0;
	padding: 10px 10px 40px;
	display: block;
}
#wrapper main > section .eventBox > a figure {
	width: 80px;
	margin-right: 15px;
	padding-bottom: 80px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	border-radius: 5px;
	overflow: hidden;
	float: left;
}
#wrapper main > section .eventBox > a figure img {
	width: 100%;
}
#wrapper main > section .eventBox > a .date {
	font-size: 1.2rem;
	line-height: 1.3;
	margin-bottom: 10px;
}
#wrapper main > section .eventBox > a h3 {
	font-size: 1.6rem;
	line-height: 1.3;
	margin-bottom: 5px;
}
#wrapper main > section .eventBox > a .city {
	font-size: 1.2rem;
	margin: 5px 0;
	padding-left: 95px;
}
#wrapper main > section .eventBox > a .kaisai {
	font-size: 1.4rem;
	line-height: 1.3;
	margin-bottom: 15px;
}
#wrapper main > section .eventBox > a .catBox {
	font-size: 1.2rem;
	margin: 10px 0 0;
	padding-left: 95px;
}
#wrapper main > section .rankFlex .eventBox > a figure {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 66%;
	border-radius: 5px;
	overflow: hidden;
	float: none;
}
#wrapper main > section .rankFlex .eventBox > a figure img {
	width: 100%;
}
#wrapper main > section .rankFlex .eventBox > a .date {
	font-size: 1.4rem;
}
#wrapper main > section .rankFlex .eventBox > a h3 {
	margin-bottom: 0px;
}
#wrapper main > section .rankFlex .eventBox > a .city {
	font-size: 1.4rem;
	margin: 0 0 10px;
	padding-left: 0px;
}
#wrapper main > section .rankFlex .eventBox > a .catBox {
	font-size: 1.2rem;
	margin: 0;
	padding-left: 0px;
}

/* 観光スポット */
#wrapper main > section .spotBox {
	margin-bottom: 10px;
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#wrapper main > section .spotBox > a {
	color: #333;
	text-align: left;
	text-decoration: none;
	width: 100%;
	margin-bottom: 0;
	padding: 10px 10px 80px;
	display: block;
}
#wrapper main > section .spotBox > a h3 {
	font-size: 2rem;
	line-height: 1.1;
	margin-bottom: 5px;
}
#wrapper main > section .spotBox > a .city {
	font-size: 1.2rem;
	margin-bottom: 15px;
}
#wrapper main > section .spotBox > a figure {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 66%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	border-radius: 5px;
	overflow: hidden;
}
#wrapper main > section .spotBox > a figure img {
	width: 100%;
}


/* ニュース＆トピックス */
#wrapper main > section .newsBox {
	margin-bottom: 10px;
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#wrapper main > section .newsBox > a {
	color: #333;
	text-align: left;
	text-decoration: none;
	width: 100%;
	min-height: 100px;
	margin-bottom: 0;
	padding: 10px;
	display: block;
}
#wrapper main > section .newsBox > a .date {
	font-size: 1.4rem;
	line-height: 1.1;
	margin-bottom: 10px;
}
#wrapper main > section .newsBox > a h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#wrapper main > section .newsBox > a .city {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
#wrapper main > section .newsBox > a .kaisai {
	font-size: 1.4rem;
	margin-bottom: 15px;
}
#wrapper main > section .newsBox > a figure {
	width: 80px;
	margin-right: 15px;
	padding-bottom: 80px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	border-radius: 5px;
	overflow: hidden;
	float: left;
}
#wrapper main > section .newsBox > a figure img {
	width: 100%;
}


/* 地域記者ブログ */
#wrapper main > section .atiBox {
	margin-bottom: 10px;
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#wrapper main > section .atiBox > a {
	color: #333;
	text-align: left;
	text-decoration: none;
	width: 100%;
	min-height: 100px;
	margin: 0;
	padding: 10px 10px 30px;
	display: block;
}
#wrapper main > section .atiBox > a .date {
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 10px;
}
#wrapper main > section .atiBox > a h3 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin-bottom: 10px;
}
#wrapper main > section .atiBox > a h3 i {
	margin-left: 5px;
	color: #698DDA;
}
#wrapper main > section .atiBox > a .city {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
#wrapper main > section .atiBox > a .kaisai {
	font-size: 1.4rem;
	margin-bottom: 15px;
}
#wrapper main > section .atiBox > a figure {
	width: 80px;
	margin-right: 15px;
	padding-bottom: 80px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	border-radius: 5px;
	overflow: hidden;
	float: left;
}
#wrapper main > section .atiBox > a figure img {
	width: 100%;
}
#wrapper main > section .atiBox .markNew {
	width: 35px;
	height: 35px;
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	padding: 12px 0;
	background-color: #f00;
	position: absolute;
	top: -2px;
	left: -2px;
	border-radius: 100%;
	display: block;
}


/* PRバナー */
#wrapper main > section#prBlock {
	margin: 0;
	padding: 50px 5px 20px;
}
#wrapper main > section#prBlock h2 {
	padding-bottom: 5px;
	border-bottom: 2px solid #698DDA;
}
#wrapper main > section#prBlock h2:last-of-type {
	margin-top: 30px;
}
#wrapper main > section#prBlock ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}
#wrapper main > section#prBlock ul.prBox li {
	width: calc((100% - 10px) / 2);
}
#wrapper main > section#prBlock ul.prBox li img {
	width: 100%;
}



@media screen and (min-width: 768px){
	/*	約786px以上の画面向けスタイル（タブレット） */

	/* header
	---------------------------------------- */
	header {
		position: absolute;
		top: 0;
		left: 0;
	}
	header > .logo a img:nth-child(1) {
		display: none;
	}
	header > .logo a img:nth-child(2) {
		display: block;
	}

	/* section 共通
	---------------------------------------- */
	/* 旬のおすすめ */
	#wrapper main > section#tokuBlock .tokuBox {
		width: 100%;
	}
	#wrapper main > section#tokuBlock .tokuBox > div {
		width: calc((100% - 33px) / 3);
		float: left;
		margin: 0 5px 5px;
	}
	#wrapper main > section#tokuBlock .tokuBox > div a {
		display: block;
		width: 100%;
		padding-bottom: 68.3%;
		margin-bottom: 5px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		text-indent: -9999px
	}
	/* 旬のおすすめ（秋・冬） */
	#wrapper main > section#tokuBlock .tokuBox > div#areaA {
		width: calc((100% - 20px) * 2 / 3);
	}
	#wrapper main > section#tokuBlock .tokuBox > div#areaA a {
		padding-bottom: 70.5%;
	}
	#wrapper main > section#tokuBlock .tokuBox > div#areaB a {
		padding-bottom: 144%;
	}
	#wrapper main > section#tokuBlock .tokuBox > div#areaE {
		width: calc((100% - 20px) * 2 / 3);
	}
	#wrapper main > section#tokuBlock .tokuBox > div#areaE a {
		padding-bottom: 32.9%;
	}
	/* 旬のおすすめ（春） */
	#wrapper main > section#tokuBlock .tokuBox > div#areaAspr {
		width: calc((100% / 3 * 2) - 10px);
	}
	#wrapper main > section#tokuBlock .tokuBox > div#areaAspr a {
		padding-bottom: 71.2%;
	}
	#wrapper main > section#tokuBlock .tokuBox > div#areaCspr {
		width: calc((100% / 3 * 2) - 10px);
	}
	#wrapper main > section#tokuBlock .tokuBox > div#areaBspr a {
		padding-bottom: 146.5%;
	}

	/* 旬のおすすめ（夏） */
	#wrapper main > section#tokuBlock .tokuBox > div#areaAsm {
		width: calc((100% / 3 * 2) - 10px);
	}
	#wrapper main > section#tokuBlock .tokuBox > div#areaAsm a {
		padding-bottom: 71.2%;
	}
	#wrapper main > section#tokuBlock .tokuBox > div#areaCsm {
		width: calc((100% / 3 * 2) - 10px);
	}

	/* あなたへのおすすめ情報 */
	#wrapper main > section .favoriteFlex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#wrapper main > section .favoriteFlex article {
		width: calc((100% - 10px) / 3);
	}

	/* ニュース＆トピックス */
	#wrapper main > section .newsFlex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#wrapper main > section .newsFlex article {
		width: calc((100% - 10px) / 2);
	}
	#wrapper main > section .newsBox > a {
		min-height: 140px;
	}
	#wrapper main > section .newsBox > a figure {
		width: 160px;
		padding-bottom: 120px;
	}

	/* イベント */
	#wrapper main > section .eventFlex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#wrapper main > section .rankFlex article {
		width: calc((100% - 10px) / 3);
	}
	#wrapper main > section .eventFlex > .eventBox {
		width: calc(50% - 5px);
	}
	#wrapper main > section .eventFlex > .eventBox > a .city {
		padding-left: 175px;
	}
	#wrapper main > section .eventFlex > .eventBox > a .catBox {
		padding-left: 175px;
	}

	#wrapper main > section .eventFlex > .eventBox > a figure {
		width: 160px;
		padding-bottom: 120px;
	}

	/* 地域記者ブログ */
	#wrapper main > section .atiFlex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#wrapper main > section .atiFlex article {
		width: calc((100% - 10px) / 2);
	}
	#wrapper main > section .atiBox > a {
		min-height: 140px;
	}
	#wrapper main > section .atiBox > a figure {
		width: 160px;
		padding-bottom: 120px;
	}
	#wrapper main > section .atiBox .catBox {
		left: 122px;
	}

	/* ランキング */
	#wrapper main > section .rankBlockFlex {
/*
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
*/
	}
	#wrapper main > section#rankBlock .rankFlex article:first-of-type {
		width: 33%;
	}
	#wrapper main > section#rankBlock .rankFlex article {
		width: 33%;
	}
	#wrapper main > section .rankBlockFlex > section {
		width: 100%;
	}

	/* ランキング イベント */
	#wrapper main > section#rankBlock #rankEvent {
		padding-top: 10px;
	}

	/* prバナー */
	#wrapper main > section#prBlock h2:last-of-type {
		margin-top: 50px;
	}
	#wrapper main > section#prBlock ul {
		-webkit-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
	}
	#wrapper main > section#prBlock ul li {
		margin-right: 3px;
		margin-bottom: 10px;
	}
	#wrapper main > section#prBlock ul.prBox li {
		width: calc((100% - 20px) / 3);
	}
}



@media screen and (min-width: 980px){
	/*	約980px以上の画面向けスタイル（PC標準） */

	header .mainImage {
		display: block;
	}
	.mainImage a img {
/*		height: calc(768px - 200px); */
		height: calc(100vh - 110px);
	}

	/* NEW */
	#wrapper main > section .atiBox .markNew {
		width: 40px;
		height: 40px;
		padding: 15px 0;
		font-size: 1rem;
	}

	/* 旬のおすすめ特集 */
	#wrapper main > section#tokuBlock {
		padding: 80px calc(50% - 490px);
	}

	/* 旬のおすすめ　季節メニュ－ */
	#wrapper main > section#tokuBlock > ul.season li a {
		padding: 12px 0 0;
	}

	/* 旬のおすすめ特集（春） */
	#wrapper main > section#tokuBlock .tokuBox > div#areaBspr a {
		padding-bottom: 146.5%;
	}

	/* あなたへのおすすめ情報 */
	#wrapper main > section#favoriteBlock {
		padding: 80px calc(50% - 490px);
	}

	/* 本日のイベント情報 */
	#wrapper main > section#eventBlock {
		padding: 80px calc(50% - 490px);
	}

	/* ニュース＆トピックス */
	#wrapper main > section#newsBlock {
		padding: 80px calc(50% - 490px);
	}

	/* 地域記者ブログ */
	#wrapper main > section#atiBlock {
		padding: 80px calc(50% - 490px);
	}
	#wrapper main > section .atiBox .catBox {
		left: 185px;
	}

	/* ランキング */
	#wrapper main > section#rankBlock {
		padding: 80px calc(50% - 490px);
	}

	/* PRバナー */
	#wrapper main > section#prBlock {
		padding: 80px calc(50% - 490px);
	}
	#wrapper main > section#prBlock ul.prBox li {
		width: calc((100% - 20px) / 4);
	}
}



@media screen and (min-width: 1280px){
	/*	約1280px以上の画面向けスタイル（PC大画面） */

	.mainImage a img {
/*		height: calc(720px - 100px); */
		height: calc(100vh - 210px);
	}

	/* NEW */
	#wrapper main > section .atiBox .markNew {
		width: 50px;
		height: 50px;
		padding: 19px 0;
	}

	/* 旬のおすすめ */
	#wrapper main > section#tokuBlock {
		margin: 0;
/*		padding: 100px calc(50% - 340px) 100px calc(50% - 640px); */
	}
	#wrapper main > section#tokuBlock > ul.season li a {
		padding: 11px 0 0;
	}

	/* あなたへのおすすめ */
	#wrapper main > section#favoriteBlock {
		margin: 0;
/*		padding: 100px calc(50% - 340px) 100px calc(50% - 640px); */
	}

	/* ニュース */
	#wrapper main > section#newsBlock {
		margin: 0;
/*		padding: 100px calc(50% - 340px) 100px calc(50% - 640px); */
	}

	/* イベント */
	#wrapper main > section#eventBlock {
		margin: 0;
/*		padding: 100px calc(50% - 340px) 100px calc(50% - 640px); */
	}

	/* 地域記者ブログ */
	#wrapper main > section#atiBlock {
		margin: 0;
/*		padding: 100px calc(50% - 340px) 100px calc(50% - 640px); */
	}

	/* ランキング */
	#wrapper main > section#rankBlock {
		margin: 0;
/*		padding: 100px calc(50% - 340px) 100px calc(50% - 640px); */
	}

	/* PRバナー */
	#wrapper main > section#prBlock {
		margin: 0;
/*		padding: 100px calc(50% - 340px) 100px calc(50% - 640px); */
	}

	/* サイドバナー */
	#wrapper aside {
		top: 100px;
	}
}
