@charset "UTF-8";
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_top
====================================================================== */
@font-face {
  font-family: "BodoniModa Regular";
  src: url(../fonts/BodoniModa_18pt-Regular.ttf);
}
.p_top .d-flex {
  display: flex;
  align-items: stretch;
}
.p_top .sc-slider {
  position: relative;
  overflow: hidden;
}
.p_top .sc-slider .slick-dots {
  bottom: -40px;
}
.p_top .sc-slider .slick-dots li {
  width: 150px;
  height: 3px;
  margin: 0 15px;
}
.p_top .sc-slider .slick-dots li button {
  width: 150px;
  height: 3px;
}
.p_top .sc-slider .slick-dots li button::before {
  width: 150px;
  height: 3px;
  content: '';
  background-color: #666;
}
.p_top .sc-slider #catch-copy {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 32%;
  background-color: rgba(0, 0, 0, 0.5);
}
.p_top .sc-slider #catch-copy .serif {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
.p_top .sc-slider #catch-copy .serif .english {
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
  white-space: nowrap;
}
.p_top .sc-slider #catch-copy .serif .catch-txt {
  font-size: 15px;
  line-height: calc(26/15);
  font-weight: 500;
  color: #fff;
  margin-top: 7px;
  margin-bottom: 10px;
}
.p_top .sc-slider #catch-copy .serif .catch-time {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  line-height: calc(32/18);
  font-weight: 300;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.p_top .sc-slider #catch-copy .serif .catch-time .catch-tl {
  width: 40px;
  height: 0.5px;
  background-color: #fff;
  display: inline-block;
}
.p_top .sc-slider #catch-copy .serif .catch-time .catch-ct {
  margin-left: 7px;
  margin-right: 7px;
  font-family: "Urbanist", sans-serif;
}
.p_top .sc-slider .bnr_brand {
  right: 60px;
  bottom: 120px;
  position: absolute;
  width: 260px;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 968px) {
  .p_top .sc-slider .bnr_brand {
    width: 320px;
    right: 50%;
    margin: 0 -160px 0 0;
    display: block;
  }
}
.p_top .sc-slider .bnr_brand._2 {
  bottom: 50px;
}
.p_top .sc-slider .bnr_brand .link {
  display: block;
}
.p_top .bnr_wrap {
  margin: 12px 0 20px;
}
@media screen and (max-width: 968px) {
  .p_top .bnr_wrap {
    display: none;
  }
}
.p_top .bnr_wrap._2 .bnr_inner {
  background: #515151;
}
.p_top .bnr_wrap._2 .bnr_inner .flex_list {
  display: flex;
  width: 770px;
  margin: auto;
  justify-content: space-around;
  align-items: center;
}
.p_top .bnr_wrap._2 .bnr_inner .flex_list .img {
  width: 151px;
  padding: 0 10px;
}
.p_top .bnr_wrap._2 .bnr_inner .flex_list .logo {
  color: #fff;
  font-size: 33px;
  letter-spacing: .5rem;
  padding: 0 0 0 10px;
  line-height: 1.2;
}
.p_top .bnr_wrap._2 .bnr_inner .flex_list .logo.english {
  font-family: "BodoniModa Regular", sans-serif;
}
.p_top .bnr_wrap._2 .bnr_inner .flex_list .txt {
  margin: 0;
  color: #fff;
  letter-spacing: .3rem;
  font-size: 12px;
  padding: 0 0 0 14px;
}
.p_top .bnr_wrap._2 .bnr_inner .flex_list .btn_bnr {
  padding: 0 10px;
}
.p_top .bnr_wrap._2 .bnr_inner .flex_list .btn_bnr .link {
  border: solid 1px #fff;
  border-radius: 4px;
  padding: 10px 20px;
  color: #fff;
  font-family: "Urbanist", sans-serif;
  letter-spacing: .2rem;
}

.p_top .bnr_wrap._3 .bnr_inner {
  background: #a0a0a0;
}
.p_top .bnr_wrap._3 .bnr_inner .flex_list {
  display: flex;
  width: 770px;
  margin: auto;
  justify-content: space-around;
  align-items: center;
}
.p_top .bnr_wrap._3 .bnr_inner .flex_list .img {
  width: 151px;
  padding: 0 10px;
}
.p_top .bnr_wrap._3 .bnr_inner .flex_list .logo {
  color: #fff;
  font-size: 33px;
  letter-spacing: .5rem;
  padding: 0 0 0 10px;
  line-height: 1.2;
}
.p_top .bnr_wrap._3 .bnr_inner .flex_list .logo.english {
  font-family: "BodoniModa Regular", sans-serif;
}
.p_top .bnr_wrap._3 .bnr_inner .flex_list .txt {
  margin: 0;
  color: #fff;
  letter-spacing: .3rem;
  font-size: 12px;
  padding: 0 0 0 14px;
}
.p_top .bnr_wrap._3 .bnr_inner .flex_list .btn_bnr {
  padding: 0 10px;
}
.p_top .bnr_wrap._3 .bnr_inner .flex_list .btn_bnr .link {
  border: solid 1px #fff;
  border-radius: 4px;
  padding: 10px 20px;
  color: #fff;
  font-family: "Urbanist", sans-serif;
  letter-spacing: .2rem;
}

.p_top .bnr_wrap .bnr_inner {
  background: #000;
}
.p_top .bnr_wrap .bnr_inner .flex_list {
  display: flex;
  width: 770px;
  margin: auto;
  justify-content: space-around;
  align-items: center;
}
.p_top .bnr_wrap .bnr_inner .flex_list .txt {
  margin: 0;
  color: #fff;
  letter-spacing: .3rem;
  font-size: 14px;
}
.p_top .bnr_wrap .bnr_inner .flex_list .btn_bnr .link {
  border: solid 1px #fff;
  border-radius: 4px;
  padding: 10px 20px;
  color: #fff;
  font-family: "Urbanist", sans-serif;
  letter-spacing: .2rem;
}
.p_top .sc-concept {
  padding: 120px 30px 150px;
}
.p_top .sc-concept .d-flex {
  align-items: center;
}
.p_top .sc-concept .d-flex .l-col {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.p_top .sc-concept .d-flex .l-col .sub-ttl {
  margin-bottom: 30px;
  display: inline-block;
}
.p_top .sc-concept .d-flex .l-col .txt {
  margin-top: -5px;
  font-size: 15px;
  line-height: calc(28/15);
  padding-bottom: 38px;
  letter-spacing: 0.025em;
}
.p_top .sc-concept .concept-content .box-right {
  padding-left: 160px;
}
.p_top .sc-competition {
  padding: 166px 30px 174px;
}
.p_top .sc-competition .d-flex {
  align-items: center;
}
.p_top .sc-competition .d-flex .l-col {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.p_top .sc-competition .d-flex .l-col .sub-ttl {
  margin-bottom: 30px;
  display: inline-block;
}
.p_top .sc-competition .d-flex .l-col .txt {
  margin-top: -5px;
  font-size: 15px;
  line-height: calc(28/15);
  padding-bottom: 38px;
  letter-spacing: 0.025em;
}
.p_top .sc-competition .concept-content .box-left {
  padding-right: 160px;
}
.p_top .sc-competition .concept-content .box-right .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../img/top/bg_com.png) center center no-repeat;
  background-size: cover;
  padding: 38px 38px 50px;
}
.p_top .sc-competition .concept-content .box-right .item .com-ttl {
  font-size: 21px;
  line-height: calc(37/21);
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
  color: #fff;
}
.p_top .sc-competition .concept-content .box-right .item .com-txt {
  font-size: 18px;
  line-height: calc(32/18);
  font-weight: 300;
  color: #fff;
}
.p_top .sc-competition .concept-content .box-right .item .item-right .btn {
  color: #fff;
}
.p_top .sc-competition .concept-content .box-right .item + .item {
  margin-top: 30px;
}
.p_top .sc-competition .concept-content .box-right .item:nth-child(2) {
  background: url(../img/top/bg_order.png) center center no-repeat;
  background-size: cover;
}
.p_top .sc-competition .concept-content .box-right .item:last-child {
  background: url(../img/top/bg_quality.png) center center no-repeat;
  background-size: cover;
}
.p_top .sc-gallery {
  position: relative;
  padding: 200px 30px 170px;
}
.p_top .sc-gallery .fit-image-cover {
  height: 500px;
  object-fit: cover;
  width: 100%;
}
.p_top .sc-gallery .sub-ttl {
  margin-bottom: 35px;
  display: inline-block;
}
.p_top .sc-showroom {
  padding: 65px 0 70px;
  background-color: #2B2B2E;
  color: #fff;
}
.p_top .sc-showroom .showroom-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p_top .sc-showroom .showroom-top .sr-top-left {
  flex: 1;
}
.p_top .sc-showroom .showroom-top .sr-top-left .sub-ttl {
  color: #fff;
  font-size: 18px;
  line-height: calc(32/18);
  font-weight: 500;
}
.p_top .sc-showroom .showroom-top .sr-top-right {
  flex: 1;
  padding-left: 25px;
  border-left: 0.4rem solid #6B6967;
}
.p_top .sc-showroom .showroom-top .sr-top-right .txt {
  font-size: 15px;
  line-height: calc(30/15);
  font-weight: 300;
}
.p_top .sc-showroom #modelhouse-nav {
  margin-top: 35px;
  padding: 0;
}
.p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top {
  position: relative;
  width: 33.333%;
}
.p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top:nth-child(1) .modalhouse-link {
  background: url(../img/competition/competition_04.jpg) no-repeat;
  background-size: cover;
}
.p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top:nth-child(2) .modalhouse-link {
  background: url(../img/competition/competition_05.jpg) no-repeat;
  background-size: cover;
}
.p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top:nth-child(3) .modalhouse-link {
  background: url(../img/competition/competition_06.jpg) no-repeat;
  background-size: cover;
}
.p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top .modalhouse-link {
  padding: 0 60px 20px 60px;
  align-items: center;
  position: relative;
  height: 380px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top .modalhouse-link .h3_style {
  font-size: 21px;
  line-height: calc(26/21);
  font-weight: 300;
  font-family: "Urbanist", sans-serif;
  padding-bottom: 0;
}
.p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top .modalhouse-link .txt {
  font-size: 14px;
  line-height: calc(26/14);
  font-weight: 300;
  font-family: "Urbanist", sans-serif;
}
.p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top .modalhouse-box {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top .modalhouse-box .ttl {
  font-size: 21px;
  line-height: calc(32/21);
  font-weight: 500;
  margin-top: 30px;
}
.p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top .modalhouse-box .txt {
  font-size: 13px;
  line-height: calc(24/13);
  font-weight: 300;
  text-align: center;
}
.p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top .modalhouse-box .btn {
  color: #fff;
}
.p_top .sc-news-info {
  padding: 170px 30px 160px;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p_top .sc-news-info .tab_ttl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.p_top .sc-news-info .tab_ttl li {
  flex: 1;
  font-size: 13px;
  line-height: calc(18/13);
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #A8A194;
  padding-left: 40px;
  padding-right: 20px;
}
.p_top .sc-news-info .tab_ttl li a {
  color: #fff;
}
.p_top .sc-news-info .tab_ttl li:last-child {
  background-color: #6B6967;
}
.p_top .sc-news-info .tab_ttl li .tab_link {
  font-size: 24px;
  line-height: calc(50/24);
  font-weight: 300;
}
.p_top .sc-news-info article {
  padding-bottom: 50px;
  border-bottom: 1px solid #666666;
}
.p_top .sc-news-info .tab_content {
  height: 245px;
  overflow-y: scroll;
}
.p_top .sc-news-info .tab_content::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.p_top .sc-news-info .tab_content::-webkit-scrollbar-thumb {
  background-color: #989898;
}
.p_top .sc-news-info .tab_content .area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  color: #2B2B2E;
}
.p_top .sc-news-info .tab_content .area li {
  display: flex;
  align-items: center;
  gap: 40px;
}
.p_top .sc-news-info .tab_content .area li + li {
  margin-top: 20px;
}
.p_top .sc-news-info .tab_content .area.is-active {
  display: block;
  /*表示*/
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.p_top .sc-news-info .tab_content .area .label {
  font-size: 12px;
  line-height: calc(24/12);
  font-weight: 300;
  font-family: "Urbanist", sans-serif;
  color: #fff;
  min-width: 140px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.p_top .sc-news-info .tab_content .area .label.news {
  background-color: #A8A194;
}
.p_top .sc-news-info .tab_content .area .label.infomation {
  background-color: #6B6967;
}
.p_top .sc-news-info .tab_content .area time {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  line-height: calc(24/16);
  font-weight: 300;
  white-space: nowrap;
}
.p_top .sc-news-info .tab_content .area .tb_ttl {
  font-size: 16px;
  line-height: calc(24/16);
  font-weight: 300;
  color: #000;
}
@media screen and (min-width: 969px) {
  .p_top .sc-slider {
    height: calc(100vh - 120px);
    margin-top: 120px;
  }
  .p_top .sc-slider #catch-copy {
    height: calc(100vh - 180px);
  }
  .p_top .sc-slider .slick-slide img {
    height: calc(100vh - 180px);
    width: 100vw;
    object-fit: cover;
  }
  .p_top .sc-showroom .showroom-top {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 969px) and (max-width: 1200px) {
  .p_top .sc-slider #catch-copy {
    width: 50%;
  }
  .p_top .sc-competition .concept-content .box-left {
    padding-right: 60px;
  }
  .p_top .sc-concept .concept-content .box-right {
    padding-left: 60px;
  }
  .p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top .modalhouse-box .ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 968px) {
  .p_top .sc-slider {
    margin-top: 0;
  }
  .p_top .sc-slider #catch-copy {
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
  .p_top .sc-slider #catch-copy .serif {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 13rem 7rem 10rem;
  }
  .p_top .sc-slider #catch-copy .serif .english {
    font-size: 5.1rem;
    line-height: 1;
    font-weight: 300;
    text-align: center;
  }
  .p_top .sc-slider #catch-copy .serif .catch-txt {
    font-size: 2.6rem;
    line-height: calc(34/26);
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .p_top .sc-slider #catch-copy .serif .catch-time {
    font-size: 2.7rem;
    line-height: calc(47/27);
    font-weight: 300;
    white-space: nowrap;
  }
  .p_top .sc-slider #catch-copy .serif .catch-time .catch-tl {
    width: 5.8rem;
    height: 0.3rem;
  }
  .p_top .sc-slider #catch-copy .serif .catch-time .catch-ct {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .p_top .sc-slider .slick-dots {
    display: none !important;
  }
  .p_top .sc-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .p_top .sc-concept {
    padding: 9rem 2rem;
  }
  .p_top .sc-concept .concept-content .box-left {
    display: none;
  }
  .p_top .sc-concept .concept-content .box-right {
    padding-left: 0;
  }
  .p_top .sc-concept .d-flex .l-col {
    width: 100%;
    padding-top: 0;
    margin-top: 0;
  }
  .p_top .sc-concept .d-flex .l-col .sub-ttl {
    margin-bottom: 4.2rem;
    display: inline-block;
  }
  .p_top .sc-concept .d-flex .l-col .box {
    width: 100%;
    padding: 0;
  }
  .p_top .sc-concept .d-flex .l-col .txt {
    margin-top: 0;
    font-size: 2.6rem;
    padding: 0;
    line-height: calc(40/26);
    padding-bottom: 0;
    letter-spacing: 0.025em;
  }
  .p_top .sc-concept .d-flex .l-col .txt + .txt {
    padding-top: 5.6rem;
  }
  .p_top .sc-competition {
    padding: 6rem 2rem 5.6rem;
    background-color: #E3E0DD;
  }
  .p_top .sc-competition .d-flex {
    align-items: center;
    flex-direction: column;
  }
  .p_top .sc-competition .d-flex .l-col {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .p_top .sc-competition .d-flex .l-col .sub-ttl {
    margin-bottom: 3.5rem;
    display: inline-block;
  }
  .p_top .sc-competition .d-flex .l-col .txt {
    margin-top: 0;
    font-size: 2.6rem;
    line-height: calc(40/26);
    padding-bottom: 5.6rem;
    letter-spacing: 0.025em;
  }
  .p_top .sc-competition .concept-content .box-left {
    padding-right: 0;
  }
  .p_top .sc-competition .concept-content .box-right .item {
    padding: 4rem 4.8rem 5rem 4rem;
    justify-content: center;
    text-align: center;
    position: relative;
  }
  .p_top .sc-competition .concept-content .box-right .item .com-ttl {
    font-size: 2.8rem;
    line-height: calc(49/28);
    font-weight: 400;
  }
  .p_top .sc-competition .concept-content .box-right .item .com-txt {
    font-size: 2.4rem;
    line-height: calc(34/24);
    font-weight: 300;
  }
  .p_top .sc-competition .concept-content .box-right .item + .item {
    margin-top: 3.5rem;
  }
  .p_top .sc-competition .concept-content .box-right .item .btn-wrapper .btn {
    max-width: 23rem;
    min-width: 23rem;
  }
  .p_top .sc-competition .concept-content .box-right .item .item-right .btn-arr {
    position: absolute;
    right: 4.2rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .p_top .sc-competition .concept-content .box-right .item .item-right .btn-arr img {
    width: 1.9rem;
  }
  .p_top .sc-img {
    display: none;
  }
  .p_top .sc-gallery {
    position: relative;
    padding: 8rem 2rem;
  }
  .p_top .sc-gallery .fit-image-cover {
    height: 83.6rem;
    object-fit: cover;
  }
  .p_top .sc-gallery .sub-ttl {
    margin-bottom: 4.2rem;
    display: inline-block;
  }
  .p_top .sc-showroom {
    padding: 8rem;
  }
  .p_top .sc-showroom .showroom-top {
    display: none;
  }
  .p_top .sc-showroom #modelhouse-nav {
    margin-top: 0;
  }
  .p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top {
    position: relative;
    width: 100%;
  }
  .p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top + .modelhouse-items-top {
    margin-top: 6rem;
  }
  .p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top:nth-child(1) .modalhouse-link {
    background: url(../img/competition/competition_04.jpg) no-repeat;
    background-size: cover;
  }
  .p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top:nth-child(2) .modalhouse-link {
    background: url(../img/competition/competition_05.jpg) no-repeat;
    background-size: cover;
  }
  .p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top:nth-child(3) .modalhouse-link {
    background: url(../img/competition/competition_06.jpg) no-repeat;
    background-size: cover;
  }
  .p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top .modalhouse-link {
    padding: 0 3rem;
    height: 35rem;
  }
  .p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top .modalhouse-link .h3_style {
    font-size: 3.6rem;
    line-height: calc(42/36);
    font-weight: 300;
    padding-bottom: 0;
  }
  .p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top .modalhouse-link .txt {
    font-size: 2.4rem;
    line-height: calc(42/24);
    font-weight: 300;
    margin-bottom: 1.5rem;
  }
  .p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top .modalhouse-box {
    text-align: center;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top .modalhouse-box .ttl {
    font-size: 3.2rem;
    line-height: calc(64/32);
    font-weight: 500;
    margin-top: 3.5rem;
    margin-bottom: 1.2rem;
  }
  .p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top .modalhouse-box .txt {
    font-size: 2.6rem;
    line-height: calc(36/26);
    font-weight: 300;
  }
  .p_top .sc-showroom #modelhouse-nav .modelhouse-list .modelhouse-items-top .modalhouse-box .btn {
    max-width: 32rem;
    min-width: 32rem;
    background-color: #988575;
    color: #fff;
    border: 1px solid #988575;
    font-size: 2.2rem;
    margin-top: 3rem;
  }
  .p_top .sc-showroom-sp {
    padding: 0 2rem 4rem;
  }
  .p_top .sc-showroom-sp .sub-ttl {
    margin-bottom: 3.5rem;
    display: inline-block;
  }
  .p_top .sc-showroom-sp .txt {
    font-size: 2.6rem;
    line-height: calc(40/26);
    letter-spacing: 0.025em;
  }
  .p_top .sc-news-info {
    padding: 6rem 0 0;
  }
  .p_top .sc-news-info .tab_ttl {
    margin-right: 4rem;
    margin-bottom: 4rem;
  }
  .p_top .sc-news-info .tab_ttl li {
    background-color: #A8A194;
    padding: 0 6rem;
  }
  .p_top .sc-news-info .tab_ttl li.li-news {
    background-color: #A8A194;
  }
  .p_top .sc-news-info .tab_ttl li .tab_link_sp {
    font-size: 3.6rem;
    line-height: calc(80/36);
    font-weight: 400;
  }
  .p_top .sc-news-info .tab_content {
    height: auto;
    overflow-y: unset;
    padding-left: 7rem;
    padding-right: 6.5rem;
  }
  .p_top .sc-news-info .tab_content .area {
    margin-bottom: 4rem;
  }
  .p_top .sc-news-info .tab_content .area li {
    gap: 3rem;
    align-items: flex-start;
  }
  .p_top .sc-news-info .tab_content .area li + li {
    margin-top: 4rem;
  }
  .p_top .sc-news-info .tab_content .area time {
    font-size: 2rem;
    line-height: calc(32/20);
    font-weight: 300;
  }
  .p_top .sc-news-info .tab_content .area .tb_ttl {
    font-size: 2.4rem;
    line-height: calc(36/24);
    font-weight: 300;
  }
  .p_top .sc-news-info .tab_content .btn-wrapper {
    margin-bottom: 7rem;
  }
  .p_top .sc-news-info .tab_content .btn-wrapper .btn {
    max-width: 32rem;
    min-width: 32rem;
    font-size: 2.2rem;
  }
  .p_top .sc-news-info article {
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
  }
  .p_top .sc-news-info article .box:last-child .btn-wrapper {
    margin-bottom: 0;
  }
  .p_top .sc-news-info .box-news-sp .tab_content .btn-wrapper .btn-bg {
    background-color: #A8A194;
    border-color: #A8A194;
  }
  .p_top .sc-news-info .box-info-sp .tab_content .btn-wrapper .btn-bg {
    background-color: #6B6967;
    border-color: #6B6967;
  }
}

.sc-video-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 120px 30px 100px;
}

.sc-video-title-part {
  margin-bottom: 30px;
}

.sc-video-video-part {
  margin-bottom: 30px;
}

.sc-video-button-part {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.sc-video-link-button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 20px 30px;
  color: #fff;
  min-width: 300px;
}

.sc-video-cv-sub{
    font-size: 12px;
    line-height: calc(11/9);
    font-weight: 300;
    color: #fff;
    text-align: left;
}

.sc-video-cv-txt{
  font-size: 16px;
  line-height: calc(16.8/14);
  font-weight: 300;
  color: #fff;
  text-align: left;
}

.sc-video-link-button img{
  width:25px;
  margin-right: 15px;
}

.sc-video-icon {
  font-size: 24px;
  margin-bottom: 5px;
}

.sc-video-request-button{
  background-color: #6B6967;
}

.sc-video-appointment-button{
  background-color: #A8A194;
}

.sc-video-showroom-button{
  background-color: #2B2B2E;
}

@media screen and (max-width: 969px) {
	.sc-video-button-part {
    display: grid;
	}
	.sc-video-video-part video{
  		width: 400px;
		margin: 3rem;
}
}

.sc-video-video-part{
	display:flex;
}

.sc-video-video-part video{
	margin: 1rem;
/* 	height: 300px; */
    object-fit: cover;
}

@media screen and (max-width: 969px) {
	.sc-video-video-part{
	display:block;
}
	.sc-video-button-part {
    display: grid;
	}
	.sc-video-video-part video{
/* width: 400px;
    height: 400px; */
    object-fit: cover;
}
}

.movie-title{
	font-family: "BodoniModa Regular", sans-serif;
	    font-size: 2.5rem;
    margin: 1rem;
}
.movie-title span{
	display:block;
	    margin: 1.5rem;
    font-size: 4rem;
}

.sc-video-title-part img{
	width:150px;
}

@media screen and (max-width: 969px) {
.movie-title{
	font-size: 4rem;
}
.movie-title span{
    font-size: 7rem;
}
}

/*# sourceMappingURL=top.css.map */
