@charset "utf-8";
/* --------
[page.cssについて]
・各ページごとのCSSを記述
・必ず.page-homeなど各ページごとのclassを付ける
-------- */

/* page-home -------- */
.page-home {
}

/* sec-wrap1 */
.page-home .sec-wrap1 {
  padding-bottom: 1px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
}

/* sec-visual */
.page-home .sec-visual {
  background: none;
}
.page-home .sec-visual .fix-bg-wrap {
  position: relative;
}
.page-home .sec-visual .fix-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url(../images/home/visual-bg_pc.jpg) no-repeat center center;
  background-size: cover;
}
.page-home .sec-visual .logo {
  padding: 60px 0 0 60px;
}
.page-home .sec-visual .scroll {
  background-color: #fff;
}
.page-home .sec-visual .scroll a {
  position: relative;
  display: block;
  text-align: center;
  height: 60px;
  padding-top: 17px;
  font-size: 10px;
  font-weight: bold;
}
.page-home .sec-visual .scroll a:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 17px;
  transform: translateX(-50%);
  width: 8px;
  height: 6px;
  background: url(../images/home/visual-scroll-arow.png) no-repeat left top;
}

@media screen and (max-width: 767px) {
  .page-home .sec-visual .logo {
    padding: 30px 0 0 30px;
  }
  .page-home .sec-visual .scroll a {
    height: 55px;
    padding-top: 16px;
  }
  .page-home .sec-visual .scroll a:after {
    bottom: 16px;
    background: url(../images/home/sp-visual-scroll-arow.png) no-repeat left top;
    background-size: contain;
  }

.page-home .sec-visual .fix-bg {
  background: url(../images/home/visual-bg_sp.jpg) no-repeat center center;
	background-size: cover;
}

}

/* sec-movie */
.page-home .sec-movie {
  margin-bottom: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .page-home .sec-movie {
    max-width: 375px;
    margin: 0 auto 50px;
    padding-top: 40px;
  }
}

/* sec-shop */
.page-home .sec-shop {
  margin-bottom: 60px;
}
.page-home .sec-shop .cols {
  position: relative;
}
.page-home .sec-shop .cols .col1 {
  float: left;
  width: 46%;
}
.page-home .sec-shop .cols .col2 {
  float: left;
  width: 54%;
  padding-left: 30px;
}
.page-home .sec-shop .images li {
  float: left;
  width: 50%;
  padding: 0 30px 30px 0;
}
.page-home .sec-shop .images li.mb-none {
  padding-bottom: 0;
}
.page-home .sec-shop .images li a {
  cursor: pointer;
}
.page-home .sec-shop .logo {
  margin-bottom: 55px;
}
.page-home .sec-shop .text1 {
  min-height: 305px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
.page-home .sec-shop .text2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 16px;
}
.page-home .sec-shop .text3 p {
  margin-bottom: 20px;
  font-size: 12px;
}
.page-home .sec-shop .text3 p.mb-none {
  margin-bottom: 0;
}
.page-home .sec-shop .text3 p span {
  font-weight: bold;
}
.page-home .sec-shop .bottom {
  position: absolute;
  bottom:0;
}

@media screen and (max-width: 767px) {
  .page-home .sec-shop {
    margin-bottom: 38px;
    max-width: 375px;
    margin: 0 auto;
  }
  .page-home .sec-shop .images {
    overflow: hidden;
  }
  .page-home .sec-shop .images ul {
    margin-right: -20px;
  }
  .page-home .sec-shop .images li {
    padding: 0 20px 20px 0;
  }
  .page-home .sec-shop .cols .col1 {
    float: none;
    width: auto;
  }
  .page-home .sec-shop .cols .col2 {
    float: none;
    width: auto;
    padding-left: 0;
  }
  .page-home .sec-shop .logo {
    margin-bottom: 38px;
  }
  .page-home .sec-shop .text1 {
    min-height: 0;
    margin-bottom: 46px;
    font-size: 13px;
  }
  .page-home .sec-shop .text2 {
    font-size: 13px;
  }
  .page-home .sec-shop .text3 {
  }
  .page-home .sec-shop .text3 p {
    font-size: 12px;
  }
  .page-home .sec-shop .bottom {
    position: relative;
    margin: 30px auto;
  }
}

/* sec-map */
.page-home .sec-map #gmap {
  height: 350px;
}

@media screen and (max-width: 767px) {
  .page-home .sec-map {
  }
  .page-home .sec-map #gmap {
    height: 225px;
  }
}
