@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  font-size: 62.5%;
  line-height: normal;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

li {
  list-style: none;
}

@font-face {
  font-family: "Amithen";
  src: url("../font/Amithen.ttf") format("truetype");
  src: url("../font/Amithen.woff") format("truetype");
}
body {
  background: #0D0D0D;
}

.mainvisual {
  position: relative;
  background: linear-gradient(to left, #242424, #323232, #4E4E4E);
  height: 320px;
  transition: background-color 0.8s ease, background 0.8s ease;
}
@media screen and (min-width: 640px) {
  .mainvisual {
    position: relative;
    background: linear-gradient(to left, #242424, #323232, #4E4E4E);
    height: 800px;
    transition: background-color 0.8s ease, background 0.8s ease;
  }
}

.mainvisual01 {
  background: #242424;
}

.mainvisual02 {
  background: #BC7E65;
}

.mainvisual03 {
  background: #C39F6B;
}

.mainvisual-inner {
  max-width: 1350px !important;
}

.card-item-wrap img {
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  will-change: transform, opacity;
}

.mainvisual-card {
  max-width: 820px;
  height: 220px;
  margin: 2rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainvisual-card .prev {
  width: 15%;
  font-family: "Montserrat";
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.mainvisual-card .prev:after {
  content: none;
  display: inline-block;
  width: 30%;
  height: 1px;
  background: #fff;
  margin-left: 1rem;
}
.mainvisual-card .next {
  width: 15%;
  font-family: "Montserrat";
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.mainvisual-card .next:before {
  content: none;
  display: inline-block;
  width: 30%;
  height: 1px;
  background: #fff;
  margin-right: 1rem;
}
.mainvisual-card .active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0); /* 元の位置に戻る */
  transition-delay: 0s; /* アクティブになる時の遅延を解除 */
}
@media screen and (min-width: 640px) {
  .mainvisual-card {
    max-width: 820px;
    height: 500px;
    margin: 4rem auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mainvisual-card .prev {
    width: 20%;
    font-family: "Montserrat";
    font-size: 1.8rem;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
  }
  .mainvisual-card .prev:after {
    content: "";
    display: inline-block;
    width: 30%;
    height: 1px;
    background: #fff;
    margin-left: 1rem;
  }
  .mainvisual-card .next {
    width: 20%;
    font-family: "Montserrat";
    font-size: 1.8rem;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
  }
  .mainvisual-card .next:before {
    content: "";
    display: inline-block;
    width: 30%;
    height: 1px;
    background: #fff;
    margin-right: 1rem;
  }
  .mainvisual-card .active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0); /* 元の位置に戻る */
    transition-delay: 0s; /* アクティブになる時の遅延を解除 */
  }
}

.card-item-inner {
  width: 45%;
  height: 220px;
}
@media screen and (min-width: 640px) {
  .card-item-inner {
    width: 50%;
    height: 500px;
  }
}

.card-item-wrap {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100px); /* 右に移動 */
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s 0.5s;
  position: relative;
}
.card-item-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
}

.big-text p {
  color: #fff;
  font-size: 5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .big-text p {
    color: #fff;
    font-size: 11.8rem;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
  }
}

.big-text p {
  transform: translateY(-50px);
  opacity: 0;
  transition: all 2s ease-in;
}

.big-text p.visible {
  transform: translateY(0);
  opacity: 1;
}

#big-text01 {
  position: absolute;
  bottom: -8%;
  left: 20%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 640px) {
  #big-text01 {
    position: absolute;
    bottom: -7%;
    left: 20%;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
}

#big-text02 {
  position: absolute;
  bottom: -8%;
  left: 21%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 640px) {
  #big-text02 {
    position: absolute;
    bottom: -7%;
    left: 21%;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
}

#big-text03 {
  position: absolute;
  bottom: -8%;
  left: 35%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 640px) {
  #big-text03 {
    position: absolute;
    bottom: -7%;
    left: 35%;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
}

#big-text01.active, #big-text02.active, #big-text03.active {
  opacity: 1;
}

.mainfeed {
  padding: 5rem 0;
}
@media screen and (min-width: 640px) {
  .mainfeed {
    padding: 15rem 0;
  }
}

.feed-wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feed-item {
  width: 48%;
  margin: 0 0 4rem 0;
}
.feed-item img {
  width: 100%;
  margin: 0 0 1rem 0;
}
.feed-item img:hover {
  opacity: 0.7;
}
.feed-item h2 {
  color: #fff;
  font-size: 1.6rem;
  font-family: "Montserrat";
  display: flex;
  align-items: baseline;
  font-weight: 400;
  letter-spacing: 0.28rem;
  width: 90%;
}
.feed-item h2:before {
  content: "";
  display: inline-block;
  width: 18%;
  height: 1px;
  background: #fff;
  margin: 0 20px 0 0;
}
.feed-item h2:hover {
  color: #FFDAA7;
}
@media screen and (min-width: 640px) {
  .feed-item {
    width: 45%;
    margin: 0 0 8rem 0;
  }
  .feed-item img {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .feed-item img:hover {
    opacity: 0.7;
  }
  .feed-item h2 {
    color: #fff;
    font-size: 2rem;
    font-family: "Montserrat";
    display: flex;
    align-items: baseline;
    font-weight: 400;
    letter-spacing: 0.28rem;
    width: 90%;
  }
  .feed-item h2:before {
    content: "";
    display: inline-block;
    width: 18%;
    height: 1px;
    background: #fff;
    margin: 0 20px 0 0;
  }
  .feed-item h2:hover {
    color: #FFDAA7;
  }
}

.movie {
  padding: 6rem 0 4rem 0;
  position: relative;
  height: 650px;
}
.movie:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -10px;
  z-index: 4;
  content: "";
  background: url("../image/movie-icon.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 640px) {
  .movie {
    padding: 8rem 0;
    position: relative;
    height: 750px;
  }
  .movie:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    z-index: 4;
    content: "";
    background: url("../image/movie-icon.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 70px;
    height: 70px;
  }
}

.movie-inner {
  z-index: 3;
  position: relative;
}
.movie-inner h2 {
  font-size: 4rem;
  font-family: "Raleway", sans-serif;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .movie-inner h2 {
    font-size: 6rem;
    font-family: "Raleway", sans-serif;
    text-align: center;
    color: #fff;
    font-weight: 500;
  }
}

.movie-item {
  margin: 0 2rem;
}
.movie-item iframe {
  width: 100%;
  height: 200px;
}
.movie-item h3 {
  color: #fff;
  font-size: 2rem;
  margin: 2rem 0;
  text-align: center;
  padding: 0 0 2rem 0;
  border-bottom: 1px solid #fff;
}
.movie-item p {
  color: #fff;
  line-height: 2.8rem;
  letter-spacing: 0.3rem;
}

.movie-wrap {
  padding: 3rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .movie-wrap {
    padding: 5rem 0 0 0;
  }
}

.movie-content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.movie-content video {
  z-index: -1;
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 640px) {
  .movie-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .movie-content video {
    z-index: -1;
    width: 100%;
    height: 750px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.arrow_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0;
  position: relative;
}

.prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}

.prev-arrow, .next-arrow {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.prev-arrow::before, .next-arrow::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  top: 0;
  bottom: 0;
  left: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
}

.about {
  height: 500px;
  background: url("../image/about-maya-bg.jpg") no-repeat;
  background-position: left -350px top 0;
  background-size: cover;
  position: relative;
}
.about a {
  background: #000 !important;
}
.about a:hover {
  background: #fff !important;
  color: #333 !important;
}
@media screen and (min-width: 640px) {
  .about {
    height: 730px;
    background: url("../image/about-maya-bg.jpg") no-repeat;
    background-position: auto;
    background-size: cover;
    position: relative;
  }
  .about a {
    background: #000 !important;
  }
  .about a:hover {
    background: #fff !important;
    color: #333 !important;
  }
}

.about-text {
  max-width: 840px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 48%;
  padding: 0 1rem;
}
.about-text img {
  max-width: 840px;
  display: block;
  margin: 0 auto;
}
.about-text p {
  margin: 2rem 0;
  padding: 1rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
  color: #fff;
  text-align: center;
}/*# sourceMappingURL=top.css.map */