@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700&display=swap&subset=japanese);
@import url(https://use.fontawesome.com/releases/v5.15.3/css/all.css);
/* Colors */
/* Size */
/* Times */
/* Width */
/* Media */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  height: 100%;
  background-color: #fff !important;
  overflow-x: hidden;
}

body {
  font-weight: 400;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  color: #333;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}

a {
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s, text-decoratin 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, text-decoratin 0.2s;
  text-decoration: none;
}

a:link, a:visited {
  color: #333;
}

img {
  height: auto;
  max-width: 100%;
}

ul, ol {
  list-style: none;
}

.serif {
  font-family: "Noto Serif JP", serif !important;
}

.pc {
  display: block !important;
}
@media (max-width: 579px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 579px) {
  .sp {
    display: block !important;
  }
}

p, li, td, th, div, span {
  font-size: min(4vw, 1rem);
  line-height: 1.7;
  text-align: justify;
}

.font31 {
  font-size: min(5vw, 1.5rem);
}

.font29 {
  font-size: min(4.8vw, 1.3rem);
}

.font21 {
  font-size: min(4vw, 1.15rem);
}

.font19 {
  font-size: min(3.8vw, 1rem);
}

.font16 {
  font-size: min(3vw, 0.75rem);
}

.center {
  text-align: center;
}

/* LAYOUT */
/* TOP */
.hero_area {
  position: relative;
}
.hero_area .main_visual {
  max-height: 750px;
  overflow-y: hidden;
}
@media (max-width: 579px) {
  .hero_area .main_visual {
    height: 100%;
    max-height: auto;
  }
}
.hero_area .top_catch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1200px;
  margin: min(5vw, 100px) auto;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, right top, from(rgba(97, 77, 63, 0.7)), color-stop(60%, rgba(97, 77, 63, 0.1)), to(rgba(97, 77, 63, 0)));
  background: linear-gradient(90deg, rgba(97, 77, 63, 0.7) 0%, rgba(97, 77, 63, 0.1) 60%, rgba(97, 77, 63, 0) 100%);
  padding: 5% 5%;
}
.hero_area .top_catch h1 {
  max-width: 680px;
  margin-bottom: 1rem;
}
.hero_area .top_catch h2 {
  max-width: 610px;
}
@media (max-width: 579px) {
  .hero_area .top_catch {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 77, 63, 0)), color-stop(60%, rgba(97, 77, 63, 0.7)), to(rgba(97, 77, 63, 0)));
    background: linear-gradient(180deg, rgba(97, 77, 63, 0) 0%, rgba(97, 77, 63, 0.7) 60%, rgba(97, 77, 63, 0) 100%);
  }
  .hero_area .top_catch h1, .hero_area .top_catch h2 {
    width: 100%;
    height: auto;
  }
}

section {
  margin-bottom: 4rem;
}

.inner_regular {
  max-width: 1200px;
  height: auto;
  padding: 0 3%;
  margin: auto;
}
.inner_narrow {
  max-width: 1100px;
  height: auto;
  padding: 0 3%;
  margin: auto;
}

.top_message {
  background-color: #f4e7e2;
  padding: 2rem 0;
}
@media (max-width: 579px) {
  .top_message {
    padding: 2rem 1rem;
  }
}
.top_message p {
  font-size: min(5vw, 1.2rem);
  line-height: 2;
  text-align: justify;
  font-family: serif;
}

.top_lineups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  padding-bottom: 1rem;
}
@media (max-width: 579px) {
  .top_lineups {
    display: block;
  }
}
.top_lineups > div {
  width: 50%;
}
@media (max-width: 579px) {
  .top_lineups > div {
    width: 100%;
  }
}
.top_lineups .words_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 579px) {
  .top_lineups .words_box {
    display: block;
  }
}
.top_lineups .words_box h3 {
  width: 70%;
  font-size: min(5vw, 1.5rem);
  line-height: 1.7;
  text-align: center;
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-bottom: 3px solid #ae8974;
  font-weight: 500;
}
@media (max-width: 579px) {
  .top_lineups .words_box h3 {
    margin: 2rem auto 1rem;
  }
}
.top_lineups .words_box p {
  font-size: min(4vw, 1.2rem);
  line-height: 1.7;
  text-align: center;
  width: 100%;
}
.top_lineups .visu_box {
  margin-top: -1rem;
  text-align: center;
  font-size: min(4vw, 0.9rem);
  font-weight: 600;
}
@media (max-width: 579px) {
  .top_lineups .visu_box {
    margin-top: 2rem;
  }
}
.top_lineups .visu_box p {
  text-align: center;
}

.color-faded {
  background: #F7F4EA;
  background: -webkit-gradient(linear, left top, right top, from(rgb(247, 244, 234)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(247, 244, 234) 0%, rgb(255, 255, 255) 100%);
}

.color-faded-rev {
  background: #F7F4EA;
  background: -webkit-gradient(linear, right top, left top, from(rgb(247, 244, 234)), to(rgb(255, 255, 255)));
  background: linear-gradient(270deg, rgb(247, 244, 234) 0%, rgb(255, 255, 255) 100%);
}
.color-faded-rev .words_box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 579px) {
  .color-faded-rev .words_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* OTHER */
.page_header {
  width: 100%;
  overflow-y: hidden;
  aspect-ratio: 7/12;
  max-height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: no-repeat center center/cover;
}
.page_header_screen {
  width: 70%;
  max-width: 600px;
  height: 160px;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 579px) {
  .page_header_screen {
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 77, 63, 0)), color-stop(60%, rgba(97, 77, 63, 0.5)), to(rgba(97, 77, 63, 0)));
    background: linear-gradient(180deg, rgba(97, 77, 63, 0) 0%, rgba(97, 77, 63, 0.5) 60%, rgba(97, 77, 63, 0) 100%);
    height: 100px;
    width: 100%;
  }
}
.page_header h1 {
  font-size: min(5.7vw, 1.9rem);
  color: #FFF;
  font-weight: 500;
  -webkit-filter: drop-shadow(0px 0px 1px #ae8974);
          filter: drop-shadow(0px 0px 1px #ae8974);
}
@media (max-width: 579px) {
  .page_header {
    aspect-ratio: 75/30;
  }
}

.page-merits .page_header {
  background-image: url("../img/merits/header_image.webp?ver=20260125");
}
@media (max-width: 579px) {
  .page-merits .page_header {
    background-image: url("../img/merits/header_image_sp.webp?ver=20260125");
  }
}

.page-lineups .page_header {
  background-image: url("../img/lineups/header_image.webp?ver=20260125");
}
@media (max-width: 579px) {
  .page-lineups .page_header {
    background-image: url("../img/lineups/header_image_sp.webp?ver=20260125");
  }
}

.page-examples .page_header {
  background-image: url("../img/examples/header_image.webp?ver=20260125");
}
@media (max-width: 579px) {
  .page-examples .page_header {
    background-image: url("../img/examples/header_image_sp.webp?ver=20260125");
  }
}

.page-support .page_header {
  background-image: url("../img/support/header_image.webp?ver=20260125");
}
@media (max-width: 579px) {
  .page-support .page_header {
    background-image: url("../img/support/header_image_sp.webp?ver=20260125");
  }
}

.page-plan .page_header {
  background-image: url("../img/plan/header_image.webp?ver=20260125");
}
@media (max-width: 579px) {
  .page-plan .page_header {
    background-image: url("../img/plan/header_image_sp.webp?ver=20260125");
  }
}

.main_catch {
  font-size: min(5vw, 1.5rem);
  font-weight: 600;
  text-align: center;
  position: relative;
  padding: 3rem 0 0;
  margin-bottom: 1rem;
}
.main_catch::after {
  content: "";
  display: block;
  border-bottom: 3px solid #ae8974;
  width: 320px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: -1rem;
}

.sub_catch {
  font-size: min(4vw, 1.3rem);
  font-weight: 600;
  text-align: center;
  position: relative;
  padding: 1.5rem 0 0;
  margin-bottom: 2rem;
}

.page_headliner {
  padding: 3rem 0 1rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 600;
}

@media (max-width: 579px) {
  div:has(.page_headliner + .main_catch) .main_catch {
    padding-top: 0;
  }
}

/* MERITS */
.emerits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3%;
  padding: 3rem 0;
}
.emerits_gr {
  text-align: center;
  width: 31.333%;
}
.emerits_gr_no {
  background-color: #7195a9;
  color: #FFF;
  width: 100px;
  padding: 0.3rem 0;
  border-radius: 6px;
  margin: auto;
  font-weight: 600;
  text-align: center;
}
.emerits_gr_box {
  border: solid 1px #7195a9;
  padding: 1.3rem 0 0.6rem;
  border-radius: 6px;
  margin-top: -1rem;
}
.emerits_gr_box .font29 {
  font-weight: 600;
}
.emerits_gr_box .font21 {
  font-weight: 400;
}
@media (max-width: 579px) {
  .emerits_gr {
    width: 80%;
    margin: 1rem auto;
  }
}
.emerits-image {
  max-width: 800px;
  margin: auto;
}
@media (max-width: 579px) {
  .emerits {
    padding: 1rem 0;
  }
}

.pan_step {
  width: 100%;
}
.pan_step h2 {
  text-align: center;
  color: #ae8974;
  border-bottom: solid 1px #7195a9;
  padding: 1.3rem 0 0.6rem;
}
.pan_step p {
  text-align: center;
  padding: 1rem 0;
}

/* Examples */
.examples_ {
  position: relative;
}
.examples_sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5rem auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.examples_sample > div {
  width: 50%;
}
@media (max-width: 579px) {
  .examples_sample > div {
    width: 100%;
  }
}
.examples_sample .pc02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 579px) {
  .examples_sample .pc02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.examples_sample .words_box {
  padding: 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 1199px) {
  .examples_sample .words_box {
    padding: 0 3rem;
  }
}
.examples_sample .words_box h3 {
  width: 100%;
  font-size: min(5vw, 1.5rem);
  line-height: 1.7;
  padding: 1rem 0 0.5rem;
}
@media (max-width: 579px) {
  .examples_sample .words_box h3 {
    margin: 0 auto 1rem;
    padding-top: 0.5rem;
  }
}
.examples_sample .words_box p {
  font-size: min(4vw, 1.1rem);
  line-height: 1.7;
  text-align: justify;
  width: 100%;
}
@media (max-width: 579px) {
  .examples_sample .words_box {
    padding: 0;
  }
}
@media (max-width: 579px) {
  .examples_sample {
    display: block;
    margin: 3rem auto 4rem;
  }
}
.examples_cat {
  background-color: #f39800;
  color: #FFF;
  padding: 0.3rem 0.6rem;
  border-radius: 6px;
  font-weight: 600;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5rem;
}

.link_btn {
  max-width: 1100px;
  height: 70px;
  border-radius: 12px;
  background-color: #e60012;
  color: #FFF !important;
  padding: 1rem;
  margin: auto;
  display: block;
  text-align: center;
  font-weight: 600;
}

/* Lineups */
.page-lineups .lu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10%;
  margin-bottom: 6rem;
}
.page-lineups .lu_items {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
  margin: 3rem 0 0;
}
.page-lineups .lu_items_photo {
  width: 160px;
}
.page-lineups .lu_items_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-lineups .lu_items_name {
  color: #ae8974;
  font-size: min(4vw, 1.15rem);
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.page-lineups .lu_items_text {
  font-size: min(3vw, 0.75rem);
  text-align: justify;
}
@media (max-width: 579px) {
  .page-lineups .lu_items {
    display: block;
  }
}
.page-lineups .lu_s_gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667%;
}
.page-lineups .lu_s_gr_cnt {
  width: 20%;
  margin-bottom: 4rem;
}
.page-lineups .lu_s_gr_cnt_cat {
  font-size: min(4vw, 1.15rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  background-color: #d0b396;
  max-width: 160px;
  height: auto;
  margin: auto;
}
.page-lineups .lu_s_gr_cnt_cat_item {
  margin-top: 2rem;
}
.page-lineups .lu_s_gr_cnt_cat_item .lu_s_photo {
  padding: 0 0;
}
.page-lineups .lu_s_gr_cnt_cat_item .lu_s_name {
  font-size: min(3.8vw, 1rem);
  text-align: center;
  font-weight: 500;
  height: 3em;
}
.page-lineups .lu_s_gr_cnt_cat_item .lu_s_name span {
  font-size: min(3vw, 0.75rem);
  font-weight: 400;
  display: block;
  text-align: center;
}
@media (max-width: 579px) {
  .page-lineups .lu_s_gr_cnt {
    width: 46.5%;
  }
}
.page-lineups .inner_regular.colored {
  background-color: #faf3ea;
  padding: 5%;
  margin-bottom: 2rem;
}
.page-lineups .inner_regular.colored .colored_title {
  font-size: min(5vw, 1.5rem);
  font-weight: 600;
  text-align: center;
  color: #f39800;
  line-height: 2;
}
.page-lineups .inner_regular.colored .colored_feature {
  font-size: min(3.8vw, 1.2rem);
  font-weight: 600;
  text-align: center;
  color: #f39800;
  line-height: 2;
  margin-bottom: 1rem;
}
.page-lineups .seasonal_leaf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
}
.page-lineups .seasonal_leaf_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-lineups .seasonal_leaf_photo {
  width: 290px;
  height: auto;
  margin: 1rem auto;
}
@media (max-width: 579px) {
  .page-lineups .seasonal_leaf {
    display: block;
  }
}
.page-lineups .seasonal_title {
  font-size: min(5vw, 1.5rem);
  font-weight: 600;
  text-align: center;
  padding: 4rem 0 2rem;
}
.page-lineups .seasonal_title.spring {
  color: #d18391;
}
.page-lineups .seasonal_title.summer {
  color: #f2a74d;
}
.page-lineups .seasonal_title.autumn {
  color: #d05060;
}
.page-lineups .seasonal_title.winter {
  color: #9fcfeb;
}
.page-lineups .seasonal_ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
}
.page-lineups .seasonal_photo {
  width: 40%;
  background-color: #FFF;
  padding: 1.2rem;
  text-align: center;
  border-radius: 10px;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 579px) {
  .page-lineups .seasonal_photo {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 579px) {
  .page-lineups .seasonal_ph {
    display: block;
  }
}
.page-lineups .comit_deli_photo {
  max-width: 760px;
  height: auto;
  padding: 1rem;
  margin: 2rem auto;
}

/* SUPPORT */
.support_contents {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support_contents_text {
  width: 70%;
}
@media (max-width: 579px) {
  .support_contents_text {
    width: 100%;
  }
}
.support_contents_title {
  font-size: min(5vw, 1.5rem);
  color: #ae8974;
  font-weight: 500;
}
.support_contents_list {
  font-size: min(3.8vw, 1rem);
  line-height: 2;
}
.support_contents_list + .support_contents_title {
  padding-top: 2rem;
}
.support_contents_images {
  width: 30%;
}
@media (max-width: 579px) {
  .support_contents_images {
    width: 100%;
    padding: 5% 20%;
  }
}
.support_contents_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}
@media (max-width: 579px) {
  .support_contents_items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.support_contents_items li {
  font-size: min(3vw, 0.75rem);
  font-weight: 500;
  text-align: center;
  margin: 2rem auto;
}
@media (max-width: 579px) {
  .support_contents_items li {
    width: 49%;
  }
}
@media (max-width: 579px) {
  .support_contents:last-child .support_contents_items:last-child li:last-child {
    width: 100%;
  }
}

/* PLAN */
.page-plan .plan_schedule {
  padding-top: 2rem;
  background: url(../img/plan/bg.webp?ver=20260125) no-repeat center top/100%;
}
@media (max-width: 767px) {
  .page-plan .plan_schedule {
    background: none;
  }
}
.page-plan .plan_schedule_flow {
  width: 100%;
  max-width: 560px;
  margin: auto;
}
.page-plan .plan_schedule_flow_item {
  position: relative;
  margin-bottom: 4rem;
}
.page-plan .plan_schedule_flow_item_day {
  border: solid 1px #7195a9;
  color: #7195a9;
  border-radius: 6px;
  text-align: center;
  padding: 0.3rem;
  font-size: min(3.8vw, 1rem);
  margin: 0.3rem auto;
  width: min(45vw, 480px);
}
@media (max-width: 767px) {
  .page-plan .plan_schedule_flow_item_day {
    width: min(80vw, 480px);
  }
}
.page-plan .plan_schedule_flow_item_day.openday {
  background-color: #e60012 !important;
  color: #FFF !important;
  border: solid 1px #e60012 !important;
  font-weight: 600;
}
.page-plan .plan_schedule_flow_item_title {
  color: #ae8974;
  text-align: center;
}
.page-plan .plan_schedule_flow_item_title.opentitle {
  color: #e60012 !important;
}
.page-plan .plan_schedule_flow_item p {
  text-align: center;
}
.page-plan .plan_schedule_flow_item::after {
  content: "";
  display: block;
  width: 70px;
  height: 50px;
  background-color: #dbcda6;
  clip-path: polygon(0 0, 100% 0%, 50% 50%);
  margin: auto;
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
}
.page-plan .plan_schedule_flow_item:last-child::after {
  content: none;
}

/* max-width: 768px */
/* HEADER */
.header {
  background: rgb(255, 255, 255);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 10px #ccc;
          box-shadow: 0px 0px 10px #ccc;
}
.header .inner {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_logo {
  width: 360px;
  height: auto;
  padding: 0 30px;
}
@media (max-width: 579px) {
  .header_logo {
    padding-left: 10px;
  }
}
.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.header_nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.header_nav-items {
  border-left: solid 1px #ae8974;
  width: 16.6666666667%;
}
.header_nav-items a {
  height: 100%;
  padding: 0 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header_nav-items a span {
  display: block;
  text-align: center;
  font-size: min(3.3vw, 0.8rem);
  width: 100%;
}
.header_nav-items:last-child {
  background: #ae8974;
}
.header_nav-items:last-child span {
  color: #FFF;
}
.header_nav-items:hover {
  background-color: #ebdccc;
}
.header .hum_menu {
  width: 90px;
  height: 100%;
  text-align: center;
  position: relative;
  padding-top: 1rem;
  cursor: pointer;
  display: none;
}
.header .hum_menu::before, .header .hum_menu::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .hum_menu::before {
  top: 65%;
}
.header .hum_menu::after {
  top: 80%;
}
.header .hum_menu.open::before {
  top: 75%;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .hum_menu.open::after {
  top: 75%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-merits .header .merits, .page-lineups .header .lineups, .page-examples .header .examples, .page-support .header .support, .page-plan .header .plan {
  background-color: #ebdccc;
}

@media only screen and (max-width: 767px) {
  .hum_menu {
    display: block !important;
  }
  .header_nav-list {
    position: absolute;
    left: 100%;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    top: 70px;
  }
  .header_nav-list.open {
    left: 0%;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  .header_nav-items {
    border-bottom: solid 1px #ae8974;
    border-left: none;
    width: 100%;
    padding: 1rem;
  }
  .header_nav-items a {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header_nav-items a span {
    padding: 0;
    width: auto;
    text-align: left;
    white-space: nowrap;
  }
} /* max-width: 768px */
/* MENU */
/* max-width: 768px */
/* FOOTER */
.footer {
  background-color: #ae8974;
  padding: 1rem;
}
.footer .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .footer_nav-items {
  padding: 0 1rem;
}
.footer .footer_nav-items a {
  font-size: min(3.4vw, 0.8rem);
  color: #ebdccc;
}
@media (max-width: 579px) {
  .footer .footer_nav-items {
    width: 50%;
  }
}
.footer .cp {
  font-size: min(3.4vw, 0.8rem);
  color: #ebdccc;
  text-align: center;
  padding: 2rem 0;
}
/*# sourceMappingURL=style.css?ver=20260125.map */