@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&family=Noto+Sans+JP&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  margin: 0 auto;
  color: #534741;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 3rem;
  position: relative;
  z-index: -1;
  -webkit-font-smoothing: antialiased;
}
body a {
  text-decoration: none;
}
body img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.header {
  width: 200px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
}
.main-visual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.main-visual .slider {
  width: 100%;
  height: 100%;
}
.main-visual .slick-img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.main-visual .add-animation {
  animation: zoomUp 5s linear 0s normal both;
}

.main {
  position: relative;
  z-index: 2;
  padding: 50px 0 0 0;
  padding-top: 100vh;
}

.main-text {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .main-text {
    width: 100%;
  }
}
.main-text h1 {
  color: white;
  width: 100%;
  font-size: 5rem;
  line-height: 39px;
  text-align: center;
  font-family: "vdl-logojrblack", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.main-text h1 span {
  line-height: 7rem;
}
@media (min-width: 768px) {
  .main-text h1 span {
    line-height: 0;
  }
}
@media (min-width: 768px) {
  .main-text h1 {
    font-size: 7rem;
    line-height: 55px;
    margin-top: 1rem;
  }
  .main-text h1 br {
    display: none;
  }
}
@media (min-width: 960px) {
  .main-text h1 {
    font-size: 9rem;
    line-height: 70px;
  }
}
.main-text h2 {
  font-size: 2rem;
  font-weight: 100;
  width: 100%;
  color: #fff;
  line-height: 3rem;
  padding-bottom: 0;
}
@media (min-width: 960px) {
  .main-text h2 {
    font-size: 2.5rem;
    padding-bottom: 2rem;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 100;
  padding-bottom: 4rem;
  line-height: 4rem;
  text-align: center;
}
@media (min-width: 960px) {
  h2 {
    font-size: 4rem;
    padding-bottom: 6rem;
  }
}

.content, .contact {
  position: relative;
  background: url(../img/bg.jpg) repeat-x;
  aspect-ratio: 2/1;
  width: 100%;
  height: auto;
  background-size: cover;
  z-index: -1;
}
.content::before, .contact::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 220, 209, 0.8);
  z-index: -1;
}

.contact {
  aspect-ratio: 0;
}

.description {
  text-align: center;
  padding: 10rem 4% 5rem 4%;
}
.description p {
  font-size: 1.8rem;
  line-height: 4rem;
}

.dog-cat {
  margin: 0 5% -4px auto;
  display: flex;
  align-items: baseline;
  width: -moz-fit-content;
  width: fit-content;
  gap: 3rem;
}
.dog-cat img {
  max-width: 7rem;
}

.border, .border2 {
  background-image: radial-gradient(circle, #998675 4px, transparent 4px);
  background-repeat: repeat-x;
  background-size: 24px 8px;
  margin-bottom: 4rem;
}

.border2 {
  margin-bottom: 0;
}

.carousel-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-container > .border2 {
  position: absolute;
  bottom: -26px;
  width: 100%;
  z-index: 1;
}
.carousel-container .carousel-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll 20s linear infinite;
  margin-bottom: 10rem;
}
.carousel-container .carousel-track img {
  width: 50vw;
  height: 25vh;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 1rem;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .carousel-container .carousel-track img {
    width: 30vw;
    height: auto;
  }
}

.worry {
  padding: 0 5% 10rem 5%;
  position: relative;
}
.worry .sp {
  max-width: 60rem;
  margin: 0 auto;
  display: block;
}
.worry .pc {
  display: none;
}
.worry h2 {
  position: absolute;
  top: -3%;
  left: 50%;
  width: 100%;
  line-height: 4rem;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  padding-top: 5rem;
}

.product {
  padding: 10rem 5%;
  max-width: 120rem;
  margin: 0 auto;
}
.product .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  gap: 2rem;
}
.product .grid li {
  list-style: none;
}
.product .grid li a {
  display: block;
}
.product .grid li p {
  text-align: center;
  margin-top: 1rem;
}

.box {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.box img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .worry h2 {
    top: 2%;
  }
  .description p .sp {
    display: none;
  }
}
@media (min-width: 960px) {
  .description {
    padding: 20rem 5% 10rem 5%;
  }
  .carousel-container .carousel-track {
    margin-bottom: 20rem;
  }
  .carousel-container .carousel-track img {
    width: 25vw;
    margin-right: 2rem;
  }
  .worry {
    padding: 0 5% 20rem 5%;
  }
  .worry .sp {
    display: none;
  }
  .worry .pc {
    display: block;
    max-width: 120rem;
    margin: 0 auto;
  }
  .worry h2 {
    top: 10%;
  }
  .worry h2 br {
    display: none;
  }
  .product {
    padding: 20rem 0;
  }
  .product .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem 2rem;
  }
}
.product-detail {
  position: relative;
  background: url(../img/bg.jpg) repeat-x;
  background-size: cover;
  z-index: -1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
}
.product-detail::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.product-detail > .border {
  position: absolute;
  top: -4px;
  width: 100%;
  z-index: 1;
}
.product-detail > .border2 {
  position: absolute;
  bottom: -26px;
  width: 100%;
  z-index: 1;
}
.product-detail .product-img {
  box-sizing: border-box;
  flex: 1;
}
.product-detail .outer-border {
  position: relative;
  width: 100%;
}
.product-detail .outer-border::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid #998675;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 2;
}
.product-detail .outer-border.img1::before, .product-detail .outer-border.img1 .box {
  width: 90%;
}
.product-detail .outer-border.img1 .box {
  padding-top: 70%;
  margin-bottom: 10rem;
}
.product-detail .outer-border.img2::before, .product-detail .outer-border.img2 .box {
  width: 50%;
}
.product-detail .outer-border.img2 .box {
  padding-top: 80%;
}
.product-detail .outer-border.img3::before, .product-detail .outer-border.img3 .box {
  width: 70%;
}
.product-detail .outer-border.img3 .box {
  padding-top: 50%;
}
.product-detail .position, .product-detail .position2 {
  position: relative;
}
.product-detail h4 {
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  font-size: 2rem;
  font-weight: 100;
  height: -moz-max-content;
  height: max-content;
  font-family: "Kiwi Maru", serif;
}
.product-detail .product-text {
  padding: 15rem 5% 5rem 5%;
  text-align: left;
}
.product-detail .product-text h3 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .product-detail .product-text h3 {
    font-size: 3rem;
  }
}
@media (min-width: 960px) {
  .product-detail .product-text h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1070px) {
  .product-detail .product-text h3 {
    font-size: 3rem;
  }
}
.product-detail .product-text .border {
  background-image: radial-gradient(circle, #998675 3px, transparent 3px);
  background-repeat: repeat-x;
  background-size: 18px 6px;
  margin: 2rem 0 -1rem 0;
}
.product-detail .product-text th {
  display: flex;
  align-items: normal;
  width: 7rem;
}
.product-detail .product-text p {
  text-align: justify;
  margin-top: 1rem;
}
.product-detail.sheat .outer-border.img1::before, .product-detail.sheat .outer-border.img3::before, .product-detail.carpet .outer-border.img1::before, .product-detail.carpet .outer-border.img3::before {
  border-radius: 0 0 30% 0;
}
.product-detail.sheat .outer-border.img1 .box, .product-detail.sheat .outer-border.img3 .box, .product-detail.carpet .outer-border.img1 .box, .product-detail.carpet .outer-border.img3 .box {
  border-radius: 0 0 30% 0;
}
.product-detail.sheat .outer-border.img2::before, .product-detail.sheat .outer-border.img2 .box, .product-detail.carpet .outer-border.img2::before, .product-detail.carpet .outer-border.img2 .box {
  left: 0;
  right: 5px;
  margin: 0 0 10rem auto;
  border-radius: 0 0 0 30%;
}
.product-detail.sheat .position h4, .product-detail.carpet .position h4 {
  left: 20%;
}
.product-detail.sheat .position2 h4, .product-detail.carpet .position2 h4 {
  right: 5%;
}
.product-detail.panel .outer-border .box, .product-detail.cross .outer-border .box {
  margin-left: 5px;
}
.product-detail.panel .outer-border.img1::before, .product-detail.panel .outer-border.img1 .box, .product-detail.panel .outer-border.img3::before, .product-detail.panel .outer-border.img3 .box, .product-detail.cross .outer-border.img1::before, .product-detail.cross .outer-border.img1 .box, .product-detail.cross .outer-border.img3::before, .product-detail.cross .outer-border.img3 .box {
  left: 0;
  right: 5px;
  border-radius: 0 0 0 30%;
}
.product-detail.panel .outer-border.img1 .box, .product-detail.panel .outer-border.img3 .box, .product-detail.cross .outer-border.img1 .box, .product-detail.cross .outer-border.img3 .box {
  border-radius: 0 0 0 30%;
}
.product-detail.panel .outer-border.img1::before, .product-detail.panel .outer-border.img1 .box, .product-detail.cross .outer-border.img1::before, .product-detail.cross .outer-border.img1 .box {
  margin: 0 0 10rem auto;
}
.product-detail.panel .outer-border.img2::before, .product-detail.panel .outer-border.img2 .box, .product-detail.cross .outer-border.img2::before, .product-detail.cross .outer-border.img2 .box {
  left: 0;
  right: 0;
  margin: 0 0 10rem 0;
  border-radius: 0 0 30% 0;
}
.product-detail.panel .outer-border.img2::before, .product-detail.cross .outer-border.img2::before {
  left: 5px;
}
.product-detail.panel .outer-border.img3::before, .product-detail.panel .outer-border.img3 .box, .product-detail.cross .outer-border.img3::before, .product-detail.cross .outer-border.img3 .box {
  margin: 0 0 0 auto;
}
.product-detail.panel .position h4, .product-detail.cross .position h4 {
  right: 20%;
}
.product-detail.panel .position2 h4, .product-detail.cross .position2 h4 {
  left: 5%;
}

.sheat::before {
  background-color: rgba(255, 255, 255, 0.8);
}

.panel::before {
  background-color: rgba(232, 220, 209, 0.8);
}

.carpet::before {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.cross::before {
  background-color: rgba(232, 220, 209, 0.8) !important;
}

.button {
  color: #fff;
  background-color: #998675;
  border-radius: 1rem;
  width: 18rem;
  display: block;
  margin: 2rem auto 0 auto;
  text-align: center;
  padding: 0.5rem;
  position: relative;
  z-index: 4;
}
.button::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid #998675;
  border-radius: 1rem;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 2;
}
.button:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .product-detail h4 {
    font-size: 3vw;
    line-height: 4vw;
  }
  .sheat .position2 h4, .carpet .position2 h4 {
    right: 10%;
  }
  .panel .position2 h4, .cross .position2 h4 {
    left: 10%;
  }
}
@media (min-width: 960px) {
  .product-detail {
    display: flex;
    box-sizing: border-box;
    overflow: visible;
    aspect-ratio: 2 / 1;
  }
  .product-detail .product-img {
    height: -moz-fit-content;
    height: fit-content;
  }
  .product-detail.sheat .product-img, .product-detail.carpet .product-img {
    padding-bottom: 15rem;
  }
  .product-detail .product-text {
    box-sizing: border-box;
    width: 35%;
    padding: 10rem 2%;
  }
  .product-detail .product-text .sticky {
    position: sticky;
    top: 3rem;
    width: 100%;
  }
  .product-detail .product-text p {
    margin-top: 2rem;
  }
  .product-detail .product-text a {
    margin: 3rem auto 0 auto;
  }
  .product-detail .outer-border::before {
    border: 2px solid #998675;
  }
  .product-detail .outer-border.img1 .box {
    padding-top: 60%;
    margin-bottom: 20rem;
  }
  .product-detail .outer-border.img2 .box {
    padding-top: 70%;
  }
  .product-detail.sheat .outer-border::before, .product-detail.carpet .outer-border::before {
    top: 1rem;
    left: 1rem;
  }
  .product-detail.sheat .outer-border.img2::before, .product-detail.sheat .outer-border.img2 .box, .product-detail.carpet .outer-border.img2::before, .product-detail.carpet .outer-border.img2 .box {
    left: 0;
    right: 1rem !important;
    margin: 0 0 20rem auto;
  }
  .product-detail.panel .outer-border::before, .product-detail.cross .outer-border::before {
    top: 1rem;
    right: 1rem;
  }
  .product-detail.panel .outer-border.img1::before, .product-detail.panel .outer-border.img1 .box, .product-detail.panel .outer-border.img3::before, .product-detail.panel .outer-border.img3 .box, .product-detail.cross .outer-border.img1::before, .product-detail.cross .outer-border.img1 .box, .product-detail.cross .outer-border.img3::before, .product-detail.cross .outer-border.img3 .box {
    left: 0;
    right: 1rem;
  }
  .product-detail.panel .outer-border.img1 .box, .product-detail.panel .outer-border.img3 .box, .product-detail.cross .outer-border.img1 .box, .product-detail.cross .outer-border.img3 .box {
    margin: 0 0 20rem auto;
  }
  .product-detail.panel .outer-border.img2::before, .product-detail.cross .outer-border.img2::before {
    left: 1rem;
    right: 0;
  }
  .product-detail.panel .outer-border.img2 .box, .product-detail.cross .outer-border.img2 .box {
    margin: 0 auto 20rem 0;
  }
  .product-detail.panel .position2 h4, .product-detail.cross .position2 h4 {
    left: 10%;
  }
}
@media (min-width: 1600px) {
  .product-detail.sheat .position2 h4, .product-detail.carpet .position2 h4 {
    right: 8%;
  }
  .product-detail h4 {
    font-size: 5rem;
    line-height: 7rem;
  }
}
.contact::before {
    background-color: rgba(255,255,255,.8);
}
.contact .border {
  position: absolute;
  top: -4px;
  width: 100%;
  z-index: 1;
}
.contact form {
  padding: 10rem 5%;
  max-width: 70rem;
  margin: 0 auto;
}
.contact form input, .contact form textarea {
  width: 100%;
  border: 1px solid #534741;
  border-radius: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
      font-size: 1.6rem;
}
.contact form input {
  height: 4rem;
}
.contact form textarea {
  padding-top: 1rem;
}
.contact form dl {
  margin-bottom: 2rem;
}
.contact form ::-moz-placeholder {
  color: #998675;
font-family: "Kiwi Maru", serif;
}
.contact form ::placeholder {
  color: #998675;
font-family: "Kiwi Maru", serif;
}

footer {
  background-color: #fff;
}
footer .logo {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4rem 1rem 0 1rem;
}
@media (min-width: 960px) {
  footer .logo {
    gap: 4rem;
    display: flex;
    gap: 2rem;
    align-items: center;
  }
}
footer .logo img {
  display: block;
}
footer .logo a {
  border: 1px solid #9fa0a0;
  background-color: #fff;
  border-radius: 1rem;
  display: block;
  margin-bottom: 2rem;
    padding: 1.5rem 2rem;
}
footer .logo a:hover {
  opacity: 1;
  background-color: #efefef;
}

footer .logo a:nth-child(1) img {
  max-width: 22rem;
}
footer .logo a:nth-child(2) img {
  max-width: 22rem;
}
footer .logo a:nth-child(3) img {
  max-width: 22rem;
}
footer small {
  text-align: center;
  padding: 1rem;
  display: block;
}

.zoomIn, .fadeUp, .fadeIn, .fadeLeft, .fadeRight {
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.zoomIn {
  animation-name: zoomInAnime;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.fadeUp, .fadeIn, .fadeLeft, .fadeRight {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.random-animation {
  font-size: 5vw;
}
.random-animation .flex {
  display: flex;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 600px) {
  .random-animation {
      font-size: 3rem;
  }
}
@media (min-width: 960px) {
  .random-animation {
    display: flex;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 4rem;
  }
  .random-animation .flex {
    margin: 0;
  }
}
.fadeIn {
  animation-name: fadeInAnime;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.delay-time05 {
  animation-delay: 0s;
}

.delay-time10 {
  animation-delay: 0.2s;
}

.delay-time15 {
  animation-delay: 0.4s;
}

.delay-time20 {
  animation-delay: 0.6s;
}

.delay-time25 {
  animation-delay: 0.8s;
}

.fadeLeft {
  animation-name: fadeLeftAnime;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.zoomInTrigger, .fadeUp, .fadeInTrigger, .fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */