@charset "utf-8";

/* ====================================================================

  Kodate Top SP Style - Modified 202504

==================================================================== */

/*
  Main
==================================================================== */

/* トピックス
----------------------------- */
#dmp { padding: 0; }
#dmp > .inner { padding: 0 calc(40 / 750 * 100%) }
.bnr_dmp dl dt { font-size: calc(24 / 750 * 100vw); }

/* Slick Slider */
.dmp-slider .slick-slide {
  width: calc(670 / 750 * 100vw);
  margin: 0 calc(20 / 750 * 100vw) 0 0;
}

/*
  Swiper Slider - Add 202504
---------------------------------------------------------- */
.topics-unit .inner { width: 100%; }
.swiper-slide.topics-bnr { width: auto; }
.swiper-slide.topics-bnr:not(.swiper-slide-visible) a { opacity: 1; }
.swiper-button-prev {
  left: calc(40 / 750 * 100%);
  transform: scale(.85);
  transform-origin: left top;
}
.swiper-button-next {
  right: calc(40 / 750 * 100%);
  transform: scale(.85);
  transform-origin: right top;
}

/* Introduction
----------------------------- */
#intro {
  padding: 0 0 calc(120 / 750 * 100%);
  margin: 0;
}

/* Shin Design */
#intro::before {
  top: 3.5%;
  padding: 0 0 calc(841 / 750 * 100%);
  background-image: url(../images/start-here/start-here_bg_top_sp.png);
}
#intro::after {
  padding: 0 0 calc(993 / 750 * 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(221,221,221,1) 40%,rgba(221,221,221,1) 50%,rgba(221,221,221,1) 60%,rgba(255,255,255,0) 100%);
}

/* 住まいづくりはこれから始まる */
.shin-design .inner { width: calc(670 / 750 * 100%); }
.shin-design .inner > p {
  font-size: calc((24 * 1.111111) / 750 * 100vw);
  margin: calc(100 / 750 * 100%) auto;
}
.shin-design h3.pc + div {
  width: 100%;
  margin: 0 0 calc(60 / 750 * 100%);
  padding: 0;
}
.shin-design h3.pc + div h3 {
  font-size: calc(48 / 750 * 100vw) !important;
  text-align: center;
  margin: 0 !important;
  line-height: calc(60 / 48);
}

.sd-unit {
  display: block;
  margin: calc(60 / 750 * 100%) 0 0;
}
.sd-item-wrap:first-of-type { margin: 0 0 calc(100 / 750 * 100%); }
.sd-item-wrap h4 {
  font-size: calc(48 / 750 * 100vw);
  margin: 0 0 calc(20 / 750 * 100%);
}
.sd-item { margin: 0; }
.sd-item dl {
  text-align: center;
  margin: 20px 0 0;
}
.sd-item dl dt {
  font-size: calc(48 / 750 * 100vw);
  color: #333;
  line-height: 1.3;
  white-space: nowrap;
  text-shadow: none;
}
.sd-item dl dd {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(30 / 24);
  text-align: left;
}

/* サステナブル＆レジリエンス */
.sd-sub-unit { display: block; }
.sd-sub-item { margin: 0 0 calc(100 / 750 * 100%); }
.sd-sub-item h4 {
  font-size: calc(48 / 750 * 100vw);
  margin: 0 0 calc(20 / 750 * 100%);
}
.sd-sub-item > p {
  font-size: calc(24 / 750 * 100vw);
  margin: 0 0 calc(30 / 750 * 100%);
}
.sd-sub-item > div figure figcaption {
  font-size: calc(24 / 750 * 100vw);
  margin: calc(15 / 750 * 100%) 0 0;
}

/* =========================================================
   SP追加調整
========================================================= */

/* 暮らしに新しい価値を。 */
.shin-design h3.sp{
  font-size: calc(72 / 750 * 100vw) !important;
  line-height: 1.55 !important;
  letter-spacing: .08em;
  text-align: center;
  margin: 0 auto calc(40 / 750 * 100%) !important;
}

/* 商品ラインアップボタン */
div.lineup_link{
  position: static;
  width: calc(670 / 750 * 100%);
  margin: calc(60 / 750 * 100%) auto 0;
  background: none !important;
  transform: none;
}

div.lineup_link a{
        width: calc(100% - (5.33333335% * 2));
        display: block !important;
        margin: calc(60 / 750 * 100%) auto 0;
        background-color: #ffffff;
        border: solid 1px #e0e0e0;
        font-size: calc(30 / 750 * 100vw);
        height: auto;
        line-height: initial;
		padding: 1em 0;
	}
/* Contact */
#contact{
  padding: 0 0 calc(70 / 750 * 100vw);
  margin: 0 0 calc(100 / 750 * 100vw);
  overflow: hidden;
}

#contact .contact_area{
  width: calc(670 / 750 * 100%);
  margin: 0 auto;
}

#contact .contact_ttl{
  display: block;
  margin: 0 0 calc(35 / 750 * 100vw);
}

#contact .contact_ttl h2{
  font-size: calc(72 / 750 * 100vw);
  font-weight: 300;
  color: #aaa;
  line-height: 1;
  margin: 0 0 calc(25 / 750 * 100vw);
}

#contact .contact_ttl p{
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.8;
  color: #111;
  margin: 0;
}

#contact ul{
  display: block;
  margin: 0;
  padding: 0;
}

#contact li{
  list-style: none;
  margin: 0 0 calc(60 / 750 * 100vw);
}

#contact li:last-child{
  margin-bottom: 0;
}

#contact li a{
  display: block;
  background: #fff;
  text-decoration: none;
}

#contact .contact_box{
  display: flex;
  align-items: center;
  padding: calc(16 / 750 * 100vw);
}

#contact .contact_img{
  width: 52%;
  flex-shrink: 0;
}

#contact .contact_img img{
  display: block;
  width: 100%;
  height: auto;
}

#contact .contact_txt{
  width: 48%;
  padding: 0 calc(24 / 750 * 100vw);
  box-sizing: border-box;
}

#contact .contact_txt h3{
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.5;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin: 0;
}

#contact li > p{
  font-size: calc(22 / 750 * 100vw);
  line-height: 1.7;
  color: #111;
  margin: calc(18 / 750 * 100vw) 0 0;
}
.intro_lead{display: none;}
.sd-explanation{
  display: block;
}
#example{
        padding: 0 0 calc(345 / 750 * 100%);
        margin: 0 0 calc(25 / 750 * 100%);
      }
#example figure.sp {
    position: absolute;
    right: -4%;
    bottom: -6.5%;
    width: 100%;
    height: auto;
    transform: scale(0.6);
    transform-origin: center right;
}