@charset "UTF-8";

/* ==========================================================================
    main style
============================================================================= */
.mv {
  background-color: #f8f8f8;
  padding-top: 4.166vw;
  position: relative;
}
.mv__img {
  margin-left: 9.375vw;
  overflow: hidden;
  height: calc(100vh - 4.166vw);
}
.mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: animation-zoom 5s ease-in-out forwards;
          animation: animation-zoom 5s ease-in-out forwards;
}
.mv__txt {
  position: absolute;
  top: 39.41%;
  left: 5.55vw;
}
.mv__txt .slide-text {
  background-color: #fff;
  font-size: 3.2rem;
  line-height: 1.8125;
  padding: 10px;
  position: relative;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: clip-text;
          animation-name: clip-text;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  white-space: nowrap;
}
.mv__txt .slide-text:nth-of-type(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.mv__txt .slide-text:nth-of-type(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.mv__txt .slide-text:nth-of-type(4) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.mv__txt .slide-text::after {
  background-color: #f8f8f8;
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-animation-name: text-revealer;
          animation-name: text-revealer;
}
.mv__txt-en {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  display: block;
  font-size: 1.6rem;
  margin-top: 26px;
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  .mv {
    margin-top: 90px;
    padding-top: 0;
  }
  .mv__img {
    height: calc(100vh - 90px);
    margin-left: 10.256vw;
  }
  .mv__txt {
    bottom: 35.14%;
    top: inherit;
    left: 20px;
  }
  .mv__txt .slide-text {
    font-size: 2.6rem;
    line-height: 1.923;
    padding: 6px;
  }
  .mv__txt-en {
    font-size: 1.4rem;
  }
}
.mv .btn__scroll {
  color: #000;
  left: 20px;
  bottom: 3.4722vw;
}
.mv .btn__scroll .scroll-text {
  top: -1.5em;
}
.mv .btn__scroll .scroll-icon {
  top: calc(6em + 10px);
}
.mv .btn__scroll .scroll-icon .line {
  background-color: #f1edef;
}
.mv .btn__scroll .line-color__inner {
  -webkit-animation: scrollDonwLine 2s ease-out infinite normal;
          animation: scrollDonwLine 2s ease-out infinite normal;
  background-color: #616153;
}
.mv .btn__scroll .circle {
  -webkit-animation: scrollDonwIcon 2s ease-out infinite normal;
          animation: scrollDonwIcon 2s ease-out infinite normal;
  background-color: #754d68;
  bottom: 0;
}
@media screen and (min-height: 820px) {
  .mv .btn__scroll {
    bottom: 4.88%;
    left: 5.55vw;
  }
}
@media screen and (max-width: 767.98px) {
  .mv .btn__scroll {
    left: 10px;
  }
}
.concept {
  background-color: #fff;
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}
.concept::before {
  background: url("../images/symbol.svg") no-repeat 0 0/100% auto;
  content: "";
  display: block;
  width: 15.277vw;
  height: 14.772vw;
  position: absolute;
  top: -2.77vw;
  right: 5.55vw;
}
.concept .txt-cont {
  text-align: center;
}
.concept .txt-cont .lead {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.concept .txt-cont .btn-basic {
  margin-top: 60px;
}
.concept .photo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 120px;
}
.concept .photo-area .photo-1,
.concept .photo-area .photo-2 {
  opacity: 0;
  overflow: hidden;
}
.concept .photo-area .photo-1.is-active,
.concept .photo-area .photo-2.is-active {
  -webkit-animation: puff-in-bottom 1s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in-bottom 1s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}
.concept .photo-area .photo-1 {
  width: 54.722vw;
}
.concept .photo-area .photo-2 {
  margin-left: auto;
  margin-top: 100px;
  position: relative;
  width: 24.6527vw;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .concept {
    padding-top: 100px;
  }
  .concept::before {
    width: 40.769vw;
    height: 39.487vw;
    right: 20px;
    top: -20px;
  }
  .concept .photo-area {
    display: block;
  }
  .concept .photo-area .photo-1 {
    width: 87.179vw;
  }
  .concept .photo-area .photo-2 {
    margin-top: 50px;
    width: 50vw;
  }
}
.brand {
  padding: 200px 0 150px;
  margin-top: -50px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767.98px) {
  .brand {
    padding-top: 130px;
    padding-bottom: 70px;
  }
  .brand .hdg {
    text-align: center;
  }
  .brand .l-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news {
  background-color: #fff;
  padding: 150px 0;
}
.news .hdg {
  margin-bottom: 60px;
}
.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto 60px;
}
.news__list > li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5%;
}
.news__list > li a .date {
  -ms-flex-preferred-size: 9em;
      flex-basis: 9em;
}
.news__list > li a .label {
  border: solid 1px #754d68;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 34px;
  color: #754d68;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 2px;
  width: 90px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .news {
    padding: 80px 0;
  }
  .news__list > li a .date {
    -ms-flex-preferred-size: 10em;
        flex-basis: 10em;
  }
}
.photo-area02 {
  opacity: 0;
  overflow: hidden;
}
.photo-area02 img {
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.photo-area02.is-active {
  -webkit-animation: puff-in-bottom 1s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in-bottom 1s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}
.instagram {
  background-color: #f9f9f9;
  padding: 150px 0;
}
.instagram .l-column {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .instagram {
    padding: 80px 0;
  }
  .instagram .hdg-en {
    top: 30px;
    left: -20px;
  }
}
@-webkit-keyframes scrollDonwIcon {
  0% {
    -webkit-transform: translate3d(0, -3.125rem, 0) scale(0.5);
            transform: translate3d(0, -3.125rem, 0) scale(0.5);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate3d(0, 0.1875rem, 0) scale(1);
            transform: translate3d(0, 0.1875rem, 0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0.1875rem, 0) scale(0.5);
            transform: translate3d(0, 0.1875rem, 0) scale(0.5);
    opacity: 0;
  }
}
@keyframes scrollDonwIcon {
  0% {
    -webkit-transform: translate3d(0, -3.125rem, 0) scale(0.5);
            transform: translate3d(0, -3.125rem, 0) scale(0.5);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate3d(0, 0.1875rem, 0) scale(1);
            transform: translate3d(0, 0.1875rem, 0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0.1875rem, 0) scale(0.5);
            transform: translate3d(0, 0.1875rem, 0) scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes scrollDonwLine {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 130%, 0);
            transform: translate3d(0, 130%, 0);
    opacity: 0;
  }
}
@keyframes scrollDonwLine {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 130%, 0);
            transform: translate3d(0, 130%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes animation-zoom {
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes animation-zoom {
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes text-revealer {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes puff-in-bottom {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-bottom {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
/*# sourceMappingURL=maps/top.css.map */
