@charset "UTF-8";
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}
.youtube1 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 100px !important;
}
@media screen and (max-width: 768px) {
  .youtube1 {
    margin-bottom: 0 !important;
  }
}
.youtube1 iframe {
  width: 100%;
  max-width: 700px;
  aspect-ratio: 16/9;
}

.youtube2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .youtube2 {
    flex-direction: column;
    gap: 40px 0;
  }
}
.youtube2 iframe {
  width: calc((100% - 40px) / 2);
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .youtube2 iframe {
    width: 100%;
  }
}

iframe {
  max-width: 700px;
  aspect-ratio: 16/9;
}

.fix_bnr {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
}
.fix_bnr .fix_lineup a {
  transition: all 0.3s;
}
.fix_bnr .fix_lineup a :hover {
  opacity: 0.7;
}
.fix_bnr .fix_lineup a img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .fix_bnr .fix_lineup a img {
    width: 30px;
  }
}
.fix_bnr .fix_lineup .close {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 26px;
  cursor: pointer;
}
.fix_bnr .fix_enquete {
  margin-top: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fix_bnr .fix_enquete {
    margin-top: 10px;
  }
}
.fix_bnr .fix_enquete a {
  transition: all 0.3s;
}
.fix_bnr .fix_enquete a :hover {
  opacity: 0.7;
}
.fix_bnr .fix_enquete a img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .fix_bnr .fix_enquete a img {
    width: 30px;
  }
}
.fix_bnr .fix_enquete .close {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 26px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fix_bnr .fix_enquete .close {
    width: 20px;
  }
}

#ps5 {
  margin-top: 30px;
  position: relative;
  /*
   .movie_area {
     width: 765px;
     margin: 50px auto 0;
     overflow: hidden;
     @include break {
       width: calc(100% - 40px);
       margin-bottom: 50px;
     }
     .p-webmovie-box {
       .movie {
         width: 100%;
         position: relative;
         transition: all 0.3s;
         &:hover {
           &:before {
             transform: scale(1.2);
             background-color: rgba(0, 0, 0, 0.5);
             opacity: 1;
           }
           img {
             transform: scale(1.05);
           }
         }
         &:before {
           content: "";
           display: block;
           width: 100%;
           height: 100%;
           background: url(/bravia/game/images/ps5/icn_play.png) center center no-repeat rgba(0, 0, 0, 0);
           opacity: 0.6;
           position: absolute;
           top: 0;
           left: 0;
           right: 0;
           bottom: 0;
           margin: auto;
           z-index: 2;
           transition: all 0.3s;
         }
         a {
           display: block;
           width: 100%;
           height: 100%;
           position: absolute;
           top: 0;
           left: 0;
           z-index: 3;
           -webkit-transition: all 0.3s ease;
           transition: all 0.3s ease;
         }
         img {
           position: relative;
           overflow: hidden;
           width: 100%;
           transition: all 0.3s;
         }
       }
     }
     iframe {
       width: 100%;
       height: 430px;
       @include break {
         height: 300px;
       }
     }
   }
   */
}
#ps5 img {
  max-width: 100%;
}
#ps5 * {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", Verdana, Helvetica, sans-serif;
  box-sizing: border-box;
}
#ps5 .w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #ps5 .w1200 {
    padding: 0 20px;
  }
}
#ps5 .w1200 * {
  color: #000;
}
#ps5 .kv_area {
  width: 100%;
  position: relative;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #ps5 .kv_area {
    margin-bottom: 50px;
  }
}
#ps5 .kv_area .kv_img {
  position: relative;
}
#ps5 .kv_area .kv_img img {
  width: 100%;
}
#ps5 .kv_area .kv_img h1 {
  position: absolute;
  top: 10%;
  right: 7%;
  width: 32%;
  height: 43%;
  max-height: 250px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #ps5 .kv_area .kv_img h1 {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    background: none;
    margin-bottom: 15px;
  }
}
#ps5 .kv_area .kv_img h1 span {
  display: block;
  font-weight: bold;
  font-size: calc(3.1vw + 4px);
  line-height: 1.2;
}
@media screen and (min-width: 1200px) {
  #ps5 .kv_area .kv_img h1 span {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .kv_area .kv_img h1 span {
    font-size: 22px;
  }
}
#ps5 .kv_area .kv_img h1 span sup {
  top: -5px;
  left: -1px;
}
#ps5 .kv_area .kv_img h1 span span.sm {
  margin-top: 10px;
  font-size: calc(1vw + 6px);
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  #ps5 .kv_area .kv_img h1 span span.sm {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .kv_area .kv_img h1 span span.sm {
    font-size: 15px;
  }
}
#ps5 .kv_area .kv_img p.note {
  position: absolute;
  font-size: 10px;
  font-weight: 500;
  left: 10px;
  bottom: 5px;
  color: #fff;
}
#ps5 .kv_area p.copy {
  margin-top: 10px;
  text-align: left;
  font-size: 10px;
}
#ps5 .ttl-ff7r {
  font-size: 36px;
  text-align: center;
  max-width: 1040px;
  margin: 100px auto 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #ps5 .ttl-ff7r {
    margin-top: 50px;
    font-size: 20px;
  }
}
#ps5 .tab_change {
  margin-top: 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #ps5 .tab_change {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
#ps5 .tab_change ul.tab_btn {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #ps5 .tab_change ul.tab_btn {
    display: block;
  }
}
#ps5 .tab_change ul.tab_btn li {
  width: 100%;
  height: 120px;
  background: #191919;
  color: #fff;
  display: flex;
  cursor: pointer;
  padding-left: 20px;
  position: relative;
  transition: opacity 0.3s;
}
@media (hover) {
  #ps5 .tab_change ul.tab_btn li:hover {
    opacity: 0.8;
  }
}
#ps5 .tab_change ul.tab_btn li:first-child {
  border: 3px solid #fff;
}
#ps5 .tab_change ul.tab_btn li a {
  width: 100%;
  height: 100%;
  display: block;
}
@media (hover) {
  #ps5 .tab_change ul.tab_btn li a:hover {
    text-decoration: none;
  }
}
#ps5 .tab_change ul.tab_btn li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
  background: url(../images/ps5/arrow.png) center/20px no-repeat;
}
#ps5 .tab_change ul.tab_btn li.active:after {
  transform: translateY(-50%) rotate(180deg);
}
#ps5 .tab_change ul.tab_btn li div {
  display: flex;
  align-items: center;
}
#ps5 .tab_change ul.tab_btn li div p {
  color: #fff;
  font-size: clamp(0.875rem, -0.625rem + 2.5vw, 1.25rem);
  margin-right: clamp(0.625rem, -1.875rem + 4.17vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  #ps5 .tab_change ul.tab_btn li div p {
    font-size: 12px;
  }
}
#ps5 .tab_change ul.tab_btn li div img {
  width: clamp(6.25rem, -6rem + 20.42vw, 9.313rem);
  height: auto;
}
@media screen and (max-width: 768px) {
  #ps5 .tab_change ul.tab_btn li {
    width: 100%;
    background-position: right 10px center;
    background-size: 12px;
    height: 90px;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding-right: 20px;
  }
}
#ps5 .tab_panel {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #ps5 .tab_panel {
    margin-top: 40px;
  }
}
#ps5 .tab_panel .panel_items {
  display: none;
}
#ps5 .ff7reb {
  display: none;
  width: 100%;
  background: url(../images/ps5/ff7/bg.jpg) center top/cover no-repeat;
  padding: 100px 50px;
}
@media screen and (max-width: 768px) {
  #ps5 .ff7reb {
    padding: 50px 5%;
    background: url(../images/ps5/ff7/bg.jpg) center top/contain repeat-y;
  }
}
#ps5 .ff7reb * {
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
#ps5 .ff7reb h2 {
  margin-bottom: 35px;
  text-align: center;
}
#ps5 .ff7reb h2 + p.lead {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ps5 .ff7reb h2 + p.lead img {
    width: 80%;
  }
}
#ps5 .ff7reb .img_col {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #ps5 .ff7reb .img_col {
    display: block;
  }
}
#ps5 .ff7reb .img_col p.model {
  font-size: 14px;
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ps5 .ff7reb .img_col p.model {
    margin-top: 20px;
    font-size: 10px;
  }
}
#ps5 .ff7reb .img_col.col1 {
  margin: 70px 0 90px;
}
@media screen and (max-width: 768px) {
  #ps5 .ff7reb .img_col.col1 {
    margin: 35px 0 45px;
  }
}
#ps5 .ff7reb .img_col.col1 .img2 {
  width: 62%;
}
@media screen and (max-width: 768px) {
  #ps5 .ff7reb .img_col.col1 .img2 {
    width: 100%;
  }
}
#ps5 .ff7reb .img_col.col1 .img2 p.copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 8px;
}
#ps5 .ff7reb .img_col.col1 .img1 {
  width: 36.36%;
  order: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ps5 .ff7reb .img_col.col1 .img1 {
    margin-bottom: 30px;
    width: 100%;
  }
  #ps5 .ff7reb .img_col.col1 .img1 img {
    width: 90%;
  }
}
#ps5 .ff7reb .img_col.col2 {
  margin: 70px 0 90px;
}
@media screen and (max-width: 768px) {
  #ps5 .ff7reb .img_col.col2 {
    margin: 35px 0 45px;
  }
}
#ps5 .ff7reb .img_col.col2 .img1 {
  width: 53.18%;
}
@media screen and (max-width: 768px) {
  #ps5 .ff7reb .img_col.col2 .img1 {
    width: 100%;
    margin-bottom: 30px;
  }
}
#ps5 .ff7reb .img_col.col2 .img2 {
  width: 43.27%;
}
@media screen and (max-width: 768px) {
  #ps5 .ff7reb .img_col.col2 .img2 {
    width: 100%;
  }
}
#ps5 .ff7reb .img_col.col2 .img2 img {
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.3));
}
#ps5 .ff7reb h3 {
  text-align: center;
}
#ps5 .ff7reb h3.ttl1 {
  font-size: 28px;
}
#ps5 .ff7reb h3.ttl1 span {
  font-size: 38px;
}
#ps5 .ff7reb h3.ttl2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #ps5 .ff7reb h3.ttl2 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .ff7reb h3.ttl2 img {
    width: 80%;
  }
}
#ps5 .ff7reb h3.ttl2 + p.txt {
  width: 100%;
  max-width: 840px;
  margin: 0 auto 70px;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  #ps5 .ff7reb h3.ttl2 + p.txt {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
#ps5 .ff7reb .comment {
  margin: 70px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ps5 .ff7reb .comment {
    margin: 35px 0;
  }
}
#ps5 .ff7reb .comment .bg img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #ps5 .ff7reb .comment .bg img {
    border: 2px solid #f6ebac;
  }
}
#ps5 .ff7reb .comment .txt {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#ps5 .ff7reb .comment .txt img {
  width: 92%;
  max-width: 836px;
}
#ps5 .ff7reb .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  #ps5 .ff7reb .gallery {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
  }
}
#ps5 .soundbar {
  border-bottom: 2px solid #ae9024;
  padding-bottom: 65px;
  margin-top: 100px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar {
    padding-bottom: 35px;
    margin-top: 60px;
    margin-bottom: 45px;
  }
}
#ps5 .soundbar .img_col {
  flex-direction: row-reverse;
}
#ps5 .soundbar .img_col .copy {
  margin-top: 10px;
}
#ps5 .soundbar .btn {
  width: 500px;
  height: 80px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar .btn {
    width: 100%;
    height: 60px;
    margin-top: 30px;
  }
}
#ps5 .soundbar .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  position: relative;
  background-color: #737373;
}
@media (hover) {
  #ps5 .soundbar .btn a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar .btn a {
    font-size: 16px;
  }
}
#ps5 .soundbar .btn a span {
  color: #fff;
}
#ps5 .soundbar .btn a span.icn {
  position: relative;
  padding-right: 30px;
}
#ps5 .soundbar .btn a span.icn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
#ps5 .soundbar .btn a span.big {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar .btn a span.big {
    font-size: 18px;
  }
}
#ps5 ul.tab-contents {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #ps5 ul.tab-contents {
    margin-top: 60px;
  }
}
#ps5 ul.tab-contents > li {
  display: none;
}
#ps5 ul.tab-contents > li:nth-child(1) .tab-ttl span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 52px;
  background: url(../images/ps5/icn_1.svg) no-repeat center/contain;
}
#ps5 ul.tab-contents > li:nth-child(2) .tab-ttl span {
  padding-left: 50px;
}
#ps5 ul.tab-contents > li:nth-child(2) .tab-ttl span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 37px;
  height: 52px;
  background: url(../images/ps5/icn_2.svg) no-repeat center/contain;
}
#ps5 ul.tab-contents > li .tab-ttl {
  color: #fff;
  width: 100%;
  height: 90px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ps5 ul.tab-contents > li .tab-ttl {
    height: 70px;
  }
}
#ps5 ul.tab-contents > li .tab-ttl span {
  padding-left: 45px;
  position: relative;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #ps5 ul.tab-contents > li .tab-ttl span {
    font-size: 20px;
  }
}
#ps5 ul.tab-contents > li .tab-ttl:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 37px;
  height: 32px;
  background: url(../images/ps5/arw.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  #ps5 ul.tab-contents > li .tab-ttl:after {
    top: 90%;
    transform: translateX(-50%) scale(0.8);
  }
}
#ps5 .anc_area {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  #ps5 .anc_area {
    margin: 100px 0 50px;
  }
}
#ps5 .anc_area > h3 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #ps5 .anc_area > h3 {
    font-size: 23px;
    margin-bottom: 30px;
    line-height: 1.4;
    margin-top: 30px;
  }
}
#ps5 .anc_area p.lead {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #ps5 .anc_area p.lead {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
#ps5 .anc_area p.lead.ff16 {
  margin-bottom: 80px;
}
#ps5 .anc_area p.lead sup {
  top: -5px;
  left: -1px;
}
#ps5 .anc_area p.lead span {
  margin-top: 15px;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #ps5 .anc_area p.lead span {
    font-size: 14px;
  }
}
#ps5 .anc_area ul {
  display: flex;
  width: 760px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #ps5 .anc_area ul {
    display: block;
    width: 100%;
  }
}
#ps5 .anc_area ul li {
  width: 365px;
  transition: opacity 0.3s;
}
@media (hover) {
  #ps5 .anc_area ul li:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  #ps5 .anc_area ul li:nth-child(n+3) {
    margin-top: 30px;
  }
  #ps5 .anc_area ul li:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .anc_area ul li {
    width: 100%;
    max-width: 100%;
  }
  #ps5 .anc_area ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
#ps5 .anc_area ul li a {
  display: flex;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
#ps5 .anc_area ul li a span.num {
  width: 75px;
  background-image: linear-gradient(-30deg, rgb(5, 50, 151) 0%, rgb(4, 34, 102) 71%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #ps5 .anc_area ul li a span.num {
    width: 50px;
    font-size: 20px;
  }
}
#ps5 .anc_area ul li a span.txt {
  width: calc(100% - 75px);
  background: url(/bravia/game/images/ps5/arrow.png) right 12px center/15px no-repeat #191919;
  padding: 0px 30px 0px 10px;
  height: 75px;
  color: #fff;
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #ps5 .anc_area ul li a span.txt {
    width: calc(100% - 50px);
    height: auto;
    padding: 15px 25px 15px 10px;
    font-size: 16px;
    background-size: 10px;
  }
}
#ps5 .block {
  width: 100%;
  margin: 0 auto 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ps5 .block {
    margin-bottom: 60px;
  }
}
#ps5 .block h2 {
  display: flex;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #ps5 .block h2 {
    margin-bottom: 20px;
  }
}
#ps5 .block h2 span.num {
  width: 80px;
  background-image: linear-gradient(-30deg, rgb(5, 50, 151) 0%, rgb(4, 34, 102) 71%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #ps5 .block h2 span.num {
    width: 55px;
    font-size: 21px;
  }
}
#ps5 .block h2 span.txt {
  width: calc(100% - 80px);
  background: #e2e2e2;
  padding: 20px 15px;
  line-height: 1.2;
  font-size: 31px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #ps5 .block h2 span.txt {
    width: calc(100% - 55px);
    padding: 15px 10px;
    font-size: 22px;
  }
}
#ps5 .block h2 span.txt span.note {
  font-size: 26px;
  font-weight: 500;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  #ps5 .block h2 span.txt span.note {
    display: block;
    margin: 5px 0 0;
    font-size: 16px;
  }
}
#ps5 .block .col2 {
  text-align: left;
}
#ps5 .block .col2.col2-2 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #ps5 .block .col2.col2-2 {
    margin-top: 40px;
  }
}
#ps5 .block .col2.col2-2 .img {
  position: relative;
}
#ps5 .block .col2.col2-2 .img p.note {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 10px;
  color: #fff;
}
#ps5 .block .col2.col2-2 ul.note {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #ps5 .block .col2.col2-2 ul.note {
    margin-top: 20px;
  }
}
#ps5 .block .col2.col2-2 ul.note li {
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
#ps5 .block .col2 .wrap {
  display: flex;
  align-items: center;
}
#ps5 .block .col2 .wrap.text {
  align-items: flex-start;
}
#ps5 .block .col2 .wrap:nth-child(2n) .img {
  order: 2;
}
#ps5 .block .col2 .wrap:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #ps5 .block .col2 .wrap:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .block .col2 .wrap {
    display: block;
  }
}
#ps5 .block .col2 .wrap .img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #ps5 .block .col2 .wrap .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
#ps5 .block .col2 .wrap .img img {
  width: 100%;
}
#ps5 .block .col2 .wrap .txt_area {
  width: 50%;
  padding: 0 45px;
}
@media screen and (max-width: 768px) {
  #ps5 .block .col2 .wrap .txt_area {
    width: 100%;
    padding: 0;
  }
  #ps5 .block .col2 .wrap .txt_area:last-child {
    margin-top: 25px;
  }
}
#ps5 .block .col2 .wrap .txt_area p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #ps5 .block .col2 .wrap .txt_area p {
    font-size: 14px;
  }
}
#ps5 .block .col2 .wrap .txt_area dl dt {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #ps5 .block .col2 .wrap .txt_area dl dt {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
#ps5 .block .col2 .wrap .txt_area dl dd {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #ps5 .block .col2 .wrap .txt_area dl dd {
    font-size: 14px;
  }
}
#ps5 .block .col2 .wrap .txt_area p.note {
  font-size: 10px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #ps5 .block .col2 .wrap .txt_area p.note {
    margin-top: 15px;
  }
}
#ps5 .block ul.btn-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1040px;
  width: 90%;
  margin: 100px auto 0;
}
@media screen and (max-width: 940px) {
  #ps5 .block ul.btn-list {
    margin-top: 40px;
    display: block;
    width: 100%;
  }
}
#ps5 .block ul.btn-list li {
  width: 47%;
  height: 80px;
}
@media screen and (max-width: 940px) {
  #ps5 .block ul.btn-list li {
    width: 500px;
    margin: 0 auto 30px;
  }
  #ps5 .block ul.btn-list li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .block ul.btn-list li {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
  }
  #ps5 .block ul.btn-list li:last-child {
    margin-bottom: 0;
  }
}
#ps5 .block ul.btn-list li:last-child a {
  background: #707070;
}
#ps5 .block ul.btn-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  position: relative;
  background-color: #000;
}
@media (hover) {
  #ps5 .block ul.btn-list li a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
@media screen and (max-width: 940px) {
  #ps5 .block ul.btn-list li a {
    font-size: 16px;
  }
}
#ps5 .block ul.btn-list li a span {
  color: #fff;
}
#ps5 .block ul.btn-list li a span.icn {
  position: relative;
  padding-right: 30px;
}
#ps5 .block ul.btn-list li a span.icn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
#ps5 .block ul.btn-list li a span.big {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  #ps5 .block ul.btn-list li a span.big {
    font-size: 18px;
  }
}
#ps5 .block .images {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ps5 .block .images {
    margin-bottom: 25px;
  }
}
#ps5 .block .images.unity {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #ps5 .block .images.unity {
    margin-bottom: 10px;
  }
}
#ps5 .block .images .img {
  position: relative;
}
#ps5 .block .images .img p.note {
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 10px;
  color: #fff;
}
#ps5 .block .images p.note_l {
  position: absolute;
  top: calc(77% - 10px);
  left: 15px;
  font-size: 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #ps5 .block .images p.note_l {
    top: calc(71% - 10px);
  }
}
#ps5 .block .images p.copy {
  margin-top: 10px;
  text-align: right;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  #ps5 .block .images p.copy {
    text-align: left;
  }
}
#ps5 .block h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #ps5 .block h3 {
    font-size: 20px;
  }
}
#ps5 .block ul.logos1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px auto;
}
@media screen and (max-width: 768px) {
  #ps5 .block ul.logos1 {
    margin: 20px auto;
    display: block;
    text-align: center;
  }
}
#ps5 .block ul.logos1 li:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #ps5 .block ul.logos1 li:not(:last-child) {
    margin: 0 0 10px;
  }
}
#ps5 .block ul.logos1 li img {
  height: 28px;
}
#ps5 .block ul.logos2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 35px;
}
@media screen and (max-width: 768px) {
  #ps5 .block ul.logos2 {
    margin: 20px auto;
  }
}
#ps5 .block ul.logos2 li:nth-child(1) img {
  width: 54px;
}
#ps5 .block ul.logos2 li:nth-child(2) {
  margin: 0 25px;
}
@media screen and (max-width: 768px) {
  #ps5 .block ul.logos2 li:nth-child(2) {
    margin: 0 15px;
  }
}
#ps5 .block ul.logos2 li:nth-child(2) img {
  width: 81px;
}
#ps5 .block ul.logos2 li:nth-child(3) img {
  width: 70px;
}
#ps5 .block p.txt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #ps5 .block p.txt {
    font-size: 14px;
    text-align: left;
  }
}
#ps5 .block p.note {
  font-size: 10px;
  margin-top: 25px;
}
#ps5 .block p.note + .note {
  margin-top: 1em;
}
#ps5 .block p.note.jcc {
  display: flex;
  justify-content: center;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #ps5 .block p.note.jcc {
    word-break: break-all;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .block p.note {
    margin-top: 15px;
  }
}
#ps5 .block .fps_area {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #ps5 .block .fps_area {
    display: block;
  }
}
#ps5 .block .fps_area .img {
  width: 44%;
}
@media screen and (max-width: 768px) {
  #ps5 .block .fps_area .img {
    width: 100%;
    margin-top: 25px;
  }
}
#ps5 .block .fps_area .txt_area {
  width: 46%;
  text-align: left;
  order: 2;
}
@media screen and (max-width: 768px) {
  #ps5 .block .fps_area .txt_area {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .block .fps_area .txt_area h3 {
    text-align: center;
  }
}
#ps5 .block .btn {
  width: 500px;
  height: 80px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #ps5 .block .btn {
    width: 100%;
    height: 60px;
    margin-top: 30px;
  }
}
#ps5 .block .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  position: relative;
  background-color: #00439b;
}
@media (hover) {
  #ps5 .block .btn a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .block .btn a {
    font-size: 16px;
  }
}
#ps5 .block .btn a span {
  color: #fff;
}
#ps5 .block .btn a span.icn {
  position: relative;
  padding-right: 30px;
}
#ps5 .block .btn a span.icn img {
  margin-right: 0;
}
#ps5 .gray2 {
  background-color: #f2f2f2;
  padding: 70px 40px 30px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #ps5 .gray2 {
    padding: 30px 5% 30px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .gray2 #googletv img {
    padding: 0 20%;
  }
}
#ps5 .gray2 > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#ps5 .gray2 > .inner > h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #ps5 .gray2 > .inner > h2 {
    font-size: 16px;
  }
}
#ps5 .gray2 > .inner > h2 img {
  margin-bottom: 10px;
}
#ps5 .gray2 > .inner > ul {
  margin: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #ps5 .gray2 > .inner > ul {
    margin: 30px 0 0;
    display: block;
  }
}
#ps5 .gray2 > .inner > ul > li {
  width: 33.3333333333%;
  background-color: #ffffff;
}
@media screen and (max-width: 1100px) {
  #ps5 .gray2 > .inner > ul > li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .gray2 > .inner > ul > li {
    width: 100%;
  }
}
#ps5 .gray2 > .inner > ul > li .img img {
  width: 100%;
}
#ps5 .gray2 > .inner > ul > li .txt-area {
  padding: 25px 10px 60px;
}
@media screen and (max-width: 768px) {
  #ps5 .gray2 > .inner > ul > li .txt-area {
    padding: 15px 5% 30px;
  }
}
#ps5 .gray2 > .inner > ul > li .txt-area .logo {
  font-size: 0;
}
#ps5 .gray2 > .inner > ul > li .txt-area .ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #ps5 .gray2 > .inner > ul > li .txt-area .ttl {
    padding-right: 0;
    margin-bottom: 0;
  }
}
#ps5 .gray2 > .inner > ul > li .txt-area .ttl h3 {
  font-size: 32px;
  padding: 0 15px;
  font-weight: 500;
  line-height: 1;
}
#ps5 .gray2 > .inner > ul > li .txt-area .ttl h3:has(img) {
  width: 170px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ps5 .gray2 > .inner > ul > li .txt-area .ttl h3:has(img) {
    width: 60%;
    flex-direction: row;
  }
}
@media screen and (max-width: 480px) {
  #ps5 .gray2 > .inner > ul > li .txt-area .ttl h3:has(img) {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .gray2 > .inner > ul > li .txt-area .ttl h3:has(img) img {
    width: 130px;
  }
}
#ps5 .gray2 > .inner > ul > li .txt-area .ttl h3:has(img) span {
  font-size: 16px;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 1040px) {
  #ps5 .gray2 > .inner > ul > li .txt-area .ttl h3:has(img) span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .gray2 > .inner > ul > li .txt-area .ttl h3:has(img) span {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #ps5 .gray2 > .inner > ul > li .txt-area .ttl h3:has(img) span {
    margin-top: 10px;
    text-align: left;
    translate: -8px 0;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .gray2 > .inner > ul > li .txt-area .ttl h3 {
    font-size: 18px;
    padding: 0;
  }
}
#ps5 .gray2 > .inner > ul > li .txt-area .flex-area {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  min-height: 65px;
}
@media screen and (max-width: 768px) {
  #ps5 .gray2 > .inner > ul > li .txt-area .flex-area {
    display: block;
    font-size: 18px;
    padding: 0;
    min-height: auto;
  }
}
#ps5 .gray2 > .inner > ul > li .txt-area .flex-area p {
  font-size: 14px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  #ps5 .gray2 > .inner > ul > li .txt-area .flex-area p {
    width: 100%;
    margin-top: 5px;
  }
}
#ps5 .gray2 > .inner > ul > li .txt-area .flex-area .btn {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #ps5 .gray2 > .inner > ul > li .txt-area .flex-area .btn {
    width: 100%;
    margin-top: 20px;
  }
}
#ps5 .gray2 > .inner > ul > li .txt-area .flex-area .btn a {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ps5 .gray2 > .inner > ul > li .txt-area .flex-area .btn a {
    text-align: center;
    font-size: 14px;
    width: 257px;
    margin: 0 auto;
    display: block;
    padding: 12px 20px;
  }
}
#ps5 .gray2 > .inner > ul > li .txt-area p.reserve {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  color: #f00;
  margin: 5px 0 0;
  padding-left: 1em;
  text-indent: -1em;
}
#ps5 .gray2 > .inner > ul > li .txt-area .gray-area {
  background-color: #f2f2f2;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #ps5 .gray2 > .inner > ul > li .txt-area .gray-area {
    display: block;
    padding: 15px 3%;
  }
}
#ps5 .gray2 > .inner > ul > li .txt-area .gray-area p {
  width: 47%;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #ps5 .gray2 > .inner > ul > li .txt-area .gray-area p {
    width: 100%;
  }
}
#ps5 .gray2 > .inner > ul > li .txt-area .gray-area p .big {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #ps5 .gray2 > .inner > ul > li .txt-area .gray-area p .big {
    display: inline;
    font-size: 14px;
  }
}
#ps5 .gray2 > .inner > ul > li .txt-area .gray-area p .small {
  font-size: 14px;
}
#ps5 .gray2 > .inner > ul > li .txt-area .gray-area .full-store-btn {
  width: 47%;
}
@media screen and (max-width: 768px) {
  #ps5 .gray2 > .inner > ul > li .txt-area .gray-area .full-store-btn {
    margin-top: 10px;
    width: 100%;
  }
}
#ps5 .gray2 > .inner > ul > li .txt-area .gray-area .full-store-btn .s5-sonyStoreCustom {
  margin-top: 0;
}
#ps5 .gray2 > .inner > ul > li .txt-area .gray-area .full-store-btn a {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#ps5 .support-enjoy {
  max-width: 1100px;
  margin: 0 auto;
}
#ps5 .support-enjoy > h2 {
  color: #000;
  font-size: 36px;
  text-align: center;
  margin-top: 100px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #ps5 .support-enjoy > h2 {
    margin-top: 40px;
    font-size: 20px;
  }
}
#ps5 .support-enjoy ul.tab-support {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #ps5 .support-enjoy ul.tab-support {
    margin-top: 20px;
    flex-direction: column;
  }
}
#ps5 .support-enjoy ul.tab-support li {
  background-color: #000;
  width: calc((100% - 4px) / 2);
  color: #fff;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (hover) {
  #ps5 .support-enjoy ul.tab-support li:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 990px) {
  #ps5 .support-enjoy ul.tab-support li:nth-child(1) .num {
    width: 15px;
  }
  #ps5 .support-enjoy ul.tab-support li:nth-child(2) .num {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .support-enjoy ul.tab-support li {
    width: 100%;
  }
  #ps5 .support-enjoy ul.tab-support li:nth-child(2) .num {
    width: 5vw !important;
  }
}
#ps5 .support-enjoy ul.tab-support li:last-child {
  width: 100%;
}
#ps5 .support-enjoy ul.tab-support li:last-child a {
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (hover) {
  #ps5 .support-enjoy ul.tab-support li:last-child a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .support-enjoy ul.tab-support li:last-child a {
    height: auto;
  }
}
#ps5 .support-enjoy ul.tab-support li:last-child a .flex {
  height: 100%;
  justify-content: flex-start;
}
#ps5 .support-enjoy ul.tab-support li:last-child a .flex .img {
  max-width: 37%;
  height: 220px;
}
@media screen and (max-width: 768px) {
  #ps5 .support-enjoy ul.tab-support li:last-child a .flex .img {
    max-width: 100%;
    aspect-ratio: 15/17;
    width: 45%;
    height: auto;
  }
}
#ps5 .support-enjoy ul.tab-support li:last-child a .txt-area {
  width: 63%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #ps5 .support-enjoy ul.tab-support li:last-child a .txt-area {
    display: block;
    width: 55%;
    padding: 15px 5% 0;
  }
}
#ps5 .support-enjoy ul.tab-support li:last-child a .txt-area:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #ps5 .support-enjoy ul.tab-support li:last-child a .txt-area:after {
    display: block;
  }
}
#ps5 .support-enjoy ul.tab-support li:last-child a .txt-area .num {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #ps5 .support-enjoy ul.tab-support li:last-child a .txt-area .num {
    width: 4.5vw;
  }
}
#ps5 .support-enjoy ul.tab-support li:last-child a h3 {
  color: #fff;
  font-size: 24px !important;
}
@media screen and (max-width: 940px) {
  #ps5 .support-enjoy ul.tab-support li:last-child a h3 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .support-enjoy ul.tab-support li:last-child a h3 {
    font-size: 4vw !important;
    line-height: 1.6;
  }
}
#ps5 .support-enjoy ul.tab-support li:last-child a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 23px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) rotate(135deg);
}
@media screen and (max-width: 768px) {
  #ps5 .support-enjoy ul.tab-support li:last-child a:after {
    display: none;
  }
}
#ps5 .support-enjoy ul.tab-support li .flex {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#ps5 .support-enjoy ul.tab-support li .flex .img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #ps5 .support-enjoy ul.tab-support li .flex .img {
    aspect-ratio: 1;
    width: 45%;
  }
  #ps5 .support-enjoy ul.tab-support li .flex .img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
#ps5 .support-enjoy ul.tab-support li .flex .txt-area {
  width: 50%;
  color: #fff;
  padding: 30px 40px 0;
  position: relative;
}
@media screen and (max-width: 1060px) {
  #ps5 .support-enjoy ul.tab-support li .flex .txt-area {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .support-enjoy ul.tab-support li .flex .txt-area {
    width: 55%;
    padding: 15px 5% 0;
  }
}
#ps5 .support-enjoy ul.tab-support li .flex .txt-area:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 23px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) rotate(135deg);
}
@media screen and (max-width: 768px) {
  #ps5 .support-enjoy ul.tab-support li .flex .txt-area:after {
    bottom: 13px;
  }
}
#ps5 .support-enjoy ul.tab-support li .flex .txt-area .num {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #ps5 .support-enjoy ul.tab-support li .flex .txt-area .num {
    width: 3.5vw;
  }
}
#ps5 .support-enjoy ul.tab-support li .flex .txt-area h3 {
  line-height: 1.8;
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 990px) {
  #ps5 .support-enjoy ul.tab-support li .flex .txt-area h3 {
    font-size: clamp(1rem, 0.135rem + 1.8vw, 1.25rem);
  }
}
@media screen and (max-width: 768px) {
  #ps5 .support-enjoy ul.tab-support li .flex .txt-area h3 {
    font-size: 3.8vw;
    line-height: 1.5;
  }
}
#ps5 .support-enjoy ul.tab-support li span {
  color: #ffee62;
}
#ps5 .soundbar-area {
  max-width: 1100px;
  padding-top: 80px;
  border-top: 1px solid #d7d7d7;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area {
    margin-top: 60px;
    padding-top: 60px;
    width: 100%;
  }
}
#ps5 .soundbar-area .store a {
  color: #fff !important;
}
#ps5 .soundbar-area > h2 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area > h2 {
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
  }
}
#ps5 .soundbar-area > h2 span {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area > h2 span {
    font-size: 20px;
  }
}
#ps5 .soundbar-area .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  #ps5 .soundbar-area .flex {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area .flex {
    margin-top: 30px;
  }
}
#ps5 .soundbar-area .flex .products-box {
  background: none !important;
  width: 350px;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  #ps5 .soundbar-area .flex .products-box {
    width: 100%;
  }
}
#ps5 .soundbar-area .flex .products-box .inner {
  justify-content: space-between;
}
#ps5 .soundbar-area .flex .products-box .inner > div:nth-child(1) {
  width: 100%;
  padding: 0 0 80px;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area .flex .products-box .inner > div:nth-child(1) {
    padding: 0;
  }
}
#ps5 .soundbar-area .flex .products-box .inner > div:nth-child(2) {
  margin-right: 5%;
}
#ps5 .soundbar-area .flex .products-box .inner > div:nth-child(2), #ps5 .soundbar-area .flex .products-box .inner > div:nth-child(3) {
  width: 47.5%;
}
#ps5 .soundbar-area .flex .img {
  width: calc(100% - 450px);
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #ps5 .soundbar-area .flex .img {
    width: 80%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area .flex .img {
    width: 100%;
  }
}
#ps5 .soundbar-area .flex .img p.note {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 10px;
  color: #fff;
}
#ps5 .soundbar-area .btn {
  width: 500px;
  height: 80px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area .btn {
    width: 100%;
    height: 60px;
    margin-top: 30px;
  }
}
#ps5 .soundbar-area .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  position: relative;
  background-color: #282828;
}
@media (hover) {
  #ps5 .soundbar-area .btn a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area .btn a {
    font-size: 16px;
  }
}
#ps5 .soundbar-area .btn a span {
  color: #fff;
}
#ps5 .soundbar-area .btn a span.icn {
  position: relative;
  padding-right: 30px;
}
#ps5 .soundbar-area .btn a span.icn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
#ps5 .soundbar-area .btn a span.big {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area .btn a span.big {
    font-size: 18px;
  }
}
#ps5 .soundbar-area .neck-speaker {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area .neck-speaker {
    margin-top: 60px;
  }
}
#ps5 .soundbar-area .neck-speaker > h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area .neck-speaker > h2 {
    font-size: 20px;
    line-height: 1.6;
  }
}
#ps5 .soundbar-area .neck-speaker > h2 span {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area .neck-speaker > h2 span {
    font-size: 18px;
  }
}
#ps5 .soundbar-area .neck-speaker .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area .neck-speaker .flex {
    display: block;
  }
}
#ps5 .soundbar-area .neck-speaker .flex .img {
  width: 55%;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area .neck-speaker .flex .img {
    width: 100%;
  }
}
#ps5 .soundbar-area .neck-speaker .flex .product {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area .neck-speaker .flex .product {
    width: 100%;
    background: #f3f3f3;
    padding: 15px 5%;
  }
}
#ps5 .soundbar-area .neck-speaker .flex .product .product-box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  width: 275px;
  padding: 20px 15px 15px;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area .neck-speaker .flex .product .product-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 0;
    padding: 15px 3%;
  }
  #ps5 .soundbar-area .neck-speaker .flex .product .product-box > div {
    width: 50%;
  }
}
#ps5 .soundbar-area .neck-speaker .flex .product .product-box h3 {
  text-align: center;
  font-size: 15px;
  color: #222222;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area .neck-speaker .flex .product .product-box h3 {
    font-size: 11px;
  }
}
#ps5 .soundbar-area .neck-speaker .flex .product .product-box .img {
  width: 50%;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area .neck-speaker .flex .product .product-box .img {
    margin-top: 10px;
    width: 80%;
  }
}
#ps5 .soundbar-area .neck-speaker .flex .product .product-box .name {
  font-size: 28px;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area .neck-speaker .flex .product .product-box .name {
    font-size: 18px;
  }
}
#ps5 .soundbar-area .neck-speaker .flex .product .product-box .name span {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area .neck-speaker .flex .product .product-box .name span {
    margin-bottom: 10px;
    font-size: 11px;
  }
}
#ps5 .soundbar-area .neck-speaker .flex .product .product-box ul.btn-list {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#ps5 .soundbar-area .neck-speaker .flex .product .product-box ul.btn-list li {
  width: calc((100% - 10px) / 2);
  height: 50px;
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area .neck-speaker .flex .product .product-box ul.btn-list li {
    height: 40px;
  }
}
#ps5 .soundbar-area .neck-speaker .flex .product .product-box ul.btn-list li a {
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  border: 2px solid #000;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
@media (hover) {
  #ps5 .soundbar-area .neck-speaker .flex .product .product-box ul.btn-list li a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  #ps5 .soundbar-area .neck-speaker .flex .product .product-box ul.btn-list li a {
    font-size: 14px;
  }
}
#ps5 .soundbar-area .neck-speaker .flex .product .product-box ul.btn-list li:last-child a {
  background-color: #262626;
  color: #fff;
}
#ps5 ul.products-area {
  background-color: #f3f3f3;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 30px auto 0;
}
#ps5 ul.products-area > li {
  width: 32%;
  background-color: #ffffff;
  padding: 10px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
  border-radius: 4px;
}
#ps5 ul.products-area > li .img {
  text-align: center;
}
#ps5 ul.products-area > li .name {
  font-size: 18px;
  text-align: center;
  line-height: 1;
}
#ps5 ul.products-area > li .name span {
  display: block;
  font-size: 10px;
  margin-bottom: 5px;
}
#ps5 ul.products-area > li ul.btn-list {
  margin-top: 25px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#ps5 ul.products-area > li ul.btn-list li {
  width: calc((100% - 5px) / 2);
  height: 35px;
}
#ps5 ul.products-area > li ul.btn-list li a {
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  border: 2px solid #000;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
@media (hover) {
  #ps5 ul.products-area > li ul.btn-list li a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
#ps5 ul.products-area > li ul.btn-list li:last-child a {
  background-color: #262626;
  color: #fff;
}

ul.lineup_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  ul.lineup_list {
    display: block;
  }
}
ul.lineup_list > li {
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  ul.lineup_list > li {
    width: 24%;
  }
  ul.lineup_list > li:not(:nth-child(4n)) {
    margin-right: 1.3333333333%;
  }
  ul.lineup_list > li:nth-child(n+5) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  ul.lineup_list > li {
    width: 100%;
  }
  ul.lineup_list > li:nth-child(n+2) {
    margin-top: 20px;
  }
}
ul.lineup_list > li > a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
ul.lineup_list > li > a:hover {
  opacity: 0.7;
}
ul.lineup_list > li .tmb img {
  width: 100%;
}
ul.lineup_list > li p.name {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  ul.lineup_list > li p.name {
    font-size: 20px;
  }
}
ul.lineup_list > li p.name span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  ul.lineup_list > li p.name span {
    font-size: 14px;
  }
}
ul.lineup_list > li ul.size {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  ul.lineup_list > li ul.size {
    flex-wrap: wrap;
  }
}
ul.lineup_list > li ul.size > li {
  font-size: 12px;
  line-height: 1;
  border: 1px solid #525252;
  color: #525252;
  border-radius: 5px;
  padding: 5px;
  margin: 0 3px 5px 0;
}
ul.lineup_list > li span.product_btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 18px;
}
ul.lineup_list > li span.product_btn a {
  width: 100%;
  padding: 12px 18px;
}

/* lineup Area
--------------------------------------------------------------------

.s5-storeButton{
	width: 100% !important;
}

span.s5-label {
	background: #db4a39 none repeat scroll 0 0;
	border: 1px solid #db4a39;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 0.625rem;
	line-height: 1.2;
	padding: 2px 5px 1px;
}

.c5-name {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.c5-labelb {
	font-size: 14px;
	width: 48px;
	text-align: center;
	line-height: 1;
	border: 1px solid #525252;
	color: #525252 !important;
	display: inline-block !important;
	border-radius: 4px;
	padding: 4px 0;
	font-weight: normal !important;
}

#c5-lineup, #c5-lineup2020 {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	h4 {
		font-weight: bold;
	}
}

#c5-lineup ul, #c5-lineup2020 ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding-left: 0 !important;
}

#c5-lineup ul, #c5-lineup2020 ul:after {
	content: "";
	width: 32%;
	height: 0;
}

#c5-lineup ul li, #c5-lineup2020 ul li {
	width: 32%;
	flex-wrap: wrap;
	//border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 20px;
}

#c5-lineup ul li dl, #c5-lineup2020 ul li dl {
	display: flex;
	padding: 2%;
	margin: 1em 0;
}

#c5-lineup ul li dt, #c5-lineup2020 ul li dt {
	width: 35%;
}

#c5-lineup ul li dt img, #c5-lineup2020 ul li dt img {
	width: 100%;
	height: auto;
}

#c5-lineup ul li dd, #c5-lineup2020 ul li dd {
	width: 61%;
	margin-left: 10px;
	font-weight: bold;
}

#c5-lineup ul li dd .c5-name, #c5-lineup2020 ul li dd .c5-name {
	font-size: 76%;
	font-weight: normal;
	display: block;
}

#c5-lineup ul li dd .c5-btn, #c5-lineup2020 ul li dd .c5-btn {
	display: block;
}

@media screen and (max-width: 640px) {
	#c5-lineup ul, #c5-lineup2020 ul {
		display: blok;
	}
	#c5-lineup ul li, #c5-lineup2020 ul li {
		width: 100%;
	}
	#c5-lineup ul li dd .c5-name, #c5-lineup2020 ul li dd .c5-name {
		margin-bottom: 0 !important;
	}
}

.c5-etc {
	display: block;
	padding: 0 10px 5px;
	font-size: 14px;
	color: #c00;
	font-weight: bold;
}

-------------------------------------------------------------------- */
.ov {
  transition: opacity 0.3s ease-out;
}

.ov:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .android {
    font-family: Verdana, "Droid Sans", sans-serif !important;
  }
}

/*Margin
------------------------------------------------------------------------------------------------------ */
.c5-mg5 {
  margin: 5px !important;
}

.c5-mg10 {
  margin: 10px !important;
}

.c5-mg15 {
  margin: 15px !important;
}

.c5-mg20 {
  margin: 20px !important;
}

.c5-mg25 {
  margin: 25px !important;
}

.c5-mg30 {
  margin: 30px !important;
}

/*top*/
.c5-mgT5 {
  margin-top: 5px !important;
}

.c5-mgT10 {
  margin-top: 10px !important;
}

.c5-mgT15 {
  margin-top: 15px !important;
}

.c5-mgT20 {
  margin-top: 20px !important;
}

.c5-mgT25 {
  margin-top: 25px !important;
}

.c5-mgT30 {
  margin-top: 30px !important;
}

.c5-mgT40 {
  margin-top: 40px !important;
}

.c5-mgT50 {
  margin-top: 50px !important;
}

.c5-mgT60 {
  margin-top: 60px !important;
}

/*right*/
.c5-mgR5 {
  margin-right: 5px !important;
}

.c5-mgR10 {
  margin-right: 10px !important;
}

.c5-mgR15 {
  margin-right: 15px !important;
}

.c5-mgR20 {
  margin-right: 20px !important;
}

.c5-mgR25 {
  margin-right: 25px !important;
}

.c5-mgR30 {
  margin-right: 30px !important;
}

/*bottom*/
.c5-mgB0 {
  margin-bottom: 0px !important;
}

.c5-mgB5 {
  margin-bottom: 5px !important;
}

.c5-mgB10 {
  margin-bottom: 10px !important;
}

.c5-mgB15 {
  margin-bottom: 15px !important;
}

.c5-mgB20 {
  margin-bottom: 20px !important;
}

.c5-mgB25 {
  margin-bottom: 25px !important;
}

.c5-mgB30 {
  margin-bottom: 30px !important;
}

.c5-mgB35 {
  margin-bottom: 35px !important;
}

.c5-mgB40 {
  margin-bottom: 40px !important;
}

.c5-mgB45 {
  margin-bottom: 45px !important;
}

.c5-mgB50 {
  margin-bottom: 50px !important;
}

.c5-mgB55 {
  margin-bottom: 55px !important;
}

.c5-mgB60 {
  margin-bottom: 60px !important;
}

.c5-mgB65 {
  margin-bottom: 65px !important;
}

.c5-mgB70 {
  margin-bottom: 70px !important;
}

.c5-mgB75 {
  margin-bottom: 75px !important;
}

.c5-mgB80 {
  margin-bottom: 80px !important;
}

.c5-mgB85 {
  margin-bottom: 85px !important;
}

.c5-mgB90 {
  margin-bottom: 90px !important;
}

.c5-mgB95 {
  margin-bottom: 95px !important;
}

.c5-mgB100 {
  margin-bottom: 100px !important;
}

/*left*/
.c5-mgL5 {
  margin-left: 5px !important;
}

.c5-mgL10 {
  margin-left: 10px !important;
}

.c5-mgL15 {
  margin-left: 15px !important;
}

.c5-mgL20 {
  margin-left: 20px !important;
}

.c5-mgL25 {
  margin-left: 25px !important;
}

.c5-mgL30 {
  margin-left: 30px !important;
}

.movie_area {
  max-width: 1200px;
  margin: 50px auto 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /*
   iframe {
     width: 100%;
     height: 430px;
     @include break {
       height: 300px;
     }
   }
   */
}
@media screen and (max-width: 768px) {
  .movie_area {
    margin-bottom: 50px;
  }
}
.movie_area.one .p-webmovie-box {
  width: 100%;
  max-width: 765px;
  margin: 0 auto;
}
.movie_area .p-webmovie-box {
  width: 48%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .movie_area .p-webmovie-box {
    width: 100%;
  }
}
.movie_area .p-webmovie-box .movie {
  position: relative;
  transition: all 0.3s;
}
.movie_area .p-webmovie-box .movie:hover:before {
  transform: scale(1.2);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.movie_area .p-webmovie-box .movie:hover img {
  transform: scale(1.05);
}
.movie_area .p-webmovie-box .movie:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/bravia/game/images/ps5/icn_play.png) center center no-repeat rgba(0, 0, 0, 0);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  transition: all 0.3s;
}
.movie_area .p-webmovie-box .movie a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 0.3s ease;
}
.movie_area .p-webmovie-box .movie img {
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: all 0.3s;
}

.products-box {
  background: #f3f3f3;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .products-box {
    padding: 0 5%;
  }
}
@media (hover) {
  .products-box a:hover span {
    text-decoration: none;
  }
}
.products-box .inner {
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 40px 0;
}
@media screen and (max-width: 768px) {
  .products-box .inner {
    padding: 15px 0;
  }
}
.products-box.a7000 .inner {
  max-width: 1200px;
}
.products-box .inner:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.products-box .inner div {
  position: relative;
  float: left;
  width: 25%;
  background: #fff;
  border-radius: 4px;
  margin: 0 1.5% 0 0;
  padding: 0 10px 11px 10px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .products-box .inner div {
    width: 49%;
    margin-top: 5px;
    padding: 0 3% 11px;
  }
}
.products-box .inner div span {
  display: block;
  font-size: 12px;
  text-align: center;
  margin: 0 auto 20px;
}
.products-box.a7000 .inner div {
  width: 31%;
  margin: 0 1% 0 0;
}
.products-box .inner div:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.products-box .inner div:nth-child(1) {
  width: 47%;
  padding: 0 10px 11px 0;
}
@media screen and (max-width: 768px) {
  .products-box .inner div:nth-child(1) {
    width: 100%;
    padding: 0 3% 11px;
  }
}
.products-box.a7000 .inner div:nth-child(1) {
  width: 36%;
}
.products-box .inner div:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .products-box .inner div:last-child {
    margin-top: 5px;
  }
}
.products-box .inner div figure {
  text-align: center;
  padding: 20px 0 0 0;
}
.products-box .inner div figure a img {
  width: auto;
  height: 60px;
}
.products-box .inner div:nth-child(1) figure {
  padding: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  .products-box .inner div:nth-child(1) figure {
    padding: 30px 5% 60px;
  }
}
.products-box .inner div:nth-child(1) figure img {
  height: 35px;
}
.products-box .inner div h2 {
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  padding: 10px 0 12px 0;
}
.products-box .inner div h2 strong {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  display: block;
}
.products-box .inner div:nth-child(1) h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 15px;
  text-align: left;
  padding: 0 0 12px 15px;
}
.products-box .inner div:nth-child(1) h2 strong {
  font-size: 20px;
  font-weight: 300;
}
.products-box .inner div .button {
  float: left;
  width: 48%;
  margin: 0 4% 0 0;
}
.products-box .inner div:nth-child(1) .button {
  position: absolute;
  bottom: 11px;
  right: 10px;
  float: none;
  width: 24%;
  margin: 0 26% 0 0;
}
.products-box .inner div .button a {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  padding: 9px 0 0 0;
  display: block;
  border-radius: 4px;
  text-decoration: none;
  border: solid 1px #222;
  text-align: center;
}
.products-box .inner div .store {
  float: left;
  width: 48%;
}
.products-box .inner div:nth-child(1) .store {
  position: absolute;
  bottom: 11px;
  right: 10px;
  float: none;
  width: 24%;
  margin: 0;
}
.products-box .inner div .store a {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  padding: 10px 0 0 0;
  color: #fff;
  display: block;
  border-radius: 4px;
  text-decoration: none;
  background: linear-gradient(90deg, #444 0%, #222 100%);
  text-align: center;
}

[data-aos=fade-up] {
  transform: translate3d(0, 50px, 0);
}

.ff7-products {
  background-color: #f3f3f3;
  padding: 0 30px 30px;
}
.ff7-products * {
  color: #000 !important;
}
.ff7-products h2 {
  margin: 0;
}
.ff7-products > h2 {
  font-size: 32px !important;
  margin: 0 !important;
  padding: 30px 0 !important;
  color: #000;
}
@media screen and (max-width: 768px) {
  .ff7-products > h2 {
    font-size: 24px !important;
    margin: 0 !important;
    padding: 30px 0 0 !important;
  }
}
@media (hover) {
  .ff7-products a:hover span {
    text-decoration: none;
  }
}
.ff7-products .store a {
  color: #fff !important;
}
.ff7-products .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .ff7-products .inner {
    padding: 15px 0;
  }
}
.ff7-products .inner > div {
  position: relative;
  float: left;
  background: #fff;
  border-radius: 4px;
  padding: 0;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
  width: 32%;
}
@media screen and (max-width: 1000px) {
  .ff7-products .inner > div {
    width: 100%;
    margin-top: 20px;
    padding: 0 3% 11px;
  }
}
.ff7-products .inner > div * {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", Verdana, Helvetica, sans-serif !important;
}
.ff7-products .inner > div span {
  display: block;
  font-size: 12px;
  text-align: center;
  margin: 0 auto 20px;
}
.ff7-products .inner > div figure {
  padding: 30px 0 85px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ff7-products .inner > div figure {
    padding: 30px 5% 70px;
  }
}
.ff7-products .inner > div figure img {
  height: 35px;
}
.ff7-products .inner > div h2 {
  font-size: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 15px;
  text-align: left !important;
  padding: 0 0 12px 15px;
  margin: 0 !important;
}
.ff7-products .inner > div h2 strong {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  display: block;
}
.ff7-products .inner > div .button {
  position: absolute;
  bottom: 11px;
  right: 10px;
  float: none;
  width: 24%;
  margin: 0 26% 0 0;
}
.ff7-products .inner > div .button a {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  padding: 9px 0 0 0;
  display: block;
  border-radius: 4px;
  text-decoration: none;
  border: solid 1px #222;
  text-align: center;
}
.ff7-products .inner > div .store {
  position: absolute;
  bottom: 11px;
  right: 10px;
  float: none;
  width: 24%;
  margin: 0;
}
.ff7-products .inner > div .store a {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  padding: 10px 0 0 0;
  color: #fff;
  display: block;
  border-radius: 4px;
  text-decoration: none;
  background: linear-gradient(90deg, #444 0%, #222 100%);
  text-align: center;
}

.cm-link {
  text-indent: -9999px;
}/*# sourceMappingURL=ps5.css.map */