@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Libre+Caslon+Display&family=Shippori+Mincho+B1&family=Zen+Old+Mincho&display=swap");
/* setting //////////////////////////////////////////////////*/
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*cubic-bezier*/
/*letter-spacing*/
/*// mixin //////////////////////////////////////////////////*/
/* media query */
/* hover */
.sm-font {
  font-size: 0.8em;
}

.p-top {
  background-color: rgba(195, 188, 181, 0.5);
  overflow: hidden;
}
.p-top-wave {
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: -9;
}
.p-top-wave video {
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
.p-top-wave__canvas {
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-top-mv {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-mv__img {
    aspect-ratio: 1/1;
  }
}
.p-top-mv__cap {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0.7;
}
.p-top-mv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 2px);
  z-index: 2; /* 동영상이 위에 표시됨 */
  pointer-events: none;
  transition: opacity 0.5s ease;
  overflow: hidden;
  left: -1px;
}
@media only screen and (max-width: 767px) {
  .p-top-mv__video {
    aspect-ratio: 1/1;
  }
}
.p-top-mv__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .p-top-mv__video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-top-mv #skipButton {
  z-index: 99;
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 10px;
  background: #A99055;
  color: #fff;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .p-top-mv #skipButton {
    top: 1rem;
    left: unset;
    bottom: unset;
    right: 1rem;
  }
}
.p-top-intro {
  padding: 0 0 10rem;
  position: relative;
  z-index: 1;
}
html:lang(en) .p-top-intro {
  padding-bottom: 0;
}
.p-top-intro__inner {
  padding-top: 8rem;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 5rem;
}
html:lang(en) .p-top-intro__inner {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-top-intro__inner {
    flex-direction: column;
    font-size: 1.4rem;
  }
}
.p-top-intro__cash {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.23em;
  color: #fff1e0;
  gap: 4.3rem;
}
.p-top-intro__cash.mod--02 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-top-intro__cash {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-top-intro__cash__item {
  position: relative;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  text-wrap: nowrap;
  display: flex;
  font-family: "EB Garamond", serif, serif;
  font-size: 2.2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1366px) {
  .p-top-intro__cash__item {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1080px) {
  .p-top-intro__cash__item {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-intro__cash__item {
    font-size: 1.6rem;
    width: 100%;
  }
}
.p-top-intro__cash__item__cap {
  position: absolute;
  font-size: 1.1rem;
  letter-spacing: 1px;
  line-height: 1;
  bottom: -1.25rem;
  right: 0.25rem;
}
@media only screen and (max-width: 1080px) {
  .p-top-intro__cash__item__cap {
    font-size: 1rem;
    right: 50%;
    transform: translateX(50%);
  }
}
@media only screen and (max-width: 767px) {
  .p-top-intro__cash__item__cap {
    position: relative;
    bottom: 0.2rem;
    right: -0.2rem;
    transform: unset;
    align-self: flex-end;
    line-height: 2;
  }
}
.p-top-intro__cash__item em {
  font-size: 2em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-top-intro__cash__item .sm-font {
  margin-bottom: -0.2rem;
}
.p-top-intro__cash__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -2rem;
  height: 90%;
  width: 1px;
  background-color: #fff1e0;
}
@media only screen and (max-width: 767px) {
  .p-top-intro__cash__item:not(:last-child)::after {
    bottom: -1rem;
    right: unset;
    width: 100%;
    height: 1px;
  }
}
.p-top-intro__txt {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.23em;
  color: #fff1e0;
  gap: 4.3rem;
}
.p-top-intro__txt__wrap {
  width: 100%;
  height: 10rem;
  transition: all 1.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(35, 24, 21, 0.7);
}
html:lang(en) .p-top-intro__txt__wrap {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-top-intro__txt__wrap {
    background-color: rgba(35, 24, 21, 0.7);
    height: -moz-fit-content;
    height: fit-content;
    padding: 1rem 1.5rem 1.5rem;
    transition: all 2s ease;
  }
}
.p-top-intro__txt__wrap.slide-up {
  filter: blur(0);
  transform: translateY(0);
  opacity: 1;
}
.p-top-intro__txt.mod--02 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-top-intro__txt {
    flex-direction: column;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
  }
}
.p-top-intro__txt__item {
  position: relative;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-wrap: nowrap;
  display: flex;
  font-family: "EB Garamond", serif, serif;
  font-size: 2.2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1366px) {
  .p-top-intro__txt__item {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1080px) {
  .p-top-intro__txt__item {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-intro__txt__item {
    font-size: 1.6rem;
    width: 100%;
    height: 100%;
  }
  .p-top-intro__txt__item:nth-of-type(1) {
    border-bottom: 1px solid;
    border-right: 1px solid;
  }
  .p-top-intro__txt__item:nth-of-type(2) {
    border-bottom: 1px solid;
  }
  .p-top-intro__txt__item:nth-of-type(3) {
    border-right: 1px solid;
    padding-top: 1rem;
  }
  .p-top-intro__txt__item:nth-of-type(4) {
    padding-top: 1rem;
  }
}
.p-top-intro__txt__item__cap {
  position: absolute;
  font-size: 1.1rem;
  letter-spacing: 1px;
  line-height: 1;
  bottom: -1.25rem;
  right: 0.25rem;
}
@media only screen and (max-width: 1080px) {
  .p-top-intro__txt__item__cap {
    font-size: 1rem;
    right: 50%;
    transform: translateX(50%);
  }
}
@media only screen and (max-width: 767px) {
  .p-top-intro__txt__item__cap {
    position: relative;
    bottom: 0.2rem;
    right: -0.2rem;
    transform: unset;
    align-self: flex-start;
    line-height: 2;
  }
}
.p-top-intro__txt__item em {
  font-size: 2em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-top-intro__txt__item .sm-font {
  margin-bottom: -0.2rem;
}
.p-top-intro__txt__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -2rem;
  height: 90%;
  width: 1px;
  background-color: #fff1e0;
}
@media only screen and (max-width: 767px) {
  .p-top-intro__txt__item:not(:last-child)::after {
    content: none;
    bottom: -1rem;
    right: unset;
    width: 100%;
    height: 1px;
  }
}
.p-top-intro__txt__wrap01 {
  background-color: rgba(35, 24, 21, 0.7);
  padding: 3rem 1rem 2rem;
  color: #fff1e0;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .p-top-intro__txt__wrap01 {
    padding: 2rem 1rem 0;
  }
}
.p-top-intro__txt__wrap01 .p-top-intro__ttl {
  border: 1px solid #fff1e0;
  padding: 0.5rem 2rem;
  font-size: 2rem;
  display: flex;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-top-intro__txt__wrap01 .p-top-intro__ttl {
    font-size: 1.2rem;
  }
}
.p-top-intro__txt__wrap01 .p-top-intro__ttl i {
  font-size: 50%;
  display: flex;
  align-items: center;
}
.p-top-intro__txt__wrap02 {
  background-color: rgba(35, 24, 21, 0.7);
  height: auto;
  padding-block: 3rem;
}
@media only screen and (max-width: 1080px) {
  .p-top-intro__txt__wrap02 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-intro__txt__wrap02 {
    padding-block: 1.5rem;
  }
}
.p-top-intro__txt__wrap02 .p-top-intro__txt__item {
  align-items: flex-end;
}
.p-top-intro__img {
  max-width: 980px;
  margin: auto;
}
.p-top-intro__heading {
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  font-size: 1.6em;
  letter-spacing: 0.23em;
  line-height: 2;
}
.p-top-intro__heading .line {
  display: flex;
  gap: 0;
}
@media only screen and (max-width: 767px) {
  .p-top-intro__heading {
    font-size: 1.4em;
    align-self: center;
  }
}
.p-top-intro .top_btn {
  padding: 3rem;
  text-align: center;
  background-color: rgba(35, 24, 21, 0.3);
}
@media only screen and (max-width: 767px) {
  .p-top-intro .top_btn {
    padding: 1rem;
  }
}
.p-top-intro .top_btn .top_btn_inner {
  max-width: 1200px;
  margin: auto;
  background: rgba(35, 24, 21, 0.5);
  padding: 2rem;
  color: #fff;
  border: solid 1px #fff;
}
.p-top-intro .top_btn .top_btn_inner .btn_p {
  font-size: 2rem;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .p-top-intro .top_btn .top_btn_inner .btn_p {
    font-size: 1.5rem;
  }
}
.p-top-intro .top_btn .top_btn_inner .btn_p span {
  font-size: 120%;
}
.p-top-intro .top_btn .top_btn_inner .btn_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-top-intro .top_btn .top_btn_inner .btn_wrap {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 0.5rem;
  }
}
.p-top-intro .top_btn .top_btn_inner .btn_wrap .btn_entry,
.p-top-intro .top_btn .top_btn_inner .btn_wrap .btn_limited {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.3s;
  background-color: #fff;
  color: #2d394b;
}
@media (hover: hover) and (pointer: fine) {
  .p-top-intro .top_btn .top_btn_inner .btn_wrap .btn_entry:hover,
  .p-top-intro .top_btn .top_btn_inner .btn_wrap .btn_limited:hover {
    background-color: rgba(35, 24, 21, 0.8);
    color: #fff;
  }
}
.p-top-intro .top_btn small {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-top-intro .top_btn small {
    font-size: 10px;
  }
}
.p-top-intro__lead {
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  letter-spacing: 0.23em;
  line-height: 2.6;
}
@media only screen and (max-width: 767px) {
  .p-top-intro__lead {
    align-self: center;
    line-height: 2;
  }
}
.p-top-intro__sakura--L {
  top: 0;
  left: -12vw;
  transition: opacity 5s, filter 2.2s cubic-bezier(0.19, 1, 0.22, 1), transform 80s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate(-5em, -4em);
}
@media only screen and (max-width: 767px) {
  .p-top-intro__sakura--L {
    top: 0;
    width: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-intro__sakura--L.active {
    opacity: 0.7;
  }
}
.p-top-intro__decomovie--1 {
  opacity: 0.9;
}
@media only screen and (max-width: 767px) {
  .p-top-intro__decomovie--1 {
    bottom: 0vh;
  }
}
.p-top-contents {
  position: relative;
  padding: 15rem 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-top-contents {
    padding: 5rem 0;
  }
}
.p-top-contents__decomovie--1 {
  top: 230vh;
  opacity: 0.6;
}
.p-top-contents__decomovie--2 {
  bottom: 0;
  opacity: 0.7;
}
.p-top-contents__sakura--R1 {
  top: -50vh;
  width: 76%;
  height: 120vh;
}
@media only screen and (max-width: 767px) {
  .p-top-contents__sakura--R1 {
    width: 220%;
  }
}
.p-top-contents__sakura--L1 {
  top: 40vh;
}
.p-top-contents__sakura--R2 {
  top: 200vh;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-top-contents__sakura--R2 {
    top: 177vh;
    width: 214%;
  }
}
.p-top-contents__sakura--L2 {
  top: unset;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-top-contents__sakura--L2 {
    bottom: 100vh;
  }
}
.p-top-contents__sakura--R3 {
  top: unset;
  bottom: -15vh;
  width: 30%;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .p-top-contents__sakura--R3 {
    bottom: 0;
    width: 70%;
  }
}
.p-top-contents__item {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-top-contents__item {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
.p-top-contents__item__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: self-end;
}
@media only screen and (max-width: 767px) {
  .p-top-contents__item__box {
    align-items: center;
    gap: 2rem;
  }
}
.p-top-contents__item__lead {
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  font-size: 2rem;
  letter-spacing: 0.23em;
  line-height: 2.4;
  padding-top: 5rem;
}
html:lang(en) .p-top-contents__item__lead {
  writing-mode: unset;
}
@media only screen and (max-width: 767px) {
  .p-top-contents__item__lead {
    padding-top: 0;
  }
}
.p-top-contents__item__lead .line {
  display: block;
}
.p-top-contents__item__name {
  font-size: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.5s cubic-bezier(0.75, 0, 0.44, 0.99);
}
.p-top-contents__item__name:after {
  content: "";
  border-bottom: 1px solid #231815;
  width: 2rem;
  display: inline-block;
  margin-left: 1rem;
}
.p-top-contents__item__img {
  overflow: hidden;
}
.p-top-contents__item__img .c-imgBox__cap--R {
  color: #fff1e0;
}
.p-top-contents__item__img .c-imgBox__cap--R.active {
  opacity: 0.7 !important;
}
.p-top-brand {
  background-color: #161715;
}
.p-top-brand__wrap {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 5rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-top-brand__wrap {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
  }
}
.p-top-brand__img {
  font-family: "EB Garamond", serif, serif;
  text-align: center;
  position: relative;
  height: 35rem;
  overflow: hidden;
  cursor: pointer;
}
.p-top-brand__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/top/top-brandstory-img.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
}
.p-top-brand__img:hover::before {
  transform: scale(1.05);
}
.p-top-brand__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.22);
  z-index: 1;
}
.p-top-brand__img__txtwrap {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.p-top-brand__img__logo img {
  width: 10rem;
}
.p-top-brand__img__ttl {
  font-style: italic;
  font-size: 5rem;
  line-height: 1;
}
.p-top-brand__img__en {
  font-style: italic;
  letter-spacing: 0;
  line-height: 3;
  font-size: 1.1rem;
}
.p-top-brand__img__btn {
  margin-top: 2rem;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 3rem;
  font-style: italic;
  font-size: 2rem;
  color: #231815;
}
.p-top-brand__img__btn__arw {
  display: inline-block;
  width: 4rem;
  height: 1rem;
  background: url("../../images/top/top-btn-arw.svg") no-repeat center;
  background-size: contain;
  transition: transform 0.5s ease;
}
.p-top-brand__img:hover .p-top-brand__img__btn__arw {
  transform: translateX(1rem);
}
.p-top-brand__detail {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-top-brand__detail {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-brand__detail .txt {
  font-size: 1.1rem;
  line-height: 2;
}
.p-top-brand__detail-btn__ttl {
  font-family: "EB Garamond", serif, serif;
  letter-spacing: 0;
  line-height: 2.5;
}

/* 20251217 ~ */
.p-mv {
  position: relative;
}
.p-mv__slide {
  width: 100%;
  aspect-ratio: 683/281;
  aspect-ratio: 683/300;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .p-mv__slide {
    aspect-ratio: 1.7/1;
  }
}
@media only screen and (max-width: 767px) {
  .p-mv__slide {
    aspect-ratio: 320/312;
  }
}
.p-mv__slide__item {
  width: inherit;
  position: absolute;
}
.p-mv__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-mv__slide__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-mv__img {
  height: 100%;
  opacity: 0;
  width: inherit;
  aspect-ratio: 683/201;
  overflow: hidden;
  transform: scale(1); /* ズームリセット */
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  .p-mv__img {
    aspect-ratio: 1.7/1;
  }
}
@media only screen and (max-width: 767px) {
  .p-mv__img {
    aspect-ratio: 1/1;
  }
}
.p-mv__img.mod--img2 {
  aspect-ratio: 2000/2263;
}
.p-mv__img.mod--img2 img {
  transform: translateY(-30%);
  -o-object-position: center bottom;
     object-position: center bottom;
  height: 150%;
}
.p-mv__img picture {
  width: inherit;
  height: inherit;
  display: block;
}
.p-mv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 77%;
     object-position: center 77%;
  width: inherit;
  height: 100%;
}
.p-mv__img span {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: white;
}
@media only screen and (max-width: 767px) {
  .p-mv__img span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-mv__img span {
    font-size: 1rem;
  }
}
.p-mv__cap {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-size: 10px;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-mv__cap {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-mv__cap {
    font-size: 1rem;
  }
}
.p-mv__ttl {
  display: block;
  width: 100vw;
  text-align: center;
  font-family: "A1明朝", "A1 Mincho", serif;
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .p-mv__ttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p-mv__ttl {
    font-size: 2.4rem;
  }
}
.p-mv__ttl span {
  display: block;
}
.p-mv__ttl__jp {
  font-size: 3rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .p-mv__ttl__jp {
    font-size: 1.7rem;
  }
}
.p-mv__ttl__en {
  font-size: 0.4em;
  font-family: "EB Garamond", serif, serif;
}
@media only screen and (max-width: 767px) {
  .p-mv__ttl__en {
    font-size: 10px;
  }
}
.p-mv__ttl__logo {
  display: block;
  width: 13rem;
  width: 60rem;
  min-width: 1.2cm;
}
@media only screen and (max-width: 767px) {
  .p-mv__ttl__logo {
    width: 100vw;
  }
}
.p-mv__ttl__logo-wrap {
  position: absolute;
  top: calc(50% - 7rem);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .p-mv__ttl__logo-wrap {
    top: calc(50% - 2rem);
  }
}
.p-mv__subttl {
  position: absolute;
  top: calc(50% + 2rem);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .p-mv__subttl {
    top: calc(50% - 3rem);
    top: 24rem;
  }
}
.p-mv__subttl.obj--2 {
  top: calc(50% + 8rem);
}
@media only screen and (max-width: 767px) {
  .p-mv__subttl.obj--2 {
    top: calc(50% + 10rem);
    top: 50rem;
  }
}
.p-mv__subttl.obj--3 {
  top: calc(50% + 36rem);
}
@media only screen and (max-width: 767px) {
  .p-mv__subttl.obj--3 {
    top: 74rem;
    width: 100%;
  }
}
.p-mv__subttl.obj--4 {
  top: calc(50% + 58rem);
}
@media only screen and (max-width: 767px) {
  .p-mv__subttl.obj--4 {
    top: 100rem;
    width: 90%;
  }
}
.p-mv__scroll {
  position: absolute;
  bottom: 6vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-mv__scroll {
    bottom: 2rem;
  }
}
.p-mv__scroll .mouse {
  margin: 0 auto;
  display: block;
  border-radius: 100px;
  border: 2px solid #fff;
  height: 5rem;
  width: 2.5rem;
  position: relative;
}
.p-mv__scroll .move {
  position: absolute;
  background-color: #fff;
  height: 0.7rem;
  width: 0.7rem;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: move 2s linear infinite;
}
@keyframes move {
  0% {
    transform: translate(-50%, 0.5rem);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 2rem);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 4rem);
    opacity: 0;
  }
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/*# sourceMappingURL=../../map/top/style.css.map */