@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanmp.css");
/*
@mixin linkarrow3($c:$monocolor){

    &:before,
    &:after{
        content: "";
        display: block;
        width: 1px;
        height: 0.6rem;
        background: $c;
        border: none;
        box-sizing: border-box;
        position: absolute;
        z-index: 9;
        top: 50%;
        left: size(20);
    }
    &:before{
        transform: translateY(-50%) rotate(45deg);
    }
    &:after{
        transform: translateY(-50%) rotate(-45deg);
    }
}
    */
/* =================================================
   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;
}
/* -------------------------------------
           animation
*/
@keyframes motion-main-txt {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes motion-image {
  0% {
    transform: scale(1.05);
    box-shadow: 2px 10px 10px rgba(83, 93, 96, 0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    box-shadow: 0px 0px 10px rgba(83, 93, 96, 0);
    opacity: 1;
  }
}
@keyframes motion-splash {
  0% {
    width: 100vw;
    height: 100%;
    background: white radial-gradient(closest-corner, hsl(0, 0%, 100%), white);
    left: 0;
    opacity: 1;
  }
  50% {
    background: white radial-gradient(closest-corner, hsl(0, 0%, 100%), white);
    opacity: 1;
  }
  99% {
    width: 100vw;
    height: 100%;
    background: rgba(255, 255, 255, 0) radial-gradient(closest-corner, hsl(0, 0%, 100%), rgba(255, 255, 255, 0));
    left: 0;
    opacity: 0;
  }
  100% {
    width: 0vw;
    height: 0%;
    background: rgba(255, 255, 255, 0) radial-gradient(closest-corner, hsl(0, 0%, 100%), rgba(255, 255, 255, 0));
    left: -10vw;
    opacity: 0;
  }
}
@keyframes motion-splash-img {
  0% {
    /*width: 26.6666666667vw;*/
    width: 46.6666666667vw;
    opacity: 0;
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
  40% {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  99% {
    /*width: 26.6666666667vw;*/
    width: 46.6666666667vw;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  100% {
    width: 0vw;
    opacity: 0;
  }
}
#splash {
  animation: motion-splash 4s;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 0vw;
  height: 0%;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
#splash figure {
  animation: motion-splash-img 4s ease-in-out;
  width: 0vw;
  opacity: 0;
}

#container {
  /* -------------------------------------
     article
  ------------------------------------- */
}
#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 .content {
  width: 73.3333333333vw;
  height: max-content;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#container #article aside.main .inner .content h2 span {
  animation: motion-main-txt 1.5s ease-out 2.5s forwards;
  transform: translateY(20px);
  opacity: 0;
  writing-mode: tb-rl;
  display: block;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
  color: hsl(0, 0%, 100%);
  font-size: 1.6rem;
  line-height: 2.4;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4), 0 0 20px black;
}
#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%;
  min-height: 93.3333333333vw;
  height: calc(100vh - 48vw);
  height: calc(100svh - 48vw);
  overflow: hidden;
  position: relative;
  z-index: 1;
  /*
  &::after{
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      @include gra(); // color,rotate:0 or 1
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      opacity: 0.7;
  }
  */
}
#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: #535D60;
  border: 1px solid hsl(0, 0%, 100%);
}
#container #article aside.bnr-renova {
  position: relative;
  z-index: 1;
}
#container #article aside.bnr-renova.off {
  display: none;
}
#container #article aside.bnr-renova .inner .content {
  position: absolute;
  z-index: 1;
  bottom: 5.3333333333vw;
  right: 5.3333333333vw;
}
#container #article aside.bnr-renova .inner .content figure {
  width: 66.6666666667vw;
}
#container #article aside.bnr-renova .inner .content .b_close {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: hsl(0, 0%, 0%);
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 1.3333333333vw;
  left: 1.3333333333vw;
}
#container #article aside.bnr-renova .inner .content .b_close::before, #container #article aside.bnr-renova .inner .content .b_close::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#container #article aside.bnr-renova .inner .content .b_close::before {
  width: 2.6666666667vw;
  border-bottom: 1px solid hsl(0, 0%, 100%);
}
#container #article aside.bnr-renova .inner .content .b_close::after {
  height: 2.6666666667vw;
  border-left: 1px solid hsl(0, 0%, 100%);
}
#container #article section {
  width: 100%;
  padding: 0 0 5.3333333333vw;
  position: relative;
  overflow: hidden;
  /* -------------------------------------
     common
  */
  /* -------------------------------------
     event
  */
  /* -------------------------------------
     concept
  */
  /* -------------------------------------
     gallary , story
  */
  /* -------------------------------------
     youtube
  */
  /* -------------------------------------
     news-blog
  */
}
#container #article section .inner {
  /* -------------------------------------
     swiper
  ------------------------------------- */
}
#container #article section .inner .content.content_1 {
  position: relative;
}
#container #article section .inner .sw_control {
  position: relative;
  z-index: 1;
  /* -------------------------------------
      sw-arrow
  */
  /* -------------------------------------
      swiper-pagination
  */
}
#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: 4vw;
  height: 4vw;
  margin: 0px auto 0 auto;
  border-top: 1px solid #535D60;
  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: -1.3333333333vw;
}
#container #article section .inner .sw_control .sw-arrow.prev:after {
  border-left: 1px solid #535D60;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#container #article section .inner .sw_control .sw-arrow.next {
  right: -1.3333333333vw;
}
#container #article section .inner .sw_control .sw-arrow.next:after {
  border-right: 1px solid #535D60;
  transform: translate(-50%, -50%) rotate(45deg);
}
#container #article section .inner .sw_control .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 5.3333333333vw;
  bottom: auto;
  top: auto;
  transform: none;
}
#container #article section .inner .sw_control .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 3vw;
  height: 3vw;
  margin-bottom: 1.3333333333vw;
  border-radius: 10px;
  background: #DCDEDF;
  opacity: 1;
}
#container #article section .inner .sw_control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #535D60;
}
#container #article section .inner .swiper {
  height: max-content;
  z-index: 1;
}
#container #article section h2.h2_1 {
  font-size: 1.4rem;
  line-height: 1;
  width: 89.3333333333vw;
  margin: 0 auto 2em;
}
#container #article section h2.h2_1 span.txt {
  display: grid;
  align-items: center;
  width: max-content;
  height: 6.9333333333vw;
  padding: 0 1em;
  margin-bottom: 1em;
    background: #000000;
    color: #ffffff;

}
#container #article section h2.h2_1 span.txt_2 {
  font-size: 2.1rem;
}
#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 {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 1.2rem;
  width: 100%;
  margin: 0 auto;
}
#container #article section .link a,
#container #article section .link a:link {
  width: max-content;
  margin: 0 auto;
}
#container #article section .link span {
  display: grid;
  align-items: center;
  justify-content: center;
  color: hsl(0, 0%, 100%);
  line-height: 1;
  width: 45.3333333333vw;
  height: 10.6666666667vw;
  margin: 0 auto;
  background: #191919;
  border: 1px solid #535D60;
  border-radius: 5.3333333333vw;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
#container #article section .link span:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid hsl(0, 0%, 100%);
  border-right: 2px solid hsl(0, 0%, 100%);
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
  z-index: 9;
  right: 4vw;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
#container #article section .link span:hover {
  color: #535D60;
  background: hsl(0, 0%, 100%);
  opacity: 1;
}
#container #article section .link span:hover:after {
  border-top: 2px solid #535D60;
  border-right: 2px solid #535D60;
}
#container #article section .link:hover {
  opacity: 1;
}
#container #article section.event {
  padding: 5.3333333333vw 0 2.6666666667vw;
  background: #F8F6F1;
}
#container #article section.event .inner .content h3 {
  font-size: 1rem;
  padding-bottom: 1em;
  margin-bottom: 0.75em;
  border-bottom: 1px dotted #A8ADAF;
}
#container #article section.event .inner .content p.schedule {
  font-size: 1rem;
}
#container #article section.event .inner .content p.schedule span {
  display: block;
  line-height: 1.75;
}
#container #article section.event .inner .content p.schedule span i {
  color: #A8ADAF;
  margin-right: 1em;
}
#container #article section.event .inner .content figure {
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#container #article section.event .inner .content .item {
  background: hsl(0, 0%, 100%);
}
#container #article section.event .inner .content .item .float_l {
  width: 42.6666666667vw;
}
#container #article section.event .inner .content .item .float_r {
  padding-right: 4vw;
  box-sizing: border-box;
}
#container #article section.event .inner .content .item a,
#container #article section.event .inner .content .item a:link {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 4vw;
}
#container #article section.event .inner .content .item.new figure::before {
  flex-shrink: 0;
  content: "new";
  display: block;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 1rem;
  line-height: 1;
  width: max-content;
  padding: 0.6666666667vw 0.7vw 0.4666666667vw 0.6666666667vw;
  margin: 0 1.0666666667vw 0 0;
  background: #535D60;
  transform: translateY(-0.2666666667vw);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#container #article section.event .inner .content .sw_control {
  display: grid;
  grid-template-columns: max-content 1fr repeat(2, max-content);
  gap: 2.6666666667vw;
  align-items: center;
  width: 89.3333333333vw;
  margin: 0 auto;
}
#container #article section.event .inner .content .sw_control .swiper {
  grid-row: 1;
  grid-column: 1/-1;
  width: 100%;
}
#container #article section.event .inner .content .sw_control .sw-arrow {
  grid-row: 2;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  margin: 0;
  background: #535D60;
  border-radius: 50%;
  top: auto;
  position: relative;
  transform: none;
}
#container #article section.event .inner .content .sw_control .sw-arrow:after {
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  margin: 0;
  border-top: 2px solid hsl(0, 0%, 100%);
}
#container #article section.event .inner .content .sw_control .sw-arrow:hover {
  opacity: 0.9;
}
#container #article section.event .inner .content .sw_control .sw-arrow.prev {
  grid-column: 3;
  left: auto;
}
#container #article section.event .inner .content .sw_control .sw-arrow.prev:after {
  border-left: 2px solid hsl(0, 0%, 100%);
}
#container #article section.event .inner .content .sw_control .sw-arrow.next {
  grid-column: 4;
  right: auto;
}
#container #article section.event .inner .content .sw_control .sw-arrow.next:after {
  border-right: 2px solid hsl(0, 0%, 100%);
}
#container #article section.event .inner .content .sw_control .swiper-pagination {
  grid-row: 2;
  grid-column: 1;
  width: max-content;
  margin: 0;
  position: relative;
  top: auto;
  bottom: auto;
}
#container #article section.event .inner .content .sw_control .swiper-pagination .swiper-pagination-bullet {
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  margin-bottom: 0;
  border-radius: 50%;
}
#container #article section.concept {
  padding: 10.6666666667vw 0;
}
#container #article section.concept.fade_block.active figure img {
  animation: motion-image 1.5s ease-in-out 0.25s forwards;
}
#container #article section.concept .inner .content figure {
  width: 89.3333333333vw;
}
#container #article section.concept .inner .content figure img {
  transform: scale(0);
  box-shadow: 2px 10px 10px rgba(83, 93, 96, 0);
  opacity: 0;
}
#container #article section.concept .inner .content h2.h2_1 {
  line-height: 1.5;
  margin-bottom: 0.5em;
}
#container #article section.concept .inner .content h3 {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 1em;
  align-items: center;
  font-size: 1.4rem;
  width: 89.3333333333vw;
  margin: 0 auto 1em;
}
#container #article section.concept .inner .content h3 span {
  letter-spacing: 0.2em;
}
#container #article section.concept .inner .content h3::before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #A8ADAF;
}
#container #article section.concept .inner .content .link {
  margin: 6.6666666667vw auto 0;
}
#container #article section.concept .inner .content .item {
  width: 78.6666666667vw;
  margin: 4vw auto 0;
}
#container #article section.gallary, #container #article section.story {
  padding: 10.6666666667vw 0;
  /* background: #F8F6F1; */
}

#container #article section.gallary, #container #article section.topnews {
  padding: 10.6666666667vw 0;
  /* background: #F8F6F1; */
}
#container #article section.gallary .inner .content, #container #article section.story .inner .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.3333333333vw;
  width: 89.3333333333vw;
  margin: 0 auto;
}
#container #article section.gallary .inner .content figure, #container #article section.story .inner .content figure {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
}
#container #article section.gallary .inner .content h2.h2_1, #container #article section.story .inner .content h2.h2_1 {
  grid-column: 1/-1;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
#container #article section.gallary .inner .content h3, #container #article section.story .inner .content h3 {
  font-size: 1rem;
  margin: 0.75em 0 0;
}
#container #article section.gallary .inner .content h3 span, #container #article section.story .inner .content h3 span {
  line-height: 1.5;
}
#container #article section.gallary .inner .content h4, #container #article section.story .inner .content h4 {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 1em;
  align-items: center;
  font-size: 1rem;
  width: 100%;
  min-height: 5.3333333333vw;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
#container #article section.gallary .inner .content h4 span, #container #article section.story .inner .content h4 span {
  line-height: 1;
}
#container #article section.gallary .inner .content h4::before, #container #article section.story .inner .content h4::before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #A8ADAF;
}
#container #article section.gallary .inner .content .item a,
#container #article section.gallary .inner .content .item a:link, #container #article section.story .inner .content .item a,
#container #article section.story .inner .content .item a:link {
  height: 100%;
  padding: 0 0 6vw;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#container #article section.gallary .inner .content .item.new figure::before, #container #article section.story .inner .content .item.new figure::before {
  flex-shrink: 0;
  content: "new";
  display: block;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 1rem;
  line-height: 1;
  width: max-content;
  padding: 0.6666666667vw 0.7vw 0.4666666667vw 0.6666666667vw;
  margin: 0 1.0666666667vw 0 0;
  background: #535D60;
  transform: translateY(-0.2666666667vw);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#container #article section.gallary .inner .link, #container #article section.story .inner .link {
  grid-column: 1/-1;
  margin-top: 6.6666666667vw;
}
#container #article section.youtube {
  padding: 10.6666666667vw 0;
}
#container #article section.youtube .inner .content {
  width: 89.3333333333vw;
  margin: 0 auto;
}
#container #article section.youtube .inner .content h2.h2_1 {
  line-height: 1.5;
}
#container #article section.youtube .inner .content .item a,
#container #article section.youtube .inner .content .item a:link {
  width: 69.3333333333vw;
  margin: 0 auto;
}
#container #article section.youtube .inner .content .sw_control .sw-arrow {
  top: 17.3333333333vw;
  transform: none;
}
#container #article section.youtube .inner .link {
  /* margin: 12.3333333333vw auto 0; */
}
#container #article section.news-blog {
  padding: 10.6666666667vw 0;
  background: #F8F6F1;
}
#container #article section.news-blog .inner .content {
  position: relative;
  z-index: 1;
}
#container #article section.news-blog .inner .content.blog {
  margin-top: 10.6666666667vw;
}
#container #article section.news-blog .inner .content h3 {
  font-size: 1.2rem;
  margin-top: 1em;
}
#container #article section.news-blog .inner .content p.date {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  color: #A8ADAF;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 500;
  align-items: center;
  letter-spacing: 0.05em;
  font-size: 1rem;
  line-height: 1;
}
#container #article section.news-blog .inner .content figure {
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#container #article section.news-blog .inner .content .link {
  width: max-content;
  position: absolute;
  z-index: 1;
  top: 5.3333333333vw;
  right: 4vw;
}
#container #article section.news-blog .inner .content .link span {
  width: 34.6666666667vw;
  height: 8.5333333333vw;
}
#container #article section.news-blog .inner .content .item {
  width: 92vw;
  padding-bottom: 5.3333333333vw;
  margin: 0 auto 5.3333333333vw;
  border-bottom: 1px solid #A8ADAF;
}
#container #article section.news-blog .inner .content .item a,
#container #article section.news-blog .inner .content .item a:link {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 4vw;
}
#container #article section.news-blog .inner .content .item .float_l {
  width: 32vw;
}
#container #article section.news-blog .inner .content .item .float_r {
  width: 100%;
}
#container #article section.news-blog .inner .content .item:nth-of-type(3) {
  padding-bottom: 0;
  margin: 0 auto;
  border: none;
}
#container #article section.news-blog .inner .content .item.new figure::before {
  flex-shrink: 0;
  content: "new";
  display: block;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 1rem;
  line-height: 1;
  width: max-content;
  padding: 0.6666666667vw 0.7vw 0.4666666667vw 0.6666666667vw;
  margin: 0 1.0666666667vw 0 0;
  background: #535D60;
  transform: translateY(-0.2666666667vw);
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  /*
  @keyframes motion-image{

      0% {
          width: size(0);
          transform: translateX(100vw);
      }
      100% {
          width: size(670);
          transform: translateX(size(0));
      }
  }
  */
  @keyframes motion-splash-img {
    0% {
      width: 160px;
      opacity: 0;
      -webkit-filter: blur(1px);
      filter: blur(1px);
    }
    40% {
      opacity: 1;
      -webkit-filter: blur(0px);
      filter: blur(0px);
    }
    99% {
      width: 160px;
      opacity: 0;
      -webkit-filter: blur(20px);
      filter: blur(20px);
    }
    100% {
      width: 0px;
      opacity: 0;
    }
  }
  #splash figure {
    animation: motion-splash-img 3s ease;
    width: 0px;
  }
  /* -------------------------------------
     header
  ------------------------------------- */
  #container {
    position: relative;
    z-index: 1;
    /* -------------------------------------
       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 .content {
    width: calc(100% - 300px);
  }
  #container #article aside.main .inner .content h2 span {
    font-size: 3.2rem;
    line-height: 2.4;
  }
  #container #article aside.main .inner .img,
  #container #article aside.main .inner a.item,
  #container #article aside.main .inner a.item:link {
    min-height: 800px;
    height: 100vh;
    height: 100svh;
  }
  #container #article aside.bnr-renova {
    position: relative;
    z-index: 1;
  }
  #container #article aside.bnr-renova.off {
    display: none;
  }
  #container #article aside.bnr-renova .inner .content {
    bottom: 220px;
    right: 40px;
  }
  #container #article aside.bnr-renova .inner .content figure {
    width: 500px;
  }
  #container #article aside.bnr-renova .inner .content .b_close {
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
    cursor: pointer;
  }
  #container #article aside.bnr-renova .inner .content .b_close::before {
    width: 20px;
  }
  #container #article aside.bnr-renova .inner .content .b_close::after {
    height: 20px;
  }
  #container #article section {
    width: 100%;
    padding: 0 0 64px;
    box-sizing: border-box;
    /* -------------------------------------
       common
    */
    /* -------------------------------------
       event
    */
    /* -------------------------------------
       concept
    */
    /* -------------------------------------
       gallary , story
    */
    /* -------------------------------------
       youtube
    */
    /* -------------------------------------
       news-blog
    */
  }
  #container #article section .inner {
    width: 100%;
    position: relative;
    z-index: 1;
    /* -------------------------------------
        swiper
    ------------------------------------- */
  }
  #container #article section .inner .content {
    width: 100%;
    max-width: 1096px;
    position: relative;
    z-index: 1;
  }
  #container #article section .inner .sw_control {
    /* -------------------------------------
        sw-arrow
    */
    /* -------------------------------------
        swiper-pagination
    */
  }
  #container #article section .inner .sw_control .sw-arrow {
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  #container #article section .inner .sw_control .sw-arrow:after {
    width: 20px;
    height: 20px;
  }
  #container #article section .inner .sw_control .sw-arrow.next {
    /* right: -16px; */
    right: 36px;
  }
  #container #article section .inner .sw_control .sw-arrow.prev {
    /* left: -16px; */
    left: 36px;
  }
  #container #article section .inner .sw_control .swiper-pagination {
    margin-top: 32px;
  }
  #container #article section .inner .sw_control .swiper-pagination .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    margin-bottom: 10px;
  }
  #container #article section h2.h2_1 {
    font-size: 1.8rem;
    width: 100%;
  }
  #container #article section h2.h2_1 span.txt {
    height: 34px;
  }
  #container #article section h2.h2_1 span.txt_2 {
    font-size: 2.8rem;
  }
  #container #article section .link {
    transition: 0.3s;
    font-size: 1.4rem;
    margin: 48px auto 0;
  }
  #container #article section .link span {
    width: 300px;
    height: 40px;
    cursor: pointer;
  }
  #container #article section .link span:after {
    width: 6px;
    height: 6px;
    right: 16px;
  }
  #container #article section.event {
    padding: 0;
    background: none;
    overflow: visible;
    z-index: 1;
  }
  #container #article section.event .inner .content {
    max-width: 100%;
  }
  #container #article section.event .inner .content h3 {
    font-size: 1.2rem;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
  #container #article section.event .inner .content p.schedule span {
    line-height: 1.5;
  }
  #container #article section.event .inner .content p.schedule span i {
    color: #A8ADAF;
    margin-right: 1em;
  }
  #container #article section.event .inner .content .item {
    margin: 0;
    background: #F8F6F1;
    box-shadow: 1px 2px 30px rgba(0, 0, 0, 0.4);
  }
  #container #article section.event .inner .content .item .float_l {
    width: 200px;
  }
  #container #article section.event .inner .content .item .float_r {
    padding-right: 1em;
  }
  #container #article section.event .inner .content .item a,
  #container #article section.event .inner .content .item a:link {
    column-gap: 16px;
  }
  #container #article section.event .inner .content .item.new figure:before {
    padding: 4px 4px 1.6px 4px;
    margin: 0 8px 0 0;
    transform: translateY(-1px);
    margin: 0;
  }
  #container #article section.event .inner .content .sw_control {
    gap: 6px;
    width: 440px;
    margin: 0;
    position: absolute;
    z-index: 1;
    bottom: 48px;
    right: 48px;
  }
  #container #article section.event .inner .content .sw_control .sw-arrow {
    width: 20px;
    height: 20px;
  }
  #container #article section.event .inner .content .sw_control .sw-arrow:after {
    width: 6px;
    height: 6px;
  }
  #container #article section.event .inner .content .sw_control .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #535D60;
  }
  #container #article section.event .inner .content .sw_control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: hsl(0, 0%, 100%);
  }
  #container #article section.concept {
    width: 100%;
    padding: 64px 0;
    box-sizing: border-box;

background-image: url(https://iekoi-karen.co.jp/wp-content/themes/kln/img/sample2/sample6.png);
    /* background-blend-mode: color-dodge; */
    background-color: rgb(255 255 255 / 85%);
    background-blend-mode: lighten;


  }
  #container #article section.concept .inner {
    width: 100%;
  }
  #container #article section.concept .inner .content {
    display: grid;
    grid-template-rows: repeat(2, auto) 1fr;
    grid-template-columns: repeat(2, 1fr) 16px;
    column-gap: 64px;
    align-items: start;
    width: 100%;
    margin: 0 auto;
  }
  #container #article section.concept .inner .content figure {
    grid-row: 1/-1;
    grid-column: 1;
    width: 100%;
    height: 100%;
    max-height: 500px;
  }
  #container #article section.concept .inner .content h2.h2_1 {
    grid-row: 1;
    grid-column: 2;
  }
  #container #article section.concept .inner .content h3 {
    grid-row: 2;
    grid-column: 2;
    width: 100%;
    max-width: 570px;
    margin: 0 0 32px;
  }
  #container #article section.concept .inner .content h3 span {
    font-size: 1.8rem;
  }
  #container #article section.concept .inner .content .link {
    margin-top: 32px;
  }
  #container #article section.concept .inner .content .item {
    grid-row: 3;
    grid-column: 2;
    width: 100%;
    margin: 0;
  }
  #container #article section.gallary, #container #article section.story {
    width: 100%;
    padding: 64px;
    box-sizing: border-box;
  }
  #container #article section.gallary .inner .content, #container #article section.story .inner .content {
    grid-template-columns: repeat(4, 1fr);
    row-gap: inherit;
    column-gap: 48px;
    width: 100%;
    max-width: 1200px;
  }
  #container #article section.gallary .inner .content h2.h2_1, #container #article section.story .inner .content h2.h2_1 {
    margin-bottom: 1.75em;
  }
  #container #article section.gallary .inner .content h3, #container #article section.story .inner .content h3 {
    font-size: 1.4rem;
    margin: 1em 0 0;
  }
  #container #article section.gallary .inner .content h4, #container #article section.story .inner .content h4 {
    min-height: 40px;
  }
  #container #article section.gallary .inner .content .item, #container #article section.story .inner .content .item {
    margin: 0;
  }
  #container #article section.gallary .inner .content .item a,
  #container #article section.gallary .inner .content .item a:link, #container #article section.story .inner .content .item a,
  #container #article section.story .inner .content .item a:link {
    width: 100%;
    height: 100%;
    padding: 0 0 50px;
  }
  #container #article section.gallary .inner .content .item.new figure:before, #container #article section.story .inner .content .item.new figure:before {
    padding: 4px 4px 1.6px 4px;
    margin: 0 8px 0 0;
    transform: translateY(-1px);
  }
  #container #article section.gallary .inner .link, #container #article section.story .inner .link {
    width: max-content;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0;
  }
  #container #article section.gallary .inner .link span, #container #article section.story .inner .link span {
    width: 200px;
  }
  #container #article section.story {
    width: 100%;
    padding: 64px;
    box-sizing: border-box;
  }
  #container #article section.story .inner .content h2.h2_1 span.txt_2 {
    font-size: 2.2rem;
            border-bottom: 1px solid gray;
        padding: 14px;
  }
  #container #article section.gallary .inner .content {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 32px;
    column-gap: 48px;
  }
  #container #article section.gallary .inner .content figure {
    aspect-ratio: 1/1;
  }
  #container #article section.gallary .inner .content h2.h2_1 {
    margin-bottom: 16px;
  }
  #container #article section.gallary .inner .content h3 {
    font-size: 1.6rem;
    margin-top: 0.5em;
  }
  #container #article section.gallary .inner .content h4 {
    font-size: 1.4rem;
    min-height: 30px;
  }
  #container #article section.gallary .inner .content .item a,
  #container #article section.gallary .inner .content .item a:link {
    padding: 0 0 24px;
  }
  #container #article section.gallary .inner .content .item.new figure:before {
    font-size: 1.4rem;
    padding: 3px 4px;
  }
  #container #article section.youtube {
    width: 100%;
    padding: 64px;
    box-sizing: border-box;
  }
  #container #article section.youtube .inner .content {
    width: 100%;
    max-width: 1200px;
  }
  #container #article section.youtube .inner .content h2.h2_1 {
    margin-bottom: 2.5em;
  }
  #container #article section.youtube .inner .content h2.h2_1 span.txt_2 {
    font-size: 2.2rem;
        border-bottom: 1px solid gray;
        padding: 14px;

  }
  #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: 100%;
  }
  #container #article section.youtube .inner .content .sw_control {
    padding: 0 70px;
    box-sizing: border-box;

margin: 0 calc(50% - 50vw);
    width: 100vw;

  }
  #container #article section.youtube .inner .content .sw_control .sw-arrow {
    top: 10vw;
  }
  #container #article section.youtube .inner .link {
    /* width: max-content; */
    /* margin: 0; */
    /* position: absolute; */
    z-index: 1;
    top: 0px;
    right: 0;
  }
  #container #article section.youtube .inner .link span {
    width: 200px;
  }
  #container #article section.news-blog {
    width: 100%;
    padding: 64px;
    box-sizing: border-box;
  }
  #container #article section.news-blog .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 80px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #container #article section.news-blog .inner::before {
    content: "";
    display: block;
    height: 100%;
    border-left: 1px solid #535D60;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #container #article section.news-blog .inner .content.blog {
    margin-top: 0;
  }
  #container #article section.news-blog .inner .content h3 {
    font-size: 1.4rem;
  }
  #container #article section.news-blog .inner .content p.date {
    font-size: 1.2rem;
  }
  #container #article section.news-blog .inner .content .link {
    margin: 0;
    top: 20px;
    right: 0;
  }
  #container #article section.news-blog .inner .content .link span {
    width: 150px;
    height: 32px;
  }
  #container #article section.news-blog .inner .content .item {
    width: 100%;
    padding-bottom: 32px;
    margin: 0 0 32px;
  }
  #container #article section.news-blog .inner .content .item a,
  #container #article section.news-blog .inner .content .item a:link {
    column-gap: 32px;
  }
  #container #article section.news-blog .inner .content .item .float_l,
  #container #article section.news-blog .inner .content .item .float_r {
    width: 100%;
  }
  #container #article section.news-blog .inner .content .item .float_l {
    max-width: 135px;
  }
  #container #article section.news-blog .inner .content .item:nth-of-type(3) {
    padding-bottom: 0;
    margin: 0;
    border: none;
  }
  #container #article section.news-blog .inner .content .item.new figure:before {
    padding: 4px 4px 1.6px 4px;
    margin: 0 8px 0 0;
    transform: translateY(-1px);
  }
}
@media screen and (min-width: 960px) {
  #container {
    /* -------------------------------------
       article
    ------------------------------------- */
  }
  #container #article section.gallary .inner .link, #container #article section.story .inner .link, #container #article section.youtube .inner .link {
    top: 20px;
  }
}