/* ------------------------------------------------------------ */
/* section-hero */
/* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .section-hero h1 {
    margin: 0 -15px 10px;
  }
}



/* ------------------------------------------------------------ */
/* BASE LAYOUT */
/* ------------------------------------------------------------ */
.row-layout {
  margin: 0 -20px 10px;
}




/* ------------------------------------------------------------ */
/* font周り */
/* ------------------------------------------------------------ */
.blue {
  color:#589dcd;
}
.copyright {
  font-size: 90%;
}




/* ------------------------------------------------------------ */
/* heading */
/* ------------------------------------------------------------ */
.heading {
  text-align: center;
  font-size: 18px;
}
.heading h2 {
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
.heading h2 {
  line-height: 150%;
  margin-top: 10px;
  margin-bottom: 10px;
}
}




/* ------------------------------------------------------------ */
/* sec-cover */
/* ------------------------------------------------------------ */
.sec-cover {
  margin-bottom: 60px;
  text-align: center;
}
.sec-cover strong{
  color:#ff0000;
  font-weight: normal;
  font-size: 110%;
}
.sec-cover figure{
  margin-bottom: 5px;
}
.sec-cover figure figcaption {
  margin-top: 18px;
  line-height: 160%;
}
.sec-cover figure figcaption span{
  margin-top: 15px;
}

.sec-cover .btn-buy {
  margin: 0 auto 5px auto;
  padding: 0;
}

@media (min-width: 768px) {
.sec-cover figure img{
  min-height: 146px;
}
}
/*.visible-xm{
  display: none;
}*/

@media (min-width: 768px) {
.sec-cover strong{
  font-size: 90%;
}
.sec-cover .btn-buy {
  max-width: 156px;
}
.sec-cover figure figcaption {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sec-cover figure figcaption.tt{
margin-top: 15px; 
min-height: 42px;
}
}

@media (max-width: 767px) {
.sec-cover figure {
  margin-left: 30px;
  margin-right: 30px; 
}
.sec-cover figure figcaption {
  font-size: 150%;
  margin-top: 0;
  margin-bottom: 10px;
}
.sec-cover .btn-buy {
  max-width: 70%;
}
}

@media screen and (min-width:768px) and ( max-width:989px) {
.row-layout .col-sm-3{
  width: 50%;
  }
}

@media (max-width:989px) {
/*.visible-xm{
  display: block;
}*/
}



/* ------------------------------------------------------------ */
/* bnr-cover */
/* ------------------------------------------------------------ */
.bnr-cover{
  margin:0 auto 30px;
  text-align: center;
}
.bnr-cover hr{
  margin:20px auto 30px;
}
.bnr-cover p {
  margin-right: 0;
  margin-top: 15px;
  font-size: 16px;
}
.bnr-cover img{
  width: 98%;
}
.bnr-cover a:hover img {
  opacity: 0.7;
}


@media (min-width: 768px) {
.bnr-cover img{
  width: 433px;
}
}





/* ------------------------------------------------------------ */
/* hover */
/* ------------------------------------------------------------ */
/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}





/* ------------------------------------------------------------ */
/* MyXperiaトップへ */
/* ------------------------------------------------------------ */
.nav-myhome {
  clear: both;
  padding: 10px 0 33px;
  text-align: center;
}
@media (max-width: 374px) {
.nav-myhome {
    margin-right: 50px;
  }
}
.nav-myhome img {
  width: auto;
  height: 52px;
}
.nav-myhome a:hover img {
  opacity: 0.7;
}




/* ソーシャル */
.section-hero .social {
  margin-top: 20px;
  text-align: right;
  letter-spacing: -0.5em;
  white-space: nowrap;
  position: absolute;
  top:100%;
  right: 1%;
  margin-top: -45px;
}
.section-hero .social > div {
  display: inline-block;
  margin-left: 8px;
  letter-spacing: normal;
  vertical-align: middle;
}
.section-hero .social .icon {
  width: 34px;
}

@media (max-width:768px){
.section-hero .social {
  margin-right: 10px;
}
}







.container.main {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
