/* Header */
body {
  box-sizing: border-box;
  color: #333;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic,
    'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo,
    sans-serif;
}
.storeBadgeFixedContainer {
  position: fixed;
  right: 16px;
  bottom: 20px;
  z-index: 1;
  text-align: center;
}
.storeBadgeFixedContainer p {
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 20px; /*文字の間隔を指定*/
}
.storeBadgeFixedContainer a {
  margin: 0 6px;
  text-decoration: none;
}
.storeBadgeFixedContainer a img {
  width: 240px;
}

.clip {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 370px; /*スクロールしても位置が固定されたまま*/ /*数値が大きいほど上に重なる*/
}
.clip img {
  display: block;
  width: 100%;
}

#wrapper {
  z-index: 0;
  margin: 0 auto;
  width: 100%;
}

.slider {
  background-color: #e7f0f8;
}

/*feature*/
#feature {
  text-align: center;
}

/*feature_1*/
#feature .feature_1 {
  margin-top: 86px;
}
#feature .feature_1 ul {
  margin: 0 auto;
  width: 980px;
  height: 460px;
}
#feature .feature_1 li {
  float: left;
  width: 490px;
  list-style-type: none;
}
#feature .feature_1 li h4 {
  padding-top: 40px;
  color: #164b8f;
  font-weight: bold;
  font-size: 34px;
}
#feature .feature_1 li p {
  padding-top: 20px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
}

/*feature_2*/

#feature .feature_2 {
  margin-top: 60px;
  margin-bottom: 59px;
}
#feature .feature_2 ul {
  margin: 0 auto;
  width: 980px;
  height: 460px;
}
#feature .feature_2 li {
  float: left;
  width: 490px;
  list-style-type: none;
}
#feature .feature_2 li h4 {
  padding-top: 40px;
  color: #164b8f;
  font-weight: bold;
  font-size: 34px;
}
#feature .feature_2 li p {
  padding-top: 20px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
}

/*merit*/
#merit {
  background-color: #e7f0f8;
}

.about_maplife {
  padding-top: 86px;
  font-weight: bold;
}
.about_maplife .txt {
  margin-top: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
}
.merit_box {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 0;
  width: 1080px;
  height: 686px;
}

.merit-list {
  margin: 0 60px 0 15px;
  padding-bottom: 100px;
  list-style: none;
}

.merit-list li {
  float: left;
  width: 290px;
}
.merit-image {
  margin-bottom: 13px;
}
.merit-title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
}
.merit-txt {
  margin-top: 10px;
  font-weight: bold;
  font-size: 15px;
  line-height: 28px;
}

.merit02 {
  padding-left: 40px;
}

.merit03 {
  padding-left: 40px;
}

/*signage*/
#signage {
  padding-top: 80px;
  height: 800px;
  text-align: center;
}

#signage h5 {
  padding-bottom: 77px;
  color: #ff6600;
  font-weight: bold;
  font-size: 12px;
}

#signage h4 {
  color: #164b8f;
  font-weight: bold;
  font-size: 34px;
}

#signage .signage_txt {
  margin-top: 77px;
}
#signage .signage_txt ul {
  margin: 0 auto;
  width: 980px;
  height: 460px;
}
#signage .signage_txt li {
  float: left;
  width: 490px;
  list-style-type: none;
}

#signage .signage_txt li p {
  padding-right: 50px;
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
}
#signage .signage_txt ul li img {
  width: 425px;
  height: auto;
}

.signage_btn {
  padding-top: 40px;
  text-align: left;
  font-family: 'Yu Gothic', YuGothic, Verdana, 'Hiragino Kaku Gothic ProN',
    'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo,
    sans-serif;
}

/* ここから下がボタンのCSS　*/
.btn-animation-02 {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  border: 2px solid #164b8f;
  border-radius: 4px;
  background-color: #164b8f;
  color: #164b8f;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  background-color: #fff;
  content: '';
  transition: 0.2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #fff;
}

.btn-animation-02:hover {
  color: #fff;
}

.showOnlyInSP {
  display: none;
}

@media (max-width: 1280px) {
  .clip {
    width: 230px;
  }
}

@media (max-width: 600px) {
  .clip {
    width: 120px;
  }
}

/*画面幅が480pxまでの場合*/
@media (max-width: 480px) {
  .clip {
    width: 120px;
  }

  .storeBadgeFixedContainer {
    display: none;
  }

  .storeBadgeContainer {
    padding: 20px 10px 20px;
    background: #f0f0f0;
    text-align: center;
  }

  .storeBadgeContainer p {
    margin-bottom: 20px;
    font-weight: bold;
  }
  .storeBadgeContainer a img {
    margin: 3px;
    width: calc(50% - 10px);
  }

  #feature .feature_1 {
    text-align: center;
  }

  #feature .feature_1 ul {
    width: 375px;
  }

  #feature .feature_1 li {
    clear: both;
  }

  #feature .feature_2 li {
    clear: both;
  }
}
