@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
	 v2.0 | 20110126
	 License: none (public domain)
	 Changed from CSS to SASS
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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; }

/* hamburger用  */
html {
  overflow: auto;
  height: 100%; }

body {
  font-family: arial,sans-serif; }
  body.open {
    overflow: hidden;
    height: 100%; }
    body.open:after {
      background: #000000;
      opacity: 0.7;
      z-index: 10; }

h1, h2, h3, h4, p, th, td {
  color: #333333; }

a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.fa, .fas {
  text-indent: initial; }

.container {
  max-width: 1200px;
  min-width: 640px;
  margin: auto; }

.content.container {
  overflow: hidden; }

.break-out {
  width: 100%; }

.header {
  margin-top: 32px; }
  .header .header-block-first {
    float: left;
    width: 198px;
    overflow: hidden; }
    .header .header-block-first .header-title {
      width: 100%; }
    .header .header-block-first .header-title__link {
      display: block;
      width: 100%;
      height: 100%; }
    .header .header-block-first .header-title__img {
      display: block;
      width: 100%;
      height: 100%; }
  .header .hamburger-icon {
    display: none; }
  .header .header-block-second {
    float: left;
    width: 100%;
    max-width: 372px;
    padding: 13px 0; }
    .header .header-block-second .header-menu__searchbox {
      float: left;
      width: 100%;
      margin-left: 10%;
      border-radius: 23px;
      background: #EFEFEF;
      position: relative; }
    .header .header-block-second .header-menu__searchform {
      border: 0;
      border-radius: 23px;
      /*overflow:hidden;*/ }
      .header .header-block-second .header-menu__searchform input {
        background: none;
        border: none;
        text-align: center; }
    .header .header-block-second .header-menu__search-keyword {
      width: 95%;
      line-height: 28px;
      padding: 4px;
      font-size: 16px;
      transform: scale(0.9);
      color: #707070;
      margin-left: 5%; }
    .header .header-block-second .header-menu__search-btn {
      padding: 0;
      width: 40px;
      height: 15px;
      cursor: pointer;
      position: absolute;
      top: 27%;
      display: block; }
  .header .header-block-third {
    float: right;
    width: 500px;
    padding: 12px 0;
    overflow: hidden; }
    .header .header-block-third .header-menu__snsbox {
      float: left;
      width: 60%;
      max-width: 300px;
      height: 38px;
      margin-left: 3%;
      position: relative; }
    .header .header-block-third .sns-title {
      background-color: #FFDF2E;
      display: inline-block;
      padding: 7px;
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      width: 54px;
      height: 12px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .header .header-block-third .sns-list {
      margin-left: 28%;
      font-size: 0; }
    .header .header-block-third .sns-list__item {
      display: inline-block;
      margin-right: 5%; }
      .header .header-block-third .sns-list__item a:hover {
        opacity: 0.5; }
  .header .global-nav {
    clear: both;
    font-size: 0;
    padding-top: 18px;
    font-family: 'Kosugi Maru', sans-serif; }
    .header .global-nav__navitem {
      border-bottom: solid 2px;
      font-size: 22px;
      width: 20%;
      display: inline-block;
      text-align: center;
      vertical-align: top; }
      .header .global-nav__navitem a {
        padding: 18px 0;
        display: block; }

    .header .global-nav__top {
      border-color: #333333;
      font-family: 'M PLUS Rounded 1c', sans-serif; }
      .header .global-nav__top a {
        color: #333333; }
        .header .global-nav__top a:hover {
          background: #333333;
          color: #FFF; }

    .header .global-nav__spacial {
      border-color: #B92929; }
      .header .global-nav__spacial a {
        color: #B92929; }
        .header .global-nav__spacial a:hover {
          background: #B92929;
          color: #FFF; }

    .header .global-nav__nutrition {
      border-color: #3DB466; }
      .header .global-nav__nutrition a {
        color: #3DB466; }
        .header .global-nav__nutrition a:hover {
          background: #3DB466;
          color: #FFF; }

    .header .global-nav__exercise {
      border-color: #299DB9; }
      .header .global-nav__exercise a {
        color: #299DB9; }
        .header .global-nav__exercise a:hover {
          background: #299DB9;
          color: #FFF; }

    .header .global-nav__columns {
      border-color: #C9378B; }
      .header .global-nav__columns a {
        color: #C9378B; }
        .header .global-nav__columns a:hover {
          background: #C9378B;
          color: #FFF; }
  .header .header-whats {
    width: 33%;
    max-width: 180px;
    margin-top: 3px;
    font-size: 14px;
    padding: 9px;
    color: #333333;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    text-align: center;
    float: right; }
    .header .header-whats:hover {
      background: #FFDF2E;
      border: solid 1px #FFDF2E;
      color: #333333; }
  .header .pc-nodisplay {
    display: none; }

.header .container {
  max-width: 1200px;
  min-width: 1000px;
  margin: auto; }

.footer {
  margin-top: 85px;
  background-image: url(./images/common/footer-bg.svg);
  background-size: contain;
  padding-top: 6.9%; }
  .footer .copy {
    font-family: 'Kosugi Maru', sans-serif;
    text-align: center;
    font-size: 13px;
    padding: 40px;
    background-color: #333333;
    color: #ffffff; }

/* breadcrumbs  */
.breadcrumbs__list--item {
  display: inline;
  font-size: 14px;
  margin-right: 10px; }
  .breadcrumbs__list--item::after {
    content: '>';
    padding-left: 10px; }
  .breadcrumbs__list--item:last-child::after {
    content: '';
    display: none; }
  .breadcrumbs__list--item .breadcrumbs__list--link:hover {
    opacity: 0.5; }

/* main  */
.main {
  max-width: 768px;
  width: 100%;
  float: left; }

.widget-area {
  width: 320px;
  float: right; }

.main__backtotop--button {
  text-align: center;
  vertical-align: top; }
  .main__backtotop--button .main__backtotop--link {
    position: relative;
    display: inline-block;
    padding: 15px 55px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 20px; }
    .main__backtotop--button .main__backtotop--link .fa-chevron-right {
      position: absolute;
      right: 15px; }
    .main__backtotop--button .main__backtotop--link:hover {
      opacity: 0.5; }

/* category link  */
.post-cat-link {
  display: inline-block;
  color: #ffffff; }
  .post-cat-link:hover {
    opacity: 0.5; }

.singlepost-main__data .post-cat-link, .sidebar-list__imgbox .post-cat-link {
  display: block; }

/*  margin  */
.mr-0 {
  margin-right: 0px; }

.mr-5p {
  margin-right: 5%; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-50 {
  margin-bottom: 50px; }

/*  font  */
.far.fa-eye {
  margin-right: 5px; }

/* header 1150px以下の場合、1カラム、ハンバーガーメニューに*/
@media screen and (max-width: 1150px) {
  /* header */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 995;
    border-bottom: 1px solid #EFEFEF;
    height: 75px;
    background: #ffffff;
    margin: 0 auto;
    width: 100%;
    /* hamburger-animation  */
    /* hamburger */ }
    .header .header-area {
      z-index: 999;
      border-bottom: 1px solid #EFEFEF;
      height: 75px;
      background: #ffffff;
      margin: 0 auto;
      width: 100%;
      position: relative; }
      .header .header-area .header-block-first {
        width: 130px;
        padding: 18px 0 18px 4%;
        position: relative;
        z-index: 997; }
      .header .header-area .hamburger-icon {
        display: inline-block;
        z-index: 998; }
    .header .hamburger-nav {
      animation-name: animation-nav;
      animation-duration: 0.5s;
      animation-timing-function: ease; }
  @keyframes animation-nav {
    0% {
      transform: translateX(300px); }
    100% {
      transform: translateX(0); } }
    .header .hamburger-nav {
      display: block;
      color: #fff;
      position: fixed;
      right: 0;
      top: 0;
      display: none;
      z-index: 10;
      background-color: #fff;
      width: 30%;
      height: 100%;
      z-index: 995;
      overflow: scroll; }
      .header .hamburger-nav.open {
        display: block; }
      .header .hamburger-nav.close {
        display: none; }
      .header .hamburger-nav .header-block-second {
        float: none;
        display: block;
        width: 100%;
        max-width: 640px;
        padding: 0;
        margin: 0 auto;
        margin-top: 75px;
        margin-bottom: 20px;
        padding-top: 20px;
        /*border-top: 1px solid #EFEFEF;*/ }
        .header .hamburger-nav .header-block-second .header-menu__searchbox {
          float: none;
          width: 85%;
          margin: 0 auto; }
      .header .hamburger-nav .header-block-third {
        float: none;
        display: block;
        margin: 0 auto;
        width: 100%; }
        .header .hamburger-nav .header-block-third .header-menu__snsbox {
          float: none;
          width: 100%;
          height: auto;
          max-width: 640px;
          margin: 0;
          padding-bottom: 20px;
          box-sizing: border-box;
          border-bottom: 1px solid #EFEFEF; }
          .header .hamburger-nav .header-block-third .header-menu__snsbox .sns-title {
            display: none; }
          .header .hamburger-nav .header-block-third .header-menu__snsbox .sns-list {
            margin: 0 auto;
            width: 85%; }
            .header .hamburger-nav .header-block-third .header-menu__snsbox .sns-list .sns-list__item {
              width: 21%; }
              .header .hamburger-nav .header-block-third .header-menu__snsbox .sns-list .sns-list__item:last-child {
                margin-right: 0; }
              .header .hamburger-nav .header-block-third .header-menu__snsbox .sns-list .sns-list__item .sns-link .sns-img {
                width: 100%;
                height: auto; }
        .header .hamburger-nav .header-block-third .header-whats.sp-nodisplay {
          display: none; }
      .header .hamburger-nav .global-nav {
        padding-top: 15px;
        border-bottom: 1px solid #EFEFEF;
        margin-bottom: 30px; }
        .header .hamburger-nav .global-nav__navitem {
          width: 100%;
          display: block;
          margin: 0 auto;
          text-align: left;
          border: none; }
          .header .hamburger-nav .global-nav__navitem a {
            padding: 15px 10%; }
            .header .hamburger-nav .global-nav__navitem a .fa-chevron-right.pc-nodisplay {
              display: inline-block;
              float: right; }
          .header .hamburger-nav .global-nav__navitem:last-child {
            padding-bottom: 30px; }
      .header .hamburger-nav .header-whats.pc-nodisplay {
        display: block;
        float: none;
        box-sizing: border-box;
        max-width: 100%;
        width: 85%;
        margin: 0 auto;
        margin-bottom: 30px; }
        .header .hamburger-nav .header-whats.pc-nodisplay .header-whats {
          float: none;
          width: 85%;
          max-width: 100%;
          box-sizing: border-box;
          margin: 0 auto; }
    .header .hamburger-icon {
      display: block;
      width: 44px;
      height: 35px;
      cursor: pointer;
      float: right;
      position: relative;
      top: 13px;
      right: 5%;
      z-index: 998; }
      .header .hamburger-icon span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #333333;
        border-radius: 4px;
        transition: all 0.4s; }
        .header .hamburger-icon span:nth-of-type(1) {
          top: 0; }
        .header .hamburger-icon span:nth-of-type(2) {
          top: 16px; }
        .header .hamburger-icon span:nth-of-type(3) {
          bottom: 0; }
      .header .hamburger-icon:after {
        content: 'メニュー';
        font-family: 'Kosugi Maru', sans-serif;
        font-size: 7px;
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        text-align: center; }
      .header .hamburger-icon.is-hamburger-nav-open span:nth-of-type(1) {
        transform: translateY(16px) rotate(-45deg); }
      .header .hamburger-icon.is-hamburger-nav-open span:nth-of-type(2) {
        opacity: 0; }
      .header .hamburger-icon.is-hamburger-nav-open span:nth-of-type(3) {
        transform: translateY(-16px) rotate(45deg); }
      .header .hamburger-icon.is-hamburger-nav-open:after {
        content: '閉じる';
        font-family: 'Kosugi Maru', sans-serif;
        font-size: 7px;
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        text-align: center; }

  /* body */
  .content {
    padding-top: 75px; }

  .breadcrumbs {
    padding: 0 5%; }

  .main {
    max-width: 100%;
    width: auto;
    float: none;
    margin: 0 5%;
    margin-bottom: 85px; }

  .widget-area {
    width: 100%;
    float: none; } }
/* mv */
.mv {
  width: 100%;
  text-align: center; }
  .mv__slider li a img {
    width: 100%; }

/* title */
.top-pickup__maintitle, .top-ebook__maintitle, .top-newcontent__maintitle, .top-youtube__maintitle, .top-info__maintitle, .top-sns__maintitle {
  position: relative;
  font-size: 34px;
  font-family: 'Kosugi Maru', sans-serif;
  text-align: left;
  padding: 0 0 20px 50px;
  margin: 0 auto;
  margin-top: 85px;
  margin-bottom: 50px;
  letter-spacing: 0.25em;
  background-repeat: no-repeat;
  background-position: 0px 0px; }
  .top-pickup__maintitle:before, .top-ebook__maintitle:before, .top-newcontent__maintitle:before, .top-youtube__maintitle:before, .top-info__maintitle:before, .top-sns__maintitle:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFDF2E; }

.top-pickup__maintitle {
  width: auto;
  text-align: center;
  padding-left: 0; }
  .top-pickup__maintitle--icon {
    width: 213px;
    background-image: url(./images/common/icon-pickup.svg); }

.top-ebook__maintitle {
  margin-top: 0px;
  width: 213px;
  background-image: url(./images/common/icon-ebook.svg); }
  .top-ebook__maintitle:before {
    background-color: #333333; }

.top-newcontent__maintitle {
  width: 170px;
  background-image: url(./images/common/icon-newcontent.svg); }
  .top-newcontent__maintitle:before {
    background-color: #333333; }

.top-youtube__maintitle {
  width: 357px;
  background-image: url(./images/common/icon-youtube.svg);
  background-size: 35px; }
  .top-youtube__maintitle:before {
    background-color: #ff0000; }

.top-info__maintitle {
  width: 213px;
  background-image: url(./images/common/icon-info.svg);
  background-size: 35px; }
  .top-info__maintitle:before {
    background-color: #FFDF2E; }

.top-sns__maintitle {
  width: 162px;
  background-image: url(./images/common/icon-sns.svg);
  background-size: 35px; }
  .top-sns__maintitle:before {
    background-color: #109dcd; }

/* top-list */
.top-list {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 3%;
  vertical-align: top;
  float: left; }
  .top-list:nth-child(3n+1) {
    margin-right: 0px; }
  .top-list .top-list-link:hover img, .top-list .top-list-link:hover span, .top-list .top-list-link:hover h2, .top-list .top-list-link:hover p {
    opacity: 0.5; }
  .top-list .top-list-link img, .top-list .top-list-link span, .top-list .top-list-link h2, .top-list .top-list-link p {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .top-list .top-list__itmes .top-list__imgbox {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .top-list .top-list__itmes .top-list__imgbox img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      vertical-align: middle;
      text-align: center; }
    .top-list .top-list__itmes .top-list__imgbox .top-list__cat--column, .top-list .top-list__itmes .top-list__imgbox .top-list__cat--special, .top-list .top-list__itmes .top-list__imgbox .top-list__cat--nutrition, .top-list .top-list__itmes .top-list__imgbox .top-list__cat--exercise, .top-list .top-list__itmes .top-list__imgbox .top-list__cat--news {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 10px;
      color: #ffffff;
      font-size: 16px; }
    .top-list .top-list__itmes .top-list__imgbox .top-list__cat--column {
      background-color: #C9378B; }
    .top-list .top-list__itmes .top-list__imgbox .top-list__cat--special {
      background-color: #B92929; }
    .top-list .top-list__itmes .top-list__imgbox .top-list__cat--nutrition {
      background-color: #3DB466; }
    .top-list .top-list__itmes .top-list__imgbox .top-list__cat--exercise {
      background-color: #299DB9; }
    .top-list .top-list__itmes .top-list__imgbox .top-list__cat--news {
      background-color: #333; }
    .top-list .top-list__itmes .top-list__imgbox .post-cat-link {
      display: block; }
  .top-list .top-list__itmes .top-list__title {
    width: 100%;
    height: 56px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    /*&:before, テキスト非表示CSS
    &:after {
      position: absolute;
    }
    &:before {
      content: "...";
      bottom: 0;
      right: 0;
    }
    &:after {
      content: "";
      height: 100%;
      width: 100%;
    }*/ }
    .top-list .top-list__itmes .top-list__title.top-list__title--crown1, .top-list .top-list__itmes .top-list__title.top-list__title--crown2, .top-list .top-list__itmes .top-list__title.top-list__title--crown3 {
      height: 66px; }

    .top-list .top-list__itmes .top-list__title.top-list__title--crown1:before {
      content: url(./images/common/icon_crown1.png);
      margin-right: 5px; }

    .top-list .top-list__itmes .top-list__title.top-list__title--crown2:before {
      content: url(./images/common/icon_crown2.png);
      margin-right: 5px; }

    .top-list .top-list__itmes .top-list__title.top-list__title--crown3:before {
      content: url(./images/common/icon_crown3.png);
      margin-right: 5px; }
  .top-list .top-list__itmes .top-list__footer {
    font-size: 14px;
    color: #777777; }
    .top-list .top-list__itmes .top-list__footer .top-list__date {
      float: left; }
    .top-list .top-list__itmes .top-list__footer .top-list__views {
      float: right; }
  .top-list .pc-nodisplay {
    display: none; }

.top-youtube__link {
  display: block;
  text-align: center;
  margin: 100px 0; }
  .top-youtube__link .top-youtube__button {
    padding: 20px;
    border: 2px solid #ff0000;
    color: #ff0000;
    font-size: 20px;
    border-radius: 8px;
    font-weight: bold;
    font-family: 'Kosugi Maru', sans-serif;
    display: block;
    margin: 0 auto;
    max-width: 585px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .top-youtube__link .top-youtube__button:hover {
      background: #ff0000;
      border: 2px solid #ff0000;
      color: #fff; }

@media screen and (min-width: 641px) {
  .top-list {
    min-height: 360px; } }
/* top-pickup */
.top-pickup.container {
  width: 100%;
  margin-bottom: 85px;
  overflow: hidden; }

/* tag  */
.top__tags-list {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 34px; }
  .top__tags-list .top__tags--title {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 34px;
    background: #FFDF2E;
    text-align: center;
    padding-left: 7px;
    margin: 0 25px 10px 0;
    font-weight: bold; }
    .top__tags-list .top__tags--title:after {
      position: absolute;
      top: 0;
      right: -17px;
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 17px solid #FFDF2E;
      border-top: 17px solid transparent;
      border-bottom: 17px solid transparent; }
  .top__tags-list .top__tags {
    display: inline-block;
    margin: 0 10px 10px 0px; }
    .top__tags-list .top__tags .top__tag--link {
      display: block;
      padding: 0 9px;
      border: solid #CCCCCC 1px;
      border-radius: 5px; }
      .top__tags-list .top__tags .top__tag--link:hover {
        opacity: 0.5; }

/* e-book */
.top-ebook {
  background-color: #FAFAFA;
  overflow: hidden; }
  .top-ebook .container {
    padding: 85px 0;
    max-width: 1030px;
    width: 100%; }
    .top-ebook .container .top-ebook__list {
      text-align: center;
      margin-bottom: 50px;
      overflow: hidden; }
      .top-ebook .container .top-ebook__list .top-ebook__content {
        width: 21%;
        margin-right: 5.3%;
        float: left; }
        .top-ebook .container .top-ebook__list .top-ebook__content:nth-child(4n) {
          margin-right: 0px; }
        .top-ebook .container .top-ebook__list .top-ebook__content ._df_thumb {
          margin: 0 auto;
          margin-bottom: 20px;
          display: block; }
        .top-ebook .container .top-ebook__list .top-ebook__content ._df_button {
          background: none;
          color: #333333;
          font-size: 16px;
          border-color: #EFEFEF;
          width: 140px;
          margin: 0 auto;
          text-align: center;
          display: block;
          padding: 9px;
          border-radius: 5px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .top-ebook .container .top-ebook__list .top-ebook__content ._df_button:hover {
            color: #333333;
            background-color: #FFDF2E;
            border-color: #FFDF2E; }
    .top-ebook .container .top-ebook__backnumber-pc {
      display: block;
      text-align: center; }
      .top-ebook .container .top-ebook__backnumber-pc:hover {
        opacity: 0.5; }
      .top-ebook .container .top-ebook__backnumber-pc img {
        width: 100%;
        max-width: 585px; }
    .top-ebook .container .top-ebook__backnumber-sp {
      display: none; }

/* top-newcontent */
.top-newcontent.container {
  width: 100%;
  border-bottom: dotted 7px #EFEFEF;
  overflow: hidden; }

/* top-twitter */
.top-info.container {
  width: 100%;
  overflow: hidden; }

.top-info__mymap {
  width: 60%;
  float: left; }
  .top-info__mymap iframe {
    width: 100%;
    height: 500px; }

.top-twitter {
  width: 33%;
  float: right;
  margin: 0 auto;
  margin-bottom: 85px; }
  .top-twitter .top-twitter__timeline {
    overflow: scroll;
    height: 500px;
    border: solid 1px #1DA1F2; }

.top-info__mymap-title, .top-info__twitter-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 20px; }

.top-info__bnrarea {
  clear: both;
  margin: 0 auto;
  max-width: 585px;
  margin-bottom: 85px; }
  .top-info__bnrarea .top-info__enquete:hover {
    opacity: 0.5; }
  .top-info__bnrarea .top-info__enquete img {
    width: 100%; }

/* top-youtube */
.top-youtube.container {
  width: 100%;
  padding-bottom: 85px;
  overflow: hidden;
  border-top: dotted 7px #EFEFEF; }

/* top-bnrarea */
.top-bnrarea {
  margin-top: 85px; }
  .top-bnrarea .top-bnrarea__link {
    display: inline-block;
    margin-bottom: 30px; }
    .top-bnrarea .top-bnrarea__link:hover {
      opacity: 0.5; }
    .top-bnrarea .top-bnrarea__link:last-child {
      margin-bottom: 0px; }
    .top-bnrarea .top-bnrarea__link .top-bnrarea__img {
      width: 100%;
      max-width: 600px; }

.top-bnrarea.container {
  width: 100%;
  text-align: center; }

.top-about__link.pc-nodisplay {
  display: none; }

/* top-allcontent */
.top-allcontent__link {
  display: block;
  text-align: center;
  margin: 100px 0; }
  .top-allcontent__link .top-allcontent__button {
    padding: 20px;
    border: 2px solid #333333;
    color: #333333;
    font-size: 20px;
    border-radius: 8px;
    font-weight: bold;
    font-family: 'Kosugi Maru', sans-serif;
    clear: both;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 585px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .top-allcontent__link .top-allcontent__button:hover {
      background: #333333;
      border: 2px solid #333333;
      color: #fff; }

@media screen and (max-width: 1150px) {
  .top-info__mymap {
    width: 100%;
    max-width: 585px;
    float: none;
    margin: 0 auto;
    margin-bottom: 50px; }

  .top-twitter {
    width: 100%;
    /*max-width:585px;*/
    float: none; } }
/* top-sns */
.top-sns.pc-nodisplay {
  display: none; }

@media screen and (max-width: 1150px) {
  /*spnodisplay*/
  .top-twitter.spnodisplay {
    display: none; }

  .top-youtube.spnodisplay {
    display: none; }

  /* 1150 */
  /* top-about */
  .top-about__link.pc-nodisplay {
    display: block;
    text-align: center;
    margin: 50px 0 0 0px;
    padding: 0 5%; }
    .top-about__link.pc-nodisplay .top-about__button {
      padding: 20px;
      border: 2px solid #FFDF2E;
      background: #FFDF2E;
      color: #333333;
      font-size: 20px;
      border-radius: 8px;
      font-weight: bold;
      font-family: 'Kosugi Maru', sans-serif;
      display: block;
      margin: 0 auto;
      max-width: 585px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .top-about__link.pc-nodisplay .top-about__button:hover {
        background: none;
        border: 2px solid #FFDF2E; }

  /* top-sns */
  .top-sns.pc-nodisplay {
    display: block;
    border-top: dotted 7px #EFEFEF;
    max-width: 100%;
    padding: 0 5%;
    box-sizing: border-box; }
    .top-sns.pc-nodisplay .top-sns__list {
      text-align: center;
      margin-bottom: 30px; }
      .top-sns.pc-nodisplay .top-sns__list .top-sns__item {
        display: inline-block;
        padding: 13px; }
        .top-sns.pc-nodisplay .top-sns__list .top-sns__item .top-sns__img {
          width: 55px; }
    .top-sns.pc-nodisplay .top-sns__title {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.5;
      color: #333333;
      margin-bottom: 20px; }
    .top-sns.pc-nodisplay .top-youtube__link {
      margin-top: 50px; } }
/*  category */
.category-main__title {
  display: flex; }
  .category-main__title.cat-special, .category-main__title.cat-mental {
    border-bottom: 4px solid #B92929; }
  .category-main__title.cat-nutrition {
    border-bottom: 4px solid #3DB466; }
  .category-main__title.cat-exercise {
    border-bottom: 4px solid #299DB9; }
  .category-main__title.cat-column {
    border-bottom: 4px solid #C9378B; }
  .category-main__title.cat-mental {
    border-bottom: 4px solid #B92929; }
  .category-main__title.cat-news, .category-main__title.news {
    border-bottom: 4px solid #333; }
  .category-main__title--h1 {
    flex: 0 1 auto;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 34px;
    padding: 0 0 20px 50px;
    background-size: 34px; }
    .category-main__title--h1.cat-special__h1, .category-main__title--h1.cat-mental__h1 {
      color: #B92929;
      background-image: url(./images/common/icon-category-special.svg);
      background-repeat: no-repeat; }
    .category-main__title--h1.cat-nutrition__h1 {
      color: #3DB466;
      background-image: url(./images/common/icon-category-nutrition.svg);
      background-repeat: no-repeat; }
    .category-main__title--h1.cat-exercise__h1 {
      color: #299DB9;
      background-image: url(./images/common/icon-category-exercise.svg);
      background-repeat: no-repeat; }
    .category-main__title--h1.cat-column__h1 {
      color: #C9378B;
      background-image: url(./images/common/icon-category-columns.svg);
      background-repeat: no-repeat; }
    .category-main__title--h1.cat-news__h1, .category-main__title--h1.news__h1 {
      color: #333;
      background-image: url(./images/common/icon-news.svg);
      background-repeat: no-repeat; }

.main__post-list {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF; }
  .main__post-list .main__post-list--imgbox {
    width: 32%;
    height: 155px;
    display: inline-block;
    overflow: hidden; }
    .main__post-list .main__post-list--imgbox .main__post-list--img {
      height: auto;
      width: 100%; }
  .main__post-list .main__post-list--textbox {
    width: 63%;
    height: auto;
    margin-left: 3%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px; }
    .main__post-list .main__post-list--textbox .main__post-list--cat--special, .main__post-list .main__post-list--textbox .main__post-list--cat--nutrition, .main__post-list .main__post-list--textbox .main__post-list--cat--exercise, .main__post-list .main__post-list--textbox .main__post-list--cat--column, .main__post-list .main__post-list--textbox .main__post-list--cat--mental, .main__post-list .main__post-list--textbox .main__post-list--cat--news {
      padding: 9px;
      color: #ffffff;
      font-size: 16px;
      display: inline-block; }
    .main__post-list .main__post-list--textbox .main__post-list--cat--special, .main__post-list .main__post-list--textbox .main__post-list--cat--mental {
      background-color: #B92929; }
    .main__post-list .main__post-list--textbox .main__post-list--cat--nutrition {
      background-color: #3DB466; }
    .main__post-list .main__post-list--textbox .main__post-list--cat--exercise {
      background-color: #299DB9; }
    .main__post-list .main__post-list--textbox .main__post-list--cat--column {
      background-color: #C9378B; }
    .main__post-list .main__post-list--textbox .main__post-list--cat--news {
      background-color: #333; }
    .main__post-list .main__post-list--textbox .main__post-list--title {
      display: inline-block;
      font-size: 20px;
      line-height: 1.5;
      font-weight: bold; }
    .main__post-list .main__post-list--textbox .main__post-list--tags-list .main__post-list--tags {
      display: inline-block;
      margin: 0 10px 10px 0px; }
      .main__post-list .main__post-list--textbox .main__post-list--tags-list .main__post-list--tags .main__post-list--tags-link {
        display: block;
        padding: 9px;
        border: solid #CCCCCC 1px;
        border-radius: 5px; }
        .main__post-list .main__post-list--textbox .main__post-list--tags-list .main__post-list--tags .main__post-list--tags-link:hover {
          opacity: 0.5; }
    .main__post-list .main__post-list--textbox .main__post-list--footer {
      text-align: right;
      color: #777777; }

.main__post-list--category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px -5px 5px; }
  .main__post-list--category-list__item {
    flex: 0 0 auto;
    padding: 5px; }
    .main__post-list--category-list__item__anch {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: #333;
      color: #fff;
      line-height: 1;
      padding: 5px 10px; }

.pagecount {
  text-align: center;
  color: #333333;
  margin-bottom: 30px; }

.pagenation {
  text-align: center;
  color: #333333;
  margin-bottom: 50px; }
  .pagenation ul li {
    display: inline-block;
    padding: 0 10px; }
    .pagenation ul li a:hover {
      opacity: 0.5; }
    .pagenation ul li .current {
      background-color: #FFDF2E;
      border-radius: 20px;
      padding: 5px 9px; }

.main__post-list--link {
  display: block; }
  .main__post-list--link:hover {
    opacity: 0.5; }
  .main__post-list--link p {
    color: #707070;
    line-height: 2;
    margin-bottom: 10px; }
  .main__post-list--link iframe {
    display: none; }
  .main__post-list--link h2 {
    display: none; }
  .main__post-list--link h3 {
    display: none; }
  .main__post-list--link h4 {
    display: none; }

/*  category end */
/*  single */
.singlepost-main__title--h1 {
  border-left: 10px solid #333333;
  padding-left: 25px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7;
  color: #333333; }

.singlepost-main__data {
  overflow: hidden;
  font-size: 20px; }
  .singlepost-main__data--cat-special, .singlepost-main__data--cat-mental, .singlepost-main__data--cat-nutrition, .singlepost-main__data--cat-exercise, .singlepost-main__data--cat-column {
    float: left;
    padding: 9px;
    color: #ffffff;
    margin-right: 20px; }
  .singlepost-main__data--cat-special, .singlepost-main__data--cat-mental {
    background-color: #B92929; }
  .singlepost-main__data--cat-nutrition {
    background-color: #3DB466; }
  .singlepost-main__data--cat-exercise {
    background-color: #299DB9; }
  .singlepost-main__data--cat-column {
    background-color: #C9378B; }
  .singlepost-main__data--date {
    float: left;
    padding: 9px;
    color: #777777; }
  .singlepost-main__data--views {
    float: right;
    padding: 9px;
    color: #777777; }

.singlepost-main__post-list--tags-list .singlepost-main__post-list--tags {
  display: inline-block;
  margin: 0 10px 10px 0px; }
  .singlepost-main__post-list--tags-list .singlepost-main__post-list--tags .main__post-list--tags-link {
    display: block;
    padding: 9px;
    border: solid #CCCCCC 1px;
    border-radius: 5px; }
    .singlepost-main__post-list--tags-list .singlepost-main__post-list--tags .main__post-list--tags-link:hover {
      opacity: 0.5; }

.singlepost-main__featured-img {
  width: 100%;
  margin-bottom: 30px; }
  .singlepost-main__featured-img img {
    width: 100%;
    height: auto; }

.singlepost-main__content h2 {
  padding: 0 0 10px 35px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  border-bottom: 4px solid #333333;
  position: relative;
  margin-bottom: 30px; }
  .singlepost-main__content h2::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FFDF2E; }
.singlepost-main__content h3 {
  border-left: 6px solid #FFDF2E;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 30px; }
.singlepost-main__content h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 30px; }
.singlepost-main__content p {
  line-height: 2;
  margin-bottom: 30px; }
  .singlepost-main__content p ._df_button {
    padding: 0;
    background: none;
    color: #333333;
    font-size: 16px;
    border: none;
    font-weight: bold;
    text-decoration: underline; }
    .singlepost-main__content p ._df_button:hover {
      text-decoration: none; }
  .singlepost-main__content p .amendment {
    font-size: 13px;
    color: #555d66; }
  .singlepost-main__content p i {
    font-size: 12px; }
.singlepost-main__content strong {
  font-weight: bold; }
.singlepost-main__content .b-list, .singlepost-main__content .n-list {
  margin-bottom: 30px; }
  .singlepost-main__content .b-list li, .singlepost-main__content .n-list li {
    line-height: 2;
    color: #333333;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 10px; }
.singlepost-main__content .b-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #333333;
  border-radius: 50%;
  position: relative;
  top: -2px;
  margin-right: 9px; }
.singlepost-main__content .n-list {
  counter-reset: olcount;
  list-style: none; }
  .singlepost-main__content .n-list li:before {
    counter-increment: olcount;
    content: counter(olcount) ".";
    color: #333333;
    margin-right: 3px;
    font-weight: bold; }
.singlepost-main__content table i {
  font-size: 12px; }
.singlepost-main__content a {
  font-weight: bold;
  text-decoration: underline; }
  .singlepost-main__content a:hover {
    text-decoration: none; }
.singlepost-main__content .wp-block-image {
  margin-bottom: 30px; }
  .singlepost-main__content .wp-block-image img {
    margin: 0 auto;
    display: block;
    height: auto; }
.singlepost-main__content .wp-block-embed__wrapper {
  text-align: center;
  margin-bottom: 30px; }
.singlepost-main__content .wp-block-image figcaption, .singlepost-main__content .wp-block-embed figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px; }

.singlepost-main__snsbtn {
  padding-bottom: 50px;
  border-bottom: 1px solid #EFEFEF;
  overflow: hidden; }
  .singlepost-main__snsbtn .singlepost-main__facebookbtn {
    float: left;
    margin-right: 10px; }
  .singlepost-main__snsbtn .singlepost-main__twitterbtn {
    float: left; }

.main__button--box {
  width: 100%;
  text-align: center; }
  .main__button--box .main__backtotop--button {
    display: inline-block; }
  .main__button--box .main__backtopost--button {
    display: inline-block;
    text-align: left;
    margin-right: 10%; }
    .main__button--box .main__backtopost--button .main__backtopost--link {
      position: relative;
      display: inline-block;
      padding: 15px 55px;
      border: 1px solid #cccccc;
      border-radius: 5px;
      font-size: 20px; }
      .main__button--box .main__backtopost--button .main__backtopost--link .fa-chevron-left {
        position: absolute;
        left: 15px; }
      .main__button--box .main__backtopost--button .main__backtopost--link:hover {
        opacity: 0.5; }
  .main__button--box .main__nextpost--button {
    display: inline-block;
    text-align: right;
    margin-left: 10%; }
    .main__button--box .main__nextpost--button .main__nextpost--link {
      position: relative;
      display: inline-block;
      padding: 15px 55px;
      border: 1px solid #cccccc;
      border-radius: 5px;
      font-size: 20px; }
      .main__button--box .main__nextpost--button .main__nextpost--link .fa-chevron-right {
        position: absolute;
        right: 15px; }
      .main__button--box .main__nextpost--button .main__nextpost--link:hover {
        opacity: 0.5; }

/*  single end */
/* search */
.search-main__title {
  border-bottom: 4px solid #efefef; }
  .search-main__title .search-main__title--h1 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px; }
  .search-main__title .search-main__title--pulldown {
    display: block;
    text-align: right;
    padding-bottom: 20px; }
    .search-main__title .search-main__title--pulldown .search-main__title--pulldown-title {
      display: inline-block;
      font-size: 14px;
      margin-right: 10px; }
    .search-main__title .search-main__title--pulldown .search-main__title--pulldown-list {
      position: relative;
      display: inline-block;
      text-align: right;
      border: 1px solid #EFEFEF;
      border-radius: 5px; }
      .search-main__title .search-main__title--pulldown .search-main__title--pulldown-list select {
        padding-right: 10px;
        cursor: pointer;
        text-indent: 0.01px;
        text-overflow: ellipsis;
        border: none;
        outline: none;
        background: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 9px 30px 9px 14px;
        color: #333333;
        font-size: 16px;
        transform: scale(0.9);
        font-weight: bold; }
      .search-main__title .search-main__title--pulldown .search-main__title--pulldown-list .fa-angle-down {
        position: absolute;
        top: 31%;
        right: 7%; }

/* search end */
/* searchbox */
.main__searchbox {
  width: 100%;
  border-radius: 23px;
  background: #EFEFEF;
  position: relative; }

.main__searchform {
  border: 0;
  border-radius: 23px;
  overflow: hidden; }
  .main__searchform input {
    background: none;
    border: none;
    text-align: center; }

.main__search-keyword {
  width: 98%;
  line-height: 28px;
  padding: 4px;
  font-size: 16px;
  transform: scale(0.9);
  color: #707070;
  margin-left: 2%; }

.main__search-btn {
  padding: 0;
  width: 40px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  top: 27%;
  display: block; }

/* searchbox end */
/* about  */
.about-main__title {
  border-bottom: 4px solid #FFDF2E; }
  .about-main__title .about-main__title--h1 {
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 34px;
    padding: 0 0 20px 50px;
    background-image: url(./images/common/icon-about.svg);
    background-repeat: no-repeat;
    background-size: 34px;
    width: 100%; }

.singlepost-main__spot-table {
  width: 100%;
  margin-bottom: 30px; }
  .singlepost-main__spot-table tbody tr td {
    vertical-align: top;
    line-height: 1.5;
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    padding: 25px;
    border: 1px solid #EFEFEF; }
    .singlepost-main__spot-table tbody tr td:first-child {
      border-left: none; }
    .singlepost-main__spot-table tbody tr td:last-child {
      border-right: none; }

.singlepost-main__about-table {
  width: 100%;
  margin-bottom: 30px; }
  .singlepost-main__about-table tbody tr th, .singlepost-main__about-table tbody tr td {
    line-height: 1.5;
    box-sizing: border-box;
    padding: 25px;
    border: 1px solid #EFEFEF; }
  .singlepost-main__about-table tbody tr th {
    width: 15%;
    border-left: none;
    font-weight: bold; }
  .singlepost-main__about-table tbody tr td {
    width: 85%;
    border-right: none; }
    .singlepost-main__about-table tbody tr td iframe {
      display: block;
      margin: 0 auto;
      padding: 20px 0; }

.singlepost-main__recipe-table {
  width: 100%;
  margin-bottom: 30px; }
  .singlepost-main__recipe-table tbody tr th, .singlepost-main__recipe-table tbody tr td {
    line-height: 1.5;
    box-sizing: border-box;
    padding: 15px;
    border: 1px dashed #EFEFEF; }
  .singlepost-main__recipe-table tbody tr th {
    width: 70%;
    border-left: none;
    font-weight: bold;
    text-align: left;
    padding-left: 30px; }
  .singlepost-main__recipe-table tbody tr td {
    width: 30%;
    border-right: none;
    padding-left: 30px; }

/* about end */
/* backnumber  */
.backnumber-main__title {
  border-bottom: 4px solid #FFDF2E; }
  .backnumber-main__title .backnumber-main__title--h1 {
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 34px;
    padding: 0 0 20px 50px;
    background-image: url(./images/common/icon-ebook.svg);
    background-repeat: no-repeat;
    background-size: 34px;
    width: 100%; }

.backnumber-main__intro {
  width: 100%;
  overflow: hidden; }
  .backnumber-main__intro .backnumber-main__intro-img {
    float: left;
    margin-right: 5%; }
  .backnumber-main__intro .backnumber-main__textbox {
    float: right;
    width: 61%; }
    .backnumber-main__intro .backnumber-main__textbox .backnumber-main__subtitle {
      border-left: 6px solid #FFDF2E;
      padding-left: 20px;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.7;
      margin-bottom: 20px; }
    .backnumber-main__intro .backnumber-main__textbox .backnumber-main__text {
      line-height: 2; }

.backnumber-main__list {
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF; }
  .backnumber-main__list .backnumber-main__content {
    display: inline-block;
    margin: 30px 2.6%; }
    .backnumber-main__list .backnumber-main__content ._df_thumb {
      width: 210px;
      height: 300px;
      display: block;
      margin: 0;
      margin-bottom: 20px; }
    .backnumber-main__list .backnumber-main__content ._df_button {
      background: #ffffff;
      color: #333333;
      font-size: 16px;
      border-color: #EFEFEF;
      width: 210px;
      margin: 0 auto;
      text-align: center;
      display: block;
      padding: 9px;
      border-radius: 5px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .backnumber-main__list .backnumber-main__content ._df_button:hover {
        color: #333333;
        background-color: #FFDF2E;
        border-color: #FFDF2E; }

/* backnumber end */
/* 1150px */
@media screen and (max-width: 1150px) {
  .main {
    padding-bottom: 30px;
    border-bottom: 5px dotted #EFEFEF; }

  .category-main__title {
    justify-content: center; }

  .main__button--box .main__backtopost--button .main__backtopost--link {
    padding: 25px 15px; }
    .main__button--box .main__backtopost--button .main__backtopost--link .sp-nodisplay {
      display: none; }
    .main__button--box .main__backtopost--button .main__backtopost--link .fa-chevron-left {
      position: absolute;
      top: 15px;
      left: 9px; }
  .main__button--box .main__backtotop--button .main__backtotop--link {
    padding: 15px 48px; }
  .main__button--box .main__nextpost--button .main__nextpost--link {
    padding: 25px 15px; }
    .main__button--box .main__nextpost--button .main__nextpost--link .sp-nodisplay {
      display: none; }
    .main__button--box .main__nextpost--button .main__nextpost--link .fa-chevron-right {
      position: absolute;
      top: 15px;
      right: 9px; }

  .singlepost-main__about-table tbody tr td iframe {
    width: 100%; }

  .about-main__title .about-main__title--h1 {
    margin: 0 auto;
    width: 255px; }

  .backnumber-main__title .backnumber-main__title--h1 {
    margin: 0 auto;
    width: 238px; }

  .backnumber-main__intro .backnumber-main__intro-img {
    display: none; }
  .backnumber-main__intro .backnumber-main__textbox {
    float: none;
    width: 100%; } }
.main__post-list .main__post-list--imgbox {
  position: relative; }
  .main__post-list .main__post-list--imgbox .main__post-list--img {
    height: auto;
    width: 100%; }

/* 640px */
@media screen and (max-width: 640px) {
  .main .main__post-list .main__post-list--imgbox {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px; }
  .main .main__post-list .main__post-list--textbox {
    width: 100%;
    display: block;
    margin: 0 auto; }
    .main .main__post-list .main__post-list--textbox p {
      display: none; }
    .main .main__post-list .main__post-list--textbox .main__post-list--tags-list {
      display: none; }
    .main .main__post-list .main__post-list--textbox .main__post-list--footer {
      display: block;
      overflow: hidden; }
      .main .main__post-list .main__post-list--textbox .main__post-list--footer .main__post-list--date {
        float: left; }
      .main .main__post-list .main__post-list--textbox .main__post-list--footer .main__post-list--views {
        float: right; }
  .main .main__post-list:nth-of-type(n+3) {
    overflow: hidden; }
    .main .main__post-list:nth-of-type(n+3) .main__post-list--imgbox {
      width: 30%;
      height: 100%;
      float: left; }
      .main .main__post-list:nth-of-type(n+3) .main__post-list--imgbox img {
        width: 120%;
        height: auto; }
    .main .main__post-list:nth-of-type(n+3) .main__post-list--textbox {
      width: 65%;
      float: right; }
      .main .main__post-list:nth-of-type(n+3) .main__post-list--textbox p {
        display: none; }
      .main .main__post-list:nth-of-type(n+3) .main__post-list--textbox .main__post-list--tags-list {
        display: none; }
      .main .main__post-list:nth-of-type(n+3) .main__post-list--textbox .main__post-list--footer {
        display: block; }

  .category-main__title--h1 {
    font-size: 26px;
    padding: 0 0 20px 35px;
    background-size: 26px; }

  .singlepost-main__data--views {
    display: none; }

  .singlepost-main__img {
    width: 100%; }

  .wp-block-embed__wrapper iframe {
    width: 100%; }

  .main__button--box .main__backtopost--button {
    margin-right: 2%; }
  .main__button--box .main__nextpost--button {
    margin-left: 2%; }

  .singlepost-main__spot-table tbody tr:last-child {
    border-bottom: 1px solid #EFEFEF; }
  .singlepost-main__spot-table tbody tr td {
    display: inline-block;
    width: 100%;
    border-bottom: none;
    border-top: 1px solid #EFEFEF;
    border-left: none;
    border-right: none; }

  .singlepost-main__about-table tbody tr th, .singlepost-main__about-table tbody tr td {
    text-align: left;
    display: block;
    width: 100%;
    border: none;
    border-top: 1px solid #EFEFEF; }
    .singlepost-main__about-table tbody tr th iframe, .singlepost-main__about-table tbody tr td iframe {
      height: 300px; }
  .singlepost-main__about-table tbody tr th {
    background-color: #FBFBFB; }

  .singlepost-main__recipe-table tbody tr th, .singlepost-main__recipe-table tbody tr td {
    text-align: left;
    display: block;
    width: 100%;
    border: none;
    border-top: 1px solid #EFEFEF; }
    .singlepost-main__recipe-table tbody tr th iframe, .singlepost-main__recipe-table tbody tr td iframe {
      height: 300px; }
  .singlepost-main__recipe-table tbody tr th {
    background-color: #FBFBFB; }

  .about-main__title .about-main__title--h1 {
    font-size: 26px;
    width: 195px; }

  .backnumber-main__title .backnumber-main__title--h1 {
    font-size: 26px;
    width: 182px; }

  .backnumber-main__list {
    margin: 0 auto; }
    .backnumber-main__list .backnumber-main__content {
      margin: 30px 5% 20px; }
      .backnumber-main__list .backnumber-main__content ._df_thumb {
        width: 129px;
        height: 184px; }
        .backnumber-main__list .backnumber-main__content ._df_thumb:nth-of-type(3n) {
          margin-right: 0; }
      .backnumber-main__list .backnumber-main__content ._df_button {
        width: 129px; } }
@media screen and (max-width: 523px) {
  .backnumber-main__list .backnumber-main__content ._df_thumb:nth-of-type(3n) {
    margin-right: 6%; }
  .backnumber-main__list .backnumber-main__content ._df_thumb:nth-of-type(even) {
    margin-right: 0; } }
@media screen and (max-width: 374px) {
  .backnumber-main__list .backnumber-main__content {
    margin: 30px 2% 20px; } }
/*  IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .header-menu__searchbox {
    height: 32px; }

  *::-ms-backdrop, .main__searchbox {
    height: 32px; }

  *::-ms-backdrop, .search-main__title--pulldown-list, select::-ms-expand {
    display: none; } }
/*  IE11 end */
.sidebar {
  /* title  */ }
  .sidebar .sidebar-list {
    overflow: hidden; }
    .sidebar .sidebar-list .sidebar-list__imgbox {
      float: left;
      width: 20%;
      height: 85px;
      overflow: hidden; }
      .sidebar .sidebar-list .sidebar-list__imgbox .sidebar-list__link:hover {
        opacity: 0.5; }
      .sidebar .sidebar-list .sidebar-list__imgbox .sidebar-list__link .sidebar-list--img {
        width: 100%;
        height: auto; }
      .sidebar .sidebar-list .sidebar-list__imgbox .sidebar-list__link .pc-nodisplay {
        display: none; }
    .sidebar .sidebar-list .sidebar-list__textbox {
      float: right;
      width: 75%; }
      .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__pickup-crown1, .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__pickup-crown2, .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__pickup-crown3 {
        height: 30px;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px; }
      .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__cat--special, .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__cat--nutrition, .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__cat--exercise, .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__cat--column, .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__cat--mental, .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__cat--news {
        font-size: 12px;
        padding: 9px;
        color: #ffffff;
        display: inline-block; }
      .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__cat--special, .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__cat--mental {
        background-color: #B92929; }
      .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__cat--nutrition {
        background-color: #3DB466; }
      .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__cat--exercise {
        background-color: #299DB9; }
      .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__cat--column {
        background-color: #C9378B; }
      .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__cat--news {
        background-color: #333; }
      .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__link {
        display: block; }
        .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__link:hover {
          opacity: 0.5; }
        .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__link .sidebar-list__title {
          font-size: 14px;
          line-height: 1.5; }
      .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__footer {
        font-size: 12px;
        color: #777777;
        overflow: hidden; }
        .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__footer .sidebar-list__date {
          float: left; }
        .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__footer .sidebar-list__views {
          float: right; }
  .sidebar .sidebar__pickup--title, .sidebar .sidebar__ebook--title, .sidebar .sidebar__newcontent--title {
    font-size: 34px;
    font-family: 'Kosugi Maru', sans-serif;
    text-align: left;
    padding: 0 0 30px 50px;
    margin: 0 auto;
    letter-spacing: 0.25em;
    background-repeat: no-repeat;
    background-position: 0px 0px; }
  .sidebar .sidebar__pickup--title {
    background-image: none !important;
    padding-left: 0 !important; }
  .sidebar .sidebar__ebook--title {
    background-image: url(./images/common/icon-ebook.svg); }
  .sidebar .sidebar__newcontent--title {
    background-image: url(./images/common/icon-newcontent.svg); }
  .sidebar .sidebar__tags-list {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 34px;
    padding-bottom: 30px;
    border-bottom: 5px dotted #EFEFEF; }
    .sidebar .sidebar__tags-list .sidebar__tags--title {
      position: relative;
      display: inline-block;
      width: 75px;
      height: 34px;
      background: #FFDF2E;
      text-align: center;
      padding-left: 7px;
      margin: 0 25px 10px 0;
      font-weight: bold; }
      .sidebar .sidebar__tags-list .sidebar__tags--title:after {
        position: absolute;
        top: 0;
        right: -17px;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 17px solid #FFDF2E;
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent; }
    .sidebar .sidebar__tags-list .sidebar__tags {
      display: inline-block;
      margin: 0 10px 10px 0px; }
      .sidebar .sidebar__tags-list .sidebar__tags .sidebar__tag--link {
        display: block;
        padding: 0 9px;
        border: solid #CCCCCC 1px;
        border-radius: 5px; }
        .sidebar .sidebar__tags-list .sidebar__tags .sidebar__tag--link:hover {
          opacity: 0.5; }
  .sidebar .sidebar__ebook {
    padding-bottom: 30px;
    border-bottom: 5px dotted #EFEFEF; }
    .sidebar .sidebar__ebook .sidebar__ebook--list {
      width: 100%;
      overflow: hidden;
      margin-bottom: 30px;
      padding: 2px 0; }
      .sidebar .sidebar__ebook .sidebar__ebook--list .sidebar__ebook--content {
        width: 45%;
        display: inline-block;
        float: left; }
        .sidebar .sidebar__ebook .sidebar__ebook--list .sidebar__ebook--content:last-child {
          float: right; }
    .sidebar .sidebar__ebook .sidebar__ebook--bnr-link {
      display: block; }
      .sidebar .sidebar__ebook .sidebar__ebook--bnr-link .sidebar__ebook--bnr-img {
        width: 100%;
        max-width: 640px;
        display: block;
        margin: 0 auto;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .sidebar .sidebar__ebook .sidebar__ebook--bnr-link .sidebar__ebook--bnr-img:hover {
          opacity: 0.5; }
  .sidebar ._df_thumb {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px; }
  .sidebar ._df_button {
    background: none;
    color: #333333;
    font-size: 16px;
    border-color: #EFEFEF;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 9px;
    border-radius: 5px;
    width: 140px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .sidebar ._df_button:hover {
      color: #333333;
      background-color: #FFDF2E;
      border-color: #FFDF2E; }
  .sidebar .sidebar__bnr {
    padding-bottom: 30px;
    border-bottom: 5px dotted #EFEFEF; }
    .sidebar .sidebar__bnr .sidebar__bnr-enquete .sidebar__bnr-enquete-img {
      width: 100%;
      max-width: 640px;
      display: block;
      margin: 0 auto;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .sidebar .sidebar__bnr .sidebar__bnr-enquete .sidebar__bnr-enquete-img:hover {
        opacity: 0.5; }

@media screen and (max-width: 1150px) {
  .sidebar {
    padding: 0 5%; }
    .sidebar .sidebar__pickup--title {
      width: auto !important;
      text-align: center !important; }
    .sidebar .sidebar__ebook--title {
      width: 213px; }
    .sidebar .sidebar__newcontent--title {
      width: 170px; }
    .sidebar .sidebar-list .sidebar-list__imgbox {
      width: 30%;
      height: 120px; }
      .sidebar .sidebar-list .sidebar-list__imgbox .sidebar-list__link .sidebar-list--img {
        width: 100%;
        height: auto; }
    .sidebar .sidebar-list .sidebar-list__textbox {
      width: 65%; }
      .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__link .sidebar-list__title {
        font-size: 20px; }
      .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__footer {
        text-align: right; }
        .sidebar .sidebar-list .sidebar-list__textbox .sidebar-list__footer .sidebar-list__date {
          float: none; } }
@media screen and (max-width: 640px) {
  .sidebar .sidebar__pickup--title, .sidebar .sidebar__ebook--title, .sidebar .sidebar__newcontent--title {
    font-size: 26px;
    text-align: center;
    padding: 0 0 30px 35px;
    margin: 0 auto;
    letter-spacing: 0.25em;
    background-repeat: no-repeat;
    background-size: 26px;
    width: 163px; }
  .sidebar .sidebar__pickup--title {
    background-image: url(./images/common/icon-pickup.svg); }
  .sidebar .sidebar__ebook--title {
    background-image: url(./images/common/icon-ebook.svg); }
  .sidebar .sidebar__newcontent--title {
    background-image: url(./images/common/icon-newcontent.svg);
    width: 130px; }
  .sidebar .sidebar__pickup .sidebar-list .sidebar-list__imgbox {
    float: none;
    width: 100%;
    height: 200px;
    position: relative;
    margin-bottom: 10px; }
    .sidebar .sidebar__pickup .sidebar-list .sidebar-list__imgbox .sidebar-list__link .sidebar-list--img {
      width: 100%;
      height: auto; }
    .sidebar .sidebar__pickup .sidebar-list .sidebar-list__imgbox .sidebar-list__cat--special, .sidebar .sidebar__pickup .sidebar-list .sidebar-list__imgbox .sidebar-list__cat--mental {
      background-color: #B92929; }
    .sidebar .sidebar__pickup .sidebar-list .sidebar-list__imgbox .sidebar-list__cat--nutrition {
      background-color: #299DB9; }
    .sidebar .sidebar__pickup .sidebar-list .sidebar-list__imgbox .sidebar-list__cat--exercise {
      background-color: #3DB466; }
    .sidebar .sidebar__pickup .sidebar-list .sidebar-list__imgbox .sidebar-list__cat--column {
      background-color: #C9378B; }
    .sidebar .sidebar__pickup .sidebar-list .sidebar-list__imgbox .sidebar-list__cat--news {
      background-color: #333; }
    .sidebar .sidebar__pickup .sidebar-list .sidebar-list__imgbox .pc-nodisplay {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 16px;
      padding: 9px;
      color: #ffffff;
      margin: 0; }
  .sidebar .sidebar__pickup .sidebar-list .sidebar-list__textbox {
    float: none;
    width: 100%; }
    .sidebar .sidebar__pickup .sidebar-list .sidebar-list__textbox .sp-nodisplay {
      display: none; }
    .sidebar .sidebar__pickup .sidebar-list .sidebar-list__textbox .sidebar-list__link .sidebar-list__title {
      font-size: 20px;
      font-weight: bold; }
      .sidebar .sidebar__pickup .sidebar-list .sidebar-list__textbox .sidebar-list__link .sidebar-list__title.pickup-crown1:before {
        content: url(./images/common/icon_crown1.png);
        margin-right: 5px; }
      .sidebar .sidebar__pickup .sidebar-list .sidebar-list__textbox .sidebar-list__link .sidebar-list__title.pickup-crown2:before {
        content: url(./images/common/icon_crown2.png);
        margin-right: 5px; }
      .sidebar .sidebar__pickup .sidebar-list .sidebar-list__textbox .sidebar-list__link .sidebar-list__title.pickup-crown3:before {
        content: url(./images/common/icon_crown3.png);
        margin-right: 5px; }
  .sidebar .sidebar__tags-list {
    font-size: 11px; }
  .sidebar .sidebar__newcontent .sidebar-list .sidebar-list__textbox .sidebar-list__link .sidebar-list__title {
    font-size: 16px; }
  .sidebar .sidebar__ebook .sidebar__ebook--list {
    overflow: visible; }
    .sidebar .sidebar__ebook .sidebar__ebook--list .sidebar__ebook--content ._df_thumb {
      width: 129px;
      height: 184px; }
    .sidebar .sidebar__ebook .sidebar__ebook--list .sidebar__ebook--content ._df_button {
      width: 129px;
      margin-bottom: 20px; } }
@media screen and (max-width: 640px) {
  /* header */
  .header .hamburger-nav {
    width: 80%; }

  /* common.css */
  .container {
    max-width: 100%;
    min-width: 100%;
    margin: auto; }

  .content .top-pickup, .content .top-newcontent, .content .top-youtube {
    padding: 0 5%;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  /* top.css */
  /* title */
  .top-pickup__maintitle, .top-ebook__maintitle, .top-newcontent__maintitle, .top-youtube__maintitle, .top-info__maintitle, .top-sns__maintitle {
    font-size: 26px;
    padding: 0 0 20px 40px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-size: 26px; }

  .top-pickup__maintitle {
    width: auto;
    text-align: center;
    padding-left: 0; }
    .top-pickup__maintitle--icon {
      width: 163px;
      background-image: url(./images/common/icon-pickup.svg); }

  .top-ebook__maintitle {
    margin-top: 0px;
    width: 163px;
    background-image: url(./images/common/icon-ebook.svg); }

  .top-newcontent__maintitle {
    width: 130px;
    background-image: url(./images/common/icon-newcontent.svg); }

  .top-youtube__maintitle {
    width: 238px;
    background-image: url(./images/common/icon-youtube.svg);
    background-size: 26px;
    letter-spacing: 4px; }

  .top-info__maintitle {
    width: 150px;
    background-image: url(./images/common/icon-info.svg);
    background-size: 26px;
    letter-spacing: 4px; }

  .top-sns__maintitle {
    width: 111px;
    background-image: url(./images/common/icon-sns.svg);
    background-size: 26px;
    letter-spacing: 4px; }

  /* top-list */
  .top-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 100px;
    float: none; }
    .top-list .top-list__itmes .top-list__imgbox {
      height: 250px; }
      .top-list .top-list__itmes .top-list__imgbox img {
        /*width:120%;*/
        height: auto; }
    .top-list .top-list__itmes .top-list__title {
      height: auto; }
    .top-list .top-list__itmes .top-list__footer {
      font-size: 14px;
      color: #777777; }
      .top-list .top-list__itmes .top-list__footer .top-list__date {
        float: left; }
      .top-list .top-list__itmes .top-list__footer .top-list__views {
        float: right; }
    .top-list .pc-nodisplay {
      display: inline-block; }
    .top-list .sp-nodisplay {
      display: none; }

  /* top-allcontent */
  .top-allcontent__link {
    margin: 50px 0; }

  /* top-pickup */
  .top-pickup.container {
    margin-bottom: 50px; }

  /* tag  */
  .top__tags-list {
    font-size: 11px; }

  /* e-book */
  .top-ebook .container {
    padding: 50px 5%;
    max-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .top-ebook .container .top-ebook__list {
      overflow: visible; }
      .top-ebook .container .top-ebook__list .top-ebook__content {
        width: 44%;
        margin-right: 9%;
        float: none;
        display: inline-block; }
        .top-ebook .container .top-ebook__list .top-ebook__content:nth-child(2) {
          margin-right: 0; }
        .top-ebook .container .top-ebook__list .top-ebook__content:nth-child(n+3) {
          display: none; }
        .top-ebook .container .top-ebook__list .top-ebook__content ._df_thumb {
          width: 129px;
          height: 184px; }
        .top-ebook .container .top-ebook__list .top-ebook__content ._df_button {
          width: 129px; }
    .top-ebook .container .top-ebook__backnumber-pc {
      display: none; }
    .top-ebook .container .top-ebook__backnumber-sp {
      display: block; }
      .top-ebook .container .top-ebook__backnumber-sp img {
        width: 100%; }

  /* top-newcontent */
  .manycontent .top-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
    overflow: hidden;
    border-bottom: 1px solid #EFEFEF; }
    .manycontent .top-list:last-child {
      border: none; }
    .manycontent .top-list .top-list__itmes .top-list__imgbox {
      width: 30%;
      float: left;
      margin-bottom: -20px;
      height: 120px; }
      .manycontent .top-list .top-list__itmes .top-list__imgbox img {
        height: auto;
        width: 120%; }
      .manycontent .top-list .top-list__itmes .top-list__imgbox .top-list__cat--column, .manycontent .top-list .top-list__itmes .top-list__imgbox .top-list__cat--special, .manycontent .top-list .top-list__itmes .top-list__imgbox .top-list__cat--nutrition, .manycontent .top-list .top-list__itmes .top-list__imgbox .top-list__cat--exercise {
        float: left;
        position: relative;
        margin-left: 5%; }
    .manycontent .top-list .top-list__itmes .top-list__textbox {
      width: 65%;
      float: right;
      margin-bottom: 20px; }
      .manycontent .top-list .top-list__itmes .top-list__textbox .top-list__cat--column, .manycontent .top-list .top-list__itmes .top-list__textbox .top-list__cat--special, .manycontent .top-list .top-list__itmes .top-list__textbox .top-list__cat--nutrition, .manycontent .top-list .top-list__itmes .top-list__textbox .top-list__cat--exercise, .manycontent .top-list .top-list__itmes .top-list__textbox .top-list__cat--news {
        font-size: 12px;
        padding: 9px;
        color: #ffffff;
        display: inline-block; }
      .manycontent .top-list .top-list__itmes .top-list__textbox .top-list__cat--column {
        background-color: #C9378B; }
      .manycontent .top-list .top-list__itmes .top-list__textbox .top-list__cat--special {
        background-color: #B92929; }
      .manycontent .top-list .top-list__itmes .top-list__textbox .top-list__cat--nutrition {
        background-color: #3DB466; }
      .manycontent .top-list .top-list__itmes .top-list__textbox .top-list__cat--exercise {
        background-color: #299DB9; }
      .manycontent .top-list .top-list__itmes .top-list__textbox .top-list__cat--news {
        background-color: #333; }
      .manycontent .top-list .top-list__itmes .top-list__textbox .top-list__title {
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 10px; }
      .manycontent .top-list .top-list__itmes .top-list__textbox .top-list__footer {
        margin-bottom: 20px;
        text-align: right;
        font-size: 12px; }
        .manycontent .top-list .top-list__itmes .top-list__textbox .top-list__footer .top-list__date {
          float: none;
          margin-right: 5%; }
        .manycontent .top-list .top-list__itmes .top-list__textbox .top-list__footer .top-list__views {
          float: right; }

  /* top-info */
  .top-info.container {
    padding: 50px 5%;
    max-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .top-info__mymap iframe {
    height: 400px; }

  .top-twitter .top-twitter__timeline {
    height: 400px; }

  .top-bnrarea {
    margin-top: 50px; }
    .top-bnrarea .top-bnrarea__link .top-bnrarea__img {
      width: 90%; }

  .top-youtube__link .top-youtube__button {
    display: block; }

  /* footer  */
  .footer .copy {
    padding: 40px 20px;
    line-height: 1.5; }

  /* category  */
  .instagram-media {
    width: 288px !important;
    max-width: 100% !important;
    min-width: initial !important; } }
/* 640px */

/*# sourceMappingURL=style.css.map */
