@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=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* =================================================
   unique layout
================================================= */
/* -------------------------------------
        magnific-popup
*/
.mfp-bg.mfp-popup {
  z-index: 100002;
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-bg.mfp-popup.mfp-ready {
  opacity: 0.8;
}
.mfp-bg.mfp-popup.mfp-removing {
  opacity: 0;
}

.mfp-wrap.mfp-popup {
  z-index: 100003;
}
.mfp-wrap.mfp-popup .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-wrap.mfp-popup.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-wrap.mfp-popup.mfp-removing .mfp-content {
  opacity: 0;
}
#container {
  /* -------------------------------------
     article
  ------------------------------------- */
}
#container #article {
  padding: 0;
  /* -------------------------------------
     section
  ------------------------------------- */
}
#container #article figure.notice {
  height: 7.4666666667vw;
  margin: 0.5em 0 0 0.5em;
}
#container #article figure.notice img {
  width: auto;
  height: 100%;
}
#container #article aside {
  /* -------------------------------------
      main
  ------------------------------------- */
  /* -------------------------------------
      banner
  ------------------------------------- */
}
#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 h2.cach {
  position: absolute;
  z-index: 1;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#container #article aside.main .inner h2.cach span {
  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;
  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 .inner h2.cach span.txt {
  padding: 0 0 0 1em;
}
#container #article aside.main .inner h2.cach span.txt_2 {
  letter-spacing: 0.05em;
  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%;
  aspect-ratio: 2/3;
  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: #3C4F3A;
  border: 1px solid hsl(0, 0%, 100%);
}
#container #article aside.fmenu {
  padding: 0 0 10.6666666667vw;
  background: none;
}
#container #article aside.fmenu .inner .content h2 {
  align-items: center;
  height: 29.3333333333vw;
}
#container #article aside.fmenu .inner .content h3 {
  margin: 1.5em auto;
}
#container #article aside.fmenu .inner .content h3 span {
  text-align: left;
  font-size: 2.1rem;
  line-height: 1;
}
#container #article aside.fmenu .inner .content h4 span {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.25;
}
#container #article aside.fmenu .inner .content ul {
  margin-top: 8vw;
}
#container #article aside.fmenu .inner .content .item {
  margin-top: 5.3333333333vw;
}
#container #article section {
  width: 100%;
  padding: 0 0 10.6666666667vw;
  position: relative;
  overflow: hidden;
  /* -------------------------------------
     common
  */
  /* -------------------------------------
     concept
  */
  /* -------------------------------------
     information , column
  */
  /* -------------------------------------
     works , ownerslife
  */
  /* -------------------------------------
     instagram
  */
  /* -------------------------------------
     youtube
  */
}
#container #article section.border-bottom {
  border-bottom: 1px solid #7D7F80;
}
#container #article section .inner {
  /* -------------------------------------
     swiper
  ------------------------------------- */
}
#container #article section .inner .content.content_1 {
  position: relative;
}
#container #article section .inner .content .item {
  width: 92vw;
}
#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: #3C4F3A;
  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 h2 span {
  line-height: 1;
}
#container #article section h2.h2_1 {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 92vw;
  height: 29.3333333333vw;
  margin: 0 auto;
}
#container #article section h2.h2_1 span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
}
#container #article section h2.h2_2 {
  text-align: center;
  margin: 0 auto 10.6666666667vw;
}
#container #article section h2.h2_2 span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 1;
}
#container #article section ul {
  list-style: none;
}
#container #article section a,
#container #article section a:link {
  text-decoration: none;
  position: relative;
}
#container #article section .link {
  margin: 6.6666666667vw auto 0;
}
#container #article section.concept {
  padding-top: 13.3333333333vw;
}
#container #article section.concept .inner .content h2.h2_2 {
  width: 85.3333333333vw;
}
#container #article section.concept .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;
}
#container #article section.concept .inner .content .item {
  width: 100%;
  margin: 8vw auto 0;
}
#container #article section.information, #container #article section.column {
  background: hsl(0, 0%, 95%);
}
#container #article section.information .inner .content h3, #container #article section.column .inner .content h3 {
  display: grid;
  grid-template-columns: 29.3333333333vw 1fr;
  column-gap: 1.5em;
  align-items: baseline;
  justify-content: end;
}
#container #article section.information .inner .content h3 span, #container #article section.column .inner .content h3 span {
  font-size: 1.4rem;
}
#container #article section.information .inner .content h3 span.date, #container #article section.column .inner .content h3 span.date {
  white-space: nowrap;
  letter-spacing: 0.025em;
  text-align: right;
}
#container #article section.information .inner .content h3 span.txt, #container #article section.column .inner .content h3 span.txt {
  letter-spacing: 0.1em;
}
#container #article section.information .inner .content figure, #container #article section.column .inner .content figure {
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
}
#container #article section.information .inner .content .item, #container #article section.column .inner .content .item {
  margin: 0 auto 4vw;
}
#container #article section.information .inner .content .item.new .date::before, #container #article section.column .inner .content .item.new .date::before {
  flex-shrink: 0;
  content: "New";
  display: inline-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.025em;
  text-align: center;
  color: #f00;
  font-size: 1.2rem;
  line-height: 1;
  width: max-content;
  height: max-content;
  padding: 0.1em 0.2em;
  margin: 0 1.0666666667vw 0 0;
  box-sizing: border-box;
}
#container #article section.works .inner .content, #container #article section.ownerslife .inner .content {
  width: 92vw;
  margin: 0 auto;
}
#container #article section.works .inner .content figure, #container #article section.ownerslife .inner .content figure {
  width: 100%;
  overflow: hidden;
}
#container #article section.works .inner .content h3, #container #article section.ownerslife .inner .content h3 {
  margin: 2.6666666667vw 0 0;
}
#container #article section.works .inner .content h3 span, #container #article section.ownerslife .inner .content h3 span {
  letter-spacing: 0.175em;
  color: hsl(0, 0%, 0%);
  font-size: 1.2rem;
  line-height: 1.5;
}
#container #article section.works .inner .content h4, #container #article section.ownerslife .inner .content h4 {
  text-align: center;
  width: 100%;
  margin: 2.6666666667vw auto 0;
}
#container #article section.works .inner .content h4 span, #container #article section.ownerslife .inner .content h4 span {
  letter-spacing: 0.175em;
  color: hsl(0, 0%, 0%);
  font-size: 1.2rem;
  line-height: 1;
}
#container #article section.works .inner .content .item, #container #article section.ownerslife .inner .content .item {
  width: 100%;
  margin: 0;
}
#container #article section.works .inner .content .item.new h3 span::before, #container #article section.ownerslife .inner .content .item.new h3 span::before {
  flex-shrink: 0;
  content: "New";
  display: inline-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.025em;
  text-align: center;
  color: #f00;
  font-size: 1.2rem;
  line-height: 1;
  width: max-content;
  height: max-content;
  padding: 0.1em 0.2em;
  margin: 0 1.0666666667vw 0 0;
  box-sizing: border-box;
}
#container #article section.works .inner .content figure {
  aspect-ratio: 3/2;
}
#container #article section.works .inner .content h3 {
  text-align: center;
}
#container #article section.works .inner .content .item {
  margin-bottom: 5.3333333333vw;
}
#container #article section.ownerslife {
  background: hsl(0, 0%, 95%);
}
#container #article section.ownerslife .inner .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.3333333333vw;
}
#container #article section.ownerslife .inner .content figure {
  aspect-ratio: 1/1;
}
#container #article section.instagram {
  padding: 8vw 0 5.3333333333vw;
}
#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: flex;
  flex-wrap: wrap;
  width: 84vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#container #article section.instagram .inner .content .item {
  width: 26.6666666667vw;
  padding: 0;
  margin: 0;
  margin: 0 2vw 2vw 0;
}
#container #article section.instagram .inner .content .item:nth-of-type(3n) {
  margin: 0 0 2vw 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;
  height: 100%;
  border: 1px solid hsl(0, 0%, 100%);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  /* insta php */
  height: 26.6666666667vw;
  overflow: hidden;
}
#container #article section.instagram .inner .content .item figure {
  width: 100%;
}
#container #article section.instagram .inner .link {
  margin: 4vw auto 0;
}
#container #article section.youtube {
  background: hsl(0, 0%, 95%);
  padding: 8vw 0 5.3333333333vw;
}
#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: 4vw auto 0;
}

@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
     header
  ------------------------------------- */
  #container {
    /* -------------------------------------
       article
    ------------------------------------- */
  }
  #container #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container #article figure.notice {
    height: 14px;
  }
  #container #article aside {
    /* -------------------------------------
        main
    ------------------------------------- */
    /* -------------------------------------
        banner
    ------------------------------------- */
  }
  #container #article aside.main {
    width: 100%;
    background: hsl(0, 0%, 0%);
  }
  #container #article aside.main .inner {
    width: 100%;
    min-width: 1056px;
    margin: 0;
  }
  #container #article aside.main .inner h2.cach {
    top: 200px;
    transform: translateX(-50%);
  }
  #container #article aside.main .inner h2.cach span {
    letter-spacing: 0.15em;
    font-size: 4.2rem;
  }
  #container #article aside.main .inner h2.cach span.txt_2 {
    font-size: 3rem;
    margin: 20px 0 0;
  }
  #container #article aside.main .inner .img,
  #container #article aside.main .inner a.item,
  #container #article aside.main .inner a.item:link {
    aspect-ratio: 3/2;
  }
  #container #article aside.fmenu {
    padding: 64px 0;
  }
  #container #article aside.fmenu .inner .content {
    display: grid;
    grid-template-rows: 1fr repeat(3, max-content) 1fr;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 80px;
    align-items: center;
    min-width: 1056px;
    width: 100%;
    max-width: 1120px;
  }
  #container #article aside.fmenu .inner .content figure {
    grid-row: 1/-1;
    grid-column: 2;
    aspect-ratio: 4/5;
    overflow: hidden;
  }
  #container #article aside.fmenu .inner .content h2.h2_1 {
    grid-row: 2;
    grid-column: 1;
    height: auto;
    margin-bottom: 32px;
    row-gap: 0;
  }
  #container #article aside.fmenu .inner .content h2.h2_1 span.txt {
    font-size: 2.4rem;
  }
  #container #article aside.fmenu .inner .content h3 {
    grid-row: 3;
    grid-column: 1;
    margin: 0 0 40px;
  }
  #container #article aside.fmenu .inner .content h3 span {
    font-size: 3.6rem;
  }
  #container #article aside.fmenu .inner .content h4 span {
    font-size: 1.4rem;
    line-height: 1;
  }
  #container #article aside.fmenu .inner .content ul {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
  #container #article aside.fmenu .inner .content ul a,
  #container #article aside.fmenu .inner .content ul a:link {
    height: 48px;
  }
  #container #article aside.fmenu .inner .content .item {
    grid-row: 4;
    grid-column: 1;
    margin: 0;
  }
  #container #article section {
    width: 100%;
    padding: 0 0 48px;
    box-sizing: border-box;
    /* -------------------------------------
       common
    */
    /* -------------------------------------
       concept
    */
    /* -------------------------------------
       information , column
    */
    /* -------------------------------------
       works , ownerslife
    */
    /* -------------------------------------
       instagram
    */
    /* -------------------------------------
       youtube
    */
  }
  #container #article section .inner {
    max-width: 1152px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    /* -------------------------------------
        swiper
    ------------------------------------- */
  }
  #container #article section .inner .content {
    width: 1056px;
    margin: 0 auto;
    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 h2.h2_1 {
    width: 1056px;
    height: 160px;
  }
  #container #article section h2.h2_1 span {
    font-size: 3rem;
  }
  #container #article section h2.h2_2 {
    margin: 0 auto 64px;
  }
  #container #article section h2.h2_2 span {
    font-size: 3.6rem;
  }
  #container #article section.concept {
    padding-top: 96px;
  }
  #container #article section.concept .inner .content {
    width: 1056px;
  }
  #container #article section.concept .inner .content h2.h2_2 {
    width: 640px;
  }
  #container #article section.concept .inner .content h3 {
    margin: 0 auto 32px;
  }
  #container #article section.concept .inner .content p {
    text-align: center;
    line-height: 2;
  }
  #container #article section.concept .inner .content .item {
    width: 100%;
    margin: 48px auto 0;
  }
  #container #article section.concept .inner .link {
    margin: 32px auto 0;
  }
  #container #article section.information, #container #article section.column {
    padding: 64px 0 48px;
  }
  #container #article section.information .inner, #container #article section.column .inner {
    display: grid;
    grid-template-rows: repeat(2, max-content);
    grid-template-columns: 260px 1fr;
    row-gap: 16px;
    column-gap: 40px;
    align-items: center;
    width: 1056px;
  }
  #container #article section.information .inner h2, #container #article section.column .inner h2 {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    height: max-content;
  }
  #container #article section.information .inner .link, #container #article section.column .inner .link {
    grid-row: 2;
    grid-column: 2;
    padding-left: 10px;
    margin: 0;
  }
  #container #article section.information .inner .link a,
  #container #article section.information .inner .link a:link, #container #article section.column .inner .link a,
  #container #article section.column .inner .link a:link {
    margin: 0;
  }
  #container #article section.information .inner .content, #container #article section.column .inner .content {
    grid-row: 1;
    width: 100%;
  }
  #container #article section.information .inner .content h3, #container #article section.column .inner .content h3 {
    justify-content: start;
    grid-template-columns: 110px 1fr;
  }
  #container #article section.information .inner .content .item, #container #article section.column .inner .content .item {
    width: 100%;
    margin: 0 0 16px;
  }
  #container #article section.information .inner .content .item:last-of-type, #container #article section.column .inner .content .item:last-of-type {
    margin: 0;
  }
  #container #article section.information .inner .content .item.new .date:before, #container #article section.column .inner .content .item.new .date:before {
    margin: 0 8px 0 0;
  }
  #container #article section.works .inner, #container #article section.ownerslife .inner {
    min-width: 1056px;
    width: 100%;
  }
  #container #article section.works .inner .content, #container #article section.ownerslife .inner .content {
    row-gap: 40px;
    column-gap: 40px;
    min-width: 1056px;
    width: 100%;
  }
  #container #article section.works .inner .content h3, #container #article section.ownerslife .inner .content h3 {
    margin: 16px 0 0;
  }
  #container #article section.works .inner .content h3 span, #container #article section.ownerslife .inner .content h3 span {
    font-size: 1.2rem;
  }
  #container #article section.works .inner .content h4, #container #article section.ownerslife .inner .content h4 {
    margin: 12px auto 0;
  }
  #container #article section.works .inner .content .item, #container #article section.ownerslife .inner .content .item {
    margin: 0;
  }
  #container #article section.works .inner .content .item.new h3 span:before, #container #article section.ownerslife .inner .content .item.new h3 span:before {
    margin: 0 8px 0 0;
  }
  #container #article section.works .inner .link, #container #article section.ownerslife .inner .link {
    margin: 32px auto 0;
  }
  #container #article section.works .inner {
    max-width: 1200px;
  }
  #container #article section.works .inner .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
  }
  #container #article section.works .inner .content .item {
    margin-bottom: 0;
  }
  #container #article section.ownerslife .inner {
    max-width: 1120px;
  }
  #container #article section.ownerslife .inner .content {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 32px;
    column-gap: 32px;
    max-width: 1120px;
  }
  #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: 32px auto 0;
  }
  #container #article section.instagram .inner .content .instagram {
    width: 100%;
  }
  #container #article section.instagram .inner .content .item {
    width: 192px;
    margin: 0 24px 24px 0;
  }
  #container #article section.instagram .inner .content .item:nth-of-type(3n) {
    margin: 0 24px 24px 0;
  }
  #container #article section.instagram .inner .content .item:nth-of-type(5n) {
    margin: 0 0 24px 0;
  }
  #container #article section.instagram .inner .content .item:last-of-type {
    display: block;
  }
  #container #article section.instagram .inner .content .item a,
  #container #article section.instagram .inner .content .item a:link {
    text-decoration: none;
    position: relative;
    z-index: 1;
    /* insta php */
    height: 176px;
  }
  #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(60, 79, 58, 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 {
    min-width: 1056px;
    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 */