@charset "UTF-8";

/* ===== 全体の設定 ===== */
/* 全体背景[変更可] */
#wrapper {
	background:#fff url(img/bg_contents02.gif) center top repeat-x;
}
/* 特集グローバルナビ背景色[変更必須] */
#globalNav ul {
	background-color:#62c9f5;
}
#globalNav ul li a.odekake,#globalNav ul li a.gourmet {color:#FF0;}
#globalNav ul li .odekake a:hover,#globalNav ul li .gourmet a:hover {color:#000;}
/* ===== コンテンツ ===== */
/* コンテンツ リンク色[変更可] */
#content a:link {
	text-decoration:underline;
	color:#cc2414;
}
#content a:visited {
	text-decoration:underline;
	color:#cc2414;
}
#content a:active {
	text-decoration:underline;
	color:#D64650;
}
#content a:hover {
	text-decoration:none;
	color:#D64650;
}

/* スポイベtableリスト 見出し背景色・文字色[変更必須] */
#content .eventList{
	padding:0 0 5px 0;;
}
#content .eventList h2.listTitle {
	background:#62c9f5;
	color:#fff;
}

/* スポイベtableリスト エリア見出し背景色・文字色[変更必須] */
#content .eventList p.area{
	background:#ffe3e0;
	color:#333;
}

/* スポイベtableリスト リンク色[変更必須] */
#content .eventTable th a:link {
	color:#cc2414;
}
#content .eventTable th a:visited {
	color:#cc2414;
}
#content .eventTable th a:active {
	color:#cc2414;
}
#content .eventTable th a:hover {
	color:#cc2414;
}

/* スポイベtableリスト 幅[変更可] */
#content table.eventTable{
	margin:0 0 10px 0;
}
#content .eventTable th {
	width: 470px;
	border-right:1px solid #eaeaea;
}
#content .eventTable td.td1 {
	width:150px;
	border-right:1px solid #eaeaea;
}

/* コンテンツアイコン[変更可] */
#content a.sLink {
	padding:0 0 0 15px;
	background:url(img/arrow_s.png) no-repeat left top;
}

/* ===== 右カラム ===== */
/* TOPICS PR枠 背景色[変更必須] */
#sub #sidePR {
	background-color:#e3f5fc;
}

/* TOPICS PR枠 文字色[背景によっては変更可] */
#sub #sidePR a:link, #sub #sidePR a:visited {
	color:#333;
}
#sub #sidePR a:active, #sub #sidePR a:hover {
	color:#666;
}

/* ===== コンテンツ[以下に追加] ===== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, p, th, td {
	margin: 0;
	padding: 0;
}
#content .clearfloat {
	clear:both;
	height:0;
	line-height: 0px;
}
#content {
	color:#666666;
}
#content #bg {
	width:635px;
	background:url(img/bg_contents.gif) repeat left top;
	margin-bottom:15px;
}
#content a img {
	border:none;
	outline:none;
}
#content a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}
#content a:hover img.over {
	opacity:1;
	filter:alpha(opacity=100);
}

/* ===== pagetop設定 ===== */
#content .pagetop {
	width:620px;
	color:#cc2414;
	text-align:right;
	font-size:100%;
	margin:0 0 20px 0;
	padding-bottom: 40px;
}
#content .pagetop a:link {
	color:#cc2414;
	text-decoration:underline;
}
#content .pagetop a:visited {
	color:#B31F12;
	text-decoration:underline;
}
#content .pagetop a:active {
	color:#D81B47;
	text-decoration:underline;
}
#content .pagetop a:hover {
	color:#D81B474;
	text-decoration:none;
}

/* ===== margin設定 ===== */
#content .maT10 {margin-top: 10px;}
#content .maT15 {margin-top: 15px;}
#content .maB5 {margin-bottom: 5px;}
#content .maB10 {margin-bottom: 10px;}
#content .maB20 {margin-bottom: 20px;}
#content .maL10 {margin-left: 10px;}


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


/* 下層ページ
----------------------------*/
#content a:link {
	color:#333333;
	text-decoration:underline;
}
#content a:visited {
	color:#333333;
	text-decoration:underline;
}
#content a:active {
	color:#333333;
	text-decoration:underline;
}
#content a:hover {
	color:#333333;
	text-decoration:none;
}


/* calendar_search */

#content .calendar_search {
	margin: 15px auto 0 auto;
	padding: 0 0 50px 0;
	width: 616px;
	overflow: hidden;
}
#content .calendar_search.maB10 {
	padding: 0 0 10px 0;
}
#content .calendar_search h2 {
	margin: 0;
	padding: 0;
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	background:url(img/bg_title_01.jpg) repeat-x left top;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
}
#content .calendar_search h2 .icon {
	margin: 0;
	padding: 0 0 0 45px;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
	-webkit-text-shadow: 0 0 5px #ff5d5b;
	-moz-text-shadow: 0 0 5px #ff5d5b;
	text-shadow: 0 0 5px #ff5d5b;
	color: #ffffff;
	background:url(img/ico_ttl_cal.png) no-repeat 10px 4px;
	display: block;
}
#content .calendar_search .left {
	width: 50%;
	float: left;
}
#content .calendar_search .left h3 {
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #dd0003;
	background: url(img/bg_cal_ttl_02.png) repeat-x 0 0;
}
#content .calendar_search .right {
	width: 50%;
	float: right;
}
#content .calendar_search .right h3 {
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #0060dd;
	background: url(img/bg_cal_ttl_01.png) repeat-x 0 0;
}
#content .calendar_search .head {
	width: 100%;
	background: #f6f6f6;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
#content .calendar_search .head li {
	width: 14.285% !important;
	height: 32px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background: #ffffff;
	border-left: 1px solid #dddddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
#content .calendar_search .head li.sun {
	color: #ff736d;
}
#content .calendar_search .head li.sat {
	color: #70aeff;
}
#content .calendar_search .list {
	width: 100%;
	background: #f6f6f6;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
#content .calendar_search .list li {
	width: 14.285% !important;
	height: 32px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background: #f6f6f6;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
#content .calendar_search .list li a {
	margin: 0 0 1px 1px;
	height: 31px;
	line-height: 31px;
	color: #333333;
	background: #ffffff;
	text-decoration: underline !important;
	display: block;
}
#content .calendar_search .list li a:hover {
	color: #333333 !important;
	text-decoration: none !important;
}
#content .calendar_search .list li.sun a {
	color: #ff736d !important;
}
#content .calendar_search .list li.sat a {
	color: #70aeff !important;
}

#content .calendar_search .list li.today a {
	background: #ffffff url(img/bg_cal_today.png) no-repeat right top;
}
#content .calendar_search .note {
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #656565;
	clear: both;
}


/* =====================================
グローバルナビ幅指定
===================================== */
#globalNav ul :hover ul li a {
  width: 180px;
/*  lets
width: 480px;
*/
}


/* =====================================
以下コンテンツ用(要素、ブロック)CSS 2017
===================================== */
/*
# component
*/
/* grid */
.grid {
  *zoom: 1;
  /* 子要素でfloatを使用するのでClearfix */
  position: relative;
}
.grid:before, .grid:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid:after {
  clear: both;
}

/* table用 Modifier */
.grid--table {
  display: table;
}
.grid--table > .grid__item {
  float: none;
}

.grid--full {
  margin-left: -10px;  /* 余白を指定 */
  margin-right: -10px; /* 余白を指定 */
}

.grid__item {
  float: left;
  -moz-box-sizing: border-box; /* Firefox 1 - 28 */
  box-sizing: border-box;
}
.grid__item.has-gutter {
  padding-right: 10px; /* 余白を指定 */
  padding-left: 10px; /* 余白を指定 */
}
/* 12カラム用 */
.grid__item--1 {
  width: 8.3333333333%;
}

.grid__item--2 {
  width: 16.6666666667%;
}

.grid__item--3 {
  width: 25%;
}

.grid__item--4 {
  width: 33.3333333333%;
}

.grid__item--5 {
  width: 41.6666666667%;
}

.grid__item--6 {
  width: 50%;
}

.grid__item--7 {
  width: 58.3333333333%;
}

.grid__item--8 {
  width: 66.6666666667%;
}

.grid__item--9 {
  width: 75%;
}

.grid__item--10 {
  width: 83.3333333333%;
}

.grid__item--11 {
  width: 91.6666666667%;
}

.grid__item--12 {
  width: 100%;
}

  /* 10カラム用 */
.grid-10__item--1 {
  width: 10%;
}

.grid-10__item--2 {
  width: 20%;
}

.grid-10__item--3 {
  width: 30%;
}

.grid-10__item--4 {
  width: 40%;
}

.grid-10__item--5 {
  width: 50%;
}

.grid-10__item--6 {
  width: 60%;
}

.grid-10__item--7 {
  width: 70%;
}

.grid-10__item--8 {
  width: 80%;
}

.grid-10__item--9 {
  width: 90%;
}

.grid-10__item--10 {
  width: 100%;
}

/* btn */
.btn{
  -moz-box-sizing: border-box; /* Firefox 1 - 28 */
  box-sizing: border-box;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  margin: 0;
  text-decoration: none !important;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  border: none;
}

.btn--area-link{
  background: url(img/bg_btn_area_link.png) 0 0 no-repeat;
  color: #333 !important;
  text-align: center;
  width: 139px;
  height: 46px;
  font-size: 14px !important;
  font-weight: normal !important;
  display: table;
  position: relative;
}
.btn--area-link--02{
  background: url(img/bg_btn_area_link02.png) 0 0 no-repeat;
  width: 180px;
  height: 46px;
}
.btn--area-link:after{
  content: "";
  background: url(img/ico_arrow_btn.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 18px;
  height: 18px;
  display: inline-block;
  /*margin-left: 8px;*/
  vertical-align: middle;
  /*margin-top: -.25em;*/
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.btn--area-link > span{
  display: table-cell;
  height: 46px;
  vertical-align: middle;
  padding-right: 28px;
  padding-left: 10px;
  line-height: 1.2;
}

/* media */
/* floatで構成 */
.media--float {
  *zoom: 1; /* 子要素でfloatを使用するのでClearfixする */
}
.media--float:before, .media--float:after {
  display: table;
  content: "";
  line-height: 0;
}
.media--float:after {
  clear: both;
}

.media--float__image {
  float: left;
  margin-right: 10px;
  /* 任意の値 */
  /* marginはhtml上でuttilityクラスを使用して都度調整する */ }

.media--float__image > img {
  display: block; }

.media--float__image--rev {
  /* Reverse */
  float: right;
  margin-right: 0;
  margin-left: 10px;
  /* marginはProjectのElement指定で解決する */ }

.media--float__body {
  overflow: hidden;
  /* 画像下にテキストが回り込むのを防ぐ */ }

.media--float__body--middle {
  /* テキストを画像の上下中央揃え */
  vertical-align: middle; }

/* display: tableで構成 */
.media {
  display: table;
}

.media__image {
  display: table-cell;
  padding-right: 10px;
  /* 任意の値 table-cellを使用するので余白をpaddingで調整 */
  /* paddingはProjectのElement指定で解決する */
}

.media__image--rev {
  /* Reverse */
  padding-right: 0;
  padding-left: 10px;
}

.media__image--middle {
  vertical-align: middle;
  /* 画像を上下中央揃え */
}

.media__image > img {
  display: block;
}

.media__body {
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  /* 画像下にテキストが回り込むのを防ぐ */
}

.media__body--middle {
  vertical-align: middle;
  /* テキストを画像の上下中央揃え */
}

/* 縦用Modifier */
.media--vertical {
  display: block;
}

.media--vertical > .media__image {
  display: block;
  padding-right: 0;
  padding-bottom: 8px;
}

.media--vertical > .media__image--rev { /* Reverse */
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 8px;
}

.media--vertical > .media__body {
  display: block;
  overflow: hidden; /* 画像下にテキストが回り込むのを防ぐ */
}

/* link--more */
.link--more{
  text-align: right;
}

/* bg */
.bg{}

.is-bg-active{
  position: relative;
}
.is-bg-active:after{
  content: "";
  background: url(img/bg_illust02.png) 0 0 no-repeat;
  width: 176px;
  height: 101px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 40px;
  z-index: 0;
}

.bg--illust--02{
  background: url(img/bg_illust02.png) 94% 94% no-repeat;
}
.bg--illust--02--m{
  background: url(img/bg_illust02_m.png) 94% 94% no-repeat;
}
.bg--illust--02--l{
  background: url(img/bg_illust02_l.png) 94% 94% no-repeat;
}


/* icon */
.ico{
  display: inline-block;
  font-style: normal;
}

.ico--ttl{
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -.25em;
}
.ico--ttl--cal{
  background: url(img/ico_ttl_cal.png) 50% 50% no-repeat;
  width: 26px;
  height: 26px;
}

.ico--ttl--shine{
  background: url(img/ico_ttl_shine.png) 50% 50% no-repeat;
  width: 28px;
  height: 28px;
}
.ico--ttl--chochin{
  background: url(img/ico_ttl_chochin.png) 50% 50% no-repeat;
  width: 28px;
  height: 28px;
}
.ico--ttl--star{
  background: url(img/ico_ttl_star.png) 50% 50% no-repeat;
  width: 28px;
  height: 28px;
}
.ico--ttl--pickup{
  background: url(img/ico_ttl_pickup.png) 50% 50% no-repeat;
  width: 28px;
  height: 28px;
}
.ico--ttl--popular{
  background: url(img/ico_ttl_popular.png) 50% 50% no-repeat;
  width: 27px;
  height: 27px;
}
.ico--ttl--locate{
  background: url(img/ico_ttl_locate.png) 50% 50% no-repeat;
  width: 28px;
  height: 28px;
}



.ico--locate{
  background: url(img/ico_locate.png) 0 0 no-repeat;
  width: 8px;
  height: 14px;
  vertical-align: bottom;
  margin-right: 5px;
}



.ico--ttl--pr{
  position: absolute;
  width: 29px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  background-color: #fff;
  color: #6e8dbe;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  font-size: 8px;
  display: inline-block;
}
.ico--ttl--pr--pink{
  color: #ff6f6b;
}
.ico--ttl--pr--yellow{
  color: #f0a100;
}

.ico--caption{
  width: 70px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;

}
.ico--caption--kodawari{
  background-color: rgba(0, 0 ,0 , .6);
}
.ico--caption--ranking{
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.ico--caption--ranking--01{
  background-color: #dab74e;
}
.ico--caption--ranking--02{
  background-color: #b7bbc2;
}
.ico--caption--ranking--03{
  background-color: #b98066;
}

.ico--pr{
  width: 29px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  background-color: #ababab;
  color: #fff;
  font-size: 8px;
  float: right;
  display: inline-block;
  margin-top: .15em;
}

.ico--pr.is-inline{
  float: none;
  margin-left: .5em;
  vertical-align: bottom;
}

.ico--new{
  width: 35px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  background-color: #ff0000;
  color: #fff;
  font-size: 8px;
  display: inline-block;
  margin-left: .5em;
  margin-top: .15em;
  vertical-align: bottom;
  float: right;
}

.ico--genre{
  background-color: #b6b6b6;
  border-radius: 4px;
  font-size: 11px;
  color: #fff;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  text-align: center;
}

.ico--genre--locate{
  color: #666666;
  border: 1px solid #666666;
  background-color: #fff;
}
.ico--genre--dento{
  background-color: #fa9069;
}
.ico--genre--bon{
  background-color: #fa698b;
}
.ico--genre--noryo{
  background-color: #69baf0;
}
.ico--genre--event{
  background-color: #a29eec;
}
.ico--genre--popular{
  background-color: #ff0033;
}
.ico--genre--sonota{
  background-color: #cccccc;
}
.ico--genre--bonyasumi{
  background-color: #ffffff;
  color: #69baf0;
  border: 1px solid #69baf0;
}
.ico--genre--date{
  background-color: #ffffff;
  color: #fa688c;
  border: 1px solid #fa688c;
}
.ico--genre--oyako{
  background-color: #ffffff;
  color: #6cb776;
  border: 1px solid #6cb776;
}
.ico--genre--gourmet{
  background-color: #ffffff;
  color: #f59376;
  border: 1px solid #f59376;
}
.ico--genre--yukata{
  background-color: #ffffff;
  color: #a29eeb;
  border: 1px solid #a29eeb;
}

.ico-list{
  text-align: right;
  line-height: 1;
  font-size: 0;
  margin-top: -5px;
}
.ico-list__item{
  display: inline-block;
  margin: 3px 0 0 3px;
}



/* # layout */
/*
# content__header
*/
.content__header{
  position: relative;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  background-image: url(img/bg_main_base.png);
  padding: 50px 20px 10px;
  height: auto;
}
.content__header h1{
  font-weight: bold;
  color: #4c57b1;
	-webkit-text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
	-moz-text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
	text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
/* lets
  color: #db0104;
*/
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.content__header h1 span{}
.content__header p{
  font-weight: bold;
  color: #333333;
  line-height: 1.3;
  width: 100%;
  margin-bottom: -1em;
  padding-top: 10px !important;
}

/*
top
*/
.content__header--top{
  background-image: url(img/bg_main_top.jpg);
  padding: 30px 30px 0;
  /*height: 292px;*/
  height: 262px;
  margin-bottom: -10px;
}
.content__header--top h1{
  color: #4c57b1;
  text-align: left;
}
.content__header--top p{
  padding-top: 5px !important;
  margin: 0 10px 1em !important;
  width: auto;
}

/*
matsuri
*/
.content__header--matsuri{
  padding: 17px 20px 10px;
  height: 190px;
  margin-bottom: 0;
}
.content__header--matsuri h1{
  color: #4c57b1;
  text-align: left;
}
.content__header--matsuri p{
  width: 330px;
  margin-bottom: -2em;
}

/* bon */
.content__header--bon{
  padding: 24px 20px 10px;
  height: auto;
  background-image: url(img/bg_main_bon.jpg);
}
.content__header--bon h1{
  font-size: 42px;
	-webkit-text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
	-moz-text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
	text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
}
/* lets
.content__header--bon h1{
  font-size: 68px;
}
*/
.content__header--bon p{}

/* noryo */
.content__header--noryo{
  padding: 24px 20px 10px;
  height: auto;
  background-image: url(img/bg_main_noryo.jpg);
}
.content__header--noryo h1{
  font-size: 42px;
	-webkit-text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
	-moz-text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
	text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
}
/* lets
.content__header--noryo h1{
  font-size: 54px;
}
*/

/* dento */
.content__header--dento{
  padding: 24px 20px 10px;
  height: auto;
  background-image: url(img/bg_main_dento.jpg);
}
.content__header--dento h1{
  font-size: 42px;
	-webkit-text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
	-moz-text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
	text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
}
/*
  font-size: 54px;
}

*/
/* tanabata */
.content__header--tanabata{
  padding: 24px 20px 10px;
  height: auto;
  background-image: url(img/bg_main_tanabata.jpg);
}
.content__header--tanabata h1{
  font-size: 42px;
	-webkit-text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
	-moz-text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
	text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
}
/*
.content__header--tanabata h1{
  font-size: 68px;
}
*/

/* fes */
.content__header--fes h1{
  color: #4c57b1;
  font-size: 42px;
  text-align: left;
	-webkit-text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
	-moz-text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
	text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
}
.content__header--fes p{
  width: 330px;
  padding-top: 5px !important;
}

/*
fes
*/
.content__header--fes{
  background-image: url(img/bg_main_fes.jpg);
  background-size: cover;
  padding: 17px 20px 10px;
  height: auto;
  margin-bottom: 0;
}
.content__header--fes08{
  background-image: url(img/bg_main_fes08.jpg);
}

.content__header--fes h1{
  color: #4c57b1;
  font-size: 42px;
  text-align: left;
	-webkit-text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
	-moz-text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
	text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff;
}
.content__header--fes p{
  width: 330px;
  padding-top: 5px !important;
}
/*
area
*/
.content__header--area{}
.content__header--area h1{}
.content__header--area p{}
/*
こだわり(topics)
*/
.content__header--topics{}
.content__header--topics h1{}
.content__header--topics p{}
/*
ranking
*/
.content__header--ranking{
  background-image: url(img/bg_main_ranking.jpg);
  padding-top: 35px;
}
.content__header--ranking h1{
  font-size: 40px;
  text-align: left;
  color: #db0104;
}
.content__header--ranking h1 small{
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}
.content__header--ranking p{}


/*
# content__body
*/
.content__body{
  position: relative;
  z-index: 100;
}


/*
# content__footer
*/
.content__footer{}

/*
# content__nav
*/
.content__nav{
  position: relative;
  z-index: 100;
}

.content__nav--anchor{
  padding: 10px 15px;
  background: rgba(255, 255, 255, .6);
  border-radius: 5px;
  margin: 10px;
}
.content__nav--anchor .content__nav-list{
  overflow: hidden;
  margin: 0 -10px !important;
}
.content__nav--anchor .is-centering{
  text-align: center;
}
.content__nav--anchor .content__nav-list:last-child{
  margin-bottom: 0 !important;
}
.content__nav--anchor .content__nav-list__item{
  float: left;
  padding: 0 10px;
  margin: 5px 0;
}

.is-centering .content__nav-list__item{
  float: none;
  display: inline-block;
}

.content__nav--anchor .content__nav-list__item a{
  display: inline-block;
  background: url(img/ico_arrow_nav_anchor.png) 0 0 no-repeat;
  padding-left: 18px;
}


/*
# content__section
*/

  /* base */
  .content__section{
    width: 616px;
    margin: 10px auto;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
  }
  .content__section__header{
    background: url(img/bg_pattern02.png) 0 0 repeat;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
  }
  .content__section .content__section__header h2{
    font-weight: bold;
  }
  .content__section__body{}

  /* modifier */
  .content__section--pickup{}
  .content__section--pickup .content__section__header{}



/*
# content__block
*/

  /* base */
  .content__block{
    width: 616px;
    margin: 0 auto;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
  }
  .content__block__header{
    position: relative;
  }
  .content__block__header h2{
    font-weight: bold;
  }
  .content__block__body{}

  /* modifier */

  /* pickup-top */
  .content__block--pickup-top{
    box-sizing: border-box;
    border-radius: 3px;
    background: url(img/bg_pattern08.png) 0 0 repeat;
  }
  .content__block--pickup-top .content__block__header{
    color: #ffffff;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    background: url(img/bg_pattern02.png) 0 0 repeat;
  }
  .content__block--pickup-top .content__block__body{
    padding: 10px;
  }
  .content__block--pickup-top .grid{}
  .content__block--pickup-top .grid__item{
    padding-bottom: 20px;
    position: relative;
  }
  .content__block--pickup-top .grid__item:last-child{
    padding-bottom: 0;
  }
  .content__block--pickup-top .grid__item:after{
    content: "";
    position: absolute;
    bottom: 10px;
    height: 0;
    right: 0;
    left: 0;
    margin: auto;
    border: 1px dashed #ffbd4b;
  }
  .content__block--pickup-top .grid__item:last-child:after{
    display: none;
  }
  .content__block--pickup-top .grid__item__header{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .content__block--pickup-top .grid__item__header h3{
    font-weight: bold;
  }
  .content__block--pickup-top .grid__item__header a{}
  .content__block--pickup-top .grid__item__body{}
  .content__block--pickup-top .media{}
  .content__block--pickup-top .media__image{
    padding-right: 20px;
  }
  .content__block--pickup-top .media__image img{
    width: 287px;
    /* height: 88px; */
    height: auto;
  }
  .content__block--pickup-top .media__image a{
    position: relative;
    display: inline-block;
  }

  /* 人気のコンテンツ(top) */
  .content__block--popular{
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #fff;
  }
  .content__block--popular .content__block__header{
    color: #ffffff;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    background: url(img/bg_pattern02.png) 0 0 repeat;
  }
  .content__block--popular .content__block__body{
    padding: 10px 8px;
  }
  .content__block--popular .grid{
    margin-left: -8px;
    margin-right: -8px;
  }
  .content__block--popular .grid__item{
    padding: 0 8px;
  }
  .content__block--popular .grid__item__header{
    font-size: 14px;
    text-align: center;
  }
  .content__block--popular .grid__item__image{
    margin-bottom: 8px;
  }
  .content__block--popular .grid__item__header h3{}
  .content__block--popular .grid__item__header a{
    color: #666666 !important;
  }

  /* 祭りの種類から探す(top) */
  .content__block--genre-search{
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #fff;
  }
  .content__block--genre-search .content__block__header{
    color: #ffffff;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    background: url(img/bg_pattern02.png) 0 0 repeat;
  }
  .content__block--genre-search .content__block__body{
    padding: 10px 8px 2px;
  }
  .content__block--genre-search .grid{
    margin-left: -8px;
    margin-right: -8px;
    text-align: left;
    font-size: 0;
  }
  .content__block--genre-search .grid__item{
    padding: 0 8px 8px;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .content__block--genre-search .grid__item a{
    text-decoration: none !important;
  }
  .content__block--genre-search .grid__item__header{
    font-size: 14px;
    background: url(img/ico_arrow_link_square.png) 0 50% no-repeat;
    text-align: left;
    padding: 0 0 0 22px;
    color: #000;
  }
  .content__block--genre-search .grid__item__header h3{
    font-weight: bold;
  }
  .content__block--genre-search .grid__item__image{
    margin-bottom: 5px;
  }
  .content__block--genre-search .grid__item__body{
    margin-top: 3px;
    font-size: 12px;
  }

  /* エリアから探す(top) */
  .content__block--area-search{
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #fff;
    background: url(img/bg_pattern05.png) 0 0 repeat;
  }
  .content__block--area-search .content__block__header{
    color: #ffffff;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    background: url(img/bg_pattern02.png) 0 0 repeat;
  }
  .content__block--area-search .content__block__body{
/*lets
    padding: 0 20px;
*/
   padding: 0 0 10px 20px;
  }
  .content__block--area-search .grid--table{
    display: table;
    width: 100%;
  }
  .content__block--area-search .grid--table > .grid__item{
    display: table-cell;
    vertical-align: top;
    padding-bottom: 10px;
  }
  .content__block--area-search .grid > .grid__item{
    margin-top: 10px;
  }
  .content__block--area-search .grid__item__header{
    font-size: 18px;
    color: #666666;
  }
  .content__block--area-search .grid__item__header a{
    text-decoration: none !important;
    color: #666666 !important;
  }
  .content__block--area-search .grid__item__header a:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
    background: url(img/ico_arrow_link02.png) 0 0 no-repeat;
    width: 19px;
    height: 19px;
  }
  .content__block--area-search .grid__item__header h3{
    font-weight: bold;
  }
  .content__block--area-search .grid__item__body{
    margin-top: 3px;
  }
  .content__block--area-search .grid__item__body ul{
    text-align: left;
  }
  .content__block--area-search .grid__item__body ul > li{
    display: inline;
    margin-right: 15px;
  }
  .content__block--area-search .grid__item__body ul > li a{
    color: #666666 !important;
    font-size: 14px;
  }

  /* おすすめのイベント＆スポット情報(top) */
  .content__block--recommend{
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #fff;
  }
  .content__block--recommend .content__block__header{
    color: #ffffff;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    background: url(img/bg_pattern06.png) 0 0 repeat;
  }
  .content__block--recommend .content__block__body{
    padding: 10px 8px 2px;
  }
  .content__block--recommend .grid{
    margin-left: -8px;
    margin-right: -8px;
    text-align: left;
    font-size: 0;
  }
  .content__block--recommend .grid__item{
    padding: 0 8px 8px;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .content__block--recommend .grid__item a{
    text-decoration: none !important;
  }
  .content__block--recommend .grid__item__header{
    font-size: 14px;
    background: url(img/ico_arrow_link_square_02.png) 0 50% no-repeat;
    text-align: left;
    padding: 0 0 0 22px;
    color: #000;
  }
  .content__block--recommend .grid__item__header h3{
    font-weight: bold;
  }
  .content__block--recommend .grid__item__image{
    margin-bottom: 5px;
  }
  .content__block--recommend .grid__item__body{
    margin-top: 3px;
    font-size: 12px;
  }

  /* 夏祭りをもっと楽しむ[ranking-link](top) */
  .content__block--ranking-link{
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #fff;
  }
  .content__block--ranking-link .content__block__header{
    color: #ffffff;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    background: url(img/bg_pattern02.png) 0 0 repeat;
  }
  .content__block--ranking-link .content__block__body{}
  .content__block--ranking-link .content__block__body__header{
    font-size: 16px;
    color: #ff615c;
    background: url(img/bg_pattern07.png) 0 0 repeat;
    padding: 8px 10px;
  }
  .content__block--ranking-link .content__block__body__header h3{
    font-weight: bold;
  }
  .content__block--ranking-link .content__block__body__body{
    padding: 10px;
  }
  .content__block--ranking-link .grid{
    margin-right: -6px !important;
    margin-left: -6px !important;
  }
  .content__block--ranking-link .grid__item{
    padding: 0 6px;
  }
  .content__block--ranking-link .grid__item a{
    position: relative;
    display: block;
  }
  .content__block--ranking-link .content__block__footer{
    text-align: right;
    padding: 0 10px 15px;
  }
  .content__block--ranking-link .content__block__footer a,.content__block--ranking-link .content__block__footer a:link, .content__block--ranking-link .content__block__footer a:visited{
    color: #8b5d5d !important;
    font-size: 14px;
  }


  /* 夏にぴったりの特集はこちら(top) */
  .content__block--featrue{}
  .content__block--featrue .content__block__header{
    font-size: 16px;
    color: #fff;
    background-color: #3f3f3f;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
  }
  .content__block--featrue .content__block__header h3{
    font-weight: bold;
  }
  .content__block--featrue .content__block__body{
    background-color: #fff;
    padding: 15px 15px 0;
  }
  .content__block--featrue .grid{
    margin: 0 -9px !important;
    font-size: 0;
  }
  .content__block--featrue .grid__item{
    padding: 0 7px 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    position: relative;
    z-index: 100;
  }
  .content__block--featrue .grid__item__header{
    font-size: 12px;
  }
  .content__block--featrue .grid__item__header h3{
    font-weight: bold;
  }
  .content__block--featrue .grid__item__header a{
    color: #000 !important;
  }
  .content__block--featrue .grid__item__body{
    color: #666;
  }
  .content__block--featrue .media{}
  .content__block--featrue .media__image{}



  /* 注目の祭り＆イベント情報 */
  .content__block--event-summary{
    box-sizing: border-box;
    border: 1px solid #ee0310;
    border-radius: 3px;
    background: url(img/bg_pattern05.png) 0 0 repeat;
  }
  .content__block--event-summary .content__block__header{
    color: #ffffff;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    background: url(img/bg_pattern01.png) 0 0 repeat;
  }
  .content__block--event-summary .content__block__footer{
    text-align: right;
    padding: 0 10px 8px;
    margin-top: -2px;
  }
  .content__block--event-summary .link--more{
    font-size: 12px;
    color: #666 !important;
  }

  /* 注目の祭り＆イベント情報(テキスト版) */
  .content__block--event-summary-txt{
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #fff;
    border-bottom: 1px solid #ffcfcd;
  }
  .content__block--event-summary-txt .content__block__header{
    color: #ffffff;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    background: url(img/bg_pattern01.png) 0 0 repeat;
  }
  .content__block--event-summary-txt .content__block__list{}
  .content__block--event-summary-txt .content__block__list__item{
    display: table;
    width: 100%;
    background: url(img/ico_arrow_link.png) 10px 50% no-repeat;
    border-bottom: 1px solid #ffcfcd;
  }
  .content__block--event-summary-txt .content__block__list__item:nth-child(odd){
    background-color: #fff;
  }
  .content__block--event-summary-txt .content__block__list__item:nth-child(even){
    background-color: #fff0f0;
  }

  .content__block--event-summary-txt .content__block__list__item span,.content__block--event-summary-txt .content__block__list__item a{
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content__block--event-summary-txt .content__block__list__item--period{
    width: 170px;
    padding-left: 33px;
  }
  .content__block--event-summary-txt a{}
  .content__block--event-summary-txt .content__block__list__item--locate{
    width: 120px;
    padding-right: 10px;
    padding-left: 10px;
  }


  .content__block--event-summary-txt .content__block__footer{
    text-align: right;
    padding: 5px 10px;
  }
  .content__block--event-summary-txt .link--more{
    font-size: 12px;
    color: #666 !important;
  }

  /* pr */
  .content__block--pr{
    box-sizing: border-box;
    border: 3px solid #7695c4;
    border-radius: 3px;
    background-color: #fff;
/*lets*/
    margin-bottom: 10px;
  }
  .content__block--pr .content__block__header{
    font-size: 16px;
    color: #fff;
    background: url(img/bg_pattern03.png) 0 0 repeat;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
  }
  .content__block--pr .content__block__header h2{
    font-weight: bold;
  }
  .content__block--pr .content__block__body{
    padding: 0;
  }
    /* modifier */
    /* pr--top */
    .content__block--pr--top{
      border: 1px solid #ff6f6b;
    }
    .content__block--pr--top .content__block__header{
      background: url(img/bg_pattern02.png) 0 0 repeat;
    }

  /* 終了したイベント */
  .content__block--finish-event{
    margin-top: 10px;
  }
  .content__block--finish-event .content__block__header{
    border-radius: 3px;
    background-color: #9d4444;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    margin-bottom: -5px;
  }
  .content__block--finish-event .content__block__header h2{
    font-weight: bold;
  }

  /* エリアリンク */
  .content__block--area-link{}
  .content__block--area-link .content__block__header{
    background: url(img/bg_pattern04.png) 0 0 repeat;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    height: 36px;
    line-height: 36px;
  }
  .content__block--area-link .content__block__header h2{
    font-weight: bold;
  }
  .content__block--area-link .content__block__body{
    background: #fffee7 url(img/bg_illust01.png) 98% 90% no-repeat;
    padding: 10px 10px 2px;
  }
  .content__block--area-link .grid{}
  .content__block--area-link .grid__item{
    padding-bottom: 8px;
  }
    /* modifier */
    /* top */
    .content__block--area-link--top{}
    .content__block--area-link--top .content__block__header{
      color: #ffffff;
      font-size: 18px;
      height: 36px;
      line-height: 36px;
      padding: 0 10px;
      background: url(img/bg_pattern02.png) 0 0 repeat;
    }
    .content__block--area-link--top .content__block__body{
      padding: 10px 20px;
    }
    .content__block--area-link--top .grid{
      margin-left: -8px !important;
      margin-right: -8px !important;
    }
    .content__block--area-link--top .grid__item{
      padding-left: 8px;
      padding-right: 8px;
    }


  /* お出かけプラン */
  .content__block--plan{
    margin-top: 10px;
  }
  .content__block--plan .content__block__header{
    font-size: 16px;
    color: #fff;
    background-color: #3f3f3f;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
  }
  .content__block--plan .content__block__header h3{
    font-weight: bold;
  }
  .content__block--plan .content__block__body{
    background-color: #fff;
    padding: 10px 10px 0;
  }
  .content__block--plan .grid{
    margin: 0 -6px;
    font-size: 0;
  }
  .content__block--plan .grid__item{
    padding: 0 6px 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    position: relative;
    z-index: 100;
  }
  .content__block--plan .grid__item__image{
    margin-bottom: 10px;
    width: 134px;
    height: 89px;
    border: solid 2px #FFF !important;
    outline: solid 1px #cec4b3 !important;
    background: url(img/bg_cassette_image.jpg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .content__block--plan .grid__item__image a{
    background-color: #000;
    display: block;
  }
  .content__block--plan .grid__item__image img{
    width: 134px;
    height: auto;
  }
  .content__block--plan .content__block__footer{
    text-align: right;
    padding: 10px;
    background-color: #fff;
    margin-top: 2px;
  }
  .content__block--plan .content__block__footer a{
    text-decoration: none !important;
  }

  .content__block--cal{
    margin-top: 15px;
  }
  .content__block--cal .content__block__header{
    margin: 0 0 -15px;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    background: url(img/bg_ttl_01.jpg) repeat-x left top;
    font-size: 20px;
  }
  .content__block--cal .content__block__header h2{
    font-weight: bold;
  }


  /* raking */
  .content__block__wrapper--ranking{}
  .content__block--ranking{
    border-right: 1px solid #db0104;
    border-left: 1px solid #db0104;
    background-color: #fff;
    overflow: visible;
  }
  .content__block--ranking:after{
    content: "";
    background: url(img/line_dot.png) 50% 50% no-repeat;
    width: 584px;
    height: 20px;
    display: block;
    margin: 0 auto;
  }
  .content__block--ranking.is-secondary-first{
    border-top: 1px solid #db0104;
  }
  .content__block--ranking:last-child{
    border-bottom: 1px solid #db0104;
  }
  .content__block--ranking:last-child{
    padding-bottom: 10px;
  }
  .content__block--ranking:last-child:after{
    display: none;
  }
  .content__block--ranking .content__block__header{
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    /* width: 623px; */
    height: 56px;
    line-height: 56px;
    padding: 0 10px 0 74px;
    margin-left: -5px;
  }
  .content__block--ranking .content__block__header h2{
    font-size: 20px;
  }
  .content__block--ranking .content__block__header a{
    color: #db0104 !important;
  }
  .content__block--ranking .content__block__header .grid--table{
    display: table;
    width: 100%;
  }
  .content__block--ranking .content__block__header .grid__item{
    display: table-cell;
    vertical-align: middle;
    height: 60px;
  }
  .content__block--ranking .content__block__header .grid__item:first-child{
    width: 360px;
  }
  .content__block--ranking .content__block__header .grid__item .ico-list{
    text-align: right;
  }
  .content__block--ranking .content__block__header a,.content__block--ranking .content__block__header a:visited, .content__block--ranking .content__block__header a:link{
    color: #dd0003 !important;
  }

  .content__block--ranking .content__block__body{
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-color: #fff;
    /*width: 613px;*/
  }
  .content__block--ranking .bg-bottom{
    display: none;
  }
  .content__block--ranking .cassette__item{
    background-color: transparent;
  }
  .content__block--ranking .cassette__item__header{
    color: #f56c70;
  }
  .content__block--ranking .cassette--l .ico-list{
    text-align: left;
    margin-left: -3px !important;
    margin-bottom: 8px !important;
  }
  .content__block--ranking .cassette .cassette__body{
    padding-top: 0;
  }
  .content__block--ranking .cassette .cassette__footer{
    padding-bottom: 0;
  }


    /* ranking01-03(3位までの共通) */
    .content__block--ranking--hero{
      margin-bottom: 10px;
      border: none;
      background-color: transparent;
    }
    .content__block--ranking--hero:after{
      display: none;
    }
    .content__block--ranking--hero .content__block__header{
      padding-left: 60px;
      margin-left: -7px;
    }
    .content__block--ranking--hero .content__block__header h2{}
    .content__block--ranking--hero .content__block__header a,.content__block--ranking--hero .content__block__header a:visited,.content__block--ranking--hero .content__block__header a:link{
      color: #fff !important;
    }
    .content__block--ranking--hero .content__block__body{
      border: none;
      padding-top: 3px;
    }
    .content__block--ranking--hero .bg-bottom{
      display: block;
      background-repeat: no-repeat;
      background-position: 50% 0;
      background-color: transparent;
      width: 616px;
      height: 11px;
    }

    /* ranking01 */
    .content__block--ranking--01{}
    .content__block--ranking--01 .content__block__header{
      background-image: url(img/bg_ttl_rank_01.png);
    }
    .content__block--ranking--01 .content__block__body{
      background-image: url(img/bg_rank_01_body.png);
    }
    .content__block--ranking--01 .bg-bottom{
      background-image: url(img/bg_rank_01_bottom.png);
    }
    .content__block--ranking--01 .cassette__item__header{
      color: #c7a00f;
    }
    /* ranking02 */
    .content__block--ranking--02{}
    .content__block--ranking--02 .content__block__header{
      background-image: url(img/bg_ttl_rank_02.png);
    }
    .content__block--ranking--02 .content__block__body{
      background-image: url(img/bg_rank_02_body.png);
    }
    .content__block--ranking--02 .bg-bottom{
      background-image: url(img/bg_rank_02_bottom.png);
    }
    .content__block--ranking--02 .cassette__item__header{
      color: #818a99;
    }
    /* ranking03 */
    .content__block--ranking--03{}
    .content__block--ranking--03 .content__block__header{
      background-image: url(img/bg_ttl_rank_03.png);
    }
    .content__block--ranking--03 .content__block__body{
      background-image: url(img/bg_rank_03_body.png);
    }
    .content__block--ranking--03 .bg-bottom{
      background-image: url(img/bg_rank_03_bottom.png);
    }
    .content__block--ranking--03 .cassette__item__header{
      color: #955c3d;
    }

    /* ranking04 */
    .content__block--ranking--04{}
    .content__block--ranking--04 .content__block__header{
      background-image: url(img/bg_ttl_rank_04.png);
    }
    /* ranking05 */
    .content__block--ranking--05{}
    .content__block--ranking--05 .content__block__header{
      background-image: url(img/bg_ttl_rank_05.png);
    }
    /* ranking06 */
    .content__block--ranking--06{}
    .content__block--ranking--06 .content__block__header{
      background-image: url(img/bg_ttl_rank_06.png);
    }
    /* ranking07 */
    .content__block--ranking--07{}
    .content__block--ranking--07 .content__block__header{
      background-image: url(img/bg_ttl_rank_07.png);
    }
    /* ranking08 */
    .content__block--ranking--08{}
    .content__block--ranking--08 .content__block__header{
      background-image: url(img/bg_ttl_rank_08.png);
    }
    /* ranking09 */
    .content__block--ranking--09{}
    .content__block--ranking--09 .content__block__header{
      background-image: url(img/bg_ttl_rank_09.png);
    }
    /* ranking10 */
    .content__block--ranking--10{}
    .content__block--ranking--10 .content__block__header{
      background-image: url(img/bg_ttl_rank_10.png);
    }



/*
# cassette
*/
  /* base */
  .cassette{
    color: #505050;
    font-size: 12px;
  }
  .cassette__list__header{
    background-color: #9d4444;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px;
  }
  .cassette__list__header h3{
    font-weight: bold;
  }
  .cassette__item{
    border-top: 1px solid transparent;
    background-color: #fff;
    margin-top: 2px;
  }
  .cassette__item:first-child{
    border-top: none;
    margin-top: 0;
  }
  .cassette .media{
    width: 100%;
  }
  .cassette .media__image{
    width: 160px;
    height: 108px;
    background: url(img/bg_cassette_image.jpg) 0 0 no-repeat;

    background-size: 100% auto;
    padding-right: 0;
  }
  .cassette .media__image a{
    background-color: #fff;
    display: block;
  }
  .cassette .media__image img{
    width: 160px;
    height: auto;
  }
  .cassette .media__body{
    padding-left: 10px;
  }


  
  .cassette__header{
    padding: 0 10px 0 32px;
    font-size: 18px;
    background: transparent url(img/bg_arrow_cassette_header.png) 10px 50% no-repeat;
  }
  .cassette__header .grid--table{
    display: table;
    width: 100%;
  }
  .cassette__header .grid__item{
    display: table-cell;
    vertical-align: middle;
    height: 60px;
  }
  .cassette__header a,.cassette__header a:visited, .cassette__header a:link{
    color: #dd0003 !important;
    font-size: 16px;
    font-weight: bold;
  }
  .cassette__header span{}
  .cassette__body{
    padding: 0 10px 10px;
  }
  .cassette__footer{}
  .cassette__item__header{
    font-size: 14px;
/*lets
    font-size: 18px;
*/
    color: #333;
    margin-bottom: 10px;
  }
  .cassette__item__header h2,.cassette__item__header h3,.cassette__item__header h4{
    font-weight: bold;
  }
  .cassette__detail{
    margin-top: 15px;
  }
  .cassette__detail > .grid--table{
    display: table;
    width: 100%;
  }
  .cassette__detail > .grid--table > .grid__item{
    width: 50%;
    display: table-cell;
    vertical-align: top;
   padding-right: 10px;
  }

  dl.cassette__detail-list{
    margin: 0;
    padding: 0;
  }
  dl.cassette__detail-list dt{
    display: table-cell;
    white-space: nowrap;
    font-weight: normal !important;
  }
  dl.cassette__detail-list dd{
    display: table-cell;
  }
  dl.cassette__detail-list--period dt,dl.cassette__detail-list--period dd{
    font-weight: bold !important;
  }

  /* modifier */

  /* large */
  .cassette--l{}
  .cassette--l .cassette__item{
    border-top: none;
    margin-top: 0;
  }
  .cassette--l .cassette__header{
    background-color: #fff0f0;
  }
  .cassette--l .cassette__header .grid__item:first-child{
    width: 360px;
  }
  .cassette--l .cassette__body{
    padding: 10px;
  }
  .cassette--l .media__image{
    width: 240px;
    height: 160px;
  }
  .cassette--l .media__image img{
    width: 240px;
    height: auto;
  }
  .cassette--l .cassette__footer{
    text-align: right;
    padding: 5px 10px 15px;
  }
  .cassette--l .cassette__footer a,.cassette--l .cassette__footer a:link, .cassette--l .cassette__footer a:visited{
    color: #8b5d5d !important;
    font-size: 12px;
  }

  /* summary */
  .cassette--summary{}
  .cassette--summary .cassette__header{
    padding: 0;
    font-size: 12px;
    background: none;
  }
  .cassette--summary .cassette__header a,.cassette--summary .cassette__header a:visited, .cassette--summary .cassette__header a:link{
    color: #000000 !important;
    font-size: 14px;
    font-weight: bold;
  }
  .cassette--summary .cassette__body{
    padding: 0;
  }

  .cassette--summary .cassette__item{
    margin-top: 0;
    padding: 10px;
    border-top-color: #ffcfcd;
    background-color: transparent;
  }
  .cassette--summary .cassette__period{
    display: block;
    font-size: 13px;
    color: #666666;
  }
  .cassette--summary .media__image{}
  .cassette--summary .media__image{
    width: 100px;
    height: 67.5px;
  }
  .cassette--summary .media__image img{
    width: 90px;
  }
  .cassette--summary .media__body{
    vertical-align: middle;
    background: url(img/bg_arrow_cassette_summary_header.png) 10px 50% no-repeat;
    padding-left: 25px;
  }

  /* pr */
  .cassette--pr{}
  .cassette--pr .cassette__item__header a,.cassette--pr .cassette__item__header a:visited, .cassette--pr .cassette__item__header a:link{
    color: #333 !important;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
  }
  .cassette--pr .cassette__body{
    padding: 0;
  }

  .cassette--pr .cassette__item{
    margin-top: 0;
    padding: 10px;
    border-top-color: #ddd;
    background-color: transparent;
  }
  .cassette--pr .media__image{}
  .cassette--pr .media__image{
  }
  .cassette--pr .media__image img{
  }
  .cassette--pr .media__body{
    vertical-align: top;
    background: none;
    padding-left: 10px;
  }


    /* pr--top */
    .cassette--pr--top{}
    .cassette--pr--top .cassette__item__header a{
      background: url(img/bg_arrow_cassette_pr_header.png) 0 50% no-repeat;
      display: block;
      min-height: 24px;
      padding-left: 20px;
    }
    .cassette--pr--top .cassette__item__header{}
    .cassette--pr--top .cassette__item__header a,.cassette--pr--top .cassette__item__header a:visited, .cassette--pr--top .cassette__item__header a:link{
      text-decoration: underline !important;
    }
    .cassette--pr--top .cassette__body{
      padding: 0;
    }

/* add 2018 */
.content__section--list .cassette--l .cassette__item{margin-top: 2px;}
.content__section--list .cassette--l li.cassette__item:first-child{margin-top:0;}
.content__section--list .content__section__body + .content__section__body .cassette--l{margin-top:2px!important;}
.content__section--list .ico--ttl--shine {
    background: url(img/ico_ttl_chochin.png) 50% 50% no-repeat;
    width: 28px;
    height: 28px;
}
.content__section--list .cassette .media{float: left; width: auto;}
.content__section--list .cassette .cassette__detail{float: left;margin-top: 0; margin-left: 10px; width: 426px;}
.content__section--list .cassette .media__body{display:none;}
.content__section--list .cassette--l .cassette__header {background: #fff url(img/bg_arrow_cassette_header.png) 10px 50% no-repeat;}
.content__section--list .cassette--l .media__image { width: 160px; height: 108px;    background: none; }
.content__section--list .cassette--l .media__image img{ width: 160px; height: auto; }

.content__section--list .cassette__item__body:after {
  content: "";
  display: block;
  clear: both;
}

.content__section--list .cassette__detail > .grid--table{display: block; width: auto;}
.content__section--list .cassette__detail > .grid--table > .grid__item{width: auto; display: block;}


.content__section__footer{text-align: right;margin-top: 10px; margin-bottom: 5px; font-size: 14px;}
.content__section__footer a{padding: 2px 25px 2px 10px; text-decoration: none!important; border: 1px solid #cc2414; border-radius: 5px;
	background: #fff url(img/ico_arrow_link02.png) center right 4px no-repeat;
	background-size: 15px;
	font-size: 12px;
}
.content__section__footer a:hover{text-decoration: underline!important;}
.content__section__footer a span{padding-top: 2px; display: inline-block;transform: rotate( 90deg ); color: #cc2414;font-size: 10px;}
