@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-blogDetail {
  width: 100%;
  background: #111;
}
.l-blogDetail .top-wrap {
  max-width: 1440px;
  margin: auto;
  width: 100%;
  height: 330px;
  position: relative;
}
@media (max-width: 414px) {
  .l-blogDetail .top-wrap {
    height: 280px;
  }
}
.l-blogDetail .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-blogDetail .top-wrap .main-h1-box {
    -webkit-transform: translate(-132%, -32%);
            transform: translate(-132%, -32%);
  }
}
@media (max-width: 414px) {
  .l-blogDetail .top-wrap .main-h1-box {
    -webkit-transform: translate(-140%, -32%);
            transform: translate(-140%, -32%);
    white-space: inherit;
  }
}
.l-blogDetail .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-blogDetail .top-wrap .main-h1-box .h1 {
    font-size: 105px;
  }
}
@media (max-width: 768px) {
  .l-blogDetail .top-wrap .main-h1-box .h1 {
    font-size: 85px;
    line-height: 105px;
  }
}
@media (max-width: 650px) {
  .l-blogDetail .top-wrap .main-h1-box .h1 {
    font-size: 70px;
    line-height: 85px;
  }
}
@media (max-width: 550px) {
  .l-blogDetail .top-wrap .main-h1-box .h1 {
    font-size: 55px;
    line-height: 85px;
  }
}
@media (max-width: 414px) {
  .l-blogDetail .top-wrap .main-h1-box .h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
.l-blogDetail .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-blogDetail .top-wrap .main-h1-box .h1-text {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .l-blogDetail .top-wrap .main-h1-box .h1-text {
    font-size: 14px;
    line-height: 50px;
  }
}
@media (max-width: 320px) {
  .l-blogDetail .top-wrap .main-h1-box .h1-text {
    font-size: 12px;
  }
}
.l-blogDetail .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-blogDetail .top-wrap .hero-img {
    height: 280px;
  }
}

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

.l-blogPage .blogInner {
  width: 69rem;
  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%;
  padding: 0 5.2% 5.417%;
  background: #222222;
}
.l-blogPage .blogInner .blogPage .rightBlock {
  width: 20%;
}
@media (max-width: 1250px) {
  .l-blogPage .blogInner {
    width: 90.27778%;
  }
}

@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ーーータイトル
/* ----------------------- */
.l-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 31px;
}
.l-info p {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.08em;
  color: #868686;
  font-weight: normal;
  white-space: nowrap;
}

a {
  color: #fff;
}
a:hover {
  color: rgba(0, 0, 0, 0);
}

h2.tit {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 24px;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.1em;
  margin: 0 0 55px;
  padding: 29px 0 21px;
  border-bottom: 1px solid #868686;
}
@media (max-width: 414px) {
  h2.tit {
    font-size: 20px;
    padding: 15px 0;
  }
}

/**********メインブロックのスタイル*********/
/****日付****/
.news-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.08em;
  color: #868686;
  margin-top: 31px;
}
@media (max-width: 414px) {
  .news-text {
    font-size: 14px;
    margin-top: 20px;
  }
}

/****日付****/
/*articleタグのstyle*/
.news,
.cf {
  margin: 20px 10px 20px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 30%;
  background: #fff;
}

.news.cf:hover {
  -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media (max-width: 1200px) {
  .news,
.cf {
    width: 46%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media (max-width: 800px) {
  .news,
.cf {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 555px) {
  .news,
.cf {
    width: auto;
    margin: 0 0 20px 0;
  }
}
.webgene-item-info {
  background: #ff911e;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #fff;
  letter-spacing: 8%;
  padding-left: 15px;
  padding-right: 12px;
  display: inline-block;
  margin-bottom: 20px;
  cursor: default;
  font-weight: 400;
}
.webgene-item-info time {
  display: none;
}

@media (max-width: 600px) {
  .webgene-item-info {
    font-size: 15px;
    padding-top: 2px;
    margin-bottom: 18px;
  }
}
@media (max-width: 500px) {
  .webgene-item-info {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
@media (max-width: 414px) {
  .webgene-item-info {
    font-size: 13px;
    margin-bottom: 14px;
  }
}
.webgene-item h2 {
  color: #333;
  padding: 10px 0;
  letter-spacing: 0.08em;
  font-size: 24px;
  border-bottom: 1px solid #ff911e;
  margin-bottom: 30px;
  font-weight: 700;
}

@media (max-width: 600px) {
  .webgene-item h2 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .webgene-item h2 {
    font-size: 17px;
  }
}
@media (max-width: 414px) {
  .webgene-item h2 {
    font-size: 16px;
  }
}
.webgene-item-content {
  letter-spacing: 0.08em;
  font-size: 18px;
  line-height: 50px;
}

@media (max-width: 740px) {
  .webgene-item-content {
    font-size: 16px;
    line-height: 40px;
  }
}
@media (max-width: 500px) {
  .webgene-item-content {
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.09em;
  }
}
@media (max-width: 414px) {
  .webgene-item-content {
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.webgene-item-main-image {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .webgene-item-main-image {
    height: 320px;
  }
}
@media (max-width: 414px) {
  .webgene-item-main-image {
    height: 280px;
  }
}

/*タイトル*/
p.newsTag {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  padding: 5px 20px 4px 21px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #fff;
  background: #ed5f1e;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
@media (max-width: 414px) {
  p.newsTag {
    font-size: 14px;
  }
}

.news_inner.top {
  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;
}

/******右サイドブロック********/
/*カテゴリタイトル*/
.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;
}

.blog-btn-pad {
  padding: 80px 0 140px;
  margin: auto;
  background: #111;
}
@media (min-width: 1281px) {
  .blog-btn-pad {
    padding-right: 19rem;
  }
}
@media (max-width: 1280px) {
  .blog-btn-pad {
    padding-right: 20%;
  }
}
@media (max-width: 1000px) {
  .blog-btn-pad {
    padding: 80px 20% 100px 0;
  }
}
@media (max-width: 768px) {
  .blog-btn-pad {
    padding: 60px 24% 60px 0;
  }
}
@media (max-width: 740px) {
  .blog-btn-pad {
    padding: 60px 0;
  }
}
@media (max-width: 414px) {
  .blog-btn-pad {
    padding: 40px 0;
  }
}
.blog-btn-pad .btn-box {
  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;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .blog-btn-pad .btn-box {
    margin-top: 60px;
  }
}
@media (max-width: 414px) {
  .blog-btn-pad .btn-box {
    margin-top: 40px;
  }
}
.blog-btn-pad .btn-box .btn {
  width: 300px;
  height: 70px;
  background: #111111;
  border: 1px solid #868686;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  border-radius: 0;
  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;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
@media (max-width: 768px) {
  .blog-btn-pad .btn-box .btn {
    width: 250px;
    height: 60px;
  }
}
@media (max-width: 414px) {
  .blog-btn-pad .btn-box .btn {
    width: 230px;
  }
}
.blog-btn-pad .btn-box .btn:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(240, 240, 240, 0.7);
}
.blog-btn-pad .btn-box .btn:hover .btn-text {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #111;
}
.blog-btn-pad .btn-box .btn .btn-text {
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #fff;
}
@media (max-width: 768px) {
  .blog-btn-pad .btn-box .btn .btn-text {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .blog-btn-pad .btn-box .btn .btn-text {
    font-size: 13px;
  }
}
/*# sourceMappingURL=blogDetail.css.map */