@charset "UTF-8";
@font-face {
  font-family: "cinecaption";
  src: url("../font/cinecaption226.ttf") format("truetype");
}
@font-face {
  font-family: "PalaceScriptMT";
  src: url("../font/PalaceScriptMT.ttf") format("truetype");
}
@font-face {
  font-family: "小塚ゴシック";
  src: url("../font/kozuka-gothic.otf") format("opentype");
}
@font-face {
  font-family: "ヒラギノ丸ゴシック";
  src: url("../font/hiragino-maru-gothic-pro-w4.otf") format("opentype");
}
@font-face {
  font-family: "ヒラギノ角ゴシック";
  src: url("../font/hiragino-kaku-gothic-pro-w3.otf") format("opentype");
}
@font-face {
  font-family: "Get Show";
  src: url("../font/Get Show.ttf") format("truetype");
}
@font-face {
  font-family: "Balqis";
  src: url("../font/Balqis.ttf") format("truetype");
}
/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .play {
    font-size: 30px;
  }

  *::-ms-backdrop, .number1 {
    font-size: 45px;
  }

  *::-ms-backdrop, .number2 {
    font-size: 45px;
  }

  *::-ms-backdrop, .night-text {
    font-size: 45px;
  }

  *::-ms-backdrop, .night-title {
    font-size: 16px;
  }

  *::-ms-backdrop, .morning {
    font-size: 45px;
  }

  *::-ms-backdrop, .morning-title {
    font-size: 16px;
  }

  *::-ms-backdrop, .end-roll-title {
    font-size: 45px;
  }

  *::-ms-backdrop, .section-title {
    font-size: 75px;
  }

  *::-ms-backdrop, .section-title {
    font-size: 75px;
  }

  *::-ms-backdrop, .more-text {
    font-size: 65px;
  }

  *::-ms-backdrop, .sample-title {
    font-size: 65px;
  }

  *::-ms-backdrop, .view-all {
    font-size: 65px;
  }

  *::-ms-backdrop, .header-nav-item {
    font-size: 12px;
  }
  
  *::-ms-backdrop, body .top-contents .container .top-title::before {
  left: 48px;
  }

}
.chapter-number {
  font-size: 80px;
  margin-bottom: 54px;
  font-family: "Balqis", "メイリオ", "Meiryo";
}
.chapter-number.number1 {
  position: relative;
  margin-bottom: 14px;
  line-height: 100px;
}
.chapter-number.number1::before {
  content: "";
  display: inline-block;
  width: 54%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: 50px;
  left: 0px;
}
.chapter-number.number1-small {
  position: relative;
}
.chapter-number.number1-small::before {
  content: "";
  display: inline-block;
  width: 38%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: 30px;
  left: 0px;
}
.chapter-number.number1-small::after {
  content: "ずっと憧れだった、海沿いの家に住むこと";
  position: absolute;
  bottom: 20px;
  left: 12%;
  font-size: 20px;
  font-family: "cinecaption", "メイリオ", "Meiryo";
}
.chapter-number.number2 {
  position: relative;
  line-height: 100px;
  width: 50%;
  margin: 0 0 0 auto;
  text-align: left;
}
.chapter-number.number2::after {
  content: "";
  display: inline-block;
  width: 54%;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 60px;
  right: 0px;
}
.chapter-number.number2-small {
  position: relative;
}
.chapter-number.number2-small::before {
  content: "幻想的なダイヤモンドダストで迎える朝";
  font-size: 20px;
  font-family: "cinecaption", "メイリオ", "Meiryo";
  position: absolute;
  top: -20px;
  right: 12%;
}
.chapter-number.number2-small::after {
  content: "";
  display: inline-block;
  width: 38%;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 30px;
  right: 0px;
}

.title {
  font-size: 36px;
  font-family: "cinecaption", "メイリオ", "Meiryo";
  font-weight: lighter;
  margin-bottom: 24px;
}

.text {
  font-size: 18px;
  line-height: 32px;
  font-family: "cinecaption", "メイリオ", "Meiryo";
}

.section-title {
  font-size: 100px;
  font-weight: lighter;
  line-height: 100%;
  padding-bottom: 24px;
  display: inline-block;
  position: relative;
  font-family: "Balqis", "メイリオ", "Meiryo";
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 20px;
  width: 500px;
  height: 2px;
  background-color: black;
  right: 50%;
  margin-right: -250px;
}

.section-subtitle {
  font-size: 24px;
  font-family: "メイリオ", "Meiryo";
}

.content-title {
  font-size: 36px;
  line-height: 60px;
  font-family: "cinecaption";
}

.content-text {
  font-size: 18px;
  line-height: 32px;
  font-family: "メイリオ", "Meiryo";
}

a {
  color: white;
}

.sp-br,
.pc-none {
  display: none;
}

.swiper-container1 {
  overflow: hidden;
}

.swiper-container2 {
  overflow: hidden;
}

.swiper-container3 {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 250px;
}

.swiper-pagination-bullet {
  border-radius: 100 !important;
  margin: 0 5px !important;
  width: 14px !important;
  height: 14px !important;
  background: black !important;
  opacity: 0.4 !important;
}

.swiper-pagination-bullet-active {
  background: black !important;
  height: 14px !important;
  width: 14px !important;
  opacity: 1 !important;
}

/* 全スライド共通スタイル */
.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
}

.hidden {
  overflow: hidden;
}

.none {
  display: none;
}

.header-color {
  font-size: 12px;
  opacity: 0.4;
  color: white;
}

.border {
  font-size: 16px;
}

body {
  background-color: black;
  color: white;
}
body .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: black;
  z-index: 999;
  pointer-events: none;
}
body .loading .loading-contents {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -222px;
  margin-left: -248px;
}
body .loading .loading-contents .top-video-subtitle {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
  font-family: "Century Gothic", "ヒラギノ角ゴシック";
}
body .loading .loading-contents .top-video-subtitle span {
  font-size: 20px;
}
body .loading .loading-contents .top-video-title {
  font-size: 64px;
  line-height: 40px;
  margin-bottom: 60px;
  font-weight: lighter;
  font-family: "Century Gothic", "ヒラギノ角ゴシック";
}
body .loading .loading-contents .top-video-title .with {
  font-size: 32px;
  line-height: 60px;
}
body .loading .loading-contents .top-video-title .wall-j {
  font-size: 88px;
  font-weight: lighter;
  line-height: 80px;
}
body .play-video {
  height: 100vh;
  width: 100%;
  transition: 1s;
}
body .play-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}
body .play-video .back-to-page {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 200px;
  text-align: right;
  display: block;
  font-size: 14px;
  color: white;
  z-index: 999;
  cursor: pointer;
}
body .play-video .back-to-page::before {
  content: "⇦";
  width: 600px;
  position: absolute;
  top: 0;
  left: -560px;
  color: white;
  z-index: 999;
}
body .play-video .back-to-page::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: white;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.2s;
  z-index: 999;
}
body .play-video .back-to-page:hover::after {
  transform: scale(1, 1);
  z-index: 999;
}
body header {
  font-family: "メイリオ", "Meiryo";
  width: 100%;
}
body header .header-left {
  position: fixed;
  top: 30px;
  left: 20px;
  z-index: 997;
  height: 40px;
}
body header .header-left img {
  height: 100%;
}
body header .header-right {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 997;
}
body header .header-right .header-nav .header-nav-item {
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  padding: 44px 0;
  border-bottom: 1px solid white;
  text-align: center;
  font-size: 18px;
}
@media all and (-ms-high-contrast: none) {
  body header .header-right .header-nav .header-nav-item *::-ms-backdrop, body header .header-right .header-nav .header-nav-item .header-nav-item {
    font-size: 12px;
  }
}
body header .header-right .header-nav .header-nav-item.first-item {
  padding-top: 0;
}
body header .header-right .header-nav .header-nav-item a {
  transition: 0.2s;
}
body header .header-right .header-nav .header-nav-item a:hover {
  opacity: 0.4;
}
body header .header-right .header-nav .header-nav-item.horizon {
  writing-mode: unset;
  -webkit-text-orientation: unset;
          text-orientation: unset;
  position: relative;
  padding: 2px 0;
  border-bottom: none;
  font-size: 14px;
}
body header .header-right .header-nav .header-nav-item.horizon-first {
  padding-top: 20px;
}
body header .header-right .header-nav .header-nav-item.horizon-chapter1 {
  text-align: center;
}
body .top-video {
  width: 100%;
  height: 100vh;
  position: relative;
}
body .top-video .top-video-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -222px;
  margin-left: -248px;
  text-align: center;
  z-index: 3;
}
body .top-video .top-video-contents .top-video-subtitle {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
  font-family: "Century Gothic", "ヒラギノ角ゴシック";
}
body .top-video .top-video-contents .top-video-subtitle span {
  font-size: 20px;
}
body .top-video .top-video-contents .top-video-title {
  font-size: 64px;
  line-height: 40px;
  margin-bottom: 60px;
  font-weight: lighter;
  font-family: "Century Gothic", "ヒラギノ角ゴシック";
}
body .top-video .top-video-contents .top-video-title .with {
  font-size: 32px;
  line-height: 60px;
}
body .top-video .top-video-contents .top-video-title .wall-j {
  font-size: 88px;
  font-weight: lighter;
  line-height: 80px;
}
body .top-video .top-video-contents .video-btns:hover {
  cursor: pointer;
}
body .top-video .top-video-contents .video-btns .play {
  font-size: 40px;
  font-family: "Balqis", "メイリオ", "Meiryo";
}
body .top-video .top-video-contents .video-btns .play-btn {
  font-size: 20px;
  padding: 8px 40px;
  color: white;
  box-sizing: border-box;
  border: 1px solid white;
  border-radius: 10px;
  transition: 0.6s;
}
body .top-video .top-video-contents .video-btns .play-btn:hover {
  color: black;
  background-color: white;
}
body .top-video .top-video-contents .youtube {
  display: none;
}
body .top-video .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 2;
}
body .top-video .key-video-box {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
body .top-video .key-video-box .key-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}
body .top-contents {
  text-align: center;
  margin: 60px auto 60px auto;
}
body .top-contents .container {
  max-width: 1000px;
  margin: 0 auto;
}
body .top-contents .container .top-title {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 24px;
  font-family: "cinecaption", "メイリオ", "Meiryo";
  position: relative;
  display: inline-block;
}
body .top-contents .container .top-title::before {
  content: "樹脂サイディング";
  position: absolute;
  top: -32px;
  left: 32px;
  font-size: 14px;
  color: white;
}
body .top-contents .container .text {
  text-align: left;
  font-family: "メイリオ", "Meiryo";
  font-size: 18px;
}
body .chapter1 .chapter1-main {
  margin-bottom: 80px;
  position: relative;
}
body .chapter1 .chapter1-main .chapter-text {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  padding: 0 30px;
}
body .chapter1 .chapter1-main .chapter-text .chapter-number {
  text-align: right;
  padding-left: 290px;
  margin-bottom: 14px;
}
body .chapter1 .chapter1-main .chapter-text .title {
  letter-spacing: -2px;
}
body .chapter1 .chapter1-main .chapter-img {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 100px 0;
}
body .chapter1 .chapter1-style {
  height: auto;
  width: 100%;
  position: relative;
}
body .chapter1 .chapter1-style .swiper-wrapper .swiper-slide .chapter1-style-img {
  width: 100%;
  object-fit: cover;
}
body .chapter1 .chapter1-style .swiper-wrapper .swiper-slide .chapter1-style-img img {
  width: 100%;
  object-fit: cover;
}
body .chapter1 .chapter1-style .swiper-wrapper .swiper-slide .chapter1-style-texts {
  color: white;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 40px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
body .chapter1 .chapter1-about .chapter1-about1 {
  background-color: white;
  color: black;
  position: relative;
}
body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-img {
  width: 50%;
  margin: 0 auto 0 0;
}
body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-img img {
  width: 100%;
}
body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-texts {
  position: absolute;
  top: 80px;
  right: 80px;
  padding-left: 80px;
  text-align: right;
  width: 100%;
}
body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-texts .text {
  width: 42%;
  text-align: left;
  margin: 0 0px 0 auto;
}
body .chapter1 .chapter1-about .chapter1-about2 {
  position: relative;
}
body .chapter1 .chapter1-about .chapter1-about2 .chapter1-about2-texts {
  position: absolute;
  width: 100%;
  top: 80px;
  left: 0px;
  padding-right: 80px;
  padding-left: 80px;
}
body .chapter1 .chapter1-about .chapter1-about2 .chapter1-about2-texts .text {
  padding-right: 0px;
  width: 44%;
}
body .chapter1 .chapter1-about .chapter1-about2 .chapter1-about2-img {
  width: 50%;
  margin: 0 0 0 auto;
}
body .chapter1 .chapter1-slide .slide-night {
  width: 100%;
  height: 100vh;
  background-image: url(../img2/moon.jpg);
  background-size: cover;
  position: relative;
}
body .chapter1 .chapter1-slide .slide-night .night-overlay {
  position: absolute;
  z-index: 5;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}
body .chapter1 .chapter1-slide .slide-night .night-texts {
  position: absolute;
  bottom: 300px;
  left: 80px;
}
body .chapter1 .chapter1-slide .slide-night .night-texts .night-text {
  font-size: 80px;
  line-height: 100%;
  font-family: "Balqis", "メイリオ", "Meiryo";
  margin-bottom: 40px;
}
body .chapter1 .chapter1-slide .slide-night .night-texts .title {
  font-size: 24px;
  line-height: 48px;
}
body .chapter1 .chapter1-slide .slide-morning {
  width: 100%;
  height: 100vh;
  background-image: url(../img2/nature.jpg);
  background-size: cover;
  position: relative;
}
body .chapter1 .chapter1-slide .slide-morning .morning-overlay {
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 5;
}
body .chapter1 .chapter1-slide .slide-morning .slide-morning-text {
  position: absolute;
  top: 40%;
  right: 0px;
  width: 100%;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px 80px 40px 120px;
}
body .chapter1 .chapter1-slide .slide-morning .slide-morning-text .title {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 48px;
}
body .chapter1 .chapter1-slide .slide-morning .slide-morning-text .text {
  font-size: 80px;
  font-family: "Balqis", "メイリオ", "Meiryo";
  line-height: 100%;
}
body .chapter2 .chapter2-main {
  padding: 80px 0;
  position: relative;
  height: 756px;
  width: 100%;
}
body .chapter2 .chapter2-main .chapter-img {
  width: 50%;
  padding: 140px 0;
}
body .chapter2 .chapter2-main .chapter-text {
  position: absolute;
  top: 100px;
  right: 0px;
  margin: 0 auto 0 0;
  padding: 0 80px;
  z-index: 2;
}
body .chapter2 .chapter2-main .chapter-text .chapter-number {
  text-align: left;
  padding-left: 20px;
  margin-bottom: 14px;
}
body .chapter2 .chapter2-main .chapter-text .title {
  text-align: right;
}
body .chapter2 .chapter2-main .chapter-text .text {
  text-align: right;
  margin: 0 0 0 auto;
  padding-left: 80px;
}
body .chapter2 .chapter2-style {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
}
body .chapter2 .chapter2-style .chapter2-style-texts {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 80px;
  padding-right: 80px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
body .chapter2 .chapter2-style .chapter2-style-img img {
  width: 100%;
  object-fit: cover;
}
body .chapter2 .chapter2-about {
  margin-bottom: 130px;
}
body .chapter2 .chapter2-about .chapter2-about1 {
  display: flex;
  background-color: white;
  color: black;
  position: relative;
}
body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-texts {
  position: absolute;
  width: 100%;
  top: 80px;
  left: 0;
  padding-right: 80px;
  padding-left: 80px;
}
body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-texts .text {
  width: 44%;
}
body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-img {
  margin: 0 0 0 auto;
  width: 50%;
}
body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body .chapter2 .chapter2-about .chapter2-about2 {
  position: relative;
}
body .chapter2 .chapter2-about .chapter2-about2 .chapter2-about2-texts {
  text-align: right;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  top: 80px;
  right: 80px;
  padding-left: 80px;
}
body .chapter2 .chapter2-about .chapter2-about2 .chapter2-about2-texts .text {
  width: 42%;
  text-align: left;
  margin: 0 0 0 auto;
}
body .chapter2 .chapter2-about .chapter2-about2 .chapter2-about2-img {
  width: 50%;
  margin: 0 auto 0 0;
}
body .chapter2 .chapter2-slide .chapter2-slide-texts {
  margin-bottom: 50px;
}
body .chapter2 .chapter2-slide .chapter2-slide-texts .title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}
body .chapter2 .chapter2-slide .chapter2-slide-texts .text {
  padding-left: 80px;
  font-size: 20px;
  line-height: 36px;
}
body .chapter2 .chapter2-slide .swiper-container2 {
  height: 492px;
}
body .chapter2 .chapter2-slide .swiper-container2 .swiper-wrapper {
  height: 100%;
}
body .chapter2 .chapter2-slide .swiper-container2 .swiper-wrapper .swiper-slide {
  height: 100%;
}
body .chapter2 .chapter2-slide .swiper-container2 .swiper-wrapper .swiper-slide .swiper-img {
  height: 100%;
}
body .chapter2 .chapter2-slide .swiper-container2 .swiper-wrapper .swiper-slide .swiper-img img {
  height: 100%;
}
body .end-roll {
  text-align: center;
  margin: 80px auto;
}
body .end-roll .title {
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 100px;
  position: relative;
  display: inline-block;
}
body .end-roll .title::before {
  content: "樹脂サイディング";
  position: absolute;
  top: -28px;
  left: 22px;
  font-size: 14px;
  color: white;
}
body .end-roll .text {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 100px;
}
body .end-roll .text span {
  font-size: 18px;
}
body .end-roll .chapter-number {
  font-size: 90px;
  line-height: 60px;
  margin-bottom: 80px;
}
body .end-roll .chapter1-contents {
  display: flex;
  justify-content: center;
  margin-bottom: 128px;
}
body .end-roll .chapter1-contents .chapter1-contents-text {
  width: 242px;
}
body .end-roll .chapter1-contents .chapter1-contents-text .name1 {
  font-size: 18px;
  line-height: 24px;
}
body .end-roll .chapter1-contents .chapter1-contents-text .name2 {
  font-size: 24px;
  line-height: 36px;
}
body .end-roll .chapter1-contents .chapter1-contents-img {
  width: 242px;
}
body .end-roll .chapter2-contents {
  display: flex;
  justify-content: center;
  margin-bottom: 128px;
}
body .end-roll .chapter2-contents .chapter2-contents-text {
  width: 242px;
}
body .end-roll .chapter2-contents .chapter2-contents-text .name1 {
  font-size: 18px;
  line-height: 24px;
}
body .end-roll .chapter2-contents .chapter2-contents-text .name2 {
  font-size: 24px;
  line-height: 36px;
}
body .end-roll .chapter2-contents .chapter2-contents-img {
  width: 242px;
}
body .end-roll .end-roll-texts .end-roll-title {
  font-size: 60px;
  line-height: 80%;
  font-family: "Balqis", "メイリオ", "Meiryo";
}
body .end-roll .end-roll-texts .end-roll-text {
  font-family: "cinecaption", "メイリオ", "Meiryo";
  font-size: 20px;
  line-height: auto;
}
body .features {
  background-color: white;
  color: black;
  padding: 80px 0;
}
body .features .features-title-box {
  text-align: center;
  margin-bottom: 48px;
}
body .features .feature1 .feature1-img img {
  width: 100%;
  object-fit: cover;
}
body .features .feature1 .feature1-texts {
  padding: 80px;
}
body .features .feature1 .feature1-texts .content-title {
  margin-bottom: 40px;
}
body .features .feature1 .feature1-texts .source {
  font-family: "メイリオ", "Meiryo";
  font-size: 16px;
  line-height: 14px;
  text-align: right;
}
body .features .feature2 {
  height: 772px;
  width: 100%;
  background-image: url(../img2/mt-fuji.jpg);
  background-repeat: no-repeat;
  background-size: 80% 100%;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  padding-right: 120px;
  margin-bottom: 80px;
}
body .features .feature2 .content-title {
  padding-top: 50px;
  margin-left: 80px;
  writing-mode: tb-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
}
body .features .feature2 .content-text {
  padding-top: 50px;
  height: 620px;
  writing-mode: tb-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
}
body .features .feature2 .more {
  font-size: 18px;
  padding: 50px 120px 10px 120px;
  box-sizing: border-box;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 30px;
  right: 180px;
  transition: 0.4s;
  font-family: "メイリオ", "Meiryo";
}
body .features .feature2 .more:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
body .features .feature2 .more p {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -44px;
  font-size: 40px;
  font-family: "Balqis", "メイリオ", "Meiryo";
  color: white;
}
body .features .feature3 {
  height: 772px;
  width: 100%;
  background-image: url(../img2/sea.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 80% 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 80px 0 120px;
  position: relative;
}
body .features .feature3 .content-title {
  padding-top: 50px;
  writing-mode: tb-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
}
body .features .feature3 .content-text {
  color: white;
  height: 680px;
  padding-top: 50px;
  padding-left: 40px;
  box-sizing: border-box;
  writing-mode: tb-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
}
body .features .feature3 .more {
  font-size: 18px;
  padding: 50px 120px 10px 120px;
  box-sizing: border-box;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 30px;
  left: 120px;
  transition: 0.4s;
  font-family: "メイリオ", "Meiryo";
}
body .features .feature3 .more:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
body .features .feature3 .more p {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -44px;
  font-size: 40px;
  font-family: "Balqis", "メイリオ", "Meiryo";
  color: white;
}
body .features .feature4 {
  width: 100%;
  padding: 30px 60px 0 200px;
}
body .features .feature4 p {
  font-family: "メイリオ", "Meiryo";
}
body .performance {
  background-color: white;
  color: black;
  padding: 80px 80px 140px 80px;
  text-align: center;
}
body .performance .performance-title-box {
  margin-bottom: 40px;
}
body .performance .performance1 .performance-texts {
  text-align: left;
  margin-bottom: 32px;
  font-family: "メイリオ", "Meiryo";
}
body .performance .performance1 .performance-texts .performance-title {
  font-size: 32px;
  margin-bottom: 24px;
  font-weight: normal;
}
body .performance .performance1 .performance-texts .performance-text {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 40px;
}
body .performance .performance1 .performance-texts p {
  font-size: 18px;
  line-height: 32px;
}
body .performance .performance1 .performance-imgs {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}
body .performance .performance1 .performance-imgs .performance-img {
  width: 50%;
}
body .performance .performance1 .performance-imgs .img1 img {
  height: unset;
}
body .performance .performance1 .performance-imgs .img2 img {
  width: 100%;
  margin: auto;
}
body .performance .performance1 .more {
  font-size: 18px;
  padding: 50px 120px 10px 120px;
  box-sizing: border-box;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.4s;
  position: relative;
  font-family: "メイリオ", "Meiryo";
}
body .performance .performance1 .more:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
body .performance .performance1 .more p {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -44px;
  font-size: 40px;
  font-family: "Balqis", "メイリオ", "Meiryo";
  color: white;
}
body .performance .performance2 {
  margin-top: 40px;
}
body .performance .performance2 .performance-texts {
  text-align: left;
  margin-bottom: 40px;
  font-family: "メイリオ", "Meiryo";
}
body .performance .performance2 .performance-texts .performance-title {
  font-size: 32px;
  margin-bottom: 24px;
  font-weight: normal;
}
body .performance .performance2 .performance-texts .performance-text {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 40px;
}
body .performance .performance2 .performance-description {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  font-family: "メイリオ", "Meiryo";
}
body .warranty {
  background-color: white;
  color: black;
  padding-bottom: 176px;
}
body .warranty .warranty-title-box {
  text-align: center;
  margin-bottom: 40px;
}
body .warranty .warranty-contents {
  display: flex;
  align-items: center;
  padding: 0 80px;
  font-family: "メイリオ", "Meiryo";
  font-size: 18px;
}
body .warranty .warranty-contents .warranty-img {
  width: 28.34%;
  min-width: 224px;
  text-align: left;
}
body .warranty .warranty-contents .warranty-img img {
  width: 100%;
}
body .warranty .warranty-contents .text {
  margin-left: 32px;
  letter-spacing: -0.8px;
  font-family: "メイリオ", "Meiryo";
}
body .lineup {
  background-color: white;
  color: black;
  text-align: center;
}
body .lineup .lineup-title-box {
  text-align: center;
  margin-bottom: 40px;
}
body .lineup .lineup-contents {
  display: flex;
  width: 100%;
}
body .lineup .lineup-contents .oregonpride {
  width: 50%;
}
body .lineup .lineup-contents .oregonpride .name {
  margin-bottom: 14px;
}
body .lineup .lineup-contents .oregonpride .name .logo-img {
  height: 60px;
}
body .lineup .lineup-contents .oregonpride .name .logo-img img {
  height: 100%;
}
body .lineup .lineup-contents .oregonpride .name .product-name {
  font-size: 24px;
}
body .lineup .lineup-contents .oregonpride .sample {
  padding-top: 100%;
  height: 766px;
  background-image: url(../img2/oregon-pride-colors.jpg);
  background-size: cover;
  color: black;
  position: relative;
}
body .lineup .lineup-contents .oregonpride .sample .sample-title {
  font-size: 80px;
  position: absolute;
  bottom: 54px;
  left: 50%;
  margin-left: -80px;
  font-family: "Balqis", "メイリオ", "Meiryo";
}
body .lineup .lineup-contents .oregonpride .text {
  text-align: left;
  padding: 14px 80px 20px 80px;
  height: 226px;
  font-family: "メイリオ", "Meiryo";
}
body .lineup .lineup-contents .grandriver {
  width: 50%;
}
body .lineup .lineup-contents .grandriver .name {
  margin-bottom: 14px;
}
body .lineup .lineup-contents .grandriver .name .logo-img {
  height: 60px;
}
body .lineup .lineup-contents .grandriver .name .logo-img img {
  height: 100%;
}
body .lineup .lineup-contents .grandriver .name .product-name {
  font-size: 24px;
}
body .lineup .lineup-contents .grandriver .sample {
  height: 766px;
  padding-top: 100%;
  background-image: url(../img2/grand-river-colors.jpg);
  background-size: cover;
  color: black;
  position: relative;
}
body .lineup .lineup-contents .grandriver .sample .sample-title {
  font-size: 80px;
  position: absolute;
  bottom: 54px;
  left: 50%;
  margin-left: -109px;
  font-family: "Balqis", "メイリオ", "Meiryo";
}
body .lineup .lineup-contents .grandriver .text {
  text-align: left;
  padding: 14px 80px 20px 80px;
  font-family: "メイリオ", "Meiryo";
}
body .gallery {
  background-color: white;
  color: black;
  padding-top: 140px;
  text-align: center;
}
body .gallery .gallery-title-box {
  text-align: center;
  margin-bottom: 40px;
}
body .gallery .gallery-slide .slide-content {
  position: relative;
}
body .gallery .gallery-slide .slide-content .more {
  font-size: 18px;
  padding: 50px 120px 10px 120px;
  box-sizing: border-box;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -44px;
  margin-left: -165px;
  transition: 0.4s;
  font-family: "メイリオ", "Meiryo";
}
body .gallery .gallery-slide .slide-content .more:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
body .gallery .gallery-slide .slide-content .more p {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -44px;
  font-size: 40px;
  font-family: "Balqis", "メイリオ", "Meiryo";
  color: white;
}
body .gallery .more {
  font-size: 18px;
  padding: 70px 140px 10px 140px;
  box-sizing: border-box;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  display: inline-block;
  margin: 60px auto;
  transition: 0.4s;
  font-family: "メイリオ", "Meiryo";
}
body .gallery .more:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
body .gallery .more p {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -66px;
  font-size: 40px;
  font-family: "Balqis", "メイリオ", "Meiryo";
  color: white;
}
body .gallery .gallery-example {
  height: 816px;
  width: 100%;
  background-image: url(../img2/epilogue.jpg);
  background-size: cover;
}
body footer {
  padding: 160px 80px;
}
body footer a {
  transition: 0.2s;
}
body footer a:hover {
  opacity: 0.4;
}
body footer .footer-contents {
  display: flex;
  justify-content: space-between;
  font-family: "メイリオ", "Meiryo";
}
body footer .footer-contents .company .title {
  font-size: 24px;
  margin-bottom: 24px;
}
body footer .footer-contents .company p {
  font-size: 12px;
  line-height: 24px;
}
body footer .footer-contents .ceramic {
  padding-top: 24px;
}
body footer .footer-contents .ceramic {
  padding-top: 24px;
}
body footer .footer-contents .metal {
  padding-top: 24px;
}
body footer .footer-contents .lixil {
  padding-top: 24px;
}
body footer .footer-contents .roofing {
  padding-top: 24px;
}
body footer .text {
  margin-top: -40px;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
}

@media only screen and (max-width: 480px) {
  .chapter-number {
    font-size: 40px;
    margin-bottom: 30px;
    padding-left: 160px;
  }
  .chapter-number.number1 {
    position: relative;
    margin-bottom: 20px;
    line-height: unset;
    text-align: left;
  }
  .chapter-number.number1::before {
    content: "";
    display: inline-block;
    width: 54%;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: 28px;
    left: 0px;
  }
  .chapter-number.number1-small {
    position: relative;
    font-size: 40px;
    padding-right: 20px;
    text-align: right;
    max-width: 480px;
    box-sizing: border-box;
  }
  .chapter-number.number1-small::before {
    content: "";
    display: inline-block;
    width: 64%;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: 30px;
    left: 0px;
  }
  .chapter-number.number1-small::after {
    content: "ずっと憧れだった、海沿いの家に住むこと";
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: unset;
    font-size: 8px;
  }
  .chapter-number.number2 {
    position: relative;
    line-height: 56px;
  }
  .chapter-number.number2::after {
    content: "";
    display: inline-block;
    width: 54%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 28px;
    right: 0px;
  }
  .chapter-number.number2-small {
    position: relative;
    font-size: 40px;
    padding-left: 20px;
    max-width: 480px;
    text-align: left;
  }
  .chapter-number.number2-small::before {
    content: "幻想的なダイヤモンドダストで迎える朝";
    font-size: 8px;
    position: absolute;
    top: -10px;
    left: unset;
    right: 0px;
  }
  .chapter-number.number2-small::after {
    content: "";
    display: inline-block;
    width: 64%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 30px;
    right: 0%;
  }

  .title {
    font-size: 24px;
    line-height: 28px;
    font-family: "cinecaption", "メイリオ", "Meiryo";
    font-weight: lighter;
  }

  .text {
    font-size: 16px;
    line-height: 24px;
    font-family: "cinecaption", "メイリオ", "Meiryo";
  }

  .section-title {
    font-size: 40px;
    font-weight: lighter;
    line-height: 100%;
    padding-bottom: 14px;
    display: inline-block;
    position: relative;
    font-family: "Balqis", "メイリオ", "Meiryo";
  }
  .section-title::after {
    content: "";
    position: absolute;
    bottom: 8px;
    width: 200px;
    height: 2px;
    background-color: black;
    right: 50%;
    margin-right: -100px;
  }

  .section-subtitle {
    font-size: 18px;
    font-family: "メイリオ", "Meiryo";
  }

  .content-title {
    font-size: 20px;
    line-height: 28px;
    font-family: "cinecaption", "メイリオ", "Meiryo";
  }

  .content-text {
    font-size: 14px;
    line-height: 18px;
    font-family: "メイリオ", "Meiryo";
  }

  .sp-br,
  .pc-none {
    display: block;
  }

  .pc-br,
  .sp-none {
    display: none;
  }

  body .loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: black;
    z-index: 999;
    pointer-events: none;
  }
  body .loading .loading-contents {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -135px;
  }
  body .loading .loading-contents .top-video-subtitle {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
    font-family: "Century Gothic", "ヒラギノ角ゴシック";
  }
  body .loading .loading-contents .top-video-subtitle span {
    font-size: 10px;
  }
  body .loading .loading-contents .top-video-title {
    font-size: 40px;
    line-height: 24px;
    margin-bottom: 40px;
    font-weight: lighter;
    font-family: "Century Gothic", "ヒラギノ角ゴシック";
  }
  body .loading .loading-contents .top-video-title .with {
    font-size: 24px;
    line-height: 24px;
  }
  body .loading .loading-contents .top-video-title .wall-j {
    font-size: 48px;
    line-height: 44px;
    font-weight: lighter;
  }
  body .play-video {
    height: 100vh;
    width: 100%;
    transition: 1s;
  }
  body .play-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
  }
  body .play-video .back-to-page {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 200px;
    text-align: right;
    display: block;
    font-size: 14px;
    color: white;
    z-index: 999;
    cursor: pointer;
  }
  body .play-video .back-to-page::before {
    content: "⇦";
    width: 600px;
    position: absolute;
    top: 0;
    left: -560px;
    color: white;
    z-index: 999;
  }
  body .play-video .back-to-page::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: white;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.2s;
    z-index: 999;
  }
  body .play-video .back-to-page:hover::after {
    transform: scale(1, 1);
    z-index: 999;
  }
  body header .header-left {
    position: fixed;
    top: 30px;
    left: 20px;
    z-index: 999;
    height: 30px;
  }
  body header .header-left a img {
    height: 100%;
  }
  body header .header-right {
    position: fixed;
    top: 30px;
    right: 10px;
  }
  body header .header-right .header-nav .header-nav-item {
    padding: 24px 0;
  }
  body header .header-right .header-nav .header-nav-item .header-color {
    color: white;
  }
  body .top-video {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  body .top-video .top-video-contents {
    position: absolute;
    top: 50%;
    left: 50%;
    right: unset;
    margin-top: -125px;
    margin-left: -135px;
    text-align: center;
    z-index: 3;
  }
  body .top-video .top-video-contents .top-video-subtitle {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
    font-family: "Century Gothic", "ヒラギノ角ゴシック";
  }
  body .top-video .top-video-contents .top-video-subtitle span {
    font-size: 10px;
  }
  body .top-video .top-video-contents .top-video-title {
    font-size: 40px;
    line-height: 24px;
    margin-bottom: 40px;
    font-weight: lighter;
    font-family: "Century Gothic", "ヒラギノ角ゴシック";
  }
  body .top-video .top-video-contents .top-video-title .with {
    font-size: 24px;
    line-height: 24px;
  }
  body .top-video .top-video-contents .top-video-title .wall-j {
    font-size: 48px;
    line-height: 44px;
    font-weight: lighter;
  }
  body .top-video .top-video-contents .video-btns {
    display: none;
  }
  body .top-video .top-video-contents .youtube {
    display: block;
  }
  body .top-video .top-video-contents .youtube a img {
    height: 30px;
  }
  body .top-video .top-video-contents .youtube a .youtube-play {
    font-family: "Balqis", "メイリオ", "Meiryo";
    font-size: 32px;
    margin-bottom: -8px;
  }
  body .top-video .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 2;
  }
  body .top-video .key-video-box {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  body .top-video .key-video-box .key-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
  }
  body .top-contents {
    margin: 60px auto;
  }
  body .top-contents .container {
    max-width: 440px;
    padding: 20px 30px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  body .top-contents .container .top-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
  }
  body .top-contents .container .top-title::before {
    top: -24px;
    left: 4px;
  }
  body .top-contents .container .text {
    font-size: 16px;
    line-height: 24px;
  }
  body .chapter1 .chapter1-main {
    display: block;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  body .chapter1 .chapter1-main .chapter-text {
    width: 100%;
    text-align: right;
    padding: 0 30px;
    z-index: 2;
    display: block;
    position: unset;
  }
  body .chapter1 .chapter1-main .chapter-text .chapter-number {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    margin-bottom: 24px;
    width: 100%;
  }
  body .chapter1 .chapter1-main .chapter-text .title {
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
  body .chapter1 .chapter1-main .chapter-text .text {
    text-align: left;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  body .chapter1 .chapter1-main .chapter-img {
    position: unset;
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body .chapter1 .chapter1-style {
    height: auto;
    width: 100%;
    color: white;
    padding: 40px 0px 0 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .chapter1 .chapter1-style .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  body .chapter1 .chapter1-style .swiper-wrapper .swiper-slide .chapter1-style-texts {
    top: unset;
    bottom: 0px;
    left: 0px;
    padding: 10px 30px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  body .chapter1 .chapter1-style .swiper-wrapper .swiper-slide .chapter1-style-texts .title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 18px;
  }
  body .chapter1 .chapter1-style .swiper-wrapper .swiper-slide .chapter1-style-texts .text {
    font-size: 14px;
    line-height: 14px;
  }
  body .chapter1 .chapter1-about {
    padding-top: 40px;
  }
  body .chapter1 .chapter1-about .chapter1-about1 {
    display: block;
    background-color: white;
    color: black;
  }
  body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-img {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 40px;
  }
  body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-img img {
    width: 100%;
  }
  body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-texts {
    top: unset;
    bottom: 0%;
    right: 0;
    padding: 10px 30px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.2);
  }
  body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-texts .title {
    margin-bottom: 20px;
    padding-left: 0px;
  }
  body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-texts .text {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    padding-left: 0px;
  }
  body .chapter1 .chapter1-about .chapter1-about2 {
    position: relative;
    margin-bottom: 40px;
  }
  body .chapter1 .chapter1-about .chapter1-about2 .chapter1-about2-texts {
    position: absolute;
    top: unset;
    bottom: 10%;
    left: 0px;
    padding: 10px 30px;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .chapter1 .chapter1-about .chapter1-about2 .chapter1-about2-texts .title {
    margin-bottom: 20px;
  }
  body .chapter1 .chapter1-about .chapter1-about2 .chapter1-about2-texts .text {
    line-height: 16px;
    width: 100%;
    font-size: 14px;
  }
  body .chapter1 .chapter1-about .chapter1-about2 .chapter1-about2-img {
    width: 100%;
    margin: 0;
    padding-top: 0px;
  }
  body .chapter1 .chapter1-slide .slide-night {
    width: 100%;
    height: 406px;
    background-image: url(../img2/moon.jpg);
    background-size: cover;
    background-position: 400px;
    position: relative;
  }
  body .chapter1 .chapter1-slide .slide-night .night-overlay {
    position: absolute;
    z-index: 5;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
  }
  body .chapter1 .chapter1-slide .slide-night .night-texts {
    position: absolute;
    bottom: 80px;
    left: 0px;
    padding: 10px 30px;
  }
  body .chapter1 .chapter1-slide .slide-night .night-texts .title {
    font-size: 16px;
    line-height: 32px;
  }
  body .chapter1 .chapter1-slide .slide-night .night-texts .night-text {
    font-size: 40px;
    line-height: 40px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    margin-bottom: 8px;
  }
  body .chapter1 .chapter1-slide .slide-morning {
    width: 100%;
    height: 406px;
    background-image: url(../img2/nature.jpg);
    background-size: cover;
    position: relative;
  }
  body .chapter1 .chapter1-slide .slide-morning .morning-overlay {
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 5;
  }
  body .chapter1 .chapter1-slide .slide-morning .slide-morning-text {
    position: absolute;
    bottom: 40px;
    right: 0px;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 30px;
  }
  body .chapter1 .chapter1-slide .slide-morning .slide-morning-text .title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 32px;
  }
  body .chapter1 .chapter1-slide .slide-morning .slide-morning-text .text {
    font-size: 40px;
    font-family: "Balqis", "メイリオ", "Meiryo";
  }
  body .chapter2 .chapter2-main {
    padding: 80px 0 40px 0;
    position: unset;
    height: unset;
    width: 100%;
  }
  body .chapter2 .chapter2-main .chapter-img {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  body .chapter2 .chapter2-main .chapter-text {
    position: unset;
    margin: unset;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: left;
  }
  body .chapter2 .chapter2-main .chapter-text .chapter-number {
    text-align: left;
    padding-right: 0px;
    margin-bottom: 24px;
    padding-left: 0;
    width: 100%;
  }
  body .chapter2 .chapter2-main .chapter-text .title {
    text-align: left;
    margin-bottom: 24px;
  }
  body .chapter2 .chapter2-main .chapter-text .text {
    text-align: left;
    margin: 0 0 0 auto;
    padding: 0;
  }
  body .chapter2 .chapter2-style {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    margin-bottom: 40px;
  }
  body .chapter2 .chapter2-style .swiper-wrapper .swiper-slide .chapter2-style-texts {
    position: absolute;
    top: unset;
    bottom: 0px;
    left: 0px;
    padding: 8px 30px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .chapter2 .chapter2-style .swiper-wrapper .swiper-slide .chapter2-style-texts .title {
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    margin-bottom: 8px;
  }
  body .chapter2 .chapter2-style .swiper-wrapper .swiper-slide .chapter2-style-texts .text {
    font-size: 14px;
    line-height: 14px;
  }
  body .chapter2 .chapter2-about {
    margin-bottom: 80px;
  }
  body .chapter2 .chapter2-about .chapter2-about1 {
    display: block;
    background-color: white;
    color: black;
    position: relative;
    min-height: 375px;
  }
  body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-texts {
    box-sizing: border-box;
    width: 100%;
    padding: 0 30px;
    position: absolute;
    top: 8px;
    left: 0px;
    right: 0;
    z-index: 2;
    width: 100%;
  }
  body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-texts .title {
    font-size: 20px;
    margin-bottom: 14px;
  }
  body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-texts .text {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
  }
  body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-texts .text span {
    margin: 0 0 0 auto;
    max-width: 528px;
    padding-left: 0px;
  }
  body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-img img {
    height: auto;
    object-fit: cover;
  }
  body .chapter2 .chapter2-about .chapter2-about2 {
    position: relative;
    padding-top: 40px;
  }
  body .chapter2 .chapter2-about .chapter2-about2 .chapter2-about2-texts {
    text-align: right;
    box-sizing: border-box;
    position: absolute;
    top: unset;
    left: 0px;
    right: 0;
    bottom: 8%;
    padding: 0;
    padding: 20px 30px 20px 30px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  body .chapter2 .chapter2-about .chapter2-about2 .chapter2-about2-texts .title {
    margin-bottom: 20px;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
  }
  body .chapter2 .chapter2-about .chapter2-about2 .chapter2-about2-texts .text {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    text-align: left;
    margin: 0 0 0 auto;
    padding: 0;
  }
  body .chapter2 .chapter2-about .chapter2-about2 .chapter2-about2-img {
    width: 100%;
    padding-top: 0px;
    margin: 0 auto 0 0;
  }
  body .chapter2 .chapter2-slide .chapter2-slide-texts {
    margin-bottom: 50px;
  }
  body .chapter2 .chapter2-slide .chapter2-slide-texts .title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  body .chapter2 .chapter2-slide .chapter2-slide-texts .text {
    padding: 0 30px;
    font-size: 14px;
    line-height: 18px;
  }
  body .chapter2 .chapter2-slide .swiper-container2 {
    height: 266px;
  }
  body .end-roll {
    text-align: center;
    margin: 80px auto;
    padding: 0 30px;
  }
  body .end-roll .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
  }
  body .end-roll .title::before {
    content: "樹脂サイディング";
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -56px;
    font-size: 14px;
    color: white;
  }
  body .end-roll .text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 48px;
  }
  body .end-roll .text span {
    font-size: 18px;
  }
  body .end-roll .chapter-number {
    font-size: 28px;
    line-height: 60px;
    margin-bottom: 24px;
  }
  body .end-roll .chapter1-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 20px;
    text-align: center;
  }
  body .end-roll .chapter1-contents .chapter1-contents-text {
    width: 242px;
  }
  body .end-roll .chapter1-contents .chapter1-contents-text .name1 {
    font-size: 14px;
    line-height: 22px;
  }
  body .end-roll .chapter1-contents .chapter1-contents-text .name2 {
    font-size: 18px;
    line-height: 26px;
  }
  body .end-roll .chapter1-contents .chapter1-contents-img {
    width: 242px;
  }
  body .end-roll .chapter2-contents {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    margin-bottom: 40px;
    text-align: center;
  }
  body .end-roll .chapter2-contents .chapter2-contents-text {
    width: 242px;
  }
  body .end-roll .chapter2-contents .chapter2-contents-text .name1 {
    font-size: 14px;
    line-height: 22px;
  }
  body .end-roll .chapter2-contents .chapter2-contents-text .name2 {
    font-size: 18px;
    line-height: 26px;
  }
  body .end-roll .chapter2-contents .chapter2-contents-img {
    width: 242px;
  }
  body .end-roll .end-roll-texts .end-roll-title {
    font-size: 28px;
    line-height: 80%;
    font-family: "Balqis", "メイリオ", "Meiryo";
  }
  body .end-roll .end-roll-texts .end-roll-text {
    font-family: "cinecaption", "メイリオ", "Meiryo";
    font-size: 16px;
    line-height: auto;
  }
  body .features {
    background-color: white;
    color: black;
    padding: 80px 0;
  }
  body .features .features-title-box {
    text-align: center;
    margin-bottom: 48px;
  }
  body .features .feature1 .feature1-texts {
    padding: 40px 30px;
  }
  body .features .feature1 .feature1-texts .content-title {
    margin-bottom: 24px;
  }
  body .features .feature1 .feature1-texts .source {
    font-size: 12px;
    line-height: 14px;
    text-align: right;
  }
  body .features .feature2 {
    height: auto;
    width: 100%;
    background-image: url(../img2/mt-fuji.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 20px 30px;
    margin-bottom: 80px;
    display: block;
  }
  body .features .feature2 .content-title {
    font-size: 20px;
    line-height: 28px;
    height: unset;
    padding-top: 16px;
    margin-left: 0;
    background-color: rgba(255, 255, 255, 0);
    writing-mode: unset;
    -webkit-text-orientation: unset;
            text-orientation: unset;
  }
  body .features .feature2 .content-text {
    font-size: 14px;
    line-height: 18px;
    padding-top: 16px;
    padding-bottom: 20px;
    height: unset;
    background-color: rgba(255, 255, 255, 0);
    writing-mode: unset;
    -webkit-text-orientation: unset;
            text-orientation: unset;
  }
  body .features .feature2 .more {
    font-size: 16px;
    font-family: "メイリオ", "Meiryo";
    padding: 14px 10px 0px 10px;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: -40px;
    left: unset;
    right: 40px;
    transition: 0.4s;
  }
  body .features .feature2 .more:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .features .feature2 .more p {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -22px;
    font-size: 20px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    color: white;
  }
  body .features .feature3 {
    height: auto;
    width: 100%;
    background-image: url(../img2/sea.jpg);
    background-position: unset;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 20px 30px;
    display: block;
  }
  body .features .feature3 .content-title {
    padding-top: 20px;
    height: unset;
    writing-mode: unset;
    -webkit-text-orientation: unset;
            text-orientation: unset;
  }
  body .features .feature3 .content-text {
    padding-top: 20px;
    padding-bottom: 20px;
    color: black;
    height: unset;
    padding-left: 0px;
    box-sizing: border-box;
    writing-mode: unset;
    -webkit-text-orientation: unset;
            text-orientation: unset;
  }
  body .features .feature3 .more {
    font-size: 16px;
    font-family: "メイリオ", "Meiryo";
    padding: 14px 10px 0px 10px;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: -40px;
    right: 40px;
    left: unset;
    transition: 0.4s;
  }
  body .features .feature3 .more:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .features .feature3 .more p {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -22px;
    font-size: 20px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    color: white;
  }
  body .features .feature4 {
    width: 100%;
    padding: 50px 50px 0 10px;
  }
  body .features .feature4 p {
    font-size: 14px;
    font-family: "メイリオ", "Meiryo";
  }
  body .performance {
    background-color: white;
    color: black;
    padding: 80px 30px;
    text-align: center;
  }
  body .performance .performance-title-box {
    margin-bottom: 40px;
  }
  body .performance .performance1 .performance-texts {
    text-align: left;
    margin-bottom: 32px;
  }
  body .performance .performance1 .performance-texts .performance-title {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 14px;
  }
  body .performance .performance1 .performance-texts .performance-text {
    font-size: 16px;
    margin-bottom: 24px;
  }
  body .performance .performance1 .performance-imgs {
    display: block;
    margin: 0 auto 80px auto;
    width: 80%;
  }
  body .performance .performance1 .performance-imgs .performance-img {
    width: 100%;
    margin-bottom: 40px;
  }
  body .performance .performance1 .performance-imgs .img1 {
    height: unset;
  }
  body .performance .performance1 .performance-imgs .img1 img {
    height: unset;
  }
  body .performance .performance1 .performance-imgs .img2 img {
    max-width: unset;
    width: 80%;
    margin: auto;
  }
  body .performance .performance1 .more {
    font-size: 16px;
    font-family: "メイリオ", "Meiryo";
    padding: 14px 10px 0px 10px;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    left: unset;
    transition: 0.4s;
  }
  body .performance .performance1 .more:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .performance .performance1 .more p {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -22px;
    font-size: 20px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    color: white;
  }
  body .performance .performance2 .performance-texts {
    text-align: left;
    margin-bottom: 40px;
  }
  body .performance .performance2 .performance-texts .performance-title {
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: normal;
  }
  body .performance .performance2 .performance-texts .performance-text {
    font-size: 16px;
  }
  body .performance .performance2 .performance-img {
    width: 80%;
    margin: 0 auto 40px auto;
  }
  body .performance .performance2 .performance-description {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-top: 8px;
  }
  body .warranty {
    background-color: white;
    color: black;
    padding-bottom: 80px;
  }
  body .warranty .warranty-title-box {
    text-align: center;
    margin-bottom: 40px;
  }
  body .warranty .warranty-contents {
    display: block;
    align-items: unset;
    padding: 0 30px;
    text-align: center;
  }
  body .warranty .warranty-contents .warranty-img {
    width: 60%;
    margin: 0 auto 20px auto;
    text-align: center;
  }
  body .warranty .warranty-contents .warranty-img img {
    width: 60%;
  }
  body .warranty .warranty-contents .text {
    text-align: left;
    margin-left: unset;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    font-family: "メイリオ", "Meiryo";
  }
  body .lineup {
    background-color: white;
    color: black;
    text-align: center;
  }
  body .lineup .lineup-title-box {
    text-align: center;
    margin-bottom: 40px;
  }
  body .lineup .lineup-contents {
    display: block;
    width: 100%;
  }
  body .lineup .lineup-contents .oregonpride {
    width: 100%;
  }
  body .lineup .lineup-contents .oregonpride .name {
    margin-bottom: 14px;
  }
  body .lineup .lineup-contents .oregonpride .name .logo-img {
    height: 40px;
    width: auto;
    margin: 0 auto;
  }
  body .lineup .lineup-contents .oregonpride .name .product-name {
    font-size: 24px;
  }
  body .lineup .lineup-contents .oregonpride .sample {
    height: 375px;
    background-image: url(../img2/oregon-pride-colors.jpg);
    color: black;
    position: relative;
  }
  body .lineup .lineup-contents .oregonpride .sample .sample-text {
    position: absolute;
    top: 20px;
    left: 40px;
    font-size: 30px;
    width: 91.6%;
    text-align: left;
  }
  body .lineup .lineup-contents .oregonpride .sample .sample-title {
    font-size: 40px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -40px;
    font-family: "Balqis", "メイリオ", "Meiryo";
  }
  body .lineup .lineup-contents .oregonpride .text {
    font-size: 16px;
    text-align: left;
    padding: 14px 30px 20px 30px;
    height: 250px;
    font-family: "メイリオ", "Meiryo";
  }
  body .lineup .lineup-contents .grandriver {
    width: 100%;
  }
  body .lineup .lineup-contents .grandriver .name {
    margin-bottom: 14px;
  }
  body .lineup .lineup-contents .grandriver .name .logo-img {
    height: 40px;
    width: auto;
    margin: 0 auto;
  }
  body .lineup .lineup-contents .grandriver .name .product-name {
    font-size: 24px;
  }
  body .lineup .lineup-contents .grandriver .sample {
    height: 375px;
    background-image: url(../img2/grand-river-colors.jpg);
    color: black;
    position: relative;
  }
  body .lineup .lineup-contents .grandriver .sample .sample-text {
    position: absolute;
    top: 20px;
    left: 40px;
    font-size: 30px;
    width: 91.6%;
    text-align: left;
  }
  body .lineup .lineup-contents .grandriver .sample .sample-title {
    font-size: 40px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -55px;
    font-family: "Balqis", "メイリオ", "Meiryo";
  }
  body .lineup .lineup-contents .grandriver .text {
    font-size: 16px;
    text-align: left;
    padding: 14px 30px 20px 30px;
    font-family: "メイリオ", "Meiryo";
  }
  body .lineup .lineup-contents .grandriver .text2 {
    font-size: 20px;
    text-align: left;
    padding: 14px 40px 20px 40px;
    font-family: "メイリオ", "Meiryo";
  }
  body .gallery {
    background-color: white;
    color: black;
    padding-top: 80px;
  }
  body .gallery .gallery-title-box {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 30px;
  }
  body .gallery .gallery-slide {
    height: auto;
  }
  body .gallery .gallery-slide .slide-content {
    position: relative;
  }
  body .gallery .gallery-slide .slide-content .more {
    font-size: 12px;
    font-family: "メイリオ", "Meiryo";
    padding: 14px 10px 0px 10px;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -19px;
    margin-left: -40px;
    transition: 0.4s;
  }
  body .gallery .gallery-slide .slide-content .more:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .gallery .gallery-slide .slide-content .more p {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -22px;
    font-size: 20px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    color: white;
  }
  body .gallery .more {
    font-size: 16px;
    font-family: "メイリオ", "Meiryo";
    padding: 14px 10px 0px 10px;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    margin: 40px auto;
    transition: 0.4s;
  }
  body .gallery .more:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .gallery .more p {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -33px;
    font-size: 20px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    color: white;
  }
  body .gallery .gallery-example {
    height: 320px;
    width: 100%;
    background-image: url(../img2/epilogue.jpg);
    background-size: cover;
    position: relative;
  }
  body footer {
    padding: 60px 20px;
    display: block;
  }
  body footer .footer-contents {
    justify-content: unset;
    display: block;
    text-align: center;
  }
  body footer .footer-contents div {
    margin-bottom: 20px;
  }
  body footer .footer-contents .company {
    display: block;
  }
  body footer .footer-contents .company .title {
    font-size: 24px;
    margin-bottom: 24px;
    padding-right: 0;
  }
  body footer .footer-contents .company p {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
  }
  body footer .footer-contents .products .product {
    display: block;
  }
  body footer .footer-contents .ceramic {
    padding-top: 0;
    display: block;
  }
  body footer .footer-contents .ceramic {
    padding-top: 0;
    display: block;
  }
  body footer .footer-contents .metal {
    padding-top: 0;
    display: block;
  }
  body footer .footer-contents .lixil {
    padding-top: 0;
    display: block;
  }
  body footer .footer-contents .roofing {
    padding-top: 0;
    display: block;
  }
  body footer .text {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    margin-top: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 896px) and (min-width: 481px) {
  .chapter-number {
    font-size: 40px;
    margin-bottom: 30px;
    padding-left: 160px;
  }
  .chapter-number.number1 {
    position: relative;
    margin-bottom: 20px;
    line-height: unset;
    text-align: left;
  }
  .chapter-number.number1::before {
    content: "";
    display: inline-block;
    width: 70%;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: 28px;
    right: 160px;
    left: unset;
  }
  .chapter-number.number1-small {
    position: relative;
    font-size: 40px;
    padding-right: 40px;
    text-align: right;
    max-width: 856px;
    margin: 0 auto 0 0;
    box-sizing: border-box;
    width: 100%;
  }
  .chapter-number.number1-small::before {
    content: "";
    display: inline-block;
    width: 60%;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: 30px;
    left: 0px;
  }
  .chapter-number.number1-small::after {
    content: "ずっと憧れだった、海沿いの家に住むこと";
    font-size: 12px;
    position: absolute;
    right: unset;
    left: 20px;
    bottom: 10px;
  }
  .chapter-number.number2 {
    position: relative;
    margin-bottom: 20px;
    line-height: unset;
    text-align: right;
  }
  .chapter-number.number2::after {
    content: "";
    display: inline-block;
    width: 70%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 28px;
    right: unset;
    left: 160px;
  }
  .chapter-number.number2-small {
    position: relative;
    font-size: 40px;
    padding-left: 40px;
    max-width: 856px;
    text-align: left;
    margin: 0 0 0 auto;
    box-sizing: border-box;
  }
  .chapter-number.number2-small::before {
    content: "幻想的なダイヤモンドダストで迎える朝";
    font-size: 12px;
    position: absolute;
    right: 20px;
    left: unset;
    top: -10px;
  }
  .chapter-number.number2-small::after {
    content: "";
    display: inline-block;
    width: 60%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 30px;
    right: 0%;
  }

  .title {
    font-size: 24px;
    line-height: 28px;
    font-family: "cinecaption", "メイリオ", "Meiryo";
    font-weight: lighter;
  }

  .text {
    font-size: 16px;
    line-height: 24px;
    font-family: "cinecaption", "メイリオ", "Meiryo";
  }

  .section-title {
    font-size: 40px;
    font-weight: lighter;
    line-height: 100%;
    padding-bottom: 14px;
    display: inline-block;
    position: relative;
    font-family: "Balqis", "メイリオ", "Meiryo";
  }
  .section-title::after {
    content: "";
    position: absolute;
    bottom: 8px;
    width: 200px;
    height: 2px;
    background-color: black;
    right: 50%;
    margin-right: -100px;
  }

  .section-subtitle {
    font-size: 18px;
    font-family: "メイリオ", "Meiryo";
  }

  .content-title {
    font-size: 24px;
    line-height: 32px;
    font-family: "cinecaption", "メイリオ", "Meiryo";
  }

  .content-text {
    font-size: 18px;
    line-height: 26px;
    font-family: "メイリオ", "Meiryo";
  }

  .sp-br,
  .pc-none {
    display: block;
  }

  .pc-br,
  .sp-none {
    display: none;
  }

  body .loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: black;
    z-index: 999;
    pointer-events: none;
  }
  body .loading .loading-contents {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -135px;
  }
  body .loading .loading-contents .top-video-subtitle {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
    font-family: "Century Gothic", "ヒラギノ角ゴシック";
  }
  body .loading .loading-contents .top-video-subtitle span {
    font-size: 10px;
  }
  body .loading .loading-contents .top-video-title {
    font-size: 40px;
    line-height: 24px;
    margin-bottom: 40px;
    font-weight: lighter;
    font-family: "Century Gothic", "ヒラギノ角ゴシック";
  }
  body .loading .loading-contents .top-video-title .with {
    font-size: 24px;
    line-height: 24px;
  }
  body .loading .loading-contents .top-video-title .wall-j {
    font-size: 48px;
    line-height: 44px;
    font-weight: lighter;
  }
  body header .header-left {
    top: 30px;
    left: 30px;
    height: 30px;
  }
  body header .header-right {
    position: fixed;
    top: 30px;
    right: 10px;
  }
  body header .header-right .header-nav .header-nav-item {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 896px) and (min-width: 481px) and (-ms-high-contrast: none) {
  body header .header-right .header-nav .header-nav-item *::-ms-backdrop, body header .header-right .header-nav .header-nav-item .header-nav-item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 896px) and (min-width: 481px) {
  body header .header-right .header-nav .header-nav-item .header-color {
    color: white;
  }
}
@media only screen and (max-width: 896px) and (min-width: 481px) {
  body .top-video {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  body .top-video .top-video-contents {
    position: absolute;
    top: 50%;
    left: 50%;
    right: unset;
    margin-top: -125px;
    margin-left: -135px;
    text-align: center;
    z-index: 3;
  }
  body .top-video .top-video-contents .top-video-subtitle {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
    font-family: "Century Gothic", "ヒラギノ角ゴシック";
  }
  body .top-video .top-video-contents .top-video-subtitle span {
    font-size: 10px;
  }
  body .top-video .top-video-contents .top-video-title {
    font-size: 40px;
    line-height: 24px;
    margin-bottom: 40px;
    font-weight: lighter;
    font-family: "Century Gothic", "ヒラギノ角ゴシック";
  }
  body .top-video .top-video-contents .top-video-title .with {
    font-size: 24px;
    line-height: 24px;
  }
  body .top-video .top-video-contents .top-video-title .wall-j {
    font-size: 48px;
    line-height: 44px;
    font-weight: lighter;
  }
  body .top-video .top-video-contents .video-btns {
    display: none;
  }
  body .top-video .top-video-contents .youtube {
    display: block;
  }
  body .top-video .top-video-contents .youtube a img {
    height: 30px;
  }
  body .top-video .top-video-contents .youtube a .youtube-play {
    font-family: "Balqis", "メイリオ", "Meiryo";
    font-size: 40px;
    margin-bottom: -8px;
  }
  body .top-video .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 2;
  }
  body .top-video .key-video-box {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  body .top-video .key-video-box .key-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
  }
}
@media only screen and (max-width: 896px) and (min-width: 481px) {
  body .top-contents {
    margin: 60px auto;
  }
  body .top-contents .container {
    padding: 20px 30px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  body .top-contents .container .top-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
  }
  body .top-contents .container .top-title::before {
    top: -24px;
    left: 6px;
  }
  body .top-contents .container .text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 896px) and (min-width: 481px) {
  body .chapter1 .chapter1-main {
    display: block;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  body .chapter1 .chapter1-main .chapter-text {
    position: unset;
    display: block;
    width: 100%;
    text-align: right;
    padding: 0 30px;
    z-index: 2;
  }
  body .chapter1 .chapter1-main .chapter-text .chapter-number {
    padding-left: 160px;
    text-align: right;
    margin-bottom: 24px;
  }
  body .chapter1 .chapter1-main .chapter-text .title {
    margin-bottom: 24px;
    text-align: left;
  }
  body .chapter1 .chapter1-main .chapter-text .text {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: left;
  }
  body .chapter1 .chapter1-main .chapter-img {
    position: unset;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  body .chapter1 .chapter1-style {
    height: auto;
    width: 100%;
    color: white;
    padding: 40px 0px 0px 0;
  }
  body .chapter1 .chapter1-style .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  body .chapter1 .chapter1-style .swiper-wrapper .swiper-slide .chapter1-style-texts {
    top: unset;
    bottom: 0px;
    left: 0px;
    padding: 10px 30px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  body .chapter1 .chapter1-style .swiper-wrapper .swiper-slide .chapter1-style-texts .title {
    margin-bottom: 24px;
  }
  body .chapter1 .chapter1-style .swiper-wrapper .swiper-slide .chapter1-style-texts .text {
    line-height: 18px;
  }
  body .chapter1 .chapter1-about {
    padding-top: 40px;
  }
  body .chapter1 .chapter1-about .chapter1-about1 {
    display: block;
    background-color: white;
    color: black;
  }
  body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-img {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 40px;
  }
  body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-img img {
    width: 100%;
  }
  body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-texts {
    padding: 10px 30px;
    box-sizing: border-box;
    width: 100%;
    top: unset;
    bottom: 20%;
    right: 0px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0);
  }
  body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-texts .title {
    margin-bottom: 24px;
  }
  body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-texts .text {
    width: 100%;
  }
  body .chapter1 .chapter1-about .chapter1-about2 {
    position: relative;
    margin-bottom: 40px;
  }
  body .chapter1 .chapter1-about .chapter1-about2 .chapter1-about2-texts {
    position: absolute;
    top: unset;
    bottom: 20%;
    left: 0px;
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px 30px;
  }
  body .chapter1 .chapter1-about .chapter1-about2 .chapter1-about2-texts .title {
    margin-bottom: 20px;
  }
  body .chapter1 .chapter1-about .chapter1-about2 .chapter1-about2-texts .text {
    width: 100%;
  }
  body .chapter1 .chapter1-about .chapter1-about2 .chapter1-about2-img {
    width: 100%;
    margin: 0;
    padding-top: 0px;
  }
  body .chapter1 .chapter1-slide .slide-night {
    width: 100%;
    height: 406px;
    background-image: url(../img2/moon.jpg);
    background-size: cover;
    background-position: 900px;
    position: relative;
  }
  body .chapter1 .chapter1-slide .slide-night .night-overlay {
    position: absolute;
    z-index: 5;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
  }
  body .chapter1 .chapter1-slide .slide-night .night-texts {
    position: absolute;
    bottom: 80px;
    left: 0px;
    padding: 10px 30px;
  }
  body .chapter1 .chapter1-slide .slide-night .night-texts .title {
    font-size: 16px;
    line-height: 32px;
  }
  body .chapter1 .chapter1-slide .slide-night .night-texts .night-text {
    font-size: 32px;
    line-height: 100%;
    font-family: "Balqis", "メイリオ", "Meiryo";
    margin-bottom: 8px;
  }
  body .chapter1 .chapter1-slide .slide-morning {
    width: 100%;
    height: 406px;
    background-image: url(../img2/nature.jpg);
    background-size: cover;
    position: relative;
  }
  body .chapter1 .chapter1-slide .slide-morning .morning-overlay {
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 5;
  }
  body .chapter1 .chapter1-slide .slide-morning .slide-morning-text {
    position: absolute;
    bottom: 40px;
    right: 0px;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 40px;
  }
  body .chapter1 .chapter1-slide .slide-morning .slide-morning-text .title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 32px;
  }
  body .chapter1 .chapter1-slide .slide-morning .slide-morning-text .text {
    font-size: 32px;
    font-family: "Balqis", "メイリオ", "Meiryo";
  }
}
@media only screen and (max-width: 896px) and (min-width: 481px) {
  body .chapter2 .chapter2-main {
    padding: 80px 0 40px 0;
    position: unset;
    height: unset;
    width: 100%;
  }
  body .chapter2 .chapter2-main .chapter-img {
    padding-top: 20px;
    width: 100%;
    padding-bottom: 0px;
  }
  body .chapter2 .chapter2-main .chapter-text {
    position: unset;
    margin: unset;
    max-width: unset;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: left;
  }
  body .chapter2 .chapter2-main .chapter-text .chapter-number {
    text-align: left;
    padding-right: 0px;
    margin-bottom: 24px;
    padding-left: 0;
    width: 100%;
  }
  body .chapter2 .chapter2-main .chapter-text .title {
    text-align: left;
    margin-bottom: 24px;
  }
  body .chapter2 .chapter2-main .chapter-text .text {
    text-align: left;
    margin: 0 0 0 auto;
    padding: 0;
  }
  body .chapter2 .chapter2-style {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    margin-bottom: 40px;
  }
  body .chapter2 .chapter2-style .swiper-wrapper .swiper-slide .chapter2-style-texts {
    position: absolute;
    top: unset;
    bottom: 0px;
    left: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .chapter2 .chapter2-style .swiper-wrapper .swiper-slide .chapter2-style-texts .title {
    width: 100%;
    margin-bottom: 14px;
    padding: 0;
    line-height: 28px;
  }
  body .chapter2 .chapter2-style .swiper-wrapper .swiper-slide .chapter2-style-texts .text {
    padding: 0;
    line-height: 18px;
  }
  body .chapter2 .chapter2-about {
    margin-bottom: 80px;
  }
  body .chapter2 .chapter2-about .chapter2-about1 {
    display: block;
    background-color: white;
    color: black;
    position: relative;
    min-height: 481px;
  }
  body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-texts {
    max-width: unset;
    box-sizing: border-box;
    width: 100%;
    padding: 16px 30px;
    position: absolute;
    top: 20px;
    bottom: unset;
    left: 0px;
    z-index: 2;
  }
  body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-texts .title {
    margin-bottom: 24px;
  }
  body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-texts .text {
    width: 100%;
  }
  body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-texts .text span {
    margin: 0 0 0 auto;
    max-width: 528px;
    padding-left: 0px;
  }
  body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-img {
    width: 100%;
    position: absolute;
    bottom: 0;
    top: unset;
    left: 0;
    padding-top: 100%;
    margin-top: -100%;
    display: block;
  }
  body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-img img {
    height: auto;
    object-fit: cover;
  }
  body .chapter2 .chapter2-about .chapter2-about2 {
    position: relative;
    padding-top: 40px;
  }
  body .chapter2 .chapter2-about .chapter2-about2 .chapter2-about2-texts {
    text-align: right;
    box-sizing: border-box;
    position: absolute;
    top: unset;
    left: 0px;
    right: 0;
    bottom: 12%;
    padding: 16px 30px 16px 30px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  body .chapter2 .chapter2-about .chapter2-about2 .chapter2-about2-texts .title {
    margin-bottom: 20px;
    text-align: left;
  }
  body .chapter2 .chapter2-about .chapter2-about2 .chapter2-about2-texts .text {
    width: 100%;
    text-align: left;
    margin: 0 0 0 auto;
    padding: 0;
  }
  body .chapter2 .chapter2-about .chapter2-about2 .chapter2-about2-img {
    width: 100%;
    padding-top: 0px;
    margin: 0 auto 0 0;
  }
  body .chapter2 .chapter2-slide .chapter2-slide-texts {
    margin-bottom: 50px;
    padding: 16px 30px;
  }
  body .chapter2 .chapter2-slide .chapter2-slide-texts .title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
  }
  body .chapter2 .chapter2-slide .chapter2-slide-texts .text {
    font-size: 16px;
    padding: 0 30px;
  }
  body .chapter2 .chapter2-slide .swiper-container2 {
    height: 372px;
  }
  body .chapter2 .chapter2-slide .swiper-container2 .swiper-wrapper {
    height: 100%;
  }
  body .chapter2 .chapter2-slide .swiper-container2 .swiper-wrapper .swiper-slide {
    height: 100%;
  }
  body .chapter2 .chapter2-slide .swiper-container2 .swiper-wrapper .swiper-slide .swiper-img {
    height: 100%;
  }
  body .chapter2 .chapter2-slide .swiper-container2 .swiper-wrapper .swiper-slide .swiper-img img {
    height: 100%;
  }
}
@media only screen and (max-width: 896px) and (min-width: 481px) {
  body .end-roll {
    text-align: center;
    margin: 80px auto;
    padding: 0 30px;
  }
  body .end-roll .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
  }
  body .end-roll .title::before {
    content: "樹脂サイディング";
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -56px;
    font-size: 14px;
    color: white;
  }
  body .end-roll .text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 48px;
  }
  body .end-roll .text span {
    font-size: 18px;
  }
  body .end-roll .chapter-number {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 24px;
  }
  body .end-roll .chapter1-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 20px;
    text-align: center;
  }
  body .end-roll .chapter1-contents .chapter1-contents-text {
    width: 242px;
  }
  body .end-roll .chapter1-contents .chapter1-contents-text .name1 {
    font-size: 14px;
    line-height: 22px;
  }
  body .end-roll .chapter1-contents .chapter1-contents-text .name2 {
    font-size: 18px;
    line-height: 26px;
  }
  body .end-roll .chapter1-contents .chapter1-contents-img {
    width: 242px;
  }
  body .end-roll .chapter2-contents {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    margin-bottom: 40px;
    text-align: center;
  }
  body .end-roll .chapter2-contents .chapter2-contents-text {
    width: 242px;
  }
  body .end-roll .chapter2-contents .chapter2-contents-text .name1 {
    font-size: 14px;
    line-height: 22px;
  }
  body .end-roll .chapter2-contents .chapter2-contents-text .name2 {
    font-size: 18px;
    line-height: 26px;
  }
  body .end-roll .chapter2-contents .chapter2-contents-img {
    width: 242px;
  }
  body .end-roll .end-roll-texts .end-roll-title {
    font-size: 40px;
    line-height: 80%;
    font-family: "Balqis", "メイリオ", "Meiryo";
  }
  body .end-roll .end-roll-texts .end-roll-text {
    font-family: "cinecaption", "メイリオ", "Meiryo";
    font-size: 16px;
    line-height: auto;
  }
}
@media only screen and (max-width: 896px) and (min-width: 481px) {
  body .features {
    background-color: white;
    color: black;
    padding: 80px 0;
  }
  body .features .features-title-box {
    text-align: center;
    margin-bottom: 48px;
  }
  body .features .feature1 .feature1-texts {
    padding: 40px 30px;
  }
  body .features .feature1 .feature1-texts .content-title {
    margin-bottom: 40px;
  }
  body .features .feature1 .feature1-texts .source {
    font-size: 12px;
    line-height: 14px;
    text-align: right;
  }
  body .features .feature2 {
    height: auto;
    width: 100%;
    background-image: url(../img2/mt-fuji.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -100px;
    margin-bottom: 80px;
    display: block;
    padding: 20px 30px;
  }
  body .features .feature2 .content-title {
    padding-top: 0;
    padding-bottom: 16px;
    height: unset;
    margin-left: 0;
    background-color: rgba(255, 255, 255, 0);
    writing-mode: unset;
    -webkit-text-orientation: unset;
            text-orientation: unset;
  }
  body .features .feature2 .content-text {
    padding-top: 0;
    font-size: 14px;
    line-height: 20px;
    height: unset;
    background-color: rgba(255, 255, 255, 0);
    writing-mode: unset;
    -webkit-text-orientation: unset;
            text-orientation: unset;
  }
  body .features .feature2 .more {
    font-size: 16px;
    font-family: "メイリオ", "Meiryo";
    padding: 14px 10px 0px 10px;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: -40px;
    left: unset;
    right: 40px;
    transition: 0.4s;
  }
  body .features .feature2 .more:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .features .feature2 .more p {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -22px;
    font-size: 20px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    color: white;
  }
  body .features .feature3 {
    height: auto;
    width: 100%;
    background-image: url(../img2/sea.jpg);
    background-position: unset;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 16px 30px;
    display: block;
  }
  body .features .feature3 .content-title {
    padding-top: 0;
    line-height: 32px;
    height: unset;
    writing-mode: unset;
    -webkit-text-orientation: unset;
            text-orientation: unset;
  }
  body .features .feature3 .content-text {
    font-size: 14px;
    line-height: 20px;
    padding-top: 20px;
    color: black;
    height: unset;
    padding-left: 0px;
    box-sizing: border-box;
    writing-mode: unset;
    -webkit-text-orientation: unset;
            text-orientation: unset;
  }
  body .features .feature3 .more {
    font-size: 16px;
    font-family: "メイリオ", "Meiryo";
    padding: 14px 10px 0px 10px;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: -40px;
    right: 40px;
    left: unset;
    transition: 0.4s;
  }
  body .features .feature3 .more:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .features .feature3 .more p {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -22px;
    font-size: 20px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    color: white;
  }
  body .features .feature4 {
    width: 100%;
    padding: 50px 50px 0 10px;
  }
  body .features .feature4 p {
    font-size: 14px;
    font-family: "メイリオ", "Meiryo";
  }
}
@media only screen and (max-width: 896px) and (min-width: 481px) {
  body .performance {
    background-color: white;
    color: black;
    padding: 80px 30px 80px 30px;
    text-align: center;
  }
  body .performance .performance-title-box {
    margin-bottom: 40px;
  }
  body .performance .performance1 .performance-texts {
    text-align: left;
    margin-bottom: 32px;
  }
  body .performance .performance1 .performance-texts .performance-title {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 14px;
  }
  body .performance .performance1 .performance-texts .performance-text {
    font-size: 16px;
    margin-bottom: 24px;
  }
  body .performance .performance1 .performance-texts p {
    font-size: 16px;
  }
  body .performance .performance1 .performance-imgs {
    display: block;
    margin: 0 auto 80px auto;
    width: 80%;
  }
  body .performance .performance1 .performance-imgs .performance-img {
    width: 100%;
    margin-bottom: 40px;
  }
  body .performance .performance1 .performance-imgs .img1 {
    height: unset;
  }
  body .performance .performance1 .performance-imgs .img1 img {
    height: unset;
  }
  body .performance .performance1 .performance-imgs .img2 img {
    max-width: unset;
    width: 80%;
    margin: auto;
  }
  body .performance .performance1 .more {
    font-size: 16px;
    font-family: "メイリオ", "Meiryo";
    padding: 14px 10px 0px 10px;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.4s;
  }
  body .performance .performance1 .more:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .performance .performance1 .more p {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -22px;
    font-size: 20px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    color: white;
  }
  body .performance .performance2 .performance-texts {
    text-align: left;
    margin-bottom: 40px;
  }
  body .performance .performance2 .performance-texts .performance-title {
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: normal;
  }
  body .performance .performance2 .performance-texts .performance-text {
    font-size: 16px;
  }
  body .performance .performance2 .performance-img {
    width: 80%;
    margin: 0 auto 40px auto;
  }
  body .performance .performance2 .performance-description {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 896px) and (min-width: 481px) {
  body .warranty {
    background-color: white;
    color: black;
    padding-bottom: 80px;
  }
  body .warranty .warranty-title-box {
    text-align: center;
    margin-bottom: 40px;
  }
  body .warranty .warranty-contents {
    display: block;
    align-items: unset;
    padding: 0 30px;
    text-align: center;
  }
  body .warranty .warranty-contents .warranty-img {
    width: 60%;
    max-width: 300px;
    margin: 0 auto 20px auto;
    text-align: center;
  }
  body .warranty .warranty-contents .warranty-img img {
    width: 60%;
  }
  body .warranty .warranty-contents .text {
    text-align: left;
    margin-left: unset;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    font-family: "メイリオ", "Meiryo";
  }
}
@media only screen and (max-width: 896px) and (min-width: 481px) {
  body .lineup {
    background-color: white;
    color: black;
    text-align: center;
  }
  body .lineup .lineup-title-box {
    text-align: center;
    margin-bottom: 40px;
  }
  body .lineup .lineup-contents {
    display: block;
    width: 100%;
  }
  body .lineup .lineup-contents .oregonpride {
    width: 100%;
  }
  body .lineup .lineup-contents .oregonpride .name {
    margin-bottom: 14px;
  }
  body .lineup .lineup-contents .oregonpride .name .logo-img {
    height: 40px;
    width: auto;
    margin: 0 auto;
  }
  body .lineup .lineup-contents .oregonpride .name .product-name {
    font-size: 24px;
  }
  body .lineup .lineup-contents .oregonpride .sample {
    height: 0;
    padding-top: 100%;
    background-image: url(../img2/oregon-pride-colors.jpg);
    background-position: center center;
    background-size: cover;
    color: black;
    position: relative;
  }
  body .lineup .lineup-contents .oregonpride .sample .sample-text {
    position: absolute;
    top: 20px;
    left: 40px;
    font-size: 30px;
    width: 91.6%;
    text-align: left;
  }
  body .lineup .lineup-contents .oregonpride .sample .sample-title {
    font-size: 40px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -40px;
    font-family: "Balqis", "メイリオ", "Meiryo";
  }
  body .lineup .lineup-contents .oregonpride .text {
    font-size: 18px;
    text-align: left;
    padding: 14px 30px 20px 30px;
    height: 250px;
    font-family: "メイリオ", "Meiryo";
  }
  body .lineup .lineup-contents .oregonpride .text2 {
    font-size: 20px;
    text-align: left;
    padding: 14px 40px 20px 40px;
    font-family: "メイリオ", "Meiryo";
  }
  body .lineup .lineup-contents .grandriver {
    width: 100%;
  }
  body .lineup .lineup-contents .grandriver .name {
    margin-bottom: 14px;
  }
  body .lineup .lineup-contents .grandriver .name .logo-img {
    height: 40px;
    width: auto;
    margin: 0 auto;
  }
  body .lineup .lineup-contents .grandriver .name .product-name {
    font-size: 24px;
  }
  body .lineup .lineup-contents .grandriver .sample {
    height: 0;
    padding-top: 100%;
    background-image: url(../img2/grand-river-colors.jpg);
    background-position: center center;
    background-size: cover;
    color: black;
    position: relative;
  }
  body .lineup .lineup-contents .grandriver .sample .sample-text {
    position: absolute;
    top: 20px;
    left: 40px;
    font-size: 30px;
    width: 91.6%;
    text-align: left;
  }
  body .lineup .lineup-contents .grandriver .sample .sample-title {
    font-size: 40px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -55px;
    font-family: "Balqis", "メイリオ", "Meiryo";
  }
  body .lineup .lineup-contents .grandriver .text {
    font-size: 18px;
    text-align: left;
    padding: 14px 30px 20px 30px;
    font-family: "メイリオ", "Meiryo";
  }
  body .lineup .lineup-contents .grandriver .text2 {
    font-size: 16px;
    text-align: left;
    padding: 14px 40px 20px 40px;
    font-family: "メイリオ", "Meiryo";
  }
}
@media only screen and (max-width: 896px) and (min-width: 481px) {
  body .gallery {
    background-color: white;
    color: black;
    padding-top: 80px;
  }
  body .gallery .gallery-title-box {
    text-align: center;
    margin-bottom: 40px;
  }
  body .gallery .gallery-slide {
    height: auto;
  }
  body .gallery .gallery-slide .slide-content {
    position: relative;
  }
  body .gallery .gallery-slide .slide-content .more {
    font-size: 12px;
    font-family: "メイリオ", "Meiryo";
    padding: 14px 10px 0px 10px;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -19px;
    margin-left: -40px;
    transition: 0.4s;
  }
  body .gallery .gallery-slide .slide-content .more:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .gallery .gallery-slide .slide-content .more p {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -22px;
    font-size: 20px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    color: white;
  }
  body .gallery .more {
    font-size: 16px;
    font-family: "メイリオ", "Meiryo";
    padding: 14px 10px 0px 10px;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    margin: 40px auto;
    transition: 0.4s;
  }
  body .gallery .more:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .gallery .more p {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -33px;
    font-size: 20px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    color: white;
  }
  body .gallery .gallery-example {
    height: 600px;
    width: 100%;
    background-image: url(../img2/epilogue.jpg);
    background-size: cover;
    position: relative;
  }
}
@media only screen and (max-width: 896px) and (min-width: 481px) {
  body footer {
    padding: 60px 20px;
    display: block;
  }
  body footer .footer-contents {
    justify-content: unset;
    display: block;
    text-align: center;
  }
  body footer .footer-contents div {
    margin-bottom: 20px;
  }
  body footer .footer-contents .company {
    display: block;
  }
  body footer .footer-contents .company .title {
    font-size: 24px;
    margin-bottom: 24px;
    padding-right: 0;
  }
  body footer .footer-contents .company p {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
  }
  body footer .footer-contents .products .product {
    display: block;
  }
  body footer .footer-contents .ceramic {
    padding-top: 0;
    display: block;
  }
  body footer .footer-contents .ceramic {
    padding-top: 0;
    display: block;
  }
  body footer .footer-contents .metal {
    padding-top: 0;
    display: block;
  }
  body footer .footer-contents .lixil {
    padding-top: 0;
    display: block;
  }
  body footer .footer-contents .roofing {
    padding-top: 0;
    display: block;
  }
  body footer .text {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    margin-top: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 897px) {
  .chapter-number {
    font-size: 60px;
    margin-bottom: 30px;
    padding-left: 160px;
  }
  .chapter-number.number1 {
    position: relative;
    margin-bottom: 20px;
    line-height: unset;
    text-align: left;
    padding-right: 30px;
  }
  .chapter-number.number1::before {
    content: "";
    display: inline-block;
    width: 70%;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: 28px;
    right: unset;
    left: 0px;
  }
  .chapter-number.number1-small {
    position: relative;
    font-size: 40px;
    padding-right: 40px;
    text-align: right;
    max-width: 856px;
    margin: 0 auto 0 0;
    box-sizing: border-box;
  }
  .chapter-number.number1-small::before {
    content: "";
    display: inline-block;
    width: 74%;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: 30px;
    left: 0px;
  }
  .chapter-number.number1-small::after {
    content: "ずっと憧れだった、海沿いの家に住むこと";
    font-size: 12px;
    position: absolute;
    right: unset;
    left: 20px;
    bottom: 10px;
  }
  .chapter-number.number2 {
    position: relative;
    margin-bottom: 20px;
    line-height: unset;
    text-align: right;
    width: 100%;
  }
  .chapter-number.number2::after {
    content: "";
    display: inline-block;
    width: 70%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 28px;
    right: unset;
    left: 0px;
  }
  .chapter-number.number2-small {
    position: relative;
    font-size: 40px;
    padding-left: 40px;
    max-width: 856px;
    text-align: left;
    margin: 0 0 0 auto;
    box-sizing: border-box;
  }
  .chapter-number.number2-small::before {
    content: "幻想的なダイヤモンドダストで迎える朝";
    font-size: 12px;
    position: absolute;
    right: 20px;
    left: unset;
    top: -10px;
  }
  .chapter-number.number2-small::after {
    content: "";
    display: inline-block;
    width: 74%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 30px;
    right: 0%;
  }

  .title {
    font-size: 24px;
    font-family: "cinecaption", "メイリオ", "Meiryo";
    font-weight: lighter;
    padding-right: 30px;
  }

  .text {
    font-size: 16px;
    line-height: 24px;
    font-family: "cinecaption", "メイリオ", "Meiryo";
    padding-right: 30px;
  }

  .section-title {
    font-size: 60px;
    font-weight: lighter;
    line-height: 100%;
    padding-bottom: 14px;
    display: inline-block;
    position: relative;
    font-family: "Balqis", "メイリオ", "Meiryo";
  }
  .section-title::after {
    content: "";
    position: absolute;
    bottom: 8px;
    width: 200px;
    height: 2px;
    background-color: black;
    right: 50%;
    margin-right: -100px;
  }

  .section-subtitle {
    font-size: 18px;
    font-family: "メイリオ", "Meiryo";
  }

  .content-title {
    font-size: 20px;
    line-height: 32px;
    font-family: "cinecaption", "メイリオ", "Meiryo";
  }

  .content-text {
    font-size: 16px;
    line-height: 26px;
    font-family: "メイリオ", "Meiryo";
  }

  .sp-br,
  .sp-none {
    display: block;
  }

  .pc-br,
  .pc-none {
    display: none;
  }

  body .loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: black;
    z-index: 999;
    pointer-events: none;
  }
  body .loading .loading-contents {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -209px;
    margin-left: -248px;
  }
  body .loading .loading-contents .top-video-subtitle {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
    font-family: "Century Gothic", "ヒラギノ角ゴシック";
  }
  body .loading .loading-contents .top-video-subtitle span {
    font-size: 20px;
  }
  body .loading .loading-contents .top-video-title {
    font-size: 64px;
    line-height: 40px;
    margin-bottom: 60px;
    font-weight: lighter;
    font-family: "Century Gothic", "ヒラギノ角ゴシック";
  }
  body .loading .loading-contents .top-video-title .with {
    font-size: 32px;
    line-height: 60px;
  }
  body .loading .loading-contents .top-video-title .wall-j {
    font-size: 88px;
    line-height: 80px;
    font-weight: lighter;
  }
  body header .header-left {
    top: 30px;
    left: 40px;
    height: 40px;
  }
  body header .header-right {
    position: fixed;
    top: 30px;
    right: 20px;
  }
  body header .header-right .header-nav {
    font-size: 12px;
  }
  body header .header-right .header-nav .header-nav-item {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 897px) and (-ms-high-contrast: none) {
  body header .header-right .header-nav .header-nav-item *::-ms-backdrop, body header .header-right .header-nav .header-nav-item .header-nav-item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 897px) {
  body header .header-right .header-nav .header-nav-item .border {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 897px) {
  body header .header-right .header-nav .header-nav-item.horizon {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 897px) {
  body header .header-right .header-nav .header-nav-item .header-color {
    color: white;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 897px) {
  body .top-video {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  body .top-video .top-video-contents {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -209px;
    margin-left: -248px;
    text-align: center;
    z-index: 3;
  }
  body .top-video .top-video-contents .top-video-subtitle {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
    font-family: "Century Gothic", "ヒラギノ角ゴシック";
  }
  body .top-video .top-video-contents .top-video-subtitle span {
    font-size: 20px;
  }
  body .top-video .top-video-contents .top-video-title {
    font-size: 64px;
    line-height: 40px;
    margin-bottom: 60px;
    font-weight: lighter;
    font-family: "Century Gothic", "ヒラギノ角ゴシック";
  }
  body .top-video .top-video-contents .top-video-title .with {
    font-size: 32px;
    line-height: 60px;
  }
  body .top-video .top-video-contents .top-video-title .wall-j {
    font-size: 88px;
    line-height: 80px;
    font-weight: lighter;
  }
  body .top-video .top-video-contents .video-btns {
    display: none;
  }
  body .top-video .top-video-contents .youtube {
    display: block;
  }
  body .top-video .top-video-contents .youtube a img {
    height: 50px;
  }
  body .top-video .top-video-contents .youtube a .youtube-play {
    font-family: "Balqis", "メイリオ", "Meiryo";
    font-size: 40px;
    margin-bottom: 0px;
  }
  body .top-video .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 2;
  }
  body .top-video .key-video-box {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  body .top-video .key-video-box .key-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 897px) {
  body .top-contents {
    margin: 60px auto;
  }
  body .top-contents .container {
    max-width: 944px;
    padding: 20px 60px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  body .top-contents .container .top-title {
    display: inline-block;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 40px;
    position: relative;
  }
  body .top-contents .container .top-title::before {
    top: -28px;
    left: 24px;
  }
  body .top-contents .container .text {
    font-size: 16px;
    line-height: 24px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 897px) {
  body .chapter1 .chapter1-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    position: relative;
  }
  body .chapter1 .chapter1-main .chapter-text {
    position: absolute;
    bottom: 180px;
    left: 0;
    top: unset;
    width: 100%;
    text-align: right;
    padding: 0 60px;
    z-index: 2;
  }
  body .chapter1 .chapter1-main .chapter-text .chapter-number {
    padding-left: 160px;
    padding-right: 0;
    text-align: right;
    margin-bottom: 24px;
  }
  body .chapter1 .chapter1-main .chapter-text .title {
    text-align: left;
    margin-bottom: 40px;
  }
  body .chapter1 .chapter1-main .chapter-text .text {
    text-align: left;
    width: 100%;
    max-width: 944px;
    margin: 0 auto;
    padding-right: 0;
  }
  body .chapter1 .chapter1-main .chapter-img {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  body .chapter1 .chapter1-style {
    height: auto;
    width: 100%;
    color: white;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  body .chapter1 .chapter1-style .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  body .chapter1 .chapter1-style .swiper-wrapper .swiper-slide .chapter1-style-texts {
    top: unset;
    bottom: 0px;
    left: 0px;
    padding: 20px 60px;
    box-sizing: border-box;
  }
  body .chapter1 .chapter1-style .swiper-wrapper .swiper-slide .chapter1-style-texts .title {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 32px;
    padding: 0;
  }
  body .chapter1 .chapter1-style .swiper-wrapper .swiper-slide .chapter1-style-texts .text {
    line-height: 20px;
    font-size: 16px;
    padding: 0;
  }
  body .chapter1 .chapter1-about .chapter1-about1 {
    background-color: white;
    color: black;
    position: relative;
  }
  body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-img {
    width: 50%;
    margin: 0 auto 0 0;
  }
  body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-img img {
    width: 100%;
  }
  body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-texts {
    position: absolute;
    top: 40px;
    right: 60px;
    text-align: right;
  }
  body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-texts .title {
    margin-bottom: 40px;
    padding-right: 0;
  }
  body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-texts .text {
    padding-right: 0;
    width: 42%;
    text-align: left;
    margin: 0 0 0 auto;
  }
  body .chapter1 .chapter1-about .chapter1-about2 {
    position: relative;
  }
  body .chapter1 .chapter1-about .chapter1-about2 .chapter1-about2-texts {
    position: absolute;
    top: 40px;
    left: 0px;
    padding-right: 40px;
    padding-left: 60px;
    width: 100%;
  }
  body .chapter1 .chapter1-about .chapter1-about2 .chapter1-about2-texts .title {
    margin-bottom: 40px;
  }
  body .chapter1 .chapter1-about .chapter1-about2 .chapter1-about2-texts .text {
    font-size: 18px;
    padding-right: 40px;
    width: 50%;
  }
  body .chapter1 .chapter1-about .chapter1-about2 .chapter1-about2-img {
    width: 50%;
    margin: 0 0 0 auto;
  }
  body .chapter1 .chapter1-slide .slide-night {
    width: 100%;
    height: 406px;
    background-image: url(../img2/moon.jpg);
    background-size: cover;
    position: relative;
  }
  body .chapter1 .chapter1-slide .slide-night .night-overlay {
    position: absolute;
    z-index: 5;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
  }
  body .chapter1 .chapter1-slide .slide-night .night-texts {
    position: absolute;
    bottom: 80px;
    left: 0px;
    padding: 10px 30px;
  }
  body .chapter1 .chapter1-slide .slide-night .night-texts .title {
    font-size: 16px;
    line-height: 32px;
  }
  body .chapter1 .chapter1-slide .slide-night .night-texts .night-text {
    font-size: 40px;
    line-height: 100%;
    font-family: "Balqis", "メイリオ", "Meiryo";
    margin-bottom: 8px;
  }
  body .chapter1 .chapter1-slide .slide-morning {
    width: 100%;
    height: 406px;
    background-image: url(../img2/nature.jpg);
    background-size: cover;
    position: relative;
  }
  body .chapter1 .chapter1-slide .slide-morning .morning-overlay {
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 5;
  }
  body .chapter1 .chapter1-slide .slide-morning .slide-morning-text {
    position: absolute;
    bottom: 40px;
    right: 0px;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 30px;
  }
  body .chapter1 .chapter1-slide .slide-morning .slide-morning-text .title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 32px;
  }
  body .chapter1 .chapter1-slide .slide-morning .slide-morning-text .text {
    font-size: 40px;
    font-family: "Balqis", "メイリオ", "Meiryo";
  }
}
@media only screen and (max-width: 1024px) and (min-width: 897px) {
  body .chapter2 .chapter2-main {
    margin-top: 40px;
    padding: 0;
    position: relative;
    height: auto;
    width: 100%;
    min-height: 600px;
  }
  body .chapter2 .chapter2-main .chapter-img {
    padding-top: 0px;
    padding-bottom: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  body .chapter2 .chapter2-main .chapter-text {
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0px;
    margin: unset;
    padding-bottom: 120px;
    padding-left: 0px;
    padding-right: 60px;
    box-sizing: border-box;
    text-align: left;
    z-index: 2;
  }
  body .chapter2 .chapter2-main .chapter-text .chapter-number {
    text-align: right;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  body .chapter2 .chapter2-main .chapter-text .title {
    text-align: left;
    margin-bottom: 24px;
    padding-left: 60px;
  }
  body .chapter2 .chapter2-main .chapter-text .text {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    margin: 0 0 0 auto;
    padding-left: 60px;
    padding-right: 0;
  }
  body .chapter2 .chapter2-style {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
  }
  body .chapter2 .chapter2-style .swiper-wrapper .swiper-slide .chapter2-style-texts {
    position: absolute;
    top: unset;
    bottom: 0px;
    left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .chapter2 .chapter2-style .swiper-wrapper .swiper-slide .chapter2-style-texts .title {
    font-size: 32px;
    line-height: 32px;
    width: 100%;
    margin-bottom: 14px;
    padding-right: 0;
  }
  body .chapter2 .chapter2-style .swiper-wrapper .swiper-slide .chapter2-style-texts .text {
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
  }
  body .chapter2 .chapter2-about {
    margin-bottom: 130px;
  }
  body .chapter2 .chapter2-about .chapter2-about1 {
    display: flex;
    background-color: white;
    color: black;
    position: relative;
  }
  body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-texts {
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    padding-right: 60px;
    padding-left: 60px;
  }
  body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-texts .text {
    font-size: 16px;
    line-height: 18px;
    width: 44%;
    padding-right: 0;
  }
  body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-img {
    margin: 0 0 0 auto;
    width: 50%;
  }
  body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  body .chapter2 .chapter2-about .chapter2-about2 {
    position: relative;
  }
  body .chapter2 .chapter2-about .chapter2-about2 .chapter2-about2-texts {
    text-align: right;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 40px;
    right: 60px;
    padding-left: 60px;
  }
  body .chapter2 .chapter2-about .chapter2-about2 .chapter2-about2-texts .title {
    padding-right: 0;
  }
  body .chapter2 .chapter2-about .chapter2-about2 .chapter2-about2-texts .text {
    font-size: 16px;
    padding-right: 0;
    width: 42%;
    text-align: left;
    margin: 0 0 0 auto;
  }
  body .chapter2 .chapter2-about .chapter2-about2 .chapter2-about2-img {
    width: 50%;
    margin: 0 auto 0 0;
  }
  body .chapter2 .chapter2-slide .chapter2-slide-texts {
    margin-bottom: 50px;
  }
  body .chapter2 .chapter2-slide .chapter2-slide-texts .title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  body .chapter2 .chapter2-slide .chapter2-slide-texts .text {
    padding: 0 60px 0 60px;
    font-size: 16px;
    line-height: 36px;
  }
  body .chapter2 .chapter2-slide .swiper-container2 {
    height: 498px;
  }
  body .chapter2 .chapter2-slide .swiper-container2 .swiper-wrapper {
    height: 100%;
  }
  body .chapter2 .chapter2-slide .swiper-container2 .swiper-wrapper .swiper-slide {
    height: 100%;
  }
  body .chapter2 .chapter2-slide .swiper-container2 .swiper-wrapper .swiper-slide .swiper-img {
    height: 100%;
  }
  body .chapter2 .chapter2-slide .swiper-container2 .swiper-wrapper .swiper-slide .swiper-img img {
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 897px) {
  body .end-roll {
    text-align: center;
    margin: 80px auto;
    padding: 0 60px;
  }
  body .end-roll .title {
    padding-right: 0;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
    position: relative;
  }
  body .end-roll .title::before {
    content: "樹脂サイディング";
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -56px;
    font-size: 14px;
    color: white;
  }
  body .end-roll .text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 48px;
    padding-right: 0;
  }
  body .end-roll .text span {
    font-size: 18px;
  }
  body .end-roll .chapter-number {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 24px;
  }
  body .end-roll .chapter1-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 20px;
    text-align: center;
  }
  body .end-roll .chapter1-contents .chapter1-contents-text {
    width: 242px;
  }
  body .end-roll .chapter1-contents .chapter1-contents-text .name1 {
    font-size: 14px;
    line-height: 22px;
  }
  body .end-roll .chapter1-contents .chapter1-contents-text .name2 {
    font-size: 18px;
    line-height: 26px;
  }
  body .end-roll .chapter1-contents .chapter1-contents-img {
    width: 242px;
  }
  body .end-roll .chapter2-contents {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    margin-bottom: 40px;
    text-align: center;
  }
  body .end-roll .chapter2-contents .chapter2-contents-text {
    width: 242px;
  }
  body .end-roll .chapter2-contents .chapter2-contents-text .name1 {
    font-size: 14px;
    line-height: 22px;
  }
  body .end-roll .chapter2-contents .chapter2-contents-text .name2 {
    font-size: 18px;
    line-height: 26px;
  }
  body .end-roll .chapter2-contents .chapter2-contents-img {
    width: 242px;
  }
  body .end-roll .end-roll-texts .end-roll-title {
    font-size: 60px;
    line-height: 80%;
    font-family: "Balqis", "メイリオ", "Meiryo";
  }
  body .end-roll .end-roll-texts .end-roll-text {
    font-family: "cinecaption", "メイリオ", "Meiryo";
    font-size: 16px;
    line-height: auto;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 897px) {
  body .features {
    background-color: white;
    color: black;
    padding: 80px 0;
  }
  body .features .features-title-box {
    text-align: center;
    margin-bottom: 48px;
  }
  body .features .feature1 .feature1-texts {
    padding: 40px 60px;
  }
  body .features .feature1 .feature1-texts .content-title {
    margin-bottom: 40px;
  }
  body .features .feature1 .feature1-texts .source {
    font-size: 18px;
    line-height: 36px;
    text-align: right;
  }
  body .features .feature2 {
    height: 600px;
    width: 100%;
    background-image: url(../img2/mt-fuji.jpg);
    background-repeat: no-repeat;
    background-size: 80% 100%;
    background-size: cover;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    padding-right: 60px;
    margin-bottom: 80px;
  }
  body .features .feature2 .content-title {
    padding-top: 50px;
    margin-left: 80px;
    writing-mode: tb-rl;
    -webkit-text-orientation: upright;
            text-orientation: upright;
  }
  body .features .feature2 .content-text {
    padding-top: 50px;
    height: 500px;
    writing-mode: tb-rl;
    -webkit-text-orientation: upright;
            text-orientation: upright;
    background-color: rgba(255, 255, 255, 0);
  }
  body .features .feature2 .more {
    font-size: 18px;
    font-family: "メイリオ", "Meiryo";
    padding: 50px 120px 10px 120px;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0px;
    right: 40px;
    transition: 0.4s;
  }
  body .features .feature2 .more:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .features .feature2 .more p {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -44px;
    font-size: 40px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    color: white;
  }
  body .features .feature3 {
    height: 600px;
    width: 100%;
    background-image: url(../img2/sea.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 80% 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 60px 0 60px;
    position: relative;
  }
  body .features .feature3 .content-title {
    padding-top: 50px;
    writing-mode: tb-rl;
    -webkit-text-orientation: upright;
            text-orientation: upright;
  }
  body .features .feature3 .content-text {
    color: white;
    height: 560px;
    padding-top: 50px;
    padding-left: 40px;
    box-sizing: border-box;
    writing-mode: tb-rl;
    -webkit-text-orientation: upright;
            text-orientation: upright;
  }
  body .features .feature3 .more {
    font-size: 18px;
    font-family: "メイリオ", "Meiryo";
    padding: 50px 120px 10px 120px;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 30px;
    left: 120px;
    transition: 0.4s;
  }
  body .features .feature3 .more:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .features .feature3 .more p {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -44px;
    font-size: 40px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    color: white;
  }
  body .features .feature4 {
    width: 100%;
    padding: 30px 60px 0 30px;
  }
  body .features .feature4 p {
    font-size: 14px;
    font-family: "メイリオ", "Meiryo";
  }
}
@media only screen and (max-width: 1024px) and (min-width: 897px) {
  body .performance {
    padding: 80px 60px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 897px) {
  body .warranty {
    background-color: white;
    color: black;
    padding-bottom: 176px;
  }
  body .warranty .warranty-title-box {
    text-align: center;
    margin-bottom: 40px;
  }
  body .warranty .warranty-contents {
    display: flex;
    align-items: center;
    padding: 0 60px;
  }
  body .warranty .warranty-contents .warranty-img {
    width: 42%;
    min-width: 110px;
    text-align: left;
    padding-right: 20px;
  }
  body .warranty .warranty-contents .warranty-img img {
    width: 100%;
  }
  body .warranty .warranty-contents .text {
    text-align: left;
    padding-right: 0;
    margin-left: 0px;
    letter-spacing: -0.8px;
    font-family: "メイリオ", "Meiryo";
  }
}
@media only screen and (max-width: 1024px) and (min-width: 897px) {
  body .gallery {
    background-color: white;
    color: black;
    padding-top: 80px;
  }
  body .gallery .gallery-title-box {
    text-align: center;
    margin-bottom: 40px;
  }
  body .gallery .gallery-slide {
    height: auto;
  }
  body .gallery .gallery-slide .slide-content {
    position: relative;
  }
  body .gallery .gallery-slide .slide-content .more {
    font-size: 12px;
    font-family: "メイリオ", "Meiryo";
    padding: 14px 10px 0px 10px;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -19px;
    margin-left: -40px;
    transition: 0.4s;
  }
  body .gallery .gallery-slide .slide-content .more:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .gallery .gallery-slide .slide-content .more p {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -22px;
    font-size: 20px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    color: white;
  }
  body .gallery .more {
    font-size: 18px;
    font-family: "メイリオ", "Meiryo";
    padding: 50px 120px 10px 120px;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    margin: 60px auto;
    transition: 0.4s;
  }
  body .gallery .more:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .gallery .more p {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -76px;
    font-size: 40px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    color: white;
  }
  body .gallery .gallery-example {
    height: 600px;
    width: 100%;
    background-image: url(../img2/epilogue.jpg);
    background-size: cover;
    position: relative;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 897px) {
  body .lineup {
    background-color: white;
    color: black;
    text-align: center;
  }
  body .lineup .lineup-title-box {
    text-align: center;
    margin-bottom: 40px;
  }
  body .lineup .lineup-contents {
    display: flex;
    width: 100%;
  }
  body .lineup .lineup-contents .oregonpride {
    width: 100%;
  }
  body .lineup .lineup-contents .oregonpride .name {
    margin-bottom: 14px;
  }
  body .lineup .lineup-contents .oregonpride .name .logo-img {
    height: 40px;
    width: auto;
    margin: 0 auto;
  }
  body .lineup .lineup-contents .oregonpride .name .product-name {
    font-size: 24px;
  }
  body .lineup .lineup-contents .oregonpride .sample {
    height: 0;
    padding-top: 100%;
    background-image: url(../img2/oregon-pride-colors.jpg);
    background-position: center center;
    background-size: cover;
    color: black;
    position: relative;
  }
  body .lineup .lineup-contents .oregonpride .sample .sample-text {
    position: absolute;
    top: 20px;
    left: 40px;
    font-size: 30px;
    width: 91.6%;
    text-align: left;
  }
  body .lineup .lineup-contents .oregonpride .sample .sample-title {
    font-size: 40px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -40px;
    font-family: "Balqis", "メイリオ", "Meiryo";
  }
  body .lineup .lineup-contents .oregonpride .text {
    font-size: 18px;
    text-align: left;
    padding: 14px 60px 20px 60px;
    height: 250px;
    font-family: "メイリオ", "Meiryo";
  }
  body .lineup .lineup-contents .oregonpride .text2 {
    font-size: 20px;
    text-align: left;
    padding: 14px 40px 20px 40px;
    font-family: "メイリオ", "Meiryo";
  }
  body .lineup .lineup-contents .grandriver {
    width: 100%;
  }
  body .lineup .lineup-contents .grandriver .name {
    margin-bottom: 14px;
  }
  body .lineup .lineup-contents .grandriver .name .logo-img {
    height: 40px;
    width: auto;
    margin: 0 auto;
  }
  body .lineup .lineup-contents .grandriver .name .product-name {
    font-size: 24px;
  }
  body .lineup .lineup-contents .grandriver .sample {
    height: 0;
    padding-top: 100%;
    background-image: url(../img2/grand-river-colors.jpg);
    background-position: center center;
    background-size: cover;
    color: black;
    position: relative;
  }
  body .lineup .lineup-contents .grandriver .sample .sample-text {
    position: absolute;
    top: 20px;
    left: 40px;
    font-size: 30px;
    width: 91.6%;
    text-align: left;
  }
  body .lineup .lineup-contents .grandriver .sample .sample-title {
    font-size: 40px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -55px;
    font-family: "Balqis", "メイリオ", "Meiryo";
  }
  body .lineup .lineup-contents .grandriver .text {
    font-size: 18px;
    text-align: left;
    padding: 14px 60px 20px 60px;
    font-family: "メイリオ", "Meiryo";
  }
  body .lineup .lineup-contents .grandriver .text2 {
    font-size: 20px;
    text-align: left;
    padding: 14px 40px 20px 40px;
    font-family: "メイリオ", "Meiryo";
  }
}
@media only screen and (max-width: 1024px) and (min-width: 897px) {
  body footer {
    padding: 60px 20px;
    display: block;
  }
  body footer .footer-contents {
    justify-content: unset;
    display: block;
    text-align: center;
  }
  body footer .footer-contents div {
    margin-bottom: 20px;
  }
  body footer .footer-contents .company {
    display: block;
  }
  body footer .footer-contents .company .title {
    font-size: 24px;
    margin-bottom: 24px;
    padding-right: 0;
  }
  body footer .footer-contents .company p {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
  }
  body footer .footer-contents .products .product {
    display: block;
  }
  body footer .footer-contents .ceramic {
    padding-top: 0;
    display: block;
  }
  body footer .footer-contents .ceramic {
    padding-top: 0;
    display: block;
  }
  body footer .footer-contents .metal {
    padding-top: 0;
    display: block;
  }
  body footer .footer-contents .lixil {
    padding-top: 0;
    display: block;
  }
  body footer .footer-contents .roofing {
    padding-top: 0;
    display: block;
  }
  body footer .text {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    margin-top: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1025px) {
  .chapter-number {
    font-size: 48px;
    margin-bottom: 30px;
    padding-left: 160px;
  }
  .chapter-number.number1 {
    position: relative;
    margin-bottom: 20px;
    line-height: unset;
    text-align: right;
    padding-right: 30px;
  }
  .chapter-number.number1::before {
    content: "";
    display: inline-block;
    width: 64%;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: 28px;
    right: unset;
    left: 0px;
  }
  .chapter-number.number1-small {
    position: relative;
    font-size: 40px;
    padding-right: 40px;
    text-align: right;
    max-width: 856px;
    margin: 0 auto 0 0;
    box-sizing: border-box;
  }
  .chapter-number.number1-small::before {
    content: "";
    display: inline-block;
    width: 74%;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: 30px;
    left: 0px;
  }
  .chapter-number.number1-small::after {
    content: "ずっと憧れだった、海沿いの家に住むこと";
    font-size: 12px;
    position: absolute;
    right: unset;
    left: 20px;
    bottom: 10px;
  }
  .chapter-number.number2 {
    position: relative;
    margin-bottom: 20px;
    line-height: unset;
    text-align: right;
  }
  .chapter-number.number2::after {
    content: "";
    display: inline-block;
    width: 64%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 28px;
    right: 0px;
    left: unset;
  }
  .chapter-number.number2-small {
    position: relative;
    font-size: 40px;
    padding-left: 40px;
    max-width: 856px;
    text-align: left;
    margin: 0 0 0 auto;
    box-sizing: border-box;
  }
  .chapter-number.number2-small::before {
    content: "幻想的なダイヤモンドダストで迎える朝";
    font-size: 12px;
    position: absolute;
    right: 20px;
    left: unset;
    top: -10px;
  }
  .chapter-number.number2-small::after {
    content: "";
    display: inline-block;
    width: 74%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 30px;
    right: 0%;
  }

  .title {
    font-size: 24px;
    font-family: "cinecaption", "メイリオ", "Meiryo";
    font-weight: lighter;
    padding-right: 30px;
  }

  .text {
    font-size: 16px;
    line-height: 24px;
    font-family: "cinecaption", "メイリオ", "Meiryo";
    padding-right: 30px;
  }

  .section-title {
    font-size: 60px;
    font-weight: lighter;
    line-height: 100%;
    padding-bottom: 14px;
    display: inline-block;
    position: relative;
    font-family: "Balqis", "メイリオ", "Meiryo";
  }
  .section-title::after {
    content: "";
    position: absolute;
    bottom: 8px;
    width: 200px;
    height: 2px;
    background-color: black;
    right: 50%;
    margin-right: -100px;
  }

  .section-subtitle {
    font-size: 18px;
    font-family: "メイリオ", "Meiryo";
  }

  .content-title {
    font-size: 28px;
    line-height: 38px;
    font-family: "cinecaption", "メイリオ", "Meiryo";
  }

  .content-text {
    font-size: 18px;
    line-height: 32px;
    font-family: "メイリオ", "Meiryo";
  }

  .sp-br,
  .sp-none {
    display: block;
  }

  .pc-br,
  .pc-none {
    display: none;
  }

  .border {
    font-size: unset;
  }

  body {
    background-color: black;
    color: white;
  }
  body .loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: black;
    z-index: 999;
    pointer-events: none;
  }
  body .loading .loading-contents {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -222px;
    margin-left: -248px;
  }
  body .loading .loading-contents .top-video-subtitle {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
    font-family: "Century Gothic", "ヒラギノ角ゴシック";
  }
  body .loading .loading-contents .top-video-subtitle span {
    font-size: 20px;
  }
  body .loading .loading-contents .top-video-title {
    font-size: 64px;
    line-height: 40px;
    margin-bottom: 60px;
    font-weight: lighter;
    font-family: "Century Gothic", "ヒラギノ角ゴシック";
  }
  body .loading .loading-contents .top-video-title .with {
    font-size: 32px;
    line-height: 60px;
  }
  body .loading .loading-contents .top-video-title .wall-j {
    font-size: 88px;
    font-weight: lighter;
    line-height: 80px;
  }
  body .play-video {
    height: 100vh;
    width: 100%;
    transition: 1s;
  }
  body .play-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
  }
  body .play-video .back-to-page {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 200px;
    text-align: right;
    display: block;
    font-size: 14px;
    color: white;
    z-index: 999;
    cursor: pointer;
  }
  body .play-video .back-to-page::before {
    content: "⇦";
    width: 600px;
    position: absolute;
    top: 0;
    left: -560px;
    color: white;
    z-index: 999;
  }
  body .play-video .back-to-page::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: white;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.2s;
    z-index: 999;
  }
  body .play-video .back-to-page:hover::after {
    transform: scale(1, 1);
    z-index: 999;
  }
  body header {
    font-family: "メイリオ", "Meiryo";
    width: 100%;
  }
  body header .header-left {
    position: fixed;
    top: 30px;
    left: 40px;
    z-index: 997;
    height: 40px;
  }
  body header .header-left img {
    height: 100%;
  }
  body header .header-right {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 997;
  }
  body header .header-right .header-nav .header-nav-item {
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
            text-orientation: upright;
    padding: 44px 0;
    border-bottom: 1px solid white;
    text-align: center;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1025px) and (-ms-high-contrast: none) {
  body header .header-right .header-nav .header-nav-item *::-ms-backdrop, body header .header-right .header-nav .header-nav-item .header-nav-item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1025px) {
  body header .header-right .header-nav .header-nav-item .border {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1025px) {
  body header .header-right .header-nav .header-nav-item.first-item {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1025px) {
  body header .header-right .header-nav .header-nav-item a {
    transition: 0.2s;
  }
  body header .header-right .header-nav .header-nav-item a:hover {
    opacity: 0.4;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1025px) {
  body header .header-right .header-nav .header-nav-item.horizon {
    writing-mode: unset;
    -webkit-text-orientation: unset;
            text-orientation: unset;
    position: relative;
    padding: 2px 0;
    border-bottom: none;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1025px) {
  body header .header-right .header-nav .header-nav-item.horizon-first {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1025px) {
  body header .header-right .header-nav .header-nav-item.horizon-chapter1 {
    text-align: center;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1025px) {
  body .top-video {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  body .top-video .top-video-contents {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -222px;
    margin-left: -248px;
    text-align: center;
    z-index: 3;
  }
  body .top-video .top-video-contents .top-video-subtitle {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
    font-family: "Century Gothic", "ヒラギノ角ゴシック";
  }
  body .top-video .top-video-contents .top-video-subtitle span {
    font-size: 20px;
  }
  body .top-video .top-video-contents .top-video-title {
    font-size: 64px;
    line-height: 40px;
    margin-bottom: 60px;
    font-weight: lighter;
    font-family: "Century Gothic", "ヒラギノ角ゴシック";
  }
  body .top-video .top-video-contents .top-video-title .with {
    font-size: 32px;
    line-height: 60px;
  }
  body .top-video .top-video-contents .top-video-title .wall-j {
    font-size: 88px;
    font-weight: lighter;
    line-height: 80px;
  }
  body .top-video .top-video-contents .video-btns:hover {
    cursor: pointer;
  }
  body .top-video .top-video-contents .video-btns .play {
    font-size: 40px;
    font-family: "Balqis", "メイリオ", "Meiryo";
  }
  body .top-video .top-video-contents .video-btns .play-btn {
    font-size: 20px;
    padding: 8px 40px;
    color: white;
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: 10px;
    transition: 0.6s;
  }
  body .top-video .top-video-contents .video-btns .play-btn:hover {
    color: black;
    background-color: white;
  }
  body .top-video .top-video-contents .youtube {
    display: none;
  }
  body .top-video .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 2;
  }
  body .top-video .key-video-box {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  body .top-video .key-video-box .key-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1025px) {
  body .top-contents {
    text-align: center;
    margin: 60px auto 60px auto;
  }
  body .top-contents .container {
    margin: 0 auto;
  }
  body .top-contents .container .top-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 24px;
    font-family: "cinecaption", "メイリオ", "Meiryo";
    position: relative;
    display: inline-block;
  }
  body .top-contents .container .top-title::before {
    content: "樹脂サイディング";
    position: absolute;
    top: -32px;
    left: 32px;
    font-size: 14px;
    color: white;
  }
  body .top-contents .container .text {
    padding: 0 60px;
    text-align: left;
    font-family: "メイリオ", "Meiryo";
    font-size: 18px;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1025px) {
  body .chapter1 .chapter1-main {
    margin-bottom: 80px;
    position: relative;
  }
  body .chapter1 .chapter1-main .chapter-text {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    padding: 0 30px;
  }
  body .chapter1 .chapter1-main .chapter-text .chapter-number {
    text-align: right;
    padding-left: 290px;
    margin-bottom: 14px;
  }
  body .chapter1 .chapter1-main .chapter-text .title {
    letter-spacing: -2px;
  }
  body .chapter1 .chapter1-main .chapter-text .text {
    padding-right: 0;
  }
  body .chapter1 .chapter1-main .chapter-img {
    width: 50%;
    margin: 0 0 0 auto;
    padding: 120px 0;
  }
  body .chapter1 .chapter1-style {
    height: auto;
    width: 100%;
    position: relative;
  }
  body .chapter1 .chapter1-style .swiper-wrapper .swiper-slide .chapter1-style-img {
    width: 100%;
    object-fit: cover;
  }
  body .chapter1 .chapter1-style .swiper-wrapper .swiper-slide .chapter1-style-img img {
    width: 100%;
    object-fit: cover;
  }
  body .chapter1 .chapter1-style .swiper-wrapper .swiper-slide .chapter1-style-texts {
    color: white;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 40px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  body .chapter1 .chapter1-about .chapter1-about1 {
    background-color: white;
    color: black;
    position: relative;
  }
  body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-img {
    width: 50%;
    margin: 0 auto 0 0;
  }
  body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-img img {
    width: 100%;
  }
  body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-texts {
    position: absolute;
    top: 60px;
    right: 60px;
    padding-left: 60px;
    text-align: right;
    width: 100%;
  }
  body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-texts .title {
    padding-right: 0;
  }
  body .chapter1 .chapter1-about .chapter1-about1 .chapter1-about1-texts .text {
    width: 42%;
    text-align: left;
    margin: 0 0px 0 auto;
    padding-right: 0;
  }
  body .chapter1 .chapter1-about .chapter1-about2 {
    position: relative;
  }
  body .chapter1 .chapter1-about .chapter1-about2 .chapter1-about2-texts {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }
  body .chapter1 .chapter1-about .chapter1-about2 .chapter1-about2-texts .text {
    padding-right: 0px;
    width: 44%;
  }
  body .chapter1 .chapter1-about .chapter1-about2 .chapter1-about2-img {
    width: 50%;
    margin: 0 0 0 auto;
  }
  body .chapter1 .chapter1-slide .slide-night {
    width: 100%;
    height: 100vh;
    background-image: url(../img2/moon.jpg);
    background-size: cover;
    position: relative;
  }
  body .chapter1 .chapter1-slide .slide-night .night-overlay {
    position: absolute;
    z-index: 5;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
  }
  body .chapter1 .chapter1-slide .slide-night .night-texts {
    position: absolute;
    bottom: 300px;
    left: 80px;
  }
  body .chapter1 .chapter1-slide .slide-night .night-texts .night-text {
    font-size: 60px;
    line-height: 100px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    margin-bottom: 40px;
  }
  body .chapter1 .chapter1-slide .slide-night .night-texts .title {
    font-size: 24px;
    line-height: 48px;
  }
  body .chapter1 .chapter1-slide .slide-morning {
    width: 100%;
    height: 100vh;
    background-image: url(../img2/nature.jpg);
    background-size: cover;
    position: relative;
  }
  body .chapter1 .chapter1-slide .slide-morning .morning-overlay {
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 5;
  }
  body .chapter1 .chapter1-slide .slide-morning .slide-morning-text {
    position: absolute;
    top: 40%;
    right: 0px;
    width: 100%;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 80px 40px 120px;
  }
  body .chapter1 .chapter1-slide .slide-morning .slide-morning-text .title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 48px;
  }
  body .chapter1 .chapter1-slide .slide-morning .slide-morning-text .text {
    font-size: 60px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    line-height: 100%;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1025px) {
  body .chapter2 .chapter2-main {
    padding: 80px 0;
    position: relative;
    height: 756px;
    width: 100%;
  }
  body .chapter2 .chapter2-main .chapter-img {
    width: 50%;
    padding: 140px 0;
  }
  body .chapter2 .chapter2-main .chapter-text {
    position: absolute;
    top: 100px;
    right: 0px;
    margin: 0 auto 0 0;
    padding: 0 80px;
  }
  body .chapter2 .chapter2-main .chapter-text .chapter-number {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 14px;
  }
  body .chapter2 .chapter2-main .chapter-text .title {
    text-align: right;
    padding-right: 0%;
  }
  body .chapter2 .chapter2-main .chapter-text .text {
    text-align: right;
    margin: 0 0 0 auto;
    padding-left: 80px;
    padding-right: 0%;
  }
  body .chapter2 .chapter2-style {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
  }
  body .chapter2 .chapter2-style .chapter2-style-texts {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  body .chapter2 .chapter2-style .chapter2-style-texts .title {
    padding-right: 0;
  }
  body .chapter2 .chapter2-style .chapter2-style-texts .text {
    padding-right: 0;
  }
  body .chapter2 .chapter2-style .chapter2-style-img img {
    width: 100%;
    object-fit: cover;
  }
  body .chapter2 .chapter2-about {
    margin-bottom: 130px;
  }
  body .chapter2 .chapter2-about .chapter2-about1 {
    display: flex;
    background-color: white;
    color: black;
    position: relative;
  }
  body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-texts {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    padding-right: 60px;
    padding-left: 60px;
  }
  body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-texts .text {
    padding-right: 0;
    width: 44%;
  }
  body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-img {
    margin: 0 0 0 auto;
    width: 50%;
  }
  body .chapter2 .chapter2-about .chapter2-about1 .chapter2-about1-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  body .chapter2 .chapter2-about .chapter2-about2 {
    position: relative;
  }
  body .chapter2 .chapter2-about .chapter2-about2 .chapter2-about2-texts {
    text-align: right;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 60px;
    right: 60px;
    padding-left: 60px;
  }
  body .chapter2 .chapter2-about .chapter2-about2 .chapter2-about2-texts .title {
    padding-right: 0;
  }
  body .chapter2 .chapter2-about .chapter2-about2 .chapter2-about2-texts .text {
    padding-right: 0;
    width: 42%;
    text-align: left;
    margin: 0 0 0 auto;
  }
  body .chapter2 .chapter2-about .chapter2-about2 .chapter2-about2-img {
    width: 50%;
    margin: 0 auto 0 0;
  }
  body .chapter2 .chapter2-slide .chapter2-slide-texts {
    margin-bottom: 50px;
  }
  body .chapter2 .chapter2-slide .chapter2-slide-texts .title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
  }
  body .chapter2 .chapter2-slide .chapter2-slide-texts .text {
    padding: 0 60px;
    font-size: 20px;
    line-height: 36px;
  }
  body .chapter2 .chapter2-slide .swiper-container2 {
    height: 341px;
  }
  body .chapter2 .chapter2-slide .swiper-container2 .swiper-wrapper {
    height: 100%;
  }
  body .chapter2 .chapter2-slide .swiper-container2 .swiper-wrapper .swiper-slide {
    height: 100%;
  }
  body .chapter2 .chapter2-slide .swiper-container2 .swiper-wrapper .swiper-slide .swiper-img {
    height: 100%;
  }
  body .chapter2 .chapter2-slide .swiper-container2 .swiper-wrapper .swiper-slide .swiper-img img {
    height: 100%;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1025px) {
  body .end-roll {
    text-align: center;
    margin: 80px auto;
    padding: 0 60px;
  }
  body .end-roll .title {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 100px;
    padding-right: 0;
    position: relative;
    display: inline-block;
  }
  body .end-roll .title::before {
    content: "樹脂サイディング";
    position: absolute;
    top: -28px;
    left: 20px;
    font-size: 14px;
    color: white;
  }
  body .end-roll .title br {
    display: none;
  }
  body .end-roll .title::before {
    content: "樹脂サイディング";
    position: absolute;
    top: -28px;
    font-size: 14px;
    color: white;
    left: 28px;    
  }
  body .end-roll .text {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 100px;
    padding-right: 0;
  }
  body .end-roll .text span {
    font-size: 18px;
  }
  body .end-roll .chapter-number {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 80px;
  }
  body .end-roll .chapter1-contents {
    display: flex;
    justify-content: center;
    margin-bottom: 128px;
  }
  body .end-roll .chapter1-contents .chapter1-contents-text {
    width: 242px;
  }
  body .end-roll .chapter1-contents .chapter1-contents-text .name1 {
    font-size: 18px;
    line-height: 24px;
  }
  body .end-roll .chapter1-contents .chapter1-contents-text .name2 {
    font-size: 24px;
    line-height: 36px;
  }
  body .end-roll .chapter1-contents .chapter1-contents-img {
    width: 242px;
  }
  body .end-roll .chapter2-contents {
    display: flex;
    justify-content: center;
    margin-bottom: 128px;
  }
  body .end-roll .chapter2-contents .chapter2-contents-text {
    width: 242px;
  }
  body .end-roll .chapter2-contents .chapter2-contents-text .name1 {
    font-size: 18px;
    line-height: 24px;
  }
  body .end-roll .chapter2-contents .chapter2-contents-text .name2 {
    font-size: 24px;
    line-height: 36px;
  }
  body .end-roll .chapter2-contents .chapter2-contents-img {
    width: 242px;
  }
  body .end-roll .end-roll-texts .end-roll-title {
    font-size: 60px;
    line-height: 80%;
    font-family: "Balqis", "メイリオ", "Meiryo";
  }
  body .end-roll .end-roll-texts .end-roll-text {
    font-family: "cinecaption", "メイリオ", "Meiryo";
    font-size: 20px;
    line-height: auto;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1025px) {
  body .features {
    background-color: white;
    color: black;
    padding: 80px 0;
  }
  body .features .features-title-box {
    text-align: center;
    margin-bottom: 48px;
  }
  body .features .feature1 .feature1-img img {
    width: 100%;
    object-fit: cover;
  }
  body .features .feature1 .feature1-texts {
    padding: 80px 60px;
  }
  body .features .feature1 .feature1-texts .content-title {
    margin-bottom: 40px;
  }
  body .features .feature1 .feature1-texts .source {
    font-size: 14px;
    line-height: 14px;
    text-align: right;
  }
  body .features .feature2 {
    height: 772px;
    width: 100%;
    background-image: url(../img2/mt-fuji.jpg);
    background-repeat: no-repeat;
    background-size: 80% 100%;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    padding-right: 120px;
    margin-bottom: 80px;
  }
  body .features .feature2 .content-title {
    padding-top: 50px;
    margin-left: 80px;
    writing-mode: tb-rl;
    -webkit-text-orientation: upright;
            text-orientation: upright;
  }
  body .features .feature2 .content-text {
    padding-top: 50px;
    height: 620px;
    writing-mode: tb-rl;
    -webkit-text-orientation: upright;
            text-orientation: upright;
  }
  body .features .feature2 .more {
    font-size: 18px;
    font-family: "メイリオ", "Meiryo";
    padding: 50px 120px 10px 120px;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 30px;
    right: 180px;
    transition: 0.4s;
  }
  body .features .feature2 .more:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .features .feature2 .more p {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -44px;
    font-size: 40px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    color: white;
  }
  body .features .feature3 {
    height: 772px;
    width: 100%;
    background-image: url(../img2/sea.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 80% 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 80px 0 120px;
    position: relative;
  }
  body .features .feature3 .content-title {
    padding-top: 50px;
    writing-mode: tb-rl;
    -webkit-text-orientation: upright;
            text-orientation: upright;
  }
  body .features .feature3 .content-text {
    color: white;
    height: 680px;
    padding-top: 50px;
    padding-left: 40px;
    box-sizing: border-box;
    writing-mode: tb-rl;
    -webkit-text-orientation: upright;
            text-orientation: upright;
  }
  body .features .feature3 .more {
    font-size: 18px;
    font-family: "メイリオ", "Meiryo";
    padding: 50px 120px 10px 120px;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 30px;
    left: 120px;
    transition: 0.4s;
  }
  body .features .feature3 .more:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .features .feature3 .more p {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -44px;
    font-size: 40px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    color: white;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1025px) {
  body .performance {
    background-color: white;
    color: black;
    padding: 80px 60px 140px 60px;
    text-align: center;
  }
  body .performance .performance-title-box {
    margin-bottom: 40px;
  }
  body .performance .performance1 .performance-texts {
    text-align: left;
    margin-bottom: 32px;
    font-family: "メイリオ", "Meiryo";
  }
  body .performance .performance1 .performance-texts .performance-title {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: normal;
  }
  body .performance .performance1 .performance-texts .performance-text {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  body .performance .performance1 .performance-texts p {
    font-size: 18px;
    line-height: 32px;
  }
  body .performance .performance1 .performance-imgs {
    display: flex;
    align-items: center;
    margin-bottom: 120px;
  }
  body .performance .performance1 .performance-imgs .performance-img {
    width: 50%;
  }
  body .performance .performance1 .performance-imgs .img2 img {
    max-width: unset;
    width: 100%;
    margin: auto;
  }
  body .performance .performance1 .more {
    font-size: 18px;
    font-family: "メイリオ", "Meiryo";
    padding: 50px 120px 10px 120px;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.4s;
    position: relative;
  }
  body .performance .performance1 .more:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .performance .performance1 .more p {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -44px;
    font-size: 40px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    color: white;
  }
  body .performance .performance2 {
    margin-top: 40px;
  }
  body .performance .performance2 .performance-texts {
    text-align: left;
    margin-bottom: 40px;
    font-family: "メイリオ", "Meiryo";
  }
  body .performance .performance2 .performance-texts .performance-title {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: normal;
  }
  body .performance .performance2 .performance-texts .performance-text {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  body .performance .performance2 .performance-description {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    font-family: "メイリオ", "Meiryo";
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1025px) {
  body .warranty {
    background-color: white;
    color: black;
    padding-bottom: 176px;
  }
  body .warranty .warranty-title-box {
    text-align: center;
    margin-bottom: 40px;
  }
  body .warranty .warranty-contents {
    display: flex;
    align-items: center;
    padding: 0 60px;
  }
  body .warranty .warranty-contents .warranty-img {
    font-size: 18px;
    width: 28.34%;
    padding-right: 20px;
    min-width: 156px;
    text-align: left;
    font-family: "メイリオ", "Meiryo";
  }
  body .warranty .warranty-contents .warranty-img img {
    width: 100%;
  }
  body .warranty .warranty-contents .text {
    font-size: 18px;
    line-height: 32px;
    padding-right: 0;
    margin-left: 0px;
    letter-spacing: -0.8px;
    font-family: "メイリオ", "Meiryo";
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1025px) {
  body .lineup {
    background-color: white;
    color: black;
    text-align: center;
  }
  body .lineup .lineup-title-box {
    text-align: center;
    margin-bottom: 40px;
  }
  body .lineup .lineup-contents {
    display: flex;
    width: 100%;
  }
  body .lineup .lineup-contents .oregonpride {
    width: 50%;
  }
  body .lineup .lineup-contents .oregonpride .name {
    margin-bottom: 14px;
  }
  body .lineup .lineup-contents .oregonpride .name .logo-img {
    height: 40px;
  }
  body .lineup .lineup-contents .oregonpride .name .logo-img img {
    height: 100%;
  }
  body .lineup .lineup-contents .oregonpride .name .product-name {
    font-size: 24px;
  }
  body .lineup .lineup-contents .oregonpride .sample {
    padding-top: 100%;
    height: 766px;
    background-image: url(../img2/oregon-pride-colors.jpg);
    background-size: cover;
    color: black;
    position: relative;
  }
  body .lineup .lineup-contents .oregonpride .sample .sample-title {
    font-size: 60px;
    position: absolute;
    bottom: 54px;
    left: 50%;
    margin-left: -61px;
    font-family: "Balqis", "メイリオ", "Meiryo";
  }
  body .lineup .lineup-contents .oregonpride .text {
    text-align: left;
    padding: 14px 60px 20px 60px;
    height: 226px;
    font-family: "メイリオ", "Meiryo";
  }
  body .lineup .lineup-contents .grandriver {
    width: 50%;
  }
  body .lineup .lineup-contents .grandriver .name {
    margin-bottom: 14px;
  }
  body .lineup .lineup-contents .grandriver .name .logo-img {
    height: 40px;
  }
  body .lineup .lineup-contents .grandriver .name .logo-img img {
    height: 100%;
  }
  body .lineup .lineup-contents .grandriver .name .product-name {
    font-size: 24px;
  }
  body .lineup .lineup-contents .grandriver .sample {
    height: 766px;
    padding-top: 100%;
    background-image: url(../img2/grand-river-colors.jpg);
    background-size: cover;
    color: black;
    position: relative;
  }
  body .lineup .lineup-contents .grandriver .sample .sample-title {
    font-size: 60px;
    position: absolute;
    bottom: 54px;
    left: 50%;
    margin-left: -82px;
    font-family: "Balqis", "メイリオ", "Meiryo";
  }
  body .lineup .lineup-contents .grandriver .text {
    text-align: left;
    padding: 14px 60px 20px 60px;
    font-family: "メイリオ", "Meiryo";
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1025px) {
  body .gallery {
    background-color: white;
    color: black;
    padding-top: 140px;
  }
  body .gallery .gallery-title-box {
    text-align: center;
    margin-bottom: 40px;
  }
  body .gallery .gallery-slide .slide-content {
    position: relative;
  }
  body .gallery .gallery-slide .slide-content .more {
    font-size: 18px;
    font-family: "メイリオ", "Meiryo";
    padding: 50px 120px 10px 120px;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -44px;
    margin-left: -165px;
    transition: 0.4s;
  }
  body .gallery .gallery-slide .slide-content .more:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .gallery .gallery-slide .slide-content .more p {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -44px;
    font-size: 40px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    color: white;
  }
  body .gallery .gallery-example {
    height: 870px;
    width: 100%;
    background-image: url(../img2/epilogue.jpg);
    background-size: cover;
    position: relative;
  }
  body .gallery .gallery-example .more {
    font-size: 18px;
    font-family: "メイリオ", "Meiryo";
    padding: 70px 140px 10px 140px;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -165px;
    transition: 0.4s;
  }
  body .gallery .gallery-example .more:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body .gallery .gallery-example .more p {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -112px;
    font-size: 100px;
    font-family: "Balqis", "メイリオ", "Meiryo";
    color: white;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1025px) {
  body footer {
    padding: 160px 20px;
  }
  body footer a {
    transition: 0.2s;
  }
  body footer a:hover {
    opacity: 0.4;
  }
  body footer .footer-contents {
    display: flex;
    justify-content: space-between;
  }
  body footer .footer-contents .company .title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  body footer .footer-contents .company p {
    font-size: 12px;
    line-height: 24px;
  }
  body footer .footer-contents .ceramic {
    padding-top: 24px;
  }
  body footer .footer-contents .ceramic {
    padding-top: 24px;
  }
  body footer .footer-contents .metal {
    padding-top: 24px;
  }
  body footer .footer-contents .lixil {
    padding-top: 24px;
  }
  body footer .footer-contents .roofing {
    padding-top: 24px;
  }
  body footer .text {
    margin-top: -40px;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }
}