.tabs {
  background: none;
}

.property-block .product-tabs {
  margin: 118px 0 80px;
}

.property-block .product-tabs .product-tabs-inner {
  width: 871px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.property-block .product-tabs .product-tabs-inner li {
  width: 200px;
  height: 54px;
  border: 1px solid #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
  background: #fff;
}

.property-block .product-tabs .product-tabs-inner li:hover {
  background: #D9A300;
  border: 1px solid #D9A300;
}

.property-block .product-tabs .product-tabs-inner li.active {
  background: #D9A300;
  border: 1px solid #D9A300;
}

.property-block .wrapper {
  max-width: 1040px;
}
.property-block1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 75px 0 50px;
}
.property-block1 .box2 {
  width: 279px;
}
.property-block1 .box2 .flex {
  align-items: center;
  justify-content: space-between;
}
.property-block1 .box2 .flex h3 {
  writing-mode: vertical-rl;
  color: #D8A300;
  position: relative;
  font-size: 46px;
  line-height: 120%;
  font-family: "Noto Serif JP", serif;
}
.property-block1 .box2 .flex h3::before {
  position: absolute;
  content: "";
  background: url(../images/common/ic-line.png) no-repeat;
  background-size: contain;
  width: 31px;
  height: 31px;
  top: -40px;
  left: -10px;
}
.property-block1 .box2 .flex h3::after {
  position: absolute;
  content: "";
  background: url(../images/common/ic-line-1.png) no-repeat;
  background-size: contain;
  width: 31px;
  height: 31px;
  bottom: -30px;
  left: -10px;
}
.property-block1 .box2 .flex h4 {
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-size: 84px;
  line-height: 120%;
}
.property-block1 .box2 .flex p {
  writing-mode: vertical-rl;
  font-size: 16px;
  line-height: 240%;
  padding-top: 53px;
  position: relative;
  left: -8px;
  letter-spacing: 1.5px;
}
.property-block1 .box2 .btn {
  padding-top: 61px;
  padding-left: 33px;
}
.property-block1 .content {
  line-height: 200%;
  width: 670px;
  letter-spacing: 1.2px;
}
.property-block2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.property-block2 p {
  line-height: 200%;
  padding-right: 70px;
  letter-spacing: 1px;
}
.property-block3 {
  background: #fff;
  padding-bottom: 100px;
}
.property-block3 .top-block4-list {
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.on_page {
  padding: 80px 0;
  background: #fff;
}
.on_page .wrapper {
  max-width: 1000px;
}
.on_page .on_title h3 {
  font-size: 12px;
  color: #D8A300;
  line-height: 120%;
  text-align: center;
  margin-bottom: 10px;
}
.on_page .on_title h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 8px;
  margin: 30px 0 50px;
}
.on_page .on_title h4 span {
  background: #D90000;
  height: 45px;
  width: 60px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  margin-right: 20px;
  letter-spacing: 0;
  font-weight: normal;
}
.on_page .on_title .slider-img1 img {
  width: 100%;
}
.on_page .slick-slide {
  min-height: auto !important;
}
.on_page .slick-slide img{
  max-width: 100%;
  margin: 0 auto;
  height: 768px;
}
.on_page .content {
  padding: 65px 0;
}
.on_page .content p {
  text-align: center;
  line-height: 240%;
}
.on_page .list {
  padding-bottom: 80px;
}
.on_page .list dl {
  display: flex;
}
.on_page .list dl:last-of-type dt {
  border-bottom: 1px solid #CCCCCC;
}
.on_page .list dl dt, .on_page .list dl dd {
  line-height: 200%;
  border: 1px solid #CCCCCC;
  padding: 17px;
}
.on_page .list dl dt {
  width: 240px;
  background: #F7EDCC;
  text-align: center;
  border-bottom: none;
}
.on_page .list dl dd {
  width: 680px;
  border-left: none;
  word-break: break-all;
}

.youtube_field iframe{
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 1240px) {
  .property-block .product-tabs .product-tabs-inner {
    width: 100%;
  }

  .top-block4-list .box1 {
    width: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .property-block .product-tabs .product-tabs-inner li {
    width: 48%;
    margin-bottom: 20px;
  }

  .on_page .on_title h4 {
    display: block;
    text-align: center;
  }

  .on_page .on_title h4 span {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 991px) {
  .property-block1 .content {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .property-block1 {
    flex-wrap: wrap;
  }

  .property-block1 .box2 {
    margin: 0 auto;
  }

  .property-block1 .content {
    padding-left: 0;
    padding-top: 30px;
    font-size: 12px;
  }

  .property-block2 {
    flex-wrap: wrap;
  }

  .property-block2 p {
    padding-right: 0;
    padding-bottom: 30px;
  }

  .property-block2 figure img {
    width: 100%;
  }

  .top-block4-list .box1 h3 {
    font-size: 15px;
  }

  .top-block4-list .box1 p {
    font-size: 12px;
  }

  .top-block4-list .box1 .label {
    height: 25px;
    width: 50px;
  }

  .property-block1 .box2 .flex h4{
    font-size: 75px;
  }

  .property-block1 .box2 .flex h3{
    font-size: 38px;
  }

  .property-block1 .box2 .flex p{
    font-size: 14px;
  }

  .on_page {
    padding: 40px 0;
  }

  .on_page .on_title h4 {
    font-size: 16px;
    display: block;
    text-align: center;
  }

  .on_page .content p {
    font-size: 12px;
  }

  .on_page .list dl dt, .on_page .list dl dd {
    font-size: 12px;
  }

  .youtube_field iframe{
    height: 360px;
  }

  .on_page .slick-slide{
    height: 350px;
  }

  .on_page .slick-slide img{
    height: 100%;
    object-fit: contain;
  }
}