@charset "UTF-8";

/* ======================================================
  pc
====================================================== */

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

/* main
----------------------- */
.main {
  background: url(../img/pc/main_bg.jpg) center top no-repeat;
  background-size: cover;
  aspect-ratio: 1366 / 1123;
  text-align: center;
}

.main .main_title {
  width: 74.2rem;
  padding-top: 9.7rem;
  margin-inline: auto;
}


/* present
----------------------- */
.present {}

.present_title {
  width: 112.7rem;
  margin-top: 23.1rem;
  margin-inline: auto;
}

/* hint
----------------------- */

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

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

.taikan_list {
  margin-top: 2rem;
  max-width: 90.1rem;
  margin-inline: auto;
  display: flex;
  gap: 4.3rem;
  text-align: center;
  line-height: 1;
  position: relative;
}

.taikan_list_item {
  aspect-ratio: 429 / 378;
  width: 42.9rem;
  background: #000;
}

.taikan_movie img {
  cursor: pointer;
}

.taikan_movie video {
  width: 21.2rem;
  height: 100%;
  /* aspect-ratio: 607 / 1080; */
}

.taikan_deco {
  position: absolute;
  width: 19.8rem;
}

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

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

.taikan_induction {
  margin-top: 8rem;
  max-width: 93.18rem;
  margin-inline: auto;
}

.taikan_btn {
  margin-top: 3rem;
  max-width: 34.8em;
  margin-inline: auto;
}


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

.kitchen {
  background: url(../img/pc/kitchen_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 8rem 0;
}

.kitchen_title {
  max-width: 92.4rem;
  margin-inline: auto;
}

.kitchen_container {
  width: 82%;
  margin: 0 auto;
  margin-top: 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kitchen_contents {
  width: 51%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}

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

.kitchen_btn {
  width: 60%;
}

.kitchen_induction {
  width: 81%;
}

.kitchen_image {
  width: 43%;
}

.kitchen_slider {
  margin-top: 4rem;
  overflow: hidden;
}

.kitchen_slider_item {
  padding-inline: 1rem;

  /* slickのバグ解消 */
  transition: none;
}

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

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

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

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

.primewood {
  background: url(../img/pc/primewood_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 8rem 0;
}

.primewood_top {
  max-width: 112.6rem;
  margin-inline: auto;

  display: flex;
  justify-content: space-between;
}

.primewood_title {
  max-width: 58rem;
}

.primewood_right {
  max-width: 49rem;
  aspect-ratio: 490 / 333;
}

.primewood_movie {
  max-width: 49rem;
  aspect-ratio: 16 / 9;
}

.primewood_movie iframe {
  width: 100%;
  height: 100%;
}

.primewood_btn {
  margin-top: 1.6rem;
}

.primewood_slider {
  margin-top: 6rem;
  overflow: hidden;
}

.primewood_slider_item {
  padding-inline: .5rem;

  /* slickのバグ解消 */
  transition: none;
}


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

.consulting_title {
  max-width: 112.6rem;
  margin-inline: auto;
}

.consulting_contents {
  margin-top: 3.7rem;
  max-width: 112.6rem;
  margin-inline: auto;
}

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

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

.green_contents {
  margin-top: 4rem;
  max-width: 97.2rem;
  margin-inline: auto;
}

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

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

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

.park {
  margin: 12rem auto 8rem;
  max-width: 112.7rem;
  position: relative;
}

.park_btn {
  position: absolute;
  top: 21.8rem;
  right: 9rem;
  max-width: 34.8em;
}


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

.sns {
  max-width: 112.6rem;
  margin: 0 auto 8rem;

  display: flex;
  gap: 8rem;
}