/*=============================================
 * <parallax responsive>
 *=============================================*/
.bg-parallax {
  position: relative;
  z-index: 0;
}
.bg-parallax .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.bg-parallax .img-parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bg-parallax .img-parallax img {
    height: auto !important;
    -o-object-fit: unset;
       object-fit: unset;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}

/*=============================================
 * <image object-fit responsive>
 *=============================================*/
.img-ob {
  position: relative;
}
.img-ob img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.fw-r {
  font-weight: 400 !important;
}

.price {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.price small {
  font-size: 20px;
}

.fs32 {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.fs23 {
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.fs30 {
  font-size: 30px;
}

.fs24 {
  font-size: 24px;
}

#key {
  background: url("../img/keiji_matusumoto/key.jpg") center top no-repeat;
  background-size: cover;
  height: 900px;
}

#key::after {
  bottom: 0;
  background-image: url("../img/keiji_matusumoto/line.jpg");
  height: 10px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.24);
}

#key .tt {
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}

#key .tt span {
  font-size: 30px;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

.nav-target img {
  max-width: 100%;
  height: auto;
}
.nav-target .wrap {
  max-width: calc(100% - 60px);
}

.fw-sm {
  font-weight: 600 !important;
}

.fs36 {
  font-size: 36px;
}

#sec1 {
  background: url("../img/keiji_matusumoto/s1_deco.png") no-repeat top center;
  padding: 103px 0 115px;
}
#sec1 .wrap {
  width: 1164px;
}
#sec1 .row {
  display: flex;
  gap: 64px;
}
#sec1 .row h2 {
  margin: 95px 0 0;
}
#sec1 .txt {
  text-align: center;
  margin: 35px 0 36px;
}
#sec1 .group-btn {
  display: flex;
  justify-content: center;
  gap: 29px;
}

#sec2 {
  position: relative;
}
#sec2 h2 {
  position: absolute;
  z-index: 2;
  font-weight: 600;
  text-align: right;
  font-size: 40px;
  line-height: 1.6;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1253px;
  max-width: calc(100% - 60px);
  bottom: 140px;
  color: #fff;
  text-shadow: 0 0 10px #000;
  letter-spacing: 0;
}

#sec2 .bg-parallax {
  height: 760px;
  background-size: cover;
}

#sec2 .list {
  position: absolute;
  top: -64px;
  right: calc(50% + 108px);
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  #sec2 .list {
    right: auto;
    left: 30px;
  }
}
#sec2 .list ul {
  display: flex;
  gap: 12px;
}

#sec2 .list ul li {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
  height: 258px;
}

#sec2 .list ul li span {
  display: block;
  font-size: 30px;
  width: 60px;
  line-height: 58px;
  border: 1px solid #940000;
  background: #fff;
  padding-top: 50px;
  position: relative;
  transition: all 0.4s ease;
  box-sizing: border-box;
}

#sec2 .list ul li span::before {
  content: "";
  background: url(../img/keiji_suwa/scene_deco.png) no-repeat;
  width: 31px;
  height: 26px;
  position: absolute;
  top: 4px;
  left: 14px;
}

.btn-link {
  width: 440px;
  max-width: 100%;
}
.btn-link a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  padding: 32px 0;
  background: url("../img/keiji_matusumoto/arrow.jpg") no-repeat center right 23px, url("../img/shared/bg02.jpg");
}
@media (hover: hover) {
  .btn-link a:hover {
    opacity: 0.8;
  }
}

#sec3 {
  padding: 106px 0 107px;
}
#sec3 .wrap {
  width: 1440px;
}
#sec3 .row {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 52px;
}
#sec3 .row .left {
  width: 412px;
  margin: 51px 0 0;
}
#sec3 .row .left .box {
  position: relative;
  background: rgba(255, 250, 240, 0.4);
  border: 4px solid rgba(148, 0, 0, 0.4);
  padding: 60px 0 85px;
  text-align: center;
}
#sec3 .row .left .box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: url("../img/keiji_matusumoto/s3_icon.png") no-repeat top center;
  height: 39px;
  top: -15px;
}
#sec3 .row .left .box h3 {
  line-height: 1.5;
}
#sec3 .row .left .box dl {
  width: 221px;
  margin: 17px auto 0;
  border-top: 1px solid #b8b7b6;
  border-bottom: 1px solid #b8b7b6;
  padding: 12px 0 13px;
  line-height: 1.5;
}
#sec3 .row .left .box dl dd {
  margin: 10px 0 0;
}
#sec3 .row .left .box ul {
  display: flex;
  text-align: left;
  justify-content: center;
  gap: 26px;
  font-size: 18px;
  line-height: 40px;
  margin: 39px 0 0;
  letter-spacing: 0;
}
#sec3 .row .left .sub-txt {
  margin: 41px 0 0 65px;
  font-size: 14px;
  line-height: 36px;
}
#sec3 .row .right {
  width: 920px;
  max-width: calc(100% - 464px);
}
#sec3 .row .right .s3-slider .img {
  height: 636px;
}
#sec3 .row .right .s3-thumb {
  margin: 19px 0 0;
  display: flex;
  justify-content: center;
  gap: 14px;
}
#sec3 .row .right .s3-thumb .thumb {
  width: 215px;
  max-width: calc((100% - 42px) / 4);
  height: 151px;
  position: relative;
  cursor: pointer;
}
#sec3 .row .right .s3-thumb .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.56;
  transition: all 0.5s;
  background: #fff;
  z-index: 1;
}
#sec3 .row .right .s3-thumb .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 4px solid #be382a;
  opacity: 0;
  transition: all 0.5s;
}
@media (hover: hover) {
  #sec3 .row .right .s3-thumb .thumb:hover {
    opacity: 0.8;
  }
}
#sec3 .row .right .s3-thumb .thumb.active::before {
  opacity: 0;
}
#sec3 .row .right .s3-thumb .thumb.active:after {
  opacity: 1;
}
#sec3 .row2 {
  margin: 57px auto 0;
  max-width: calc(100% - 60px);
  width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sec3 .row2 .txt {
  width: 527px;
  line-height: 2.25;
  text-align: justify;
  letter-spacing: 0;
}

.fs40 {
  font-size: 40px;
}

.line2 {
  height: 12px;
  background: url("../img/keiji_matusumoto/line2.jpg");
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

#sec4 {
  background: url("../img/keiji_matusumoto/s4_deco.png") no-repeat top center, url("../img/keiji_matusumoto/s4_deco2.png") no-repeat bottom center, url(../img/shared/bg03.jpg);
  padding: 110px 0 120px;
  text-align: center;
}
#sec4 h2 {
  line-height: 1.5;
  margin: 0 0 20px;
}
#sec4 .txt {
  line-height: 2.25;
}
#sec4 .txt + .txt {
  margin-top: 39px;
}
#sec4 .img {
  margin: 39px 0 0;
}
#sec4 .price2 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 37px auto 0;
  line-height: 1.5;
  width: 594px;
}
#sec4 .row {
  margin: 63px auto 0;
  width: 1008px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 37px;
}
#sec4 .row .price3 {
  margin: 0 0 53px;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 400px;
}
#sec4 .row .price3 dt {
  line-height: 1.8;
  text-align: left;
}
#sec4 .row .price3 dd {
  text-align: right;
  margin: 25px 0 0;
  line-height: 1.5;
  width: 306px;
}
#sec4 .box {
  margin: 90px auto 0;
  max-width: calc(100% - 60px);
  width: 1200px;
  background: url("../img/ryouri_matsumoto/bg.png");
  padding: 55px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
#sec4 .box .img3 {
  width: 570px;
  max-width: calc(100% - 520px);
  height: 390px;
}
#sec4 .box .group-content {
  width: 458px;
  margin: 18px 0 0;
  text-align: left;
}
#sec4 .box .group-content h3 {
  line-height: 60px;
}
#sec4 .box .group-content .txt {
  line-height: 2.25;
  margin: 27px 0 0;
}

#sec5 {
  position: relative;
  z-index: 3;
}
#sec5 .set1 {
  position: relative;
  padding: 0; /* 100vh 0 0 から 0 に変更 */
  height: 100vh; /* 高さの固定 */
}

#sec5 .set1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100vh - 80px);
}
#sec5 .set1 .bg.fixed {
  position: fixed;
  top: 80px;
}
#sec5 .set1 .bg.end {
  top: auto;
  bottom: 0;
}
#sec5 .set1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.77;
  z-index: 1;
  background: #130d02;
  transition: all 0.5s;
}
#sec5 .set1 h2 {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  z-index: 2;
}
#sec5 .set1.active::before {
  opacity: 0.77;
}
#sec5 .row {
  max-width: calc(100% - 60px);
  width: 1000px;
  margin: 45px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sec5 .row .txt {
  width: 479px;
  letter-spacing: 0;
  line-height: 2.25;
  margin: 0 0 32px;
}

#sec6 {
  padding: 0 0 100px;
  position: relative;
  margin: 74px 0 0;
}
#sec6 .deco {
  position: absolute;
  width: 834px;
  top: -249px;
  left: calc(50% + 132px);
}
#sec6 .row {
  display: flex;
  align-items: flex-start;
  position: relative;
}
#sec6 .row .s6-slider {
  width: calc(50% + 35px);
  max-width: calc(100% - 595px);
}
#sec6 .row .s6-slider .img {
  height: 556px;
}
#sec6 .row .group-content {
  width: 460px;
  margin: 57px 0 0 103px;
}
#sec6 .row .group-content h3 {
  line-height: 1.5;
}
#sec6 .row .group-content .txt {
  letter-spacing: 0;
  margin: 29px 0 38px;
  line-height: 2.25;
}
#sec6 .row .group-content ul {
  font-size: 26px;
  line-height: 1.6;
  background: rgba(255, 250, 240, 0.4);
  padding: 21px 0 24px 48px;
}
#sec6 .bnr {
  margin: 63px 0 0;
  text-align: center;
}

.slick-dots {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 30px 0 0;
  gap: 20px;
  width: 100%;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 0;
  outline: 0;
  font-size: 0;
  line-height: 0;
  position: relative;
  background: #d8c093;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: url("../img/shared/bg02.jpg");
}
@media (hover: hover) {
  .slick-dots li:hover {
    opacity: 0.8;
  }
}
.slick-dots li button {
  display: none;
}