@charset "UTF-8";
/* CSS Document */

header {
  position:relative;
  overflow: hidden;
  height: 900px;
	background: url(../images/hero.png) no-repeat center 0;
  background-size: cover;
}

.header-h1 {
  position: absolute;
  top: 164px;
  right: 15%;
  margin: 0 auto;
  color: #57565c;
  text-align: center;
}

.header-h1-hero {
  padding-top: 60px;
  font-family: "Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif,游明朝,"Yu Mincho",YuMincho;
  font-size: 48px;
  letter-spacing: 5.5px;
}
.header-h1-hero__sub {
  padding-top: 40px;
  font-family: "Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif,游明朝,"Yu Mincho",YuMincho;
  font-size: 23px;
  letter-spacing: 4px;
}
.app-dl {
  margin: 60px auto 16px;
  width: 384px;
}
.app-dl:after {
    content: "";
    display: block;
    clear: both;
}
.app-dl li {
  float: left;
  padding-right: 24px;
}
.app-dl li:last-child { padding-right: 0;}
.app-dl__text {
  color: #f6516e;
  font-size: 14px;
  font-weight: bold;
}

.introduction {
  margin: 113px auto 0;
  width: 960px;
  border-bottom: #efeaf7 2px solid;
}
.introduction:after {
    content: "";
    display: block;
    clear: both;
}
.introduction-inner { padding: 0 8px;}
.introduction-inner-image { float: left;}
.introduction.is_even .introduction-inner-image { float: right;}
.introduction-inner-description {
  float: right;
  width: 546px;
}
.introduction.is_even .introduction-inner-description {float:left;}
.introduction-inner-description__title {
  padding: 63px 0 58px;
  font-family: "Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif,游明朝,"Yu Mincho",YuMincho;
  color: #8d70da;
  font-size: 48px;
  letter-spacing: 3px;
}
.introduction-inner-description__text {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 1px;
}
.footer-app { display: none;}
.sitemap {
  margin: 80px auto 24px;
  width: 640px;
}
.footer-sitemap:after {
    content: "";
    display: block;
    clear: both;
}
.footer-sitemap-item {
  padding-right: 16px;
  float: left;
}
.footer-sitemap-item:last-child { padding-right: 0;}

footer {
  padding-bottom: 30px;
  text-align: center;
  color: #9b9b9b;
}


/****************************************
Other Device(SP/Tablet)
****************************************/
@media screen and (max-width: 768px) {
  
  header {
    position: relative;
    overflow: hidden;
    padding-bottom: 16px;
    height: 500px;
    background: url(../images/hero.png) no-repeat 10% 0;
    background-size: cover;
    border-bottom: #efeaf7 2px solid;
  }
  header:after {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    -moz-box-shadow: inset 0px -110px 60px 0px #fff;
    -webkit-box-shadow: inset 0px -110px 60px 0px #fff;
    box-shadow: inset 0px -110px 60px 0px #fff;
    content: " ";
  }
  .header-h1 {
    position: inherit;
    top: 200px;
    right: 0;
    margin: 0 auto;
    color: #57565c;
    text-align: center;
    z-index: 1;
  }
  h1 img {
    width: 100%;
    max-width: 130px;
    height: auto;
  }
  .header-h1-hero {
    padding-top: 24px;
    font-size: 24px;
    letter-spacing: 1.7px;
  }
  .header-h1-hero__sub {
    padding-top: 16px;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .app-dl {
      margin: 32px auto 12px;
      width: 258px;
  }
  .app-dl li { padding-right: 10px;}
  .app-dl li img {
    width: 124px;
    height: auto;
  }
  .app-dl__text {
    text-align: center;
    font-size: 12px;
  }
  
  .introduction {
    margin: 56px auto 0;
    width: 100%;
  }
  .introduction-inner { padding: 0 16px;}
  .introduction-inner-description {
      float: none;
      width: auto;
  }
  .introduction.is_even .introduction-inner-description { float: none;}
  .introduction-inner-image {
    float: none;
    text-align: center
  }
  .introduction.is_even .introduction-inner-image { float: none;}
  .introduction-inner-image img {
    width: 80%;
    max-width: max-content;
    height: auto;
  }
  .introduction-inner-description__title {
    padding: 0 0 32px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1.1px;
  }
  .introduction-inner-description__text {
    padding-bottom: 32px;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.7px;
  }
  .footer-app { display: block;}
  
  .sitemap {
    margin: 80px auto 24px;
    width: auto;
    text-align: center;
  }
  .footer-sitemap-item {
    padding-bottom: 16px;
    padding-right: 0;
    float: none;
    font-size: 10px;
  }
  footer { padding-bottom: 16px;}  
}