﻿@charset "UTF-8";
#magazine {
  font-family: 'Noto Sans JP' ,YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS P Gothic", "MS-PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, arial, helvetica, sans-serif;
  font-weight: 400;
  display: flex;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.5em;
  /* mag-left-menu */
}

#magazine .mag-left-menu {
  width: 738px;
  padding-right: 10px;
}

#magazine .mag-left-menu h2 {
  margin: 0 0 20px;
  line-height: 1.2em;
}

#magazine .mag-left-menu .post-meta {
  display: flex;
  height: 30px;
}

#magazine .mag-left-menu .post-meta .post-date {
  width: 15%;
}

#magazine .mag-left-menu .post-meta .post-date i {
  padding-right: 5px;
}

#magazine .mag-left-menu .post-meta .post-cat {
  width: 20%;
}

#magazine .mag-left-menu .post-meta .post-cat p a {
  background: #ed4e9e;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  padding: 1% 3%;
}

#magazine .mag-left-menu .post-meta .sns {
  display: flex;
  width: 65%;
  justify-content: flex-end;
}

#magazine .mag-left-menu .post-meta .sns .twitter {
  padding-left: 5px;
}

#magazine .mag-left-menu .author dl {
  display: table;
}

#magazine .mag-left-menu .author dl dt, #magazine .mag-left-menu .author dl dd {
  display: table-cell;
}

#magazine .mag-left-menu .author dl dt img {
  height: 45px;
  display: inline-block;
  border-radius: 50%;
}

#magazine .mag-left-menu .author dl dd {
  vertical-align: middle;
  padding-left: 15px;
}

#magazine .mag-left-menu .entry-content .mag-box {
  margin: 40px 0;
}

#magazine .mag-left-menu .entry-content .mag-box h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1.5px solid #ed4e9e;
  padding-bottom: 3px;
}

#magazine .mag-left-menu .entry-content .mag-box h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0 5px;
}

#magazine .mag-left-menu .entry-content .mag-box img {
  width: 100%;
  margin: 10px 0;
}

#magazine .mag-left-menu .entry-content .mag-box ul {
  margin-top: 30px;
}

#magazine .mag-left-menu .entry-content .mag-box ul li {
  list-style: disc;
  list-style-position: inside;
  padding-bottom: 10px;
}

#magazine .mag-left-menu .entry-content .mag-box table {
  margin: 20px 0;
}

#magazine .mag-left-menu .entry-content .mag-box table tr th {
  width: 20%;
  vertical-align: top;
  padding-bottom: 10px;
  position: relative;
}

#magazine .mag-left-menu .entry-content .mag-box table tr th:after {
  content: ':';
  display: inline-block;
  position: absolute;
  right: 10px;
}

#magazine .mag-left-menu .entry-content .mag-box table tr td {
  width: 85%;
  vertical-align: top;
  padding-bottom: 10px;
}

#magazine .mag-left-menu .entry-content .mag-box .ranking {
  margin: 60px 0;
}

#magazine .mag-left-menu .entry-content .mag-box .ranking h5 {
  margin-bottom: 10px;
  font-weight: 700;
}

#magazine .mag-left-menu .entry-content .mag-box .ranking p.price {
  margin-top: 10px;
}

#magazine .mag-left-menu .entry-content .toc {
  background: #fdfbdd;
  padding: 20px;
  box-sizing: border-box;
}

#magazine .mag-left-menu .entry-content .toc h3 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: none;
  line-height: 1em;
}

#magazine .mag-left-menu .entry-content .toc ul {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.6em;
}

#magazine .mag-left-menu .recommend {
  margin: 80px 0;
}

#magazine .mag-left-menu .recommend h3 {
  margin: 0 0 20px;
}

#magazine .mag-left-menu .recommend .r-wrap {
  padding-top: 20px;
  background: url(../img/bg_dot_gray.png) repeat;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}



#magazine .mag-left-menu .recommend .r-wrap .r-box {

  -webkit-flex-basis: 50%;

  -ms-flex-basis: 50%;

  flex-basis: 50%;

}



#magazine .mag-left-menu .recommend .r-wrap .r-box dl {

  margin: 0 20px 20px;

  display: table;

  background: #fff;

}



#magazine .mag-left-menu .recommend .r-wrap .r-box dl dt {

  width: 120px;

  display: table-cell;

  overflow: hidden;

}



#magazine .mag-left-menu .recommend .r-wrap .r-box dl dt img {

  width: 100%;

  display: block;

  height: 80px;

  max-width: 100%;

  -moz-transition: -moz-transform 0.3s linear;

  -webkit-transition: -webkit-transform 0.3s linear;

  -o-transition: -o-transform 0.3s linear;

  -ms-transition: -ms-transform 0.3s linear;

  transition: transform 0.3s linear;

}



#magazine .mag-left-menu .recommend .r-wrap .r-box dl dt img:hover {

  -webkit-transform: scale(1.1);

  -moz-transform: scale(1.1);

  -o-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);

}



#magazine .mag-left-menu .recommend .r-wrap .r-box dl dd {

  width: calc(100% - 49px);

  display: table-cell;

  vertical-align: middle;

  font-size: 13px;

  font-weight: bold;

  line-height: 1.2em;

  padding: 0 10px;

  box-sizing: border-box;

}



#magazine .mag-left-menu .recommend .r-wrap .r-box dl dd a {

  display: block;

}



#magazine .mag-left-menu .recommend .r-wrap .r-box dl dd a:hover {

  opacity: 0.6;

  -webkit-transition: 0.2s ease-in-out;

  -moz-transition: 0.2s ease-in-out;

  text-decoration: none;

}



#magazine .mag-right-menu {

  width: 220px;
  margin: 0 0 0 15px;

}



#magazine .mag-right-menu .side-box {

  margin-bottom: 80px;

}



#magazine .mag-right-menu .side-box h3 {

  line-height: 1em;

  font-size: 19px;

  margin: 0 0 10px;

  position: relative;

  text-align: center;

  border: 2px solid #000;

  padding: 8px;

}



#magazine .mag-right-menu #recent-post h3:before {

  background: url(../img/recent.svg) no-repeat;

  width: 23px;

  height: 25px;

  display:
 inline-block;

  content: '';

  background-size: contain;

  background-position: center center;

  position: absolute;

  left: 20px;

  top: 5px;

}



#magazine .mag-right-menu #recent-post dl {
  display: table;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

#magazine .mag-right-menu #recent-post dl dt {
  width: 50px;
  display: table-cell;
}

#magazine .mag-right-menu #recent-post dl dt img {
  width: 100%;
}

#magazine .mag-right-menu #recent-post dl dd {
  width: calc(100% - 49px);
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2em;
}

#magazine .mag-right-menu #mag-category h3 {
  margin-bottom: 10px;
}

#magazine .mag-right-menu #mag-category ul li a {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  position: relative;
  display: block;
}

#magazine .mag-right-menu #mag-category ul li a:hover {
  background: #f7f7f7;
  text-decoration: none;
}

#magazine .mag-right-menu #mag-category ul li a:after {
  background: url(../img/arrow.svg) no-repeat;
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}

#magazine .cta {
  display: flex;
  margin-bottom: 80px;
}

#magazine .cta .mail-mag {
  background: #fdfbdd;
  padding: 20px;
  margin-right: 10px;
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  color: #ed4e9e;
  text-align: center;
}

#magazine .cta .mail-mag h3 {
  font-weight: bold;
}

#magazine .cta .mail-mag h4 a {
  border: 3px solid #ed4e9e;
  border-radius: 20px;
  color: #ed4e9e;
  font-size: 19px;
  display: inline-block;
  width: 180px;
  padding: 5px 0;
  margin-top: 15px;
}

#magazine .cta .mail-mag h4 a:hover {
  background: #ed4e9e;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
}

#magazine .cta .line {
  background: #00b900;
  padding: 20px;
  margin-left: 10px;
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  color: #fff;
  text-align: center;
}

#magazine .cta .line h3 {
  font-weight: bold;
}

#magazine .cta .line h4 a {
  border: 3px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-size: 19px;
  display: inline-block;
  width: 180px;
  padding: 5px 0;
  margin-top: 15px;
}

#magazine .cta .line h4 a:hover {
  background: #fff;
  color: #00b900;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
}

.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: top;';
}

/* tb   --------------------------------*/
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .pane-contents .container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    display: block;
  }
  .container {
    width: 100%;
  }
  #magazine {
    display: block;
    font-size: 12px;
  }
  #magazine .mag-left-menu {
    width: 100%;
    padding-right: 0;
  }
  #magazine .mag-left-menu h2 {
    font-size: 18px;
  }
  #magazine .mag-left-menu .post-meta .post-date {
    width: 25%;
  }
  #magazine .mag-left-menu .post-meta .post-cat {
    width: 30%;
  }
  #magazine .mag-left-menu .post-meta .post-cat p a {
    font-size: 11px;
  }
  #magazine .mag-left-menu .post-meta .sns {
    width: 45%;
  }
  #magazine .mag-left-menu .entry-content .mag-box {
    margin: 20px 0;
  }
  #magazine .mag-left-menu .entry-content .mag-box h3 {
    font-size: 14px;
  }
  #magazine .mag-left-menu .entry-content .main-image img {
    width: 100%;
  }
  #magazine .mag-left-menu .entry-content .toc ul {
    font-size: 13px;
  }
  #magazine .mag-left-menu .recommend {
    margin: 40px 0;
  }
  #magazine .mag-left-menu .recommend h3 {
    font-size: 14px;
  }
  #magazine .mag-left-menu .recommend .r-wrap {
    display: block;
    padding-bottom: 1px;
  }
  #magazine .mag-left-menu .cta {
    display: block;
    margin: 40px 0;
  }
  #magazine .mag-left-menu .cta .mail-mag {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #magazine .mag-left-menu .cta .line {
    margin-left: 0;
  }
  #magazine .mag-right-menu {
    width: 100%;
    display: flex;
    margin: 0;
  }
  #magazine .mag-right-menu .side-box {
    width: 100%;
  }
  #magazine .mag-right-menu .side-box h3 {
    font-size: 14px;
  }
  #magazine .mag-right-menu #recent-post {
    margin-right: 10px;
  }
  #magazine .mag-right-menu #recent-post h3:before {
    left: 15px;
    top: 3px;
  }
  #magazine .mag-right-menu #recent-post dl dd {
    font-size: 10px;
  }
  #magazine .mag-right-menu #mag-category {
    margin-left: 10px;
  }
}
