.content-wrapper {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
.content-wrapper section {
  margin: 3rem 0;
}

.content-inner {
  max-width: 1100px;
  margin: auto;
}

.button {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: auto;
  color: #fff;
  font-size: clamp(1rem, 0.559rem + 1.88vw, 1.5rem);
  margin: 3rem auto;
  height: clamp(3.625rem, 2.963rem + 2.82vw, 4.375rem);
  border-radius: 33px;
  box-shadow: 0 5px 0 #830000;
  position: relative;
}
.button::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}
.button a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
.button.btn_r {
  background-color: #cc0000;
}
.button.btn_r small {
  	margin: 0;
	font-size:70%;
	margin-bottom: 0.35em;
}

.button.btn_o {
  background-color: #f13939;
}

.main-visual {
  margin-top: 61px;
  position: relative;
  background-image: url(../image/bg.jpg);
  background-size: cover;
  background-position: center;
  min-height: 450px;
}
.main-visual .main-txt {
  position: absolute;
  width: 80%;
  max-width: 800px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-visual .main-txt img {
  display: block;
  width: 100%;
}
.main-visual .main-mark {
  position: absolute;
  top: 30px;
  right: 30px;
  max-width: 146px;
}
.main-visual .main-mark img {
  display: block;
  width: 100%;
}

.sub-visual {
  background-color: #F4F2EA;
  padding: 1.5rem 0;
}

.slide {
  will-change: transform;
}
.slide img {
  width: 100%;
  height: auto;
  display: block;
}
.slide .slick-slide {
  margin: 0 10px;
}

.sub-middle {
  position: relative;
}
.sub-middle::before {
  position: absolute;
  left: 3rem;
  top: 50%;
  content: "";
  background-image: url(../image/gallery.png);
  width: 430px;
  height: 113px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.sub-middle .inner {
  padding: 3rem 0;
  position: relative;
  max-width: 1100px;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 1;
}
.sub-middle .inner p {
  text-align: center;
}
.sub-middle .inner p.txt_s {
  font-size: 12px;
  margin-top: 1rem;
}
.sub-middle .inner p.txt_m, .sub-middle .inner p.txt_l {
  font-weight: bold;
}
.sub-middle .inner p.txt_m {
  font-size: clamp(1.363rem, 0.353rem + 4.03vw, 3.125rem);
}
.sub-middle .inner p.txt_l {
  font-size: clamp(1.75rem, 0.716rem + 4.41vw, 3.75rem);
}
.sub-middle .inner p strong {
  font-size: clamp(3.375rem, 2.117rem + 4.19vw, 5rem);
  color: #8F2A28;
}

section.sc_01 h2 {
  font-size: clamp(1.25rem, 0.733rem + 2.21vw, 2.25rem);
  text-align: center;
  letter-spacing: 2px;
  color: #41210f;
  margin: 4rem 0;
  line-height: 1.5;
}
section.sc_03 {
  background-color: #f4f1e7;
  position: relative;
  padding-top: 104px;
}
section.sc_03 h2.sc03-heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.125rem, 0.608rem + 2.21vw, 2.125rem);
  color: #fff;
  background-color: #b57952;
  text-align: center;
  line-height: 1.5;
}

.kura-voice {
  display: flex;
  margin-bottom: 1.5rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.kura-voice > .kura-item img {
  width: 100%;
  display: block;
}

.kura-illust {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
.kura-illust figure img {
  display: block;
  width: 100%;
}

.kura-floorplan {
  margin-bottom: 4rem;
}
.kura-floorplan figure {
  width: 85%;
  padding-left: 30px;
}
.kura-floorplan figure img {
  display: block;
  width: 100%;
}

/* section 02 */
.h_bg {
  min-height: clamp(120px, 4.138rem + 30.34vw, 400px);
  background-image: url(../image/bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-items: center;
  align-items: center;
  margin-bottom: 3rem;
}
.h_bg h2 {
  color: #fff;
  font-size: clamp(1.125rem, 0.091rem + 4.41vw, 3.125rem);
  letter-spacing: 5px;
  text-shadow: 0 0 12px #000;
}

.series_wrapper {
  display: grid;
  grid-template-columns: 1fr 40% 1fr;
  gap: 1rem;
}
.series_wrapper figure img {
  display: block;
  width: 100%;
}

/* section 03 */
.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  align-items: stretch;
  padding-bottom: 3rem;
}
.col2 .col2-item {
  width: 100%;
}
.col2 .col2-item figure img {
  display: block;
  width: 100%;
}
.col2 .col2-item .button {
  display: block;
  margin: 0;
}

/* section 04 */
.txt-btm {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

@media (min-width: 801px) and (max-width: 1024px) {
  .kura-voice,
  .kura-illust {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .br_sp {
    display: none;
  }
}
@media (max-width: 1024px) {
  .main-visual .main-mark {
    max-width: 100px;
    right: 20px;
    top: 20px;
  }
  .content-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 800px) {
  .main-visual {
    min-height: 360px;
  }
  .main-visual .main-mark {
    max-width: 90px;
    right: 16px;
    top: 20px;
  }
  .sub-middle::before {
    left: 1.5rem;
    bottom: 0;
    background-image: url(../image/gallery.png);
    width: 300px;
    height: 80px;
  }
  .sub-middle .inner {
    padding: 1.5rem 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sub-middle .inner p.txt_m {
    margin-bottom: 1rem;
  }
  section.sc_01 h2 {
    margin: 2rem 0;
    letter-spacing: 0;
  }
  .kura-voice {
    display: block;
  }
  .kura-voice .slick-slide img {
    width: 100%;
  }
  .kura-voice .slick-prev,
  .kura-voice .slick-next {
    z-index: 10;
    top: 30%;
    transform: translateY(-30%);
  }
  .kura-voice .slick-prev::before,
  .kura-voice .slick-next::before {
    font-size: 30px;
    text-shadow: 0 0 6px #999;
  }
  .kura-voice .slick-prev {
    left: 20px;
  }
  .kura-voice .slick-next {
    right: 20px;
  }
  .kura-item {
    width: 100%;
  }
  .kura-floorplan {
    margin-bottom: 4rem;
  }
  .kura-floorplan figure {
    width: 100%;
    padding-left: 0;
  }
  .series_wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "center center" "left right";
    gap: 2rem 1rem;
  }
  .series_wrapper .series-img:first-child {
    grid-area: left;
  }
  .series_wrapper .series-img:last-child {
    grid-area: right;
  }
  .series_wrapper .series-center {
    grid-area: center;
  }
  section.sc_03 h2.sc03-heading {
    height: auto;
    padding: 18px 0;
  }
  .col2 {
    grid-template-columns: 1fr;
  }
  .col2 .col2-item:nth-child(3) .button {
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  .main-visual .main-txt {
    width: 100%;
    top: 55%;
  }
}