@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
/* ギガ　コンテンツレイアウト
=================================================================== */
.thm-page-special .gigaindex .head {
  display: none;
}
.thm-page-special .gigaindex .detail {
  width: 100%;
}
.gigaindex .detail img {
  max-width: 100%;
}
.detail .feature-box {
  position: relative;
}
.detail .feature-box .link {
  background-color: #ddd6ce;
  color: #58483d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  margin: 40px auto;
  border-top: 5px solid #58483d;
}
.detail .feature-box .link::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  height: 2px;
  background-color: #fff;
}
.detail .feature-box .day {
  font-family: Poppins, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 8em;
  line-height: 0.9em;
  position: absolute;
  z-index: 10;
  top: 22px;
  left: 20px;
  width: 130px;
}
.detail .feature-box .day span {
  font-size: 0.16em;
  display: block;
  line-height: 1.3em;
  margin-left: 8px;
}
.detail .feature-box .photo__inner {
  width: 47%;
  height: 343px;
  position: relative;
  overflow: hidden;
  margin-left: 13%;
}
.detail .feature-box .photo__inner:before {
  box-shadow: 0 5px 4px -6px rgba(0, 0, 0, 0.7);
  top: -28px;
  bottom: auto;
  right: auto;
  left: -70px;
  background: #ddd6ce;
}
.detail .feature-box .link:after {
  bottom: -28px;
  right: -70px;
  background: #fff;
}
.detail .feature-box .link:after, .detail .feature-box .photo__inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 160px;
  height: 80px;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.detail .feature-box .photo__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 8px solid #fff;
}
.detail .feature-box .figcaption {
  width: 40%;
  padding: 0 50px 0 70px;
  position: relative;
}
.detail .feature-box .title {
  font-size: 2.8em;
  font-weight: 600;
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.detail .feature-box .figcaption:before {
  background: url(blockquote.png) no-repeat scroll center center;
  background-size: 70px auto;
  display: inline-block;
  position: absolute;
  content: "";
  top: -30px;
  left: 20px;
  width: 100px;
  height: 60px;
}
.detail .feature-box .figcaption p {
  font-size: 14px;
}