@charset "UTF-8";

/*	common
*----------------------------------------------------*/
html {
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("https://global.sharp/aquos/en/8Ktech/font/SourceSansPro-Regular.ttf");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url("https://global.sharp/aquos/en/8Ktech/font/SourceSansPro-SemiBold.ttf");
}

body{
  background-color: #fff;
  font-family: 'Source Sans Pro', Arial, Meiryo, sans-serif;
  font-size:1.6rem;
  font-weight: 400;
  line-height:1.8;
  color: #333;
  font-feature-settings: "palt";
}

.bgGray { background-color: #ebeef0; }
.bgWhite{ background-color: #ffffff; }

img { vertical-align: bottom; }

a { text-decoration: none; }

.sup{
  font-size: 50%;
  vertical-align: super;
}

.clrfix::after{
  content: "";
  display: block;
  clear: both;
}

#wrap{
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}

.mainV, .secImg{
  width:100%;
  position:relative;
  overflow:hidden;
  display: table;
}
.secImg img {
  width: 100%;
  vertical-align: bottom;
  position: relative;
  z-index: 0;
}

.secNote {
  width: 820px;
  color: #666;
  margin: 20px auto 0;
}

.secTtl + .secNote {
  margin-top: -50px;
  margin-bottom: 40px;
}

#pageLoadImg{
  position:fixed;
  width:42px;
  height:42px;
  z-index:99999;
  top: 50%;
  left: 50%;
}

#startCover{
  background:#000;
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:88888;
}

/*	PC
*----------------------------------------------------*/
@media screen and (min-width: 769px), print{
  body { min-width: 1100px; }

  .pcBr{ display: block; }
  .spBr{ display: none; }

  .pc { display: block; }
  .sp { display: none; }

  .spNav { display: none; }

  .imgR{ text-align:right; }
  .imgL{ text-align:left; }
  .imgC{
    float:none;
    text-align:center;
  }

  .imgR.marg {
    padding-top: 85px;
  }

  .anno {
    display: block;
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 25px;
  }

  #logo a {
    width: 103px;
    display: block;
    backface-visibility: hidden;
  }

  #logo a img {
    width: 103px;
    transition: 0.3s;
    display: block;
    backface-visibility: hidden;
  }
  #logo a:hover img {
    width: 103px;
    transition: 0.3s;
    opacity: 0.7;
  }

  /* scrollin */
  .broadScrollIn {
    transition: 0.7s ease-out !important;
    opacity: 1 !important;
  }
  .techScrollIn {
    bottom: 0 !important;
    transition: 0.7s ease-out !important;
    opacity: 1 !important;
  }
  .posScrollIn01{
    bottom: 150px !important;
    transition: 0.7s ease-out !important;
    opacity: 1 !important;
  }
  .posScrollIn02{
    bottom: 0 !important;
    transition: 0.7s ease-out !important;
    opacity: 1 !important;
  }

  .scrollIn {
    transition: 0.7s ease-out;
    opacity: 0;
  }
  .scrollIn.scrollInAct {
    opacity: 1;
  }


  /* pagetop */
  .pageTop {
    position: fixed;
    padding-bottom: 15px;
    right: 35px;
    z-index: 999;
  }
  .pageTop:hover{
    opacity: 0.8;
    transition: 0.6s;
  }

  /* STORY */
  .innerCont {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  .innerCont.imgCalc {
    width: auto;
    margin-right: calc((100% - 1000px) / 2);
  }
  .cont .innerCont { padding: 0 0 100px; }

  .mainV {
    height: 780px;
    background-size: cover;
    color: #fff;
    box-sizing: border-box;
    padding-top: 80px;
    position: relative;
  }
  .technology .mainV {
    background-image: url(https://global.sharp/aquos/en/8Ktech/images/technology/mainv-pc-01.jpg);
    background-position: center center;
  }
  .possibility .mainV {
    background-image: url(https://global.sharp/aquos/en/8Ktech/images/possibility/mainv-pc-01.jpg);
    background-position: center bottom;
  }
  .techMain {
    background-color: #ebeef0;
    height: 915px;
    position: relative;
  }
  .posMain {
    background-color: #ebeef0;
    height: 870px;
    position: relative;
  }
  #techAnimImg {
    width: 716px;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.7s ease-out;
    opacity: 0;
  }
  #posAnimImg01 {
    width: 8%;
    position: absolute;
    right: 355px;
    bottom: 130px;
    transition: 0.7s ease-out;
    opacity: 0;
  }
  #posAnimImg02 {
    width: 11%;
    position: absolute;
    right: 135px;
    bottom: -30px;
    transition: 0.7s ease-out;
    opacity: 0;
  }
  #posAnimImg01 img,
  #posAnimImg02 img { width: 100%; }

  .storyTtl {
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  }
  .secTtl.first { padding-top: 0; }
  .storyTtl span {
    font-family: 'Prata', serif;
    margin-right: 15px;
  }
  .storyTtl .large {
    font-size: 4.0rem;
    height: 65px;
    border-right: #ffffff solid 1px;
    padding-right: 25px;
    display: inline-block;
  }

  .pgTtl {
    font-size: 6.0rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin: 0 0 20px;
    text-shadow: 0 0 6px rgba(0,0,0,0.7), 0 0 20px rgba(0,0,0,0.2);
  }

  .pgLead {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    text-shadow: 0 0 6px rgba(0,0,0,0.5), 0 0 10px rgba(0,0,0,0.8);
  }

  .secTtl {
    font-size: 3.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    padding: 90px 0 70px;
  }
  .innerCont.first .secTtl{ padding-top:110px; }

  .secLd {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    clear: both;
  }
  .secLd.LdMarg { padding-left: 88px; }
  .secLd.right {
    width: 396px;
    text-align: left;
    float: right;
  }
  .secLd.left {
    width: 395px;
    float: left;
  }

  .secParag {
    width: 820px;
    line-height: 2;
    margin: 0 auto;
  }
  .secParag.left {
    width: 395px;
    float: left;
    clear: both;
  }
  .secParag.right {
    width: 395px;
    float: right;
    clear: both;
  }
  .secParag.none {
    clear: none;
  }


  .cont .innerCont.first .secParag { margin-left: 63px; }
  .secParag + .secParag {
    clear: both;
    margin-top: 15px;
  }
  .secParag + .imgC { margin-top: 45px; }
  .imgC + .secParag { margin-top: 55px; }

  .secSup {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 20px;
  }

  .imgB {
    width: calc(100% - 460px);
    padding-top: 10px;
  }
  .imgB img { width: 100%; }

  .imgC + .imgC { margin-top: 60px; }

  .imgC.gif img { width: 820px; }
  .imgC.gif + .imgC { margin-top: 35px; }

  .imgL + .imgL { margin: 20px 0 40px; }

  .possibility .imgR.first {
    float: right;
    margin-bottom: 40px;
  }

  .gifHd, .gifSup {
    width: 820px;
    margin: 0 auto;
  }
  .gifHd {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .gifHd .gifL {
    padding-left: 160px;
    display: block;
    float: left;
    text-align: center;
  }
  .gifHd .gifR {
    float: right;
    padding-right: 220px;
  }
  .gifSup { margin-top: 24px; }
  .gifSup .gifL {
    width: 210px;
    padding-left: 163px;
    float: left;
  }
  .gifSup .gifSupL {
    width: 8em;
    display: inline-block;
  }
  .gifSup .gifR {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    float: right;
    padding-right: 162px;
  }

  .imgList {
    clear: both;
    margin-top: 40px;
  }
  .imgList li { float: left; }
  .imgList li:not(:last-child) { margin-right: 12px; }

  .secCatch {
    position: absolute;
    z-index: 1;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    letter-spacing: 3px;
  }
  .secCatch.black{ text-shadow: 0 0 20px rgba(255,255,255,1); }
  .secCatch.white{
    color: #ffffff;
    text-shadow: 0 0 20px rgba(0,0,0,1);
  }

}


/*
*----------------------------------------------------*/
.secLabel {height: 64px;text-align: center;overflow: hidden;position: relative;top: -42px; }
.secLabel > span { font-size: 4.0rem; font-family: "Times", serif; font-style: italic; color: #edda98; position: relative; top: 11px; z-index: 1; }
.secLabel::after {content: "";width: 0;height: 0;border-style: solid;border-width: 0 220px 230px 220px;border-color: transparent transparent #000000;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%); }

/* main */
.local_navigation {
    max-width: inherit !important;
}
/* .mainCont {padding-top: 66px;} */
.mainvisArea {background-image: url(https://global.sharp/aquos/en/8Ktech/images/mainvis01-pc.jpg);background-size: cover;background-position: center center;min-height: 640px;padding-top: 90px;margin: 0 auto;position: relative;box-sizing: border-box;}
.mainvisArea .innerCont { width: 1100px; }
.mainvisArea .mainHd {color: #000;margin-bottom: 115px;}
.mainSup {
    color: #666666;
    text-shadow: 0 0 5px rgba(255,255,255,0.8), 0 0 5px rgba(255,255,255,0.8), 0 0 5px rgba(255,255,255,0.8), 0 0 5px rgba(255,255,255,0.8), 0 0 10px rgba(255,255,255,0.8), 0 0 10px rgba(255,255,255,0.8);
    position: absolute;
    right: 0;
    bottom: -90px;
}

.anchorNav { width: 100%; display: flex; border-bottom: #fff solid 2px; }
.anchorNav li { width: 50%; text-align: center; }
.anchorNav li a {background: rgb(102,102,102);background: -moz-linear-gradient(top, rgb(102,102,102) 0%, rgb(0,0,0) 100%);background: -webkit-linear-gradient(top, rgb(102,102,102) 0%,rgb(0,0,0) 100%);background: linear-gradient(to bottom, rgb(102,102,102) 0%,rgb(0, 0, 0) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 );color: #b2a062;font-size: 3.0rem;line-height: 80px;text-shadow: 1px 1px 5px rgba(0,0,0,1);display: block;position: relative;transition:0.3s; }
.anchorNav li a:hover {opacity:0.8;}
.ancNav01 { border-right: #282828 solid 1px; }
.ancNav02 { border-left: #909090 solid 1px; }
.anchorNav li a::before { content: ''; width: 30px; height: 30px; position: absolute; top: 14px; right: 5%; display: block; border-top: #b2a062 solid 1px; border-right: #b2a062 solid 1px; transform: rotate(135deg); transition: 0.3s; }
.anchorNav li a:hover::before {top: 19px;}

/*	SP
*----------------------------------------------------*/
@media screen and (max-width: 768px){
  .pc { display: none; }
  .sp { display: block; }

  .pcBr{ display: none; }
  .spBr{ display: block; }

  img {
    width: 100%;
    display: block;
  }

  .anno {
    display: block;
    font-size: 1.2rem;
    margin-top: 10%;
  }

  /* pagetop */
  .pageTop {
    width: 44px;
    position: fixed;
    right: 15px;
    padding-bottom: 15px;
  }

  /* loading */
  #pageLoadImg{
    width:30px;
    height:30px;
  }


  /* STORY */
  .mainV {
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 10% 5% 28%;
    box-sizing: border-box;
  }
  .broadcasting .mainV {
    background-image: url(https://global.sharp/aquos/en/8Ktech/images/broadcasting/mainv.jpg);
    background-position: center bottom;
  }
  .technology .mainV {
    background-image: url(https://global.sharp/aquos/en/8Ktech/images/technology/mainv.jpg);
    background-position: center bottom;
  }
  .possibility .mainV {
    background-image: url(https://global.sharp/aquos/en/8Ktech/images/possibility/mainv.jpg);
    background-position: center bottom;
  }

  .techMain { position: relative; }

  #broadAnimImg, #techAnimImg, #posAnimImg01, #posAnimImg02 { display: none; }

  .storyTtl {
    text-align: center;
    font-size: 1.7rem;
    text-shadow: 0 0 5px rgba(0,0,0,0.7), 2px 2px 5px rgba(0,0,0,0.3);
    line-height: 1;
    margin-bottom: 7%;
  }
  .storyTtl span {
    font-family: 'Prata', serif;
    margin-right: 8px;
  }
  .storyTtl .large {
    font-size: 2.0rem;
    height: 28px;
    border-right: #ffffff solid 1px;
    padding-top: 4px;
    padding-right: 15px;
    display: inline-block;
    box-sizing: border-box;
  }

  .pgTtl {
    font-size: 2.4rem;
    text-align: center;
    text-shadow: 0 0 5px rgba(0,0,0,0.7), 0 0 4px rgba(0,0,0,0.3);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 6%;
  }

  .pgLead {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6;
    text-shadow: 0 0 16px rgba(0,0,0,1), 0 0 16px rgba(0,0,0,1), 0 0 16px rgba(0,0,0,1);
  }

  .cont {padding: 0 0 12%;}

  .secTtl {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    padding: 12% 8% 0;
    margin-bottom: 5%;
  }

  .secNote {
    font-size: 1.4rem;
    width: auto;
    padding: 0 8%;
    margin: 5% 0 0;
  }

  .secTtl + .secNote {
    margin: 5% 0 10%;
  }

  .innerCont { padding: 0 8%; }

  .secLd{
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 3%;
    letter-spacing: -0.5px;
  }

  .secParag {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .secParag + .secParag { margin-top: 5%; }
  .secParag + div { margin-top: 8%; }

  .secSup {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 4%;
    display: block;
  }

  .imgL + .imgL { margin-top: 6%; }

  .imgC + .imgC,
  .imgC + .secParag { margin-top: 8%; }

  .imgB + .secParag { margin-top: 12%; }

  .imgR + .secParag { margin: 8% 0; }

  .imgList li:not(:last-child) { margin-bottom: 6%; }

  .secCatch {
    width: 90%;
    position: absolute;
    z-index: 1;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    top: 50%;
    left: 0;
    right: 0;
    margin: -18px auto 0;
    text-align: center;
    display: block;
    letter-spacing: 3px;
  }
  .secCatch.white {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0,0,0,1);
  }
  .secCatch.black {
    color: #000000;
    text-shadow: 0 0 10px rgba(255,255,255,1);
  }

  .gifHd span {
    width: calc(100% / 2);
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    display: block;
    float: left;
    margin-bottom: 2%;
  }
  .gifHd .gifL { width: calc(100% / 1.9); }
  .gifHd .gifR { width: calc(100% / 2.4); }

  .gifSup { margin-top: 3%; }
  .gifSup .gifL, .gifSup .gifR {
    font-size: 1.4rem;
    display: block;
    float: left;
  }
  .gifSupL, .gifSupR {
    font-size: 1.1rem;
    float: left;
  }
  .gifSupL {
    width: 8em;
    margin-right: 1px;
  }
  .gifSup .gifL {
    width: 50%;
    box-sizing: border-box;
    padding-left: 6%;
  }
  .gifSup .gifR {
    width: 50%;
    font-weight: bold;
    text-align: center;
    display: block;
  }


  /* SP Only */
  /*----------------------------------------------------*/
  .secLabel { height: 35px; top: -21px; }
  .secLabel > span {font-size: 2.3rem;top: -1px; }
  .secLabel::after { border-width: 0 120px 130px 120px; }

  /* main */
  .mainCont {padding-top: 0;}
  .mainvisArea {background-image: url(https://global.sharp/aquos/en/8Ktech/images/mainvis01-sp.jpg);background-position: center 0;background-color: #fff;width: 100%;min-height: auto;padding: 6% 0 8%;height: auto;position: relative;box-sizing: border-box; }
  .mainvisArea .innerCont { width: auto;  }
  .mainvisArea .mainHd {width: 42.65%;margin: 0 auto 83%; }
  .mainvisArea .mainTxt {width: 84%;margin: 0 auto;position: absolute;bottom: 6%;left: 0;right: 0; }
  .mainvisArea .mainTxt .mainLogo { width: 68%; margin: 0 auto; }

  .mainLogo {width: 75%;margin: 0 auto;}
  .mainSup { position: relative; right: inherit; bottom: inherit; text-align: center; display: block; margin: 2% 0 0; text-shadow: none; }
  .anchorNav { display: block; border-bottom: #fff solid 1px; }
  .anchorNav li { width: 100%; }
  .anchorNav li a {font-size: 2rem;font-size: 5vmin;line-height: 65px;}
  .anchorNav li a:hover {opacity: 1;}
  .ancNav01 { border-bottom: #282828 solid 1px;border-right: none; }
  .ancNav02 { border-top: #909090 solid 1px;border-left: none; }
  .anchorNav li a::before {width: 15px;height: 15px;top: 20px;right: 6%;}
  .anchorNav li a:hover::before { top: 14px; }

}
