@charset "UTF-8";
/* =================================================
   unique layout
================================================= */
#container {
  /* -------------------------------------
     article
  ------------------------------------- */
}
#container #article {
  padding: 0;
  /* -------------------------------------
     section
  ------------------------------------- */
}
#container #article aside {
  /* -------------------------------------
      main
  ------------------------------------- */
}
#container #article aside.main {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* -------------------------------------
      swiper
  ------------------------------------- */
}
#container #article aside.main h2.cach {
  position: absolute;
  z-index: 1;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#container #article aside.main h2.cach span {
  display: block;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.175em;
  text-align: center;
  color: hsl(0, 0%, 100%);
  line-height: 2.4;
  text-shadow: 0 0 6px black, 0 0 10px black;
}
#container #article aside.main h2.cach span.txt {
  padding: 0 0 0 1em;
}
#container #article aside.main h2.cach span.txt_2 {
  letter-spacing: 0.05em;
  font-size: 1rem;
  line-height: 1;
  margin: 0.5rem 0 0;
}
#container #article aside.main .img,
#container #article aside.main a.item,
#container #article aside.main a.item:link {
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
#container #article aside.main .sw_control {
  display: flex;
  justify-content: space-between;
  height: auto;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
  text-indent: -9999px;
  opacity: 0.1;
  transition: 0.3s;
  display: block;
  width: 6vw;
  height: 6vw;
  background: hsl(0, 0%, 60%);
  border-radius: 100%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}
#container #article aside.main .sw_control:after {
  content: "";
  display: block;
  width: 2.6vw;
  height: 2.6vw;
  margin: 0px auto 0 auto;
  border-top: 2px solid hsl(0, 0%, 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 20%;
}
#container #article aside.main .sw_control:hover {
  opacity: 0.9;
}
#container #article aside.main .sw_control.next {
  right: 5px !important;
}
#container #article aside.main .sw_control.next:after {
  border-right: 2px solid hsl(0, 0%, 100%);
  transform: translate(-68%, -50%) rotate(45deg);
}
#container #article aside.main .sw_control.prev {
  left: 5px !important;
}
#container #article aside.main .sw_control.prev:after {
  border-left: 2px solid hsl(0, 0%, 100%);
  transform: translate(-32%, -50%) rotate(-45deg);
}
#container #article aside.main .swiper {
  /* -------------------------------------
      splide__pagination
  */
}
#container #article aside.main .swiper .swiper-wrapper {
  transition-timing-function: ease-in-out;
}
#container #article aside.main .swiper .splide__pagination {
  bottom: 4px !important;
}
#container #article aside.main .swiper .splide__pagination .presentation {
  width: 10px;
  height: 10px;
  margin: 0 0.6em !important;
  background: hsl(0, 0%, 100%);
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
}
#container #article aside.main .swiper .splide__pagination .presentation button:before {
  content: "" !important;
}
#container #article aside.main .swiper .splide__pagination .presentation.is-active {
  background: #898989;
  border: 1px solid hsl(0, 0%, 100%);
}
#container #article section {
  width: 100%;
  padding: 10.6666666667vw 0;
  position: relative;
  overflow: hidden;
  /* -------------------------------------
      swiper
  */
  /* -------------------------------------
     common
  */
  /* -------------------------------------
     news , blog
  */
  /* -------------------------------------
     news
  */
  /* -------------------------------------
     blog
  */
  /* -------------------------------------
     concept
  */
  /* -------------------------------------
     works
  */
  /* -------------------------------------
     interview
  */
  /* -------------------------------------
     youtube
  */
  /* -------------------------------------
     instagram
  */
}
#container #article section .content {
  width: 92vw;
  margin: 0 auto;
}
#container #article section .content.content_1 {
  position: relative;
}
#container #article section .sw_control {
  position: relative;
  z-index: 1;
  /* -------------------------------------
      sw-arrow
  */
  /* -------------------------------------
      swiper-pagination
  */
}
#container #article section .sw_control .sw-arrow {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
#container #article section .sw_control .sw-arrow:after {
  content: "";
  display: block;
  width: 2.4vw;
  height: 2.4vw;
  margin: 0px auto 0 auto;
  border-top: 1px solid hsl(0, 0%, 0%);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}
#container #article section .sw_control .sw-arrow:hover {
  opacity: 0.9;
}
#container #article section .sw_control .sw-arrow.prev {
  left: -3.2vw;
}
#container #article section .sw_control .sw-arrow.prev:after {
  border-left: 1px solid hsl(0, 0%, 0%);
  transform: translate(-50%, -50%) rotate(-45deg);
}
#container #article section .sw_control .sw-arrow.next {
  right: -3.2vw;
}
#container #article section .sw_control .sw-arrow.next:after {
  border-right: 1px solid hsl(0, 0%, 0%);
  transform: translate(-50%, -50%) rotate(45deg);
}
#container #article section .sw_control .swiper-pagination .swiper-pagination-bullet {
  background: #7D7F80;
}
#container #article section .sw_control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: hsl(0, 0%, 100%);
}
#container #article section .swiper {
  z-index: 1;
}
#container #article section ul {
  list-style: none;
}
#container #article section a,
#container #article section a:link {
  position: relative;
}
#container #article section.news .content h3 span, #container #article section.blog .content h3 span {
  font-size: 1.4rem;
}
#container #article section.news .content h3 span.date, #container #article section.blog .content h3 span.date {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-family: "Jost", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 300;
  align-items: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
#container #article section.news .content h3 span.txt, #container #article section.blog .content h3 span.txt {
  letter-spacing: 0.1em;
  padding: 0 5.3333333333vw 0 0;
  margin: 2.6666666667vw 0 0;
  position: relative;
  z-index: 1;
}
#container #article section.news .content h3 span.txt:before, #container #article section.news .content h3 span.txt:after, #container #article section.blog .content h3 span.txt:before, #container #article section.blog .content h3 span.txt:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
}
#container #article section.news .content h3 span.txt:after, #container #article section.blog .content h3 span.txt:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid hsl(0, 0%, 40%);
  border-right: 1px solid hsl(0, 0%, 40%);
  z-index: 9;
  right: 5.3333333333vw;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
}
#container #article section.news .content h3 span.txt::after, #container #article section.blog .content h3 span.txt::after {
  right: 0;
}
#container #article section.news .content figure, #container #article section.blog .content figure {
  aspect-ratio: 3/2;
  overflow: hidden;
}
#container #article section.news .content .item, #container #article section.blog .content .item {
  margin: 0 auto 4vw;
}
#container #article section.news .content .item .float_l, #container #article section.blog .content .item .float_l {
  width: 36vw;
}
#container #article section.news .content .item.new .date::before, #container #article section.blog .content .item.new .date::before {
  flex-shrink: 0;
  content: "New";
  display: inline-block;
  font-family: "Jost", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 300;
  letter-spacing: 0.025em;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 1.2rem;
  line-height: 1;
  width: max-content;
  height: max-content;
  padding: 0.1em 0.2em;
  margin: 0 1.0666666667vw 0 0;
  background: #898989;
  transform: translateY(-0.2666666667vw);
}
#container #article section.news .content .item a,
#container #article section.news .content .item a:link {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 2.6666666667vw;
}
#container #article section.blog .content h3 {
  grid-row: 1;
  grid-column: 1;
}
#container #article section.blog .content h4 {
  grid-row: 1;
  grid-column: 1;
  justify-self: end;
}
#container #article section.blog .content h4 span {
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1;
}
#container #article section.blog .content h4 span a,
#container #article section.blog .content h4 span a:link {
  padding: 0.4vw 2.6666666667vw;
  border: 1px solid hsl(0, 0%, 0%);
}
#container #article section.blog .content .item {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 2.6666666667vw;
}
#container #article section.blog .content .item .float_r {
  display: grid;
}
#container #article section.concept {
  padding-bottom: 0;
}
#container #article section.concept .content.content_1 h3 {
  margin: 2.6666666667vw auto;
}
#container #article section.concept .content.content_1 h3 span {
  letter-spacing: 0.2em;
  font-size: 1.8rem;
}
#container #article section.concept .content.content_1 .item {
  margin: 0 auto 4vw;
}
#container #article section.concept .content.content_1 .item .float_r {
  width: 84vw;
  margin: 0 auto;
}
#container #article section.concept .content.content_1 .item .link {
  margin: 2.6666666667vw auto 0;
}
#container #article section.concept aside.concept_in .content.content_2 .link span {
  width: 32vw;
}
#container #article section.works .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4vw;
}
#container #article section.works .content figure {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
}
#container #article section.works .content h3 {
  padding: 0 2.6666666667vw;
  margin: 3.3333333333vw 0 0;
}
#container #article section.works .content h3 span {
  letter-spacing: 0.175em;
  color: hsl(0, 0%, 0%);
  font-size: 1.2rem;
  line-height: 1.5;
}
#container #article section.works .content h4 {
  width: 100%;
  min-height: 5.3333333333vw;
  padding: 0 2.6666666667vw;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
#container #article section.works .content h4:before, #container #article section.works .content h4:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
}
#container #article section.works .content h4:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid hsl(0, 0%, 40%);
  border-right: 1px solid hsl(0, 0%, 40%);
  z-index: 9;
  right: 5.3333333333vw;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
}
#container #article section.works .content h4:after {
  top: 0.6666666667vw;
  right: 2.6666666667vw;
  transform: rotate(45deg);
}
#container #article section.works .content h4 span {
  letter-spacing: 0.175em;
  color: hsl(0, 0%, 0%);
  font-size: 1rem;
  line-height: 1;
}
#container #article section.works .content .item {
  background: hsl(0, 0%, 95%);
}
#container #article section.works .content .item a,
#container #article section.works .content .item a:link {
  height: 100%;
  padding: 0 0 10.6666666667vw;
  position: relative;
  z-index: 1;
}
#container #article section.works .content .item.new figure::before {
  flex-shrink: 0;
  content: "New";
  display: inline-block;
  font-family: "Jost", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 300;
  letter-spacing: 0.025em;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 1.2rem;
  line-height: 1;
  width: max-content;
  height: max-content;
  padding: 0.1em 0.2em;
  margin: 0 1.0666666667vw 0 0;
  background: #898989;
  transform: translateY(-0.2666666667vw);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#container #article section.interview .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4vw;
}
#container #article section.interview .content figure {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
}
#container #article section.interview .content h3 {
  padding: 0 2.6666666667vw;
  margin: 3.3333333333vw 0 0;
}
#container #article section.interview .content h3 span {
  letter-spacing: 0.175em;
  color: hsl(0, 0%, 0%);
  font-size: 1.2rem;
  line-height: 1.5;
}
#container #article section.interview .content h4 {
  width: 100%;
  min-height: 5.3333333333vw;
  padding: 0 2.6666666667vw;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
#container #article section.interview .content h4:before, #container #article section.interview .content h4:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
}
#container #article section.interview .content h4:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid hsl(0, 0%, 40%);
  border-right: 1px solid hsl(0, 0%, 40%);
  z-index: 9;
  right: 5.3333333333vw;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
}
#container #article section.interview .content h4:after {
  top: 0.6666666667vw;
  right: 2.6666666667vw;
  transform: rotate(45deg);
}
#container #article section.interview .content h4 span {
  letter-spacing: 0.175em;
  color: hsl(0, 0%, 0%);
  font-size: 1rem;
  line-height: 1;
}
#container #article section.interview .content .item {
  background: hsl(0, 0%, 100%);
}
#container #article section.interview .content .item a,
#container #article section.interview .content .item a:link {
  text-decoration: none;
  display: block;
  height: 100%;
  padding: 0 0 10.6666666667vw;
  position: relative;
  z-index: 1;
}
#container #article section.interview .content .item.new figure::before {
  flex-shrink: 0;
  content: "New";
  display: inline-block;
  font-family: "Jost", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 300;
  letter-spacing: 0.025em;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 1.2rem;
  line-height: 1;
  width: max-content;
  height: max-content;
  padding: 0.1em 0.2em;
  margin: 0 1.0666666667vw 0 0;
  background: #898989;
  transform: translateY(-0.2666666667vw);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#container #article section.youtube h2.h2_2 {
  margin-bottom: 5.3333333333vw;
}
#container #article section.youtube h2.h2_2 span.img {
  width: 29.3333333333vw;
  margin: 0 auto;
}
#container #article section.youtube .content {
  width: 89.3333333333vw;
}
#container #article section.youtube .content figure {
  aspect-ratio: 16/9;
}
#container #article section.instagram {
  padding: 8vw 0 5.3333333333vw;
}
#container #article section.instagram h2.h2_2 {
  margin-bottom: 5.3333333333vw;
}
#container #article section.instagram h2.h2_2 a,
#container #article section.instagram h2.h2_2 a:link {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 4vw;
  justify-content: center;
  align-items: center;
}
#container #article section.instagram h2.h2_2 span.img {
  width: 6.6666666667vw;
}
#container #article section.instagram h2.h2_2 span.img_2 {
  width: 34.6666666667vw;
}
#container #article section.instagram .content .instagram {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6666666667vw;
  padding: 2.6666666667vw;
  margin: 0 auto;
  background: hsl(0, 0%, 100%);
  position: relative;
  z-index: 1;
}
#container #article section.instagram .content .item {
  width: 26.6666666667vw;
  padding: 0;
  margin: 0;
}
#container #article section.instagram .content .item:last-of-type {
  display: none;
}
#container #article section.instagram .content .item a,
#container #article section.instagram .content .item a:link {
  text-decoration: none;
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid hsl(0, 0%, 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#container #article section.instagram .content .item a img,
#container #article section.instagram .content .item a:link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#container #article section.instagram .content .item figure {
  width: 100%;
}
#container #article section.instagram .link {
  margin: 4vw auto 0;
}

@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
             animation
  */
  @keyframes motion-btn-link {
    0% {
      right: 192px;
      opacity: 0;
    }
    50% {
      opacity: 0.4;
    }
    100% {
      right: -48px;
      opacity: 1;
    }
  }
  /* -------------------------------------
     header
  ------------------------------------- */
  #container {
    /* -------------------------------------
       article
    ------------------------------------- */
  }
  #container #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container #article aside {
    /* -------------------------------------
        main
    ------------------------------------- */
  }
  #container #article aside.main {
    width: 100%;
    background: hsl(0, 0%, 0%);
  }
  #container #article aside.main h2.cach {
    top: 200px;
    transform: translateX(-50%);
  }
  #container #article aside.main h2.cach span {
    letter-spacing: 0.15em;
    font-size: 4.2rem;
  }
  #container #article aside.main h2.cach span.txt_2 {
    font-size: 3rem;
    margin: 20px 0 0;
  }
  #container #article section {
    width: 100%;
    padding: 48px;
    /* -------------------------------------
        swiper
    */
    /* -------------------------------------
       news , blog
    */
    /* -------------------------------------
       news
    */
    /* -------------------------------------
       blog
    */
    /* -------------------------------------
       concept
    */
    /* -------------------------------------
       works
    */
    /* -------------------------------------
       interview
    */
    /* -------------------------------------
       youtube
    */
    /* -------------------------------------
       instagram
    */
  }
  #container #article section .content {
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 1;
  }
  #container #article section .sw_control {
    /* -------------------------------------
        sw-arrow
    */
  }
  #container #article section .sw_control .sw-arrow {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  #container #article section .sw_control .sw-arrow:after {
    width: 12px;
    height: 12px;
  }
  #container #article section .sw_control .sw-arrow.next {
    right: -32px;
  }
  #container #article section .sw_control .sw-arrow.prev {
    left: -32px;
  }
  #container #article section.news .content, #container #article section.blog .content {
    display: grid;
    row-gap: 0;
  }
  #container #article section.news .content h2, #container #article section.blog .content h2 {
    grid-column: 1/-1;
  }
  #container #article section.news .content h3 span, #container #article section.blog .content h3 span {
    font-size: 1.2rem;
  }
  #container #article section.news .content h3 span.txt, #container #article section.blog .content h3 span.txt {
    padding: 0;
    margin: 12px 0 0;
  }
  #container #article section.news .content h3 span.txt::after, #container #article section.blog .content h3 span.txt::after {
    display: none;
  }
  #container #article section.news .content .item, #container #article section.blog .content .item {
    width: 100%;
    margin: 0;
  }
  #container #article section.news .content .item .float_l,
  #container #article section.news .content .item .float_r, #container #article section.blog .content .item .float_l,
  #container #article section.blog .content .item .float_r {
    width: 100%;
  }
  #container #article section.news .content .item .float_r, #container #article section.blog .content .item .float_r {
    margin: 16px 0 0;
  }
  #container #article section.news .content .item.new .date:before, #container #article section.blog .content .item.new .date:before {
    margin: 0 8px 0 0;
    transform: translateY(-1px);
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  #container #article section.news .content .link, #container #article section.blog .content .link {
    grid-column: 1/-1;
  }
  #container #article section.news .content {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 32px;
    max-width: 1056px;
  }
  #container #article section.news .content .item a,
  #container #article section.news .content .item a:link {
    display: block;
  }
  #container #article section.blog .content {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 48px;
  }
  #container #article section.blog .content h3 a,
  #container #article section.blog .content h3 a:link {
    position: static;
  }
  #container #article section.blog .content h4 span {
    font-size: 1rem;
  }
  #container #article section.blog .content h4 span a,
  #container #article section.blog .content h4 span a:link {
    padding: 3.2px 16px;
  }
  #container #article section.blog .content .item {
    display: block;
    position: relative;
  }
  #container #article section.blog .content .item .float_r {
    display: grid;
  }
  #container #article section.blog .content .item.new .date:before {
    margin: 0 8px 0 0;
    transform: translateY(-1px);
    top: 0;
  }
  #container #article section.concept .content.content_1 {
    max-width: 1056px;
    margin: 0 auto;
  }
  #container #article section.concept .content.content_1 h3 {
    margin: 0 0 32px;
  }
  #container #article section.concept .content.content_1 h3 span {
    font-size: 3rem;
  }
  #container #article section.concept .content.content_1 figure {
    overflow: hidden;
  }
  #container #article section.concept .content.content_1 .item {
    width: 100%;
    margin: 0;
  }
  #container #article section.concept .content.content_1 .item a,
  #container #article section.concept .content.content_1 .item a:link {
    display: grid;
    grid-template-columns: minmax(300px, 512px) minmax(300px, 624px);
    column-gap: 64px;
  }
  #container #article section.concept .content.content_1 .item a:hover .link span:before, #container #article section.concept .content.content_1 .item a:hover .link span:after,
  #container #article section.concept .content.content_1 .item a:link:hover .link span:before,
  #container #article section.concept .content.content_1 .item a:link:hover .link span:after {
    animation-fill-mode: backwards;
    animation-name: motion-btn-link;
    animation-delay: 0s;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
  }
  #container #article section.concept .content.content_1 .item .float_l {
    grid-row: 1;
    grid-column: 2;
  }
  #container #article section.concept .content.content_1 .item .float_r {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
  }
  #container #article section.concept .content.content_1 .item .link {
    margin: 32px 0 0;
  }
  #container #article section.concept .content.content_1 .item .link span {
    margin: 0;
  }
  #container #article section.concept aside.concept_in {
    width: 100%;
    left: auto;
    transform: none;
  }
  #container #article section.concept aside.concept_in .content.content_2 {
    max-width: 1056px;
  }
  #container #article section.concept aside.concept_in .content.content_2 .link {
    margin: 16px auto 0;
  }
  #container #article section.concept aside.concept_in .content.content_2 .link span {
    width: 100%;
    max-width: 144px;
    height: 32px;
    margin: 0 auto;
  }
  #container #article section.concept aside.concept_in .content.content_2 .link span:before, #container #article section.concept aside.concept_in .content.content_2 .link span:after {
    right: -32px;
  }
  #container #article section.concept aside.concept_in .content.content_2 .link span:before {
    width: 16px;
  }
  #container #article section.concept aside.concept_in .content.content_2 .link span:after {
    width: 48px;
  }
  #container #article section.works .content {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  #container #article section.works .content h3 {
    padding: 0 16px;
    margin: 16px 0 0;
  }
  #container #article section.works .content h3 span {
    font-size: 1.2rem;
  }
  #container #article section.works .content h4 {
    min-height: 40px;
    padding: 0 16px;
  }
  #container #article section.works .content h4:after {
    width: 10px;
    height: 10px;
    right: 40px;
  }
  #container #article section.works .content h4:after {
    top: 5px;
    right: 15px;
  }
  #container #article section.works .content h4 span {
    font-size: 1.2rem;
  }
  #container #article section.works .content .item {
    margin: 0;
  }
  #container #article section.works .content .item a,
  #container #article section.works .content .item a:link {
    width: 100%;
    height: 100%;
    padding: 0 0 80px;
  }
  #container #article section.works .content .item.new figure:before {
    margin: 0 8px 0 0;
    transform: translateY(-1px);
  }
  #container #article section.works .link {
    margin: 32px auto 0;
  }
  #container #article section.interview .content {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 0;
    column-gap: 16px;
  }
  #container #article section.interview .content h3 {
    padding: 0 16px;
    margin: 16px 0 0;
  }
  #container #article section.interview .content h3 span {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  #container #article section.interview .content h4 {
    min-height: 40px;
    padding: 0 16px;
  }
  #container #article section.interview .content h4:after {
    width: 10px;
    height: 10px;
    right: 40px;
  }
  #container #article section.interview .content h4:after {
    top: 5px;
    right: 15px;
  }
  #container #article section.interview .content h4 span {
    font-size: 1.2rem;
  }
  #container #article section.interview .content .item {
    padding: 0;
    margin: 0;
  }
  #container #article section.interview .content .item a,
  #container #article section.interview .content .item a:link {
    padding: 0 0 80px;
  }
  #container #article section.interview .content .item.new figure:before {
    margin: 0 8px 0 0;
    transform: translateY(-1px);
  }
  #container #article section.youtube {
    padding: 80px 48px 64px;
  }
  #container #article section.youtube h2.h2_2 {
    margin-bottom: 48px;
  }
  #container #article section.youtube h2.h2_2 span.img {
    width: 220px;
  }
  #container #article section.youtube .content {
    width: 100%;
    max-width: 1056px;
  }
  #container #article section.youtube .content .item {
    margin: 0;
  }
  #container #article section.youtube .content .item a,
  #container #article section.youtube .content .item a:link {
    width: 100%;
  }
  #container #article section.youtube .link {
    margin: 64px auto 0;
  }
  #container #article section.instagram {
    padding: 80px 48px 64px;
  }
  #container #article section.instagram h2.h2_2 {
    margin-bottom: 48px;
  }
  #container #article section.instagram h2.h2_2 a,
  #container #article section.instagram h2.h2_2 a:link {
    column-gap: 16px;
    margin: 0 auto;
  }
  #container #article section.instagram h2.h2_2 span.img {
    width: 38px;
  }
  #container #article section.instagram h2.h2_2 span.img_2 {
    width: 200px;
  }
  #container #article section.instagram .content .instagram {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    padding: 48px 48px 32px;
  }
  #container #article section.instagram .content .item {
    width: 100%;
  }
  #container #article section.instagram .content .item:last-of-type {
    display: block;
  }
  #container #article section.instagram .content .item a:after,
  #container #article section.instagram .content .item a:link:after {
    content: attr(data-cap);
    display: block;
    color: hsl(0, 0%, 20%);
    font-size: 1.4rem;
    line-height: 1.75;
    width: 100%;
    height: 100%;
    padding: 16px;
    background: rgba(137, 137, 137, 0.1);
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.9);
    transition: 0.3s;
  }
  #container #article section.instagram .content .item a img,
  #container #article section.instagram .content .item a:link img {
    opacity: 1;
    transition: 0.2s;
  }
  #container #article section.instagram .content .item a:hover:after {
    transform: scale(1);
    opacity: 1;
  }
  #container #article section.instagram .content .item a:hover img {
    opacity: 0.2;
  }
  #container #article section.instagram .link {
    margin: 48px auto 0;
  }
}
@media screen and (min-width: 1100px) {
  #container #article section.concept aside.concept_in {
    left: 50%;
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=index.css.map */