@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/* padding & margin */
.pd {
  padding: 25px;
}

.pt {
  padding-top: 25px;
}

.pb {
  padding-bottom: 25px;
}

.mg {
  margin: 25px;
}

.mt {
  margin-top: 25px;
}

.mb {
  margin-bottom: 25px;
}

/* Fonts
------------------------------------------------------------*/
@font-face {
  font-family: 'Gill Sans';
  src: url("font/gillsansmt.eot?#iefix") format("embedded-opentype"), url("font/gillsansmt.woff") format("woff"), url("font/gillsansmt.ttf") format("truetype");
  /* モバイル等その他のブラウザ向け */
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, sans-serif;
  font-size: 14px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  position: relative;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  color: #010101;
  background-color: #f5f5f5;
}
body * {
  word-wrap: break-word;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, sans-serif;
}
body a {
  color: #010101;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
body a:hover {
  text-decoration: underline;
}
body a img {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body a img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
body img {
  max-width: 100%;
  height: auto;
}
body .wrap {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body ::selection {
  background: rgba(255, 240, 0, 0.2);
  /* Safari */
}
body ::-moz-selection {
  background: rgba(255, 240, 0, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
/* header{
	position: relative;
	z-index: 10;
	width: 100%;
	.h-top{
		background-color:$bg;
		@include wrap(910px);
		height: 54px;
		.inner{
			padding-left: 170px;
			padding-top:16px;
			position: relative;
			@include afterClear;
			.tabs{
				float: left;
				letter-spacing: -.4em;
				li{
					@include ib;
					vertical-align: bottom;
					letter-spacing: normal;
					a{
						color: #FFF;
						line-height: 40px;
						text-align: center;
						width: 160px;
						display: block;
						line-height: 31px;
						font-size: 13px;
						&:before{
							content: "";
							width: 20px;
							height: 20px;
							@include ib;
							vertical-align: middle;
							background: no-repeat center center;
							margin-right: 5px;
						}
					}
					&.personal{
						a{
							background-color: $green2;
							@include radius(8px,0,0,0);
							&:before{
								background-image: url(../img/icon-tab-personal.png);
							}
						}
					}
					&.company{
						a{
							background-color: $blue;
							@include radius(0,8px,0,0);
							&:before{
								background-image: url(../img/icon-tab-company.png);
							}
						}
					}
					&.current{
						a{
							line-height: 39px;
							@include radius(8px,8px,0,0);
						}
					}
				}
			}
			.link{
				float: right;
				text-align: right;
				letter-spacing: -0.3em;
				font-size:12px;
				padding-top: 15px;
				li{
					letter-spacing: normal;
					@include ib;
					padding:0 10px;
					line-height: 1.2;
					border-right:solid 1px $black2;
					&:last-child{
						border-right:none;
						padding-right:0;
					}
					a{

					}
				}
			}
		}
	}
	.notice{
		background: #FFF;
		padding: 15px 30px;
		color: $red;
		margin-bottom: 0;
		text-align: center;
		&:last-child{
			margin-bottom: 0;
		}
		p{
			padding-bottom: 15px;
			&:last-child{
				padding-bottom: 0;
			}
		}
	}
	#logo{
		position: absolute;
		top:-1px;
		left:0;
		text-align: center;
		line-height: 0;
		z-index: 999;
		a img{
			&:hover{
				@include opacity(1);
			}
		}
		.sp{
			display: none;
		}
	}
	nav.tab{
		border-top:solid 4px $green2;
		background-color: $gray;
		position: relative;
		display: none;
		&.current{
			display: block;
		}
		.nav-inner{
			@include wrap(910px);
			>ul{
				padding-left:170px;
				@include afterClear;
				@include wrap(845px);
				//@include wrap(780px);
				>li{
					float: left;
					width: 115px;
					text-align: center;
					>a{
						line-height: 1.2;
						display: block;
						height: 35px;
						font-size: 13px;
						position: relative;
						padding-top: 61px;
						background: no-repeat center center;
						@include transition;
						@include font;
						color:$green3;
						&:hover{
							background-color: $green2;
							color: #FFF;
							text-decoration: none;
						}
						&.sp{
							display: none;
						}
					}
					.hidden{
						z-index: 2;
						visibility: hidden;
						@include transition(opacity);
						@include opacity(0);
						height: 0;
						position: absolute;
						top: 96px;
						right: 50%;
						margin-right: -480px;
						background-color: $green2;
						width: 900px;
						padding: 30px;
						text-align: left;
						&.about{
							width: 220px;
							margin-right: -470px;
						}
						.close{
							position: absolute;
							right: 10px;
							top: 10px;
							font-weight: bold;
							font-size: 18px;
							cursor: pointer;
							color: #FFF;
						}
						.list{
							@include afterClear;
							dl{
								float: left;
								width: 220px;
								margin-right: 6px;
								text-align: center;
								&:last-child{
									margin-right: 0;
								}
								dt{
									font-weight: bold;
									padding-bottom: 4px;
									margin-top: 15px;
									line-height: 1;
									color: #FFF;
									&:first-child{
										margin-top: 0;
									}
								}
								dd{
									margin-bottom: 3px;
									height: 30px;
									background-color: #4eb669;
									a{
										letter-spacing: normal;
										display: block;
										background: #FFF;
										@include transition;
										position: relative;
										line-height: 30px;
										&:after{
											content: "";
											display: block;
											position: absolute;
											background: url(../img/magazine-details/arrow-r.png);
											width: 4px;
											height: 7px;
											right: 10px;
											top: 50%;
											margin-top: -3px;
										}
										&:hover{
											text-decoration: none;
											background-color: #cfcfcf;
										}
									}
								}
							}
						}
						.btn{
							padding-top: 15px;
							a{
								font-size: 16px;
								background: #FFF;
								display: block;
								text-align: center;
								line-height: 45px;
								@include transition;
								&:after{
									content: "";
									@include ib;
									vertical-align: middle;
									margin-left: 10px;
									background: url(../img/arrow-r.png) no-repeat;
									width: 9px;
									height: 10px;
								}
								&:hover{
									text-decoration: none;
									background-color: #cfcfcf;
								}
							}
						}
					}
					&.hover{
						>a,.menu-btn{
							background-color: $green2;
							text-decoration: none;
							color: #FFF;
						}
						.hidden{
							height: auto;
							visibility: visible;
							@include opacity(1);
							z-index: 5;
						}
					}
					&.current >a{
						color: #FFF;
						&:before{
							content: "";
							display: block;
							height: 7px;
							width: 100%;
							background-color: $green2;
							position: absolute;
							top: 0;
							left: 0;
						}
					}
					&.dd-menu{
						>a,&>span{
							&:after{
								content: "";
								display: block;
								width: 0;
								height: 0;
								border-style: solid;
								border-width: 0 0 8px 8px;
								border-color: transparent transparent $green3 transparent;
								position: absolute;
								right: 5px;
								bottom: 5px;
								@include transition;
							}
							&:hover{
								&:after{
									border-color: transparent transparent #FFF transparent;
								}
							}
						}
						&.hover{
							>a,&>span{
								&:after{
									border-color: transparent transparent #FFF transparent;
								}
							}
						}
					}
					&.magazine{
						>a{
							background-image: url(../img/icon-magazine.png);
							background-position: center 20px;
							&:hover{
								background-image: url(../img/icon-magazine_on.png);
							}
						}
						&.hover >a{
							background-image: url(../img/icon-magazine_on.png);
						}
					}
					&.events{
						>a{
							background-image: url(../img/icon-events.png);
							background-position: center 17px;
							&:hover{
								background-image: url(../img/icon-events_on.png);
							}
						}
						&.hover >a{
							background-image: url(../img/icon-events_on.png);
						}
					}
					&.shops {
						>a{
							background-image: url(../img/icon-shops.png);
							background-position: center 18px;
							&:hover{
								background-image: url(../img/icon-shops_on.png);
							}
						}
						&.hover >a{
							background-image: url(../img/icon-shops_on.png);
						}
					}
					&.contents {
						>a{
							background-image: url(../img/icon-contents.png);
							background-position: center 17px;
							&:hover{
								background-image: url(../img/icon-contents_on.png);
							}
						}
						&.hover >a{
							background-image: url(../img/icon-contents_on.png);
						}
					}
					&.store {
						>a{
							background-image: url(../img/icon-store.png);
							background-position: center 12px;
							&:hover{
								background-image: url(../img/icon-store_on.png);
							}
						}
						&.hover >a{
							background-image: url(../img/icon-store_on.png);
						}
					}
					&.about{
						>a{
							background-image: url(../img/icon-about.png);
							background-position: center 17px;
							&:hover{
								background-image: url(../img/icon-about_on.png);
							}
						}
						&.hover >a{
							background-image: url(../img/icon-about_on.png);
						}
					}
					&.search{
						width: 40px;
						> span{
							content: "";
							display: block;
							background: url(../img/icon-search2.png) no-repeat center 65px;
							background-size: 16px;
							position: relative;
							top: 0;
							left: 0;
							width: 40px;
							height: 96px;
							&:hover{
								background-image: url(../img/icon-search2_on.png);
								background-color: $green2;
							}
						}
						&.hover{
							>span{
								background-image: url(../img/icon-search2_on.png);
							}
						}
						form{
							width: 100%;
							position: relative;
							.searchtext{
								width: 100%;
								line-height: 40px;
								height: 40px;
								-webkit-appearance: none;
								@include radius(0,0,0,0);
								border:1px solid #e1e1e1;
								font-size: 15px;
								@include b_box;
								outline: none;
								padding-right: 186px;
								padding-left: 5px;
							}
							.s-btn{
								position: absolute;
								height: 30px;
								width: 54px;
								margin-top: -15px;
								top: 50%;
								z-index: 2;
								right: 0;
								border-left: 2px solid $black;
								input{
									display: block;
									height: 30px;
									width: 54px;
									background: transparent url(../img/icon-search.png) no-repeat center center;
									font-size: 0;
									text-indent: -999em;
									border: none;
									cursor: pointer;

								}
							}
							.select{
								width: 114px;
								position: absolute;
								top: 0;
								right: 72px;
								.easy-select-box{
									position: relative;
									z-index: 10;
									width: 114px;
									outline: none;
									cursor: pointer;
									min-height: 40px;
									.esb-displayer{
										background: url(../img/arrow-select.png) no-repeat right center;
										line-height: 40px;
										height: 40px;
										@include font;
										outline: none;
										font-size: 15px;
										padding: 0 ;
										overflow: hidden;
										text-align: center;
									}
									.esb-dropdown{
										outline: none;
										display: none;
										background: #FFF;
										border: 1px solid #e1e1e1;
										color: #000;
										@include b_box;
										position: relative;
										margin-top: -1px;
										&:after, &:before {
											bottom: 100%;
											left: 50%;
											border: solid transparent;
											content: " ";
											height: 0;
											width: 0;
											position: absolute;
											pointer-events: none;
										}
										&:after {
											border-color: rgba(255, 255, 255, 0);
											border-bottom-color: #ffffff;
											border-width: 6px;
											margin-left: -6px;
										}
										&:before {
											border-color: rgba(225, 225, 225, 0);
											border-bottom-color: #e1e1e1;
											border-width: 7px;
											margin-left: -7px;
										}
										.esb-item{
											padding: 10px 4px 10px 14px;
											@include transition;
											border-bottom: 1px solid #e1e1e1;
											&:last-child{
												margin-bottom: 0;
												border-bottom: none;
											}
										}
									}
								}
							}
						}
					}
				}
			}
			.sns{
				display: none;
			}
		}
		&#nav2{
			border-top-color: $blue;
			.nav-inner{
				>ul{
					>li{
						>a{
							color:$blue;
							&:hover{
								background-color: $blue;
								color: #FFF;
							}
						}
						.hidden{
							background-color: $blue;
						}
						&.hover{
							>a,.menu-btn{
								background-color: $blue;
								color: #FFF;
							}
						}
						&.current >a{
							&:before{
								background-color: $blue;
							}
						}
						&.dd-menu{
							>a,&>span{
								&:after{
									border-color: transparent transparent $blue transparent;
								}
								&:hover:after{
									border-color: transparent transparent #FFF transparent;
								}
							}
							&.hover{
								>a,&>span:after{
									border-color: transparent transparent #FFF transparent;
								}
							}
						}
						&.company{
							>a{
								background-image: url(../img/icon-nav-company.png);
								background-position: center 10px;
								&:hover{
									background-image: url(../img/icon-nav-company_on.png);
								}
							}
							&.hover >a{
								background-image: url(../img/icon-nav-company_on.png);
							}
						}
						&.add{
							>a{
								background-image: url(../img/icon-nav-ad.png);
								background-position: center 10px;
								&:hover{
									background-image: url(../img/icon-nav-ad_on.png);
								}
							}
							&.hover >a{
								background-image: url(../img/icon-nav-ad_on.png);
							}
						}
						&.book {
							>a{
								background-image: url(../img/icon-nav-book.png);
								background-position: center 18px;
								&:hover{
									background-image: url(../img/icon-nav-book_on.png);
								}
							}
							&.hover >a{
								background-image: url(../img/icon-nav-book_on.png);
							}
						}
						&.shop {
							>a{
								background-image: url(../img/icon-nav-shop.png);
								background-position: center 10px;
								&:hover{
									background-image: url(../img/icon-nav-shop_on.png);
								}
							}
							&.hover >a{
								background-image: url(../img/icon-nav-shop_on.png);
							}
						}
						&.public {
							>a{
								background-image: url(../img/icon-nav-public.png);
								background-position: center 10px;
								&:hover{
									background-image: url(../img/icon-nav-public_on.png);
								}
							}
							&.hover >a{
								background-image: url(../img/icon-nav-public_on.png);
							}
						}
						&.news {
							>a{
								background-image: url(../img/icon-nav-news.png);
								background-position: center 10px;
								&:hover{
									background-image: url(../img/icon-nav-news_on.png);
								}
							}
							&.hover >a{
								background-image: url(../img/icon-nav-news_on.png);
							}
						}
						&.search{
							> span{
								background-image: url(../img/icon-search-blue.png);
								&:hover{
									background-color: $blue;
									background-image: url(../img/icon-search2_on.png);
								}
							}
							&.hover{
								>span{
									background-image: url(../img/icon-search2_on.png);
								}
							}
						}
					}
				}
			}
		}
	}
	nav.sp{
		display: none;
	}
} */
/* 旧デザインヘッダー */
header {
  position: relative;
  z-index: 10;
  width: 100%;
}
header .notice {
  background: #FFF;
  padding: 15px 30px;
  color: #f22445;
  margin-bottom: 0;
  text-align: center;
}
header .notice:last-child {
  margin-bottom: 0;
}
header .notice p {
  padding-bottom: 15px;
}
header .notice p:last-child {
  padding-bottom: 0;
}
header #head-top {
  padding: 30px 0 18px;
  width: 840px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
header #head-top:after {
  clear: both;
  display: block;
  content: '';
}
header #head-top #logo {
  text-align: center;
  line-height: 0;
  float: left;
}
header #head-top .right {
  float: right;
  padding-top: 25px;
  width: 420px;
}
header #head-top .right .search {
  float: left;
  width: 220px;
  position: relative;
  padding-left: 65px;
}
header #head-top .right .search .select {
  width: 85px;
  position: absolute;
  left: 0;
  top: 0;
}
header #head-top .right .search .select .easy-select-box {
  position: relative;
  z-index: 10;
  width: 85px;
  outline: none;
  cursor: pointer;
}
header #head-top .right .search .select .easy-select-box .esb-displayer {
  line-height: 24px;
  height: 24px;
  background-color: #909090;
  font-weight: normal;
  outline: none;
  font-size: 10px;
  padding: 0 5px 0 0;
  overflow: hidden;
  text-align: center;
  color: #FFF;
  position: relative;
  -moz-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  width: 80px !important;
}
header #head-top .right .search .select .easy-select-box .esb-displayer:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 2.5px 0 2.5px;
  border-color: #FFF transparent transparent transparent;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -2px;
}
header #head-top .right .search .select .easy-select-box .esb-dropdown {
  outline: none;
  display: none;
  background: #FFF;
  border: 1px solid #909090;
  color: #000;
  position: relative;
  font-size: 10px;
  text-align: center;
  width: 83px !important;
}
header #head-top .right .search .select .easy-select-box .esb-dropdown .esb-item {
  padding: 5px 0;
  line-height: 1.2;
}
header #head-top .right .search .select .easy-select-box .esb-dropdown .esb-item:hover {
  background-color: #303030;
  color: #FFF;
}
header #head-top .right .search .searchtext {
  width: 100%;
  line-height: 24px;
  height: 24px;
  -webkit-appearance: none;
  -moz-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  font-size: 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding-left: 5px;
  padding-right: 40px;
  -moz-border-radius: 0 3px 4px 0;
  -o-border-radius: 0 3px 4px 0;
  -webkit-border-radius: 0 3px 4px 0;
  border-radius: 0 3px 4px 0;
}
header #head-top .right .search .s-btn {
  position: absolute;
  height: 24px;
  width: 34px;
  z-index: 2;
  right: 0;
  top: 0;
}
header #head-top .right .search .s-btn input {
  display: block;
  height: 24px;
  width: 34px;
  background: #2e3030 url(../img/icon/icon-search.png) no-repeat center 6px;
  background-size: 10px auto;
  font-size: 0;
  text-indent: -999em;
  border: none;
  cursor: pointer;
  -moz-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-appearance: none;
}
header #head-top .right .btn {
  float: right;
  width: 107px;
}
header #head-top .right .btn a {
  display: block;
  line-height: 22px;
  border: 1px solid #010101;
  color: #010101;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  width: 105px;
  font-size: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
header #head-top .right .btn a:hover {
  background-color: #010101;
  color: #FFF;
  text-decoration: none;
}
header #head-top #menu {
  display: none;
}
header #logo .sp {
  display: none;
}
header #menu {
  display: none;
}
header nav.sp {
  display: none;
}
header nav.pc {
  background-color: #FFF;
  position: relative;
}
header nav.pc > ul {
  width: 840px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
header nav.pc > ul:after {
  clear: both;
  display: block;
  content: '';
}
header nav.pc > ul > li {
  float: left;
  width: 105px;
  text-align: center;
}
@media screen and (min-width: 840px) {
  header nav.pc > ul > li {
    max-width: 12.5%;
  }
}
header nav.pc > ul > li > a {
  display: block;
  height: 36px;
  font-size: 13px;
  position: relative;
  padding-top: 54px;
  background: no-repeat center 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: normal;
}
header nav.pc > ul > li > a:hover {
  background-color: #8f8f8f;
  color: #FFF;
  text-decoration: none;
}
header nav.pc > ul > li.current > a {
  background-color: #303030;
  color: #FFF;
}
header nav.pc > ul > li.hover > a {
  background-color: #8f8f8f;
  color: #FFF;
}
header nav.pc > ul > li .hidden {
  z-index: 2;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  height: 0;
  position: absolute;
  top: 90px;
  right: 50%;
  margin-right: -480px;
  background-color: #8a8a8a;
  background-color: rgba(138, 138, 138, 0.95);
  width: 900px;
  padding: 30px;
  text-align: left;
}
header nav.pc > ul > li .hidden.about {
  width: 220px;
  margin-right: -470px;
}
header nav.pc > ul > li .hidden .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  color: #FFF;
}
header nav.pc > ul > li .hidden .list:after {
  clear: both;
  display: block;
  content: '';
}
header nav.pc > ul > li .hidden .list dl {
  float: left;
  width: 220px;
  margin-right: 6px;
  text-align: left;
}
header nav.pc > ul > li .hidden .list dl:last-child {
  margin-right: 0;
}
header nav.pc > ul > li .hidden .list dl dt {
  text-align: left;
  font-weight: normal;
  padding-bottom: 4px;
  margin-top: 15px;
  line-height: 1;
  color: #FFF;
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
header nav.pc > ul > li .hidden .list dl dt:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #FFF;
  right: -10px;
  top: 3px;
}
header nav.pc > ul > li .hidden .list dl dt a {
  color: #FFF;
  text-align: left;
}
header nav.pc > ul > li .hidden .list dl dt:first-child {
  margin-top: 0;
}
header nav.pc > ul > li .hidden .list dl dd {
  margin-bottom: 3px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.15);
  text-align: center;
}
header nav.pc > ul > li .hidden .list dl dd a {
  letter-spacing: normal;
  display: block;
  background: #FFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  line-height: 30px;
}
header nav.pc > ul > li .hidden .list dl dd a:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/magazine-details/arrow-r.png);
  width: 4px;
  height: 7px;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
header nav.pc > ul > li .hidden .list dl dd a:hover {
  text-decoration: none;
  background-color: #cfcfcf;
}
header nav.pc > ul > li .hidden .btn {
  padding-top: 15px;
}
header nav.pc > ul > li .hidden .btn a {
  font-size: 16px;
  background: #FFF;
  display: block;
  text-align: center;
  line-height: 45px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header nav.pc > ul > li .hidden .btn a:after {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background: url(../img/arrow-r.png) no-repeat;
  width: 9px;
  height: 10px;
}
header nav.pc > ul > li .hidden .btn a:hover {
  text-decoration: none;
  background-color: #cfcfcf;
}
header nav.pc > ul > li.home > a {
  background-image: url(../img/icon/icon-home.png);
}
header nav.pc > ul > li.home > a:hover {
  background-image: url(../img/icon/icon-home_on.png);
}
header nav.pc > ul > li.home.hover > a, header nav.pc > ul > li.home.current > a {
  background-image: url(../img/icon/icon-home_on.png);
}
header nav.pc > ul > li.magazine > a {
  background-image: url(../img/icon/icon-magazine.png);
}
header nav.pc > ul > li.magazine > a:hover {
  background-image: url(../img/icon/icon-magazine_on.png);
}
header nav.pc > ul > li.magazine.hover > a, header nav.pc > ul > li.magazine.current > a {
  background-image: url(../img/icon/icon-magazine_on.png);
}
header nav.pc > ul > li.article > a {
  background-image: url(../img/icon/icon-article.png);
}
header nav.pc > ul > li.article > a:hover {
  background-image: url(../img/icon/icon-article_on.png);
}
header nav.pc > ul > li.article.hover > a, header nav.pc > ul > li.article.current > a {
  background-image: url(../img/icon/icon-article_on.png);
}
header nav.pc > ul > li.event > a {
  background-image: url(../img/icon/icon-event.png);
}
header nav.pc > ul > li.event > a:hover {
  background-image: url(../img/icon/icon-event_on.png);
}
header nav.pc > ul > li.event.hover > a, header nav.pc > ul > li.event.current > a {
  background-image: url(../img/icon/icon-event_on.png);
}
header nav.pc > ul > li.shops > a {
  background-image: url(../img/icon/icon-shops.png);
}
header nav.pc > ul > li.shops > a:hover {
  background-image: url(../img/icon/icon-shops_on.png);
}
header nav.pc > ul > li.shops.hover > a, header nav.pc > ul > li.shops.current > a {
  background-image: url(../img/icon/icon-shops_on.png);
}
header nav.pc > ul > li.online > a {
  background-image: url(../img/icon/icon-online.png);
}
header nav.pc > ul > li.online > a:hover {
  background-image: url(../img/icon/icon-online_on.png);
}
header nav.pc > ul > li.online.hover > a, header nav.pc > ul > li.online.current > a {
  background-image: url(../img/icon/icon-online_on.png);
}
header nav.pc > ul > li.site > a {
  background-image: url(../img/icon/icon-site.png);
}
header nav.pc > ul > li.site > a:hover {
  background-image: url(../img/icon/icon-site_on.png);
}
header nav.pc > ul > li.site.hover > a, header nav.pc > ul > li.site.current > a {
  background-image: url(../img/icon/icon-site_on.png);
}
header nav.pc > ul > li.about > a {
  background-image: url(../img/icon/icon-company.png);
}
header nav.pc > ul > li.about > a:hover {
  background-image: url(../img/icon/icon-company_on.png);
}
header nav.pc > ul > li.about.hover > a, header nav.pc > ul > li.about.current > a {
  background-image: url(../img/icon/icon-company_on.png);
}
header nav.pc > ul > li.dd-menu > a:after, header nav.pc > ul > li.dd-menu > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #010101 transparent;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
header nav.pc > ul > li.dd-menu > a:hover:after {
  border-bottom-color: #FFF;
}
header nav.pc > ul > li.dd-menu.hover > a:after, header nav.pc > ul > li.dd-menu.hover > span:after, header nav.pc > ul > li.dd-menu.current > a:after, header nav.pc > ul > li.dd-menu.current > span:after {
  border-bottom-color: #FFF;
}
header nav > ul > li > a.sp {
  display: none;
}
header nav > ul > li.hover .menu-btn {
  background-color: #fff000;
  text-decoration: none;
}
header nav > ul > li.hover .hidden {
  height: auto;
  visibility: visible;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 5;
}

.search .gsc-branding {
  height: 0;
  display: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}
.search .gsc-branding img {
  height: 0;
}
.search .gsc-control-cse {
  font-family: Verdana, sans-serif;
  background-color: transparent;
  border: none;
  padding: 0;
  border: none;
}
.search .gsc-control-cse {
  background-color: transparent;
  border: none;
}
.search form.gsc-search-box {
  background: none;
  border: none;
  -moz-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  width: 100%;
  margin: 0 0 0% 0;
  -webkit-box-shadow: 0 0px 0px transparent;
  -moz-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent;
  display: block;
}
.search table.gsc-search-box {
  margin: 0;
  width: auto;
}
.search table .gsc-clear-button {
  position: absolute;
}
.search input.gsc-search-button {
  display: block;
  height: 24px;
  width: 34px;
  background: #2e3030 url(../img/icon/icon-search.png) no-repeat center 6px;
  background-size: 10px auto;
  font-size: 0;
  text-indent: -999em;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  right: 0;
  position: absolute;
  top: 0;
  min-width: 0;
}
.search input.gsc-input {
  padding: 1px 6px;
  height: 24px;
  line-height: 24px;
  border: none;
  width: 220px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.search .gsc-clear-button {
  display: none;
}

/* 旧デザインヘッダー */
/* footer
------------------------------------------------------------*/
footer {
  width: 100%;
  position: relative;
}
footer #foot-top {
  background-color: #FFF;
  padding: 30px 0 30px;
}
footer #foot-top #fb, footer #foot-top .fb-page {
  min-height: 225px;
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
footer #foot-top #fb-area {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
footer #foot-nav {
  background-color: #8a8a8a;
  padding: 60px 0;
  color: #FFF;
  font-size: 12px;
}
footer #foot-nav:after {
  clear: both;
  display: block;
  content: '';
}
footer #foot-nav a {
  color: #FFF;
}
footer #foot-nav .f-title1 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
footer #foot-nav .f-title2 {
  font-family: "Gill Sans";
  font-weight: normal;
  font-size: 17px;
  padding-bottom: 15px;
}
footer #foot-nav .f-title2 a {
  text-decoration: underline;
}
footer #foot-nav .f-title3 {
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 13px;
}
footer #foot-nav .f-title4 {
  font-weight: bold;
  font-size: 13px;
}
footer #foot-nav .f-title4 a {
  text-decoration: underline;
}
footer #foot-nav .f-left {
  float: left;
  width: 660px;
}
footer #foot-nav .f-right {
  float: right;
  width: 240px;
}
footer #foot-nav .f-box {
  padding-bottom: 35px;
}
footer #foot-nav .f-box:last-child {
  padding-bottom: 0;
}
footer #foot-nav .f-left-block {
  padding-bottom: 35px;
}
footer #foot-nav .f-left-block:after {
  clear: both;
  display: block;
  content: '';
}
footer #foot-nav .f-left-block:last-child {
  padding-bottom: 0;
}
footer #foot-nav .f-box-block {
  float: left;
  width: 150px;
  padding-right: 10px;
}
footer #foot-nav .f-box-block.first {
  width: 580px;
  max-width: 100%;
}
footer #foot-nav .f-box-block.first .s-box ul {
  padding: 0px 0px 5px;
  border-bottom: solid 1px;
  padding-left: 1.5em;
}
footer #foot-nav .f-box-block.first .s-box ul:after {
  clear: both;
  display: block;
  content: '';
}
footer #foot-nav .f-box-block.first .s-box ul li {
  padding: 0px;
  width: 180px;
  float: left;
}
footer #foot-nav .s-box {
  padding-bottom: 25px;
  padding-left: 4px;
}
footer #foot-nav .s-box:last-child {
  padding-bottom: 0;
}
footer #foot-nav .s-box ul {
  padding-left: 1.5em;
}
footer #foot-nav .s-box ul li {
  list-style-type: disc;
}
footer #foot-bottom {
  text-align: center;
  padding-bottom: 30px;
  font-size: 11px;
}
footer #foot-bottom #pagetop a {
  display: block;
  background: #fff000;
  font-size: 22px;
  font-family: "Gill Sans";
  font-weight: normal;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  position: relative;
}
footer #foot-bottom #pagetop a:hover {
  text-decoration: none;
}
footer #foot-bottom #pagetop a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 13px 19px;
  border-color: transparent transparent #fff000 transparent;
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -19px;
}
footer #foot-bottom .sns {
  padding-top: 30px;
  letter-spacing: -.4em;
  padding-bottom: 30px;
}
footer #foot-bottom .sns p {
  line-height: 0;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}
footer #foot-bottom ul {
  padding-bottom: 5px;
}
footer #foot-bottom ul li {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
}
footer #foot-bottom ul li:after {
  content: "\0020\007c\0020";
}
footer #foot-bottom ul li:last-child:after {
  display: none;
}
footer #foot-bottom address br {
  display: none;
}

/* container
------------------------------------------------------------*/
.notice-contents {
  background: #FFF;
  padding: 10px 15px;
  color: #F22445;
  text-align: center;
  display: none;
}
.notice-contents p {
  padding-bottom: 15px;
}
.notice-contents p:last-child {
  padding-bottom: 0;
}

#container {
  padding-top: 30px;
  padding-bottom: 15px;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  /* @media screen and (min-width: 1087px) and (max-width:1361px) {
  	#top-banner{
  		@include wrap(900px);
  	}
  }
  @media screen and (min-width: 661px) and (max-width:1086px) {
  	#top-banner{
  		@include wrap(700px);
  	}
  } */
}
#container #logo-box {
  height: 30px;
  padding-bottom: 30px;
}
#container #logo-box ul {
  opacity: 0;
}
#container #logo-box .simply-scroll-container {
  position: relative;
}
#container #logo-box .simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
#container #logo-box .simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  letter-spacing: -.4em;
}
#container #logo-box .simply-scroll-list li {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  padding-right: 20px;
}
#container #logo-box .simply-scroll-list li img {
  max-height: 30px;
  width: auto;
}
#container #logo-box .simply-scroll-list li img {
  display: block;
}
#container #logo-box li {
  margin: 0 10px;
}
#container .more a {
  display: block;
  background: #fff000;
  font-size: 20px;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  /* &:after{
  	content: "";
  	display: block;
  	@include ib;
  	vertical-align: middle;
  	margin-left: 10px;
  	width: 10px;
  	height: 9px;
  	background: url(../img/arrow-more.png) no-repeat;
  	@include transition;
  	position: relative;
  	top: 0;
  }  */
}
#container .more a:hover {
  text-decoration: none;
}
#container .more a:hover:after {
  top: 2px;
}
#container .boxs {
  margin: 0 auto;
  opacity: 0;
}
#container .boxs .item {
  border: 1px solid #cccccc;
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  position: relative;
  width: 260px;
  height: 260px;
  margin-bottom: 13px;
}
#container .boxs .item.big {
  width: 535px;
  height: 535px;
}
#container .boxs .item.big.sp {
  display: none;
}
#container .boxs .item.big .text-area {
  width: 515px;
}
#container .boxs .item > a {
  display: block;
}
#container .boxs .item .bx-viewport {
  -moz-border-radius: 8px 8px 8px 8px;
  -o-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
#container .boxs .item .img img {
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
#container .boxs .item .text-area {
  position: absolute;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  width: 240px;
  height: 45px;
  padding: 10px;
  line-height: 1.2;
}
#container .tags {
  overflow: hidden;
  position: absolute;
  right: 0px;
  font-size: 12px;
  top: 0px;
  letter-spacing: -.4em;
  z-index: 2;
  text-align: right;
  width: 100%;
  padding-left: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#container .tags.next-tag {
  top: 0;
}
#container .tags p {
  letter-spacing: normal;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  padding-right: 6px;
  margin-bottom: 3px;
  max-width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#container .tags p.parent a {
  background-color: #11a338;
}
#container .tags p:first-child {
  padding-left: 0;
}
#container .tags p a, #container .tags p span {
  min-width: 0px\9;
  display: block;
  color: #FFF;
  background-color: #023894;
  padding: 0 5px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#container .tags p a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
#container .tags p.hot a {
  background-color: #d1c800;
}
#container .tags p.pr a, #container .tags p.pr span {
  background-color: #cccccc;
}
#container iframe {
  max-width: 100%;
}
#container #top-banner {
  padding: 20px 0 5px;
  letter-spacing: -.4em;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}
#container #top-banner .content {
  padding: 0 10px;
}
#container #top-banner p {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin: 0 8px 12px;
}
#container #top-banner p img.pc {
  display: inline;
}
#container #top-banner p img.sp {
  display: none;
}
#container .related {
  padding: 30px 10px;
  /* ul{
  	letter-spacing: 1.8em;
  	text-align: center;
  	li{
  		vertical-align: top;
  		width:88px;
  		padding-bottom:20px;
  		@include ib;
  		.text{
  			font-size:11px;
  			letter-spacing:normal;
  		}
  	}
  } */
}
#container .related.bb {
  border-bottom: 1px solid #cccccc;
}
#container .related .bx-wrapper {
  margin-bottom: 0;
}
#container .related .bx-viewport {
  background-color: transparent;
}
#container .related .bx-viewport li {
  text-align: center;
}
#container .related .bx-viewport li .text {
  text-align: left;
  padding-top: 5px;
  font-size: 12px;
  line-height: 1.2;
  word-wrap: break-word;
}
#container .related .bx-viewport li .img {
  margin-left: auto;
  margin-right: auto;
}
#container .related .bx-next, #container .related .bx-prev {
  right: -20px;
  background: url(../img/arrow-slide-r.png) no-repeat center center;
  width: 30px;
  height: 30px;
  background-color: #FFF;
  -moz-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=90);
  opacity: 0.9;
}
#container .related .bx-next:hover, #container .related .bx-prev:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
#container .related .bx-prev {
  background-image: url(../img/arrow-slide-l.png);
  left: -20px;
}
#container .head-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
}
@media screen and (max-width: 811px) {
  #container #top-banner {
    min-width: 100%;
  }
}
@-moz-document url-prefix() {
  #container .tags {
    letter-spacing: normal;
  }
}
#container .wp-post ul {
  padding-left: 1.5em;
}
#container .wp-post ul li {
  list-style-type: disc;
}
#container .wp-post ol {
  padding-left: 1.5em;
}
#container .wp-post ol li {
  list-style-type: decimal;
}
#container .wp-post strong {
  font-weight: bold;
}
#container .wp-post em {
  font-style: italic;
}
#container .wp-post del {
  text-decoration: line-through;
  color: red;
}
#container .wp-post blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
#container .wp-post h5 {
  font-size: 1.1em;
}
#container .wp-post h4 {
  font-size: 1.2em;
}
#container .wp-post h3 {
  font-size: 1.3em;
}
#container .wp-post h2 {
  font-size: 1.4em;
}
#container .wp-post h1 {
  font-size: 1.5em;
}
#container .wp-post .aligncenter {
  text-align: center;
}
#container .wp-post .alignleft {
  text-align: left;
}
#container .wp-post .alignright {
  text-align: right;
}
#container .wp-post img.aligncenter {
  display: block;
  margin: 0px auto;
}
#container .wp-post img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
#container .wp-post p {
  padding-bottom: 30px;
}
#container .wp-post.fs16 {
  font-size: 16px;
}
#container .wp-post.fs16 p {
  font-size: 16px;
}
#container .wp-post.fs16 h3 {
  font-size: 23px;
}
#container .wp-post.fs16 .link2 {
  font-size: 14px;
}

/* container top
------------------------------------------------------------*/
#container.top .contents {
  padding-left: 15px;
  padding-right: 15px;
}
#container.top .hotnews {
  margin-top: 10px;
  padding-top: 20px;
  background-color: #FFF;
}
#container.top .hotnews .title-area {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 15px;
}
#container.top .hotnews .title-area:after {
  clear: both;
  display: block;
  content: '';
}
#container.top .hotnews .title-area h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
}
#container.top .hotnews .title-area .link {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 12px;
}
#container.top .hotnews .title-area .link a:after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: ">";
  margin-left: 5px;
}
#container.top .hotnews .list {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
}
#container.top .hotnews .list:after {
  clear: both;
  display: block;
  content: '';
}
#container.top .hotnews .list ul {
  float: left;
  width: 470px;
}
#container.top .hotnews .list ul:nth-child(2n) {
  float: right;
}
#container.top .hotnews .list ul li {
  padding-bottom: 15px;
}
#container.top .hotnews .list ul li:after {
  clear: both;
  display: block;
  content: '';
}
#container.top .hotnews .list ul li:last-child {
  padding-bottom: 0;
}
#container.top .hotnews .list ul li .img {
  float: left;
  width: 50px;
  line-height: 0;
}
#container.top .hotnews .list ul li .right {
  float: right;
  width: calc(100% - 65px);
}
#container.top .hotnews .list ul li .right > p {
  display: inline;
}
#container.top .hotnews .list ul li .date {
  color: #afafaf;
}
#container.top .hotnews .more {
  position: relative;
  border-top: 10px solid #f5f5f5;
}
#container.top .hotnews .more a {
  background-color: #a1a1a1;
  color: #FFF;
}

/* 広告
------------------------------------------------------------*/
.pc-ad {
  display: block;
}
.pc-ad.header {
  margin: 0 auto;
  padding-bottom: 30px;
}
.pc-ad.footer {
  margin: 0 auto;
}
.pc-ad.footer.tag, .pc-ad.footer.list {
  padding-top: 45px;
}
.pc-ad.footer.detail {
  padding-bottom: 30px;
}
.pc-ad.rn01 {
  padding-bottom: 30px;
}
.pc-ad.rn02 {
  padding-bottom: 30px;
}
.pc-ad.rn03 {
  padding-bottom: 30px;
}

.sp-ad {
  display: none;
}

.pc.header {
  margin: 0 auto;
}

/* google カスタム検索
------------------------------------------------------------*/
#container #___gcse_2 .gsc-control-cse {
  background-color: transparent;
  border: none;
  padding: 0;
}
#container .gsc-results {
  background-color: transparent;
  margin-bottom: 15px;
}
#container .gs-web-image-box, #container .gs-promotion-image-box {
  width: 120px;
  margin-right: 20px;
}
#container .gs-web-image-box .img.gs-image, #container .gs-promotion-image-box .img.gs-image {
  min-width: 120px;
}
#container .gs-web-image-box img.gs-image {
  max-width: 120px;
}
#container .gsc-webResult.gsc-result {
  padding: 18px 25px;
  background-color: #FFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 15px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border: solid 1px #cccccc;
}
#container .gsc-webResult.gsc-result .gs-title {
  padding-bottom: 5px;
}
#container .gsc-webResult.gsc-result .gs-title a {
  color: #010101;
  font-weight: bold;
  font-size: 14px;
}
#container .gsc-webResult.gsc-result .gs-bidi-start-alig {
  padding-bottom: 5px;
}
#container .gsc-webResult.gsc-result:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
  box-shadow: 0 0px 0px #FFF;
}
#container .gsc-adBlock {
  margin-bottom: 15px;
}
#container .gsc-cursor-page.gsc-cursor-current-page {
  color: #1c001e;
  text-shadow: 0 0px 0px #fff;
  text-shadow: 0 0px 0px #fff;
  background-color: aliceblue;
  border: none;
  border-color: #d2d6dc;
  background-color: #fff000;
  color: #000;
}
#container .gsc-cursor-box .gsc-cursor-page {
  line-height: 35px;
  width: 35px;
  padding: 0;
  display: -moz-inline-box;
  display: inline-block;
  border: none;
}
#container .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  background-color: #fff000;
  color: #000;
}
#container .gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  margin-right: 8px;
  display: -moz-inline-box;
  display: inline-block;
  -moz-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background-color: #e1e1e1;
}
#container .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  background-color: #fff000;
  color: #000;
}

/* Fonts
------------------------------------------------------------*/
/*retina*/
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  header nav.pc > ul > li .hidden .list dl dd a:after {
    background-image: url(../img/magazine-details/arrow-r@2x.png);
    background-size: 4px auto;
  }
  header nav.pc > ul > li .hidden .btn a:after {
    background-image: url(../img/arrow-r@2x.png);
    background-size: 9px auto;
  }
  header nav.pc > ul > li.home > a {
    background-image: url(../img/icon/icon-home@2x.png);
    background-size: 20px auto;
  }
  header nav.pc > ul > li.home > a:hover {
    background-image: url(../img/icon/icon-home_on@2x.png);
  }
  header nav.pc > ul > li.home.hover > a, header nav.pc > ul > li.home.current > a {
    background-image: url(../img/icon/icon-home_on@2x.png);
  }
  header nav.pc > ul > li.magazine > a {
    background-image: url(../img/icon/icon-magazine@2x.png);
    background-size: 18px auto;
  }
  header nav.pc > ul > li.magazine > a:hover {
    background-image: url(../img/icon/icon-magazine_on@2x.png);
  }
  header nav.pc > ul > li.magazine.hover > a, header nav.pc > ul > li.magazine.current > a {
    background-image: url(../img/icon/icon-magazine_on@2x.png);
  }
  header nav.pc > ul > li.article > a {
    background-image: url(../img/icon/icon-article@2x.png);
    background-size: 13px auto;
  }
  header nav.pc > ul > li.article > a:hover {
    background-image: url(../img/icon/icon-article_on@2x.png);
  }
  header nav.pc > ul > li.article.hover > a, header nav.pc > ul > li.article.current > a {
    background-image: url(../img/icon/icon-article_on@2x.png);
  }
  header nav.pc > ul > li.event > a {
    background-image: url(../img/icon/icon-event@2x.png);
    background-size: 16px auto;
  }
  header nav.pc > ul > li.event > a:hover {
    background-image: url(../img/icon/icon-event_on@2x.png);
  }
  header nav.pc > ul > li.event.hover > a, header nav.pc > ul > li.event.current > a {
    background-image: url(../img/icon/icon-event_on@2x.png);
  }
  header nav.pc > ul > li.shops > a {
    background-image: url(../img/icon/icon-shops@2x.png);
    background-size: 19px auto;
  }
  header nav.pc > ul > li.shops > a:hover {
    background-image: url(../img/icon/icon-shops_on@2x.png);
  }
  header nav.pc > ul > li.shops.hover > a, header nav.pc > ul > li.shops.current > a {
    background-image: url(../img/icon/icon-shops_on@2x.png);
  }
  header nav.pc > ul > li.online > a {
    background-image: url(../img/icon/icon-online@2x.png);
    background-size: 26px auto;
  }
  header nav.pc > ul > li.online > a:hover {
    background-image: url(../img/icon/icon-online_on@2x.png);
  }
  header nav.pc > ul > li.online.hover > a, header nav.pc > ul > li.online.current > a {
    background-image: url(../img/icon/icon-online_on@2x.png);
  }
  header nav.pc > ul > li.site > a {
    background-image: url(../img/icon/icon-site@2x.png);
    background-size: 25px auto;
  }
  header nav.pc > ul > li.site > a:hover {
    background-image: url(../img/icon/icon-site_on@2x.png);
  }
  header nav.pc > ul > li.site.hover > a, header nav.pc > ul > li.site.current > a {
    background-image: url(../img/icon/icon-site_on@2x.png);
  }
  header nav.pc > ul > li.about > a {
    background-image: url(../img/icon/icon-company@2x.png);
    background-size: 18px auto;
  }
  header nav.pc > ul > li.about > a:hover {
    background-image: url(../img/icon/icon-company_on@2x.png);
  }
  header nav.pc > ul > li.about.hover > a, header nav.pc > ul > li.about.current > a {
    background-image: url(../img/icon/icon-company_on@2x.png);
  }
  header #head-top .right .search .s-btn input {
    background-image: url(../img/icon/icon-search@2x.png);
    background-size: 10px auto;
  }

  #container .more a:after {
    background-image: url(../img/arrow-more@2x.png);
    background-size: 10px auto;
  }
  #container .related .bx-next, #container .related .bx-prev {
    background-image: url(../img/arrow-slide-r@2x.png);
    background-size: 10px auto;
  }
  #container .related .bx-prev {
    background-image: url(../img/arrow-slide-l@2x.png);
  }
}
/* padding & margin */
.pd {
  padding: 25px;
}

.pt {
  padding-top: 25px;
}

.pt40 {
  padding-top: 40px;
}

.pb {
  padding-bottom: 25px;
}

.mg {
  margin: 25px;
}

.mt {
  margin-top: 25px;
}

.mb {
  margin-bottom: 25px;
}

/*sp*/
@media screen and (max-width: 660px) {
  .pt40 {
    padding-top: 30px;
  }
}
/*tablet*/
@media screen and (min-width: 661px) and (max-width: 1080px) {
  /* padding & margin */
  .pd {
    padding: 25px;
  }

  .pt {
    padding-top: 25px;
  }

  .pb {
    padding-bottom: 25px;
  }

  .mg {
    margin: 25px;
  }

  .mt {
    margin-top: 25px;
  }

  .mb {
    margin-bottom: 25px;
  }

  /* header
  ------------------------------------------------------------*/
  /* header{
  	#head-top{
  		padding-left: 15px;
  		padding-right: 15px;
  		@include b_box;
  		.right{
  			.search{
  				.select {
  					.easy-select-box {
  						.esb-dropdown {
  						  .esb-item{
  						  	line-height: 1.8;
  						  }
  						}
  					}
  				}
  			}
  		}
  	}
  	#logo{
  		width: 180px;
  	}
  	nav.pc{
  		>ul{
  			>li{
  				width: 12.5%;
  				.hidden {
  			    right: 0;
  			    margin-right: 0;
  			    @include b_box;
  			    width: 100%;
  			    padding: 30px;
  			  }
  			  .hidden .list:after {
  			    clear: both;
  			    display: block;
  			    content: '';
  			  }
  			  .hidden .list dl {
  			    float: left;
  			    width: 25%;
  			    @include b_box;
  			    padding-right: 6px;
  			    margin-right: 0;
  			  }
  			  .hidden .list dl:last-child {
  			    padding-right: 0;
  			  }
  			  .hidden.about {
  			    width: 260px;
  			    margin-right: 0;
  			  }
  			  .hidden.about .list dl {
  			    width: 100%;
  			  }
  			}
  		}
  	}
  } */
}
@media screen and (min-width: 661px) and (max-width: 1080px) and (max-width: 840px) {
  header {
    background-color: #FFF;
  }
  header .notice {
    display: none;
  }
  header #head-top {
    padding: 0 0 0 16px;
    height: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  header #head-top .right {
    display: none;
  }
  header #head-top #menu {
    display: block;
    float: right;
    padding: 12px;
  }
  header #logo {
    padding-top: 13px;
  }
  header #logo .pc {
    display: none;
  }
  header #logo .sp {
    display: inline;
  }
  header #menu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  header nav.tab {
    display: none !important;
  }
  header nav.pc {
    display: none;
  }
  header nav.sp {
    position: relative;
    display: none;
    padding: 5px 16px 0;
  }
  header nav.sp ul > li {
    float: inherit;
    width: 100%;
    margin-bottom: 10px;
  }
  header nav.sp ul > li > a {
    text-align: center;
    display: block;
    background: #FFF;
    padding: 0px 0;
    line-height: 35px;
    position: relative;
    font-size: 14px;
    border: 1px solid #010101;
    -moz-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header nav.sp ul > li > a:hover {
    background-color: #010101;
    color: #FFF;
    text-decoration: none;
  }
  header nav.sp ul > li > a:hover:after {
    border-left-color: #FFF;
  }
  header nav.sp ul > li > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #010101;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
  }
  header nav.sp ul > li .hidden {
    display: none;
  }
  header nav.sp .search {
    position: relative;
    border: 1px solid #010101;
    -moz-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
  }
  header nav.sp .search .select {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  header nav.sp .search .select .easy-select-box {
    position: relative;
    z-index: 10;
    width: 80px;
    outline: none;
    cursor: pointer;
  }
  header nav.sp .search .select .easy-select-box .esb-displayer {
    line-height: 35px;
    width: 70px !important;
    height: 35px;
    background-color: #bcbcbc;
    font-weight: normal;
    outline: none;
    font-size: 10px;
    padding: 0;
    padding-right: 10px;
    overflow: hidden;
    text-align: center;
    color: #FFF;
    position: relative;
  }
  header nav.sp .search .select .easy-select-box .esb-displayer:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 2.5px 0 2.5px;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -2px;
  }
  header nav.sp .search .select .easy-select-box .esb-dropdown {
    outline: none;
    display: none;
    background: #FFF;
    width: 80px !important;
    border: 1px solid #010101;
    color: #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
  }
  header nav.sp .search .select .easy-select-box .esb-dropdown:after, header nav.sp .search .select .easy-select-box .esb-dropdown:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  header nav.sp .search .select .easy-select-box .esb-dropdown:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 6px;
    margin-left: -6px;
  }
  header nav.sp .search .select .easy-select-box .esb-dropdown:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #010101;
    border-width: 7px;
    margin-left: -7px;
  }
  header nav.sp .search .select .easy-select-box .esb-dropdown .esb-item {
    line-height: 34px;
    border-bottom: 1px solid #cccccc;
  }
  header nav.sp .search .select .easy-select-box .esb-dropdown .esb-item:last-child {
    border-bottom: none;
  }
  header nav.sp .search .select .easy-select-box .esb-dropdown .esb-item:hover {
    background-color: #303030;
    color: #FFF;
  }
  header nav.sp .search .searchtext {
    width: 100%;
    line-height: 35px;
    height: 35px;
    -webkit-appearance: none;
    -moz-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border: none;
    font-size: 13px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    padding-left: 10px;
    padding-right: 40px;
  }
  header nav.sp .search .s-btn {
    position: absolute;
    height: 35px;
    width: 35px;
    top: 50%;
    z-index: 2;
    right: 0;
    top: 0;
  }
  header nav.sp .search .s-btn input {
    display: block;
    height: 35px;
    width: 35px;
    background: #2e3030 url(../img/icon/icon-search-sp.png) no-repeat center center;
    background-size: 18px auto;
    font-size: 0;
    text-indent: -999em;
    border: none;
    cursor: pointer;
    -moz-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-appearance: none;
  }
  header nav.sp .btn {
    padding: 25px 0;
  }
  header nav.sp .btn a {
    text-align: center;
    display: block;
    background: #010101;
    line-height: 35px;
    position: relative;
    font-size: 14px;
    -moz-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #FFF;
  }
  header nav.sp .btn a:hover {
    text-decoration: none;
  }
  header nav.sp .btn a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
  }
}
@media screen and (min-width: 661px) and (max-width: 1080px) {
  /* footer
  ------------------------------------------------------------*/
  footer #foot-top {
    padding: 30px 15px 45px;
  }
  footer #foot-top #fb iframe {
    width: 100% !important;
  }
  footer #foot-nav {
    padding-right: 15px;
    padding-left: 15px;
  }
  footer #foot-nav .f-left {
    width: 75%;
  }
  footer #foot-nav .f-right {
    width: 25%;
  }

  /* container
  ------------------------------------------------------------*/
}
@media screen and (min-width: 661px) and (max-width: 1080px) and (min-width: 661px) and (max-width: 820px) {
  #container .boxs {
    margin: 0 auto;
  }
  #container .boxs .item.big {
    width: 260px;
    height: 260px;
  }
  #container .boxs .item.big .text-area {
    width: 260px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #container .boxs .item > a {
    display: block;
  }
  #container .boxs .item .text-area {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 65px;
    padding: 10px;
  }
}
@media screen and (min-width: 661px) and (max-width: 1080px) {
  /* container top
  ------------------------------------------------------------*/
  #container.top .hotnews {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
  #container.top .hotnews .title-area {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
  }
  #container.top .hotnews .title-area h2 {
    font-size: 20px;
    float: left;
  }
  #container.top .hotnews .title-area .link {
    float: right;
    position: relative;
    text-align: center;
    padding-top: 0px;
    top: 0;
    right: 0;
  }
  #container.top .hotnews .list {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #container.top .hotnews .list ul {
    float: left;
    width: 48%;
  }
  #container.top .hotnews .more a {
    position: relative;
  }
  #container.top .hotnews .more:before {
    content: "";
    display: block;
    position: absolute;
    left: -10%;
    width: 120%;
    background-color: #f5f5f5;
    height: 100%;
    bottom: 0;
    padding-top: 10px;
  }
}
/*sp*/
@media screen and (max-width: 660px) {
  /* padding & margin */
  .pd {
    padding: 25px;
  }

  .pt {
    padding-top: 25px;
  }

  .pb {
    padding-bottom: 25px;
  }

  .mg {
    margin: 25px;
  }

  .mt {
    margin-top: 25px;
  }

  .mb {
    margin-bottom: 25px;
  }

  /* header
  ------------------------------------------------------------*/
  header {
    background-color: #FFF;
  }
  header .notice {
    display: none;
  }
  header #head-top {
    padding: 0 0 0 16px;
    height: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  header #head-top .right {
    display: none;
  }
  header #head-top #menu {
    display: block;
    float: right;
    padding: 12px;
  }
  header #logo {
    padding-top: 13px;
  }
  header #logo .pc {
    display: none;
  }
  header #logo .sp {
    display: inline;
  }
  header #menu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  header nav.tab {
    display: none !important;
  }
  header nav.pc {
    display: none;
  }
  header nav.sp {
    position: relative;
    display: none;
    padding: 5px 16px 0;
  }
  header nav.sp ul > li {
    float: inherit;
    width: 100%;
    margin-bottom: 10px;
  }
  header nav.sp ul > li > a {
    text-align: center;
    display: block;
    background: #FFF;
    padding: 0px 0;
    line-height: 35px;
    position: relative;
    font-size: 14px;
    border: 1px solid #010101;
    -moz-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header nav.sp ul > li > a:hover {
    background-color: #010101;
    color: #FFF;
    text-decoration: none;
  }
  header nav.sp ul > li > a:hover:after {
    border-left-color: #FFF;
  }
  header nav.sp ul > li > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #010101;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
  }
  header nav.sp ul > li .hidden {
    display: none;
  }
  header nav.sp .search {
    position: relative;
    border: 1px solid #010101;
    -moz-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
  }
  header nav.sp .search .select {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  header nav.sp .search .select .easy-select-box {
    position: relative;
    z-index: 10;
    width: 80px;
    outline: none;
    cursor: pointer;
  }
  header nav.sp .search .select .easy-select-box .esb-displayer {
    line-height: 35px;
    width: 70px !important;
    height: 35px;
    background-color: #bcbcbc;
    font-weight: normal;
    outline: none;
    font-size: 10px;
    padding: 0;
    padding-right: 10px;
    overflow: hidden;
    text-align: center;
    color: #FFF;
    position: relative;
  }
  header nav.sp .search .select .easy-select-box .esb-displayer:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 2.5px 0 2.5px;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -2px;
  }
  header nav.sp .search .select .easy-select-box .esb-dropdown {
    outline: none;
    display: none;
    background: #FFF;
    width: 80px !important;
    border: 1px solid #010101;
    color: #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
  }
  header nav.sp .search .select .easy-select-box .esb-dropdown:after, header nav.sp .search .select .easy-select-box .esb-dropdown:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  header nav.sp .search .select .easy-select-box .esb-dropdown:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 6px;
    margin-left: -6px;
  }
  header nav.sp .search .select .easy-select-box .esb-dropdown:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #010101;
    border-width: 7px;
    margin-left: -7px;
  }
  header nav.sp .search .select .easy-select-box .esb-dropdown .esb-item {
    line-height: 34px;
    border-bottom: 1px solid #cccccc;
  }
  header nav.sp .search .select .easy-select-box .esb-dropdown .esb-item:last-child {
    border-bottom: none;
  }
  header nav.sp .search .select .easy-select-box .esb-dropdown .esb-item:hover {
    background-color: #303030;
    color: #FFF;
  }
  header nav.sp .search .searchtext {
    width: 100%;
    line-height: 35px;
    height: 35px;
    -webkit-appearance: none;
    -moz-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border: none;
    font-size: 13px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    padding-left: 10px;
    padding-right: 40px;
  }
  header nav.sp .search .s-btn {
    position: absolute;
    height: 35px;
    width: 35px;
    top: 50%;
    z-index: 2;
    right: 0;
    top: 0;
  }
  header nav.sp .search .s-btn input {
    display: block;
    height: 35px;
    width: 35px;
    background: #2e3030 url(../img/icon/icon-search-sp.png) no-repeat center center;
    background-size: 18px auto;
    font-size: 0;
    text-indent: -999em;
    border: none;
    cursor: pointer;
    -moz-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-appearance: none;
  }
  header nav.sp .btn {
    padding: 25px 0;
  }
  header nav.sp .btn a {
    text-align: center;
    display: block;
    background: #010101;
    line-height: 35px;
    position: relative;
    font-size: 14px;
    -moz-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #FFF;
  }
  header nav.sp .btn a:hover {
    text-decoration: none;
  }
  header nav.sp .btn a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
  }

  .search .cse form.gsc-search-box, .search form.gsc-search-box {
    background: none;
    border: none;
  }
  .search input.gsc-search-button {
    -moz-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }

  /* footer
  ------------------------------------------------------------*/
  footer.float-ad {
    padding-bottom: 70px;
  }
  footer #foot-top {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer #foot-top iframe {
    width: 100% !important;
  }
  footer #foot-top #fb-area iframe {
    width: 100%;
  }
  footer #foot-nav {
    display: none;
  }
  footer #foot-bottom {
    display: -moz-box;
    display: -webkit-box;
    display: -o-box;
    display: -ms-box;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    width: 100%;
  }
  footer #foot-bottom #pagetop {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    padding-top: 10px;
  }
  footer #foot-bottom #pagetop a {
    font-size: 18px;
  }
  footer #foot-bottom #pagetop a:after {
    display: none;
  }
  footer #foot-bottom .sns {
    display: none;
  }
  footer #foot-bottom ul {
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
  }
  footer #foot-bottom ul li {
    display: block;
    padding-bottom: 1px;
  }
  footer #foot-bottom ul li a {
    display: block;
    background-color: #8a8a8a;
    text-align: left;
    color: #FFF;
    padding: 15px 20px;
    position: relative;
  }
  footer #foot-bottom ul li a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
  }
  footer #foot-bottom ul li:after {
    display: none;
  }
  footer #foot-bottom address {
    -moz-box-ordinal-group: 3;
    -webkit-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-box-ordinal-group: 3;
    padding-top: 10px;
  }
  footer #foot-bottom address br {
    display: block;
  }

  /* container
  ------------------------------------------------------------*/
  .notice-contents {
    display: block;
  }

  #container {
    padding-top: 20px;
  }
  #container .notice {
    display: block;
  }
  #container #logo-box {
    visibility: hidden;
    height: 0;
    padding-bottom: 0;
  }
  #container .boxs {
    margin: 0 auto;
  }
  #container .boxs .item {
    border: 1px solid #cccccc;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    position: relative;
    width: 260px;
    height: 260px;
    margin-bottom: 13px;
  }
  #container .boxs .item.big {
    width: 260px;
    height: 260px;
  }
  #container .boxs .item.big.pc {
    display: none;
  }
  #container .boxs .item.big.sp {
    display: block;
  }
  #container .boxs .item.big .text-area {
    width: 260px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #container .boxs .item > a {
    display: block;
  }
  #container .boxs .item .text-area {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 65px;
    padding: 10px;
  }
  #container .more {
    padding-left: 15px;
    padding-right: 15px;
  }
  #container .more a {
    font-size: 16px;
  }
  #container #top-banner {
    width: 100%;
  }
  #container #top-banner p {
    /* display: block;
    margin: 0 0 13px; */
  }
  #container #top-banner p img.pc {
    display: none;
  }
  #container #top-banner p img.sp {
    display: inline;
  }
  #container .wp-post.fs16 {
    font-size: 16px;
  }
  #container .wp-post.fs16 h3 {
    font-size: 18px;
  }

  /* container top
  ------------------------------------------------------------*/
  #container.top .hotnews {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
  #container.top .hotnews .title-area {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
  }
  #container.top .hotnews .title-area h2 {
    font-size: 17px;
    float: left;
    padding-top: 5px;
  }
  #container.top .hotnews .title-area .link {
    position: relative;
    text-align: center;
    right: 0;
    top: 0;
    padding-top: 5px;
    float: right;
  }
  #container.top .hotnews .list {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #container.top .hotnews .list ul {
    float: inherit;
    width: auto;
  }
  #container.top .hotnews .list ul:first-child {
    margin-bottom: 15px;
  }
  #container.top .hotnews .more a {
    position: relative;
  }
  #container.top .hotnews .more:before {
    content: "";
    display: block;
    position: absolute;
    left: -10%;
    width: 120%;
    background-color: #f5f5f5;
    height: 100%;
    bottom: 0;
    padding-top: 10px;
  }

  /* 広告
  ------------------------------------------------------------*/
  .pc-ad {
    display: none;
  }

  .sp-ad {
    display: block;
  }
  .sp-ad.header {
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .sp-ad.footer01 {
    margin: 0 auto;
  }
  .sp-ad.footer01.list, .sp-ad.footer01.tag {
    padding-top: 20px;
  }
  .sp-ad.footer02 {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sp-ad.footer03 {
    margin: 0 auto;
  }
  .sp-ad.float {
    margin: 0 auto;
  }
  .sp-ad.footer {
    margin: 0 auto;
  }
  .sp-ad.footer.list {
    padding-top: 20px;
  }

  .float-ad-box {
    position: fixed;
    width: 100%;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    z-index: 999;
    text-align: center;
  }

  /* google カスタム検索
  ------------------------------------------------------------*/
  #container #___gcse_2 .gsc-control-cse {
    background-color: transparent;
    border: none;
    padding: 0;
  }
  #container .gsc-results {
    background-color: transparent;
    margin-bottom: 15px;
  }
  #container .gsc-table-cell-thumbnail {
    width: 100%;
  }
  #container .gsc-table-cell-thumbnail .gs-image-box {
    margin-bottom: 10px;
  }
  #container .gs-web-image-box, #container .gs-promotion-image-box {
    width: 100%;
    margin-right: 0px;
  }
  #container .gs-web-image-box .img.gs-image, #container .gs-promotion-image-box .img.gs-image {
    min-width: inherit;
  }
  #container table {
    display: block;
  }
  #container table tr {
    display: block;
  }
  #container table tr td {
    display: block;
  }
  #container .gsc-webResult.gsc-result {
    padding: 12px;
    margin-bottom: 15px;
  }
  #container .gsc-cursor-box .gsc-cursor-page {
    line-height: 28px;
    width: 28px;
  }
  #container .gsc-results .gsc-cursor-box .gsc-cursor-page {
    margin: 7px;
    -moz-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
  #container table.gcsc-branding {
    text-align: right;
    width: 100%;
  }
  #container table.gcsc-branding tbody {
    text-align: left;
    display: -moz-inline-box;
    display: inline-block;
  }
  #container table.gcsc-branding tr td {
    display: -moz-inline-box;
    display: inline-block;
    width: auto;
  }
  #container table.gcsc-branding tr td.gcsc-branding-img-noclear {
    display: none;
  }

  /*retina*/
}
@media screen and (max-width: 660px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 660px) and (min-resolution: 2dppx) {
  header nav.sp .search .s-btn input {
    background-image: url(../img/icon/icon-search-sp@2x.png);
    background-size: 18px auto;
  }
}
