@charset "UTF-8";
/* ======================================================
  Reset
====================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, a, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
body {
  line-height: 1;
}
img {
  line-height: 0;
  vertical-align: top;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
li {
  list-style-type: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
input, select {
  vertical-align: middle;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
}
a {
  outline: none;
}
.cf:before, .cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* ======================================================
  Common
====================================================== */
body, html {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  color: #333;
}
.wrapper img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
.is_hidden {
  transform: translate(0, 30px);
  opacity: 0;
}
.is_show {
  transition: 800ms ease;
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: .5s;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 1.33334vw; /* W750 */
  }
  .is_pc {
    display: none;
  }
  .is_sp {
    display: block;
  }
  /* header */
  .header {
    padding-bottom: 2.5rem;
    text-align: center;
  }
  .header_logo {
    width: 20rem;
    margin: 0 auto;
  }
  /* footer */
  .footer {
    padding: 10rem 0 35rem;
    text-align: center;
  }
  .footer_btn {
    width: 79%;
    margin: auto;
    margin-top: -1.5rem;
    padding-left: 2.5rem;
    padding-bottom: 4rem;
  }
  .footer_copy {
    font-size: 14.5px;
    line-height: 1.3;
    letter-spacing: .07em;
    margin-top: -0.6rem;
    padding-left: 1.4rem;
  }
}

@media screen and (min-width: 751px) {
  a:hover {
    transition: opacity 0.2s;
    opacity: 0.7;
  }
  html {
    font-size: 0.5208333vw; /* W1920 */
  }
  .is_sp {
    display: none;
  }
  .is_pc {
    display: block;
  }
  /* header */
  .header {
    padding-bottom: 14px;
    text-align: center;
  }
  .header_logo {
    width: 100px;
    margin: 0 auto;
  }
  /* footer */
  .footer {
    padding: 6.6rem 0 18.8rem;
    text-align: center;
  }
  .footer_btn {
    width: 382px;
    margin: auto;
    padding-bottom: 4rem;
    margin-top: -5.5rem;
    padding-left: 2.5rem;
  }
  .footer_copy {
    font-size: 15.5px;
    line-height: 1.8;
    letter-spacing: .03em;
    margin-top: -0.5rem;
    padding-left: 2rem;
  }
  .btn_hover {
    position:relative;
  }
  .btn_hover a:hover {
    opacity: 1;
  }
  .btn_hover img {
    width: 100%;
    display: block;
  }
  .btn_hover .img_after{
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  .btn_hover:hover .img_before{
    visibility:hidden;
  }
  .btn_hover:hover .img_after{
    visibility:visible;
  }
  .flex {
    display: flex;
  }
}

/* ======================================================
  Contents
====================================================== */
@media screen and (max-width: 750px) {
  /* 背景画像を2つ指定する例 */
  .sec01_frame {
    background: #f3df80 url(../img/sp/sec01_bg.png) 0 top no-repeat;
    background-size: contain, 30rem auto;
    /* height: 442rem; */
  }
  .sec01_frame .sec01_01 {
    width: 100%;
    padding-top: 10rem;
  }
  .sec01_frame .sec01_02 {
    width: 100%;
    padding-top: 3rem;
    /* padding-left: 4rem; */
    position: relative;
  }
  .sec01_frame .sec01_02::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/sp/sec01_bg2.png) no-repeat center top;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
  }
  .sec01_frame .sec01_03 {
    width: 67rem;
    padding-top: 5rem;
    padding-left: 4rem;
  }

  .sec02_frame {
    background: url(../img/sp/sec02_bg.png) 0 center no-repeat;
    background-size: cover;
    padding-bottom: 9rem;
  }
  .sec02_frame .sec02_01 {
    width: 75rem;
    padding-top: 6rem;
  }
  .sec02_frame .sec02_02 {
    width: 67rem;
    padding-top: 5.5rem;
    padding-left: 4em;
  }
  .sec02_frame .sec02_03 {
    width: 67rem;
    padding-top: 3rem;
    padding-left: 4em;
  }
  .sec02_frame .sec02_04 {
    width: 59rem;
    margin: 0 auto;
    padding-top: 3rem;
  }  
  .sec03_frame {
    background: #fbf5d9 url(../img/sp/sec03_bg.jpg) 0 center no-repeat;
    background-size: cover;

  }
  .sec03_frame .sec03_01 {
    width: 100%;
    padding-top: 7rem;
  }
  .sec03_frame .sec03_02 {
    width: 100%;
    padding-top: 6rem;
    padding-left: 0;
  }
  .sec03_frame .sec03_03 {
    width: 100%;
    padding-top: 4rem;
    padding-left: 0;
  }
  .sec03_frame .sec03_04 {
    width: 100%;
    padding-top: 9rem;
  }
  .sec03_frame .sec03_05 {
    width: 100%;
    padding-top: 9rem;
    padding-bottom: 10rem;
  }
  .sec04_frame {
    background-size: cover;
  }
  .sec04_frame .sec04_01 {
    width: 100%;
    padding-top: 9rem;
  }
  .sec04_frame .sec04_02 {
    width: 100%;
    padding-top: 4rem;
  }
  .secMedia_frame {
    background-size: cover;
    height: 169.3rem;
  }
  .secMedia_frame .secMedia_01 {
    width: 47.1rem;
    padding-top: 8.2rem;
    padding-left: 13.8rem;
  }
  .secMedia_frame .secMedia_02 {
    width: 67rem;
    padding-top: 4rem;
    padding-left: 4rem;
  }
  .secMedia_frame .secMedia_03 {
    padding-top: 2rem;
    padding-left: 7.4rem;
    position: relative;
  }
  .secMedia_frame .secMedia_03_01 {
    width: 60.2rem;
    padding-top: 4rem;
  }
  .secMedia_frame .secMedia_03_02 {
    width: 40rem;
    position: absolute;
    left: 17.5rem;
    bottom: 0;
  }
  .secMedia_frame .secMedia_04 {
    padding-top: 6rem;
    padding-left: 7.4rem;
    position: relative;
  }
  .secMedia_frame .secMedia_04_01 {
    width: 60.2rem;
  }
  .secMedia_frame .secMedia_04_02 {
    width: 40rem;
    position: absolute;
    left: 17.5rem;
    bottom: 0;
  }
}

@media screen and (min-width: 751px) {
  .main_frame {
    background: url(../img/pc/main_bg.png) 0 74rem no-repeat, #f3df80;
    background-size: contain;
    position: relative;
    z-index: 1;
  }
  .sec01_frame {
    background: url(../img/pc/sec01_bg.png) 0 top no-repeat;
    background-size: contain;
    /* height: 274.1rem; */
  }
  .sec01_frame .sec01_01 {
    width: 107rem;
    padding-top: 13.5rem;
    margin: 0 auto;
    /* padding-left: 23.5rem; */
  }
  .sec01_frame .sec01_02 {
    width: 151rem;
    padding-top: 0rem;
    padding-left: 26rem;
    padding-bottom: 10rem;
  }
  .sec01_frame .sec01_03 {
    width: 140rem;
    padding-top: 2rem;
    padding-left: 26rem;
  }
  .sec02_frame {
    background: url(../img/pc/sec02_bg.png) 0 center no-repeat;
    background-size: cover;
    padding-bottom: 5rem;
    /* height: 200rem; */
  }
  .sec02_frame .sec02_01 {
    width: 191rem;
    padding-top: 8rem;
    /* padding-left: 26rem; */
  }

  .sec02_frame .sec02_02 {
    width: 64rem;
    padding-top: 5rem;
    padding-left: 26rem;
  }
  .sec02_frame .sec02_02 img {
    width: 51rem;
    padding-left: 6rem;
  }  
  .sec02_frame .sec02_03 {
    width: 61rem;
    padding-top: 0rem;
    padding-left: 8rem;
  }
  .sec02_frame .sec02_04 {
    width: 138rem;
    padding-top: 3rem;
    margin: 0 auto;
  }  
  .sec03_frame {
    background-color: #fbf5d9;
    padding-bottom: 10rem;
  }
  .sec03_frame .sec03_01 {
    width: 191rem;
    padding-top: 10rem;
    margin: 0 auto;
    /* padding-left: 23.5rem; */
  }
  .sec03_frame .sec03_02 {
    width: 140rem;
    padding-top: 6rem;
    margin: 0 auto;
    /* padding-left: 23.5rem; */
  }
  .sec03_frame .sec03_03 {
    width: 138rem;
    padding-top: 7rem;
    margin: 0 auto;
    /* padding-left: 23.5rem; */
  }
  .sec03_frame .sec03_04 {
    width: 191rem;
    padding-top: 10rem;
    margin: 0 auto;
    /* padding-left: 23.5rem; */
  }
  .sec03_frame .sec03_05 {
    width: 140rem;
    padding-top: 7rem;
    margin: 0 auto;
    /* padding-left: 23.5rem; */
  }
  .sec04_frame {
    /* 必要に応じて背景を設定 */
  }
  .sec04_frame .sec04_01 {
    width: 191rem;
    padding-top: 8rem;
    margin: 0 auto;
  }
  .sec04_frame .sec04_02 {
    width: 144rem;
    padding-top: 4rem;
    margin: 0 auto;
  }
  .secMedia_frame {
    background: url(../img/pc/secMedia_bg.png) 0 center no-repeat;
    background-size: cover;
    height: 112.9rem;
  }
  .secMedia_frame .secMedia_01 {
    width: 78rem;
    padding-top: 8.5rem;
    padding-left: 57rem;
  }
  .secMedia_frame .secMedia_02 {
    width: 120rem;
    padding-top: 5rem;
    padding-left: 36rem;
  }
  .secMedia_frame .secMedia_03_01 {
    width: 61rem;  
    padding-top: 4rem;
  }
  .secMedia_frame .secMedia_03 {
    padding-top: 4rem;
    padding-left: 36rem;
    position: relative;
  }
  .secMedia_frame .secMedia_03_02 {
    width: 40rem;
    position: absolute;
    left: 46rem;
    bottom: 0;
  }
  .secMedia_frame .secMedia_04 {
    padding-top: 0rem;
    padding-left: 0.5rem;
    position: relative;
  }
  .secMedia_frame .secMedia_04_01 {
    width: 58.5rem;
    padding-top: 7.5rem;
    padding-left: 0rem;
  }
  .secMedia_frame .secMedia_04_02 {
    width: 40rem;
    position: absolute;
    left: 9rem;
    bottom: 0;
  }
}

@media screen and (max-width: 750px) {
  /* fixed_bottom */
  .fixed_bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    background-color: #643c32;
    height: 22rem;
  }
  .fixed_bottom_inner {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
  }
  .fixed_item {
    width: 22rem;
    margin: 0.5rem 1rem;
  }
  .fixed_item:nth-child(1) {
    /* 1行目：1個目の画像のみ */
    grid-row: 1;
    grid-column: 1 / 3;
    justify-self: center;
    align-self: center;
    width: 43rem;
  }
  .fixed_item:nth-child(2) {
    /* 2行目：2個目の画像 */
    grid-row: 2;
    grid-column: 1;
    width: 11rem;
    justify-self: end;
    width: 32rem;
  }
  .fixed_item:nth-child(3) {
    /* 2行目：3個目の画像 */
    grid-row: 2;
    grid-column: 2;
    width: 11rem;
    justify-self: start;
    width: 32rem;
  }
  .fixed_right_wrap {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  /* fixed_bottom */
  .fixed_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #643c32;
  }
  .fixed_bottom_inner {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    justify-content: center;
  }
  .fixed_item {
    width: 36rem;
  }
}

@media screen and (min-width: 751px) {
  .fixed_right_wrap {
    position: fixed;
    right: 0;
    top: 15%;
    width: 41rem;
    z-index: 99;
    display: none;
  }
  .fixed_right_bnr {
    position: relative;
  }
  .fixed_right_toggle {
    position: absolute;
    top: -1rem;
    left: 0rem;
    cursor: pointer;
  }
  .fixed_right_toggle::after {
    display: block;
    content: "";
    background: url(../img/fixed/pc/fixed_close.png) 0 0 no-repeat;
    background-size: 4.4rem auto;
    width: 4.4rem;
    height: 4.4rem;
  }
  .fixed_right_toggle:hover::after {
    transition: opacity 0.2s;
    opacity: 0.7;
  }
  .fixed_right_wrap.is_close .fixed_right_toggle::after {
    display: block;
    content: "";
    background: url(../img/fixed/pc/banner_close.png) 0 0 no-repeat;
    background-size: 9.1rem auto;
    width: 9.1rem;
    height: 25.2rem;
  }
  .fixed_right_wrap.is_close .fixed_right_toggle {
    right: 0;
    left: auto;
  }
  .fixed_right_wrap.is_close .fixed_right_bnr .fixed_right_bnr_open {
    display: none;
  }
}

/* ======================================================
  Slide
====================================================== */
.slick-prev,
.slick-next {
  z-index: 1;
}
.slick-prev:hover,
.slick-next:hover {
  transition: opacity 0.2s;
  opacity: 0.7;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: #78a014;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}

@media screen and (max-width: 750px) {
  #slide_modelhouse.slide_item_wrap {
    width: 67rem;
    margin-left: 4rem;
    margin-top: 4rem;
  }
  #slide_showroom.slide_item_wrap {
    width: 67rem;
    margin-left: 4rem;
    margin-top: 4rem;
  }
  .slick-prev,
  .slick-next {
    width: 5rem;
  }
  .slick-prev {
    left: -2.5rem;
  }
  .slick-next {
    right: -2.5rem;
  }
  .slick-dots {
    bottom: -25px;
  }
  .slick-dots li {
    margin: 0;
  }
  .slick-dots li button:before {
    font-size: 9.4rem;
  }
}
@media screen and (min-width: 751px) {
  #slide_modelhouse.slide_item_wrap {
    width: 72rem;
    margin-left: 4rem;
    margin-top: 6.5rem;
    margin-bottom: 4rem;
  }
  #slide_showroom.slide_item_wrap {
    width: 72rem;
    margin-left: 26rem;
    margin-top: 2rem;
  }
  .slick-prev,
  .slick-next {
    width: 5rem;
  }
  .slick-prev {
    left: -2.5rem;
  }
  .slick-next {
    right: -2.5rem;
  }
  .slick-dots {
    bottom: -30px;
  }
  .slick-dots li {
    margin: 0;
  }
  .slick-dots li button:before {
    font-size: 6.4rem;
  }
}