@charset "UTF-8";

/* ======================================================
  sp
====================================================== */

html {
  /* 1rem = 10px */
  font-size: calc(100vw * 10 / 375);
}

/* main
----------------------- */

.main {
  background: url(../img/sp/main_bg.jpg) center top no-repeat;
  background-size: cover;
  aspect-ratio: 375 / 1458;
}

.main .main_title {
  width: 37.5rem;
  /* padding-top: 19svh; */
  padding-top: 3.8rem;
  margin-inline: auto;
}

/* present
----------------------- */

.present {}

.present_title {
  width: 33.9rem;
  margin-top: 14.8rem;
  margin-inline: auto;
}

/* taikan
----------------------- */

.taikan {
  background: url(../img/sp/taikan_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 4rem 0 5.8rem;
}

.taikan_title {
  width: 35.6rem;
  margin-inline: auto;
}

.taikan_list {
  margin-top: 2.5rem;
  width: 33.9rem;
  flex-direction: column;
  gap: 4rem;
}

.taikan_list_item {
  width: 100%;
}

.taikan_movie video {
  width: 16.7rem;
}

.taikan_deco {
  width: 12.1rem;
}

.taikan_deco.deco_top {
  top: -1.8rem;
  right: -1.8rem;
}

.taikan_deco.deco_bottom {
  bottom: -1.8rem;
  left: -1.8rem;
}

.taikan_induction {
  margin-top: 6rem;
  max-width: 87%;
}

.taikan_btn {
  margin-top: 3rem;
  max-width: 87%;
}


/* kitchen
----------------------- */

.kitchen {
  background-image: url(../img/sp/kitchen_bg.jpg);
  background-size: cover;
  padding: 8rem 0;
}

.kitchen_title {
  max-width: 32.9rem;
}

.kitchen_container {
  max-width: 32.9rem;
  margin-top: 3.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.kitchen_contents {
  width: 100%;
}

.kitchen_introduce {
  /* max-width: 2.37rem; */
  margin-inline: auto;
}

.kitchen_btn {
  width: 100%;
}

.kitchen_induction {
  width: 100%;
}

.kitchen_image {
  margin-top: 2.5rem;
  width: 100%;
}

.kitchen_list_slide {
  width: 116.7rem;
  margin: 2rem auto 0;
}

.kitchen_list_slide_image {
  padding-inline: .6rem;
}

/* premal
----------------------- */

.premal {
  background: url(../img/sp/premal_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 5.8rem 0;
}

.premal_title {
  max-width: 31.2rem;
  margin-inline: auto;
}

/* primewood
----------------------- */

.primewood {
  background-image: url(../img/sp/primewood_bg.jpg);
  background-size: cover;
  padding: 8rem 0;
}

.primewood_top {
  flex-direction: column;
  padding-inline: 1.8rem;
}

.primewood_right {
  margin-top: 4rem;
  max-width: 100%;
  aspect-ratio: 339 / 230;
}

.primewood_movie {
  max-width: 100%;
}

.primewood_btn {
  padding-top: .7rem;
}

.primewood_list_slide {
  width: 116.7rem;
  margin: 2rem auto 0;
}

.primewood_list_slide_image {
  padding-inline: .6rem;
}


/* consulting
----------------------- */
.consulting {
  background: url(../img/sp/consulting_bg.jpg) center top no-repeat;
  background-size: 100% auto;
  padding: 8rem 1.8rem;
}

.consulting_title {}

.consulting_list {
  margin-top: 4rem;
  flex-direction: column;
  gap: 4rem;
}

.consulting_list_txt {
  margin-top: 1rem;
}

/* green
----------------------- */
.green {
  background: url(../img/sp/green_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 6rem 0 5.8rem;
}

.green_title {
  max-width: 31.1rem;
  margin-inline: auto;
}

.green_contents {
  max-width: 31.1rem;
  margin-inline: auto;
}


/* present_bottom
----------------------- */
.present_bottom {
  background: url(../img/sp/present_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 2rem 1.8rem;
}

.present_bottom .present_title {
  margin-top: 0;
}

/* park
----------------------- */

.park {
  margin: 4rem auto;
  max-width: 33.9rem;
}

.park_btn {
  top: 38.6rem;
  right: 0;
  max-width: 33.9rem;
}

/* sns
----------------------- */

.sns {
  max-width: 33.9rem;
  margin: 0 auto 4rem;

  flex-direction: column;
  gap: 4rem;
}