@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%;
  height: auto;
}
.gigaindex .detail .read {
  text-align: center;
  margin: 60px auto 70px;
  line-height: 1.8em;
  font-size: 18px;
  width: 90%;
}
.gigaindex .detail .read .pagettl {
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 30px;
  letter-spacing: 1px;
  line-height: 1.4em;
  color: #e74759;
}
.gigaindex .detail .read .pagettl span {
  font-size: 15px;
  display: block;
}
.gigaindex .detail .read .pagettl span.sub {
  font-size: 0.8em;
}
.gigaindex .detail .read .txt {
  text-align: left;
  width: 640px;
  font-size: 15px;
  margin: 0 auto;
}
.detail .feature-box {
  position: relative;
  border-top: 5px solid #e74759;
}
.detail .feature-box .link {
  background-color: #fcefeb;
  color: #333;
  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: 0 auto 40px;
  border-top: 2px solid #fff;
}
.detail .feature-box .no {
  font-family: Poppins, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 5em;
  line-height: 0.9em;
  position: absolute;
  z-index: 10;
  top: 22px;
  left: 20px;
  width: 130px;
  color: #e74759;
  white-space: nowrap;
}
.detail .feature-box .no span {
  font-size: 0.5em;
  line-height: 1.3em;
  margin-left: 8px;
}
.detail .feature-box .guest {
  margin: 15px 0;
  font-weight: 600;
}
.detail .feature-box .guest span {
  font-family: Poppins, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  color: #e74759;
  display: inline-block;
  margin-right: 16px;
  letter-spacing: 1px;
}
.detail .feature-box .photo__inner {
  width: 40%;
  height: 0;
  position: relative;
  overflow: hidden;
  margin-left: 10%;
  padding-top: 26%;
}
.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: #fcefeb;
}
.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: 50%;
  padding: 0 50px 0 70px;
  position: relative;
}
.detail .feature-box .title {
  font-size: 1.6em;
  font-weight: 600;
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}
.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;
}
.detail .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  position: relative;
  margin: 40px auto;
}
.detail .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.detail .infobox .phL {
    width: 30%;
    box-sizing: border-box;
}
.detail .linkbox li a {
    color: #e74759;
    font-size: 18px;
    line-height: 56px;
    text-align: center;
    display: block;
    width: 100%;
    border: 1px solid #e74759;
    border-radius: 28px;
    white-space: nowrap;
    transition: all 0.5s ease 0s;
}
.detail .linkbox li a:hover {
    color: #fff;
    background-color: #e74759;
}
.detail .linkbox {
    text-align: center;
    width: 800px;
    margin: 0 auto 40px;
}
.detail .linkbox li {
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
}
.detail .linkbox li.w {
    width: 90%;
    display: block;
    margin: 0 auto;
}
.gigaindex .detail .spotify {
    width: 700px;
    height: 240px;
    margin: 0 auto 40px;
}
.gigaindex .detail .spotify iframe {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}