/* こちらにcssをお願いします */

/* headerは非表示 */
.product-header {
  display: none!important;
}



/* common */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&display=swap');
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #262429;
  letter-spacing: 0.08em;
}
p, h1, h2, h3, h4, h5, th, td, ul, li {
  color: #262429;
}
img {
  width: 100%;
}
main {
  padding: 0;
}
.only-pc {
  display: block;
}
.only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}

@font-face {
  font-family: BebasNeue-Regular;
  src: url(../font/BebasNeue-Regular.otf) format("opentype"),
       local(Arial);
}
/*
<uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 100 to 900
*/
.noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.BebasNeue-Regular {
  font-family: "BebasNeue-Regular";
  font-weight: 400;
  font-style: normal;
}



/* btn */
.btn {
  position: relative;
  width: 240px;
  height: 64px;
  background: linear-gradient(180deg, #F89AFF 0%, #D595FF 43.5%, #B190FF 100%);
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  padding-left: 32px;
}
.btn-white {
  background: #fff;
  color: #262429;
}
.btn::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  right: 24px;
}
.btn::before {
  opacity: 1;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
}
.btn:hover::before {
  opacity: 0;
}
.btn-white::before {
  background: linear-gradient(90deg, #F89AFF 0%, #D595FF 43.5%, #B190FF 100%);
}
.btn-arrow {
  opacity: 0;
  transition: all 0.3s ease;
  width: 16px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  right: 1.53vw;
  right: 24px;
}
.btn:hover .btn-arrow {
  opacity: 1;
}
@media screen and (min-width: 1573px) {
  .btn-arrow {
    right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .btn .btn-arrow {
    right: 24px;
  }
}


/* header */
.header {
  max-width: 1460px;
  height: 70px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.header-logo {
  width: 179.85px;
}
@media screen and (max-width: 768px) {
  .header {
    max-width: 100%;
    height: 60px;
    padding-left: 16px;
  }
  .header-logo {
    width: 120px;
    height: 34px;
  }
}



/* mv */
.mv {
  position: relative;
  margin: 19px auto 0;
  width: 100%;
  height: 729px;
  height: 0;
  padding-top: 46.37vw;
  overflow: hidden;
}
.mv-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.mv-image-01 {
  width: 36.9vw;
  height: auto;
  aspect-ratio: 580 / 483;
  object-fit: contain;
  top: 2.73vw;
}
.mv-image-02,
.mv-image-02-bg,
.mv-image-03-bg,
.mv-image-05 {
  width: 15.27vw;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.mv-image-02 {
  top: 1.53vw;
  margin-left: calc((18.45% + 7.63% + 6.11%) * -1);
  z-index: 1;
}
.mv-image-02-bg {
  top: 0;
  margin-left: calc((18.45% + 7.63% + 3.56%) * -1);
  z-index: 0;
}
.mv-image-03,
.mv-image-04 {
  width: 20.36vw;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.mv-image-03 {
  top: 20.87vw;
  margin-left: calc((18.45% + 10.18% + 11.2%) * -1);
  z-index: 1;
}
.mv-image-03-bg {
  top: 31.04vw;
  margin-left: calc((18.45% + 7.63% + 4.58%) * -1);
  z-index: 0;
}
.mv-image-04 {
  top: 2.42vw;
  margin-left: calc(18.45% + 10.18% + 8.65%);
  z-index: 1;
}
.mv-image-04-bg {
  width: 17.3vw;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  top: 19.34vw;
  margin-left: calc(18.45% + 8.65% + 3.44%);
  z-index: 0;
}
.mv-image-05 {
  top: 27.35vw;
  margin-left: calc(18.45% + 7.63% + 16.28%);
  z-index: 1;
}
.mv-lead {
  position: absolute;
  top: 35.94vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.02vw;
  font-weight: 500;
  line-height: 1.8;
}
.mv-btn {
  position: absolute;
  top: 42.18vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 15.27vw;
  height: 4.07vw;
  font-size: 1.02vw;
}
.mv-btn::before,
.btn-arrow {
  right: 1.53vw;
  right: 24px;
}
.mv-badge {
  position: absolute;
  top: 39.76vw;
  left: 50%;
  transform: X(-50%);
  width: 6.62vw;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin-left: calc(7.63vw + 3.31vw - 1.15vw);
  z-index: 0;
}
/* mv animation */
@keyframes fadeIn {
  to {
      opacity: 1;
  }
}
.mv-image,
.mv-contents {
  opacity: 0;
  animation: fadeIn 1.6s forwards;
}
.mv-image-01 {
  animation-delay: 0.8s;
}
.mv-image-02 {
  animation-delay: 1.6s;
}
.mv-image-02-bg {
  animation-delay: 1.6s;
}
.mv-image-03 {
  animation-delay: 2.4s;
}
.mv-image-03-bg {
  animation-delay: 2.4s;
}
.mv-image-04 {
  animation-delay: 3.2s;
}
.mv-image-04-bg {
  animation-delay: 3.2s;
}
.mv-image-05 {
  animation-delay: 4.0s;
}
.mv-contents {
  animation-delay: 4.8s;
}
@media screen and (min-width: 1024px) {
  .mv-btn::before,
  .btn-arrow {
    right: 16px;
  }
}
@media screen and (min-width: 1573px) {
  .mv {
    width: 1572px;
    height: 729px;
    padding-top: 0;
  }
  .mv-image-01 {
    width: 580px;
    height: 483px;
    top: 45px;
  }
  .mv-image-02,
  .mv-image-02-bg,
  .mv-image-03-bg,
  .mv-image-05 {
    width: 240px;
    height: 240px;
  }
  .mv-image-02 {
    top: 24px;
    margin-left: calc((290px + 120px + 96px) * -1);
    z-index: 1;
  }
  .mv-image-02-bg {
    top: 0;
    margin-left: calc((290px + 120px + 56px) * -1);
    z-index: 0;
  }
  .mv-image-03,
  .mv-image-04 {
    width: 320px;
    height: 320px;
  }
  .mv-image-03 {
    top: 417px;
    top: 328px;
    margin-left: calc((290px + 160px + 176px) * -1);
    z-index: 1;
  }
  .mv-image-03-bg {
    top: 488px;
    margin-left: calc((290px + 120px + 72px) * -1);
    z-index: 0;
  }
  .mv-image-04 {
    top: 38px;
    margin-left: calc(290px + 160px + 136px);
    z-index: 1;
  }
  .mv-image-04-bg {
    width: 272px;
    height: 272px;
    top: 304px;
    margin-left: calc(290px + 136px + 54px);
    z-index: 0;
  }
  .mv-image-05 {
    top: 430px;
    margin-left: calc(290px + 120px + 256px);
    z-index: 1;
  }
  .mv-lead {
    top: 565px;
    font-size: 16px;
  }
  .mv-btn {
    top: 663px;
    width: 240px;
    height: 64px;
    font-size: 16px;
  }
  .mv-btn::before,
  .btn-arrow {
    right: 24px;
  }
  .mv-badge {
    top: 625px;
    width: 104px;
    margin-left: calc(120px + 52px - 18px);
  }
}
@media screen and (max-width: 768px) {
  .mv {
    width: 100%;
    height: 0;
    padding-top: 210.256410256vw;
    margin-top: -60px;
  }
  .mv-image-01 {
    width: 69.74vw;
    aspect-ratio: 272 / 340;
    top: 38.21vw;
    z-index: 2;
  }
  .mv-image-02,
  .mv-image-02-bg {
    width: 33.57vw;
  }
  .mv-image-03-bg,
  .mv-image-05 {
    width: 240px;
    height: 240px;
  }
  .mv-image-02 {
    top: 23.61vw;
    left: auto;
    transform: none;
    margin-left: -2.56vw;
    z-index: 1;
  }
  .mv-image-02-bg {
    top: 20.26vw;
    left: auto;
    transform: none;
    margin-left: 3.08vw;
    z-index: 0;
  }
  .mv-image-03 {
    width: 43.83vw;
    top: 117.69vw;
    left: auto;
    transform: none;
    margin-left: -8.72vw;
    z-index: 3;
  }
  .mv-image-03-bg {
    top: 139.49vw;
    left: 16.67vw;
    transform: none;
    width: 32.56vw;
    height: auto;
    aspect-ratio: 127 / 129;
    z-index: 0;
    margin-left: auto;
  }
  .mv-image-04 {
    width: 33.85vw;
    height: auto;
    aspect-ratio: 1 / 1;
    top: 4.1vw;
    right: -6.15vw;
    left: auto;
    transform: none;
    margin-left: auto;
    z-index: 1;
  }
  .mv-image-04-bg {
    width: 42.56vw;
    height: auto;
    aspect-ratio: 1 / 1;
    top: 93.59vw;
    left: auto;
    right: -18.46vw;
    transform: none;
    margin-left: auto;
    z-index: 0;
  }
  .mv-image-05 {
    width: 37.44vw;
    height: auto;
    aspect-ratio: 1 / 1;
    top: 127.18vw;
    right: -3.08vw;
    left: auto;
    transform: none;
    margin-left: auto;
    z-index: 1;
  }
  .mv-lead {
    top: 168.72vw;
    top: auto;
    bottom: 104px;
    text-align: center;
    font-size: 16px;
    width: 100%;
  }
  .mv-btn {
    top: auto;
    bottom: 0;
    width: 240px;
    height: 64px;
    font-size: 16px;
  }
  .mv-btn::before,
  .btn-arrow {
    right: 24px;
  }
  .mv-badge {
    width: 104px;
    top: auto;
    bottom: 4px;
    right: auto;
    margin-left: calc(120px + 52px - 20px);
  }
}



/* about */
.about {
  margin-top: 3.9vw;
  overflow: hidden;
}
.about-headline {
  text-align: center;
  color: #E5E5E5;
  line-height: 1;
  width: 58.64vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.about-headline img {
  display: block;
}
.about-inner {
  position: relative;
  border-radius: 100px 100px 0 0;
  max-width: 1540px;
  margin: -3.47vw auto 0;
  padding-top: 14.94vw;
  padding-left: 5.19vw;
  padding-bottom: 13.38vw;
  padding-bottom: 206px;
  overflow: hidden;
}
.about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: 0;
}
.about-contents {
  display: flex;
  gap: 34px;
  position: relative;
  z-index: 1;
}
.about-catch {
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
  color: #fff;
}
.about-catch-line {
  display: inline-block;
}
.about-text {
  font-size: 1.17vw;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 3.64vw;
  color: #fff;
  width: 25.97vw;
}
.about-slide {
  width: 41.04vw;
  margin-left: 4.22vw;
  overflow: hidden;
}
.about-slide-item {
  width: 41.04vw;
}
.about-slide-inner {
  display: flex;
  gap: 32px;
}
.about-slide-image {
  width: calc((100% - 32px) / 2);
  width: 100%;
}
.about-image {
  width: 61.43vw;
  margin-top: -3.77vw;
}
@media screen and (min-width: 1540px) {
  .about {
    margin-top: 60px;
  }
  .about-headline {
    font-size: 150px;
    width: 903px;
  }
  .about-inner {
    margin: -53.5px auto 0;
    padding-top: 230px;
    padding-left: 80px;
    padding-bottom: 206px;
  }
  .about-catch {
    font-size: 40px;
  }
  .about-text {
    font-size: 18px;
    margin-top: 56px;
    width: 400px;
  }
  .about-slide {
    width: 632px;
    margin-left: 65px;
  }
  .about-slide-item {
    width: 632px;
  }
  .about-image {
    width: 946px;
    margin-top: -58px;
  }  
}
@media screen and (max-width: 768px) {
  .about {
    margin-top: 91.24px;
  }
  .about-headline {
    font-size: 14.36vw;
    width: 86.67vw;
  }
  .about-inner {
    max-width: 100%;
    margin: -6.09vw auto 0;
    padding: 90px 16px 205px;
    padding: 23.08vw 16px 65.38vw;
  }
  .about-contents {
    flex-direction: column;
    gap: 14.36vw;
  }
  .about-catch {
    font-size: 28px;
    text-align: center;
  }
  .about-text {
    font-size: 18px;
    margin-top: 40px;
    width: 100%;
  }
  .about-slide {
    width: 86.15vw;
    margin-left: auto;
    margin-right: auto;
  }
  .about-slide-item {
    width: 86.15vw;
  }
  .about-slide-inner {
    display: flex;
    gap: 16px;
  }
  .about-slide-image {
    width: calc((100% - 16px) / 2);
    width: 100%;
  }
  .about-image {
    width: 101.28vw;
    margin-top: 16px;
    margin-right: -4.87vw;
  }
}



/* art */
.art {
  position: relative;
  background-color: #fff;
  border-radius: 100px;
  margin: -5.84vw auto 0;
  margin: -90px auto 0;
  padding-top: 7.79vw;
  padding-bottom: 9.35vw;
  max-width: 1540px;
  z-index: 2;
}
.art-headline {
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.art-list {
  margin-top: 6.75vw;
}
.art-item {
  display: flex;
  align-items: center;
  gap: 5vw;
}
.art-item:nth-child(n+2) {
  margin-top: 5.19vw;
}
.art-contents {
  width: 24.29vw;
}
.art-catch {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
}
.art-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.56vw;
}
.art-image-1 {
  width: 62.79vw;
  max-width: 967px;
}
.art-item-2 {
  flex-direction: row-reverse;
}
.art-image-2 {
  width: 47.79vw;
  max-width: 736px;
}
.art-image-3 {
  width: 44.35vw;
  max-width: 683px;
}
@media screen and (min-width: 1540px) {
  .art {
    margin: -90px auto 0;
    padding-top: 120px;
    padding-bottom: 144px;
  }
  .art-headline {
    font-size: 40px;
  }
  .art-list {
    margin-top: 104px;
  }
  .art-item {
    gap: 77px;
  }
  .art-item:nth-child(n+2) {
    margin-top: 80px;
  }
  .art-contents {
    width: 374px;
  }
  .art-text {
    margin-top: 24px;
  }
  .art-image-1 {
    width: 100%;
  }
  .art-image-2 {
    width: 100%;
  }
  .art-image-3 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .art-contents {
    width: 100%;
  }
  .art-contents-1,
  .art-contents-3 {
    padding-right: 16px;
  }
  .art-contents-2 {
    padding-left: 16px;
  }
  .art-catch {
    font-size: 2.34vw;
  }
  .art-text {
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 768px) {
  .art {
    max-width: 100%;
    padding-bottom: 75px;
    margin-top: -38.97vw;
  }
  .art-headline {
    font-size: 24px;
  }
  .art-list {
    margin-top: 80px;
  }
  .art-item {
    flex-direction: column;
    gap: 24px;
  }
  .art-item-2 {
    flex-direction: column;
  }
  .art-item:nth-child(n+2) {
    margin-top: 80px;
  }
  .art-contents {
    width: 100%;
    padding: 0 16px;
  }
  .art-contents-1,
  .art-contents-3 {
    padding-right: 4.1vw;
  }
  .art-contents-2 {
    padding-left: 10vw;
  }
  .art-catch {
    font-size: 20px;
  }
  .art-text {
    font-size: 16px;
  }
  .art-image-1,
  .art-image-2,
  .art-image-3 {
    width: 100%;
    max-width: 100%;
  }
}



/* bg */
.bg {
  background-color: #DC98AF;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .bg {
    padding-bottom: 0;
  }
}



/* slide */
.art-slide {
  position: relative;
  padding-top: 288px;
  padding-left: 16px;
  padding-right: 16px;
  z-index: 1;
  margin-top: -144px;
}
.art-slide-list {
  max-width: 1232px;
  margin-inline: auto;
}
.art-slide-list + .art-slide-list {
  margin-top: 120px;
}
.art-slide-headline {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}
.art-slide-lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-top: 40px;
  color: #fff;
}
.art-slide-item {
  padding-bottom: 40px;
  margin-top: 56px;
  overflow: hidden;
}
.swiper-pagination {
  position: relative;
  font-size: 0;
}
.swiper-pagination::after {
  content: "";
  width: calc(100% - 14px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 10px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 810px;
  margin: 24px auto 0;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  width: 20px;
  height: 20px;
  position: relative;
  background-color: transparent;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::after,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  transition: all 0.3s ease;
  background-color: #fff;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bulle.swiper-pagination-bullet-active::after {
  width: 20px;
  height: 20px;
  background-color: #9B66B3;
}
.swiper-pagination-bullet {
  opacity: 1;
  z-index: 1;
  position: relative;
}
.swiper-pagination-bullet::before {
  display: block;
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "BebasNeue-Regular";
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}
.swiper-pagination1 .swiper-pagination-bullet:first-child::before {
  content: "Entrance";
}
.swiper-pagination1 .swiper-pagination-bullet:nth-child(3):before {
  content: "Living room";
}
.swiper-pagination1 .swiper-pagination-bullet:nth-child(5):before {
  content: "Dining room";
}
.swiper-pagination1 .swiper-pagination-bullet:nth-child(7):before {
  content: "Bed room";
}
.swiper-pagination2 .swiper-pagination-bullet:first-child::before {
  content: "Office";
}
.swiper-pagination2 .swiper-pagination-bullet:nth-child(3):before {
  content: "Restaurant";
}
.swiper-pagination2 .swiper-pagination-bullet:nth-child(5):before {
  content: "Cafe";
}
.swiper-pagination2 .swiper-pagination-bullet:nth-child(7):before {
  content: "Hotel";
}
.swiper-pagination-list {
  display: flex;
  width: 100%;
  max-width: 810px;
  margin: 24px auto 0;
}
.art-slide-btn {
  margin: 64px auto 0;
}
@media screen and (max-width: 1024px) {
  .art-slide-headline {
    font-size: 3.91vw;
  }
  .art-slide-lead {
    font-size: 1.76vw;
  }
}
@media screen and (max-width: 768px) {
  .art-slide {
    padding-top: 188px;
    margin-top: -100px;
  }
  .art-slide-list {
    max-width: 100%;
  }
  .art-slide-list + .art-slide-list {
    margin-top: 108px;
  }
  .art-slide-headline {
    font-size: 24px;
  }
  .art-slide-lead {
    text-align: left;
    font-size: 18px;
  }
  .art-slide-item {
    margin-top: 40px;
    padding-bottom: 12px;
  }
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    max-width: 320px;
    margin-top: 30px;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::after,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet::after {
    width: 8px;
    height: 8px;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bulle.swiper-pagination-bullet-active::after {
    width: 16px;
    height: 16px;
  }
  .swiper-pagination-bullet::before {
    font-size: 12px;
    top: 24px;
  }
  .swiper-pagination-list {
    display: flex;
    width: 100%;
    max-width: 810px;
    margin: 24px auto 0;
  }
  .art-slide-btn {
    margin-top: 40px;
  }  
}



/* scroll */
.scroll {
  background-color: #DC98AF;
  margin-top: 180px;
  overflow: hidden;
}
.scroll-inner {
  position: relative;
  padding-top: 159px;
  padding-bottom: 159px;
}
.scroll-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1196px;
  height: 1196px;
}
.scroll-catch,
.scroll-headline,
.scroll-text {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 1;
}
.scroll-line {
  display: inline-block;
}
.scroll-catch {
  font-size: 24px;
  font-weight: 500;
}
.scroll-headline {
  font-size: 40px;
  font-weight: 700;
  margin-top: 16px;
}
.scroll-text {
  font-size: 18px;
  font-weight: 400;
  margin-top: 40px;
}
.scroll-wrap {
  display: flex;
  width: 100vw;
  height: 420px;
  overflow: hidden;
  margin-top: 64px;
}
.scroll-image {
  width: auto;
  height: 100%;
}
.scroll-btn {
  margin: 64px auto 0;
}
@media screen and (max-width: 1024px) {
  .scroll-catch {
    font-size: 2.34vw;
  }
  .scroll-headline {
    font-size: 3.91vw;
  }
  .scroll-text {
    font-size: 1.76vw;
  }
}
@media screen and (max-width: 768px) {
  .scroll {
    margin-top: 160px;
  }
  .scroll-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .scroll-bg {
    top: 20px;
    transform: translate(-50%, -20px);
    width: 540px;
    height: 540px;
  }
  .scroll-catch {
    font-size: 18px;
  }
  .scroll-headline {
    font-size: 24px;
    margin-top: 24px;
  }
  .scroll-text {
    text-align: left;
    font-size: 16px;
  }
  .scroll-wrap {
    height: 280px;
    margin-top: 40px;
  }
  .scroll-btn {
    margin-top: 40px;
  } 
}
@keyframes loop {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}

.loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap img:nth-child(2) {
  animation: loop2 50s linear infinite;
}



/* bottom */
.bottom {
  margin-top: 180px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 13.96vw;
}
.bottom-inner {
  position: relative;
  max-width: 1330px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
}
.bottom-headline {
  color: #fff;
  width: 25.06vw;
  margin-top: 7.79vw;
  margin-right: 4.16vw;
  font-size: 40px;
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 1.8;
}
.bottom-headline-line {
  display: inline-block;
}
.bottom-image-wrap {
  position: relative;
}
.bottom-image {
  width: 31.17vw;
}
.bottom-image-text {
  font-family: "BebasNeue-Regular";
  width: 45.13vw;
  line-height: 1;
  position: absolute;
  left: 50%;
  bottom: -3.02vw;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #482D36;
}
.bottom-contents {
  width: 21.1vw;
  margin-top: 10.39vw;
  margin-left: 4.94vw;
}
.bottom-contents-text {
  color: #fff;
  font-size: 1.04vw;
  font-weight: 500;
  line-height: 1.8;
}
.bottom-contents-text-line {
  display: inline-block;
}
.bottom-btn {
  margin-top: 40px;
}
@media screen and (min-width: 1573px) {
  .bottom {
    margin-top: 180px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 215px;
  }
  .bottom-headline {
    width: 386px;
    margin-top: 120px;
    margin-right: 64px;
    font-size: 40px;
  }
  .bottom-image-wrap {
    width: 480px;
  }
  .bottom-image {
    width: 480px;
  }
  .bottom-image-text {
    width: 695px;
    bottom: -46.5px;
  }
  .bottom-contents {
    width: 325px;
    margin-top: 160px;
    margin-left: 76px;
  }
  .bottom-contents-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .bottom {
    margin-top: 144px;
  }
  .bottom-inner {
    max-width: 100%;
    flex-direction: column;
  }
  .bottom-headline {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    font-size: 24px;
    position: absolute;
    top: 0;
    z-index: 1;
    text-align: center;
  }
  .bottom-image-wrap {
    width: 91.79vw;
    max-width: 358px;
    margin-top: 6.15vw;
    margin-inline: auto;
    z-index: 0;
  }
  .bottom-image {
    width: 100%;
  }
  .bottom-contents {
    width: 100%;
    margin-top: 64px;
    margin-left: 0;
  }
  .bottom-contents-text {
    text-align: center;
    font-size: 16px;
    font-size: 1.56vw;
  }
  .bottom-btn {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .bottom {
    margin-top: 144px;
    padding-bottom: 120px;
  }
  .bottom-inner {
    max-width: 100%;
    flex-direction: column;
  }
  .bottom-headline {
    width: 100%;
    margin-right: 0;
    font-size: 24px;
    position: absolute;
    top: 0;
    z-index: 1;
    text-align: center;
  }
  .bottom-image-wrap {
    width: 91.79vw;
    max-width: 358px;
    margin-top: 6.15vw;
    margin-inline: auto;
    z-index: 0;
  }
  .bottom-image {
    width: 100%;
  }
  .bottom-image-text {
    width: 333.65px;
    bottom: -22.72px;
  }
  .bottom-contents {
    width: 100%;
    margin-top: 64px;
    margin-left: 0;
  }
  .bottom-contents-text {
    text-align: center;
    font-size: 16px;
  }
  .bottom-btn {
    margin-inline: auto;
  }
}
@media screen and (max-width: 480px) {
  .bottom-headline {
    text-align: left;
    span + span {
      display: block;
    }
  }
}

@media screen and (min-width: 1573px) {}
@media screen and (max-width: 768px) {}
@media screen and (min-width: 768px) {}
@media screen and (max-width: 768px) and (min-width: 481px) {}
@media screen and (max-width: 480px) {}