@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 / 1255;
  text-align: center;
  position: relative;
}

.main .main_title {
  width: 63.9rem;
  padding-top: 0rem;
  margin-inline: auto;
}

.main .main_kikorin {
  position: absolute;
  top: 6rem;
  right: 10rem;
  width: 21.8rem;
}


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

.present_title {
  margin-top: 18rem;
  max-width: 118.9rem;
  padding-left: 12rem;
}

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

.section_bg {
  background:
    url(../img/pc/section_bg01.png) no-repeat right 60.3rem,
    url(../img/pc/section_bg02.png) no-repeat left 161.3rem,
    url(../img/pc/section_bg03.png) no-repeat right 216.5rem,
    url(../img/pc/section_bg04.png) no-repeat left bottom,
    radial-gradient(102.11% 102.11% at 50% -2.11%, #FFFFC6 0%, #FFFFC6 61.06%, #FFCAA0 100%);
}

.taikan {
  background:
    url(../img/pc/taikan_bg_left.png) no-repeat left top / 42.6rem,
    url(../img/pc/taikan_bg_right.png) no-repeat right top / 42.6rem;
  padding: 9rem 0 10rem;
}

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

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

.taikan_list_item {
  aspect-ratio: 512 / 910;
  width: 32rem;
  background: #000;
}

.taikan_movie {
  width: 100%;
  margin-inline: auto;
}

.taikan_bottom_txt {
  margin-top: 2rem;
  max-width: 83.4rem;
  margin-inline: auto;
}

.taikan_btn {
  margin-top: 2rem;
  width: 34.8rem;
  margin-inline: auto;
}


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

.primewood {
  background: rgba(255, 255, 255, 0.5);
  padding: 10rem 0;
}

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

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

.primewood_title {
  margin-top: 6.5rem;
  max-width: 56.4rem;
}

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

.primewood_movie {
  max-width: 52rem;
  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;
}

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

.kitchen {
  padding: 10rem 0;
}

.kitchen_top {
  display: flex;
  justify-content: space-between;
}

.kitchen_right {
  flex: 0 0 54.3rem;
}

.kitchen_left {
  flex: 0 0 calc(100% - 54.3rem);
}

.kitchen_title {
  margin-top: 2rem;
  max-width: 40rem;
  margin-inline: auto;
}

.kitchen_btn {
  margin-top: 4rem;
  max-width: 34.8rem;
  margin-inline: auto;
}

.kitchen-list_title {
  margin-top: 10rem;
  max-width: 47.1rem;
  margin-inline: auto;
}

.kitchen-list {
  margin-top: 2.4rem;
  margin-inline: auto;
}

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

.kitchen_slider_item {
  padding-inline: 1rem;

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

.kitchen_bottom_txt {
  margin-top: 2rem;
  max-width: 109.6rem;
  margin-inline: auto;
}


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

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

.consulting_contents {
  margin-top: 3rem;
  max-width: 104.6rem;
  margin-inline: auto;
}

/* flat
----------------------- */
.flat {
  background: url(../img/pc/flat_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 8rem 0;
}

.flat_title {
  max-width: 71.2rem;
  margin-inline: auto;
}

.flat_contents {
  margin-top: 3.2rem;
  max-width: 112.6rem;
  margin-inline: auto;
}

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

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

/* photobook
----------------------- */

.photobook {
  margin-top: 12rem;
  position: relative;
}

.photobook_btn {
  position: absolute;
  top: 26rem;
  right: 20rem;
  max-width: 36rem;
}

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

.park {
  margin-top: 8rem;
  position: relative;
}

.park_btn {
  position: absolute;
  top: 21.5rem;
  right: 9rem;
  max-width: 36rem;
}


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

.sns {
  margin-top: 8rem;
  margin-bottom: 11rem;

  display: flex;
  gap: 8rem;
}

.sns_item {
  position: relative;
}

.sns_btn {
  position: absolute;
  bottom: 3.6rem;
  left: 8.3rem;
  max-width: 36rem;
}