@charset "UTF-8";
/* =========================================================
   CRAFT MAISON / MV
   Figma: PC = node 35:5（1400px） / SP = node 35:38566（375px）
   デザイン原寸を em で組み、基準 font-size を vw 化して
   全体を等倍でスケーリングさせる
   ========================================================= */
/* ---------------------------------------------------------
   コンテナ
   --------------------------------------------------------- */
.mv {
  background-color: #003652;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.mv img {
  display: block;
}
.mv .mv_hero_photo,
.mv .mv_hero_inner,
.mv .mv_hero_body,
.mv .mv_intro,
.mv .mv_intro_title,
.mv .mv_intro_catch,
.mv .mv_mission,
.mv .mv_value,
.mv .mv_value_item,
.mv .mv_value_head {
  font-size: 1em;
}

.mv_hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 6.5625em;
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  .mv_hero {
    font-size: 1.142857vw;
  }
}
@media screen and (max-width: 1000px) {
  .mv_hero {
    font-size: calc(0.1vw + 10.43px);
  }
}
@media screen and (max-width: 768px) {
  .mv_hero {
    padding-bottom: 2.0625em;
    font-size: 4.266667vw;
  }
}

/* 改行出し分け */
@media screen and (max-width: 768px) {
  .mv_br_pc {
    display: none;
  }
}

.mv_br_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .mv_br_sp {
    display: inline;
  }
}

/* ---------------------------------------------------------
   MVビジュアル
   --------------------------------------------------------- */
.mv_hero_photo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  aspect-ratio: 1400/900;
}
@media screen and (max-width: 768px) {
  .mv_hero_photo {
    position: relative;
    aspect-ratio: 375/346;
  }
}
.mv_hero_photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 54, 82, 0) 88%, #003652 100%);
}
@media screen and (max-width: 768px) {
  .mv_hero_photo::after {
    background-image: linear-gradient(to bottom, rgba(0, 54, 82, 0) 92%, #003652 100%);
  }
}
.mv_hero_photo picture {
  display: block;
  height: 100%;
}
.mv_hero_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv_hero_lead {
  position: absolute;
  z-index: 2;
  top: 6.4156%;
  left: 17.319%;
  width: 33.1257%;
}
@media screen and (max-width: 768px) {
  .mv_hero_lead {
    top: 11.96vw;
    left: 8.5333%;
    width: 83.76%;
  }
}

/* ---------------------------------------------------------
   本文エリア
   --------------------------------------------------------- */
.mv_hero_inner {
  position: relative;
  z-index: 1;
  width: 62.5em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .mv_hero_inner {
    width: 19.5em;
    margin-inline: 2em 0;
  }
}

.mv_hero_body {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-top: 23.9375em;
}
@media screen and (max-width: 768px) {
  .mv_hero_body {
    display: block;
    padding-top: 0;
  }
}

/* ----- タイトル・リード（右カラム） ----- */
.mv_intro {
  width: 25.4375em;
}
@media screen and (max-width: 768px) {
  .mv_intro {
    width: 100%;
  }
}

.mv_intro_title {
  width: 30.375em;
  margin-left: -2.5em;
}
@media screen and (max-width: 768px) {
  .mv_intro_title {
    width: 23.4375em;
    margin-top: -3.125em;
    margin-left: -2em;
  }
}
.mv_intro_title picture {
  display: block;
}

.mv_intro_catch {
  width: 19em;
  margin-top: 1.75em;
  margin-bottom: 1.75em;
}
@media screen and (max-width: 768px) {
  .mv_intro_catch {
    margin-top: 1.625em;
    margin-bottom: 1.625em;
  }
}

.mv_intro_text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.06em;
  text-align: justify;
  color: #fff;
}
.mv_intro_text:first-of-type {
  margin-top: 1.25em;
}
.mv_intro_text + .mv_intro_text {
  margin-top: 0.5em;
}
.mv_intro_text:last-of-type {
  margin-top: 0.4em;
}
@media screen and (max-width: 768px) {
  .mv_intro_text {
    font-size: 1em;
    line-height: 1.875;
  }
  .mv_intro_text:first-of-type {
    margin-top: 1em;
  }
  .mv_intro_text + .mv_intro_text {
    margin-top: 0.5625em;
  }
  .mv_intro_text:last-of-type {
    margin-top: 0.5625em;
  }
}

/* ----- MISSION（左カラム） ----- */
.mv_mission {
  width: 35.375em;
  margin-top: 25.6875em;
}
@media screen and (max-width: 768px) {
  .mv_mission {
    width: 100%;
    margin-top: 2.25em;
  }
}

.mv_mission_label {
  font-size: 1.25em;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #C8BB9B;
}
@media screen and (max-width: 768px) {
  .mv_mission_label {
    font-size: 1em;
    line-height: 1.25;
  }
}

.mv_mission_title {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.818182;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv_mission_title {
    margin-top: 0.4em;
    font-size: 1.25em;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}

.mv_mission_text {
  margin-top: 0.611em;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv_mission_text {
    margin-top: 0.5em;
    font-size: 0.875em;
    line-height: 2;
    letter-spacing: 0;
    text-align: justify;
  }
}

/* ---------------------------------------------------------
   VALUE
   --------------------------------------------------------- */
.mv_value {
  position: relative;
  margin-top: 6.1875em;
}
.mv_value::before {
  content: "";
  position: absolute;
  top: -2.5em;
  left: calc(50% - 50vw);
  width: calc(50% + 50vw);
  height: 26.25em;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .mv_value {
    width: 21.4375em;
    margin-top: 2.4375em;
    margin-left: -2em;
    padding: 2.5em 2.0625em 2.9375em 2em;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .mv_value::before {
    content: none;
  }
}

.mv_value_list {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 58.6875em;
}
@media screen and (max-width: 768px) {
  .mv_value_list {
    display: block;
    width: 100%;
  }
}

.mv_value_item {
  position: relative;
  width: 16.25em;
}
.mv_value_item + .mv_value_item::before {
  content: "";
  position: absolute;
  top: 0.625em;
  left: -1.75em;
  width: 1px;
  height: 20.375em;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .mv_value_item + .mv_value_item {
    margin-top: 1.875em;
  }
  .mv_value_item + .mv_value_item::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .mv_value_item {
    width: 100%;
  }
}

.mv_value_head {
  position: relative;
  display: flex;
  align-items: baseline;
  height: 2.5em;
}
.mv_value_head::after {
  content: "";
  position: absolute;
  bottom: 0.0625em;
  left: 0.0625em;
  width: 12.5em;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #fff 0, #fff 2px, transparent 2px, transparent 4px);
}
@media screen and (max-width: 768px) {
  .mv_value_head {
    height: 2.4375em;
  }
  .mv_value_head::after {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.mv_value_num {
  flex-shrink: 0;
  width: 5.25em;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #C8BB9B;
}
@media screen and (max-width: 768px) {
  .mv_value_num {
    width: 5.1875em;
    font-size: 1em;
    line-height: 2.5;
  }
}

.mv_value_target {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv_value_target {
    font-size: 1.125em;
    line-height: 1.333333;
  }
}

.mv_value_title {
  margin-top: 0.5em;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.636364;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv_value_title {
    margin-top: 0.7em;
    font-size: 1.25em;
    line-height: 1.6;
  }
}

.mv_value_text {
  margin-top: 0.444em;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.555556;
  letter-spacing: 0.02em;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mv_value_text {
    margin-top: 0.625em;
    font-size: 1em;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
}

.mv_value_points {
  margin-top: 0.667em;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv_value_points {
    margin-top: 0.714em;
    font-size: 0.875em;
  }
}
.mv_value_points li {
  position: relative;
  padding-left: 1.388889em;
  font-size: 1em;
  line-height: 1.555556;
  white-space: nowrap;
}
.mv_value_points li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #C8BB9B;
}
@media screen and (max-width: 768px) {
  .mv_value_points li {
    padding-left: 1.428571em;
    line-height: 1.857143;
  }
}

/* =========================================================
   商品ラインナップ
   Figma: PC = node 35:134（1400px） / SP = node 35:38685（375px）
   ========================================================= */
.lineup {
  position: relative;
  padding-bottom: 3.8125em;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 1400px) {
  .lineup {
    font-size: 1.142857vw;
  }
}
@media screen and (max-width: 1000px) {
  .lineup {
    font-size: calc(0.1vw + 10.43px);
  }
}
@media screen and (max-width: 768px) {
  .lineup {
    padding-bottom: 2.3125em;
    font-size: 4.266667vw;
  }
}
.lineup img {
  display: block;
}
.lineup .lineup_head,
.lineup .lineup_inner,
.lineup .lineup_list,
.lineup .lineup_item,
.lineup .lineup_item_photo,
.lineup .lineup_item_logo,
.lineup .lineup_item_indoor,
.lineup .lineup_item_plan,
.lineup .lineup_item_spec,
.lineup .lineup_item_area,
.lineup .lineup_cta {
  font-size: 1em;
}

/* ----- 見出し帯 ----- */
.lineup_head {
  height: 7.5em;
  padding-top: 1.9375em;
  background-color: #C8BB9B;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lineup_head {
    height: 8.75em;
    padding-top: 1.3125em;
  }
}

.lineup_head_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.25em;
  line-height: 1.055556;
  letter-spacing: 0.016667em;
  color: #003652;
}
@media screen and (max-width: 768px) {
  .lineup_head_title {
    font-size: 2.625em;
    letter-spacing: 0.014286em;
    font-feature-settings: "halt" 1;
  }
}

@media screen and (max-width: 768px) {
  .lineup_head_title_name {
    display: block;
    height: 0.904762em;
    line-height: 0.904762;
    white-space: nowrap;
  }
}

.lineup_head_title_en {
  font-family: "Crimson Pro", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.222222em;
  line-height: 0.863636;
}
@media screen and (max-width: 768px) {
  .lineup_head_title_en {
    font-size: 1em;
    line-height: 0.904762;
  }
}

.lineup_head_title_sub {
  font-size: 0.5em;
  line-height: 2.111111;
}
@media screen and (max-width: 768px) {
  .lineup_head_title_sub {
    display: block;
    font-size: 0.380952em;
    line-height: 1.625;
  }
}

@media screen and (max-width: 768px) {
  .lineup_head_title_bracket_pc {
    display: none;
  }
}

.lineup_head_title_bracket_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .lineup_head_title_bracket_sp {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .lineup_head_title_lead {
    display: block;
    font-size: 0.619048em;
    line-height: 1.461538;
    letter-spacing: 0.02em;
  }
}

/* ----- 商品カラム ----- */
.lineup_inner {
  position: relative;
  z-index: 1;
  max-width: 62.5em;
  margin-top: -2.0625em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .lineup_inner {
    max-width: none;
    margin-top: -0.6875em;
  }
}

.lineup_list {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 5.25em;
}
.lineup_list::before {
  content: "";
  position: absolute;
  top: 4.6875em;
  left: 50%;
  width: 1px;
  height: 93.75em;
  margin-left: -0.5px;
  background-color: #C8BB9B;
}
@media screen and (max-width: 768px) {
  .lineup_list {
    display: block;
  }
  .lineup_list::before {
    content: none;
  }
}

.lineup_item {
  width: 26.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lineup_item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lineup_item + .lineup_item {
    margin-top: 3.9375em;
  }
}

.lineup_item_photo {
  display: flex;
  align-items: flex-end;
  height: 17.1875em;
}
@media screen and (max-width: 768px) {
  .lineup_item_photo {
    display: block;
    height: auto;
  }
}
.lineup_item_photo img {
  width: 25em;
}
@media screen and (max-width: 768px) {
  .lineup_item_photo img {
    width: 20em;
  }
}

.lineup_item_zerocube .lineup_item_photo {
  padding-left: 0.875em;
}
@media screen and (max-width: 768px) {
  .lineup_item_zerocube .lineup_item_photo {
    padding-left: 1.1875em;
  }
}

.lineup_item_garage .lineup_item_photo {
  padding-left: 0.375em;
}
@media screen and (max-width: 768px) {
  .lineup_item_garage .lineup_item_photo {
    padding-left: 1.5em;
  }
}

.lineup_item_logo {
  margin-top: 1.875em;
  margin-inline: auto;
}

.lineup_item_zerocube .lineup_item_logo {
  width: 22.0625em;
}
@media screen and (max-width: 768px) {
  .lineup_item_zerocube .lineup_item_logo {
    width: 19.125em;
    margin-top: 1.8125em;
  }
}

.lineup_item_garage .lineup_item_logo {
  width: 18.8125em;
}
@media screen and (max-width: 768px) {
  .lineup_item_garage .lineup_item_logo {
    width: 16.3125em;
    margin-top: 1.4375em;
  }
}

.lineup_item_series {
  margin-top: 0.388889em;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 2.111111;
}
@media screen and (max-width: 768px) {
  .lineup_item_series {
    margin-top: 0.5625em;
    font-size: 1em;
    line-height: 1.625;
  }
}

.lineup_item_catch {
  margin-top: 0.416667em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.416667;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .lineup_item_catch {
    margin-top: 0.45em;
    font-size: 1.25em;
    line-height: 1.5;
  }
}

.lineup_item_text {
  margin-top: 0.388889em;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.666667;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .lineup_item_text {
    margin-top: 0.357143em;
    font-size: 0.875em;
    line-height: 1.857143;
    letter-spacing: 0.02em;
  }
}

.lineup_item_indoor {
  margin-top: 2.1875em;
}
@media screen and (max-width: 768px) {
  .lineup_item_indoor {
    width: 19.4375em;
    margin-top: 1.3125em;
    margin-left: 2em;
  }
}

.lineup_item_plan {
  height: 25em;
  margin-top: 3.0625em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lineup_item_plan {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .lineup_item_zerocube .lineup_item_plan {
    margin-top: 2.1875em;
  }
}
.lineup_item_zerocube .lineup_item_plan img {
  width: 24.034375em;
  margin-left: 1.3025em;
}
@media screen and (max-width: 768px) {
  .lineup_item_zerocube .lineup_item_plan img {
    width: 19.2275em;
    margin-left: 2.125em;
  }
}

@media screen and (max-width: 768px) {
  .lineup_item_garage .lineup_item_plan {
    margin-top: 2.3125em;
  }
}
.lineup_item_garage .lineup_item_plan img {
  width: 25.40375em;
  margin-left: 1.008125em;
}
@media screen and (max-width: 768px) {
  .lineup_item_garage .lineup_item_plan img {
    width: 20.323125em;
    margin-left: 1.875em;
  }
}

.lineup_item_spec {
  display: flex;
  align-items: center;
  gap: 0.8125em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lineup_item_spec {
    gap: 0.625em;
  }
}

.lineup_item_zerocube .lineup_item_spec {
  padding-left: 1.5625em;
}
@media screen and (max-width: 768px) {
  .lineup_item_zerocube .lineup_item_spec {
    margin-top: 0.5em;
    padding-left: 2em;
  }
}

.lineup_item_garage .lineup_item_spec {
  padding-left: 1.0625em;
}
@media screen and (max-width: 768px) {
  .lineup_item_garage .lineup_item_spec {
    margin-top: 0.875em;
    padding-left: 1em;
  }
}

.lineup_item_type {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.555556em;
  height: 2.222222em;
  border: 1px solid #212121;
  font-size: 1.125em;
  line-height: 1.555556;
  letter-spacing: 0.01em;
  color: #212121;
}
@media screen and (max-width: 768px) {
  .lineup_item_type {
    width: 7.25em;
    height: 2em;
    font-size: 1em;
    line-height: 1.75;
  }
}

.lineup_item_garage .lineup_item_type {
  width: 8.555556em;
}
@media screen and (max-width: 768px) {
  .lineup_item_garage .lineup_item_type {
    width: 8em;
  }
}

.lineup_item_area li {
  position: relative;
  padding-left: 1.25em;
  font-size: 1em;
  line-height: 1.375;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .lineup_item_area li {
    padding-left: 1.25em;
    font-size: 0.75em;
    line-height: 1.5;
  }
}
.lineup_item_area li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875em;
  line-height: 1.571429;
}
@media screen and (max-width: 768px) {
  .lineup_item_area li::before {
    font-size: 1em;
    line-height: 1.5;
  }
}

/* ----- 注記・CTA ----- */
.lineup_note {
  margin-top: 1.214286em;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.857143;
  letter-spacing: 0.02em;
  color: #212121;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .lineup_note {
    margin-top: 1.4em;
    font-size: 0.625em;
    line-height: 2.6;
    text-align: center;
  }
}

.lineup_cta {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5em;
  margin-top: 3.5em;
  background-image: linear-gradient(to bottom, transparent 0.875em, #FEFA76 0.875em, #FEFA76 1.625em, transparent 1.625em);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 43.375em 100%;
}
.lineup_cta::before, .lineup_cta::after {
  content: "";
  flex-shrink: 0;
  width: 0.875em;
  height: 1.5em;
  margin-top: 0.5em;
  background: url(../craftmaison/images/cta_slash.svg) no-repeat center/contain;
}
.lineup_cta::before {
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .lineup_cta {
    display: block;
    position: relative;
    margin-top: 1.375em;
    background-image: none;
    text-align: center;
  }
  .lineup_cta::before, .lineup_cta::after {
    position: absolute;
    top: 0.4375em;
    width: 1.375em;
    height: 2.625em;
    margin-top: 0;
  }
  .lineup_cta::before {
    left: 3.3125em;
  }
  .lineup_cta::after {
    left: 18.6875em;
  }
}

.lineup_cta_text {
  font-size: 1.625em;
  font-weight: 700;
  line-height: 1.461538;
  letter-spacing: 0.02em;
  color: #212121;
}
@media screen and (max-width: 768px) {
  .lineup_cta_text {
    display: block;
    font-size: 1.125em;
    line-height: 1.444444;
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 768px) {
  .lineup_cta_line {
    display: block;
    background-image: linear-gradient(to bottom, transparent 0.611111em, #FEFA76 0.611111em, #FEFA76 1.055556em, transparent 1.055556em);
    background-repeat: no-repeat;
    background-position: center top;
  }
}
@media screen and (max-width: 768px) {
  .lineup_cta_line:first-child {
    background-size: 15.666667em 100%;
  }
}
@media screen and (max-width: 768px) {
  .lineup_cta_line:last-child {
    background-size: 14.111111em 100%;
  }
}
