@charset "utf-8";

#greetingPage{
  background: #000;
  padding: 0;
  color: #000;
}

.inner{
  max-width: 1100px;
  margin: 0 auto;
  background: url(/greeting/img/bg_img_greeting.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 1511px;
  position: relative;
}
.hd_searchArea .inner{
  background-image: none;
}
.textArea{
  padding: 75px 0 0;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333333;
}
.heading{
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #000;
}
.textArea p{
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .logoArea {
    position: absolute;
    bottom: 112px;
    left: 50%;
    margin-left: -410px;
    text-align: center;
  }
  .logoArea img{
    margin-bottom: 45px;
    max-width: 820px;
    padding-left: 10px;
  }
  .logoArea .f_text{
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
  }
  .textArea .con{
    color: #333333;
    background: -webkit-linear-gradient(90deg, #666666, #1a1a1a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (max-width:767px) {
  #greetingPage {
    background: #014b89;
    padding: 36px 0 0;
  }
  .inner{
    max-width: 100%;
    height: auto;
    background: url(/greeting/img/sp_bg_img_greeting.png) no-repeat;
    background-size: 100% auto;
  }
  .textArea{
    padding: 12px 6% 0;
    font-size: 11px;
    margin-bottom: 35px;
    letter-spacing: normal;
  }
  .heading{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: -25px;
  }
  .textArea p{
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .logoArea{
    position: relative;
    text-align: center;
    padding: 43% 6% 35px;
  }
  .logoArea img{
    max-width: 312px;
    width: 100%;
    margin: 0 auto 16px;
  }
  .logoArea .f_text{
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-align: center;
  }
}


/* iphone 6, 6s, 7, 8 */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  #greetingPage {
    background: #014b89;
    padding: 9% 0 0;
  }
  .heading {
    margin-top: -24px;
  }
  .logoArea{
    padding: 44% 6% 35px;
  }
}

/* iphone 6+, 6s+, 7+, 8+ */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  #greetingPage {
    background: #014b89;
    padding: 2% 0 0;
  }
  .heading {
    margin-top: 8px;
  }
  .logoArea{
    padding: 40% 6% 35px;
  }
}

@media screen and (max-width: 320px){
  #greetingPage {
    background: #014b89;
    padding: 80px 0 0;
  }
  .heading {
    margin-top: -70px;
  }
  .logoArea{
    padding: 47% 6% 35px;
  }
}
