@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=Wix+Madefor+Display:wght@400;500;600;700;800&display=swap");
#main-slider {
  display: none;
}

/* =================================================
   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 {
  padding: 0;
  /* -------------------------------------
     article
  ------------------------------------- */
}
#container #header .inner .content.main {
  background: rgba(255, 255, 255, 0);
}
#container #header .inner .content.main h1.h1_1 span.img.page {
  opacity: 0;
}
#container #header .inner .content.main h1.h1_1 span.img.top {
  display: block;
  opacity: 1;
}
#container #header .inner .content.main #b_openmenu .icon {
  border-top: 2px solid hsl(0, 0%, 100%);
}
#container #header .inner .content.main #b_openmenu .icon:before, #container #header .inner .content.main #b_openmenu .icon:after {
  border-top: 2px solid hsl(0, 0%, 100%);
}
#container #header.open .inner .content.main {
  background: white;
}
#container #header.open .inner .content.main h1.h1_1 span.img.page {
  opacity: 1;
}
#container #header.open .inner .content.main h1.h1_1 span.img.top {
  opacity: 0;
}
#container #header.open .inner .content.main #b_openmenu .icon {
  border-top: 1px solid rgba(137, 137, 137, 0);
}
#container #header.open .inner .content.main #b_openmenu .icon:before, #container #header.open .inner .content.main #b_openmenu .icon:after {
  border-top: 2px solid hsl(0, 0%, 0%);
}
#container.fixed #header .inner .content.main {
  background: white;
}
#container.fixed #header .inner .content.main h1.h1_1 span.img.page {
  opacity: 1;
}
#container.fixed #header .inner .content.main h1.h1_1 span.img.top {
  opacity: 0;
}
#container.fixed #header .inner .content.main #b_openmenu .icon {
  border-top: 2px solid hsl(0, 0%, 0%);
}
#container.fixed #header .inner .content.main #b_openmenu .icon:before, #container.fixed #header .inner .content.main #b_openmenu .icon:after {
  border-top: 2px solid hsl(0, 0%, 0%);
}
#container.fixed #header.open .inner .content.main #b_openmenu .icon {
  border-top: 1px solid rgba(137, 137, 137, 0);
}
#container #article {
  padding: 0;
  /* -------------------------------------
     section
  ------------------------------------- */
}
#container #article aside {
  /* -------------------------------------
      main
  ------------------------------------- */
}
#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.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 h1.h1_3 span.txt {
  padding: 0 0 0 1em;
}
#container #article aside.main .inner h1.h1_3 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%;
  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: #898989;
  border: 1px solid hsl(0, 0%, 100%);
}
#container #article section {
  width: 100%;
  padding: 0 0 5.3333333333vw;
  position: relative;
  overflow: hidden;
  /* -------------------------------------
     common
  */
  /* -------------------------------------
     news , blog
  */
  /* -------------------------------------
     news
  */
  /* -------------------------------------
     blog
  */
  /* -------------------------------------
     concept
  */
  /* -------------------------------------
     works
  */
  /* -------------------------------------
     interview
  */
  /* -------------------------------------
     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: #898989;
  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 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "palt";
}
#container #article section h3 span {
  display: block;
  line-height: 1;
}
#container #article section h3.h3_1 {
  display: flex;
  align-items: center;
  width: 92vw;
  height: 20vw;
  margin: 0 auto;
}
#container #article section h3.h3_1 span.txt {
  font-family: "Wix Madefor Display", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-size: 2.1rem;
  width: auto;
}
#container #article section h3.h3_1 span.txt_2 {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin: 0 0 0 1em;
}
#container #article section h3.h3_1 span.txt_2:before {
  flex-shrink: 0;
  content: "";
  display: block;
  height: 1.2em;
  margin: 0 1em 0 0;
  border-left: 1px solid hsl(0, 0%, 0%);
}
#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: 500;
  font-feature-settings: "palt";
}
#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 .link {
  width: 100%;
  margin: 0 auto;
}
#container #article section .link a,
#container #article section .link a:link {
  display: flex;
  align-items: center;
  justify-content: center;
  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.175em;
  color: hsl(0, 0%, 0%);
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  width: 44vw;
  height: 8vw;
  margin: 0 auto;
  border: 1px solid hsl(0, 0%, 0%);
  box-sizing: border-box;
  position: relative;
}
#container #article section .link a:before, #container #article section .link a:after,
#container #article section .link a:link:before,
#container #article section .link a:link:after {
  content: "";
  display: block;
  border-top: 1px solid hsl(0, 0%, 0%);
  box-sizing: border-box;
  position: absolute;
  z-index: 9;
  top: 50%;
  right: -5.3333333333vw;
  transform-origin: right bottom;
}
#container #article section .link a:before,
#container #article section .link a:link:before {
  width: 4vw;
  transform: translateY(-50%) rotate(40deg);
}
#container #article section .link a:after,
#container #article section .link a:link:after {
  width: 10.6666666667vw;
  transform: translateY(-50%);
}
#container #article section.news, #container #article section.blog {
  background: hsl(0, 0%, 95%);
}
#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;
  align-items: center;
  font-family: "Wix Madefor Display", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 500;
  align-items: center;
  letter-spacing: 0.05em;
  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: 500;
  letter-spacing: 0.1em;
  padding: 0 5.3333333333vw 0 0;
  margin: 2.6666666667vw 0 0;
  position: relative;
  z-index: 1;
}
#container #article section.news .inner .content h4.h4_3 span.txt:before, #container #article section.news .inner .content h4.h4_3 span.txt:after, #container #article section.blog .inner .content h4.h4_3 span.txt:before, #container #article section.blog .inner .content h4.h4_3 span.txt:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
}
#container #article section.news .inner .content h4.h4_3 span.txt:after, #container #article section.blog .inner .content h4.h4_3 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 .inner .content h4.h4_3 span.txt::after, #container #article section.blog .inner .content h4.h4_3 span.txt::after {
  right: 0;
}
#container #article section.news .inner .content figure, #container #article section.blog .inner .content figure {
  height: 24vw;
  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 .float_r, #container #article section.blog .inner .content .item .float_r {
  width: 53.3333333333vw;
}
#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: "Wix Madefor Display", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 1rem;
  line-height: 1;
  padding: 0.6666666667vw;
  margin: 0 1.0666666667vw 0 0;
  background: #898989;
}
#container #article section.news .inner .content .item a,
#container #article section.news .inner .content .item a:link {
  display: flex;
  justify-content: space-between;
}
#container #article section.blog {
  background: none;
}
#container #article section.blog .inner .content h6.h6_1 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
#container #article section.blog .inner .content h6.h6_1 span {
  vertical-align: middle;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1;
}
#container #article section.blog .inner .content h6.h6_1 span a,
#container #article section.blog .inner .content h6.h6_1 span a:link {
  padding: 0.4vw 3.3333333333vw;
  border: 1px solid hsl(0, 0%, 0%);
}
#container #article section.blog .inner .content .item {
  display: flex;
  justify-content: space-between;
}
#container #article section.blog .inner .content .item .float_r {
  position: relative;
  z-index: 1;
}
#container #article section.concept {
  padding: 0;
}
#container #article section.concept .inner .content.content_1 h4.h4_1 {
  margin: 2.6666666667vw auto;
}
#container #article section.concept .inner .content.content_1 h4.h4_1 span {
  display: block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
  font-size: 1.8rem;
}
#container #article section.concept .inner .content.content_1 .item {
  width: 92vw;
  margin: 0 auto 4vw;
}
#container #article section.concept .inner .content.content_1 .item .link {
  margin: 2.6666666667vw auto 0;
}
#container #article section.concept .inner .content.content_1 .item .link span {
  display: flex;
  align-items: center;
  justify-content: center;
  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.175em;
  color: hsl(0, 0%, 0%);
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  width: 44vw;
  height: 8vw;
  margin: 0 auto;
  border: 1px solid hsl(0, 0%, 0%);
  box-sizing: border-box;
  position: relative;
}
#container #article section.concept .inner .content.content_1 .item .link span:before, #container #article section.concept .inner .content.content_1 .item .link span:after {
  content: "";
  display: block;
  border-top: 1px solid hsl(0, 0%, 0%);
  box-sizing: border-box;
  position: absolute;
  z-index: 9;
  top: 50%;
  right: -5.3333333333vw;
  transform-origin: right bottom;
}
#container #article section.concept .inner .content.content_1 .item .link span:before {
  width: 4vw;
  transform: translateY(-50%) rotate(40deg);
}
#container #article section.concept .inner .content.content_1 .item .link span:after {
  width: 10.6666666667vw;
  transform: translateY(-50%);
}
#container #article section.concept .inner aside.concept_in .content {
  /* -------------------------------------
      content_2
  */
}
#container #article section.concept .inner aside.concept_in .content.content_2 .link {
  width: 32vw;
}
#container #article section.works .inner .content {
  display: flex;
  flex-wrap: wrap;
  width: 97.3333333333vw;
  margin: 0 auto;
}
#container #article section.works .inner .content figure {
  width: 100%;
  height: 32vw;
  position: relative;
  overflow: hidden;
}
#container #article section.works .inner .content h4.h4_1 {
  padding: 0 2.6666666667vw;
  margin: 3.3333333333vw 0 0;
}
#container #article section.works .inner .content h4.h4_1 span {
  letter-spacing: 0.175em;
  color: hsl(0, 0%, 0%);
  font-size: 1.2rem;
  line-height: 1.5;
}
#container #article section.works .inner .content h5.h5_1 {
  width: 100%;
  min-height: 5.3333333333vw;
  padding: 0 2.6666666667vw;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
#container #article section.works .inner .content h5.h5_1:before, #container #article section.works .inner .content h5.h5_1:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
}
#container #article section.works .inner .content h5.h5_1: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 .inner .content h5.h5_1:after {
  top: 0.6666666667vw;
  right: 2.6666666667vw;
  transform: rotate(45deg);
}
#container #article section.works .inner .content h5.h5_1 span {
  letter-spacing: 0.175em;
  color: hsl(0, 0%, 0%);
  font-size: 1rem;
  line-height: 1;
}
#container #article section.works .inner .content .item {
  width: 48vw;
  margin: 0 1.3333333333vw 1.3333333333vw 0;
  background: hsl(0, 0%, 95%);
}
#container #article section.works .inner .content .item:nth-of-type(even) {
  margin: 0 0 1.3333333333vw;
}
#container #article section.works .inner .content .item a,
#container #article section.works .inner .content .item a:link {
  height: 100%;
  padding: 0 0 10.6666666667vw;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#container #article section.works .inner .content .item.new figure::before {
  flex-shrink: 0;
  content: "NEW";
  display: block;
  font-family: "Wix Madefor Display", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 1rem;
  line-height: 1;
  padding: 0.6666666667vw;
  background: #898989;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#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: flex;
  flex-wrap: wrap;
  width: 92vw;
  margin: 0 auto;
}
#container #article section.interview .inner .content figure {
  width: 100%;
  height: 29.3333333333vw;
  position: relative;
  overflow: hidden;
}
#container #article section.interview .inner .content h4.h4_1 {
  padding: 0 2.6666666667vw;
  margin: 3.3333333333vw 0 0;
}
#container #article section.interview .inner .content h4.h4_1 span {
  letter-spacing: 0.175em;
  color: hsl(0, 0%, 0%);
  font-size: 1.2rem;
  line-height: 1.5;
}
#container #article section.interview .inner .content h5.h5_1 {
  width: 100%;
  min-height: 5.3333333333vw;
  padding: 0 2.6666666667vw;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
#container #article section.interview .inner .content h5.h5_1:before, #container #article section.interview .inner .content h5.h5_1:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
}
#container #article section.interview .inner .content h5.h5_1: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 .inner .content h5.h5_1:after {
  top: 0.6666666667vw;
  right: 2.6666666667vw;
  transform: rotate(45deg);
}
#container #article section.interview .inner .content h5.h5_1 span {
  letter-spacing: 0.175em;
  color: hsl(0, 0%, 0%);
  font-size: 1rem;
  line-height: 1;
}
#container #article section.interview .inner .content .item {
  width: 44vw;
  margin: 0 4vw 4vw 0;
  background: hsl(0, 0%, 100%);
}
#container #article section.interview .inner .content .item:nth-of-type(even) {
  margin: 0 0 4vw;
}
#container #article section.interview .inner .content .item a,
#container #article section.interview .inner .content .item a:link {
  text-decoration: none;
  display: block;
  height: 100%;
  padding: 0 0 10.6666666667vw;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#container #article section.interview .inner .content .item.new figure::before {
  flex-shrink: 0;
  content: "NEW";
  display: block;
  font-family: "Wix Madefor Display", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 1rem;
  line-height: 1;
  padding: 0.6666666667vw;
  background: #898989;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#container #article section.instagram {
  background: hsl(0, 0%, 95%);
  padding: 6.6666666667vw 0 0;
}
#container #article section.instagram .inner h3.h3_2 a,
#container #article section.instagram .inner h3.h3_2 a:link {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#container #article section.instagram .inner h3.h3_2 span.img {
  width: 6.6666666667vw;
  margin: 0 4vw 0 0;
}
#container #article section.instagram .inner h3.h3_2 span.img_2 {
  width: 34.6666666667vw;
}
#container #article section.instagram .inner .content {
  margin: 2vw auto 0;
}
#container #article section.instagram .inner .content .instagram {
  display: flex;
  flex-wrap: wrap;
  width: 92vw;
  padding: 2.6666666667vw 2.6666666667vw 0;
  margin: 0 auto;
  background: hsl(0, 0%, 100%);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#container #article section.instagram .inner .content .item {
  width: 26.6666666667vw;
  padding: 0;
  margin: 0;
  margin: 0 2.6666666667vw 2.6666666667vw 0;
}
#container #article section.instagram .inner .content .item:nth-of-type(3n) {
  margin: 0 0 2.6666666667vw 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 span.img {
  width: 29.3333333333vw;
  margin: 0 auto;
}
#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) {
  #main_slider {
    display: block;
  }
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
             animation
  */
  @keyframes motion-btn-link {
    0% {
      right: 192px;
      opacity: 0;
    }
    50% {
      opacity: 0.4;
    }
    100% {
      right: -48px;
      opacity: 1;
    }
  }
  /* -------------------------------------
     header
  ------------------------------------- */
  #container {
    position: relative;
    z-index: 1;
    /* -------------------------------------
       article
    ------------------------------------- */
  }
  #container::before {
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    background: -moz-linear-gradient(top, hsl(0, 0%, 0%) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, hsl(0, 0%, 0%) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, hsl(0, 0%, 0%) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.4;
  }
  #container #header {
    background: rgba(255, 255, 255, 0);
  }
  #container #header .inner .content.main {
    background: none;
  }
  #container #header .inner .content.main #b_openmenu .icon {
    border-top: 1px solid hsl(0, 0%, 100%);
  }
  #container #header .inner .content.main #b_openmenu .icon:before, #container #header .inner .content.main #b_openmenu .icon:after {
    border-top: 1px solid hsl(0, 0%, 100%);
  }
  #container #header .inner .content.menu .menu_2 nav ul > li a,
  #container #header .inner .content.menu .menu_2 nav ul > li a:link,
  #container #header .inner .content.menu .menu_2 nav ul > li .txt {
    color: hsl(0, 0%, 100%);
  }
  #container #header .inner .content.menu .menu_2 nav ul > li:nth-child(6) a,
  #container #header .inner .content.menu .menu_2 nav ul > li:nth-child(6) a:link {
    border: 1px solid hsl(0, 0%, 100%);
  }
  #container #header .inner .content.menu .menu_2 nav ol li a,
  #container #header .inner .content.menu .menu_2 nav ol li a:link {
    color: hsl(0, 0%, 100%);
    background: rgba(255, 255, 255, 0);
  }
  #container #header .inner .content.menu .menu_2 nav ol li a:before,
  #container #header .inner .content.menu .menu_2 nav ol li a:link:before {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
  }
  #container #header .inner .content.menu .menu_2 nav ol li a:hover {
    color: hsl(0, 0%, 100%);
    background: hsl(0, 0%, 60%);
  }
  #container #header.fixed {
    background: white;
  }
  #container #header.fixed .inner .content.main {
    background: none;
  }
  #container #header.fixed .inner .content.menu .menu_2 nav ul > li a,
  #container #header.fixed .inner .content.menu .menu_2 nav ul > li a:link,
  #container #header.fixed .inner .content.menu .menu_2 nav ul > li .txt {
    color: hsl(0, 0%, 0%);
  }
  #container #header.fixed .inner .content.menu .menu_2 nav ul > li a:hover,
  #container #header.fixed .inner .content.menu .menu_2 nav ul > li a:link:hover,
  #container #header.fixed .inner .content.menu .menu_2 nav ul > li .txt:hover {
    color: hsl(0, 0%, 100%);
  }
  #container #header.fixed .inner .content.menu .menu_2 nav ul > li:nth-child(6) a,
  #container #header.fixed .inner .content.menu .menu_2 nav ul > li:nth-child(6) a:link {
    border: 1px solid hsl(0, 0%, 0%);
  }
  #container #header.fixed .inner .content.menu .menu_2 nav ol li a,
  #container #header.fixed .inner .content.menu .menu_2 nav ol li a:link {
    color: hsl(0, 0%, 0%);
    background: white;
  }
  #container #header.fixed .inner .content.menu .menu_2 nav ol li a:before,
  #container #header.fixed .inner .content.menu .menu_2 nav ol li a:link:before {
    border-top: 1px solid rgba(51, 51, 51, 0.6);
    border-right: 1px solid rgba(51, 51, 51, 0.6);
  }
  #container #header.fixed .inner .content.menu .menu_2 nav ol li a:hover {
    color: hsl(0, 0%, 100%);
    background: hsl(0, 0%, 60%);
  }
  #container #header.fixed .inner .content.menu .menu_2 nav ol li a:hover:before {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
  }
  #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
    &*/
    /* -------------------------------------
       news
    */
    /* -------------------------------------
       blog
    */
    /* -------------------------------------
       concept
    &*/
    /* -------------------------------------
       works
    */
    /* -------------------------------------
       interview
    */
    /* -------------------------------------
       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 {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 208px;
  }
  #container #article section h3.h3_1 span.txt {
    font-size: 3.2rem;
  }
  #container #article section h3.h3_1 span.txt_2 {
    display: block;
    font-size: 1.8rem;
    margin: 16px 0 0;
  }
  #container #article section h3.h3_1 span.txt_2:before {
    display: none;
  }
  #container #article section .link {
    margin: 48px auto 0;
  }
  #container #article section .link a,
  #container #article section .link a:link {
    font-size: 1.4rem;
    width: 288px;
    height: 48px;
  }
  #container #article section .link a:before, #container #article section .link a:after,
  #container #article section .link a:link:before,
  #container #article section .link a:link:after {
    right: -48px;
  }
  #container #article section .link a:before,
  #container #article section .link a:link:before {
    width: 24px;
  }
  #container #article section .link a:after,
  #container #article section .link a:link:after {
    width: 96px;
  }
  #container #article section .link a:hover:before, #container #article section .link a:hover:after,
  #container #article section .link a:link:hover:before,
  #container #article section .link a:link:hover: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.news .inner .content, #container #article section.blog .inner .content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #container #article section.news .inner .content h4.h4_3, #container #article section.blog .inner .content h4.h4_3 {
    margin: 16px 0 0;
  }
  #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 {
    padding: 0;
    margin: 12px 0 0;
  }
  #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 {
    margin: 0;
  }
  #container #article section.news .inner .content .item .float_l,
  #container #article section.news .inner .content .item .float_r, #container #article section.blog .inner .content .item .float_l,
  #container #article section.blog .inner .content .item .float_r {
    width: 100%;
  }
  #container #article section.news .inner .content .item.new .date:before, #container #article section.blog .inner .content .item.new .date:before {
    font-size: 1.2rem;
    padding: 4px;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  #container #article section.news .inner .content figure {
    height: 160px;
  }
  #container #article section.news .inner .content .item {
    width: 240px;
    margin: 0 32px 0 0;
  }
  #container #article section.news .inner .content .item:nth-of-type(4n) {
    margin: 0;
  }
  #container #article section.news .inner .content .item a,
  #container #article section.news .inner .content .item a:link {
    display: block;
  }
  #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;
  }
  #container #article section.blog .inner .content figure {
    height: 213.3333333333px;
  }
  #container #article section.blog .inner .content .item {
    display: block;
    width: 320px;
    margin: 0 48px 0 0;
  }
  #container #article section.blog .inner .content .item:nth-of-type(3n) {
    margin: 0;
  }
  #container #article section.blog .inner .content .item.new .date:before {
    top: -229.3333333333px;
  }
  #container #article section.concept .inner .content.content_1 {
    margin: 0 auto;
  }
  #container #article section.concept .inner .content.content_1 h4.h4_1 {
    margin: 0 0 32px;
  }
  #container #article section.concept .inner .content.content_1 h4.h4_1 span {
    white-space: nowrap;
    font-size: 3.6rem;
  }
  #container #article section.concept .inner .content.content_1 figure {
    overflow: hidden;
  }
  #container #article section.concept .inner .content.content_1 .item {
    width: 100%;
    margin: 0;
  }
  #container #article section.concept .inner .content.content_1 .item a,
  #container #article section.concept .inner .content.content_1 .item a:link {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #container #article section.concept .inner .content.content_1 .item a:hover .link span:before, #container #article section.concept .inner .content.content_1 .item a:hover .link span:after,
  #container #article section.concept .inner .content.content_1 .item a:link:hover .link span:before,
  #container #article section.concept .inner .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 .inner .content.content_1 .item .float_l {
    width: 480px;
  }
  #container #article section.concept .inner .content.content_1 .item .float_r {
    width: 512px;
  }
  #container #article section.concept .inner .content.content_1 .item .link {
    margin: 32px 0 0;
  }
  #container #article section.concept .inner .content.content_1 .item .link span {
    font-size: 1.4rem;
    width: 288px;
    height: 48px;
    margin: 0;
  }
  #container #article section.concept .inner .content.content_1 .item .link span:before, #container #article section.concept .inner .content.content_1 .item .link span:after {
    right: -48px;
  }
  #container #article section.concept .inner .content.content_1 .item .link span:before {
    width: 24px;
  }
  #container #article section.concept .inner .content.content_1 .item .link span:after {
    width: 96px;
  }
  #container #article section.concept .inner aside.concept_in .content {
    /* -------------------------------------
        content_2
    */
  }
  #container #article section.concept .inner aside.concept_in .content.content_2 .link {
    width: 144px;
    margin: 0 auto;
  }
  #container #article section.works .inner .content {
    width: 1056px;
  }
  #container #article section.works .inner .content figure {
    height: 227.5555555556px;
  }
  #container #article section.works .inner .content h4.h4_1 {
    padding: 0 16px;
    margin: 16px 0 0;
  }
  #container #article section.works .inner .content h4.h4_1 span {
    font-size: 1.8rem;
  }
  #container #article section.works .inner .content h5.h5_1 {
    min-height: 40px;
    padding: 0 16px;
  }
  #container #article section.works .inner .content h5.h5_1:after {
    width: 10px;
    height: 10px;
    right: 40px;
  }
  #container #article section.works .inner .content h5.h5_1:after {
    top: 5px;
    right: 15px;
  }
  #container #article section.works .inner .content h5.h5_1 span {
    font-size: 1.2rem;
  }
  #container #article section.works .inner .content .item {
    width: 341.3333333333px;
    padding: 0;
    margin: 0 16px 16px 0;
  }
  #container #article section.works .inner .content .item:nth-of-type(even) {
    margin: 0 16px 16px 0;
  }
  #container #article section.works .inner .content .item:nth-of-type(3n) {
    margin: 0 0 16px;
  }
  #container #article section.works .inner .content .item a,
  #container #article section.works .inner .content .item a:link {
    width: 100%;
    height: 100%;
    padding: 0 0 80px;
  }
  #container #article section.works .inner .content .item.new figure:before {
    font-size: 1.2rem;
    padding: 4px;
  }
  #container #article section.works .inner .link {
    margin: 32px auto 0;
  }
  #container #article section.interview .inner .content {
    width: 1056px;
  }
  #container #article section.interview .inner .content figure {
    height: 168px;
  }
  #container #article section.interview .inner .content h4.h4_1 {
    padding: 0 16px;
    margin: 16px 0 0;
  }
  #container #article section.interview .inner .content h4.h4_1 span {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  #container #article section.interview .inner .content h5.h5_1 {
    min-height: 40px;
    padding: 0 16px;
  }
  #container #article section.interview .inner .content h5.h5_1:after {
    width: 10px;
    height: 10px;
    right: 40px;
  }
  #container #article section.interview .inner .content h5.h5_1:after {
    top: 5px;
    right: 15px;
  }
  #container #article section.interview .inner .content h5.h5_1 span {
    font-size: 1.2rem;
  }
  #container #article section.interview .inner .content .item {
    width: 252px;
    padding: 0;
    margin: 0;
    margin: 0 16px 0 0;
  }
  #container #article section.interview .inner .content .item:nth-of-type(even) {
    margin: 0 16px 0 0;
  }
  #container #article section.interview .inner .content .item:nth-of-type(4n) {
    margin: 0;
  }
  #container #article section.interview .inner .content .item a,
  #container #article section.interview .inner .content .item a:link {
    padding: 0 0 80px;
  }
  #container #article section.interview .inner .content .item.new figure:before {
    font-size: 1.2rem;
    padding: 4px;
  }
  #container #article section.instagram {
    padding: 64px 0 0;
  }
  #container #article section.instagram .inner h3.h3_2 a,
  #container #article section.instagram .inner h3.h3_2 a:link {
    width: 298px;
    margin: 0 auto;
  }
  #container #article section.instagram .inner h3.h3_2 span.img {
    width: 38px;
    margin: 0 20px 0 0;
  }
  #container #article section.instagram .inner h3.h3_2 span.img_2 {
    width: 200px;
  }
  #container #article section.instagram .inner .content {
    margin: 32px auto 0;
  }
  #container #article section.instagram .inner .content .instagram {
    width: 100%;
    padding: 48px 48px 32px;
  }
  #container #article section.instagram .inner .content .item {
    width: 176px;
    margin: 0 16px 16px 0;
  }
  #container #article section.instagram .inner .content .item:nth-of-type(3n) {
    margin: 0 16px 16px 0;
  }
  #container #article section.instagram .inner .content .item:nth-of-type(5n) {
    margin: 0 0 16px 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(137, 137, 137, 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: 48px auto 0;
  }
  #container #article section.youtube {
    padding: 80px 0 64px;
  }
  #container #article section.youtube .inner h3.h3_2 span.img {
    width: 220px;
  }
  #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;
  }
}
@media screen and (min-width: 1536px) {
  #container {
    /* -------------------------------------
       article
    ------------------------------------- */
  }
  #container #article aside {
    /* -------------------------------------
        main
    ------------------------------------- */
  }
}/*# sourceMappingURL=index.css.map */