@charset "utf-8";
/*
Theme Name:株式会社ファッションハウスロード
Author:JIMOTOPAGE
Author URI:http://jimotopage.com/
*/

/*------------------------------------------------------------
     common
------------------------------------------------------------ */
/* h2 */
.h2-title01, .h2-title02, .h2-title03 {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .2em;
}
.h2-title01 {
  width: 50%;
  color: #84CCC9;
}
.h2-title01 img {
  display: block;
  margin: auto auto 2em;
}
.h2-title02 {
  width: 100%;
}
.h2-title02 img {
  margin-right: 2em;
  vertical-align: middle;
}
.h2-title03 {
  width: 100%;
  padding: 50px 0;
}
.h2-title03 img {
  margin-right: 2em;
}
/* btn */
.btn {
  display: inline-block;
  padding: .75em 1.25em;
  border: 2px solid #84CCC9;
  color: #84CCC9;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
}
.btn:hover {
  background-color: #84CCC9;
  color: #FFF;
  opacity: 1;
}
/* archive */
.archives {
  width: 100%;
}
.archives ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -35px -20px;
}
.archives ul li {
  width: 25%;
  padding: 35px 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.692;
  letter-spacing: .05em;
}
.archives ul li time {
  display: block;
  margin-top: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
.archives ul li .blog-title {
  margin-top: .25em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .1em;
}
.archives ul li .blog-title a {
  text-decoration: underline;
}
.archives ul li .ment {
  margin-top: .5em;
}
.article-none {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
/* wp pagenav */
.wp-pagenavi {
  margin: 4.5em -5px -5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.05em;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  padding: .75em;
  border: 2px solid #84CCC9;
  margin: 5px;
  text-align: center;
  color: #84CCC9;
}
.wp-pagenavi a:hover, .wp-pagenavi span {
  background-color: #84CCC9;
  color: #FFF;
  opacity: 1;
}
/* google btn */
.google-map-btn {
  display: inline-block;
  padding: 8px 21px;
  background-color: #84CCC9;
  line-height: 1;
}
/* header
------------------------------------------------------------ */
#header {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
/* logo */
#header .logo {
  float: left;
  max-width: 30%;
  position: relative;
  z-index: 2;
}
/* nav */
#globalNav {
  position: fixed;
  top: 0;
  right: 64px;
  padding-top: 24px;
  padding-right: 25px;
}
#globalNav ul li {
  float: left;
  padding: 0 15px;
}
.nav-contact-btn {
  display: block;
  width: 2.133em;
  height: 2.133em;
  padding: .5665em;
  background-color: #FFF;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  color: #84CCC9;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1;
}
/* container
------------------------------------------------------------ */
.container, .container-lg, .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.container, .container-lg {
  width: 94%;
  padding: 3% 0;
  margin-left: auto;
  margin-right: auto;
}
.container {
  max-width: 1080px;
}
.container-lg {
  width: 100%;
  max-width: 1920px;
}
.container-fluid {
  width: 100%;
  padding: 3%;
}
#main {
  background-color: #FFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#main.kasou-contents .container {
  padding: 0;
}
#main.kasou-contents {
  padding-bottom: 285px;
}
/* section */
.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 1020px;
  background-color: #FFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
}
.ios .section {
  background-attachment: scroll;
}
.section-half .container-lg {
  padding: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.section-half .container-lg > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  padding: 90px 4%;
  position: relative;
}
.section-half .container-lg > *::before {
  content: "";
  display: block;
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
}
.section .box {
  width: 50%;
  max-height: 90%;
  padding: 90px 65px 75px 65px;
  background-color: #FFF;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.4;
  letter-spacing: .05em;
}
.section .box::before {
  content: "";
  display: block;
  width: 1000%;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  top: 0;
}
.section .box h3 {
  float: right;
  margin: auto 25px;
}
.section .box h4 {
  margin-right: 110px;
  margin-bottom: .1em;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}
.section .box .ment {
  margin-right: 110px;
}
.section .box .ment + h4 {
  margin-top: 3em;
}
.section .box table {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 3.333;
  letter-spacing: .05em;
}
.section .box table th {
  padding-right: 80px;
  text-align: right;
  white-space: nowrap;
}
.section .box table td {
  text-align: left;
}
/* footer
------------------------------------------------------------ */
#footer.section {
  background-image: url("img/common/bg_contact.jpg");
}
#footer .container-lg {
  position: relative;
}
.footer-information {
  padding-left: 2.864%;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer-information .ment {
  font-weight: 700;
  line-height: 1.857;
  letter-spacing: .2em;
}
.footer-information .address {
  margin-top: 3em;
  font-weight: 500;
  line-height: 2.14;
  letter-spacing: .05em;
}
.footer-information .tel {
  margin-top: 3em;
}
.footer-information .tel dt, .footer-information .tel dd {
  display: inline-block;
  vertical-align: middle;
}
.footer-information .tel dt {
  padding: .3em .75em;
  background-color: #FFF;
  margin-right: 1.25em;
  color: #000;
  font-weight: 700;
  letter-spacing: .05em;
}
.footer-information .contact-btn-wrap {
  margin-top: 3em;
}
.contact-btn {
  display: block;
  max-width: 360px;
  padding: 1em;
  background-color: #84CCC9;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.contact-btn i {
  margin: auto 1em auto -2em;
}
.copyright {
  width: 100%;
  position: absolute;
  bottom: 3%;
  left: 0;
  text-align: center;
}
#footer.footer-contact {
  padding: 10px 0;
}
#footer.footer-contact .copyright {
  position: relative;
}
/*------------------------------------------------------------
     index
------------------------------------------------------------ */
/* main image */
.section.main-image {
  height: 100vh;
  min-height: inherit;
  z-index: 1;
}
.main-image h1 img {
  max-width: 80%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: auto;
}
.main-image .rslides {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.main-image .page-down {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: 35px;
  right: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  color: rgba(255, 255, 255, .7);
  font-size: 60px;
  font-size: 6.0rem;
  line-height: 1;
}
/* product */
.section.section-project {
  height: 100vh;
  background-image: url("img/index/bg_project.jpg");
  border: 20px solid #84CCC9;
  overflow: hidden;
}
.section-project .container-fluid {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.section-project h2 {
  margin-top: auto;
  text-align: center;
}
.section-project h2 img {
  max-width: 55%;
}
.section-project h3 {
  margin: 50px auto 60px;
  text-align: center;
}
.section-project .ment {
  margin-bottom: auto;
  text-align: center;
}
.section-project .ment img {
  max-width: 70%;
}
/* about us */
.section.section-about {
  background-image: url("img/index/bg_about.jpg");
}
.section-about .box::before {
  left: 99%;
}
/* feature */
.section.section-feature {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #84CCC9;
}
.section-feature h2 {
  margin-top: auto;
  text-align: center;
}
.section-feature h2 img.eng-text {
  margin-bottom: 25px;
}
.section-feature h2 img.ja-text {
  max-width: 82.49%;
}
.section-feature .icons-wrap {
  width: 100%;
  position: relative;
  margin-top: 55px;
  margin-bottom: auto;
}
.section-feature .features {
  padding: 0 160px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.section-feature .features li {
  padding: 1em 0;
  background-color: #FFF;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
}
.section-feature .features li + li {
  margin-top: 1.375em;
}
.section-feature .icons-wrap .icons {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-feature .icons-wrap .icons li {
  width: 123px;
  height: 97px;
  position: absolute;
  margin: auto;
}
.section-feature .icons-wrap .icons li:nth-child(2n-1) {
  left: 0;
}
.section-feature .icons-wrap .icons li:nth-child(2n) {
  right: 0;
}
.section-feature .icons-wrap .icons li:nth-child(1), .section-feature .icons-wrap .icons li:nth-child(2) {
  top: 0;
}
.section-feature .icons-wrap .icons li:nth-child(3), .section-feature .icons-wrap .icons li:nth-child(4) {
  top: 0;
  bottom: 0;
}
.section-feature .icons-wrap .icons li:nth-child(5), .section-feature .icons-wrap .icons li:nth-child(6) {
  bottom: 0;
}
.section-feature .icons-wrap .icons li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* company */
.section.section-company {
  background-image: url("img/index/bg_company.jpg");
}
.section.section-company .container-lg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.section-company .box {
  padding-top: 75px;
  padding-bottom: 90px;
}
.section-company .box::before {
  right: 99%;
}
/* flow */
.section-flow h2, .section-q_and_a h2 {
  margin-top: auto;
  margin-bottom: 50px;
}
.section-flow, .section-flow::before {
  background-color: #E5E5E5;
}
.section-flow::before {
  right: 100%;
}
.section-flow ol {
  margin: 0 auto auto;
}
.section-flow ol li::after {
  content: "";
  display: block;
  clear: both;
}
.section-flow ol li + li {
  margin-top: 90px;
}
.section-flow ol li .icon {
  float: left;
}
.section-flow ol li h3 {
  padding-top: .5em;
  position: relative;
  margin-left: 185px;
  text-align: center;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .2em;
}
.section-flow ol li h3 img {
  position: absolute;
  left: -45px;
}
.section-flow ol li + li h3::before, .section-flow ol li + li h3::after {
  content: "";
  display: block;
  width: 41px;
  border-top: 15px solid #84CCC9;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.section-flow ol li + li h3::before {
  top: -60px;
}
.section-flow ol li + li h3::after {
  top: -42px;
}
.section-flow ol li .ment {
  margin-left: 185px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
}
/* Q&A */
.section-q_and_a, .section-q_and_a::before {
  background-color: #C9C9C9;
}
.section-q_and_a::before {
  left: 100%;
}
.section-q_and_a .q_and_a {
  width: 100%;
  margin-bottom: auto;
}
.section-q_and_a .q_and_a dl {
  background-color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .1em;
}
.section-q_and_a .q_and_a dl + dl {
  margin-top: 25px;
}
.section-q_and_a .q_and_a dl dt {
  padding: .5em 1em .5em 3.75em;
  background-color: #84CCC9;
  font-size: 112.5%;
  font-weight: 700;
  position: relative;
}
.section-q_and_a .q_and_a dl dt img.question_text {
  position: absolute;
  top: .85em;
  left: 1.75em;
}
.section-q_and_a .q_and_a dl dd {
  padding: 1em 1em 1em 1.75em;
}
.section-q_and_a .q_and_a dl dd img.anser_text {
  display: block;
  margin-bottom: .5em;
}
/* factory */
.section.section-factory {
  background-image: url("img/index/bg_factory.jpg");
}
.section-factory .box::before {
  left: 100%;
}
/* machine */
.section.section-machine {
  background-color: #84CCC9;
}
.section-machine .container-fluid {
  padding: 0;
}
.section-machine h2 {
  margin-top: auto;
}
.section-machine ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: auto;
}
.section-machine ul li {
  width: 25%;
}
.section-machine figure {
  position: relative;
}
.section-machine figure img {
  width: 100%;
}
.section-machine figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.857;
  letter-spacing: .05em;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.section-machine figure:hover figcaption {
  opacity: 1;
}
.section-machine figure figcaption h3 {
  margin-bottom: 2em;
  font-size: 18px;
  font-size: 1.8rem;
}
.section-machine figure figcaption .ment {
  width: 100%;
  max-width: 265px;
  margin-left: auto;
  margin-right: auto;
}
/* news/blog */
.section.section-archive {
  overflow: hidden;
}
.section.section-archive::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-image: url("img/index/bg_blog.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.section-archive .container-lg {
  padding-left: 50%;
  position: relative;
}
.archives .h2-title01 {
  width: 100%;
}
.section-archive .archives {
  width: auto;
  max-width: 96%;
  margin: auto;
}
.section-archive .archives ul {
  max-width: 656px;
  margin: -37px -44px;
}
.section-archive .archives ul li {
  width: 50%;
  padding: 37px 44px;
}
.section-archive .archives .more {
  margin-top: 85px;
  text-align: center;
}
/*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
/* common
------------------------------------------------------------ */
/* kasou title */
.kasou_title {
  background-color: #84CCC9;
  text-align: center;
}
.kasou_title .container {
  height: 320px;
  padding: 50px 0 0;
}
.kasou_title h1, .kasou_title p {
  margin: auto;
}
.kasou_title h1.kasou-title-text, .kasou_title p.kasou-title-text {
  color: #FFF;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: .1em;
}
/* pankuzu */
#pankuzu {
  width: 94%;
  max-width: 1080px;
  font-size: 12px;
  line-height: 1.7;
  margin: .5em auto 4em;
}
#pankuzu a {
  text-decoration: underline;
}
/* contact
------------------------------------------------------------ */
.contact-contents {
  font-size: 14px;
  font-size: 1.4rem;
}
.contact-contents .container {
  max-width: 820px;
  padding: 0;
}
.contact-contents .ment {
  width: 100%;
  margin-bottom: 1.5em;
  font-weight: 700;
  letter-spacing: .2em;
}
.contact-contents .address {
  width: 100%;
  margin-bottom: 1.5em;
  font-weight: 500;
  letter-spacing: .05em;
}
.contact-contents .tel {
  width: 100%;
  margin-bottom: 3.5em;
}
.contact-contents .tel dt, .contact-contents .tel dd {
  display: inline-block;
  vertical-align: middle;
}
.contact-contents .tel dt {
  padding: .3em 1em;
  background-color: #84CCC9;
  margin-right: 1.25em;
  color: #FFF;
  font-weight: 700;
  letter-spacing: .05em;
}
/* form */
.form {
  display: block;
  width: 100%;
  padding: 3.5em 3em;
  background-color: #EEE;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.form dl + dl {
  margin-top: 2.25em;
}
.form dl dt {
  margin-bottom: 1.5em;
}
/*入力エリア*/
.form input[type="text"], .form textarea, .form select, .form input[type="tel"], .form input[type="email"] {
  width: 100%;
  padding: .75em 2em;
  background-color: #FFF;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  -webkit-appearance: none;
}
.form input[type="text"]:focus, .form textarea:focus {
  background-image: none;
}
.form textarea {
  width: 100%;
  height: 140px;
  font-size: 16px;
  vertical-align: bottom;
}
.form input[type="radio"], .form input[type="checkbox"] {
  vertical-align: text-top;
}
/* 必須・任意 */
.form .required::after { /* 必須 */
  content: "必須";
  display: inline-block;
  background-color: #E10040;
  margin-left: 2em;
  padding: .3em .85em;
  color: #FFF;
  font-size: 75%;
  line-height: 1;
  vertical-align: middle;
}
/* 送信ボタン */
.submit {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  border: none;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  /* 変更 */
  width: 200px;
  padding: 1em;
  background-color: #84CCC9;
  margin-top: 2.5em;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #FFF;
  font-size: 24px;
}
.submit:hover {
  opacity: .8;
}

/* 404
------------------------------------------------------------ */
.page404 h2 {
  width: 100%;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 500;
  letter-spacing: .05em;
}
.page404 p {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
}
.page404 * + p {
  margin-top: 1.5em;
}
.page404 p a {
  color: #007cba;
}