@charset "UTF-8";
p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0;
}

h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0;
}

h2 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.l-blog {
  width: 100%;
  background: #111;
}
.l-blog .top-wrap {
  max-width: 1440px;
  margin: auto;
  width: 100%;
  height: 330px;
  position: relative;
}
@media (max-width: 414px) {
  .l-blog .top-wrap {
    height: 280px;
  }
}
.l-blog .top-wrap .main-h1-box {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-117%, -32%);
          transform: translate(-117%, -32%);
}
@media (max-width: 768px) {
  .l-blog .top-wrap .main-h1-box {
    -webkit-transform: translate(-132%, -32%);
            transform: translate(-132%, -32%);
  }
}
@media (max-width: 414px) {
  .l-blog .top-wrap .main-h1-box {
    -webkit-transform: translate(-140%, -32%);
            transform: translate(-140%, -32%);
    white-space: inherit;
  }
}
.l-blog .top-wrap .main-h1-box .h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 120px;
  line-height: 145px;
  color: #fff;
  margin: 0;
}
@media (max-width: 1000px) {
  .l-blog .top-wrap .main-h1-box .h1 {
    font-size: 105px;
  }
}
@media (max-width: 768px) {
  .l-blog .top-wrap .main-h1-box .h1 {
    font-size: 85px;
    line-height: 105px;
  }
}
@media (max-width: 650px) {
  .l-blog .top-wrap .main-h1-box .h1 {
    font-size: 70px;
    line-height: 85px;
  }
}
@media (max-width: 550px) {
  .l-blog .top-wrap .main-h1-box .h1 {
    font-size: 55px;
    line-height: 85px;
  }
}
@media (max-width: 414px) {
  .l-blog .top-wrap .main-h1-box .h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
.l-blog .top-wrap .main-h1-box .h1-text {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #868686;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .l-blog .top-wrap .main-h1-box .h1-text {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .l-blog .top-wrap .main-h1-box .h1-text {
    font-size: 14px;
    line-height: 50px;
  }
}
@media (max-width: 320px) {
  .l-blog .top-wrap .main-h1-box .h1-text {
    font-size: 12px;
  }
}
.l-blog .top-wrap .hero-img {
  width: 68.06%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-left: auto;
  opacity: 0.6;
}
@media (max-width: 414px) {
  .l-blog .top-wrap .hero-img {
    height: 280px;
  }
}

/* ----------------------- */
/* ブログ一覧
/* ----------------------- */
.l-blogPage.common-pad {
  padding: 140px 0;
  background: #111;
}
@media (max-width: 1000px) {
  .l-blogPage.common-pad {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .l-blogPage.common-pad {
    padding: 60px 0;
  }
}
@media (max-width: 414px) {
  .l-blogPage.common-pad {
    padding: 40px 0;
  }
}

.l-blogPage .blogInner {
  width: 83.33333%;
  margin: auto;
  max-width: 1200px;
}
.l-blogPage .blogInner .blogPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-blogPage .blogInner .blogPage .mainBlock {
  width: 75%;
  margin: auto;
}
.l-blogPage .blogInner .blogPage .rightBlock {
  width: 20%;
}

@media (max-width: 1030px) {
  .l-blogPage .blogInner {
    width: 90.27778%;
  }
}
@media (max-width: 740px) {
  .l-blogPage .blogInner .blogPage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1030px) {
  .l-blogPage .blogInner .blogPage .mainBlock {
    width: 75%;
  }
}
@media (max-width: 740px) {
  .l-blogPage .blogInner .blogPage .mainBlock {
    width: auto;
  }
}
@media (max-width: 740px) {
  .l-blogPage .blogInner .blogPage .rightBlock {
    width: auto;
    margin-top: 20px;
  }
}
/* ----------------------- */
/* newsdate
/* ----------------------- */
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: rgba(0, 0, 0, 0);
}

/**********メインブロックのスタイル*********/
/*articleタグのstyle*/
.news,
.cf {
  margin: 0 10px 20px;
  width: 30%;
  background: #222;
  display: inline-block;
}

.news.cf:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media (max-width: 1200px) {
  .news,
.cf {
    width: 45%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media (max-width: 800px) {
  .news,
.cf {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 555px) {
  .news,
.cf {
    width: auto;
    margin: 0 0 20px 0;
  }
}
/*-------blog追加-------*/
.webgene-item-main-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 10rem;
  vertical-align: bottom;
}

@media (max-width: 800px) {
  .webgene-item-main-image {
    height: 24rem;
  }
}
@media (max-width: 500px) {
  .webgene-item-main-image {
    height: 12rem;
  }
}
/*-------blog追加-------*/
/*タイトル*/
.contents .newsTit {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.1em;
  padding: 10px;
}

.newsTag {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.02em;
  margin: 10px 0 0 10px;
  color: #fff;
  padding: 2%;
  background: #222222;
  border: 1px solid #868686;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

.news_inner.top {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.newsDate {
  font-weight: 500;
  color: #333;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
  padding: 8px 0 0 13px;
}

.contents {
  background: #222;
}

/******右サイドブロック********/
/*カテゴリタイトル*/
.category-h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 10px;
  background: #222;
  color: #fff;
}
.category-h2.mt-3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 10px;
  background: #222;
  margin-top: 10px !important;
  color: #fff;
}

/*アーカイブタイトル*/
/*右サイドブロックに挿入される記事*/
.webgene-item.mt-2.mt {
  margin-top: 0 !important;
}
.webgene-item.mt-2.mt a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.1em;
  padding: 10px;
  display: block;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.webgene-item.mt-2.mt a:hover {
  background: #8c8c8c;
  text-decoration: none;
}

.webgene-item.mt-2 {
  margin-top: 0 !important;
}
.webgene-item.mt-2 a {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.1em;
  padding: 10px;
  display: block;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.webgene-item.mt-2 a:hover {
  background: #8c8c8c;
  text-decoration: none;
}

/*記事内のaタグ*/
@media (max-width: 1030px) {
  .webgene-item.mt-2 a {
    font-size: 13px;
  }
}
#wgc-1630301218638 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*******ページネーション********/
.webgene-pagination {
  margin: 1.5rem 0 0 10px;
  width: 91.1%;
}
@media (max-width: 1200px) {
  .webgene-pagination {
    width: 88.2%;
  }
}
@media (max-width: 800px) {
  .webgene-pagination {
    margin: 1.5rem 0 0 0;
    width: 100%;
  }
}
.webgene-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.webgene-pagination ul .next a,
.webgene-pagination ul .prev a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin: 0 5px;
}

.l-blogPage .number {
  border: none;
  background: none;
  margin: 20px 0 0 0;
}
@media (max-width: 555px) {
  .l-blogPage .number {
    margin: 20px 0 0 0;
  }
}
.l-blogPage .number a {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 8px 15px;
  color: #333;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0);
}
.l-blogPage .number a:hover {
  background: #111111;
  border: 1px solid #868686;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
}
/*# sourceMappingURL=blog.css.map */