@charset "UTF-8";
#page.k-story.in {
  margin-top: 200px;
  position: relative;
  /*左から右テキストエフェクト*/
}
#page.k-story.in #bread-crumb {
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
}
#page.k-story.in .k-story-fv {
  margin: 0 0 100px 0;
}
#page.k-story.in .k-story-fv .wrap {
  max-width: 1200px;
}
#page.k-story.in .k-story-fv .k-story-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.k-story.in .k-story-fv .swiper {
  max-width: 500px;
  width: 100%;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  padding-bottom: 30px;
}
#page.k-story.in .k-story-fv .swiper-img-pagination {
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
#page.k-story.in .k-story-fv .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #0e0e0e;
  margin: 0 6px;
}
#page.k-story.in .k-story-fv .swiper-pagination-bullet-active {
  background-color: #0e0e0e;
}
#page.k-story.in .k-story-fv .k-story-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
#page.k-story.in .k-story-fv .k-story-logo {
  max-width: 90px;
  width: 100%;
  margin-bottom: 140px;
}
#page.k-story.in .k-story-fv .k-story-ttl {
  font-family: "Cinzel Decorative", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
}
#page.k-story.in .k-story-fv .k-story-ttl .leftAnime {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#page.k-story.in .k-story-fv .k-story-ttl .leftAnime .leftAnimeInner {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#page.k-story.in .k-story-fv .k-story-sub-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 40px;
}
#page.k-story.in .k-story-fv .k-story-sub-ttl .leftAnime {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#page.k-story.in .k-story-fv .k-story-sub-ttl .leftAnime .leftAnimeInner {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#page.k-story.in .k-story-fv .k-story-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
#page.k-story.in .k-story-fv .k-story-text .leftAnime:nth-child(1) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
#page.k-story.in .k-story-fv .k-story-text .leftAnime:nth-child(1) .leftAnimeInner {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
#page.k-story.in .k-story-fv .k-story-text .leftAnime:nth-child(3) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
#page.k-story.in .k-story-fv .k-story-text .leftAnime:nth-child(3) .leftAnimeInner {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
#page.k-story.in .k-story-fv .k-story-text .leftAnime:nth-child(5) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
#page.k-story.in .k-story-fv .k-story-text .leftAnime:nth-child(5) .leftAnimeInner {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
#page.k-story.in .k-story-fv .k-story-text .leftAnime:nth-child(7) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#page.k-story.in .k-story-fv .k-story-text .leftAnime:nth-child(7) .leftAnimeInner {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#page.k-story.in .k-story-fv .k-story-text .leftAnime:nth-child(9) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
#page.k-story.in .k-story-fv .k-story-text .leftAnime:nth-child(9) .leftAnimeInner {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
#page.k-story.in .k-story-fv .k-story-link {
  display: block;
  max-width: 260px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #0e0e0e;
  border-radius: 50px;
  padding: 12px 0;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  #page.k-story.in .k-story-fv .k-story-link:hover {
    background-color: #0e0e0e;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #page.k-story.in {
    margin-top: 75px;
  }
  #page.k-story.in .k-story-fv {
    margin: 0 0 100px 0;
  }
  #page.k-story.in .k-story-fv .k-story-content {
    display: block;
  }
  #page.k-story.in .k-story-fv #bread-crumb {
    position: unset;
    padding: 10px 0px;
  }
  #page.k-story.in .k-story-fv .swiper {
    width: calc(100% + 36px);
    margin-left: -18px;
    padding-bottom: 22px;
  }
  #page.k-story.in .k-story-fv .k-story-logo {
    max-width: 80px;
    margin: 45px auto 70px auto;
  }
  #page.k-story.in .k-story-fv .k-story-ttl {
    font-size: 32px;
  }
  #page.k-story.in .k-story-fv .k-story-sub-ttl {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #page.k-story.in .k-story-fv .k-story-text {
    font-size: 15px;
    letter-spacing: 0.01em;
  }
  #page.k-story.in .k-story-fv .k-story-text .leftAnime:nth-child(11) {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  #page.k-story.in .k-story-fv .k-story-text .leftAnime:nth-child(11) .leftAnimeInner {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  #page.k-story.in .k-story-fv .k-story-link {
    margin: 0 auto;
  }
}
#page.k-story.in .k-story-img {
  margin-bottom: 170px;
}
#page.k-story.in .k-story-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #page.k-story.in .k-story-img {
    margin-bottom: 70px;
  }
}
#page.k-story.in .about {
  margin-bottom: 135px;
}
#page.k-story.in .about .wrap {
  max-width: 1000px;
}
#page.k-story.in .about .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.k-story.in .about .about-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
#page.k-story.in .about .about-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
}
#page.k-story.in .about .about-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 2.0833333333;
  font-weight: 400;
  margin-bottom: 50px;
}
#page.k-story.in .about .about-text-area {
  margin-bottom: 50px;
}
#page.k-story.in .about .about-text {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
}
#page.k-story.in .about .about-text:not(:last-child) {
  margin-bottom: 30px;
}
#page.k-story.in .about .about-link {
  display: block;
  max-width: 260px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  border: 1px solid #0e0e0e;
  border-radius: 50px;
  padding: 12px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  #page.k-story.in .about .about-link:hover {
    background-color: #0e0e0e;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #page.k-story.in .about {
    margin-bottom: 150px;
  }
  #page.k-story.in .about .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page.k-story.in .about .about-right {
    display: contents;
  }
  #page.k-story.in .about .about-img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 auto 65px auto;
  }
  #page.k-story.in .about .about-ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 22px;
    line-height: 2;
    margin-bottom: 40px;
  }
  #page.k-story.in .about .about-text-area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #page.k-story.in .about .about-text {
    font-size: 15px;
    line-height: 2;
  }
  #page.k-story.in .about .about-link {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: 0 auto;
  }
}
#page.k-story.in .designer {
  background-color: #fff;
  border-top: 4px solid #ffcdd0;
  border-bottom: 4px solid #ffcdd0;
  padding: 50px 0 90px 0;
}
#page.k-story.in .designer .wrap {
  max-width: 1200px;
}
#page.k-story.in .designer .designer-ttl {
  font-family: "Cinzel Decorative", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-bottom: 70px;
}
#page.k-story.in .designer .designer-ttl-jp {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 15px;
}
#page.k-story.in .designer .designer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#page.k-story.in .designer .designer-content::after {
  content: "";
  position: absolute;
  height: calc(100% + 10px);
  width: 1px;
  border-right: 1px dashed #0e0e0e;
  inset: 0;
  margin: auto;
}
#page.k-story.in .designer .designer-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.6%;
          flex: 0 0 40.6%;
}
#page.k-story.in .designer .designer-item:nth-child(2) .designer-profile {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#page.k-story.in .designer .designer-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
#page.k-story.in .designer .designer-name {
  font-family: "Shippori Mincho", serif;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.23em;
}
#page.k-story.in .designer .designer-name span {
  font-family: "Cinzel Decorative", serif;
  font-size: 12px;
  padding-top: 16px;
  letter-spacing: 0.02em;
}
#page.k-story.in .designer .designer-profile-icon {
  max-width: 260px;
  width: 100%;
}
#page.k-story.in .designer .designer-text-area:not(:last-child) {
  margin-bottom: 40px;
}
#page.k-story.in .designer .designer-q {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-bottom: 15px;
}
#page.k-story.in .designer .designer-q::before {
  content: "";
  display: block;
  background-color: #ffcdd0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
}
#page.k-story.in .designer .designer-a {
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #page.k-story.in .designer {
    padding: 40px 0 90px 0;
  }
  #page.k-story.in .designer .designer-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 26px;
    gap: 8px;
    margin-bottom: 45px;
  }
  #page.k-story.in .designer .designer-ttl-jp {
    font-size: 12px;
  }
  #page.k-story.in .designer .designer-content {
    display: block;
  }
  #page.k-story.in .designer .designer-content::after {
    display: none;
  }
  #page.k-story.in .designer .designer-item:nth-child(1) {
    padding-bottom: 55px;
    margin-bottom: 65px;
    border-bottom: 1px dashed #0e0e0e;
  }
  #page.k-story.in .designer .designer-item:nth-child(2) .designer-profile {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #page.k-story.in .designer .designer-profile {
    margin-left: 39px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    margin-right: 10px;
  }
  #page.k-story.in .designer .designer-name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 24px;
  }
  #page.k-story.in .designer .designer-name span {
    font-size: 10px;
    padding-top: 10px;
  }
  #page.k-story.in .designer .designer-profile-icon {
    max-width: 220px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #page.k-story.in .designer .designer-q {
    font-size: 18px;
  }
  #page.k-story.in .designer .designer-q::before {
    width: 8px;
    height: 8px;
  }
  #page.k-story.in .designer .designer-a {
    font-size: 14px;
  }
}
#page.k-story.in .leftAnime {
  opacity: 0;
  overflow: hidden;
  display: inline-block;
}
#page.k-story.in .leftAnimeInner {
  display: inline-block;
}
#page.k-story.in .slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
#page.k-story.in .slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

#page.k-story.in .designer-item-swiper-area {
  margin-top: 114px;
}
#page.k-story.in .designer-item-swiper-area02 {
  margin-top: 138px;
}
#page.k-story.in .designer-item-swiper-parent {
  overflow: hidden;
  max-width: 300px;
  width: 100%;
  margin: auto;
  position: relative;
  padding-bottom: 50px;
}
#page.k-story.in .designer-item-swiper-parent .swiper-slide img {
  border: 2px solid #ffcdd0;
}
#page.k-story.in .designer-item-swiper-parent .swiper-button-prev,
#page.k-story.in .designer-item-swiper-parent .swiper-button-next {
  height: 44px;
  width: 44px;
  top: unset;
  bottom: 36px;
  right: 0;
  left: 0;
  margin: auto;
}
#page.k-story.in .designer-item-swiper-parent .swiper-button-prev:after,
#page.k-story.in .designer-item-swiper-parent .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 44px;
  width: 44px;
  margin: auto;
}
#page.k-story.in .designer-item-swiper-parent .swiper-button-prev:after {
  background-image: url(../img/k-story/slide_arrow01.png);
}
#page.k-story.in .designer-item-swiper-parent .swiper-button-next:after {
  background-image: url(../img/k-story/slide_arrow02.png);
}
#page.k-story.in .designer-item-swiper-parent .swiper-button-prev {
  left: -150px;
}
#page.k-story.in .designer-item-swiper-parent .swiper-button-next {
  right: -150px;
}
#page.k-story.in .designer-item-swiper-ttl {
  max-width: 300px;
  width: 100%;
  margin: auto;
  margin-bottom: 5px;
  font-family: "Cinzel Decorative", serif;
  font-size: 15px;
}
#page.k-story.in .designer-item-swiper-txt {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  margin-top: 10px;
  padding-bottom: 36px;
}
#page.k-story.in .custom-pagination {
  text-align: center;
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Cinzel Decorative", serif;
}
#page.k-story.in .custom-pagination .current {
  font-size: 22px;
  margin-right: 5px;
}
#page.k-story.in .custom-pagination .total {
  font-size: 22px;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  #page.k-story.in .designer-item-swiper-area {
    margin-top: 100px;
  }
  #page.k-story.in .designer-item-swiper-parent .swiper-button-prev,
  #page.k-story.in .designer-item-swiper-parent .swiper-button-next {
    height: 42px;
    width: 42px;
  }
  #page.k-story.in .designer-item-swiper-parent .swiper-button-prev:after,
  #page.k-story.in .designer-item-swiper-parent .swiper-button-next:after {
    height: 42px;
    width: 42px;
  }
  #page.k-story.in .designer-item-swiper-parent .custom-pagination {
    position: relative;
    top: 4px;
  }
}