@charset "UTF-8";
#wrapper {
  position: relative;
  background: url(../images/bg-grunge.jpg) repeat top/100% auto;
  min-width: 1200px;
}

@media only screen and (max-width: 639px) {
  #wrapper {
    overflow-x: hidden;
  }
}

.txt {
  line-height: 2;
}

.sec {
  padding: 100px 0;
}

.ttl {
  font-size: 3.4rem;
  margin: 30px 0 50px;
}

.ttl span {
  display: block;
  font-size: 2.2rem;
  margin-top: 10px;
}

.ttl_s {
  font-size: 2.8rem;
  letter-spacing: 3px;
  margin: 30px 0 50px;
}

.ttl_s span {
  font-size: 2.2rem;
}

/* ==================================================
	mv
================================================== */
.mv {
  background: url(../images/mv-bg.jpg) no-repeat center/cover;
  height: 100vh;
  min-height: 600px;
  position: relative;
  text-align: center;
}

.mv h1 {
  width: 1012px;
  height: 142px;
  position: absolute;
  left: 0;
  right: 0;
  top: 225px;
  bottom: 0;
  margin: auto;
}

.mv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/mv-overlay.png) repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

@media all and (-ms-high-contrast: none) {
  .mv::before {
    background: none;
  }
}

@supports (-ms-ime-align: auto) {
  .mv::before {
    background: none;
  }
}

/* ==================================================
	about
================================================== */
.about {
  text-align: center;
}

.about h3, .about p {
  color: #fff;
}

.about .btn {
  margin: 20px auto 50px;
}

.about .pic {
  width: 900px;
  margin: 0 auto;
}

.about .pic p {
  margin-top: 20px;
}

/* ==================================================
	introduction
================================================== */
.introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.introduction > div {
  width: 50%;
}

.introduction > div::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/mv-overlay.png) repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 0;
}

@media all and (-ms-high-contrast: none) {
  .introduction > div::before {
    background: none;
  }
}

@supports (-ms-ime-align: auto) {
  .introduction > div::before {
    background: none;
  }
}

.introduction > div .inner {
  max-width: calc((1200px / 2) - 55px);
  color: #fff;
  padding: 80px 0 180px;
  position: relative;
  z-index: 1;
}

.introduction > div h2 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.introduction > div h2 span {
  font-size: 2.2rem;
  display: block;
  margin-bottom: 20px;
}

.introduction .work {
  background: url(../images/w-introduction-img.jpg) no-repeat center/cover;
  padding-right: 60px;
}

@media print, screen and (max-width: 1452px) {
  .introduction .work {
    padding-left: 10%;
    -webkit-transition: .1s;
    transition: .1s;
  }
}

.introduction .work .inner {
  float: right;
}

.introduction .shop {
  background: url(../images/s-introduction-img.jpg) no-repeat center/cover;
  padding-left: 60px;
}

@media print, screen and (max-width: 1452px) {
  .introduction .shop {
    padding-right: 10%;
    -webkit-transition: .1s;
    transition: .1s;
  }
}

.introduction .shop .inner {
  float: left;
}

.introduction .btn {
  position: absolute;
  bottom: 80px;
  z-index: 10;
}

/* ==================================================
	product repeir
================================================== */
.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (max-width: 1452px) {
  .flex_box:first-child {
    padding-left: 15%;
    padding-right: 2%;
    -webkit-transition: .1s;
    transition: .1s;
  }
}

.flex_box:first-child .ttl_block {
  margin-left: -100px;
}

.flex_box:first-child .txt_block {
  margin-left: 65px;
}

.flex_box:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

@media print, screen and (max-width: 1452px) {
  .flex_box:last-child {
    padding-right: 9%;
    padding-left: 9%;
    -webkit-transition: .1s;
    transition: .1s;
  }
}

.flex_box:last-child::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/repair-bg.png) no-repeat center/cover;
  mix-blend-mode: overlay;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.flex_box:last-child .ttl_block {
  margin-right: -100px;
}

.flex_box:last-child .txt_block {
  margin-right: 65px;
}

.flex_box:last-child .ttl_block, .flex_box:last-child .txt_block {
  position: relative;
  z-index: 1;
}

.flex_box .ttl_block {
  background: url(../images/bg-red-lether.jpg) no-repeat top/cover;
  height: 450px;
  max-width: 600px;
  width: 50%;
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-align: center;
}

.flex_box .ttl_block h2 {
  width: 166px;
  margin: 0 auto;
}

.flex_box .img_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0 0;
}

.flex_box .img_flex img {
  max-width: 196px;
  width: 31%;
  max-height: 144px;
}

.flex_box .txt_block {
  width: 50%;
  max-width: 630px;
}

.flex_box .txt_block .txt {
  max-width: 630px;
  color: #fff;
}

.flex_box .txt_block .btn {
  margin-top: 50px;
}

/* ==================================================
	flow
================================================== */
.flow h2 {
  width: 197px;
  margin: 0 auto;
}

.flow h3 {
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

.flow ul {
  width: 960px;
  margin: 0 auto;
}

.flow ul li {
  height: 60px;
  background: rgba(76, 51, 17, 0.3);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow ul li + li {
  margin-top: 30px;
}

.flow ul li span {
  width: 240px;
  height: 100%;
  padding: 23px;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: inline-block;
  background: #7d5f35;
}

/* ==================================================
	qa
================================================== */
.qa {
  background: rgba(169, 103, 0, 0.3);
}

.qa h2 {
  width: 197px;
  margin: 0 auto;
}

.qa h3 {
  text-align: center;
  color: #fff;
}

.qa > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}

.qa dl {
  width: 490px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 30px;
}

.qa dt {
  padding: 10px 0 0 60px;
  position: relative;
  margin-bottom: 15px;
}

.qa dt::before {
  content: "Q";
  font-size: 1.8rem;
  line-height: 1;
  width: 40px;
  height: 40px;
  background: #e6ac27;
  color: #343230;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

.qa dd {
  padding: 15px 0 15px 50px;
  position: relative;
}

.qa dd::before {
  content: "";
  height: 100%;
  width: 1px;
  background: #e6ac27;
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
}

/* ==================================================
	youtube
================================================== */
@media print, screen and (max-width: 1452px) {
  .youtube {
    padding-left: 10%;
    padding-right: 2%;
    -webkit-transition: .1s;
    transition: .1s;
  }
}

.youtube > div {
  max-width: 1200px;
  background: #fff;
  padding: 35px 50px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.youtube h3 {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.youtube h3 img {
  width: 136px;
  margin-right: 20px;
}

.youtube .txt_block {
  width: 590px;
  height: 220px;
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.youtube .txt_block p {
  margin-bottom: 20px;
}

.youtube .txt_block .btn {
  margin-left: auto;
  max-width: 560px;
  width: 100%;
}

@media print, screen and (max-width: 1452px) {
  .youtube .txt_block .btn {
    font-size: 1.2rem;
    width: 400px;
    margin-right: 20px;
    text-align: left;
    -webkit-transition: .1s;
    transition: .1s;
  }
}

.youtube .movie {
  max-width: 440px;
  height: 220px;
  background: #ccc;
}

/* ==================================================
	access
================================================== */
.access {
  background: url(../images/access-bg.jpg) no-repeat center/cover;
  position: relative;
  padding-bottom: 120px;
}

.access::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/mv-overlay.png) repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 0;
}

@media all and (-ms-high-contrast: none) {
  .access::before {
    background: none;
  }
}

@supports (-ms-ime-align: auto) {
  .access::before {
    background: none;
  }
}

.access h3 {
  margin-top: 0;
  text-align: center;
  color: #fff;
}

.access .inner {
  position: relative;
  z-index: 1;
}

.access dl {
  width: 400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.access dl:not(:last-of-type) {
  margin-bottom: 15px;
}

.access dl dt {
  margin-right: 40px;
}

.access ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.access ul li {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.access ul li img {
  width: 28px;
}
.access ul li img.min {
  width: 29px;
}
.access ul li img.w20 {
  width: 20px;
}

.access ul li + li {
  margin-left: 20px;
}

/* ==================================================
	map
================================================== */
.map {
  position: relative;
  margin: -50px auto 0;
  display: block;
}

@media print, screen and (max-width: 1452px) {
  .map {
    padding-left: 10%;
    padding-right: 2%;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* ==================================================
	form
================================================== */
.contact .main_ttl {
  width: 140px;
  margin: 0 auto;
}

.contact h3, .contact .txt {
  text-align: center;
  color: #fff;
}

.contact input[type="text"],
.contact input[type="tel"],
.contact input[type="email"],
.contact textarea {
  width: 640px;
  background: transparent;
  border: 1px solid #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"] {
  height: 40px;
}

.contact textarea {
  height: 150px;
}

.contact form dl {
  display: table;
  margin: 40px auto 45px;
  color: #fff;
}

.contact form dl:not(:last-of-type) {
  margin-bottom: 25px;
}

.contact form dt {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 185px;
  padding-top: 15px;
}

.contact form dt::before {
  content: "必須";
  color: #343230;
  background: #e6ac27;
  font-size: 1.1rem;
  padding: 5px;
  margin-right: 10px;
}

.contact form dd {
  display: table-cell;
  width: 640px;
}

.contact .btn {
  margin: 20px auto 80px;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact .btn[disabled] {
  background: #564b32;
}

.contact #pp {
  text-align: left;
  color: #fff;
  border: 1px solid #fff;
  width: 1000px;
  margin: 0 auto;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact #pp > div {
  height: 400px;
  padding: 20px;
  overflow-y: scroll;
  line-height: 1.8;
}

.contact #pp h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}

.contact #pp p {
  margin-bottom: 30px;
}

.contact #pp dt {
  margin-bottom: 20px;
}

.contact #pp dd {
  margin-bottom: 30px;
}

.contact #pp li {
  margin-bottom: 10px;
}

.bg_br {
  background: rgba(47, 35, 16, 0.5);
}

/* ==================================================
	form
================================================== */
.form .mv {
  height: 440px;
  min-height: auto;
}

.form .mv h1 {
  font-size: 4.0rem;
  color: #fff;
  top: unset;
  bottom: 70px;
  height: auto;
  letter-spacing: 10px;
}

.form #contact_form {
  padding: 100px 0;
}

.form #contact_form dt {
  padding-top: 0;
}

.form #contact_form .form_submit_btn {
  width: 1000px;
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form #contact_form .form_submit_btn .back + .btn {
  margin: 0 0 0 50px;
}

.form #contact_form .form_submit_btn .back {
  padding: 20px 100px;
}
