@charset "utf-8";

/*---------------------------------------------
  Reset
---------------------------------------------*/
/* margin */
#ahamo h1,
#ahamo h2,
#ahamo h3,
#ahamo h4,
#ahamo p {
  margin: 0;
}
/* line-height */
#ahamo h2,
#ahamo h3,
#ahamo h4 {
  line-height: 1.5;
}
/* list-style */
#ahamo ul,
#ahamo ol,
#ahamo dl {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* img */
#ahamo img,
#ahamo table img {
  width: 100%;
}

/*---------------------------------------------
  Base
---------------------------------------------*/
#ahamo {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #ahamo {
    padding-bottom: 80px;
  }
}
/* display */
#ahamo .sm_pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  #ahamo .sm_pc {
    display: block !important;
  }
  #ahamo .sm_sp {
    display: none !important;
  }
}
/* clear */
#ahamo .clearFix:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
/* hover */
@media only screen and (min-width: 768px) {
  #ahamo a:hover img {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
  }
}

/*---------------------------------------------
  Hero
---------------------------------------------*/
#ahamo .heros {
  background: url(../img/bg-head-xs.jpg) center top no-repeat;
  background-size: 100% auto;
}
#ahamo .heros_heading {
  width: 100%;
  max-width: 990px;
  padding: 30px 15px 0;
  margin: 0 auto;
}
#ahamo .heros_heading > h1 {
  max-width: 300px;
  margin: 0 auto;
}
#ahamo .heros_heading > p {
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
  margin-top: 30px;
}
@media only screen and (min-width: 818px) {
  #ahamo .heros {
    padding: 0 15px;
    margin: 0 auto;
    background: url(../img/bg-head.jpg) center top no-repeat;
    background-size: 100% auto;
  }
  #ahamo .heros_heading > p {
    font-size: 28px;
    letter-spacing: -.04em;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 990px) {
  #ahamo .heros {
    width: 1200px;
    max-width: 100%;
  }
}

/* Hero / Product */
#ahamo .heros_product {
  width: 100%;
  max-width: 990px;
  padding: 0 15px;
  margin: 60px auto 0;
}
#ahamo .heros_product > h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
#ahamo .heros_product > h2 > span {
  display: inline-block;
  position: relative;
  padding: 10px 40px 0;
}
#ahamo .heros_product > h2 > span:before,
#ahamo .heros_product > h2 > span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 140px;
  height: 3px;
  background-color: #000;
  border-radius: 1.5px;
}
#ahamo .heros_product > h2 > span:before {
  left: -40px;
  -webkit-transform: rotate(75deg);
  transform: rotate(75deg);
}
#ahamo .heros_product > h2 > span:after {
  right: -40px;
  -webkit-transform: rotate(-75deg);
  transform: rotate(-75deg);
}
#ahamo .heros_product > img {
  display: block;
  width: 100%;
  max-width: 580px;
  margin: 30px auto 0;
}
@media only screen and (min-width: 768px) {
  #ahamo .heros_product {
    margin-top: 120px;
  }
  #ahamo .heros_product > h2 {
    font-size: 32px;
    line-height: 1.5;
  }
  #ahamo .heros_product > h2 > span {
    padding: 10px 90px 0;
  }
  #ahamo .heros_product > h2 > span:before,
  #ahamo .heros_product > h2 > span:after {
    width: 100px;
  }
  #ahamo .heros_product > h2 > span:before {
    left: 0;
    -webkit-transform: rotate(65deg);
    transform: rotate(65deg);
  }
  #ahamo .heros_product > h2 > span:after {
    right: 0;
    -webkit-transform: rotate(-65deg);
    transform: rotate(-65deg);
  }
}

/*---------------------------------------------
  Container
---------------------------------------------*/
#ahamo .container {
  width: 100%;
  max-width: 990px !important;
  padding: 20px 15px 0 !important;
  margin: 0 auto;
}

/*---------------------------------------------
  About
---------------------------------------------*/
#ahamo .about {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #ahamo .about {
    margin-top: 30px;
  }
}

/* About / Content */
#ahamo .about_content {
  overflow: hidden;
}
#ahamo .about_item {
  margin-top: 30px;
}
#ahamo .about_title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 18px;
}
#ahamo .about_txt {
  font-size: 14px;
  margin-top: 10px;
}
#ahamo .about_txt > small {
  font-size: 12px;
}
#ahamo .about_note {
  font-size: 12px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  #ahamo .about_list {
    font-size: 0;
    margin: 0 -1.496%;
  }
  #ahamo .about_item {
    display: inline-block;
    width: 33.3333%;
    vertical-align: top;
    padding: 0 1.496%;
    margin-top: 40px;
  }
}

/* About / Banner */
#ahamo .about_banner {
  margin-top: 35px;
}
#ahamo .about_banner > a {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#ahamo .about_banner > a > p {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}

/*---------------------------------------------
  Xperia
---------------------------------------------*/
#ahamo .xperia {
  margin-top: 80px;
}
#ahamo .xperia_heading {
  text-align: center;
}
#ahamo .xperia_heading > h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
}
#ahamo .xperia_heading > p {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #ahamo .xperia_heading > h3 {
    font-size: 32px;
  }
}

/* Xperia / Product */
#ahamo .xperia_product {
  text-align: center;
  margin-top: 20px;
}
#ahamo .product_image {
  width: 100%;
  max-width: 559px;
  margin: 30px auto 0;
}
@media only screen and (min-width: 768px) {
  #ahamo .xperia_product {
    margin-top: 35px;
  }
  #ahamo .product_image {
    margin-top: 40px;
  }
}

/* Xperia / Tecknology */
#ahamo .xperia_technology {
  margin-top: 40px;
  overflow: hidden;
}
#ahamo .technology_item + .technology_item {
  margin-top: 40px;
}
#ahamo .technology_category {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#ahamo .technology_image {
  display: block;
  margin-top: 15px;
}
#ahamo .technology_title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 13px;
}
#ahamo .technology_txt {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #ahamo .xperia_technology {
    margin-top: 60px;
  }
  #ahamo .technology_list {
    font-size: 0;
    margin: 0 -1.342%;
  }
  #ahamo .technology_item {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 0 1.342%;
  }
  #ahamo .technology_item + .technology_item {
    margin-top: 0;
  }
}

/*---------------------------------------------
  Banner
---------------------------------------------*/
#ahamo .banner {
  margin-top: 40px;
  overflow: hidden;
}
#ahamo .banner_item + .banner_item {
  margin-top: 30px;
}
#ahamo .banner_item > p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
#ahamo .banner_item > p > span {
  display: inline-block;
  position: relative;
  padding: 0 40px;
}
#ahamo .banner_item > p > span:before,
#ahamo .banner_item > p > span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 3px;
  background-color: #000;
  border-radius: 1.5px;
}
#ahamo .banner_item > p > span:before {
  left: -10px;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
}
#ahamo .banner_item > p > span:after {
  right: -10px;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
}
#ahamo .banner_item > a {
  display: block;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #ahamo .banner {
    margin-top: 60px;
  }
  #ahamo .banner_list {
    font-size: 0;
    text-align: center;
    margin: 0 -20px;
  }
  #ahamo .banner_item {
    display: inline-block;
    width: 50%;
    max-width: 440px;
    vertical-align: top;
    padding: 0 20px;
  }
  #ahamo .banner_item + .banner_item {
    margin: 0;
  }
}