body {
  font-family: Roboto, sans-serif;
  color: #272727;
  font-weight: 300;
}
.top {
  background: #fff;
  -webkit-transition: 0.4s background ease-in-out;
  transition: 0.4s background ease-in-out;
}
.top.is-brown {
  background: #f5f3ed;
}
.top.is-brown .read {
  background: #f5f3ed;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
.loading__cover1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #363636;
}
.loading__cover2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 51%;
  height: 100%;
  background: #363636;
}
.loading__logo {
  width: 30%;
  min-width: 287px;
  min-width: 17.9375rem;
  max-width: 350px;
  max-width: 21.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mv {
  overflow: hidden;
  position: relative;
}
.mv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mv__images {
  width: 50vw;
  height: 100vh;
  position: relative;
}
.mv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv__slide-video {
  width: 100%;
  height: auto;
}

.mv__slide-video-sp {
  display: none;
}

@-webkit-keyframes slider1 {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  99% {
    z-index: 10;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    z-index: 5;
  }
}
@keyframes slider1 {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  99% {
    z-index: 10;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    z-index: 5;
  }
}
@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomout {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.mv__image--1 {
  opacity: 0;
}
.mv__image--1.is-open {
  -webkit-animation: slider1 1.5s ease-in-out forwards;
  animation: slider1 1.5s ease-in-out forwards;
  opacity: 1;
  z-index: 10;
}
.mv__image--1.is-open img {
  -webkit-animation: zoomout 5s linear forwards;
  animation: zoomout 5s linear forwards;
}
.mv__image--2.is-open img {
  -webkit-animation: zoomout 5s linear forwards;
  animation: zoomout 5s linear forwards;
}
@-webkit-keyframes slider2 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  99% {
    z-index: 10;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    z-index: 5;
  }
}
@keyframes slider2 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  99% {
    z-index: 10;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    z-index: 5;
  }
}
.mv__image--2 {
  opacity: 0;
}
.mv__image--2.is-open {
  -webkit-animation: slider2 1.5s ease-in-out forwards;
  animation: slider2 1.5s ease-in-out forwards;
  opacity: 1;
  z-index: 10;
}
.mv__image img,
.mv__image picture {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.mv__text {
  font-size: 262px;
  font-size: 16.375rem;
  color: #fff;
  font-family: rufina-stencil, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  overflow: hidden;
  z-index: 20;
}
.mv__text span {
  display: inline-block;
  line-height: 1;
}
.mv__text--1 {
  top: 0;
  left: 3%;
}
.mv__text--2 {
  bottom: -90px;
  bottom: -5.625rem;
  right: 10%;
}
.mv__logo {
  width: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.mv__button {
  position: absolute;
  bottom: 10px;
  bottom: 0.625rem;
  right: -10px;
  right: -0.625rem;
  display: block;
  aspect-ratio: 1;
  width: 170px;
  width: 10.625rem;
  background: #886900;
  border-radius: 50%;
  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;
  z-index: 20;
  -webkit-transition: 0.4s background ease-in-out;
  transition: 0.4s background ease-in-out;
}
.mv__button:hover {
  background: #363636;
}
.mv__button span {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: rufina-stencil, sans-serif;
  line-height: 1.4;
}
.fixed-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  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;
  z-index: 25;
  pointer-events: none;
}
.fixed-wrap__text {
  font-family: Oswald, sans-serif;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  line-height: 1;
  text-transform: uppercase;
  font-size: 80px;
  font-size: 5rem;
  color: #886900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  z-index: 3;
  font-weight: 600;
}
.fixed-wrap__text span {
  display: inline-block;
}
.read {
  position: relative;
  z-index: 25;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.4s background ease-in-out;
  transition: 0.4s background ease-in-out;
}
.read::before {
  position: absolute;
  bottom: 100%;
  height: 86px;
  height: 5.375rem;
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  left: 0;
}
.read__container {
  padding: 300px 0;
  padding: 18.75rem 0;
  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;
}
.read__text {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  line-height: 1.25;
  font-size: 60px;
  font-size: 3.75rem;
  color: #886900;
  width: 100%;
}
.about__container {
  padding: 250px 0 340px;
  padding: 15.625rem 0 21.25rem;
}
.about__wrap {
  position: relative;
  overflow: hidden;
}
.about__wrap::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  top: 0;
  left: 22%;
  z-index: 1;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}
.about__wrap.is-open::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.about__top {
  position: relative;
  z-index: 2;
}
.about__ttl {
  line-height: 1;
  font-size: 226px;
  font-size: 14.125rem;
  text-align: center;
}
.about__read {
  font-size: 60px;
  font-size: 3.75rem;
  font-family: rufina-stencil, sans-serif;
  font-weight: 300;
  color: #886900;
  line-height: 1.3333333333;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  letter-spacing: -0.01em;
}
.about__img {
  aspect-ratio: 1422/539;
  position: relative;
  z-index: 2;
}
.about__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__para {
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
  position: relative;
  z-index: 2;
}
.about__content {
  padding-bottom: 130px;
  padding-bottom: 8.125rem;
  position: relative;
  z-index: 2;
}
.about-p__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  gap: 4.6875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75%;
  margin-left: auto;
  margin-top: -60px;
  margin-top: -3.75rem;
}
.about-p__l-img {
  aspect-ratio: 1;
  width: 50%;
}
.about-p__r-imgs {
  width: 50%;
}
.about-p__r-img {
  aspect-ratio: 1;
  width: 100%;
}
.about-p__r-img:nth-of-type(1) {
  margin-bottom: 75px;
  margin-bottom: 4.6875rem;
}
.about-c {
  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;
  gap: 1%;
}
.about-c__img {
  width: 42%;
  aspect-ratio: 400/715;
}
.about-c__img video {
  height: 100%;
  -webkit-clip-path: inset(0 1px 0 1px);
  clip-path: inset(0 1px 0 1px);
}
.about-c__body {
  width: 55%;
}
.about-c__read {
  text-align: right;
  font-family: rufina-stencil, sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  color: #886900;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.about-c__text {
  padding-left: 10%;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
.about-c__more {
  margin-left: 10%;
}
.menu {
  overflow: hidden;
}
.menu__container {
  padding: 90px 0 290px;
  padding: 5.625rem 0 18.125rem;
}
.menu__ttl span {
  font-size: 46px;
  font-size: 2.875rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  text-transform: none;
}
.menu__ttl {
  text-align: center;
  font-size: 200px;
  font-size: 12.5rem;
  line-height: 1;
}
.menu__content {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  position: relative;
}
.menu__content::after {
  content: "";
  display: block;
  position: absolute;
  top: 90px;
  top: 5.625rem;
  right: 0;
  width: 100vw;
  height: 130%;
  background: #f5f3ed;
  z-index: 1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}
.menu__content.is-open::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.menu__content2 {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  position: relative;
}
.menu__content2::after {
  content: "";
  display: block;
  position: absolute;
  top: 70px;
  top: 4.375rem;
  left: 0;
  width: 100vw;
  height: 118%;
  background: #f5f3ed;
  z-index: 1;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}
.menu__content2.is-open::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.menu__images {
  position: relative;
  height: 20vw;
  z-index: 2;
}
.menu__images--first {
  margin-bottom: 450px;
  margin-bottom: 28.125rem;
}
.menu__images1,
.menu__images2 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
  top: 0;
}
.menu__images1 {
  right: -80px;
  right: -5rem;
}
.menu__images2 {
  left: -80px;
  left: -5rem;
}
.menu__image {
  aspect-ratio: 1;
  width: 20vw;
}
.menu-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.menu-c__img {
  aspect-ratio: 654/436;
  width: 65%;
  position: relative;
  z-index: 2;
}
.menu-c__body {
  width: 35%;
  position: relative;
  z-index: 2;
}
.menu-c__ttl {
  font-size: 45px;
  font-size: 2.8125rem;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: #886900;
  font-family: rufina-stencil, sans-serif;
  white-space: nowrap;
}
.menu-c__text {
  padding-left: 25%;
  padding-right: 5%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  margin-top: -130px;
  margin-top: -8.125rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.menu-c__more {
  margin-left: 25%;
}
.menu-c2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  position: relative;
  z-index: 2;
}
.menu-c2__body {
  width: 35%;
  padding-right: 1%;
  position: relative;
}
.menu-c2__img {
  width: 65%;
  aspect-ratio: 654/436;
}
.menu-c2__ttl {
  margin-left: auto;
  text-align: right;
  font-size: 45px;
  font-size: 2.8125rem;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: #886900;
  font-family: rufina-stencil, sans-serif;
}
.menu-c2__text {
  padding-right: 29%;
  padding-left: 3%;
  margin-top: -140px;
  margin-top: -8.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
.menu-c2__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  position: relative;
  z-index: 2;
  margin-left: 1%;
}
.news {
  position: relative;
}
.news::after,
.news::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../../img/top/news-deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 570/600;
  width: 46%;
  max-width: 570px;
  max-width: 35.625rem;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.5s opacity ease-in-out;
  transition: 0.5s opacity ease-in-out;
}
.news::after {
  top: 75px;
  top: 4.6875rem;
  right: 75px;
  right: 4.6875rem;
}
.news::before {
  bottom: 25px;
  bottom: 1.5625rem;
  left: 75px;
  left: 4.6875rem;
  -webkit-transform: rotate(165deg);
  transform: rotate(165deg);
}
.news.is-bgchange::after,
.news.is-bgchange::before {
  opacity: 1;
}
.news__container {
  padding: 290px 0 210px;
  padding: 18.125rem 0 13.125rem;
  position: relative;
  z-index: 2;
}
.news__ttl {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: center;
  color: #C79518;
  font-family: rufina-stencil, sans-serif;
  font-weight: 300;
  font-size: 50px;
  font-size: 3.125rem;
  text-transform: uppercase;
}
.news__contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  gap: 1.875rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.news__more {
  margin: auto;
}
.news-c__img {
  aspect-ratio: 1;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.news-c__img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover; 
    object-fit: cover; 
    -webkit-object-fit: cover; 
    -moz-object-fit: cover; 
    -ms-object-fit: cover; 
}
.news-c__date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 300;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.news-c__text {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .loading__cover1 {
    width: 100%;
    height: 50%;
  }
  .loading__cover2 {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 51%;
  }
  .loading__logo {
    min-width: 12.5rem;
  }
  .mv__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mv__slide-video {
    display: none;
  }
  .mv__slide-video-sp {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .mv__images {
    height: 50vh;
    width: 100vw;
  }
  .mv__images--2 {
    margin-top: -1px;
  }
  .mv__text {
    font-size: 5.625rem;
  }
  .mv__text--1 {
    left: unset;
    right: 0;
  }
  .mv__text--2 {
    bottom: -1.5625rem;
    right: 0;
  }
  .mv__button {
    display: none;
  }
  .fixed-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fixed-wrap__text {
    font-size: 5.625rem;
  }
  .read::before {
    height: 3.6875rem;
  }
  .read__container {
    padding: 3.75rem 0 7.5rem;
  }
  .read__text {
    font-size: 2.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .about {
    overflow: hidden;
  }
  .about__container {
    background: #F5F3ED;
    padding: 9.0625rem 0 10.625rem;
  }
  .about__wrap {
    padding-top: 6.25rem;
  }
  .about__ttl {
    font-size: 8.125rem;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    position: absolute;
    right: 0;
    top: -6.25rem;
    z-index: 1;
    margin-bottom: 1.25rem;
  }
  .about__read {
    position: relative;
    font-size: 2.1875rem;
    margin-bottom: 1.5625rem;
    line-height: 1.5;
    z-index: 4;
    width: 50vw;
  }
  .about__img {
    aspect-ratio: 416/231;
    margin-bottom: 2.1875rem;
  }
  .about__para {
    margin-bottom: 4.375rem;
  }
  .about__content {
    padding-bottom: 2.5rem;
  }
  .about-p__images {
    width: 100%;
    gap: 2.1875rem;
    margin: auto;
  }
  .about-p__r-img:nth-of-type(1) {
    margin-bottom: 2.1875rem;
  }
  .about-c {
    display: block;
  }
  .about-c__img {
    width: 100%;
    margin-bottom: 4.375rem;
    aspect-ratio: 334/204;
  }
  .about-c__img video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: unset;
    transform: unset;
  }
  .about-c__body {
    width: 100%;
  }
  .about-c__read {
    font-size: 1.875rem;
    line-height: 1.6666666667;
    text-align: unset;
  }
  .about-c__text {
    margin-bottom: 3.4375rem;
    padding-left: unset;
  }
  .about-c__more {
    margin-left: unset;
  }
  .menu__container {
    padding: 3.125rem 0 11.0625rem;
  }
  .menu__content {
    margin-top: unset;
    margin-bottom: 2.5rem;
  }
  .menu__content::after {
    width: 90vw;
    height: 110%;
    left: 0;
    right: unset;
  }
  .menu__content2::after {
    height: 110%;
    width: 90vw;
    left: unset;
    right: 0;
    top: 5.625rem;
  }
  .menu__images {
    height: 43vw;
  }
  .menu__images--first {
    margin-bottom: 20.625rem;
  }
  .menu__images1,
  .menu__images2 {
    gap: 0.9375rem;
  }
  .menu__image {
    width: 43vw;
  }
  .menu-c {
    display: block;
    max-width: unset;
    padding: unset;
  }
  .menu-c__img {
    margin-left: auto;
    width: calc(100% - 2.5rem);
    margin-bottom: 2.5rem;
  }
  .menu-c__body {
    max-width: 37.5rem;
    padding: 0 2.5rem;
    margin: auto;
    width: 100%;
  }
  .menu-c__ttl {
    position: absolute;
    top: 0;
    left: 2.5rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    white-space: nowrap;
    line-height: 1;
  }
  .menu-c__text {
    margin-top: unset;
    padding-right: 7%;
    padding-left: 23%;
    margin-bottom: 1.875rem;
  }
  .menu-c__more {
    margin-left: 23%;
  }
  .menu-c2 {
    padding: unset;
    max-width: unset;
  }
  .menu-c2__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .menu-c2__body {
    width: 100%;
    max-width: 37.5rem;
    margin: auto;
    padding: 0 9.6%;
  }
  .menu-c2__img {
    width: calc(100% - 2.5rem);
    margin-right: auto;
    aspect-ratio: 377/250;
    margin-bottom: 2.8125rem;
  }
  .menu-c2__ttl {
    position: absolute;
    top: 0;
    right: 2.5rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    white-space: nowrap;
  }
  .menu-c2__text {
    margin-top: unset;
    padding-left: 10%;
    padding-right: 23%;
    margin-bottom: 1.875rem;
  }
  .menu-c2__lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 16.6%;
    margin-left: unset;
  }
  .news::after,
  .news::before {
    max-width: 19.375rem;
    width: 80%;
  }
  .news::after {
    top: 0.9375rem;
    right: 0.625rem;
  }
  .news::before {
    bottom: 0;
    left: 0;
  }
  .news__container {
    padding: 8.4375rem 0 10rem;
  }
  .news__ttl {
    margin-bottom: 2.5rem;
  }
  .news__contents {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

.cookie-policy__box {
  background: #333;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 8px;
}

.cookie-policy__box.is-close {
  display: none;
}

.cookie-policy__text {
  color: #fff;
  padding-inline: 1rem;
  padding-block: 1rem;
  font-size: 0.75rem;
}

.cookie-policy__text > a {
  color: #fff;
  text-decoration: underline;
}

.cookie-policy__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: block;
  color: #fff;
  font-size: 0.75rem;
}

@media only screen and (max-width: 1399px) and (min-width: 768px) {
  .mv__text {
    font-size: 11.25rem;
  }
}
@media screen and (max-width: 1399px) and (max-width: 767px) {
  .mv__logo {
    width: 8rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .about__wrap::after {
    width: 25%;
    left: unset !important;
    right: 0;
  }
}
@media screen and (max-width: 1399px) {
  .about__wrap::after {
    left: 15%;
  }
}
@media screen and (max-width: 1100px) {
  .menu__ttl span {
    font-size: 2.5rem;
  }
  .menu__ttl {
    font-size: 11.25rem;
  }
}
@media screen and (max-width: 1100px) and (max-width: 767px) {
  .menu__ttl span {
    font-size: 1.75rem;
    display: block;
    margin-right: unset;
    margin-bottom: 0.9375rem;
  }
  .menu__ttl {
    font-size: 7.6875rem;
    text-align: center;
  }
}

.mv-button {
  position: absolute;
  bottom: 24px;
  left: 50px;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .mv-button {
    left: auto;
    right: 20px;
  }
  .cookie-policy__box {
    left: 10px;
    right: auto;
    width: 200px;
  }
}