main {
  padding: 0;
}

.area_gray {
  background: #f3f3f3;
}

#top::before {
  content: "";
  width: 100vw;
  height: 100vh;
  display: block;
  background: url(../img/top/bg_pc.jpg) no-repeat center;
  background-size: cover;
  position: fixed;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #top::before {
    background: url(../img/top/bg_sp.jpg) no-repeat center;
    background-size: cover;
  }
}

.tit_top {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .tit_top {
    font-size: min(2.3460410557vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .tit_top {
    font-size: min(5.3333333333vw, 20px);
  }
}

.area_brand {
  padding: 50px 0 100px;
}
.area_brand .tit_top {
  text-align: center;
}
.area_brand .ul_product {
  margin-top: 22px;
}
.area_brand .ul_product li a {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .area_brand {
    padding: 2em 0 4.4em;
  }
  .area_brand .ul_product {
    margin-top: 1.2em;
  }
}

.area_about {
  padding-bottom: 273px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.area_about .flex_wrap {
  padding: 135px 0 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 min(5.303030303vw, 70px);
}
.area_about .box_text {
  max-width: 760px;
  width: calc(100% - 292px - 70px);
  position: relative;
}
.area_about .box_text::before {
  content: "";
  display: block;
  width: 202px;
  height: 305px;
  background: url(../img/top/mark.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: -55px;
  left: -30px;
}
.area_about .tit_content {
  font-family: "NotoSansJP", serif;
}
.area_about .tit_content span {
  display: block;
  line-height: 1;
  font-weight: 700;
}
.area_about .tit_content .sub {
  font-size: 18px;
}
.area_about .tit_content .main {
  margin-top: 26px;
  font-size: 28px;
}
.area_about .txt_lead {
  margin-top: 30px;
  line-height: 2.2;
}
.area_about .box_btn {
  width: 292px;
  margin-top: 50px;
}
.area_about .box_btn a {
  background: none;
  color: #fff;
}
.area_about .box_btn a::after {
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .area_about .tit_content .sub {
    font-size: min(1.7595307918vw, 18px);
  }
  .area_about .tit_content .main {
    font-size: min(2.7370478983vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  .area_about {
    padding-bottom: 2em;
  }
  .area_about .flex_wrap {
    padding: 4.3em 0 30.5vw;
  }
  .area_about .box_text {
    width: 100%;
  }
  .area_about .box_text::before {
    content: none;
  }
  .area_about .tit_content .sub {
    font-size: min(4vw, 15px);
  }
  .area_about .tit_content .main {
    margin-top: 0.85em;
    font-size: min(6.4vw, 24px);
  }
  .area_about .txt_lead {
    margin-top: 1.7em;
    line-height: 2.3;
  }
  .area_about .box_btn {
    width: 78%;
    margin: 1.7em auto 0;
  }
}

.area_content {
  position: relative;
}

.area_showroom .inner {
  position: relative;
  top: -280px;
}
@media screen and (max-width: 768px) {
  .area_showroom .inner {
    top: -22vw;
  }
}
.area_showroom .inner::before {
  content: "";
  display: block;
  width: calc(100% + (100vw - 1320px) / 2);
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 60px;
}
@media screen and (max-width: 1280px) {
  .area_showroom .inner::before {
    width: calc(100% + min(4.5454545455vw, 60px));
    left: min(4.5454545455vw, 60px);
  }
}
@media screen and (max-width: 1023px) {
  .area_showroom .inner::before {
    width: calc(100% - min(5.8651026393%, 60px));
    left: min(5.8651026393%, 60px);
  }
}
@media screen and (max-width: 768px) {
  .area_showroom .inner::before {
    width: 95vw;
    left: 5vw;
  }
}
.area_showroom .flex_wrap {
  padding: min(6.0606060606vw, 80px);
  padding-right: 0;
  position: relative;
  gap: 0 min(4.5454545455vw, 60px);
}
.area_showroom .img {
  width: min(40.9090909091vw, 540px);
}
.area_showroom .box_text {
  width: calc(100% - min(4.5454545455vw, 60px) - min(40.9090909091vw, 540px));
}
.area_showroom .box_text .tit_content {
  height: min(5.6818181818vw, 75px);
  font-weight: 700;
  position: relative;
}
.area_showroom .box_text .tit_content::after {
  content: "";
  display: block;
  width: min(6.6666666667vw, 88px);
  height: min(5.6818181818vw, 75px);
  background: url(../img/top/showroom_icon.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.area_showroom .box_text .tit_content span {
  display: block;
  line-height: 1;
}
.area_showroom .box_text .tit_content .sub {
  margin-top: 6px;
  color: #0F864C;
  font-size: 18px;
}
.area_showroom .box_text .tit_content .main {
  margin-top: 27px;
  font-size: 28px;
}
.area_showroom .box_text .text {
  margin-top: 26px;
  line-height: 2.25;
}
@media screen and (max-width: 1280px) {
  .area_showroom .flex_wrap {
    padding: min(5.303030303vw, 70px);
    padding-right: 0;
  }
  .area_showroom .img {
    width: min(38.6363636364vw, 540px);
  }
  .area_showroom .box_text {
    width: calc(100% - min(4.5454545455vw, 60px) - min(38.6363636364vw, 540px));
  }
  .area_showroom .box_text .tit_content .main {
    font-size: min(2.1212121212vw, 28px);
  }
}
@media screen and (max-width: 1023px) {
  .area_showroom .flex_wrap {
    padding: min(5.8651026393vw, 60px);
    padding-right: 0;
  }
  .area_showroom .img {
    width: min(39.100684262vw, 400px);
  }
  .area_showroom .box_text {
    width: calc(100% - min(5.8651026393vw, 60px) - min(38.1231671554vw, 400px));
  }
  .area_showroom .box_text .tit_content .sub {
    font-size: min(1.5640273705vw, 16px);
  }
  .area_showroom .box_text .tit_content .main {
    font-size: min(2.7370478983vw, 28px);
  }
}
.area_showroom .box_btn {
  width: min(22.1212121212vw, 292px);
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .area_showroom .flex_wrap {
    padding: 2.9em 6.4%;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .area_showroom .img {
    width: 100%;
  }
  .area_showroom .box_text {
    width: 100%;
  }
  .area_showroom .box_text .tit_content {
    height: auto;
    margin-top: 2.3em;
  }
  .area_showroom .box_text .tit_content::after {
    content: "";
    display: block;
    width: min(18.1333333333vw, 68px);
    height: min(18.1333333333vw, 68px);
    top: -5.45em;
    right: -0.5em;
  }
  .area_showroom .box_text .tit_content .sub {
    margin-top: 0;
    font-size: min(4vw, 15px);
  }
  .area_showroom .box_text .tit_content .main {
    margin-top: 0.9em;
    font-size: min(6.4vw, 24px);
  }
  .area_showroom .box_text .text {
    margin-top: 1.6em;
    line-height: 2.3;
    font-size: min(3.7333333333vw, 14px);
  }
  .area_showroom .box_btn {
    width: 82%;
    margin: 1.7em auto 0;
  }
}

.area_infomation {
  margin-top: -180px;
  padding-bottom: 100px;
}
.area_infomation .flex_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .area_infomation {
    margin-top: -150px;
    padding-bottom: 100px;
  }
  .area_infomation .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .area_infomation {
    margin-top: -7vw;
    padding-bottom: 2.5em;
  }
}

.area_news {
  width: 48.3333333333%;
}
.area_news .box_title {
  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;
}
.area_news .golist {
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .area_news {
    width: 100%;
  }
}

.ul_news {
  margin-top: 20px;
  border-top: 1px solid #d5d5d5;
}
.ul_news li {
  border-bottom: 1px solid #d5d5d5;
}
.ul_news li a {
  padding: 1.1em 2.8em 1.1em 0;
  display: block;
  position: relative;
}
.ul_news li a .time {
  color: #9d9d9d;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ul_news li a::after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background-color: #9d9d9d;
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  -webkit-mask-size: 1em;
          mask-size: 1em;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: 20px;
}
.ul_news li a:hover, .ul_news li a:hover .time {
  color: #0F864C;
}
.ul_news li a:hover::after {
  background-color: #0F864C;
}
@media screen and (max-width: 768px) {
  .ul_news {
    margin-top: 1.5em;
  }
  .ul_news li a {
    padding: 1em 3em 1em 0;
    font-size: min(3.7333333333vw, 14px);
    line-height: 1.6;
  }
  .ul_news li a::after {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    background-color: #9d9d9d;
    -webkit-mask: url(../img/common/icon_arrow.svg);
            mask: url(../img/common/icon_arrow.svg);
    -webkit-mask-size: 1em;
            mask-size: 1em;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    right: 1em;
  }
  .ul_news li .time {
    margin-bottom: 0.4em;
  }
}

.box_store {
  width: 43.3333333333%;
}
.box_store .bnr {
  margin-top: 20px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
}
.box_store .bnr img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_store .bnr::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_arrow_btn.png) no-repeat center;
  background-color: #000;
  background-size: 100%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  bottom: 8px;
  right: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .box_store .bnr:hover {
    color: #0F864C;
  }
  .box_store .bnr:hover img {
    opacity: 0.8;
  }
  .box_store .bnr:hover::after {
    background-color: #0F864C;
  }
}
@media screen and (max-width: 1023px) {
  .box_store {
    width: 47.8405315615%;
    margin-top: 2em;
  }
  .box_store .bnr {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .box_store {
    width: 100%;
    margin-top: 4em;
  }
  .box_store .bnr {
    margin-top: 1.2em;
  }
  .box_store .bnr::after {
    width: min(4.2666666667vw, 16px);
    height: min(4.2666666667vw, 16px);
    bottom: 0.25em;
    right: 0.25em;
  }
}