@charset "UTF-8";

/* ------------------------------------
◆　all
------------------------------------ */

html, body {
  color: #111;
  background-color: #fff;
  font-family: YuGothic, /* Mac用 */
  'Yu Gothic', /* Windows用 */
  sans-serif, Helvetica, "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  width: 100%;
  height: auto;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 500;

}

* {
  box-sizing: border-box;
}

a {
  color: #1d3994;
  text-decoration: none;
  word-break: break-all;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover {
  color: #1d3994;
  text-decoration: underline;
}

.container a img:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:visited {
  color: #639;
}

a.top-login-btn:visited {
  color: #fff;
}

li {
  list-style-type: none;
}

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

.clearfix {
  zoom: 1;
}

a img:hover {
  opacity: 0.7;
  transition: 0.3s;
}



/* ------------------------------------
◆　common / header
------------------------------------ */

.header-slider {
  display: none;
  border-top: 3px solid #000;
  border-bottom: 2px solid #eee;
}

.sp-horizontal {
  display: block;
}


/* ------------------------------------
◆　content_wrapper / common
------------------------------------ */

.content_wrapper {
  background: #ffffff;
  width: 100%;
  padding: 20px 5px;
}

.content_box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1315px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  -ms-justify-content: center;
  flex-wrap: nowrap;
  -ms-flex-pack:start;

}


/* header slider */

.sp-slide {
  opacity: 0.9;
}

.sp-selected {
  opacity: 1;
}


/* 左sidebar
--------------------------------------------------------- */

.left_column_wrapper {
  width: 188px;
}

.ranking a {
  margin-left: 5px;
  letter-spacing: 4px;
  color: #111;
}

.left_banner {
  margin: 0 auto 10px;
}

.left_banner li {
  margin: 0 auto 5px;
}

.left_column_wrapper dt, .right_column_wrapper dt {
  line-height: 1;
  padding: 10px 5px 20px 10px;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #000;
  position: relative;
  letter-spacing: 3px;
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-family: 'Lora', serif;
}

.left_column_wrapper dt a, .right_column_wrapper dt a {
  color: #000;
  font-family: 'Lora', serif;
}

.left_column_wrapper dt span, .right_column_wrapper dt span {
  position: absolute;
  right: 5px;
  bottom: 12px;
  font-size: 12px;
  font-weight: bold;
  font-family: YuGothic, /* Mac用 */
  'Yu Gothic', /* Windows用 */
  sans-serif, Helvetica, "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 5px;
  display: block;
  margin: -10px 0;
  color: #000;
  text-shadow: 1px 1px 3px #fff;
}

.left_column_wrapper dt img.icon {
  margin-right: 6px;
  margin-top: 2px;
  display: inline;
}

.left_column_wrapper dd, .right_column_wrapper dd {
  padding: 1.2em 1.2em;
  font-size: 12px;
  background-color: #fff;
  overflow: hidden;
}

.left_column_wrapper dd ul {
  width: 100%;
  margin: auto;
}

.left_column_wrapper .list_hold, .right_column_wrapper .list_hold {
  width: 100%;
  padding: 0;
  margin: 0 auto 15px;
}

.left_column_wrapper .list_box {
  margin-bottom: 0;
}

.left_column_wrapper .list_box li {
  min-height: 22px;
}

.left_column_wrapper .list_box li a {
  display: inline-block;
  min-height: 11px;
  color: #000;
}

.left_column_wrapper .ranking-box {
  border: 1px solid #000;
}

.left_column_wrapper .ranking-box a {
  border-bottom: 1px solid #000;
  display: block;
  width: 100%;
  padding: 15px 2% 15px 5%;
  text-decoration: none;
  color: #000;
}

.left_column_wrapper .ranking-box a:hover {
  background: #ccc;
}

.left_column_wrapper .ranking-box a .pay-rank {
  color:red;
  font-weight:bold;
}

.left_column_wrapper .ranking-box a .free-rank {
  color:blue;
  font-weight:bold;
}

.left_column_wrapper .ranking-box a .magspe-menu {
  letter-spacing:-1.3px
}



/* センターカラム
----------------------------------------------------------------*/

.center_column_wrapper {
  width: 100%;
  padding: 0 7.5px;
  flex: 1;
}

.grid-area {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  flex-wrap: wrap;
  align-content: flex-start;
}

@media screen and (max-width:1350px) {
  .center_column_wrapper {
    max-width: 630px;
    width: 100%;
  }
  .grid-area {
    justify-content: center;
  }
}

.center_column_wrapper .type-1 {
  width: 188px;
  height: 188px;
  box-sizing: border-box;
  margin: 0 7.5px 15px;
  transition: 0.3s;
}

.center_column_wrapper .type-2 {
  width: 391px;
  height: 188px;
  box-sizing: border-box;
  margin: 0 7.5px 15px;
}


/* 注目マルマガ */

.chumoku-title {
  font-family: 'Lora', serif;
  line-height: 1;
  padding: 10px 5px 20px 10px;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  border-top: 3px solid #000;
  position: relative;
  letter-spacing: 3px;
  margin: 30px 7.5px 0;
}

.center_column_wrapper .type-chumoku {
  width: 391px;
  box-sizing: border-box;
  margin: 0 7.5px 10px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}

.center_column_wrapper .type-chumoku img, .center_column_wrapper .type-chumoku .chumoku-author-title {
  display: block;
}

.center_column_wrapper .type-chumoku img {
  object-fit: contain;
}

.center_column_wrapper .type-chumoku .chumoku-author-title {
  padding: 10px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width:1350px) {
  .center_column_wrapper .type-chumoku {
    width: 290px;
  }
}

@media screen and (max-width:1130px) {
  .center_column_wrapper .type-chumoku {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .chumoku-title {
    background: #f2f2f2;
    margin: 20px 0 10px;
    border-bottom: 1px solid #000;
  }
  .center_column_wrapper .type-chumoku {
    border-bottom: 1px #eeeeee solid;
    padding-bottom: 10px;
  }
}


/*-----magspe--------*/


/*------------------
真ん中スライダー
---------------------------------------------------------------*/

.center_slider {
  max-width: 798px;
  width: 100%;
  padding: 15px 1% 10px;
  margin: 0 7.5px 15px;
  background: #fff;
  flex-shrink: 0;
  border: 2px solid #000
}

.center_slider p {
  text-align: left;
  margin: 0 0.5em 0.5em;
  font-weight: bold;
  font-size: 1.5em;
}

.center_column_wrapper .center_slider .type-2 {
  height: auto;
}


/*仮　*/

.center_slider .type-1 {
  background: #222;
  margin: 0 5px;
  width: 90%;
  margin: 0 5%;
  height: 120px;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

@media screen and (max-width:1350px) {
  .center_slider {
    margin: 0 7.5px 15px;
    max-width: 594px;
  }
}

@media screen and (max-width:1130px) {
  .center_slider {
    /* max-width: 391px; */
  }
}

/* @media screen and (max-width:767px) {
  .center_slider {
    max-width: 594px;
  }
} */


/* 右sidebar
--------------------------------------------------------- */

.right_column_wrapper {
  width: 300px;
}

.right_column ul.ads {
  width: 100%;
  max-width: 300px;
  max-height: 250px;
  margin-top: 20px;
}


/* social_banner */

.right_column .right_banner .social_banner {
  width: 100%;
  margin-bottom: 15px;
}

.right_column .social_banner li {
  vertical-align: top;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.right_column .social_banner li a {
  display: block;
}

.content {
  margin-bottom: 30px;
}


/* right_column
--------------------------------------------------------- */

.right_column {
  width: 100%;
  margin: 0 0 10px;
  overflow: visible;
}

.right_column p {
  margin: 0;
}

.gray_wrap {
  border: 1px solid #000;
  border-top: 5px solid #000;
  margin-bottom: 15px;
}

.login-block .login-box a, .login-block .signBlock_inner a {
  width: 45%;
  margin: 10px 2%;
  border: 1px solid #000;
  float: left;
  text-align: center;
  padding: 10px 0;
  display: block;
  color: #fff;
  background: #000
}

.login-block .login-box a:hover, .login-block .signBlock_inner a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

.sub_title {
  font-size: 17px;
  line-height: 1;
  padding: 11px 5px 5px;
  margin: 0;
  text-align: center;
  letter-spacing: 2px;
  color: #e80008;
}

.sub .sub_title .sub_t_t {
  padding-left: 3px;
}

.sub .sub_content {
  padding: 10px 12px;
}

.sub_content a {
  text-decoration: underline;
  color: blue;
  position: relative;
}

.sp_sub .sub {
  margin-bottom: 10px;
}

#pr_bnr {
  background: #FFFFFF;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  width: 300px;
  min-height: 250px;
}


/* 発行者メニュー　*/

.right_column .service_bnr {
  width: 100%;
  text-align: center;
}

.right_column img.wide_banner {
  max-width: 270px;
  width: 100%;
}


/* SNS ボタン */


/*Pen code from this point on*/

.right_column .btn {
  clear: both;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  overflow: hidden;
}

.right_column .btn:hover {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.45);
}

.right_column .btn:focus {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}

.right_column .btn>span, .btn-icon>i {
  float: left;
  padding: 20px 5%;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  line-height: 1em;
}

.right_column .btn>span {
  padding: 25px 10px 25px;
  white-space: nowrap;
  color: #FFF;
  width: 80%;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.right_column .btn-icon>i {
  position: relative;
  text-align: center;
  font-size: 20px;
  color: #fff;
  width: 20%;
}

.right_column .btn-facebook>i {
  border-right: 0.5px solid #2f4779;
}

.right_column .btn-twitter>i {
  border-right: 0.5px solid #363636;
}

.right_column .btn-mail>i {
  border-right: 0.5px solid #a40006;
}

.right_column .btn-icon:hover>i, .btn-icon:focus>i {
  color: #FFF
}

.right_column .btn-icon>span {}


/*Facebook*/

.right_column .btn-facebook:hover>i, .btn-facebook:focus>i {
  color: #3b5998;
  text-shadow: 0 0 3px #fff;
}

.right_column .btn-facebook {
  background: url("/img/magtop/facebook_mag2.png");
  background-color: #3b5998;
  background-position: 98% 85%;
  background-repeat: no-repeat;
  background-size: 30px;
}


/*Twitter*/

.right_column .btn-twitter:hover>i, .btn-twitter:focus>i {
  color: #55acee;
  text-shadow: 0 0 3px #fff;
}

.right_column .btn-twitter {
  background: url("/img/magtop/twitter_mag.png");
  background-color: #000;
  background-position: 98% 85%;
  background-repeat: no-repeat;
  background-size: 30px;
}


/*official mail*/

.right_column .btn-mail:hover>i, .btn-mail:focus>i {
  color: #e80008;
   text-shadow: 0 0 3px #fff;
}

.right_column .btn-mail {
  background: url("/img/magtop/o_mail_mag2.png");
  background-color: #e80008;
  background-position: 98% 85%;
  background-repeat: no-repeat;
  background-size: 45px;
}

.right_column .btn-mail>span {
  padding: 12px 10px 12px;
  line-height: 1.4;
  letter-spacing: -0.4pt;
}


/*--------------------------------------
 search form
 ---------------------------------------*/

.search-block_left {
  border-top: 5px solid #000;
  padding: 0;
  margin-bottom: 15px;
  width: 188px;
}

.search-block_left dt {
  border-bottom: none;
}

.search-block_left dt .fa-search {
  margin-left: 5px;
  font-size: 80%;
}

.search-block_left dd {
  padding: 15px 5% 5px;
}

#search-form {
  width: 100%;
  max-width: 1315px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.search-block_left .search-block__title-sp{
  display: none;
}

#search-form input#keyword {
  color: #939393;
  border-color: #D9D9D9;
  padding: 1px 6px;
  border: 2px solid #333;
  outline: none;
  width: 80%;
  height: 30px;
  font-size: 13px;
  -webkit-appearance: none;
  margin-bottom: 10px;
  float: left;
  border-radius: 0;
  z-index:9999;
}

@media screen and (max-width:480px) {
  #search-form input#keyword {
  font-size: 16px;
}
}

#search-form input#keyword:focus, #search-form input#keyword:active {
  color: #333;
}

#search-form input#submit {
  margin-left: 0 !important;
  background-color: #333;
  border: #333 solid 2px;
  color: #ffffff;
  font-weight: bold;
  font-family: FontAwesome, 'Century Gothic', Verdana, sans-serif;
  height: 30px;
  width: 20%;
  font-size: 13px;
  letter-spacing: 5px;
  -webkit-appearance: none;
  border-radius: 0;
}

#search-form input#submit:focus, #search-form input#submit:hover, #search-form input#submit:active {
  box-shadow: none;
  cursor: pointer;
  opacity: 0.8;
}


/*-----------------------------------------------
footer メガメニュー
----------------------------------------------------------------*/

.footer-menu {
  width: 100%;
  background: #000;
}

.inner-footer-menu {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1315px;
  width: 100%;
  margin: 0 auto;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 1.5em 15px;
}

.footer-img {
  width: 188px;
  padding: 5px 0;
}

.footer-img img {
  width: 80%;
}

.footer-menu-list {
  max-width: 1127px;
  padding-left: 15px;
}

.footer-menu-list dt {
  float: left;
  clear: both;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
  line-height: 21.6px;
  font-family: 'Lora', serif;
  color: #fff;
}

.footer-menu-list dd {
  padding: 11px 0.5em 11px 12.5em;
  font-size: 12px;
  line-height: 21.6px;
  width: 100%;
  border-bottom: 1px dotted #333;
}

.footer-menu-list dd a {
  color: #ccc;
}

.footer-menu-list dd a::after {
  content: " / "
}

.footer-menu .media-box {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  background: #ffffff;
}

.footer-menu .media-box ul {
  max-width: 1315px;
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.footer-menu .media-box ul li {
  text-align: center;
}

.footer-menu .media-box ul li a {
  padding: 30px;
  min-width: 150px;
  display: block;
  transition: 0.3s;
}

.footer-menu .media-box ul li a:hover img {
  opacity: 0.5;
}

.footer-menu .media-box ul li img {
  max-height: 30px;
  width: auto;
}

.inc_footer {
  margin-top: 0!important;
  background: #ffffff!important;
}

.inc-group.inc_footer .-inner .-list .-item a {
font-size: 12px
}

.inc-group.inc_footer {
border-bottom: 2px solid rgb(238, 238, 238);
}

@media screen and (max-width:768px) {
  .inner-footer-menu {
    flex-wrap: wrap;
  }
  .footer-menu-list {
    padding: 0
  }
  .footer-menu-list dt {
    float: none;
  }
  .footer-menu-list dd {
    padding: 0 0.5em 11px 0;
  }

  .inc-group.inc_footer .-inner .-list .-item:first-child {
    border-top: none;
}

  .inc-group.inc_footer .-inner .-list .-item {
    display: block;
    border-bottom: none;
}
.inc-group.inc_footer {
border-bottom: none;
}

}


/* pc sp only */

.sp-only, .sp480-only {
  display: none
}


/*---------------------------------------------------------------------------
  ～1200px
--------------------------------------------------------------------------------*/


/*------------
header
------------------------------*/

@media screen and (max-width: 1200px) {
  .content_box {
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
  }
  .right_column_wrapper {
    margin-top: 30px;
}
.center_column_wrapper {
  min-width: 421px;
}
.pc-only {
  display: block!important;
}
.sp-only {
  display: none!important;
}
}


/*------------------------------------------------------------------------------------------------------
～767px
--------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {

  /* --------------
    検索
    ------------------------------------------------------　*/
  .search-block_left {
    border-top: none;
    padding: 5px 10px;
    margin-bottom: 0;
    width: 100%;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
  }
  .search-block_left .search-block__title-pc {
    display: none;
  }
  .search-block_left .search-block__title-sp{
    display: block;
    text-align: left;
  }

  /* --------------
    スライダー
    ------------------------------------------------------　*/
  .header-slider {
    border: none;
  }

  /*----------------
    contents
    ---------------------------------------------------------*/
  .center_column_wrapper {
    min-width: 421px;
  }
  .content_box {
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
  }
  .pc-only {
    display: none!important;
  }
  .sp-only {
    display: block!important;
  }
}

@media screen and (max-width: 618px) {
.left_column_wrapper {
  width: 100%;
}
}

/*------------------------------------------------------------------------------------------------------
～480px
--------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {
  .header-slider {
    padding-top: 10px;
    border-top: none;
        z-index: -9999;
  }
  /* contents */
  .content_wrapper {
    padding:0 0 20px;
  }
  .content_box {
    display: block;
  }
  .center_column_wrapper {
    padding: 0;
    min-width: 300px;
  }
  .center_column_wrapper .type-2 {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0 1% 1%;
    padding: 0 5px 10px;
  }
  .center_column_wrapper .type-1 {
    width: 48%;
    height: 100%;
    box-sizing: border-box;
    margin: 0 1% 1%;
    transition: 0.3s;
    padding: 0 5px 15px;
  }
  .sp-title {
    display: block;
    font-size: 13px;
    color: #222;
    margin: 0;
    padding: 0 2px;
    line-height: 1.5;
    font-weight: bold;
  }
  .pickup-title {
    font-size: 24px;
    margin: 25px 0 15px;
    text-align: center;
    font-family: 'Lora', serif;
  }
  /* slider */
  .center_slider {
    max-width: 380px;
    margin: 0 auto 15px;
    border: none;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000000;
    background: #f2f2f2;
  }
  .center_column_wrapper .center_slider .type-2 {
    margin: 0 0 1%;
  }
  /*右カラム*/
  .right_column_wrapper {
    width: 100%;
    min-width: 300px;
    padding: 0;
  }
  /*　footer media-box */
  .footer-menu .media-box ul li {
    width: 50%;
  }
  .footer-menu .media-box ul li a {
    padding: 20px 10px 10px;
    min-width: 120px;
  }
  .footer-menu .media-box ul li a img {
    max-width: 100%;
    /**max-height: 35px;**/
    vertical-align: middle;
  }
  .gray_wrap {
    border: none;
    border-top: 5px solid #000;
  }
  .right_column_wrapper dt {
    background: #f2f2f2;
  }
  .right_column .right_banner .social_banner {
    padding: 0 10px;
  }
  .sp480-only {
    display: block;
  }
}
