@charset "UTF-8";

.sp {
  display: none !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
table,
th,
td {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  letter-spacing: 0.025em;
  color: #444;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

section::after,
dl::after,
ul::after,
.container::after,
.box::after,
.wrap::after,
.inner::after {
  display: block;
  clear: both;
  content: '';
}

header img,
#theme-seek img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#top section {
  margin-bottom: 100px;
}

#top h2 {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #402000;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.6;
}

#top h2 span {
  display: block;
  letter-spacing: 0.05em;
  color: #81705b;
  font-size: 14px;
}

#top .list-btn a {
  position: relative;
  display: block;
  width: 250px;
  padding: 15px 0;
  padding-right: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #81705b;
  line-height: 1;
}

#top .list-btn a::after {
  position: absolute;
  top: 16px;
  right: 55px;
  width: 14px;
  height: 14px;
  content: "";
  background: url(../img/top_icon03.png) no-repeat;
  background-size: contain;
}

#top .list-btn a:hover {
  transition: all .3s;
  opacity: 0.7;
}

/*ヘッダー*/
#top header {
  position: relative;
  max-width: 1920px;
  margin-bottom: 0;
}

#top header h1 {
  position: absolute;
  z-index: 999;
  top: 24px;
  right: 24px;
  display: inline-block;
  width: auto;
}

#top header h1 a {
  display: block;
}

#top header h1 a img {
  max-width: 124px;
}

@media(max-width: 1500px) {
  #top header h1 {
    top: 1vw;
    right: 1vw;
  }

  #top header h1 a img {
    width: 8.3vw;
  }
}

@media(max-width: 1200px) {
  #top header {
    width: 1200px;
  }

  #top header h1 {
    top: 10px;
    right: 10px;
  }

  #top header h1 a img {
    width: 100px;
  }
}

/*
FV下テキスト
*/
#top-text {
  padding: 60px 0 90px;
  background-color: #F6F4F0;
}

#top-text .text {
  text-align: center;
}

#top-text .text p {
  letter-spacing: 2px;
  color: #81705C;
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 40px;
}

#top-text .text p:last-child {
  margin-bottom: 0;
}

/*無結露50年保証*/
/* #muketsuro {
  padding: 90px 0 60px;
  background-color: #F6F4F0;
}

#muketsuro .inner {
  width: 1200px;
  margin: 0 auto;
}

#muketsuro .fifty_year {
  margin-bottom: 80px;
  text-align: center;
}

#muketsuro .fifty_year img {
  max-width: 500px;
}

#muketsuro .text {
  margin-bottom: 70px;
  text-align: center;
}

#muketsuro .text h2 span {
  display: inline-block;
  letter-spacing: 0.15em;
  color: #3F1F00;
  font-size: 40px;
}

#muketsuro .text p {
  margin-top: 60px;
  letter-spacing: 2px;
  color: #81705C;
  font-size: 24px;
  line-height: 1.35;
}

#top #muketsuro .opcl-btn {
  background-color: #9E8446;
}

#muketsuro .opcl-btn a {
  display: block;
  color: #fff;
} */

/*探す*/
#area-seek h2 {
  margin-top: 36px;
  margin-bottom: 40px;
}

#area-seek h2::after {
  position: absolute;
  top: 6px;
  right: 50%;
  width: 26px;
  height: 40px;
  content: "";
  transform: translateX(240px);
  background: url(../img/top_icon01.png) no-repeat;
  background-size: contain;
}

#area-seek a {
  display: block;
  width: 140px;
  height: 236px;
  padding-top: 195px;
  text-align: center;
  text-decoration: none;
  color: #444;
  font-size: 18px;
  line-height: 1.6;
}

#area-seek a span {
  display: block;
  color: #82705c;
  font-size: 12px;
}

#area-seek ul {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
}

#area-seek li {
  display: inline-block;
  margin-right: 32px;
}

#area-seek li:last-of-type {
  margin-right: 0;
}

#area-seek .area-ya {
  background: url(../img/area_navi01.png) no-repeat center bottom 54px;
}

#area-seek .area-ya:hover {
  transition: all .3s;
  background: url(../img/area_navi01_on.png) no-repeat center bottom 54px;
}

#area-seek .area-fu {
  background: url(../img/area_navi02.png) no-repeat center bottom 54px;
}

#area-seek .area-fu:hover {
  transition: all .3s;
  background: url(../img/area_navi02_on.png) no-repeat center bottom 54px;
}

#area-seek .area-sa {
  background: url(../img/area_navi03.png) no-repeat center bottom 54px;
}

#area-seek .area-sa:hover {
  transition: all .3s;
  background: url(../img/area_navi03_on.png) no-repeat center bottom 54px;
}

#area-seek .area-na {
  background: url(../img/area_navi04.png) no-repeat center bottom 54px;
}

#area-seek .area-na:hover {
  transition: all .3s;
  background: url(../img/area_navi04_on.png) no-repeat center bottom 54px;
}

#area-seek .area-oo {
  background: url(../img/area_navi05.png) no-repeat center bottom 54px;
}

#area-seek .area-oo:hover {
  transition: all .3s;
  background: url(../img/area_navi05_on.png) no-repeat center bottom 54px;
}

#area-seek .area-ku {
  background: url(../img/area_navi06.png) no-repeat center bottom 54px;
}

#area-seek .area-ku:hover {
  transition: all .3s;
  background: url(../img/area_navi06_on.png) no-repeat center bottom 54px;
}

#area-seek .area-ka {
  background: url(../img/area_navi07.png) no-repeat center bottom 54px;
}

#area-seek .area-ka:hover {
  transition: all .3s;
  background: url(../img/area_navi07_on.png) no-repeat center bottom 54px;
}

#top #money-seek {
  margin-bottom: 0;
  padding: 36px 0 70px;
  background-color: #F9F2D1;
}

#money-seek h2::after {
  position: absolute;
  top: 2px;
  right: 50%;
  width: 48px;
  height: 48px;
  content: "";
  transform: translateX(240px);
  background: url(../img/top_icon_money.png) no-repeat;
  background-size: contain;
}

#money-seek ul {
  width: 1138px;
  margin: 0 auto;
  font-size: 0;
}

#money-seek ul li {
  display: inline-block;
  width: 254px;
  margin-right: 40px;
  vertical-align: top;
}

#money-seek ul li:last-child {
  margin-right: 0;
}

#money-seek ul li a,
#money-seek ul li img {
  display: block;
}

#money-seek ul li a:hover {
  transition: all .3s;
  opacity: 0.7;
}

/*
1136
40


*/
#theme-seek h2::after {
  position: absolute;
  top: 2px;
  right: 50%;
  width: 30px;
  height: 48px;
  content: "";
  transform: translateX(240px);
  background: url(../img/top_icon02.png) no-repeat;
  background-size: contain;
}

#works-seek h2::after {
  position: absolute;
  top: 0;
  right: 50%;
  width: 71px;
  height: 43px;
  content: "";
  transform: translateX(280px);
  background: url(../img/area_icon05.png) no-repeat;
  background-size: contain;
}

/**/
.seek-list .inner {
  width: 1200px;
  margin: 0 auto;
  letter-spacing: 0;
  font-size: 0;
}

.seek-list .box {
  position: relative;
  display: inline-block;
  width: 285px;
  margin: 0 20px 30px 0;
}

.seek-list .box:nth-of-type(4n) {
  margin-right: 0;
}

.seek-list .box p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 10px 10px;
  text-align: center;
  letter-spacing: 0.025em;
  color: #fff;
  background-color: rgba(64, 32, 0, 0.8);
  font-size: 14px;
  line-height: 1.6;
}

.seek-list a {
  display: block;
}

.seek-list a:hover {
  transition: all .3s;
  opacity: 0.7;
}

#works-seek .box p {
  background-color: rgba(232, 210, 108, 0.9);
}

#top #works-seek {
  min-width: 1200px;
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f6f4f0;
}

#top .opcl-btn {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding: 12px 0;
  cursor: pointer;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  background-color: #81705C;
  font-size: 20px;
  font-weight: bold;
}

#top .opcl-btn span {
  padding: 0 20px;
  font-weight: normal;
}

#top .opcl-btn:hover {
  transition: all .3s;
  opacity: 0.7;
}

#top .default-hidden {
  display: none;
}

/**/
#top #intro {
  padding: 0 0 50px;
  text-align: center;
  background: #f8f2d3;
}

#top #What h2 {
  margin-bottom: 0 !important;
}

#What h2 img {
  display: inline;
}

#What ul {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #f2ecde;
  font-size: 0;
}

#What li {
  display: inline-block;
  margin-right: 20px;
}

#What li:last-of-type {
  margin-right: 0;
}

#What a:hover {
  transition: all .3s;
  opacity: 0.7;
}

#top-news .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

#top-news .wrap {
  padding: 30px 0;
  border-top: 1px solid #81705b;
  border-bottom: 1px solid #81705b;
}

#top-news .list-btn a {
  position: absolute;
  right: 20px;
  bottom: -60px;
}

#top-news dl {
  width: 50%;
  margin: 0 auto 10px;
}

#top-news dt {
  float: left;
  width: 17%;
  margin-right: 3%;
}

#top-news dd {
  float: left;
  width: 80%;
}

#top-news dd a {
  text-decoration: underline;
  color: #444;
}

footer {
  position: relative;
  clear: both;
  min-width: 1200px;
  margin-top: 260px;
  color: #fff;
  background-color: #a5ca39;
}

footer::before {
  position: absolute;
  top: -64px;
  left: 50%;
  content: url(../img/footer_bg.png);
  transform: translateX(-50%);
}

footer .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

footer .wrap {
  width: 300px;
  margin: 0 auto;
  padding: 30px 0 10px;
}

footer .wrap img {
  width: 180px;
  height: auto;
  margin-right: 20px
}

footer .sns {
  float: right;
  width: 90px;
  margin-top: 20px;
  font-size: 0;
}

footer .sns img {
  display: inline;
  width: 40px;
  height: auto;
  margin-right: 8px;
  ;
}

footer .wrap a:last-of-type img {
  margin-right: 0;
}

footer .copyright {
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
}

footer .caption a {
  position: absolute;
  top: 15px;
  right: 0;
  color: #fff;
  font-size: 12px;
}

footer .caption a::before {
  position: absolute;
  top: 6px;
  left: -15px;
  width: 10px;
  height: 10px;
  content: "";
  background: url(../img/top_icon04.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  body {
    font-size: 13px;
    line-height: 1.6;
  }

  .menu-btn {
    position: absolute;
    top: 20px;
    right: 3%;
    width: 40px;
    height: auto;
  }

  #top #theme-seek,
  #top #works-seek {
    min-width: 0;
  }

  #top section {
    margin-bottom: 40px;
  }

  #top .mainOuter {
    width: 100%;
    height: 100%;
  }

  /*ヘッダー*/
  #top header {
    width: 100%;
  }

  #top header .menu-trigger {
    top: 5vw;
  }

  #top header h1 {
    top: 5vw;
    right: auto;
    left: 2%;
  }

  #top header h1 a img {
    width: 12vw;
  }

  #top h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
  }

  /*
  FV下テキスト
  */
  #top-text {
    padding: 30px 0 40px;
  }

  #top-text .text p {
    font-size: 14px;
  }

  #top-text .text p:last-child {
    margin-bottom: 0;
  }

  /*無結露50年保証*/
  /* #muketsuro {
    padding: 40px 0 50px;
  }

  #muketsuro .inner {
    width: 94%;
  }

  #muketsuro .fifty_year {
    margin-bottom: 30px;
  }

  #muketsuro .fifty_year img {
    width: 80%;
    margin: 0 auto;
  }

  #muketsuro .text h2 span {
    font-size: 26px;
  }

  #muketsuro .text p {
    margin-top: 30px;
    padding: 0 8px;
    font-size: 14px;
    line-height: 1.5;
  } */

  #top #theme-seek {
    margin-bottom: 40px;
    padding: 30px 0;
  }

  #area-seek .area-ya,
  #area-seek .area-fu,
  #area-seek .area-sa,
  #area-seek .area-na,
  #area-seek .area-oo,
  #area-seek .area-ku,
  #area-seek .area-ka {
    background-size: contain;
  }

  #area-seek .area-ya:hover,
  #area-seek .area-fu:hover,
  #area-seek .area-sa:hover,
  #area-seek .area-na:hover,
  #area-seek .area-oo:hover,
  #area-seek .area-ku:hover,
  #area-seek .area-ka:hover {
    background-size: contain;
  }

  #top #area-seek h2 {
    margin-bottom: 0;
  }

  #area-seek h2::after {
    position: absolute;
    top: 3px;
    right: 50%;
    width: 16px;
    content: "";
    transform: translateX(150px);
    background: url(../img/top_icon01.png) no-repeat;
    background-size: contain;
  }

  #money-seek h2::after {
    position: absolute;
    top: 3px;
    right: 50%;
    width: 28px;
    content: "";
    transform: translateX(138px);
    background: url(../img/top_icon_money.png) no-repeat;
    background-size: contain;
  }

  #theme-seek h2::after {
    position: absolute;
    top: 0;
    right: 50%;
    width: 18px;
    content: "";
    transform: translateX(150px);
    background: url(../img/top_icon02.png) no-repeat;
    background-size: contain;
  }

  #works-seek h2::after {
    position: absolute;
    top: 0;
    right: 50%;
    width: 40px;
    content: "";
    transform: translateX(160px);
    background: url(../img/area_icon05.png) no-repeat;
    background-size: contain;
  }

  #area-seek ul {
    width: 94%;
    margin: 0 auto;
  }

  #area-seek li {
    position: relative;
    float: left;
    width: 23%;
    margin-right: 2%;
  }

  #area-seek li:nth-of-type(4n) {
    margin-right: 0;
  }

  #area-seek a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 140px;
  }

  #area-seek li:last-child::after {
    position: absolute;
    bottom: 10%;
    left: 110%;
    width: 24vw;
    height: 33vw;
    content: '';
    background: url(../img/area-character.jpg) no-repeat;
    background-size: contain;
  }

  #top #money-seek {
    padding: 30px 0 40px;
  }

  #money-seek ul {
    width: 94%;
    margin: 0 auto;
    letter-spacing: 0;
  }

  #money-seek ul li {
    width: 46%;
    margin-right: 8%;
    margin-bottom: 26px;
  }

  #money-seek ul li:nth-of-type(2n) {
    margin-right: 0;
  }

  .seek-list .inner {
    width: 94%;
    margin: 0 auto;
  }

  .seek-list .box {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }

  .seek-list .box:nth-of-type(even) {
    margin-right: 0;
  }

  .seek-list .box p {
    padding: 10px;
    font-size: 11px;
  }

  #top .opcl-btn {
    font-size: 14px;
  }

  #What {
    width: 94%;
    margin: 0 auto;
  }

  #What h2 {
    width: 100%;
    margin-bottom: 0;
  }

  #What ul {
    width: 100%;
    padding: 15px;
    background-color: #f2ecde;
  }

  #What li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }

  #What li:nth-of-type(even) {
    margin-right: 0;
  }

  #top-news .inner {
    position: relative;
    width: 94%;
    margin: 0 auto;
  }

  #top-news .wrap {
    padding: 15px 0;
  }

  #top-news dl {
    width: 90%;
    margin: 0 auto 5px;
  }

  #top-news dt {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  #top-news .list-btn a {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
  }

  footer {
    min-width: 0;
    margin-top: 160px;
  }

  footer::before {
    position: absolute;
    top: -40px;
    left: 50%;
    width: 100%;
    height: 60px;
    content: "";
    background: url(../img/footer_img_sp.png) no-repeat;
    background-size: contain;
  }

  footer .inner {
    width: 90%;
    margin: 0 auto;
  }

  footer .wrap {
    width: 80%;
    padding: 30px 0 10px;
  }

  footer .wrap img {
    width: 30px;
  }

  footer .wrap img {
    width: 140px;
    height: auto;
  }

  footer .sns {
    float: right;
    width: 70px;
    margin-top: 18px;
  }

  footer .sns img {
    width: 30px;
    height: auto;
    margin-right: 5px;
  }

  footer .caption a {
    font-size: 10px;
  }

  footer .copyright {
    margin-top: 15px;
    font-size: 10px;
  }

  footer .caption a::before {
    position: absolute;
    top: 4px;
    left: -15px;
  }
}
