.animation .fadein {
  -webkit-transition: 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}
.animation .fadein.in-view,
.animation .in-view .fadein {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .main.index {
    overflow: hidden;
  }
}
.logo {
  position: absolute;
  width: 117px;
  height: 108px;
  right: 0;
  left: 0;
  top: calc(50% - 54px);
  margin: auto;
  -webkit-transition: 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  z-index: 1;
  opacity: 0;
  -webkit-animation: fadein 1s 0.5s 1 forwards;
  animation: fadein 1s 0.5s 1 forwards;
}
.is-show .logo {
  top: 20px;
}
@media screen and (max-width: 768px) {
  .is-show .logo {
    width: 12.8vw;
    top: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    width: 25.6vw;
    top: calc(50% - 54px);
  }
  .panel .logo {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.logo-img {
  width: 100%;
}
.contents {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contents.is-scroll {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .contents.is-scroll {
    -webkit-transition: 0s;
    transition: 0s;
  }
}
.kv {
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 20svh;
  margin-bottom: 5.625vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kv {
    padding: 24px;
    margin-bottom: 20.6666666667vw;
  }
}
.kv .logo-link {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.kv .logo.is-hidden .logo-link {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1000px) {
  .kv .logo.is-hidden .logo-link {
    opacity: 1;
    visibility: visible;
  }
}
.kv.is-played .logo,
.kv.is-played .logo-link {
  opacity: 1;
  -webkit-animation: none;
  animation: none;
  -webkit-transition: none;
  transition: none;
}
.kv-img-block {
  overflow: hidden;
  height: 100%;
}
.kv-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: 2.6s;
  transition: 2.6s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-mask: url(../img/kv_mask.png) no-repeat center center;
  mask: url(../img/kv_mask.png) no-repeat center center;
  -webkit-mask-size: 50% auto;
  mask-size: 50% auto;
}
.is-show .kv-img {
  opacity: 1;
  -webkit-mask-size: 600% auto;
  mask-size: 600% auto;
}
@media screen and (max-width: 768px) {
  .is-show .kv-img {
    -webkit-mask-size: 900% auto;
    mask-size: 900% auto;
  }
}
.is-show.is-played .kv-img {
  -webkit-transition: none;
  transition: none;
}
.kv-scroll {
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  bottom: 50px;
  margin: auto;
  padding: 34px 0;
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.is-show .kv-scroll {
  opacity: 1;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  .is-show .kv-scroll {
    bottom: 0;
  }
}
.is-show.is-played .kv-scroll {
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 768px) {
  .kv-scroll {
    padding: 18px 0;
  }
}
.kv-scroll:after,
.kv-scroll:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #a88100;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .kv-scroll:after,
  .kv-scroll:before {
    -webkit-animation: scroll-line-sp 1.5s linear infinite normal;
    animation: scroll-line-sp 1.5s linear infinite normal;
  }
}
.kv-scroll:before {
  top: 0;
  -webkit-animation: scroll-line-pc01 1.5s linear infinite normal;
  animation: scroll-line-pc01 1.5s linear infinite normal;
}
@media screen and (max-width: 768px) {
  .kv-scroll:before {
    -webkit-animation: scroll-line-sp01 1.5s linear infinite normal;
    animation: scroll-line-sp01 1.5s linear infinite normal;
  }
}
.kv-scroll:after {
  top: 52px;
  -webkit-animation: scroll-line-pc02 1.5s linear infinite normal;
  animation: scroll-line-pc02 1.5s linear infinite normal;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@media screen and (max-width: 768px) {
  .kv-scroll:after {
    top: 32px;
    -webkit-animation: scroll-line-sp02 1.5s linear infinite normal;
    animation: scroll-line-sp02 1.5s linear infinite normal;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
}
@-webkit-keyframes scroll-line-pc01 {
  0% {
    height: 0;
  }
  30% {
    height: 30px;
  }
  to {
    height: 30px;
  }
}
@keyframes scroll-line-pc01 {
  0% {
    height: 0;
  }
  30% {
    height: 30px;
  }
  to {
    height: 30px;
  }
}
@-webkit-keyframes scroll-line-pc02 {
  0% {
    height: 0;
  }
  20% {
    height: 0;
  }
  45% {
    height: 30px;
  }
  90% {
    height: 30px;
  }
  90.1% {
    height: 0;
  }
  to {
    height: 0;
  }
}
@keyframes scroll-line-pc02 {
  0% {
    height: 0;
  }
  20% {
    height: 0;
  }
  45% {
    height: 30px;
  }
  90% {
    height: 30px;
  }
  90.1% {
    height: 0;
  }
  to {
    height: 0;
  }
}
@-webkit-keyframes scroll-line-sp01 {
  0% {
    height: 0;
  }
  30% {
    height: 14px;
  }
  to {
    height: 14px;
  }
}
@keyframes scroll-line-sp01 {
  0% {
    height: 0;
  }
  30% {
    height: 14px;
  }
  to {
    height: 14px;
  }
}
@-webkit-keyframes scroll-line-sp02 {
  0% {
    height: 0;
  }
  20% {
    height: 0;
  }
  45% {
    height: 14px;
  }
  90% {
    height: 14px;
  }
  90.1% {
    height: 0;
  }
  to {
    height: 0;
  }
}
@keyframes scroll-line-sp02 {
  0% {
    height: 0;
  }
  20% {
    height: 0;
  }
  45% {
    height: 14px;
  }
  90% {
    height: 14px;
  }
  90.1% {
    height: 0;
  }
  to {
    height: 0;
  }
}
.kv-scroll-text {
  font-size: 1.4rem;
  font-family: transat-text, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .kv-scroll-text {
    font-size: 1.2rem;
    font-weight: 700;
  }
}
.about {
  margin-bottom: 15.625vw;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 0 24px;
    margin-bottom: 42.6666666667vw;
  }
}
.about-img {
  width: 75%;
  margin: 0 auto 6.25vw;
  overflow: hidden;
  text-align: center;
}
.animation .about-img {
  -webkit-transition: 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.animation .about-img.in-view {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .about-img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.animation .about-img-item {
  -webkit-transition: 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.animation .in-view .about-img-item {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.about-img-item2 {
  width: 300px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .about-img-item2 {
    width: 60%;
  }
}
.about-text {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.about-text:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.about-text:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.about-text:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .about-text {
    font-size: 1.6rem;
    text-align: left;
  }
}
.about-text:last-child {
  margin-bottom: 0;
}
.page-en .about-text {
  font-size: 1.6rem;
}
.concept {
  padding: 18.359375vw 0 6.25vw;
  margin-bottom: 20.625vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .concept {
    padding: 112vw 0 0;
    margin-bottom: 96vw;
  }
}
.concept-contents {
  position: relative;
  z-index: 1;
}
.concept-lead {
  font-family: transat-text, sans-serif;
  font-size: 1.4rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .concept-lead {
    font-size: 1.4rem;
  }
}
.concept-title {
  font-family: transat-text, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 6.25vw;
  line-height: 1.2;
}
.concept-title span {
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  opacity: 0;
  display: inline-block;
  -webkit-transition: 1.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 1.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.concept-title.in-view span {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .concept-title {
    font-size: 2.4rem;
    margin-bottom: 10.6666666667vw;
  }
}
.concept-title-line {
  overflow: hidden;
  display: block;
}
.concept-text {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 5vw;
}
.page-en .concept-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .concept-text,
  .page-en .concept-text {
    font-size: 1.6rem;
  }
  .concept-text {
    margin-bottom: 10.6666666667vw;
    padding: 0 24px;
    text-align: left;
  }
}
.concept-img-block {
  position: absolute;
  overflow: hidden;
}
.animation .concept-img-block {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
}
.animation .concept-img-block.in-view {
  opacity: 1;
}
.concept-img-block:first-child {
  left: 0;
  top: 10.78125vw;
  width: 31.25%;
}
@media screen and (max-width: 768px) {
  .concept-img-block:first-child {
    top: 18.6666666667vw;
    width: 58.4vw;
  }
}
.concept-img-block:nth-child(2) {
  top: 0;
  right: 5.859375%;
  width: 34.84375%;
}
@media screen and (max-width: 768px) {
  .concept-img-block:nth-child(2) {
    top: -120px;
    right: 5.3333333333vw;
    width: 55.4666666667vw;
  }
}
.concept-img-block:nth-child(3) {
  right: 0;
  top: 46.015625vw;
  width: 30.078125%;
}
@media screen and (max-width: 768px) {
  .concept-img-block:nth-child(3) {
    top: 210vw;
    right: -2.1333333333vw;
    width: 67.7333333333vw;
  }
}
.animation .concept-img-item {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.news,
.pickup-news {
  margin-bottom: 0;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news,
  .pickup-news {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .pickup-news {
    padding: 0;
  }
}
.post-list {
  max-width: 960px;
  margin: 0 auto 7.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .post-list {
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .post-list.is-scroll {
    margin-bottom: 17.0666666667vw;
    padding: 0 24px 5px;
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .post-list.is-scroll .post-list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.6666666667%;
    flex: 0 0 54.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .post-list.is-brand {
    display: block;
  }
}
.post-list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-right: 5%;
  color: #a88100;
}
@media screen and (max-width: 768px) {
  .post-list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    margin-right: 6%;
    margin-bottom: 10.6666666667%;
  }
}
.post-list-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .post-list-item:nth-child(3n) {
    margin-right: 6%;
  }
}
@media screen and (max-width: 768px) {
  .post-list-item:nth-child(2n) {
    margin-right: 0;
  }
  .is-scroll .post-list-item:nth-child(2n) {
    margin-right: 6%;
  }
}
.post-list-item:nth-child(n + 4) {
  margin-top: 3.125vw;
}
@media screen and (max-width: 768px) {
  .post-list-item:nth-child(n + 4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .is-brand .post-list-item {
    margin-right: 0;
  }
}
.post-list-link {
  display: block;
}
.post-list-img {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .is-brand .post-list-img {
    margin-bottom: 5.3333333333vw;
  }
}
.post-list-img-item {
  -webkit-transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.post-list-link:hover .post-list-img-item {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.post-category {
  font-size: 1.3rem;
  margin-bottom: 16px;
  color: #121212;
}
@media screen and (max-width: 768px) {
  .post-category {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}
.post-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #a88100;
  display: inline-block;
  margin-bottom: 16px;
  color: #121212;
}
@media screen and (max-width: 768px) {
  .post-title {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
}
.post-date {
  font-size: 1.3rem;
  color: #121212;
}
@media screen and (max-width: 768px) {
  .post-date {
    font-size: 1rem;
  }
}
.products {
  margin-bottom: 5.625vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .products {
    margin-bottom: 12.6666666667vw;
  }
}
.products-contents {
  position: relative;
}
.products-main {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #a88100;
  margin-bottom: 5.625vw;
}
@media screen and (max-width: 768px) {
  .products-main {
    display: block;
    min-height: auto;
    margin-bottom: 0;
  }
}
.products-main:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.products-main .swiper-pagination-bullets {
  bottom: 30px;
}
.products-main .swiper-pagination-bullet {
  background-color: #dfdfdf;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  -webkit-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 1;
}
.products-main .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background-color: #a88100;
}
.products-img-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .products-img-block {
    width: 100%;
    height: auto;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
  }
}
.products-img-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
.products-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  /*
  -webkit-transform: translateX(37px);
  transform: translateX(37px);
  */
  -webkit-transition: 6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 6s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
@media screen and (max-width: 768px) {
  .products-img {
    /*
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    */
  }
}
.swiper-slide-active .products-img {
  /*
  -webkit-transform: translateX(-37px);
  transform: translateX(-37px);
  */
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (max-width: 768px) {
  .swiper-slide-active .products-img {
    /*
    -webkit-transform: scale(1.1) translateX(-20px);
    transform: scale(1.1) translateX(-20px);
    */
  }
}
.products-block .products-img {
  -webkit-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}
.products-detail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  /* background-color: #a88100; */
  background-image: linear-gradient(180deg, rgba(45, 35, 32, 1), rgba(217, 208, 180, 1));
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.products-detail-block {
  padding: 8.125vw 5.25vw 0;
}
@media screen and (max-width: 768px) {
  .products-detail-block {
    padding: 6.4vw 6.5333333333vw 0;
  }
}
.products-detail-block:last-child {
  padding: 1.25vw 1.25vw 1.875vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .products-detail-block:last-child {
    padding: 6.4vw 5.4vw;
  }
  .products-detail-block.last {
    display: none;
  }
  .products-block .products-detail-block:last-child {
    padding-bottom: 12.8vw;
  }
}
.products-detail-block:last-child.is-orange {
  background-color: #a88100;
}
.products-detail-block:last-child.is-orange .mountain-path {
  fill: #a88100;
}
.products-detail-block:last-child.is-yellow {
  background-color: #fff100;
  color: #000;
}
.products-detail-block:last-child.is-yellow .mountain-path {
  fill: #fff100;
}
.products-detail-block:last-child.is-blue {
  background-color: #83ccd5;
}
.products-detail-block:last-child.is-blue .mountain-path {
  fill: #83ccd5;
}
.products-detail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.75vw;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .products-detail-head {
    margin-bottom: 3.4vw;
  }
}
.products-name {
  font-family: transat-text, sans-serif;
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0.75vw;
}
@media screen and (max-width: 768px) {
  .products-name {
    font-size: 2.8rem;
  }
}
.products-name-ja {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .products-name-ja {
    font-size: 1.6rem;
  }
}
.products-text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .products-text {
    margin-top: 2.5rem;
  }
}
.products-tag {
  margin-top: 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .products-tag {
    margin-top: 3.2vw;
  }
}
.products-tag-item {
  background-color: #fff;
  color: #a88100;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 7px 10px 8px;
  border-radius: 4px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .products-tag-item {
    font-size: 1rem;
  }
}
.products-tag-item:last-child {
  margin-right: 0;
}
.products-star-area {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 4.4vw;
  position: relative;
  min-height: 130px;
}
@media screen and (max-width: 768px) {
  .products-star-area {
    padding-bottom: calc(8.5vw + 60px);
    min-height: auto;
  }
}
.products-star {
  width: 56px;
  position: absolute;
  bottom: 40%;
  left: -100px;
}
.animation .products-main .products-star {
  -webkit-animation: star-animation 140s linear infinite;
  animation: star-animation 140s linear infinite;
}
@media screen and (max-width: 768px) {
  .animation .products-main .products-star {
    -webkit-animation: star-animation-sp 110s linear infinite;
    animation: star-animation-sp 110s linear infinite;
  }
}
@media screen and (max-width: 768px) {
  .products-star {
    width: 28px;
    bottom: 50%;
  }
}
@-webkit-keyframes star-animation {
  0% {
    left: calc(100% + 100px);
  }
  to {
    left: -100px;
  }
}
@keyframes star-animation {
  0% {
    left: calc(100% + 100px);
  }
  to {
    left: -100px;
  }
}
@-webkit-keyframes star-animation-sp {
  0% {
    left: calc(100% + 50px);
  }
  to {
    left: -50px;
  }
}
@keyframes star-animation-sp {
  0% {
    left: calc(100% + 50px);
  }
  to {
    left: -50px;
  }
}
.products-price {
  position: relative;
  z-index: 1;
  padding-bottom: 1.796875vw;
}
.products-price-item {
  font-size: 1.4rem;
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .products-price-item {
    font-size: 1.1rem;
  }
}
.products-price-pack {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .products-price-pack {
    font-size: 1.2rem;
  }
}
.products-price-text {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .products-price-text {
    font-size: 1.7rem;
  }
}
.products-price-base {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.products-note {
  font-size: 1.2rem;
}
.products-material {
  margin-top: 1.796875vw;
  font-size: 1.1rem;
  line-height: 1.6;
}
.page-en .products-material {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .products-material {
    font-size: 1.1rem;
  }
  .page-en .products-material {
    font-size: 1.2rem;
  }
}
.mountain {
  position: absolute;
  left: 0;
  top: -80px;
  width: calc(100% + 1px);
}
.animation .mountain {
  -webkit-animation: mountain-animation01 80s linear infinite;
  animation: mountain-animation01 80s linear infinite;
}
@media screen and (max-width: 768px) {
  .animation .mountain {
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
  }
}
.animation .mountain:nth-child(2) {
  left: 100%;
  -webkit-animation: mountain-animation02 80s linear infinite;
  animation: mountain-animation02 80s linear infinite;
}
@media screen and (max-width: 768px) {
  .animation .mountain:nth-child(2) {
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
  }
}
@media screen and (max-width: 768px) {
  .mountain {
    top: -11.4666666667vw;
  }
}
@-webkit-keyframes mountain-animation01 {
  0% {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@keyframes mountain-animation01 {
  0% {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@-webkit-keyframes mountain-animation02 {
  0% {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@keyframes mountain-animation02 {
  0% {
    left: 100%;
  }
  to {
    left: 0;
  }
}
.products-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .products-block {
    display: block;
  }
}
.products-block:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .products-block .products-img-block {
    height: 66.6666666667vw;
  }
}
.products-block .products-name {
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .products-block .products-name {
    font-size: 3.2rem;
  }
}
.products-block .products-name-ja {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .products-block .products-name-ja {
    font-size: 0.9rem;
  }
}
.products-block .products-text {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .products-block .products-star-area {
    padding-bottom: 80px;
  }
}
.products-block .products-star {
  width: 32px;
  left: 6vw;
}
@media screen and (max-width: 768px) {
  .products-block .products-star {
    width: 28px;
    left: 8%;
    bottom: 33%;
  }
}
.products-block .products-material {
  margin-top: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .products-block .products-material {
    -moz-text-align-last: left;
    text-align-last: left;
    margin-top: 10px;
  }
  .products-block .products-material br {
    display: none;
  }
}
.shop {
  padding: 0 20px;
  margin-bottom: 20.625vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .shop {
    margin-bottom: 42.6666666667vw;
    padding: 0 24px;
  }
}
.shop-block {
  max-width: 960px;
  margin: 0 auto 7.5vw;
}
.shop-block:last-child {
  margin-bottom: 0;
}
.shop-lead {
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .shop-lead {
    font-size: 2rem;
    margin-bottom: 10.6666666667vw;
  }
}
.shop-lead:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url(../../common/img/logo_motif_color.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .shop-lead:before {
    width: 20px;
    height: 20px;
  }
}
.shop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .shop-item {
    display: block;
    margin-bottom: 17.0666666667vw;
  }
}
.shop-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50.8333333333%;
  flex: 0 0 50.8333333333%;
  width: 50.8333333333%;
  margin-right: 6.6666666667%;
}
@media screen and (max-width: 768px) {
  .shop-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6.4vw;
  }
}
.shop-name {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #121212;
}
@media screen and (max-width: 768px) {
  .shop-name {
    font-size: 1.8rem;
    margin-bottom: 6.4vw;
  }
}
.shop-text {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 8px;
  color: #121212;
}
@media screen and (max-width: 768px) {
  .shop-text {
    font-size: 1.2rem;
  }
}
.shop-text .em {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .shop-text .em {
    font-size: 1.4rem;
  }
}
.shop-btn-area {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .shop-btn-area {
    margin-top: 6.4vw;
  }
}
.shop-comingsoon {
  border-top: 1.5px dashed #a88100;
  border-bottom: 1.5px dashed #a88100;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .shop-comingsoon {
    padding: 6.4vw 0;
  }
}
.shop-comingsoon-lead {
  text-align: center;
  font-family: transat-text, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .shop-comingsoon-lead {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
}
.shop-comingsoon-lead .icon {
  position: relative;
}
.shop-comingsoon-lead .icon:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../../common/img/logo_motif_color.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: -4px;
  left: -1px;
}
@media screen and (max-width: 768px) {
  .shop-comingsoon-lead .icon:before {
    width: 6px;
    height: 6px;
  }
}
.shop-comingsoon-text {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .shop-comingsoon-text {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.popup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .popup-list {
    display: block;
  }
}
.popup-list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-right: 5%;
  margin-bottom: 3.125vw;
  border-top: 1px solid #a88100;
}
@media screen and (max-width: 768px) {
  .popup-list-item {
    margin-right: 0;
    margin-bottom: 64px;
  }
}
.popup-list-item:nth-child(3n) {
  margin-right: 0;
}
.popup-list-item .btn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .popup-list-item .btn {
    max-width: 175px;
  }
}
.popup-list-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 16px 0;
  color: #121212;
}
@media screen and (max-width: 768px) {
  .popup-list-title {
    font-size: 1.8rem;
  }
}
.popup-list-date {
  border-top: 1px dashed #a88100;
  border-bottom: 1px dashed #a88100;
  padding: 8px 0;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
  color: #121212;
}
.popup-list-address {
  padding: 16px 0;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #121212;
}
.popup-list-time {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #121212;
}
.popup-list-time .em {
  font-weight: 700;
}
.instagram {
  margin-bottom: 20.625vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .instagram {
    margin-bottom: 42.6666666667vw;
    padding: 0 24px;
  }
}
.instagram-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 796px;
  margin: 0 auto 7.5vw;
}
@media screen and (max-width: 768px) {
  .instagram-list {
    margin-bottom: 17.0666666667vw;
  }
}
.instagram-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32.6633165829%;
  flex: 0 0 32.6633165829%;
  margin-right: 1.0050251256%;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .instagram-item {
    margin-bottom: 3px;
  }
}
.instagram-item:nth-child(3n) {
  margin-right: 0;
}
.story {
  margin-bottom: 20.625vw;
}
.animation .story {
  -webkit-transition: 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.animation .story.in-view {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .story {
    margin-bottom: 42.6666666667vw;
  }
}
.story-contents {
  position: relative;
  min-height: 100vh;
}
.story-img {
  position: absolute;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .story-img {
    padding: 24px;
    height: 100vh;
  }
}
.story-img-item {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.story-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 8% 0 0 9%;
}
@media screen and (max-width: 768px) {
  .story-block {
    -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;
    padding: 24px;
  }
}
.story-lead {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: transat-text, sans-serif;
  font-size: 7.2vh;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-left: 5.625vw;
  white-space: nowrap;
}
.animation .story-lead {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.animation .in-view .story-lead {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .story-lead {
    font-size: 3.8rem;
    height: 89vh;
    margin: 6.4vw 0 0 6.4vw;
  }
}
.story-lead .icon {
  position: relative;
}
.story-lead .icon:before {
  content: "";
  display: inline-block;
  width: 2.5vh;
  height: 2.5vh;
  background: url(../../common/img/logo_motif.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1vh;
}
@media screen and (max-width: 768px) {
  .story-lead .icon:before {
    width: 3.5vw;
    height: 3.5vw;
    right: -1.5vw;
  }
}
.story-text {
  font-size: 1.5rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 2;
  color: #fff;
  white-space: nowrap;
  margin-left: 15px;
  letter-spacing: 0.1em;
}
.story-text.is-en {
  text-orientation: inherit;
}
.story-text:last-child {
  margin-left: 0;
}
.animation .story-text {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.animation .in-view .story-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .story-text {
    margin-top: 10.6666666667vw;
    margin-left: 0;
    width: 100%;
    color: #a88100;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    white-space: normal;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
  }
}
.media {
  margin-bottom: 20.625vw;
}
@media screen and (max-width: 768px) {
  .media {
    margin-bottom: 42.6666666667vw;
    padding: 0 24px;
  }
}
.brand {
  margin-bottom: 11.25vw;
}
@media screen and (max-width: 768px) {
  .brand {
    margin-bottom: 10.6666666667vw;
    padding: 0 24px;
  }
}
.brand .post-list {
  margin-bottom: 0;
}
.brand-text {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #a88100;
  margin-top: 20px;
  color: #121212;
}
@media screen and (max-width: 768px) {
  .brand-text {
    margin-top: 0;
  }
}
.brand-text-link {
  color: #a88100;
}
.brand-logo {
  text-align: center;
  margin: 64px 0;
}
@media screen and (max-width: 768px) {
  .brand-logo {
    margin: 17.0666666667vw 0 21.3333333333vw;
  }
}
.brand-logo-lead {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .brand-logo-lead {
    margin-bottom: 4.2666666667vw;
  }
}
.brand-logo-img {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .brand-logo-img {
    width: 33.3333333333vw;
  }
}



.news {
  overflow: hidden;
  background: #fbfbf6;
}
.news .swiper-button-prev,
.news .swiper-button-next {
  position: static;
  margin: unset;
  width: auto;
  height: auto;
  transition: opacity 0.15s linear;
}
.news .swiper-button-prev:after,
.news .swiper-button-next:after {
  display: none;
}
.news .swiper-button-disabled {
  opacity: 0.2;
}
.news__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.news__heading {
  font-weight: 400;
  line-height: 1.3;
}
.news__content .swiper {
  overflow: visible;
}
.news__content .swiper-wrapper {
  transition-timing-function: var(--ease-out);
}
.news__footer {
  padding-top: 28px;
  text-align: center;
}
.news__link {
  display: inline-flex;
  font-size: 15px;
  color: inherit;
}
.news__empty {
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 800px) {
  .news {
    padding: 72px 32px 64px;
  }
  .news__heading {
    font-size: 26px;
  }
  .news__arrows {
    display: none;
  }
  .news__slide {
    width: calc(280 / 375 * 100vw);
  }
}
@media (min-width: 801px) {
  .news {
    padding: 80px 96px 200px;
  }
  .news__heading {
    font-size: 32px;
  }
  .news__arrows {
    display: flex;
    gap: 20px;
  }
  .news__slide {
    width: 340px;
  }
}
@media (hover: hover) {
  .news__arrow,
  .news__link {
    transition: opacity 0.15s linear;
  }
  .news__arrow:hover,
  .news__link:hover {
    opacity: 0.7;
  }
}
.newsItem {
  display: block;
  color: inherit;
}
.newsItem__image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}
.newsItem__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsItem__image > img.newsItem__emptyImage {
  width: 80px;
  height: auto;
}
@supports not (aspect-ratio: 1/1) {
  .newsItem__image {
    position: relative;
  }
  .newsItem__image > img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .newsItem__image > img.newsItem__emptyImage {
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.newsItem__content {
  padding: 20px 0 28px;
}
.newsItem__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.newsItem__category {
  display: inline-flex;
  padding: 2px 12px;
  border: 1px solid;
  border-radius: 9999em;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}
.newsItem__category[data-category="TODO:カテゴリ名かカテゴリidか"] {
  color: #0b794d;
}
.newsItem__date {
  display: inline-flex;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #7b785b;
}
.newsItem__title {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
  transition: color 0.15s linear;
}
@media (max-width: 800px) {
  .newsItem__image {
    border-radius: 4px;
  }
  @supports (aspect-ratio: 1/1) {
    .newsItem__image {
      aspect-ratio: 280/195;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .newsItem__image {
      padding-top: calc(195 / 280 * 100%);
    }
  }
}
@media (min-width: 801px) {
  .newsItem__image {
    border-radius: 10px;
  }
  @supports (aspect-ratio: 1/1) {
    .newsItem__image {
      aspect-ratio: 340/235;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .newsItem__image {
      padding-top: calc(235 / 340 * 100%);
    }
  }
}
@media (hover: hover) {
  .newsItem:hover .newsItem__title {
    color: #c9ab6a;
  }
}



/* contact */
.contact {
  overflow: hidden;
  background: #fbfbf6;
}
.contact__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.contact__heading {
  font-weight: 400;
  line-height: 1.3;
}
.contact__content .swiper {
  overflow: visible;
}
.contact__content .swiper-wrapper {
  transition-timing-function: var(--ease-out);
}
.contact__footer {
  padding-top: 28px;
  text-align: center;
}
.contact__link {
  display: inline-flex;
  font-size: 15px;
  color: inherit;
}
.contact__empty {
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 800px) {
  .contact {
    padding: 72px 32px 64px;
  }
  .contact__heading {
    font-size: 26px;
  }
  .contact__arrows {
    display: none;
  }
  .contact__slide {
    width: calc(280 / 375 * 100vw);
  }
}
@media (min-width: 801px) {
  .contact {
    padding: 80px 96px;
  }
  .contact__heading {
    font-size: 32px;
  }
  .contact__arrows {
    display: flex;
    gap: 20px;
  }
  .contact__slide {
    width: 340px;
  }
}

.txt-center {
  text-align: center !important;
}

.about-img .flex {
  display: flex;
  align-items: center;
  gap: 32px;
  background: #fcf0d2;
  max-width: 820px;
  padding: 32px;
  margin: auto;
}
.about-img .flex > img {
  flex-shrink: 0;
  width: 150px;
}
.about-img .flex > div {
  width: 100%;
}
.about-img .flex > div p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1.5em;
  text-align: left;
  color: #333;
}
.about-img .flex > div p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .about-img .flex {
    flex-direction: column;
  }
}