@charset "UTF-8";

/* a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
} */
#instagram a[target=_blank]:after {
  display: none;
}

#top > .img > picture img {
  object-position: center center;
  height: 100vh;
  height: 100svh;
}
.desc span {
  font-size: 1.4rem;
  line-height: 1.44;
  display: inline-block;
}
.index h3 {
  font-size: 1.6rem;
}
.content h3 .caption {
  font-size: 1.4rem;
  line-height: 1.5;
  display: block;
  padding-top: 0;
  padding-left: .5em;
  color: #434242;
}
.content .red {
  color: #B41400;
}
.content h5 {
  font-family: "Yu Gothic Pr6N B", sans-serif;
  font-size: 1.6rem;
  line-height: 166.667%;
  margin-top: 20px;
}
.content h5.marginTop {
  margin-top: 40px;
}
.content h5 span {
  font-family: "Yu Gothic Pr6N M", sans-serif;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0;
}
.content figure {
  line-height: .5;
  margin: 20px auto;
}
.content .caption {
  line-height: 1.44;
  color: #434242;
  padding-right: 4.1vw;
}
.content .comment {
  display: flex;
  align-items: center;
  gap: 20px;
}
.comment .text {
  position: relative;
  display: block;
  border-left: 3px solid #c6c6c6;
  padding-left: 20px;
  font-family: "Yu Gothic Pr6N D", sans-serif;
  color: #000;
  width: calc(100% - 40px);
}
.comment .text span {
  margin: -.5em auto;
  display: block;
}
.comment .text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #c6c6c6 transparent transparent;
  translate: -100% -50%;
}
.comment .text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 3.7px 5px 3.7px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% -50%;
}
.content .bold {
  font-family: "Yu Gothic Pr6N B", sans-serif;
}
.content .inner > div {
  margin-top: .5em;
}
.content .inner > div.category {
  line-height: 1.77;
  margin-top: 20px;
  margin-bottom: -10px;
}
.content dl {
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 20px;
}
.content .category dl dt {
  font-size: 1rem;
  padding-top: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
}
.content .category dl dd {
  font-size: 1.5rem;
  padding-top: 0;
}
.content .bg-story {
  width: 77%;
  margin: 0 auto;
  padding-top: 20vw;
}
@media (min-width: 992px) {
  #pre2 #top > div.text > picture img {
    object-position: -16vw -34vh;
    object-position: -16vw -34svh;
  }
  #pre2 #top > div.text h2 img {
    width: 42.638vw;
  }
  .content h5 {
    margin-top: 40px;
  }  
  .content {
    padding-top: 80px;
  }
  .content .comment1 {
    margin-bottom: -40px;
  }
  .content .inner > div {
    white-space: nowrap;
  }
}
@media (max-width: 992px) {
  #pre2 #top > div.text > picture img {
      -o-object-position: center -21vw;
      object-position: center -21vw;
      transform: scale(1.5);
  }
  #pre2 #top > div.text h2 img {
    width: 91.6vw;
  }
}
@media (min-width: 600px) {
  hr {
    padding-bottom: 0;
    z-index: 1;
    position: relative;
  }
  .content .caption {
    font-size: 1.4rem;
    padding-left: 0;
    padding-right: 0;
  }
  .content dl {
    margin-top: 0;
    gap: 20px;
  }
  .content .category dl dd {
    width: auto;
    font-size: 1.8rem;
  }
  .content h5 {
    font-size: 1.8rem;
  }
  .content figure {
    margin: 40px auto;
  }
  .content h5 span {
    margin-bottom: -30px;
  }
  .content .inner > div.category {
    margin-top: 40px;
    margin-bottom: -20px;
  }
  .content .bg-story {
    padding-top: 60px;
    width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .content h4 {
    margin-top: 40px;
  }
  .content .image {
    padding: 20px 0;
  }
  .content .inner > div.figure {
    margin-left: calc((100vw - 92.3vw)/2 * -1);
    margin-right: calc((100vw - 92.3vw)/2 * -1);
  }
  .content .marginBottom {
    margin-bottom: 0;
  }
  .content .comment {
    margin-top: 40px !important;
  }
  .comment .text {
    border-left: 2px solid #c6c6c6;
  }
  .comment .text::before {
    border-width: 7.5px 10px 7.5px 0;
  }
  .comment .text::after {
    border-width: 5px 6.7px 5px 0;
  }
  .comment .text {
    width: calc(100% - 49px);
  }
  .content .icon img {
    width: 40px;
  }
  .content .inner > div.category {
    margin-top: 40px;
  }
}