/*!
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  font-size: 62.5%;
}
body,
html {
  width: 100%;
}
body {
  height: auto;
  font-weight: 400;
  font-family: Zen Kaku Gothic New, 游ゴシック体, YuGothic, 游ゴシック,
    Yu Gothic, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Meiryo, メイリオ,
    Osaka, MS PGothic, arial, helvetica, sans-serif;
  word-wrap: break-word;
  color: #a88100;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
  letter-spacing: 0.1em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.page-en {
  font-weight: 500;
}
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
a {
  text-decoration: none;
}
button {
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
img {
  max-width: 100%;
}
.is-show {
  display: block !important;
}
.is-hide,
.is-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}
.footer {
  height: calc(17vh + 1px - 6.625vw);
  background-color: #A88100;
  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;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.footer.in-view {
  opacity: 1;
}
.footer.is-played {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
.footer-movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  -webkit-mask: url(../img/logo_motif.svg) no-repeat center calc(50% - 67px);
  mask: url(../img/logo_motif.svg) no-repeat center calc(50% - 67px);
  -webkit-mask-size: 350% auto;
  mask-size: 350% auto;
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}
.is-played .footer-movie {
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 768px) {
  .footer-movie {
    -webkit-mask-size: 700% auto;
    mask-size: 700% auto;
  }
}
.is-movie-finish .footer-movie {
  -webkit-mask-size: 25px auto;
  mask-size: 25px auto;
}
@media screen and (max-width: 768px) {
  .is-movie-finish .footer-movie {
    -webkit-mask-position: center calc(50% - 66px);
    mask-position: center calc(50% - 66px);
  }
}
.footer-movie-lead {
  color: #000;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: transat-text, sans-serif;
  position: relative;
  z-index: 1;
  -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: 0.2s;
  transition-delay: 0.2s;
}
.is-played .footer-movie-lead {
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 768px) {
  .footer-movie-lead {
    font-size: 1.8rem;
  }
}
.is-movie-finish .footer-movie-lead {
  -webkit-transform: translateY(-67px) scale(0.3);
  transform: translateY(-67px) scale(0.3);
  opacity: 0;
}
.footer-movie-item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-follow {
  text-align: center;
}
.footer-follow-logo {
  width: 40px;
}
.footer-follow-lead {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: transat-text, sans-serif;
  color: #fff;
  margin: 40px 0;
  opacity: 0;
  -webkit-transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.is-played .footer-follow-lead {
  -webkit-transition: none;
  transition: none;
}
.is-movie-finish .footer-follow-lead {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .footer-follow-lead {
    font-size: 1.8rem;
    margin: 10.6666666667vw 0;
  }
}
.footer-follow-link {
  opacity: 0;
  -webkit-transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.is-played .footer-follow-link {
  -webkit-transition: none;
  transition: none;
}
.is-movie-finish .footer-follow-link {
  opacity: 1;
}
.footer-copyright {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: scale(1.6) translateY(100%);
  transform: scale(1.6) translateY(100%);
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.is-played .footer-copyright {
  -webkit-transition: none;
  transition: none;
}
.is-movie-finish .footer-copyright {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    background: #a88100;
    height: 14vw;
  }
}
.footer-copyright .mountain {
  position: relative;
  width: 100%;
  height: auto;
  top: auto;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  .footer-copyright .mountain {
    position: absolute;
    top: -10vw;
  }
}
.footer-copyright-text {
  font-weight: 700;
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 35px;
  opacity: 0;
  -webkit-transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.is-played .footer-copyright-text {
  -webkit-transition: none;
  transition: none;
}
.is-movie-finish .footer-copyright-text {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .footer-copyright-text {
    font-size: 1rem;
    padding-top: 0;
    padding-bottom: 5%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body.is-scrollLock {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .panel {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    overflow: auto;
    padding-top: 220px;
    z-index: 10;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .panel.is-open {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .panel {
    padding-top: 50vw;
  }
}
.panel .logo {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1000px) {
  .panel .logo {
    opacity: 1;
    visibility: visible;
  }
}
.panel.is-played .logo {
  opacity: 1;
}
.menu-btn {
  display: none;
}
@media screen and (max-width: 1000px) {
  .menu-btn {
    display: block;
    position: fixed;
    width: 24px;
    height: 24px;
    top: 16px;
    right: 20px;
    z-index: 11;
  }
}
.menu-btn-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #a88100;
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.open .menu-btn-line:first-child {
  top: 7px;
  left: 0;
}
.open .menu-btn-line:nth-child(2) {
  bottom: 7px;
  right: 0;
}
.is-open .open .menu-btn-line {
  width: 0;
}
.close .menu-btn-line {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
}
.close .menu-btn-line:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close .menu-btn-line:nth-child(2) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.is-open .close .menu-btn-line {
  width: 100%;
}
.menu {
  position: fixed;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  left: 50px;
  z-index: 10;
  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 .menu {
  opacity: 1;
  left: 0;
}
.is-played .menu {
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 1000px) {
  .menu {
    position: relative;
    height: auto;
    width: 100%;
    left: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .menu-list {
    display: block;
    padding-left: 0;
    width: 100%;
  }
  .menu-list:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 3.2vw auto;
    background: url(../img/logo_motif_color.svg) no-repeat 0 0;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .menu-list:after {
    margin: 8.5333333333vw auto;
  }
}
.menu-item {
  padding-left: 20px;
  padding-bottom: 3px;
  margin-left: 12px;
  margin-bottom: 12px;
  display: block;
  overflow: hidden;
}
.menu-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .menu-item {
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .menu-item {
    margin-bottom: 8.5333333333vw;
  }
}
.menu-link {
  font-family: transat-text, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #a88100;
  pointer-events: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.menu-link:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -18px;
  background: url(../img/logo_motif_color.svg) no-repeat 0 0;
  background-size: contain;
  -webkit-transition: 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  opacity: 0;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
}
.menu-color-change .menu-link:before {
  background-image: url(../img/logo_motif.svg);
}
@media screen and (max-width: 1000px) {
  .menu-link:before {
    content: none;
  }
}
.menu-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 200%;
  height: 1px;
  background-color: #a88100;
  -webkit-transition: 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.menu-color-change .menu-link:after {
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .menu-link:after {
    content: none;
  }
}
.menu-color-change .menu-link {
  color: #fff;
}
.menu-hidden .menu-link {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1000px) {
  .menu-hidden .menu-link {
    opacity: 1;
    visibility: visible;
  }
}
.menu-link:hover {
  font-weight: 700;
}
.menu-link:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.menu-link:hover:after {
  left: 0;
  width: 0;
}
@media screen and (max-width: 1000px) {
  .menu-link:hover {
    font-weight: 400;
  }
}
@media screen and (max-width: 1000px) {
  .menu-link {
    font-size: 2rem;
  }
}
.menu-link.is-active {
  font-weight: 700;
}
.menu-link.is-active:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.language {
  position: fixed;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  right: 50px;
  z-index: 10;
  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 .language {
  right: 0;
  opacity: 1;
}
.is-played .language {
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 1000px) {
  .language {
    position: relative;
    height: auto;
    width: 100%;
    padding-bottom: 50px;
    right: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.language-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .language-list {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
.language-item {
  padding-right: 20px;
  padding-bottom: 3px;
  margin-right: 12px;
  margin-bottom: 12px;
  display: block;
  overflow: hidden;
  text-align: right;
}
.language-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .language-item {
    padding-right: 0;
    margin-right: 0;
    text-align: center;
  }
}
.language-link {
  font-family: transat-text, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #a88100;
  pointer-events: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.language-link:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: -18px;
  background: url(../img/logo_motif_color.svg) no-repeat 0 0;
  background-size: contain;
  -webkit-transition: 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  opacity: 0;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
}
.menu-color-change .language-link:before {
  background-image: url(../img/logo_motif.svg);
}
@media screen and (max-width: 1000px) {
  .language-link:before {
    content: none;
  }
}
.language-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 200%;
  height: 1px;
  background-color: #a88100;
  -webkit-transition: 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.menu-color-change .language-link:after {
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .language-link:after {
    content: none;
  }
}
.menu-color-change .language-link {
  color: #fff;
}
.menu-hidden .language-link {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1000px) {
  .menu-hidden .language-link {
    opacity: 1;
    visibility: visible;
  }
}
.language-link:hover {
  font-weight: 700;
}
.language-link:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.language-link:hover:after {
  right: 0;
  width: 0;
}
@media screen and (max-width: 1000px) {
  .language-link:hover {
    text-align: center;
  }
}
.language-link.is-active {
  font-weight: 700;
  position: relative;
}
.language-link.is-active:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.section-title {
  text-align: center;
  font-family: transat-text, sans-serif;
  font-weight: 700;
  font-size: 5rem;
  letter-spacing: 0.05em;
  margin-bottom: 6.25vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 2.4rem;
    margin-bottom: 17.0666666667vw;
  }
}
.section-title span {
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  display: inline-block;
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section-title.in-view span {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn,
.btn-area {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 32px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #a88100;
  background: #fff;
  color: #a88100;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn:hover {
  background: #a88100;
  color: #fff;
}
.btn:hover .icon {
  fill: #fff;
}
.btn svg {
  margin-left: 10px;
}
.btn .icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 1.2rem;
  }
}
.btn.is-more:after {
  content: "";
  display: block;
  width: 8px;
  height: 18px;
  background: url(../img/arrow01.svg) no-repeat 50%;
  background-size: contain;
  margin-left: 10px;
}
.btn.is-map:after {
  background: url(../img/pin.svg) no-repeat 50%;
  background-size: contain;
}
.btn.is-instagram:after,
.btn.is-map:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.btn.is-instagram:after {
  background: url(../img/instagram.svg) no-repeat 50%;
  background-size: contain;
}
.anchor {
  position: absolute;
  top: -80px;
}
