@charset "utf-8";

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
  position: relative;
  background: #141414;
}

.mainVisual .photo img {
  width: 100%;
}

.mainVisual .inner {
  width: 100%;
  max-width: 1214px;
  position: absolute;
  left: 50%;
  top: 39.8%;
  transform: translate(-50%, -50%);
}

.mainVisual .inner h1 {
  margin-bottom: 25px;
}

.mainVisual .inner p {
  margin-left: 15px;
  width: 550px;
  font-size: 2rem;
  line-height: 1.8;
  color: #fff;
}

#main {
  padding-top: 1px;
  padding-bottom: 16.2%;
  position: relative;
  z-index: 1;
  background: #141414 url("../img/index/bg01.png") no-repeat center bottom / 100% auto;
}

#main .stores {
  margin-top: -143px;
}

#main .stores .imgBox {
  padding-bottom: 50px;
}

#main .stores .imgBox:nth-child(4) {
  padding-top: 50px;
  border-top: 1px solid #fc7201;
}

#main .stores .imgBox.color-bl {
  padding-bottom: 0;
  padding-top: 50px;
  border-top: 1px solid #0096e0;
}

#main .stores .imgBox .photoBox {
  width: 499px;
  order: 1;
}

#main .stores .imgBox .textBox {
  box-sizing: border-box;
  padding-left: 39px;
  width: 499px;
  color: #fff;
}

#main .stores .imgBox .textBox p {
  margin-bottom: 30px;
  line-height: 1.7;
}

#main .stores .imgBox .textBox .text01 {
  min-height: 48px;
}

#main .stores .imgBox .textBox .text02 {
  margin-bottom: 23px;
}

#main .stores .imgBox .textBox p a {
  margin-top: -4px;
  padding-left: 29px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  background: url("../img/common/icon01.png") no-repeat left 2px top 11px;
}

#main .stores .imgBox .textBox .text03 {
  margin-bottom: 34px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

#main .stores .imgBox .textBox .btn {
  width: 250px;
}

#main .stores .imgBox .textBox .btn a {
  padding: 20px 10px 19px;
  display: block;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  background: #fc7201;
}


#main .stores .imgBox.color-bl .textBox .btn a {
  padding: 20px 10px 19px;
  display: block;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  background: #0096e0;
}

#main .stores .imgBox .textBox .btn a:hover {
  opacity: 0.7;
}

@media all and (-ms-high-contrast: none) {
  #main .stores .imgBox .textBox .btn a {
    padding: 22px 10px 17px;
  }
}

@media all and (max-width: 896px) {
  .mainVisual {
    width: 100%;
    height: 550px;
    background: #141414 url("../img/index/main_visual.png") no-repeat center bottom / cover;
  }

  .mainVisual .inner {
    box-sizing: border-box;
    padding: 0 15px;
    max-width: inherit;
    left: 0;
    top: 60px;
    transform: translate(0, 0);
  }

  .mainVisual .inner h1 {
    margin-bottom: 15px;
    width: 180px;
  }

  .mainVisual .inner p {
    margin-left: 0;
    width: 75%;
    font-size: 1.8rem;
    line-height: 1.6;
    /* text-shadow: 1px 1px 5px #fff; */
  }

  #main {
    padding-bottom: 30%;
  }

  #main .stores {
    margin-top: -70px;
  }

  #main .stores .imgBox {
    margin-bottom: 50px;
    /* display: block; */
  }

  #main .stores .imgBox:last-child {
    margin-bottom: 0;
  }

  #main .stores .imgBox .photoBox {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
  }

  #main .stores .imgBox .photoBox iframe {
    width: 100% !important;
    height: 93vw !important;
  }

  #main .stores .imgBox .textBox {
    padding-left: 15px;
    width: auto;
  }

  #main .stores .imgBox .textBox p {
    margin-bottom: 20px;
  }

  #main .stores .imgBox .textBox .text01 {
    min-height: inherit;
  }

  #main .stores .imgBox .textBox .text02 {
    margin-bottom: 15px;
  }

  #main .stores .imgBox .textBox p a {
    margin-top: 0;
    padding-left: 26px;
    font-size: 2.8rem;
    background-size: 19px auto;
    background-position: left 2px top 6px;
  }

  #main .stores .imgBox .textBox .text03 {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }

  #main .stores .imgBox .textBox .btn {
    margin: 0 auto;
    margin-bottom: 50px;
  }

  #main .stores .imgBox .textBox .btn a {
    padding: 15px 10px;
  }
}