/*!
 * index.css
 * modified : 2019.01.31
 */

/*--------------------------------------------------
  Contents Wrap
--------------------------------------------------*/
.cyberShotLandingPage {
  max-width: 1970px;
  margin: 0 auto;
}

.cyberShotLandingPage img {
  vertical-align: top;
}

/*--------------------------------------------------
  .hover
--------------------------------------------------*/
a.hover,
a img.hover {
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
}
a.hover:hover,
a:hover img.hover {
  opacity: 0.7;
}
.no-opacity a.hover:hover,
.no-opacity a:hover img.hover {
  filter: alpha(opacity=70);
}

/*--------------------------------------------------
  .ss-
--------------------------------------------------*/
.cyberShotLandingPage .ss-enable {
  display: none;
}

@media screen and (max-width: 479px) {
  .cyberShotLandingPage .ss-enable {
    display: block;
  }
  .cyberShotLandingPage .ss-disable {
    display: none;
  }
}

/*--------------------------------------------------
  .mainvisual
--------------------------------------------------*/
.cyberShotLandingPage .mainvisual {
  overflow: hidden;
}
.cyberShotLandingPage .mainvisual .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
.cyberShotLandingPage .mainvisual h2 {
  position: absolute;
  left: 6.333333%;
  top: 0;
  margin: 5.75% 0 0;
  width: 49.666666%;
}
.cyberShotLandingPage .mainvisual h2 img {
  width: 100%;
  height: auto;
  max-width: 596px;
}
.cyberShotLandingPage .mainvisual .inner img.main {
  margin-left: -32.0833333%;
  width: 164.1666666%;
  height: auto;
  max-width: 1970px;
}

@media screen and (max-width: 479px) {
  .cyberShotLandingPage .mainvisual .inner img.main {
    margin-left: -35%;
    width: 180%;
  }
  .cyberShotLandingPage .mainvisual h2 {
    left: 5%;
    margin: 0;
    padding-top: 20%;
    width: 75%;
  }
  .cyberShotLandingPage .mainvisual h2 img {
    position: relative;
    z-index: 0;
  }
}

/*--------------------------------------------------
  .menu
--------------------------------------------------*/
.cyberShotLandingPage .mainvisual .inner .menu {
  position: absolute;
  top: 0;
  left: 0;
  margin: 28.666666% 0 0;
  padding: 0;
  width: 100%;
  font-size: 0;
  list-style: none;
  text-align: center;
}
.cyberShotLandingPage .menu li {
  display: inline-block;
  margin: 0 4px;
  width: 22%;
  max-width: 264px;
  vertical-align: top;
}
.cyberShotLandingPage .menu li a {
  position: relative;
  display: block;
}
.cyberShotLandingPage .menu li img {
  width: 100%;
  height: auto;
}
.cyberShotLandingPage .menu li img.on {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
}
.no-opacity .cyberShotLandingPage .menu li img.on {
  filter: alpha(opacity=0);
}
.cyberShotLandingPage .menu li a:hover img.on {
  opacity: 1.0;
}
.no-opacity .cyberShotLandingPage .menu li a:hover img.on {
  filter: alpha(opacity=100);
}

@media screen and (max-width: 479px) {
  .cyberShotLandingPage .mainvisual .inner .menu {
    position: static;
    margin: 0;
    padding: 5px 0 20px;
    background: url("../img/sec_content_bg.jpg");
  }
  .cyberShotLandingPage .mainvisual .inner .menu li {
    margin: 5px 2%;
    width: 45.5%;
  }
}

/*--------------------------------------------------
  section
--------------------------------------------------*/
.cyberShotLandingPage section {
  position: relative;
  z-index: 1;
  max-width: 1970px;
  background: url("../img/sec_content_bg.jpg") no-repeat;
  background-position: center 0;
}

/* .heading
--------------------------------------------------*/
.cyberShotLandingPage section .heading h3 {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  font-size: 0;
  text-align: center;
}
.cyberShotLandingPage section .heading img.ttl {
  position: relative;
  z-index: 1;
  margin: 1.91666666% 0 2.5% 0;
  padding-bottom: 4.333333%;
  width: 47.5%;
  height: auto;
  max-width: 570px;
}
.cyberShotLandingPage section .heading .obi {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  max-width: 1970px;
  overflow: hidden;
}
.cyberShotLandingPage section .heading .obi .inner {
  margin: 0 auto 0;
  max-width: 1200px;
}
.cyberShotLandingPage section .heading .obi img {
  margin-left: -32.0833333%;
  width: 164.1666666%;
  height: auto;
  max-width: 1970px;
}
.cyberShotLandingPage section .heading .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cyberShotLandingPage section .heading .img .inner {
  margin: 0 auto;
  max-width: 1200px;
}
.cyberShotLandingPage section .heading .img img {
  position: relative;
  margin-top: -4.75%;
  width: 27.0833333%;
  height: auto;
  max-width: 325px;
}
.cyberShotLandingPage section .heading .img .inner.right {
  text-align: right;
}
.cyberShotLandingPage section .heading .img .inner.right img {
  right: -0.3%;
}
.cyberShotLandingPage section .heading .img .inner.left img {
  left: -1.91666666%;
}

@media screen and (max-width: 479px) {
  .cyberShotLandingPage section {
    background-repeat: repeat;
  }
  .cyberShotLandingPage section .heading h3 {
    background: url("../img/sec_heading_bg.png");
  }
  .cyberShotLandingPage section .heading img.ttl {
    margin: 0;
    padding: 4.5% 0 6%;
    width: 88%;
  }
  .cyberShotLandingPage section .heading .obi {
    display: none;
  }
  .cyberShotLandingPage section .heading .img {
    position: static;
    text-align: center;
  }
  .cyberShotLandingPage section .heading .img .inner.right {
    text-align: center;
  }
  .cyberShotLandingPage section .heading .img img {
    margin-top: -4%;
    width: 75%;
  }
}

/* .content
--------------------------------------------------*/
.cyberShotLandingPage section .content {
  background: url("../img/sec_content_bg.jpg");
}
.cyberShotLandingPage section .content .content-box {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1080px;
}
.cyberShotLandingPage section .content .inner {
  padding-bottom: 5.740740%;
}
.cyberShotLandingPage section .content .inner:after {
  clear: both;
  content: "";
  display: block;
}
.cyberShotLandingPage section .content .left-box {
  display: table-cell;
  width: 49.074074%;
  background: #fff;
}
.cyberShotLandingPage section .content .center-box {
  display: table-cell;
}
.cyberShotLandingPage section .content .center-box img {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 16.3157894% 0 0 -7.1052631%;
  width: 15.7894736%;
  height: auto;
  max-width: 180px;
}
.cyberShotLandingPage section .content .right-box {
  display: table-cell;
  width: 49.074074%;
  background: #fff;
}
.cyberShotLandingPage section .content .img-box img {
  width: 100%;
  height: auto;
  max-width: 530px;
}
.cyberShotLandingPage section .content .txt-box {
  margin: 7% auto 0;
  width: 83.3962264%; /*442px*/
}
.cyberShotLandingPage section .content .ttl {
  margin: 7% auto 0;
  width: 84.9056603%;
}
.cyberShotLandingPage section .content strong {
  display: block;
  padding: 7px 10px 6px;
  font-size: 1.54em;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
}
.cyberShotLandingPage section .content p {
  margin: 2.8301886% auto 6.6037735%;
  width: 83.3962264%;
  font-size: 1.1em;
  line-height: 1.7;
  color: #000;
}

@media screen and (max-width: 800px) {
  .cyberShotLandingPage section .content .inner {
    padding-bottom: 9%;
  }
  .cyberShotLandingPage section .content strong {
    border-radius: 5px;
  }
  .cyberShotLandingPage section .content p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 479px) {
  .cyberShotLandingPage section .content .content-box {
    padding: 3.125% 4.6875% 0;
  }
  .cyberShotLandingPage section .content .left-box {
    display: block;
    padding-bottom: 25px;
    width: auto;
    background: #fff;
  }
  .cyberShotLandingPage section .content .right-box {
    display: block;
    padding-bottom: 25px;
    width: auto;
    background: #fff;
  }
  .cyberShotLandingPage section .content .center-box {
    position: relative;
    display: block;
    padding: 0 0 10%;
    height: 10%;
  }
  .cyberShotLandingPage section .content .center-box img {
    margin: -18px 0 0 -17%;
    width: 35%;
  }
  .cyberShotLandingPage section .content strong {
    padding: 10px 5px 9px;
    font-size: 1.74em;
  }
  .cyberShotLandingPage section .content p {
    margin-bottom: 0;
  }
}

/* color
--------------------------------------------------*/
section#Outdoor .content strong {
  background: #417e4b;
}
section#Sports .content strong {
  background: #ed720c;
}
section#Recital .content strong {
  background: #6e4a26;
}
section#Creative .content strong {
  background: #324c81;
}

/*--------------------------------------------------
  .lineup
--------------------------------------------------*/
.cyberShotLandingPage .lineup {
  margin: 0 auto;
  padding: 80px 30px 50px;
  max-width: 1082px;
  background: none;
}
.cyberShotLandingPage .lineup:after {
  clear: both;
  content: "";
  display: block;
}
.cyberShotLandingPage .lineup h3 {
  margin: 0 0 25px;
  font-size: 1.58em;
  line-height: 1.1;
  color: #000;
}
.cyberShotLandingPage .lineup .line:after {
  clear: both;
  display: block;
  content: "";
}
.cyberShotLandingPage .lineup .item {
  position: relative;
  float: left;
  margin-left: 3%;
  width: 22%;
  min-height: 400px;
}
.cyberShotLandingPage .lineup #RX100M5.item,
.cyberShotLandingPage .lineup #RX1RM2.item,
.cyberShotLandingPage .lineup #HX90V.item {
  margin-left: 0;
}
.cyberShotLandingPage .lineup .img-box {
  margin: 0 auto;
  max-width: 251px;
  text-align: center;
}
.cyberShotLandingPage .lineup .img-box img {
  width: 100%;
  height: auto;
}
.cyberShotLandingPage .lineup .txt-box {
  margin-top: 12.5827814%;
  height: 8em/*35%*/;
}
.cyberShotLandingPage .lineup .txt-box strong {
  display: block;
  width: 90%;
}
.cyberShotLandingPage .lineup .txt-box strong img {
  width: 100%;
  height: auto;
}
.cyberShotLandingPage .lineup .txt-box p {
  margin: 16px 0 0;
  font-size: 0.85em;
  color: #000;
}
.cyberShotLandingPage .lineup .btn {
  margin-top: 6.6225165%;
  margin-bottom:15%;
}
.cyberShotLandingPage .lineup .btn a {
  position: relative;
  display: block;
  padding: 13px 36px 13px;
  font-size: 0.9em;
  line-height: 1.4;
  text-align: center;
  color: #000;
  background: #e6e6e6;
  text-decoration: none;
}
.cyberShotLandingPage .lineup .btn a:before {
  content: "";
  display: block;
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #000;
}
.cyberShotLandingPage .lineup .btn a br {
  display: none;
}


.cyberShotLandingPage .lineup  p.notes {
  display: inline-block;
  font-size: 0.85em;
}


@media screen and (max-width: 1100px) {
  .cyberShotLandingPage .lineup {
    padding: 10% 0 5%;
  }
  .cyberShotLandingPage .lineup h3 {
    text-align: center;
  }
  .cyberShotLandingPage .lineup .txt-box strong {
    width: 85%;
  }
  .cyberShotLandingPage .lineup .item {
  	min-height: 350px;
  }
}
@media screen and (max-width: 900px) {
  .cyberShotLandingPage .lineup {
    padding: 10% 0 5%;
  }
  .cyberShotLandingPage .lineup h3 {
    text-align: center;
  }
  .cyberShotLandingPage .lineup .txt-box strong {
    width: 85%;
  }
  .cyberShotLandingPage .lineup .item {
  	min-height: 280px;
  }
}
@media screen and (max-width: 760px) {
  .cyberShotLandingPage .lineup .item {
    margin: 0 0 5%;
    width: 47%;
  }
  .cyberShotLandingPage .lineup .item:nth-child(even),
  .cyberShotLandingPage .lineup #RX10.item {
    margin-left: 6%;
  }
  .cyberShotLandingPage .lineup .txt-box strong {
    width: 75%;
  }
  .cyberShotLandingPage .lineup .item {
  	min-height: 330px;
  }
}
@media screen and (max-width: 600px) {
  .cyberShotLandingPage .lineup .txt-box p {
    min-height:55px;
  }
}
@media screen and (max-width: 550px) {
  .cyberShotLandingPage .lineup .txt-box p {
    min-height:65px;
  }
}
@media screen and (max-width: 510px) {
  .cyberShotLandingPage .lineup .txt-box p {
    min-height:75px;
  }
}
@media screen and (max-width: 490px) {
  .cyberShotLandingPage .lineup .txt-box p {
    min-height:86px;
  }
}
@media screen and (max-width: 479px) {
  .cyberShotLandingPage .lineup {
    padding: 10% 0 5%;
  }
  .cyberShotLandingPage .lineup h3 {
    font-size: 1.26em;
  }
  .cyberShotLandingPage .lineup .txt-box{
    max-height:90px;
  }
  .cyberShotLandingPage .lineup .txt-box p {
    font-size: 0.78em;
    line-height: 1.4;
    min-height:46px;
  }
  .cyberShotLandingPage .lineup .txt-box p br {
    display: none;
  }
  .cyberShotLandingPage .lineup .btn a {
    padding: 10px 10px 10px 15px;
    font-size: 0.70em;
    line-height: 1.2;
  }
  .cyberShotLandingPage .lineup .btn a:before {
    left: 7px;
    border-width: 3px 0 3px 6px;
  }
  .cyberShotLandingPage .lineup .btn a br {
    
  }
  .cyberShotLandingPage .lineup .item {
  	min-height: 260px;
  }
}
}
@media screen and (max-width: 350px) {
  .cyberShotLandingPage .lineup .txt-box p {
    min-height:62px;
  }
}
@media screen and (max-width: 320px) {
  .cyberShotLandingPage .lineup .txt-box p {
    font-size: 0.6em;
  }
  .cyberShotLandingPage .lineup .txt-box p {
    min-height:62px;
  }
}