@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bellefair&display=swap");
#main-slider {
  display: none;
}

/* =================================================
   unique layout
================================================= */
#container {
  /* -------------------------------------
     article
  ------------------------------------- */
}
#container #article {
  padding: 0;
  /* -------------------------------------
     section
  ------------------------------------- */
}
#container #article aside {
  /* -------------------------------------
      main
  ------------------------------------- */
  /* -------------------------------------
     fmenu
  */
}
#container #article aside.main {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#container #article aside.main .inner {
  width: 100%;
  position: relative;
  /* -------------------------------------
      swiper
  ------------------------------------- */
}
#container #article aside.main .inner h1.h1_3 {
  position: absolute;
  z-index: 1;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#container #article aside.main .inner h1.h1_3 span {
  display: block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  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 .inner h1.h1_3 span.txt {
  padding: 0 0 0 1em;
}
#container #article aside.main .inner h1.h1_3 span.txt_2 {
  letter-spacing: 0.01em;
  font-size: 1rem;
  line-height: 1;
  margin: 0.5rem 0 0;
}
#container #article aside.main .inner .img,
#container #article aside.main .inner a.item,
#container #article aside.main .inner a.item:link {
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
#container #article aside.main .inner .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-sizing: border-box;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}
#container #article aside.main .inner .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%);
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 20%;
}
#container #article aside.main .inner .sw_control:hover {
  opacity: 0.9;
}
#container #article aside.main .inner .sw_control.next {
  right: 5px !important;
}
#container #article aside.main .inner .sw_control.next:after {
  border-right: 2px solid hsl(0, 0%, 100%);
  transform: translate(-68%, -50%) rotate(45deg);
}
#container #article aside.main .inner .sw_control.prev {
  left: 5px !important;
}
#container #article aside.main .inner .sw_control.prev:after {
  border-left: 2px solid hsl(0, 0%, 100%);
  transform: translate(-32%, -50%) rotate(-45deg);
}
#container #article aside.main .inner .swiper {
  /* -------------------------------------
      splide__pagination
  */
}
#container #article aside.main .inner .swiper .swiper-wrapper {
  transition-timing-function: ease-in-out;
}
#container #article aside.main .inner .swiper .splide__pagination {
  bottom: 4px !important;
}
#container #article aside.main .inner .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 .inner .swiper .splide__pagination .presentation button:before {
  content: "" !important;
}
#container #article aside.main .inner .swiper .splide__pagination .presentation.is-active {
  background: #B10020;
  border: 1px solid hsl(0, 0%, 100%);
}
#container #article aside.fmenu {
  margin: 0 auto;
}
#container #article section {
  width: 100%;
  padding: 0 0 8vw;
  position: relative;
  overflow: hidden;
  /* -------------------------------------
     common
  */
  /* -------------------------------------
     news , blog
  */
  /* -------------------------------------
     message
  */
  /* -------------------------------------
     concept
  */
  /* -------------------------------------
     works , interview
  */
  /* -------------------------------------
     renovation
  */
  /* -------------------------------------
     instagram
  */
  /* -------------------------------------
     youtube
  */
}
#container #article section .inner {
  margin: 0 auto;
  /* -------------------------------------
     swiper
  ------------------------------------- */
}
#container #article section .inner .content.content_1 {
  position: relative;
}
#container #article section .inner .sw_control {
  position: relative;
  z-index: 1;
  /* -------------------------------------
      sw-arrow
  */
}
#container #article section .inner .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 .inner .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%);
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}
#container #article section .inner .sw_control .sw-arrow:hover {
  opacity: 0.9;
}
#container #article section .inner .sw_control .sw-arrow.prev {
  left: -3.2vw;
}
#container #article section .inner .sw_control .sw-arrow.prev:after {
  border-left: 1px solid hsl(0, 0%, 0%);
  transform: translate(-50%, -50%) rotate(-45deg);
}
#container #article section .inner .sw_control .sw-arrow.next {
  right: -3.2vw;
}
#container #article section .inner .sw_control .sw-arrow.next:after {
  border-right: 1px solid hsl(0, 0%, 0%);
  transform: translate(-50%, -50%) rotate(45deg);
}
#container #article section .inner .swiper {
  z-index: 1;
  /* -------------------------------------
      splide__pagination
  */
  /* -------------------------------------
     slick-dots
  */
}
#container #article section .inner .swiper .splide__pagination {
  bottom: 4px !important;
}
#container #article section .inner .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 section .inner .swiper .splide__pagination .presentation button:before {
  content: "" !important;
}
#container #article section .inner .swiper .splide__pagination .presentation.is-active {
  background: #B10020;
  border: 1px solid hsl(0, 0%, 100%);
}
#container #article section .inner .swiper .slick-dots {
  padding: 0;
  bottom: -30px !important;
  left: 50%;
  transform: translateX(-50%);
}
#container #article section .inner .swiper .slick-dots li {
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  margin: 0 0.6em !important;
  background: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 0%);
  border-radius: 100%;
  box-sizing: border-box;
}
#container #article section .inner .swiper .slick-dots li button:before {
  content: "" !important;
}
#container #article section .inner .swiper .slick-dots li.slick-active {
  background: hsl(0, 0%, 0%);
  border: 1px solid hsl(0, 0%, 0%);
}
#container #article section h3 span {
  display: block;
  line-height: 1;
}
#container #article section h3.h3_1 {
  display: grid;
  grid-template-rows: repeat(2, 1fr) 1.3333333333vw;
  text-align: center;
  height: 25.3333333333vw;
  margin: 0 auto;
}
#container #article section h3.h3_1 span.txt {
  align-self: end;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  letter-spacing: 0.01em;
  font-size: 2.4rem;
  width: auto;
}
#container #article section h3.h3_1 span.txt_2 {
  align-self: center;
  font-size: 1.2rem;
}
#container #article section h4 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 300;
}
#container #article section ul {
  list-style: none;
}
#container #article section a,
#container #article section a:link {
  display: block;
  text-decoration: none;
  position: relative;
}
#container #article section.news, #container #article section.blog {
  background: hsl(0, 0%, 95%);
}
#container #article section.news .inner .content, #container #article section.blog .inner .content {
  width: 92vw;
  margin: 0 auto;
}
#container #article section.news .inner .content h4.h4_3 span, #container #article section.blog .inner .content h4.h4_3 span {
  display: block;
  font-feature-settings: "palt";
  font-size: 1.4rem;
}
#container #article section.news .inner .content h4.h4_3 span.date, #container #article section.blog .inner .content h4.h4_3 span.date {
  display: flex;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  align-items: center;
  letter-spacing: 0.01em;
  line-height: 1;
}
#container #article section.news .inner .content h4.h4_3 span.txt, #container #article section.blog .inner .content h4.h4_3 span.txt {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 300;
  margin: 2.6666666667vw 0 0;
}
#container #article section.news .inner .content figure, #container #article section.blog .inner .content figure {
  aspect-ratio: 3/2;
  overflow: hidden;
}
#container #article section.news .inner .content .item, #container #article section.blog .inner .content .item {
  width: 92vw;
  margin: 0 auto 4vw;
}
#container #article section.news .inner .content .item .float_l, #container #article section.blog .inner .content .item .float_l {
  width: 36vw;
}
#container #article section.news .inner .content .item.new .date::before, #container #article section.blog .inner .content .item.new .date::before {
  flex-shrink: 0;
  content: "New";
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 1.2rem;
  line-height: 1;
  width: max-content;
  height: max-content;
  padding: 0 0.1em 0.1em;
  margin-right: 0.5em;
  background: #B10020;
  box-sizing: border-box;
}
#container #article section.news .inner .content .item a,
#container #article section.news .inner .content .item a:link {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 2.6666666667vw;
}
#container #article section.blog .inner .content.content_2 {
  margin-top: 8vw;
  border-top: 1px solid hsl(0, 0%, 40%);
}
#container #article section.blog .inner .content h4.h4_3 span.txt {
  padding-right: 5.3333333333vw;
}
#container #article section.blog .inner .content h6.h6_1 {
  width: max-content;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
#container #article section.blog .inner .content h6.h6_1 span a,
#container #article section.blog .inner .content h6.h6_1 span a:link {
  letter-spacing: 0.05em;
  vertical-align: middle;
  color: hsl(0, 0%, 0%);
  text-align: center;
  font-size: 0.9rem;
  line-height: 1;
  padding: 0.2em 1em;
  border: 1px solid hsl(0, 0%, 0%);
}
#container #article section.blog .inner .content .item {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 2.6666666667vw;
}
#container #article section.blog .inner .content .item .float_r {
  position: relative;
  z-index: 1;
}
#container #article section.blog .inner .link {
  margin-top: 5.3333333333vw;
}
#container #article section.message .inner .content h4 {
  text-align: center;
  font-size: 2.1rem;
  margin-top: 8vw;
}
#container #article section.message .inner .content .text {
  margin-top: 6.6666666667vw;
}
#container #article section.message .inner .content p {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 300;
  text-align: center;
  line-height: 2;
}
#container #article section.message .inner .content .link {
  margin-top: 5.3333333333vw;
}
#container #article section.concept {
  padding: 0;
  background: hsl(0, 0%, 95%);
}
#container #article section.concept .inner .content.content_1 {
  padding-bottom: 5.3333333333vw;
}
#container #article section.concept .inner .content.content_1 .item {
  width: 84vw;
  margin: 0 auto;
}
#container #article section.concept .inner aside.concept_in .content.content_2 {
  width: 84vw;
}
#container #article section.works .content, #container #article section.interview .content {
  width: 92vw;
  margin: 0 auto;
}
#container #article section.works .content h4.h4_1, #container #article section.interview .content h4.h4_1 {
  margin-top: 0.5em;
}
#container #article section.works .content h4.h4_1 span, #container #article section.interview .content h4.h4_1 span {
  color: hsl(0, 0%, 0%);
  font-size: 1.2rem;
  line-height: 1.5;
}
#container #article section.works .content h5.h5_1, #container #article section.interview .content h5.h5_1 {
  margin: 0.5em auto 0;
}
#container #article section.works .content h5.h5_1 span, #container #article section.interview .content h5.h5_1 span {
  text-align: center;
  color: hsl(0, 0%, 0%);
  font-size: 1rem;
  line-height: 1;
}
#container #article section.works .content figure, #container #article section.interview .content figure {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
}
#container #article section.works .content .item.new .h4_1 .txt::before, #container #article section.interview .content .item.new .h4_1 .txt::before {
  flex-shrink: 0;
  content: "New";
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 1.2rem;
  line-height: 1;
  width: max-content;
  height: max-content;
  padding: 0 0.1em 0.1em;
  margin-right: 0.5em;
  background: #B10020;
  box-sizing: border-box;
}
#container #article section.works .inner .content h4.h4_1 span {
  text-align: center;
}
#container #article section.works .inner .content .item {
  margin-bottom: 5.3333333333vw;
}
#container #article section.works .inner .content .item.new .h4_1 .txt {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
#container #article section.works .inner .link {
  margin: 4vw auto 0;
}
#container #article section.interview {
  background: hsl(0, 0%, 95%);
}
#container #article section.interview .inner .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4vw;
}
#container #article section.interview .inner .content h4.h4_1 span.txt {
  display: flex;
}
#container #article section.interview .inner .content .item {
  margin-bottom: 4vw;
}
#container #article section.interview .inner .content .item.new .h4_1 .txt::before {
  transform: translateY(0.3em);
}
#container #article section.renovation .inner .content p {
  font-feature-settings: "palt";
}
#container #article section.renovation .inner .content .item {
  width: 84vw;
  margin: 0 auto;
}
#container #article section.renovation .inner .content .item .float_r {
  margin: 4vw auto 0;
}
#container #article section.renovation .inner .content .link {
  margin-top: 5.3333333333vw;
}
#container #article section.instagram {
  padding-top: 8vw;
}
#container #article section.instagram .inner h3.h3_2 {
  width: 84vw;
  margin: 0 auto;
}
#container #article section.instagram .inner h3.h3_2 a,
#container #article section.instagram .inner h3.h3_2 a:link {
  display: flex;
  align-items: center;
}
#container #article section.instagram .inner h3.h3_2 span.img {
  width: 5.3333333333vw;
  margin: 0 2.6666666667vw 0 0;
}
#container #article section.instagram .inner h3.h3_2 span.txt {
  font-size: 1.4rem;
}
#container #article section.instagram .inner .content {
  margin: 5.3333333333vw auto 0;
}
#container #article section.instagram .inner .content .instagram {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6666666667vw;
  width: 84vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#container #article section.instagram .inner .content .item {
  margin: 0;
}
#container #article section.instagram .inner .content .item:last-of-type {
  display: none;
}
#container #article section.instagram .inner .content .item a,
#container #article section.instagram .inner .content .item a:link {
  text-decoration: none;
  display: block;
  aspect-ratio: 1/1;
  border: 1px solid hsl(0, 0%, 100%);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  /* insta php */
  overflow: hidden;
}
#container #article section.instagram .inner .content .item figure {
  aspect-ratio: 1/1;
}
#container #article section.instagram .inner .link {
  margin-top: 5.3333333333vw;
}
#container #article section.youtube {
  background: hsl(0, 0%, 95%);
  padding-top: 8vw;
}
#container #article section.youtube .inner h3.h3_2 {
  width: 84vw;
  margin: 0 auto;
}
#container #article section.youtube .inner h3.h3_2 a,
#container #article section.youtube .inner h3.h3_2 a:link {
  display: flex;
  align-items: center;
}
#container #article section.youtube .inner h3.h3_2 span.img {
  width: 5.3333333333vw;
  margin: 0 2.6666666667vw 0 0;
}
#container #article section.youtube .inner h3.h3_2 span.txt {
  font-size: 1.4rem;
}
#container #article section.youtube .inner .content {
  width: 92vw;
  margin: 5.3333333333vw auto 0;
}
#container #article section.youtube .inner .content .item a,
#container #article section.youtube .inner .content .item a:link {
  width: 41.3333333333vw;
  margin: 0 auto;
}
#container #article section.youtube .inner .link {
  margin-top: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
  #main_slider {
    display: block;
  }
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
             animation
  */
  @keyframes motion-btn-link {
    0% {
      height: 0%;
    }
    100% {
      height: 100%;
    }
  }
  /* -------------------------------------
     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 .inner {
    width: 100%;
    margin: 0;
  }
  #container #article aside.main .inner .h1.h1_3 {
    top: 200px;
    transform: translateX(-50%);
  }
  #container #article aside.main .inner .h1.h1_3 span {
    letter-spacing: 0.15em;
    font-size: 4.2rem;
  }
  #container #article aside.main .inner .h1.h1_3 span.txt_2 {
    font-size: 3rem;
    margin: 20px 0 0;
  }
  #container #article section {
    width: 100%;
    padding: 0 0 64px;
    /* -------------------------------------
       common
    */
    /* -------------------------------------
       news , blog
    */
    /* -------------------------------------
       message
    */
    /* -------------------------------------
       concept
    */
    /* -------------------------------------
       works , interview
    */
    /* -------------------------------------
       renovation
    */
    /* -------------------------------------
       instagram
    */
    /* -------------------------------------
       youtube
    */
  }
  #container #article section .inner {
    width: 1120px;
    padding: 0;
    position: relative;
    z-index: 1;
    /* -------------------------------------
        swiper
    ------------------------------------- */
  }
  #container #article section .inner .content {
    width: 1056px;
    position: relative;
    z-index: 1;
  }
  #container #article section .inner .sw_control {
    /* -------------------------------------
        sw-arrow
    */
  }
  #container #article section .inner .sw_control .sw-arrow {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  #container #article section .inner .sw_control .sw-arrow:after {
    width: 12px;
    height: 12px;
  }
  #container #article section .inner .sw_control .sw-arrow.next {
    right: -32px;
  }
  #container #article section .inner .sw_control .sw-arrow.prev {
    left: -32px;
  }
  #container #article section .inner .swiper {
    /* -------------------------------------
       slick-dots
    */
  }
  #container #article section .inner .swiper .slick-dots {
    position: absolute !important;
    bottom: -40px !important;
  }
  #container #article section h3.h3_1 {
    grid-template-rows: 4fr repeat(4, 1fr);
    min-width: 1056px;
    width: 100%;
    height: 160px;
  }
  #container #article section h3.h3_1 span.txt {
    font-size: 3.2rem;
  }
  #container #article section h3.h3_1 span.txt_2 {
    grid-row: 3;
    font-size: 1.4rem;
  }
  #container #article section.news .inner .content, #container #article section.blog .inner .content {
    margin: 0 auto;
  }
  #container #article section.news .inner .content h4.h4_3, #container #article section.blog .inner .content h4.h4_3 {
    margin-top: 8px;
  }
  #container #article section.news .inner .content h4.h4_3 span, #container #article section.blog .inner .content h4.h4_3 span {
    font-size: 1.2rem;
  }
  #container #article section.news .inner .content h4.h4_3 span.txt, #container #article section.blog .inner .content h4.h4_3 span.txt {
    margin-top: 0.75em;
  }
  #container #article section.news .inner .content h4.h4_3 span.txt::after, #container #article section.blog .inner .content h4.h4_3 span.txt::after {
    display: none;
  }
  #container #article section.news .inner .content .item, #container #article section.blog .inner .content .item {
    width: 100%;
    margin: 0;
  }
  #container #article section.news .inner .content .item.new .date::before, #container #article section.blog .inner .content .item.new .date::before {
    transform: translateY(1px);
  }
  #container #article section.news .inner .content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    width: 1056px;
  }
  #container #article section.news .inner .content h3 {
    grid-column: 1/-1;
  }
  #container #article section.news .inner .content .item {
    width: 100%;
    margin-bottom: 0;
  }
  #container #article section.news .inner .content .item a,
  #container #article section.news .inner .content .item a:link {
    display: block;
    column-gap: 0;
  }
  #container #article section.news .inner .content .item .float_l {
    width: 100%;
  }
  #container #article section.news .inner .content .item .float_r {
    margin-top: 0;
  }
  #container #article section.blog {
    padding: 64px 0;
  }
  #container #article section.blog .inner {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    column-gap: 64px;
    width: 1056px;
  }
  #container #article section.blog .inner::before {
    grid-row: 1;
    grid-column: 2;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border-left: 1px solid hsl(0, 0%, 0%);
  }
  #container #article section.blog .inner .content {
    grid-row: 1;
    width: 100%;
  }
  #container #article section.blog .inner .content.content_1 {
    grid-column: 1;
  }
  #container #article section.blog .inner .content.content_2 {
    grid-column: 3;
    margin-top: 0;
    border-top: none;
  }
  #container #article section.blog .inner .content h3.h3_1 {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2, max-content);
    column-gap: 2em;
    min-width: 100%;
    height: auto;
    margin-bottom: 48px;
  }
  #container #article section.blog .inner .content h3.h3_1 span.txt {
    grid-row: 1;
    grid-column: 1;
    align-self: center;
  }
  #container #article section.blog .inner .content h3.h3_1 span.txt_2 {
    grid-row: 1;
    grid-column: 2;
  }
  #container #article section.blog .inner .content h4.h4_3 {
    margin-top: 0;
  }
  #container #article section.blog .inner .content h6.h6_1 span {
    font-size: 1rem;
  }
  #container #article section.blog .inner .content h6.h6_1 span a,
  #container #article section.blog .inner .content h6.h6_1 span a:link {
    padding: 3.2px 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #container #article section.blog .inner .content h6.h6_1 span a:before,
  #container #article section.blog .inner .content h6.h6_1 span a:link:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #7D7F80;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease;
  }
  #container #article section.blog .inner .content h6.h6_1 span a:hover,
  #container #article section.blog .inner .content h6.h6_1 span a:link:hover {
    color: hsl(0, 0%, 100%);
    border: 1px solid #7D7F80;
  }
  #container #article section.blog .inner .content h6.h6_1 span a:hover:before,
  #container #article section.blog .inner .content h6.h6_1 span a:link:hover:before {
    transform: scaleX(1);
    transform-origin: left;
  }
  #container #article section.blog .inner .content .link {
    width: 120px;
    height: 32px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  #container #article section.blog .inner .content .link span.txt.en {
    font-size: 1.4rem;
  }
  #container #article section.blog .inner .content .item {
    column-gap: 24px;
    width: 100%;
    margin-bottom: 32px;
  }
  #container #article section.blog .inner .content .item:nth-of-type(2) {
    margin-bottom: 0;
  }
  #container #article section.blog .inner .content .item .float_l {
    width: 200px;
  }
  #container #article section.message .inner .content {
    margin: 0 auto;
  }
  #container #article section.message .inner .content h4 {
    margin-top: 56px;
  }
  #container #article section.message .inner .content .text {
    margin-top: 40px;
  }
  #container #article section.message .inner .content .link {
    margin-top: 40px;
  }
  #container #article section.message .inner .content .item {
    margin: 0;
  }
  #container #article section.concept {
    padding: 64px 0 0;
  }
  #container #article section.concept .inner {
    width: 100%;
  }
  #container #article section.concept .inner .content.content_1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    margin: 0 auto;
  }
  #container #article section.concept .inner .content.content_1 h3.h3_1 {
    justify-self: center;
    display: block;
    min-width: max-content;
    width: max-content;
    max-width: none;
    margin: 0;
    height: auto;
  }
  #container #article section.concept .inner .content.content_1 h3.h3_1 span {
    text-align: left;
  }
  #container #article section.concept .inner .content.content_1 h3.h3_1 span.txt {
    font-size: 2.4rem;
  }
  #container #article section.concept .inner .content.content_1 h3.h3_1 span.txt_2 {
    font-size: 3.6rem;
    margin-top: 0.75em;
  }
  #container #article section.concept .inner .content.content_1 p {
    letter-spacing: 0.075em;
    margin: 0 auto 16px;
  }
  #container #article section.concept .inner .content.content_1 .item {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #container #article section.concept .inner aside.concept_in .content.content_2 {
    min-width: 1056px;
    width: 100%;
    max-width: 1120px;
  }
  #container #article section.works .inner .content, #container #article section.interview .inner .content {
    display: grid;
    column-gap: 32px;
  }
  #container #article section.works .inner .content h4.h4_1, #container #article section.interview .inner .content h4.h4_1 {
    margin-top: 0.75em;
  }
  #container #article section.works .inner .content h5.h5_1, #container #article section.interview .inner .content h5.h5_1 {
    margin: 0.75em auto 0;
  }
  #container #article section.works .inner .content h5.h5_1 span, #container #article section.interview .inner .content h5.h5_1 span {
    font-size: 1.2rem;
  }
  #container #article section.works .inner .content .item.new .h4_1 .txt:before, #container #article section.interview .inner .content .item.new .h4_1 .txt:before {
    transform: translateY(1px);
  }
  #container #article section.works .inner {
    width: 100%;
  }
  #container #article section.works .inner .content {
    grid-template-columns: repeat(3, 1fr);
    min-width: 1056px;
    width: 100%;
    max-width: 1200px;
  }
  #container #article section.works .inner .content .item {
    margin-bottom: 32px;
  }
  #container #article section.works .inner .link {
    margin-top: 0px;
  }
  #container #article section.interview .inner .content {
    grid-template-columns: repeat(4, 1fr);
    width: 1056px;
  }
  #container #article section.interview .inner .content .item {
    margin: 0;
  }
  #container #article section.interview .inner .content .item.new .h4_1 .txt:before {
    transform: translateY(0.4em);
  }
  #container #article section.renovation {
    padding: 80px 0;
  }
  #container #article section.renovation .inner {
    width: 1056px;
  }
  #container #article section.renovation .inner .content.content_1 h3.h3_1 {
    display: block;
    min-width: 100%;
    height: auto;
    margin: 0 auto 32px;
  }
  #container #article section.renovation .inner .content.content_1 h3.h3_1 span {
    text-align: left;
  }
  #container #article section.renovation .inner .content.content_1 h3.h3_1 span.txt {
    font-size: 2.6rem;
  }
  #container #article section.renovation .inner .content.content_1 h3.h3_1 span.txt_2 {
    text-indent: -0.2em;
    font-size: 3.6rem;
    margin-top: 0.75em;
  }
  #container #article section.renovation .inner .content.content_1 p {
    letter-spacing: 0.075em;
    margin: 0 auto 16px;
  }
  #container #article section.renovation .inner .content.content_1 .item {
    display: grid;
    grid-template-rows: max-content 1fr;
    grid-template-columns: 1fr 480px;
    align-items: center;
    column-gap: 48px;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #container #article section.renovation .inner .content.content_1 .item .float_l {
    grid-row: 1;
    grid-column: 1;
    padding-top: 16px;
  }
  #container #article section.renovation .inner .content.content_1 .item .float_r {
    grid-row: 1/3;
    grid-column: 2;
    margin: 0;
  }
  #container #article section.renovation .inner .content.content_1 .link {
    grid-row: 2;
    grid-column: 1;
    margin: 0;
  }
  #container #article section.renovation .inner .content.content_1 .link a,
  #container #article section.renovation .inner .content.content_1 .link a:link {
    margin: 0;
  }
  #container #article section.instagram {
    padding: 64px 0;
  }
  #container #article section.instagram .inner h3.h3_2 {
    width: 1056px;
  }
  #container #article section.instagram .inner h3.h3_2 span.img {
    width: 32px;
    margin: 0 16px 0 0;
  }
  #container #article section.instagram .inner .content {
    margin: 48px auto 0;
  }
  #container #article section.instagram .inner .content .instagram {
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    width: 100%;
  }
  #container #article section.instagram .inner .content .item:last-of-type {
    display: block;
  }
  #container #article section.instagram .inner .content .item a:after,
  #container #article section.instagram .inner .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(153, 153, 153, 0.1);
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.9);
    transition: 0.3s;
  }
  #container #article section.instagram .inner .content .item a img,
  #container #article section.instagram .inner .content .item a:link img {
    opacity: 1;
    transition: 0.2s;
  }
  #container #article section.instagram .inner .content .item a:hover:after {
    transform: scale(1);
    opacity: 1;
  }
  #container #article section.instagram .inner .content .item a:hover img {
    opacity: 0.2;
  }
  #container #article section.instagram .inner .link {
    margin: 32px auto 0;
  }
  #container #article section.youtube {
    padding: 64px 0;
  }
  #container #article section.youtube .inner h3.h3_2 {
    width: 1056px;
  }
  #container #article section.youtube .inner h3.h3_2 span.img {
    width: 32px;
    margin: 0 16px 0 0;
  }
  #container #article section.youtube .inner .content {
    width: 1056px;
    margin: 48px auto 0;
  }
  #container #article section.youtube .inner .content .item {
    margin: 0;
  }
  #container #article section.youtube .inner .content .item a,
  #container #article section.youtube .inner .content .item a:link {
    width: 240px;
  }
  #container #article section.youtube .inner .link {
    margin: 64px auto 0;
  }
}/*# sourceMappingURL=index.css.map */