@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Zen+Kaku+Gothic+New);

/* W
--------------------------------------------------*/
#special-edtion {
  width:100%;
  margin:0 auto;
  padding:1% 0 5%;
  box-sizing: border-box;
}

@media only screen and  (max-width: 810px) {
#special-edtion {
  padding:5% 0 3%;
}
}

#special-edtion h1{
  color:#000;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:1.8em;
  margin:0 0 2%;
  text-align: center;
  letter-spacing:1em;
}

@media only screen and  (max-width: 568px) {
#special-edtion h1{
  font-size:1.3em;
  margin:0 0 3%;
  font-weight:600;
  line-height:1.4;
}
}

.sp_box {
  width: 100%;
  box-sizing: border-box;
  padding:0 2%;
  margin:0 auto;
}

@media screen and (max-width: 810px) {
.sp_box {
  padding:0;
}
}

@media screen and (max-width: 568px) {
.sp_box {
  padding:0 2%;
}
}

.sp_box .sp_catch{
  font-family: 'Zen Kaku Gothic New', serif;
  font-weight:400;
  font-size:1.05em;
  margin:0 0 2%;
  text-align: center;
  line-height:2;
}

@media screen and (max-width: 810px) {
.sp_box .sp_catch{
  font-size:0.95em;
  text-align: left;
  line-height:1.6;
  padding:0 2%;
}
}
.tokusyu{
  width: 100%;
  margin:0 auto;
}

.tokusyu li{
  display:inline-block;
  vertical-align: top;
  padding:2%;
  width:33.3333%;
  box-sizing: border-box;
}

@media screen and (max-width: 810px) {
.tokusyu li{
  width:50%;
}
}

@media screen and (max-width: 568px) {
.tokusyu li{
  width:100%;
  display:block;
  padding:4% 2%;
}
}

.tokusyu .tok-photo{
  display:block;
  width:100%;
  position: relative;
  overflow: hidden;
}

.tokusyu .tok-photo img{
  height:auto;
  width:100%;
}

.tokusyu li .tok_title{
  position: absolute;
  bottom: 10%;
  left: 0;
  color: #000;
  display:inline-block;
  line-height:1;
  text-align:left;
  background: rgba(255, 255, 255, 0.95);
  padding:12px 10px;
  font-family: 'Zen Kaku Gothic New', serif;
  font-weight:400;
  font-size:1.1em;
  width:auto;
  max-width:95%;
  box-sizing: border-box;
}

@media screen and (max-width: 568px) {
#topics .w30 .tl_title{
  line-height:1.2;
  bottom: 7px;
}
}

.tokusyu a{
  display:block;
}

.tokusyu a:hover{
  opacity: 0.8;
}

/* .new_page
--------------------------------------------------*/
.new_page {
  font-size : 0.9em;
  text-align : center;
  border-radius: 0;
  margin-top:4%;
  margin-bottom:2%;
  line-height:1.2;
  font-family: Roboto,Meiryo,sans-serif;
  font-weight:400;
  text-transform: uppercase;
  letter-spacing:.05em;
}

.current_page{
  background: #B4B4B4;
  color : #FFF;
  border: 1px solid #dedede;
  padding : 5px 8px 3px 8px;
  line-height:1.2;
}

.new_page a{
  margin:0 2px;
  background : #F7F7F7;
  color : #333;
  border: 1px solid #dedede;
  padding : 5px 8px 3px 8px;
  text-decoration	: none;
  -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
}

.new_page a:hover{
  background: #B4B4B4;
  color: #FFF;
  text-decoration	: none;
}