@charset "UTF-8";
/*
Theme Name: emira
Description: emira Template
Author: 管理人
*/@charset "UTF-8";
/*ALL Settings*/
/*-----------------------------------------------*/
html,
body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.08em;
}

sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.08em;
}

/* HTML5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* a */
/*--------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}
a.decoration {
  text-decoration: underline;
  color: #000;
}
a.decoration:visited,
a.decoration:focus,
a.decoration:active {
  text-decoration: underline;
  color: #000;
  outline: 0px;
}
a:visited,
a:focus,
a:active {
  text-decoration: none;
  color: #000;
  outline: 0px;
}

/* table */
/*--------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

/* clearfix */
/*--------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/*-----------------------------------------------*/
/*ALL Settings*/
html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  color: #292929;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 14px;
}

a {
  color: #292929;
}
a:visited,
a:focus,
a:active {
  color: #292929;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* common */
/*------------------------------------------------*/
.inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 480px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (min-width: 981px) {
  .flL {
    float: left;
  }

  .flR {
    float: right;
  }

  .hoverOpacity {
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }

  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 981px) {
  .spTabH {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.tableDl {
  display: table;
  width: 100%;
}
.tableDl dt,
.tableDl dd {
  display: table-cell;
  vertical-align: middle;
}

/* font */
/* ------------------------------------------------- */
.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

/* list */
/* ------------------------------------------------- */
.listUl li {
  padding-left: 1em;
  margin-top: 10px;
  text-indent: -1em;
}
.listUl li:first-child {
  margin-top: 0;
}

.numberUl li {
  padding-left: 1.2em;
  margin-top: 10px;
  text-indent: -1.2em;
  list-style: decimal;
  list-style-position: inside;
}
.numberUl li:first-child {
  margin-top: 0;
}

/* tab */
/*------------------------------------------------*/
.tabBox {
  width: 100%;
  display: none;
}
.tabBox.active {
  display: block;
}

/* box */
/*------------------------------------------------*/
.column3Box {
  font-size: 0px;
}
.column3Box li {
  width: -webkit-calc((100% - (20px * 2)) / 3);
  width: calc((100% - (20px * 2)) / 3);
  margin-top: 20px;
  margin-left: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 14px;
}
.column3Box li:first-child {
  margin-top: 0;
  margin-left: 0;
}
.column3Box li:nth-child(2),
.column3Box li:nth-child(3) {
  margin-top: 0;
}
.column3Box li:nth-child(3n + 1) {
  margin-left: 0;
}

.column4Box {
  font-size: 0px;
}
.column4Box li {
  width: -webkit-calc((100% - (5px * 3)) / 4);
  width: calc((100% - (5px * 3)) / 4);
  margin-top: 5px;
  margin-left: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 14px;
}
.column4Box li:first-child {
  margin-top: 0;
  margin-left: 0;
}
.column4Box li:nth-child(2),
.column4Box li:nth-child(3),
.column4Box li:nth-child(4) {
  margin-top: 0;
}
.column4Box li:nth-child(4n + 1) {
  margin-left: 0;
}

.column5Box {
  font-size: 0px;
}
.column5Box li {
  width: -webkit-calc((100% - (5px * 4)) / 5);
  width: calc((100% - (5px * 4)) / 5);
  margin-top: 5px;
  margin-left: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 14px;
}
.column5Box li:first-child {
  margin-top: 0;
  margin-left: 0;
}
.column5Box li:nth-child(2),
.column5Box li:nth-child(3),
.column5Box li:nth-child(4),
.column5Box li:nth-child(5) {
  margin-top: 0;
}
.column5Box li:nth-child(5n + 1) {
  margin-left: 0;
}

/* spGlobalNav */
/*------------------------------------------------*/
@media only screen and (max-width: 480px) {
  .slidemenu {
    width: 240px;
    position: fixed;
    top: 0;
    visibility: hidden;
    z-index: -1;
  }
  .slidemenu .slidemenu-body {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .slidemenu .slidemenu-content {
    position: relative;
  }
  .slidemenu.slidemenu-left {
    left: 0;
  }
  .slidemenu.slidemenu-right {
    right: 0;
  }
}
html,
body {
  height: 100%;
}

/*
body.noscroll {
@include spTab {
//overflow: hidden;
}
}
*/
/* common */
/*------------------------------------------------*/
#wrap {
  background-color: #e4e4e4;
}

#wrap.spNavOpen {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 981px) {
  #wrap.spNavOpen {
    overflow: hidden;
  }
}
@media only screen and (max-width: 981px) {
  #wrap.spNavOpen {
    overflow: hidden;
  }
}

.contTitleWrap {
  background-image: url("../images/titleBg.png");
  padding: 20px 0;
  text-align: center;
  background-position: left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.rankingWrap.spTabH .contTitleWrap {
  /* ホーム メインビジュアル横 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14.5px 0 0 0;
  height: 45px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.contTitleWrap .contTitle {
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 23px;
  font-weight: bold;
  font-family: "Century Gothic", Arial, Roboto, "Droid Sans",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
}
.rankingWrap.spTabH .contTitleWrap .contTitle {
  /* ホーム メインビジュアル横 */
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 981px) {
  .contTitleWrap .contTitle {
    font-size: 20px;
  }
}
.contTitleWrap.bgNone {
  background-image: none;
}
.contTitleWrap.bgNone .contTitle {
  color: #34302f;
}

.secTitleWrap {
  background-image: url("../images/secTitleBg.jpg");
  padding: 20px 0;
  text-align: center;
  background-position: left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: 5px solid #282828;
  margin-bottom: 10px;
}
#postLinkList .secTitleWrap {
  margin-bottom: 0;
}
.secTitleWrap .secTitle {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 981px) {
  .secTitleWrap .secTitle {
    font-size: 16px;
  }
}
.secTitleWrap.aroundBdr {
  border: 1px solid #282828;
}

.contactBtn {
  margin-top: 60px;
}

.brownBtn {
  text-align: center;
  margin-top: 4%;
}
@media only screen and (max-width: 981px) {
  .brownBtn {
    margin-top: 7%;
  }
}
.brownBtn a {
  background-color: #3d3a39;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 14px 20px;
  min-width: 240px;
  margin-top: 1.5%;
  line-height: 1.4;
  -webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.25);
}
.brownBtn a span,
.brownBtn a img {
  vertical-align: middle;
}
.brownBtn a img {
  width: 34px;
  margin-right: 10px;
}
.pg-home .brownBtn a {
  padding: 10px;
  font-size: 12px;
}
.pg-home .brownBtn a img {
  width: 24px;
}

.lineupList {
  position: relative;
}

.searchform .keywords {
  background-image: url("../images/icon/search.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 7px center;
  border: none;
  background-color: #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 8px 8px 30px;
}

.cateWrap {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 981px) {
  .cateWrap {
    width: 90%;
  }
}
.cateWrap ul li {
  display: table;
  float: left;
  height: 62px;
  text-align: center;
}
@media only screen and (max-width: 981px) {
  .cateWrap ul li {
    width: 49%;
    margin-left: 2%;
    margin-top: 2%;
  }
  .cateWrap ul li:nth-child(6) {
    margin-left: 2%;
  }
  .cateWrap ul li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .cateWrap ul li:nth-child(3),
  .cateWrap ul li:nth-child(4),
  .cateWrap ul li:nth-child(5) {
    margin-top: 2%;
  }
}
.cateWrap ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background-image: url("../images/cateBg.jpg");
  padding: 10px;
  display: table-cell;
  border-radius: 3px;
  line-height: 1.25;
  vertical-align: middle;
}
@media only screen and (max-width: 981px) {
  .cateWrap ul li a {
    font-size: 12px;
  }
}
.cateWrap ul li a.line-2 {
  line-height: 1.5;
}
@media only screen and (max-width: 981px) {
  .cateWrap ul li a.line-2 {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 981px) {
  .cateWrap ul.column4Box li:nth-child(2n) {
    float: right;
  }
}

/* font */
.blue {
  color: #007bee;
}

/* header */
/*------------------------------------------------*/
#headWrap {
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 981px) {
  #headWrap {
    padding: 0;
  }
}
#headWrap #header {
  font-size: 0;
}
#headWrap #header .leftBlock,
#headWrap #header .centerBlock,
#headWrap #header .rightBlock {
  display: inline-block;
  width: 33%;
  vertical-align: middle;
}
#headWrap #header .leftBlock #navBtn {
  width: 64px;
  height: 64px;
}
#headWrap #header .leftBlock #navBtn a {
  display: block;
  background-color: #4d4746;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 64px;
  padding: 10px 0;
}
#headWrap #header .leftBlock #navBtn a img {
  width: 65%;
}
#headWrap #header .leftBlock #navBtn a .open {
  display: inline-block;
}
#headWrap #header .leftBlock #navBtn a .close {
  display: none;
}
#headWrap #header .leftBlock #navBtn a.active .open {
  display: none;
}
#headWrap #header .leftBlock #navBtn a.active .close {
  display: inline-block;
}
#headWrap #header .centerBlock {
  text-align: center;
}
#headWrap #header .centerBlock .media-logo {
  display: inline-block;
}
#headWrap #header .rightBlock {
  text-align: right;
}
#headWrap #header .rightBlock img,
#headWrap #header .rightBlock .searchform {
  display: inline-block;
  vertical-align: middle;
}
#headWrap #header .rightBlock img {
  width: 80px;
  margin-left: 15px;
}
@media only screen and (max-width: 981px) {
  #headWrap #header .rightBlock img {
    width: 50px;
    margin-right: 10px;
  }
}

.tag {
  font-size: 0;
}
.articleInfo .tag {
  margin-bottom: 20px;
}
@media only screen and (max-width: 981px) {
  .articleInfo .tag {
    margin-bottom: 10px;
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}
.tag li {
  display: inline-block;
  margin: 6px 10px 6px 0;
  line-height: 1.4;
}
.tag li a {
  color: #fff;
  font-size: 16px;
  background-color: #505050;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 5px;
  display: inline-block;
  /*
  .itemNum{
  @include fs(14);
  vertical-align: middle;
  }
  */
}
@media only screen and (max-width: 981px) {
  .tag li a {
    font-size: 13px;
  }
}

.num {
  box-sizing: border-box;
  color: #fff;
  width: 37px;
  height: 37px;
  background-color: #333;
  border: 2px solid #555;
  border-radius: 50%;
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  font-weight: bold;
  font-family: "Century Gothic", Arial, Roboto, "Droid Sans",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
}
.postList .num {
  position: absolute;
  z-index: 30;
  top: -60px;
  right: 10px;
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 46px;
}
@media only screen and (max-width: 981px) {
  .postList .num {
    top: 15px;
    left: -44.19611%;
    width: 30px;
    height: 30px;
    margin-left: 15px;
    font-size: 15px;
    line-height: 26px;
  }
}

/* globalNav */
/*------------------------------------------------*/
#globalNavWrap {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  -webkit-transition: all 0.15s ease 0;
  -moz-transition: all 0.15s ease 0;
  -o-transition: all 0.15s ease 0;
  -ms-transition: all 0.15s ease 0;
  transition: all 0.15s ease 0;
  visibility: hidden;
}
@media only screen and (max-width: 981px) {
  #globalNavWrap {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0 0 50px 0;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    position: fixed;
    left: 0;
    z-index: 200;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#globalNavWrap.spNavOpen {
  visibility: visible;
  top: 94px;
}
@media only screen and (min-width: 981px) {
  #globalNavWrap.spNavOpen {
    position: absolute;
  }
}
@media only screen and (max-width: 981px) {
  #globalNavWrap.spNavOpen {
    top: 64px;
    height: 100%;
    overflow-y: auto;
    z-index: 200;
  }
}
#globalNavWrap .spSearchBlock {
  background-color: #666;
  padding: 15px;
}
#globalNavWrap .spSearchBlock > .inner {
  width: 100%;
}
#globalNavWrap .spSearchBlock .searchform .keywords {
  background-color: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
#globalNavWrap .spSearchBlock .searchform .keywords::-webkit-input-placeholder {
  line-height: 1.286;
}
@media only screen and (min-width: 981px) {
  #globalNavWrap #globalNav .contTitleWrap {
    text-align: left;
    padding: 30px 0 10px;
  }
}
@media only screen and (max-width: 981px) {
  #globalNavWrap #globalNav {
    padding: 0 0 30px;
    position: relative;
    width: 100%;
  }
  #globalNavWrap #globalNav .contTitleWrap {
    background: none;
    text-align: left;
    padding: 25px 0 10px;
  }
  #globalNavWrap #globalNav .cateWrap {
    width: 100%;
  }
  #globalNavWrap #globalNav .cateWrap ul li {
    width: 100%;
    margin: 0;
    border-top: 5px solid #e0e0e0;
  }
  #globalNavWrap #globalNav .cateWrap ul li:first-child {
    border-top: none;
  }
}
@media only screen and (max-width: 981px) and (max-width: 981px) {
  #globalNavWrap #globalNav .cateWrap ul li {
    height: auto;
  }
}
@media only screen and (max-width: 981px) {
  #globalNavWrap #globalNav .cateWrap ul li a {
    background-color: #fff;
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding: 15px;
    line-height: 1.4;
    color: #292929;
    background-image: none;
  }
}
#globalNavWrap #globalNav .contentGuide {
  width: 100%;
}
@media only screen and (max-width: 981px) {
  #globalNavWrap #globalNav .contentGuide {
    width: 100%;
    float: none;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
#globalNavWrap #globalNav .contentGuide .contTitleWrap {
  padding-top: 10px;
}
@media only screen and (max-width: 981px) {
  #globalNavWrap #globalNav .contentGuide .contTitleWrap {
    padding-top: 25px;
  }
}
#globalNavWrap #globalNav .contentGuide .contTitleWrap.contents-guide {
  padding-top: 30px;
}
@media only screen and (max-width: 981px) {
  #globalNavWrap #globalNav .contentGuide .contTitleWrap.contents-guide {
    padding-top: 25px;
  }
}
#globalNavWrap #globalNav .contentGuide .navList {
  width: 48%;
}
@media only screen and (max-width: 981px) {
  #globalNavWrap #globalNav .contentGuide .navList {
    width: 100%;
  }
}
#globalNavWrap #globalNav .contentGuide .cateWrap ul {
  margin: -3px;
}
@media only screen and (max-width: 981px) {
  #globalNavWrap #globalNav .contentGuide .cateWrap ul {
    margin: 0;
  }
}
#globalNavWrap #globalNav .contentGuide .cateWrap ul li {
  float: left;
  width: 16.66%;
  padding: 3px;
  box-sizing: border-box;
}
#globalNavWrap #globalNav .contentGuide .cateWrap ul li:nth-child(5),
#globalNavWrap #globalNav .contentGuide .cateWrap ul li:nth-child(9),
#globalNavWrap #globalNav .contentGuide .cateWrap ul li:nth-child(13) {
  clear: left;
}
@media only screen and (max-width: 981px) {
  #globalNavWrap #globalNav .contentGuide .cateWrap ul li {
    float: none;
    width: 100%;
    border: none;
    padding: 1px 0;
  }
}
#globalNavWrap #globalNav .contentGuide .cateWrap ul li a {
  background: #fff;
  color: #000;
  border-radius: 0;
}
#globalNavWrap #globalNav .contentList {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 981px) {
  #globalNavWrap #globalNav .contentList {
    width: 100%;
    float: none;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
#globalNavWrap #globalNav .contentList .cateWrap > ul {
  margin: -3px;
}
@media only screen and (max-width: 981px) {
  #globalNavWrap #globalNav .contentList .cateWrap > ul {
    margin: 0;
  }
}
#globalNavWrap #globalNav .contentList .cateWrap > ul > li {
  float: left;
  width: 16.66%;
  padding: 3px;
  box-sizing: border-box;
}
#globalNavWrap #globalNav .contentList .cateWrap > ul > li:first-child {
  margin: 0;
}
@media only screen and (max-width: 981px) {
  #globalNavWrap #globalNav .contentList .cateWrap > ul > li {
    float: none;
    width: 100%;
    border: none;
    padding: 1px 0;
  }
}
#globalNavWrap #globalNav .contentList .cateWrap > ul > li a {
  background: #fff;
  color: #000;
  border-radius: 0;
}
#globalNavWrap #globalNav .contentList .cateWrap .followEmira {
  color: #fff;
  position: absolute;
  top: -110px;
  right: 20px;
  width: 30%;
  line-height: 1.5;
  text-align: center;
}
#globalNavWrap
  #globalNav
  .contentList
  .cateWrap
  .followEmira
  .followEmira-title {
  font-size: 23px;
  font-weight: bold;
  font-family: "Century Gothic", Arial, Roboto, "Droid Sans",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  margin-bottom: 10px;
}
#globalNavWrap #globalNav .contentList .cateWrap .followEmira ul {
  margin-top: 20px;
}
#globalNavWrap #globalNav .contentList .cateWrap .followEmira ul li {
  float: none;
  margin: 0 8px;
  display: inline-block;
  width: 50px;
}
#globalNavWrap #globalNav .contentList .cateWrap .followEmira ul li a {
  padding: 0;
}
#globalNavWrap #globalNav .contentList .cateWrap .followEmira ul li img {
  width: 100%;
}
@media only screen and (max-width: 981px) {
  #globalNavWrap #globalNav .contentList .cateWrap .followEmira {
    position: static;
    width: 100%;
    padding-bottom: 10px;
  }
  #globalNavWrap
    #globalNav
    .contentList
    .cateWrap
    .followEmira
    .followEmira-title {
    font-size: 20px;
    margin-bottom: 10px;
    padding-top: 25px;
  }
  #globalNavWrap #globalNav .contentList .cateWrap .followEmira ul li {
    border: none;
  }
  #globalNavWrap #globalNav .contentList .cateWrap .followEmira ul li a {
    border-radius: 50%;
  }
}
#globalNavWrap #globalNav .contentList .brownBtn {
  margin-top: 8px;
}
#globalNavWrap #globalNav .contentList .brownBtn:first-child {
  margin-top: 0;
}
#globalNavWrap #globalNav .contentList .brownBtn a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 308px;
}
@media only screen and (max-width: 981px) {
  #globalNavWrap #globalNav .contentList .brownBtn a {
    width: 94%;
  }
}
@media only screen and (max-width: 981px) {
  #globalNavWrap #globalNav .keywordList {
    margin-top: 0;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
#globalNavWrap #globalNav .keywordList .contTitleWrap {
  margin-bottom: 0;
}
#globalNavWrap #globalNav .keywordList .detailBlock {
  background-color: #fff;
  padding: 20px 25px;
}
@media only screen and (max-width: 981px) {
  #globalNavWrap #globalNav .keywordList .detailBlock {
    padding: 15px 20px;
  }
}
#globalNavWrap #globalNav .keywordList .detailBlock .tag li {
  line-height: 1.4;
}
@media only screen and (max-width: 981px) {
  #globalNavWrap #globalNav .navList {
    background-color: #e0e0e0;
  }
}
@media only screen and (max-width: 981px) {
  #globalNavWrap #globalNav .navList ul {
    margin-bottom: 0;
  }
  #globalNavWrap #globalNav .navList ul:first-child {
    border-bottom: 5px solid #e0e0e0;
  }
}
#globalNavWrap #globalNav .navList ul li {
  margin-top: 0px;
  width: 46%;
  float: left;
}
@media only screen and (max-width: 981px) {
  #globalNavWrap #globalNav .navList ul li {
    width: 100%;
  }
}
#globalNavWrap #globalNav .navList ul li:first-child {
  margin-right: 4%;
}
@media only screen and (max-width: 981px) {
  #globalNavWrap #globalNav .navList ul li:first-child {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
#globalNavWrap #globalNav .navList ul li a {
  background-color: #fff;
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding: 15px;
  text-align: center;
  line-height: 1.4;
  background-image: url("../images/nav/navBg.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 981px) {
  #globalNavWrap #globalNav .navList ul li a {
    font-size: 14px;
  }
}
#globalNavWrap .navAboutLink li {
  margin-top: 10px;
}
#globalNavWrap .navAboutLink li img,
#globalNavWrap .navAboutLink li span {
  vertical-align: middle;
}
#globalNavWrap .navAboutLink li img {
  width: 110px;
  margin-right: 1.5%;
}
#globalNavWrap .globalNav-footLink {
  padding-top: 30px;
}
@media only screen and (max-width: 981px) {
  #globalNavWrap .globalNav-footLink {
    padding: 10px 15px 0;
  }
}
#globalNavWrap .globalNav-footLink li {
  display: inline-block;
  margin-right: 30px;
}
@media only screen and (max-width: 981px) {
  #globalNavWrap .globalNav-footLink li {
    display: block;
    margin: 20px 0 0;
  }
}
#globalNavWrap .globalNav-footLink li a {
  color: #fff;
}
#globalNavWrap .globalNav-footLink li a::before {
  content: "";
  width: 0px;
  height: 0px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  top: -2px;
}

/* main */
/*------------------------------------------------*/
#mainWrap {
  width: 100%;
  margin-top: 94px;
  /* 固定ヘッダー高さ分 */
  padding: 0 0 60px;
}
@media only screen and (max-width: 981px) {
  #mainWrap {
    margin-top: 64px;
    /* 固定ヘッダー高さ分 */
    padding-top: 0;
  }
}
.pg-home #mainWrap #main {
  padding-top: 2.2%;
}
@media only screen and (max-width: 981px) {
  #mainWrap #main {
    width: 100%;
    padding-top: 0;
  }
}

.contBox {
  margin-top: 30px;
}
.pankuzu + .contBox {
  margin-top: 0;
}
.contBox:first-child {
  margin-top: 0;
}

.pg-home .postList,
.pg-special .postList,
.pg-category .postList,
.pg-article .postList,
.pg-ranking .postList,
.pg-search .postList,
.pg-keyword-keyword .postList {
  margin-top: 1.1%;
}
.postList .lineupList {
  font-size: 0;
}
.postList .lineupList a,
.postList .lineupList > div {
  display: inline-block;
  width: 32.6%;
  margin-bottom: 1.1%;
  margin-left: 1.1%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  vertical-align: top;
}
.postList .lineupList a:nth-child(3n + 1),
.postList .lineupList > div:nth-child(3n + 1) {
  margin-left: 0;
}
@media only screen and (min-width: 981px) {
  .postList .lineupList a,
  .postList .lineupList > div {
    border-radius: 3px;
  }
}
@media only screen and (max-width: 981px) {
  .postList .lineupList a,
  .postList .lineupList > div {
    display: table;
    width: 100%;
    margin-bottom: 1.1%;
    margin-left: 0;
  }
  .postList .lineupList a:last-child,
  .postList .lineupList > div:last-child {
    margin-bottom: 0;
  }
}
.postList .lineupList a .thumb,
.postList .lineupList > div .thumb {
  text-align: center;
}
@media only screen and (min-width: 981px) {
  .postList .lineupList a .thumb,
  .postList .lineupList > div .thumb {
    padding-top: 46.09%;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .postList .lineupList a .thumb img,
  .postList .lineupList > div .thumb img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 981px) {
  .postList .lineupList a .thumb,
  .postList .lineupList > div .thumb {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    width: 30.625%;
    padding: 10px 0 10px 10px;
  }
  .postList .lineupList a .thumb img,
  .postList .lineupList > div .thumb img {
    border-radius: 2px;
  }
}
.postList .lineupList a .textArea,
.postList .lineupList > div .textArea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5%;
  padding: 20px;
  position: relative;
  /*
  .tag{
  position: absolute;
  left: 15px;
  bottom: 15px;
  @include spTab{
  position: static;
  margin-top: 1%;
  }
  li{
  margin-top: 4px;
  }
  }
  */
}
@media only screen and (max-width: 981px) {
  .postList .lineupList a .textArea,
  .postList .lineupList > div .textArea {
    display: table-cell;
    vertical-align: top;
    padding: 10px 15px 10px 10px;
  }
}
@media only screen and (min-width: 981px) {
  .postList .lineupList a .textArea .category,
  .postList .lineupList > div .textArea .category {
    background-color: #34302f;
    color: #fff;
    width: 160px;
    padding: 10px 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: -10px;
    left: -5px;
  }
  .postList .lineupList a .textArea .category:before,
  .postList .lineupList > div .textArea .category:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: #b2b1b0;
    border-width: 0 5px 5px 0;
    left: 0;
    bottom: -5px;
  }
}
@media only screen and (max-width: 981px) {
  .postList .lineupList a .textArea .category,
  .postList .lineupList > div .textArea .category {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 10px;
    width: 40.25%;
    padding: 5px;
    background-color: #34302f;
    color: #fff;
  }
}
.postList .lineupList a .textArea .date,
.postList .lineupList > div .textArea .date {
  margin-top: -10px;
  padding-bottom: 1em;
  text-align: right;
  font-size: 14px;
  color: #777;
}
@media only screen and (max-width: 981px) {
  .postList .lineupList a .textArea .date,
  .postList .lineupList > div .textArea .date {
    margin-top: 0;
    font-size: 10px;
  }
}
.postList .lineupList a .textArea .panelTitle,
.postList .lineupList > div .textArea .panelTitle {
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 981px) {
  .postList .lineupList a .textArea .panelTitle,
  .postList .lineupList > div .textArea .panelTitle {
    font-size: 2.2vw;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 981px) {
  .postList .lineupList a .textArea .panelTitle,
  .postList .lineupList > div .textArea .panelTitle {
    font-size: 3.8vw;
  }
}
.postList .lineupList a .textArea .text,
.postList .lineupList > div .textArea .text {
  font-size: 14px;
  line-height: 1.4;
}
@media only screen and (max-width: 981px) {
  .postList .lineupList a .textArea .text,
  .postList .lineupList > div .textArea .text {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 981px) {
  .postList .lineupList a .textArea .text,
  .postList .lineupList > div .textArea .text {
    font-size: 2.8vw;
    font-size: 12px;
  }
}
.postList .lineupNone {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 1.1%;
  padding: 30px;
  background-color: #fff;
  line-height: 1.5;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 981px) {
  .postList .lineupNone {
    border-radius: 3px;
    text-align: center;
  }
}
@media only screen and (max-width: 981px) {
  .postList .lineupNone {
    padding: 30px 0;
  }
  .postList .lineupNone p {
    width: 90%;
    margin: 0 auto;
    padding: 0 3%;
  }
}
.postList .readMore {
  position: relative;
  padding-top: 60px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 981px) {
  .postList .readMore {
    margin-top: 5%;
    padding-top: 50px;
  }
}
.postList .readMore a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background-color: #4d4746;
  border-radius: 50%;
}
@media only screen and (max-width: 981px) {
  .postList .readMore a:before {
    width: 44px;
    height: 44px;
    margin-left: -22px;
  }
}
.postList .readMore a span:before,
.postList .readMore a span:after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  width: 10px;
  height: 2px;
  background-color: #fff;
}
@media only screen and (max-width: 981px) {
  .postList .readMore a span:before,
  .postList .readMore a span:after {
    top: 22px;
    width: 8px;
  }
}
.postList .readMore a span:before {
  right: 50%;
  margin-right: -2px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 981px) {
  .postList .readMore a span:before {
    margin-left: -0.5px;
  }
}
.postList .readMore a span:after {
  left: 50%;
  margin-left: -2px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 981px) {
  .postList .readMore a span:after {
    margin-right: -0.5px;
  }
}
.postList .readMore.loading a span:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  top: 2px;
  left: 50%;
  width: 46px;
  height: 46px;
  margin: 0 0 0 -23px;
  background: transparent;
  border-radius: 50%;
  border-top: 2px solid rgba(255, 255, 255, 0);
  border-right: 2px solid rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  border-left: 2px solid white;
  transform: translateZ(0);
  transform: rotate(0);
  animation: loading 1s infinite linear;
}
@media only screen and (max-width: 981px) {
  .postList .readMore.loading a span:before {
    width: 40px;
    height: 40px;
    margin-left: -20px;
  }
}
.postList .readMore.loading a span:after {
  display: none;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 特集トップ 特集一覧 */
@media only screen and (max-width: 981px) {
  .pg-special .postList .lineupList a {
    display: block;
    width: auto;
    margin: 2.2% 2.2% 0 2.2%;
    border-radius: 3px;
  }
  .pg-special .postList .lineupList a .thumb {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 46.09%;
    padding: 0;
  }
  .pg-special .postList .lineupList a .thumb img.spTabH {
    display: block !important;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .pg-special .postList .lineupList a .thumb img.pcH {
    display: none !important;
  }
  .pg-special .postList .lineupList a .textArea {
    position: relative;
    display: block;
    padding: 20px 20px 40px 20px;
  }
  .pg-special .postList .lineupList a .textArea .date {
    position: absolute;
    bottom: 10px;
    right: 20px;
  }
  .pg-special .postList .lineupList a .textArea .panelTitle {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

/* 特集扉ページ */
.pg-special-theme .postList {
  margin-top: 1.1%;
}
@media only screen and (min-width: 981px) {
  .pg-special-theme .postList .lineupList a,
  .pg-special-theme .postList .lineupList > div {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .pg-special-theme .postList .lineupList a article,
  .pg-special-theme .postList .lineupList > div article {
    display: table;
    width: 100%;
  }
  .pg-special-theme .postList .lineupList a article .thumb,
  .pg-special-theme .postList .lineupList a article .textArea,
  .pg-special-theme .postList .lineupList > div article .thumb,
  .pg-special-theme .postList .lineupList > div article .textArea {
    display: table-cell;
    vertical-align: top;
  }
  .pg-special-theme .postList .lineupList a article .thumb,
  .pg-special-theme .postList .lineupList > div article .thumb {
    overflow: auto;
    padding-top: 0;
    text-align: left;
    width: 32.6%;
  }
  .pg-special-theme .postList .lineupList a article .thumb img,
  .pg-special-theme .postList .lineupList > div article .thumb img {
    position: relative;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .pg-special-theme .postList .lineupList a article .textArea,
  .pg-special-theme .postList .lineupList > div article .textArea {
    padding: 40px;
  }
  .pg-special-theme .postList .lineupList a article .textArea .category,
  .pg-special-theme .postList .lineupList > div article .textArea .category {
    top: 0;
    left: 0;
    border-radius: 0;
  }
  .pg-special-theme .postList .lineupList a article .textArea .category:before,
  .pg-special-theme
    .postList
    .lineupList
    > div
    article
    .textArea
    .category:before {
    display: none;
  }
}

.rankingWrap {
  width: 42%;
}
.pg-home .rankingWrap.spTabH {
  /* ホーム キービジュアル横 */
  width: 32.6%;
}
.pg-home #logo h1 {
  font-size: 12px;
  white-space: nowrap;
  margin-bottom: 5px;
  text-align: left;
}
@media only screen and (max-width: 981px) {
  .pg-home #logo h1 {
    font-size: 10px;
    white-space: nowrap;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 981px) {
  .rankingWrap {
    width: 100%;
    margin-top: 0;
  }
}
.rankingWrap .ranking {
  margin-top: 5px;
}
.rankingWrap .ranking li {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
}
.rankingWrap .ranking li:first-child {
  margin-top: 0;
}
.rankingWrap .ranking li a {
  display: block;
  background-color: #fff;
}
.rankingWrap .ranking li a dl {
  display: table;
  width: 100%;
}
.rankingWrap .ranking li a dl dt,
.rankingWrap .ranking li a dl dd {
  display: table-cell;
  vertical-align: middle;
}
.rankingWrap .ranking li a dl dt {
  padding: 10px;
  width: 34px;
}
@media only screen and (max-width: 981px) {
  .rankingWrap .ranking li a dl dt {
    width: 40px;
  }
}
.rankingWrap .ranking li a dl .titleWrap {
  padding-right: 10px;
}
.rankingWrap .ranking li a dl .titleWrap .title {
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 981px) {
  .rankingWrap .ranking li a dl .titleWrap .title {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 981px) {
  .rankingWrap .ranking li a dl .titleWrap .title {
    font-size: 3.8vw;
  }
}
.rankingWrap .ranking li a dl .imgWrap {
  width: 70px;
}
.rankingWrap .ranking li a dl .imgWrap img {
  width: 70px;
}

/* footer */
/*------------------------------------------------*/
#footWrap {
  width: 100%;
  background-color: #252423;
  border-bottom: 6px solid #4b4543;
  padding: 23px 0;
}
#footWrap #footer {
  color: #a1a1a1;
}
@media only screen and (max-width: 981px) {
  #footWrap #footer .copyright {
    font-size: 11px;
  }
}

/* 404 */
/* ------------------------------------------------- */
#notFound {
  padding: 60px 0;
}
#notFound h1 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #686868;
}
@media only screen and (max-width: 981px) {
  #notFound h1 {
    margin-bottom: 8%;
    font-size: 18px;
    text-align: left;
  }
}
#notFound p {
  line-height: 160%;
  text-align: center;
}
@media only screen and (max-width: 981px) {
  #notFound p {
    font-size: 12px;
    text-align: left;
  }
}
#notFound p a {
  padding: 8px;
  display: inline-block;
  background-color: #686868;
  color: #fff;
}
#notFound p a:visited,
#notFound p a:focus,
#notFound p a:active {
  color: #fff;
}
#notFound p.returnTop {
  margin-top: 15px;
}
@media only screen and (max-width: 981px) {
  #notFound p.returnTop {
    margin-top: 5%;
  }
}

.bookmark-layer {
  position: fixed;
  bottom: 5px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  background: #fff;
  border: 2px solid #000;
  padding: 10px 30px;
  line-height: 20px;
  box-sizing: border-box;
}
.bookmark-layer.ios {
  bottom: 25px;
}
.bookmark-layer.ios:before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  background: #fff;
  transform: rotate(45deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.bookmark-layer-close {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  border: 0;
  background-color: black;
  border-radius: 32px;
  margin: 0;
  padding: 0;
  transform: scale(0.5);
  cursor: pointer;
}
.bookmark-layer-close:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 13px;
  width: 6px;
  height: 24px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bookmark-layer-close:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 13px;
  width: 6px;
  height: 24px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bookmark-layer-lead {
  transform: rotate(90deg);
  display: inline-block;
}

/* 2025/08 - 差し替え
@media only screen and (min-width: 982px) {
  #headWrap #header .leftBlock {
    width: 35%;
  }
  #headWrap #header .centerBlock {
    width: 20%;
  }
  #headWrap #header .rightBlock {
    width: 45%;
  }
  #headWrap #header .rightBlock .tepco {
    width: 110px;
  }
}
@media only screen and (max-width: 981px) {
  #headWrap #header .leftBlock {
    width: 30%;
  }
  #headWrap #header .centerBlock {
    width: 30%;
  }
  #headWrap #header .rightBlock {
    width: 40%;
  }
  #headWrap #header .rightBlock {
    margin-top: 5px;
  }
  .pg-home #headWrap #header .rightBlock {
    margin-top: 18px;
  }
  #headWrap #header .rightBlock .supported-by {
    display: inline-block;
    margin: 5px 6px 0 0 ;
  }
  #headWrap #header .rightBlock .tepco {
    display: inline;
    margin: 0 10px 0 0;
    width: 55px;
  }
} */
@media only screen and (min-width: 982px) {
  #headWrap #header .leftBlock {
    width: 25%;
  }
  #headWrap #header .centerBlock {
    width: 50%;
  }
  #headWrap #header .rightBlock {
    width: 25%;
  }
  #headWrap #header .centerBlock .EMIRA-logo {
    width: 220px;
  }
  #headWrap #header .centerBlock .supported-by {
    width: 22px;
    margin: 26px 15px 0;
  }
  #headWrap #header .centerBlock .tepco {
    width: 130px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 981px) {
  #headWrap #header {
    text-align: justify;
  }
  #headWrap #header::after {
    content: "";
    display: inline-block;
    width: 100%;
  }
  #headWrap #header .leftBlock {
    width: 46%;
  }
  #headWrap #header .centerBlock {
    width: 46%;
    margin-right: 2%;
  }
  #headWrap #header .rightBlock {
    display: none;
  }
  #headWrap #header .centerBlock h1 {
    margin-left: 1.15em;
  }
  #headWrap #header .centerBlock .EMIRA-logo {
    width: 50%;
  }
  #headWrap #header .centerBlock .EMIRA-logo img {
    height: 54px;
    object-fit: contain;
  }
  #headWrap #header .centerBlock .supported-by {
    margin: 2.4vw 1.4vw 0;
    width: 6%;
  }
  #headWrap #header .centerBlock .tepco {
    margin-top: 1.4vw;
    width: 30%;
  }
  /* by TEPCO 非表示パターン（稼働ページ：不明） */
  #headWrap #header .centerBlock.is_hide_tepco {
    width: 23vw;
    margin-right: 4%;
  }
  #headWrap #header .centerBlock.is_hide_tepco .EMIRA-logo {
    width: 100%;
  }
}

.grecaptcha-badge {
  visibility: hidden;
  z-index: -1;
}

.pankuzu {
  margin: auto;
  max-width: 1180px;
  line-height: 40px;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pankuzu li {
  padding-right: 10px;
}
.pankuzu li:not(:last-child) {
  position: relative;
  padding-right: 20px;
}
.pankuzu li:not(:last-child)::after {
  content: ">";
  display: block;
  position: absolute;
  width: 9px;
  height: 15px;
  top: 0px;
  right: 5px;
}
@media only screen and (min-width: 982px) {
  .pankuzu.sp {
    display: none;
  }
}
@media only screen and (max-width: 981px) {
  .pankuzu.pc {
    display: none;
  }
  .pankuzu {
    padding: 1% 10px 0;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
  .pankuzu li {
    display: inline-block;
    padding-right: 10px;
  }
}
@charset "UTF-8";
.whiteBox {
  background-color: #fff;
  padding: 2%;
}
@media only screen and (max-width: 981px) {
  .whiteBox {
    padding: 5%;
  }
}

#mainWrap #main {
  /* 検索結果ページ */
  /* キーワード別一覧 */
  /*
  .lineupListWrap{
  margin-top: 15px;
  .lineupList{
  > li{
  .textArea{
  min-height: 160px;
  position: relative;
  .date{
  margin-bottom: 3px;
  //position: absolute;
  //right: 5%;
  //bottom: 10px;
  }
  &.catExist{
  padding-top: 30px;
  @include spTab{
  padding-top: 5%;
  }
  }
  }
  @include spTab{
  //box-shadow: none;
  &:last-child{
  border-bottom: 4px solid #8b8b8b;
  padding-bottom: 3%;
  }
  }
  &.comingsoon{
  .textArea{
  .category{
  background-color: #666;
  color: #888;
  }
  }
  }
  }
  }
  }
  */
}
.pg-about #main {
  max-width: 1000px;
  margin: 0 auto;
}
#mainWrap #main #kvWrap {
  text-align: center;
}
@media only screen and (min-width: 981px) {
  #mainWrap #main #kvWrap img {
    width: 100%;
  }
}
#mainWrap #main .seriesNum {
  background-color: #34302f;
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
  vertical-align: middle;
}
#mainWrap #main .seriesNumList {
  padding: 20px 0;
  margin-top: 20px;
  margin: 20px 10% 0 10%;
  border-bottom: 1px solid #d7d7d7;
}
@media only screen and (max-width: 981px) {
  #mainWrap #main .seriesNumList {
    margin: 20px 6.25% 0 6.25%;
    padding-top: 0;
  }
}
#mainWrap #main .seriesNumList h2 {
  padding-bottom: 0.5em;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #34302f;
  font-size: 18px;
}
@media only screen and (max-width: 981px) {
  #mainWrap #main .seriesNumList h2 {
    font-size: 14px;
  }
}
#mainWrap #main .seriesNumList ul {
  margin: 0 0 0 310px;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 981px) {
  #mainWrap #main .seriesNumList ul {
    margin: 0;
  }
}
#mainWrap #main .seriesNumList .special_main_img {
  display: inline-block;
  width: 300px;
  float: left;
}
@media only screen and (max-width: 981px) {
  #mainWrap #main .seriesNumList .special_main_img {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  #mainWrap #main .seriesNumList.upper .special_main_img {
    display: none;
  }
}
#mainWrap #main .seriesNumList ul li {
  display: block;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
}
@media only screen and (max-width: 981px) {
  #mainWrap #main .seriesNumList ul li {
    margin-left: 5px;
  }
}
#mainWrap #main .seriesNumList ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 981px) {
  #mainWrap #main .seriesNumList ul li:first-child {
    margin-left: 5px;
  }
}
#mainWrap #main .seriesNumList ul li > a, #mainWrap #main .seriesNumList ul li span {
  display: inline-block;
  color: #777;
  background-color: #f4f4f4;
  padding: 0.75em 3em;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  float: left;
}
@media only screen and (max-width: 981px) {
  #mainWrap #main .seriesNumList ul li > a, #mainWrap #main .seriesNumList ul li span {
    padding: 0.75em 1em;
    font-size: 11px;
  }
}
#mainWrap #main .seriesNumList ul li.special-parent-link > a {
  float: right;
}
#mainWrap #main .seriesNumList ul li .text {
  margin-left: 130px;
  line-height: 35px;
}
@media only screen and (max-width: 981px) {
  #mainWrap #main .seriesNumList ul li .text {
    line-height: 2em;
    margin-left: 4em;
  }
}
#mainWrap #main .seriesNumList ul li a.active, #mainWrap #main .seriesNumList ul li span.active {
  color: #fff;
  background-color: #34302f;
}
#mainWrap #main #topCont {
  background-color: #fff;
}
#mainWrap #main #topCont .textArea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  background-color: #2d2d2d;
  color: #fff;
}
@media only screen and (max-width: 981px) {
  #mainWrap #main #topCont .textArea {
    padding: 10px 15px;
    font-size: 12px;
  }
}
#mainWrap #main #topCont .textArea p {
  line-height: 1.4;
}
#mainWrap #main .searchBox {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 981px) {
  #mainWrap #main .searchBox {
    border-radius: 3px;
    overflow: hidden;
  }
}
#mainWrap #main .searchBox .title {
  text-align: center;
  color: #e4e4e4;
  background-color: #34302f;
  font-size: 18px;
  padding: 0.9%;
}
@media only screen and (max-width: 981px) {
  #mainWrap #main .searchBox .title {
    font-size: 14px;
    padding: 1.5%;
  }
}
#mainWrap #main .searchBox .searchWord {
  background-color: #fff;
  padding: 1.9%;
  text-align: center;
}
@media only screen and (max-width: 981px) {
  #mainWrap #main .searchBox .searchWord {
    padding: 4% 3%;
  }
}
#mainWrap #main .searchBox .searchWord p {
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 981px) {
  #mainWrap #main .searchBox .searchWord p {
    font-size: 18px;
  }
}
#mainWrap #main .searchBox .searchWord.searchNone p {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
}
@media only screen and (max-width: 981px) {
  #mainWrap #main .searchBox .searchWord.searchNone p {
    font-size: 13px;
  }
}
#mainWrap #main .keywordBox {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 981px) {
  #mainWrap #main .keywordBox {
    border-radius: 3px;
    overflow: hidden;
  }
}
#mainWrap #main .keywordBox .keywordWord {
  background-color: #fff;
  padding: 1.9%;
  text-align: center;
}
@media only screen and (max-width: 981px) {
  #mainWrap #main .keywordBox .keywordWord {
    padding: 4% 3%;
  }
}
#mainWrap #main .keywordBox .keywordWord p {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
}
@media only screen and (max-width: 981px) {
  #mainWrap #main .keywordBox .keywordWord p {
    font-size: 13px;
  }
}
#mainWrap #main .keywordBox .keywordWord p span {
  color: #007bee;
}

#postLinkList .contBox {
  margin-top: 60px;
}
@media only screen and (max-width: 981px) {
  #postLinkList .contBox {
    margin-top: 30px;
  }
}
#postLinkList .recommendWrap,
#postLinkList .rankingWrap {
  width: 48.9%;
}
#postLinkList .matomeWrap {
  width: 100%;
}
@media only screen and (max-width: 981px) {
  #postLinkList .recommendWrap,
  #postLinkList .rankingWrap {
    width: 100%;
  }
}
#postLinkList .recommendWrap .recommend {
  margin-top: 5px;
}
#postLinkList .recommendWrap .recommend li {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
}
#postLinkList .recommendWrap .recommend li:first-child {
  margin-top: 0;
}
#postLinkList .recommendWrap .recommend li a {
  display: block;
  background-color: #fff;
}
#postLinkList .recommendWrap .recommend li a dl {
  display: table;
  width: 100%;
}
#postLinkList .recommendWrap .recommend li a dl dt, #postLinkList .recommendWrap .recommend li a dl dd {
  display: table-cell;
  vertical-align: top;
}
#postLinkList .recommendWrap .recommend li a dl .titleWrap {
  padding: 0 20px 10px 0;
}
@media only screen and (max-width: 981px) {
  #postLinkList .recommendWrap .recommend li a dl .titleWrap {
    padding: 0 10px 10px 0;
  }
}
#postLinkList .recommendWrap .recommend li a dl .titleWrap .category {
  background-color: #34302f;
  color: #fff;
  width: 200px;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 981px) {
  #postLinkList .recommendWrap .recommend li a dl .titleWrap .category {
    width: 60%;
    font-size: 11px;
  }
}
#postLinkList .recommendWrap .recommend li a dl .titleWrap .title {
  margin: 0.5em 0 0 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  font-size: 16px;
}
@media only screen and (max-width: 981px) {
  #postLinkList .recommendWrap .recommend li a dl .titleWrap .title {
    margin: 0.5em 0 0 10px;
    font-size: 3.8vw;
  }
}
#postLinkList .recommendWrap .recommend li a dl .titleWrap .text {
  margin: 0.25em 0 0 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 981px) {
  #postLinkList .recommendWrap .recommend li a dl .titleWrap .text {
    margin: 0 0 0 10px;
    font-size: 11px;
  }
}
#postLinkList .recommendWrap .recommend li a dl .imgWrap {
  width: 22%;
  text-align: right;
}
#postLinkList .recommendWrap .recommend li a dl .imgWrap img {
  width: 130px;
}
@media only screen and (max-width: 981px) {
  #postLinkList .rankingWrap {
    margin-top: 30px;
  }
}

/* 特集扉ページ */
@media only screen and (min-width: 981px) {
  .pg-special-theme #mainWrap #main #kvWrap + .textArea p {
    font-size: 16px;
  }
}

/* まとめページ */
#matomeKvWrap h2 {
font-size: 16px;
}
@media only screen and (max-width: 981px) {
  .pg-matome h1 {
    padding-left: 5px;
    padding-right: 5px;
  }
#matomeKvWrap h2 {
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 980px) {
#matomeKvWrap {
display: flex;
}
#matomeKvWrap h2 {
font-size: 20px;
line-height: 30px;
}
}
.singleWrap {
  padding-bottom: 4%;
  background-color: #fff;
  /*
  .tags{
  >a{
  margin-right: 1em;
  display: inline-block;
  @include linkColor(#007bee);
  @include pc{
  &:hover{
  text-decoration: underline;
  }
  }
  }
  }
  */
}
@media only screen and (max-width: 981px) {
  .singleWrap {
    padding-bottom: 1%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }
}
.singleWrap .mainImg {
  width: 100%;
}
.singleWrap .mainImg > img {
  width: 100%;
  max-width: none;
  height: auto;
}
.singleWrap .titleArea {
  padding: 75px 4% 0 4%;
  position: relative;
}
@media only screen and (max-width: 981px) {
  .singleWrap .titleArea {
    padding: 0;
  }
}
@media only screen and (max-width: 981px) {
  .singleWrap .titleArea .articleDetail {
    width: 100%;
    display: table;
    position: relative;
  }
}
.singleWrap .titleArea .articleDetail .categoryLabel {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 981px) {
  .singleWrap .titleArea .articleDetail .categoryLabel {
    width: 50%;
    /*position: static;*/
    display: table-cell;
    vertical-align: middle;
  }
}
.singleWrap .titleArea .articleDetail .specialTitle {
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 122px;
  font-weight: bold;
}
@media only screen and (max-width: 981px) {
  .singleWrap .titleArea .articleDetail .specialTitle {
    left: 21%;
    right: 25%;
    line-height: 16px;
    top: 50%;
    margin-top: 3px;
  }
}
.singleWrap .titleArea .articleDetail .categoryLabel > span {
  line-height: 1;
  padding: 12px 40px;
  color: #fff;
  background-color: #34302f;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 981px) {
  .singleWrap .titleArea .articleDetail .categoryLabel > span {
    padding: 5% 12.5%;
    font-size: 14px;
    width: auto;
    white-space: nowrap;
  }
}
.singleWrap .titleArea .articleDetail .articleDate {
  width: 92%;
  position: absolute;
  left: 4%;
  top: 10px;
}
@media only screen and (max-width: 981px) {
  .singleWrap .titleArea .articleDetail .articleDate {
    width: 40%;
    padding-right: 6.25%;
    position: static;
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.singleWrap .titleArea .articleDetail .articleDate .date {
  vertical-align: top;
  text-align: right;
  color: #777;
}
@media only screen and (max-width: 981px) {
  .singleWrap .titleArea .articleDetail .articleDate .date {
    font-size: 12px;
  }
}
.singleWrap .titleArea .articleTitle {
  line-height: 1.4;
  padding-bottom: 0.2em;
  font-size: 28px;
  font-weight: bold;
  color: #292929;
}
@media only screen and (max-width: 981px) {
  .singleWrap .titleArea .articleTitle {
    padding-right: 6.25%;
    padding-bottom: 0;
    padding-left: 6.25%;
    margin-top: 6.25%;
    font-size: 18px;
    border-bottom: none;
  }
}
.singleWrap .titleArea .articleSubTitle {
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 1.5%;
}
@media only screen and (max-width: 981px) {
  .singleWrap .titleArea .articleSubTitle {
    font-size: 15px;
    margin-bottom: 3%;
    margin-top: 1%;
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}
.singleWrap .titleArea .articleLead {
  background-color: #f4f4f4;
  border: dotted 1px #ddd;
  padding: 20px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 981px) {
  .singleWrap .titleArea .articleLead {
    margin-right: 6.25%;
    margin-left: 6.25%;
    padding: 3%;
    font-size: 14px;
  }
}
.singleWrap .articleArea {
  max-width: 860px;
  margin-top: 4%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 981px) {
  .singleWrap .articleArea {
    max-width: none;
    padding-right: 6.25%;
    padding-left: 6.25%;
    margin-top: 6.25%;
  }
}
.singleWrap .articleArea > * {
  margin-top: 3%;
  word-wrap: break-word;
}
@media only screen and (max-width: 981px) {
  .singleWrap .articleArea > * {
    margin-top: 5%;
  }
}
.singleWrap .articleArea > *:first-child {
  margin-top: 0;
}
.singleWrap .articleArea h3,
.singleWrap .articleIndex h3 {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  color: #292929;
}
@media only screen and (max-width: 981px) {
  .singleWrap .articleArea h3,
  .singleWrap .articleIndex h3 {
    font-size: 15px;
  }
}
.singleWrap .articleArea p {
  line-height: 1.8;
  font-size: 16px;
}
.singleWrap .articleIndex li {
  font-size: 16px;
}
@media only screen and (max-width: 981px) {
  .singleWrap .articleArea p {
    line-height: 1.6;
    font-size: 15px;
  }
  .singleWrap .articleIndex li {
    font-size: 15px;
  }
}
.singleWrap .articleArea span.color-blue {
  color: #31859c;
}
.singleWrap .articleArea span.color-red {
  color: #953735;
}
.singleWrap .articleArea .bold, .singleWrap .articleArea strong {
  font-weight: bold;
}
.singleWrap .articleArea .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.singleWrap .articleArea .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.singleWrap .articleArea dl {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 981px) {
  .singleWrap .articleArea dl {
    max-width: none;
  }
}
.singleWrap .articleArea dl dt {
  text-align: center;
}
.singleWrap .articleArea dl dt img[height] {
  height: auto;
}
.singleWrap .articleArea dl dd {
  margin-top: 2%;
}
.singleWrap .articleArea dl dd > * {
  margin-top: 0.5%;
}
.singleWrap .articleArea dl dd > *:first-child {
  margin-top: 0;
}
.singleWrap .articleArea dl dd p {
  line-height: 1.4;
  font-size: 13px;
}
@media only screen and (max-width: 981px) {
  .singleWrap .articleArea dl dd p {
    font-size: 12px;
  }
}
.singleWrap .articleArea dl dd p.source {
  color: #777;
}
.singleWrap .articleArea dl dd p.source a {
  color: #777;
}
.singleWrap .articleArea dl dd p.source a:visited, .singleWrap .articleArea dl dd p.source a:focus, .singleWrap .articleArea dl dd p.source a:active {
  color: #777;
}
@media only screen and (min-width: 981px) {
  .singleWrap .articleArea dl dd p.source a:hover {
    text-decoration: underline;
  }
}
.singleWrap .articleArea p a,
.singleWrap .articleArea ol li a,
.singleWrap .articleArea ul li a,
.singleWrap .articleArea dl dd a {
  text-decoration: underline;
  -webkit-transition: all 0.5s ease 0;
  -moz-transition: all 0.5s ease 0;
  -o-transition: all 0.5s ease 0;
  -ms-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
}
.singleWrap .articleArea p a:hover,
.singleWrap .articleArea ol li a:hover,
.singleWrap .articleArea ul li a:hover,
.singleWrap .articleArea dl dd a:hover {
  background-color: #f4f4f4;
}
.singleWrap .articleInfo {
  padding-right: 4%;
  padding-left: 4%;
  margin-top: 4%;
  margin-top: 30px;
  /*
  .tags{
  margin-bottom: $pc_articlePd;
  @include spTab{
  padding-right: $sp_articlePd;
  padding-left: $sp_articlePd;
  margin-bottom:5%;
  //margin-bottom: 10.15%;
  }
  }
  */
}
@media only screen and (max-width: 981px) {
  .singleWrap .articleInfo {
    padding-right: 0;
    padding-left: 0;
    margin-top: 5%;
  }
}
.singleWrap .articleInfo .offers {
  line-height: 1.4;
  font-size: 16px;
}
@media only screen and (max-width: 981px) {
  .singleWrap .articleInfo .offers {
    padding-right: 6.25%;
    padding-left: 6.25%;
    font-size: 12px;
  }
}
.singleWrap .articleInfo .authorBox {
  padding-top: 2.16%;
  padding-bottom: 2.16%;
  margin-top: 1%;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
@media only screen and (max-width: 981px) {
  .singleWrap .articleInfo .authorBox {
    margin-top: 6.25%;
  }
}
.singleWrap .articleInfo .authorBox > dl {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  table-layout: fixed;
}
@media only screen and (max-width: 981px) {
  .singleWrap .articleInfo .authorBox > dl {
    width: 100%;
    max-width: none;
    padding: 4.68% 6.25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.singleWrap .articleInfo .authorBox > dl > dt, .singleWrap .articleInfo .authorBox > dl > dd {
  display: table-cell;
  vertical-align: middle;
}
.singleWrap .articleInfo .authorBox > dl > dt {
  width: 20%;
}
@media only screen and (max-width: 981px) {
  .singleWrap .articleInfo .authorBox > dl > dt {
    width: 35%;
  }
}
.singleWrap .articleInfo .authorBox > dl > dd {
  width: 75%;
  padding-left: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  word-wrap: break-word;
}
@media only screen and (max-width: 981px) {
  .singleWrap .articleInfo .authorBox > dl > dd {
    width: 60%;
    font-size: 10px;
  }
}
.singleWrap .articleInfo .authorBox > dl > dd > * {
  margin-top: 2%;
}
.singleWrap .articleInfo .authorBox > dl > dd > *:first-child {
  margin-top: 0;
}
.singleWrap .articleInfo .authorBox > dl > dd h4 {
  line-height: 1.4;
  color: #777;
  font-size: 16px;
}
@media only screen and (max-width: 981px) {
  .singleWrap .articleInfo .authorBox > dl > dd h4 {
    font-size: 12px;
  }
}
.singleWrap .articleInfo .authorBox > dl > dd h4 > span, .singleWrap .articleInfo .authorBox > dl > dd h4 > a {
  color: #292929;
  font-weight: bold;
}
.singleWrap .articleInfo .authorBox > dl > dd h4 > span:visited, .singleWrap .articleInfo .authorBox > dl > dd h4 > span:focus, .singleWrap .articleInfo .authorBox > dl > dd h4 > span:active, .singleWrap .articleInfo .authorBox > dl > dd h4 > a:visited, .singleWrap .articleInfo .authorBox > dl > dd h4 > a:focus, .singleWrap .articleInfo .authorBox > dl > dd h4 > a:active {
  color: #292929;
}
.singleWrap .articleInfo .authorBox > dl > dd p {
  line-height: 1.6;
  font-size: 16px;
}
.singleWrap .articleInfo .authorBox > dl > dd p a {
  text-decoration: underline;
}
@media only screen and (max-width: 981px) {
  .singleWrap .articleInfo .authorBox > dl > dd p {
    font-size: 12px;
  }
}
.singleWrap .likeBox {
  padding-top: 5%;
}
@media only screen and (max-width: 981px) {
  .singleWrap .likeBox {
    padding: 5% 6.25% 0;
  }
}
.singleWrap .likeBox dl {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background-color: #505050;
  border-radius: 3px;
}
@media only screen and (max-width: 981px) {
  .singleWrap .likeBox dl {
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .singleWrap .likeBox dl {
    width: 100%;
  }
}
.singleWrap .likeBox dl dt {
  float: left;
  width: 60%;
}
.singleWrap .likeBox dl dt img {
  width: 100%;
  height: auto;
  border-radius: 3px 0 0 3px;
}
@media only screen and (max-width: 981px) {
  .singleWrap .likeBox dl dt img {
    border-radius: 3px 3px 0 0;
  }
}
@media only screen and (max-width: 981px) {
  .singleWrap .likeBox dl dt {
    float: none;
    width: 100%;
  }
}
.singleWrap .likeBox dl dd {
  float: right;
  width: 40%;
  padding: 15px 0 0 0;
  text-align: center;
}
.singleWrap .likeBox dl dd p {
  margin: 0 30px 0.5em 30px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  .singleWrap .likeBox dl dd p {
    margin: 0 30px 0.5em 30px;
  }
}
@media only screen and (max-width: 981px) {
  .singleWrap .likeBox dl dd p br {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .singleWrap .likeBox dl dd p br {
    display: block;
  }
}
.singleWrap .likeBox dl dd:last-of-type p {
  padding-top: 15px;
  border-top: 1px solid #444;
}
@media only screen and (max-width: 981px) {
  .singleWrap .likeBox dl dd {
    float: none;
    width: 100%;
  }
  .singleWrap .likeBox dl dd:last-of-type {
    padding-bottom: 20px;
  }
}
.singleWrap .snsArea {
  margin-top: 1.5%;
  text-align: center;
}
@media only screen and (max-width: 981px) {
  .singleWrap .snsArea {
    padding-right: 6.25%;
    padding-left: 6.25%;
    margin-top: 6.25%;
  }
}
.singleWrap .snsArea > * {
  margin-top: 1.5%;
}
@media only screen and (max-width: 981px) {
  .singleWrap .snsArea > * {
    margin-top: 3.9%;
  }
}
.singleWrap .snsArea > *:first-child {
  margin-top: 0;
}
.singleWrap .snsArea > h4 {
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 981px) {
  .singleWrap .snsArea > h4 {
    font-size: 15px;
  }
}
.singleWrap .snsArea > ul {
  border: 1px solid #ebecef;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 0px;
}
@media only screen and (max-width: 981px) {
  .singleWrap .snsArea > ul {
    width: 100%;
    display: table;
  }
}
.singleWrap .snsArea > ul > li {
  border-left: 1px solid #ebecef;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 981px) {
  .singleWrap .snsArea > ul > li {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
  }
}
.singleWrap .snsArea > ul > li:first-child {
  border-left: none;
}
.singleWrap .snsArea > ul > li a {
  width: 120px;
  padding: 12% 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 981px) {
  .singleWrap .snsArea > ul > li a {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .singleWrap .snsArea > ul > li a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
}
@media only screen and (max-width: 981px) {
  .singleWrap .snsArea > ul > li a {
    width: 100%;
  }
}
.singleWrap .snsArea > ul > li a img {
  width: 32px;
}
@media only screen and (max-width: 981px) {
  .singleWrap .snsArea > ul > li a img {
    width: 20px;
  }
}
.singleWrap .open-eq {
  cursor: pointer;
}
.singleWrap .open-eq .articleSubTitle {
  display: none;
}
.singleWrap .open-eq .articleSubTitle.closed {
  display: block;
}
.singleWrap .open-eq .articleLead {
  display: none;
}
.singleWrap .articleIndex {
margin-top: 3%;
margin-right: 10%;
  margin-left: 10%;
  padding: 1% 3% 3%;
font-size: 14px;
border: solid 3px #ddd;
}
@media only screen and (max-width: 981px) {
  .singleWrap .articleIndex {
    margin-left: 6.25%;
    margin-right: 6.25%;
  }
}
.singleWrap .articleIndex h3 {
  text-align: center;
  margin-bottom: 2%;
}
.singleWrap .articleIndex ul {
padding-left: 1.5em;
}
.singleWrap .articleIndex li {
margin-top: 2%;
list-style-type: decimal;
}
.singleWrap .articleIndex li:first-child {
margin-top: 0;
}
.singleWrap .articleIndex li a {
  line-height: 18px;
  text-decoration: underline;
}
#mainWrap #main .seriesNumList.has-index {
  border-bottom: none;
}/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
font-family: 'flexslider-icon';
src:url('fonts/flexslider-icon.eot');
src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
url('fonts/flexslider-icon.woff') format('woff'),
url('fonts/flexslider-icon.ttf') format('truetype'),
url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
font-weight: normal;
font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { background: #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; top: 20px; text-align: center;}/*bottom: -40px;*/
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #34302f;border: 2px solid #fff; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
