@charset "UTF-8";
/*================================================================
 *FILE          :blog.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

.c-blogList_info_date, .page-numbers {
  font-family: "futura-pt", "Josefin Sans", sans-serif;
  font-style: italic; }

/* inviewアニメーション用 パーツ
-----------------------------------------------------------------*/
/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

.c-blogList_info_date, .page-numbers {
  font-family: "futura-pt", "Josefin Sans", sans-serif;
  font-style: italic; }

/* inviewアニメーション用 パーツ
-----------------------------------------------------------------*/
/* タイトル
-----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .archiveTitle {
    font-size: 22px;
    line-height: 2; } }

@media only screen and (min-width: 768px) {
  .archiveTitle {
    font-size: 25px;
    line-height: 2; } }

/* .c-button パーツ
-----------------------------------------------------------------*/
/* .c-rankingList パーツ
-----------------------------------------------------------------*/
/* .c-bannerSection パーツ
-----------------------------------------------------------------*/
/* .c-blogList パーツ
-----------------------------------------------------------------*/
/* .c-blogList_info パーツ
-----------------------------------------------------------------*/
/* .c-pager パーツ
-----------------------------------------------------------------*/
/* .c-keywordsList パーツ
-----------------------------------------------------------------*/
/* .c-recommendSection パーツ
-----------------------------------------------------------------*/
/* .c-singlePager パーツ
-----------------------------------------------------------------*/
/* .c-scrollbar パーツ
-----------------------------------------------------------------*/
/* .c-snsShare パーツ
-----------------------------------------------------------------*/
.c-blogList_img {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .c-blogList_img {
      margin-bottom: 7px; } }
  @media only screen and (max-width: 767px) {
    .c-blogList_img {
      margin-bottom: 10px; } }

.c-blogList_link {
  position: relative;
  display: block;
  background-color: #fff;
  background-position: center center;
  background-size: cover; }
  .c-blogList_link:before {
    content: "";
    display: block;
    padding-bottom: 61.78%; }

.c-blogList_link_inner:after, .c-blogList_link_inner:before {
  position: absolute;
  display: block;
  content: '';
  width: 0%;
  height: 0%;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1; }

.c-blogList_link_inner:before {
  top: 0;
  left: 0;
  border-top: 2px solid #E26424;
  border-left: 2px solid #E26424; }

.c-blogList_link_inner:after {
  right: 0;
  bottom: 0;
  border-right: 2px solid #E26424;
  border-bottom: 2px solid #E26424; }

@media only screen and (min-width: 1025px) {
  .c-blogList_link_inner:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1; }
  .c-blogList_link_inner:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1; } }

.c-blogList_innerImg {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  width: 100%;
  margin: auto; }

@media only screen and (min-width: 768px) {
  .c-blogList_innerImg-vertical {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .c-blogList_innerImg-horizontal {
    display: none !important; } }

.c-blogList_info_lead {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #808080; }
  @media only screen and (max-width: 767px) {
    .c-blogList_info_lead {
      font-size: 12px;
      letter-spacing: .08em;
      line-height: 1.8; } }
  @media only screen and (min-width: 768px) {
    .c-blogList_info_lead {
      font-size: 13px;
      line-height: 1.7; } }
  .c-blogList_info_lead + .c-blogList_info_title {
    margin-top: 4px; }

.c-blogList_info_title {
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .c-blogList_info_title {
      font-size: 16px;
      line-height: 1.56;
      letter-spacing: .08em; } }
  @media only screen and (min-width: 768px) {
    .c-blogList_info_title {
      font-size: 20px;
      line-height: 1.6; } }

.c-blogList_info_foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  @media only screen and (max-width: 767px) {
    .c-blogList_info_foot {
      margin-top: 19px; } }
  @media only screen and (min-width: 768px) {
    .c-blogList_info_foot {
      margin-top: 30px; } }

.c-blogList_info_category {
  color: #E26424; }
  @media only screen and (max-width: 767px) {
    .c-blogList_info_category {
      font-size: 12px;
      letter-spacing: .05em; } }
  @media only screen and (min-width: 768px) {
    .c-blogList_info_category {
      font-size: 13px;
      letter-spacing: .15em; } }
  @media only screen and (min-width: 1025px) {
    .ie .c-blogList_info_category {
      display: inline-block;
      padding-top: 4px; } }

.c-blogList_info_date {
  position: relative;
  color: #808080; }
  @media only screen and (max-width: 767px) {
    .c-blogList_info_date {
      font-size: 12px;
      padding-right: 15px;
      margin-right: 15px; } }
  @media only screen and (min-width: 768px) {
    .c-blogList_info_date {
      font-size: 13px;
      letter-spacing: .15em;
      padding-right: 16px;
      margin-right: 16px; } }
  .c-blogList_info_date:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 13px;
    width: 1px;
    background-color: #808080; }
    @media only screen and (max-width: 1024px) {
      .c-blogList_info_date:after {
        height: 12px; } }
    @media only screen and (min-width: 1025px) {
      .c-blogList_info_date:after {
        height: 13px; } }

@media only screen and (min-width: 768px) {
  .c-pager {
    margin: 0 auto; } }

@media only screen and (max-width: 767px) {
  .c-pager {
    padding: 0 20px; } }

.c-pagerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-numbers {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #808080;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }
  @media only screen and (max-width: 767px) {
    .page-numbers {
      line-height: 35px;
      margin: 0 9px; } }
  @media only screen and (min-width: 768px) {
    .page-numbers {
      line-height: 40px; } }
  @media only screen and (max-width: 767px) {
    .page-numbers {
      margin-left: 24px; } }
  @media only screen and (max-width: 320px) {
    .page-numbers {
      margin-left: 20px; } }
  @media only screen and (min-width: 768px) {
    .page-numbers {
      margin-left: 32px; } }
  .page-numbers.current {
    color: #E26424; }
  @media only screen and (min-width: 1025px) {
    .page-numbers:hover {
      color: #E26424; } }
  @media only screen and (max-width: 767px) {
    .page-numbers.dots {
      width: auto;
      margin: 0 -2px; } }
  @media only screen and (min-width: 1025px) {
    .page-numbers.dots:hover {
      color: #808080; } }
  .page-numbers.prev, .page-numbers.next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-image .3s ease;
    transition: background-image .3s ease; }
    .page-numbers.prev:before, .page-numbers.next:before {
      content: "";
      display: block;
      width: 7px;
      height: 13px;
      background-position: center center;
      background-image: url(../../assets/svg/arrow_right-gray.svg);
      background-size: 100% 100%; }
  .page-numbers.prev {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }
    @media only screen and (max-width: 767px) {
      .page-numbers.prev {
        margin-left: 0px;
        margin-right: 10px; } }
    @media only screen and (min-width: 768px) {
      .page-numbers.prev {
        margin-left: -40px;
        margin-right: 0px; } }
    @media only screen and (min-width: 1025px) {
      .page-numbers.prev:hover:before {
        background-position: center center;
        background-image: url(../../assets/svg/arrow_right-orange.svg); } }
  @media only screen and (max-width: 767px) {
    .page-numbers.next {
      margin-left: 32px; } }
  @media only screen and (min-width: 768px) {
    .page-numbers.next {
      margin-left: 40px; } }
  @media only screen and (min-width: 1025px) {
    .page-numbers.next:hover:before {
      background-position: center center;
      background-image: url(../../assets/svg/arrow_right-orange.svg);
      background-size: 100% 100%; } }

@media only screen and (max-width: 767px) {
  .breadCrumb {
    margin: 14px 0px 36px 0px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .breadCrumb {
    margin: 14px auto 36px; } }

@media only screen and (min-width: 1025px) {
  .breadCrumb {
    padding: 61px 0 65px; } }

@media only screen and (min-width: 768px) {
  .c-pager {
    margin-top: 100px; } }

@media only screen and (max-width: 767px) {
  .c-pager {
    margin-top: 50px; } }

.c-blogList_infoFoot {
  margin-top: 20px; }

@media only screen and (max-width: 767px) {
  .archiveTitle {
    margin-bottom: 18px; } }

@media only screen and (min-width: 768px) {
  .archiveTitle {
    margin-bottom: 40px; } }

.archiveLead {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 2; }
  @media only screen and (max-width: 767px) {
    .archiveLead {
      font-size: 15px;
      letter-spacing: .08em; } }
  @media only screen and (max-width: 320px) {
    .archiveLead {
      font-size: 13px; } }
  @media only screen and (min-width: 768px) {
    .archiveLead {
      font-size: 16px;
      letter-spacing: .15em; } }
  @media only screen and (max-width: 767px) {
    .archiveLead + .archiveTitle {
      margin-top: 18px; } }
  @media only screen and (min-width: 768px) {
    .archiveLead + .archiveTitle {
      margin-top: 40px; } }
  .archiveLead br {
    display: none; }

.archiveList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .archiveList {
      margin: 40px 0 0; } }
  @media only screen and (min-width: 768px) {
    .archiveList {
      margin: 56px auto 0; } }
  @media only screen and (min-width: 768px) {
    .archiveList {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

@media only screen and (max-width: 767px) {
  .archiveList_node {
    width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .archiveList_node {
    width: calc((100% - 40px) / 2); } }

@media only screen and (min-width: 1025px) {
  .archiveList_node {
    width: calc((100% - (40px * 2)) / 3); } }

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .archiveList_node {
    width: calc((100% - (20px * 2)) / 3); } }

@media only screen and (min-width: 1680px) {
  .archiveList_node {
    width: calc((100% - (40px * 3)) / 4); } }

@media only screen and (max-width: 767px) {
  .archiveList_node:nth-child(n+2) {
    margin-top: 40px; } }

@media only screen and (min-width: 768px) {
  .archiveList_node:nth-child(n+2) {
    margin-left: 40px; } }

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .archiveList_node:nth-child(n+2) {
    margin-left: 20px; } }

@media only screen and (min-width: 1025px) {
  .ie .archiveList_node:nth-child(n+2) {
    margin-left: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .archiveList_node:nth-child(n+3) {
    margin-top: 40px; } }

@media only screen and (min-width: 1025px) {
  .archiveList_node:nth-child(n+4) {
    margin-top: 40px; } }

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .archiveList_node:nth-child(n+4) {
    margin-top: 40px; } }

@media only screen and (min-width: 1680px) {
  .archiveList_node:nth-child(4) {
    margin-top: 0px; } }

@media only screen and (min-width: 1680px) {
  .archiveList_node:nth-child(n+5) {
    margin-top: 40px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .archiveList_node:nth-child(2n+1) {
    margin-left: 0px; } }

@media only screen and (min-width: 1025px) {
  .archiveList_node:nth-child(3n+1) {
    margin-left: 0px; } }

@media only screen and (min-width: 1680px) {
  .archiveList_node:nth-child(3n+1) {
    margin-left: 40px; } }

@media only screen and (min-width: 1680px) {
  .archiveList_node:nth-child(4n+1) {
    margin-left: 0px; } }

.archiveList_info {
  white-space: normal; }
  @media only screen and (max-width: 767px) {
    .archiveList_info {
      margin-top: 20px; } }
  @media only screen and (min-width: 768px) {
    .archiveList_info {
      margin-top: 20px; } }

.archiveList_info_lead {
  line-height: 1.83;
  letter-spacing: .05em; }
  @media only screen and (max-width: 767px) {
    .archiveList_info_lead {
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .archiveList_info_lead + .c-blogList_title {
      margin-top: 6px; } }
  @media only screen and (min-width: 768px) {
    .archiveList_info_lead + .c-blogList_title {
      margin-top: 10px; } }

.archiveList_info_title {
  line-height: 1.56;
  overflow-wrap: break-word; }
  @media only screen and (max-width: 767px) {
    .archiveList_info_title {
      font-size: 16px; } }
  @media only screen and (min-width: 768px) {
    .archiveList_info_title {
      font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-size: 15px; } }

@media only screen and (max-width: 767px) {
  .archiveList_info_foot {
    margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .archiveList_info_foot {
    margin-top: 20px; } }
