* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.fade {
  opacity: 0;
  transform: translate(0, 30px);
}
.fadeInUp {
  animation: fadeInUp 0.4s ease forwards;
  will-change: transform, opacity;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.text-center {
  text-align: center;
}
.image-wrapper {
  text-align: center;
}
.image-wrapper img {
  max-width: 100%;
}
.cinema-info {
  background: #000000 url(../feature/cinema-text.png) center center no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 356px;
  position: relative;
}
.cinema-info .img-text {
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  line-height: 2;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding-bottom: 6rem;
  z-index: 2;
}
.img-cover {
  text-align: center;
  font-size: 0;
  line-height: 1;
}
.img-cover img {
  width: 100%;
}
.sony-kv {
  padding: 15rem 0 10rem;
}
.sony-kv .kv-text {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 50px;
}
.sony-kv .kv-btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sony-kv .kv-btn-list .btn {
  background-color: #ffd200;
  border: 2px solid #ffd200;
  color: #2c3e50;
  margin-right: 1.6rem;
  margin-bottom: 2.5rem;
  min-width: 12rem;
  padding: 1.2rem 3rem;
  text-align: center;
  font-size: 1.6rem;
  transition: all 0.25s ease;
  display: inline-block;
  box-sizing: border-box;
}
.sony-kv .kv-btn-list .btn:last-child {
  margin-right: 0;
}
.sony-kv .kv-btn-list .btn.or {
  border-color: #2c3e50 !important;
  color: #2c3e50 !important;
  background-color: #fff !important;
}
.sony-container {
  width: 117rem;
  margin: 0 auto;
}
.bg-F6F6F6 {
  background: #F6F6F6;
}
.sony-item {
  padding: 60px 0 100px;
}
.sony-item-title {
  padding-bottom: 50px;
  text-align: center;
}
.sony-item-title h2 {
  margin-bottom: 25px;
  font-size: 28px;
  color: black;
  font-weight: bold;
  line-height: 1.5;
}
.sony-item-title p {
  line-height: 1.77;
  font-size: 16px;
  color: black;
}
.sony-card-list {
  display: flex;
}
.sony-card-list .sony-card {
  flex: 1;
  margin-right: 30px;
}
.sony-card-list .sony-card:last-child {
  margin-right: 0;
}
.sony-card-list .sony-card .sony-card-info {
  padding: 30px 10px;
  text-align: center;
}
.sony-card-list .sony-card .sony-card-info h2 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
  color: black;
  font-weight: bold;
  line-height: 1.5;
}
.sony-card-list .sony-card .sony-card-info p {
  color: #333;
  line-height: 1.6;
  font-size: 16px;
}
.sony-cloumn {
  padding: 80px 0;
}
.sony-cloumn .sony-cloumn-list {
  display: flex;
  align-items: center;
}
.sony-cloumn .sony-cloumn-list .sony-cloumn-item {
  flex: 1;
}
.sony-cloumn .sony-cloumn-list .sony-cloumn-item:nth-of-type(1) {
  padding-right: 20px;
}
.sony-cloumn .sony-cloumn-list .sony-cloumn-item:nth-of-type(2) {
  padding-left: 20px;
}
.sony-cloumn h2 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.5;
}
.sony-cloumn p {
  font-size: 16px;
  line-height: 1.8;
}
.sony-product-size {
  padding: 60px 0;
}
.sony-product-size h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}
.sony-product-size .size-list {
  display: flex;
}
.sony-product-size .size-list .size-item {
  flex: 1;
  border-right: 1px solid #D8D8D8;
  padding: 10px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sony-product-size .size-list .size-item > div {
  width: 100%;
}
.sony-product-size .size-list .size-item:last-child {
  border-color: transparent;
}
.sony-product-size .size-list .size-item h3 {
  font-size: 18px;
  color: black;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 30px;
}
.sony-product-size .size-list .size-item .image-wrapper {
  text-align: left;
}
.sony-product-size .size-list .size-item p {
  text-align: center;
  padding-top: 40px;
  font-size: 16px;
}
.sony-product-size .unit {
  margin-top: 50px;
  text-align: right;
  font-size: 16px;
}
.product-table {
  padding: 40px 0;
}
.product-table h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}
.product-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1000px;
}
.product-table table .product-name {
  width: 100px;
  margin-top: 20px;
}
.product-table table .product-name.spec {
  width: 170px;
}
.product-table table tr {
  border-bottom: 1px solid #D8D8D8;
}
.product-table table tr td:first-child,
.product-table table tr th:first-child {
  white-space: nowrap;
  padding-right: 20px;
  font-size: 22px;
  font-weight: bold;
  color: black;
  vertical-align: top;
}
.product-table table tr th {
  text-align: left;
}
.product-table table tr.no-border {
  border-color: transparent;
}
.product-table table tr.no-border td {
  padding-bottom: 0;
}
.product-table table td,
.product-table table th {
  padding: 25px 15px;
  font-size: 13px;
  color: #545454;
}
.product-table table td b,
.product-table table th b {
  font-size: 15px;
  color: black;
}
.product-table .table-container {
  overflow-x: auto;
}
@media (max-width: 1230px) {
  .sony-container {
    width: 97rem;
  }
}
@media (max-width: 992px) {
  .sony-container {
    width: 75rem;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }
  .fade {
    opacity: 1;
    transform: translate(0, 0);
  }
  .image-wrapper {
    text-align: center;
    line-height: 0;
  }
  .sony-container {
    width: 100%;
    padding: 0 15px;
  }
  .sony-kv {
    padding: 7.5rem 0 5rem;
  }
  .sony-kv .kv-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .cinema-info {
    background: #000000 url(../feature/cinema-text-m.png) center center no-repeat;
    background-size: 100%;
    height: 293px;
  }
  .cinema-info .img-text {
    font-size: 12px;
    padding-bottom: 30px;
  }
  .sony-item {
    padding: 30px 0 50px;
  }
  .sony-item-title {
    padding-bottom: 25px;
  }
  .sony-item-title h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .sony-card-list {
    flex-direction: column;
  }
  .sony-card-list .sony-card {
    margin-right: 0;
    width: 100%;
  }
  .sony-card-list .sony-card .sony-card-info {
    padding: 15px 10px;
    text-align: center;
  }
  .sony-card-list .sony-card .sony-card-info h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .sony-cloumn {
    padding: 30px 0;
  }
  .sony-cloumn .sony-cloumn-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sony-cloumn .sony-cloumn-list .sony-cloumn-item {
    flex: 1;
  }
  .sony-cloumn .sony-cloumn-list .sony-cloumn-item:nth-of-type(1) {
    padding-right: 0;
  }
  .sony-cloumn .sony-cloumn-list .sony-cloumn-item:nth-of-type(2) {
    padding-left: 0;
  }
  .sony-cloumn h2 {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
  }
  .sony-product-size {
    padding: 30px 0;
  }
  .sony-product-size h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .sony-product-size .size-list {
    flex-direction: column;
  }
  .sony-product-size .size-list .size-item p {
    padding: 25px 0;
  }
  .sony-product-size .unit {
    margin-top: 0;
  }
  .product-table {
    padding: 20px 0;
  }
  .product-table h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .product-table table {
    min-width: 650px;
  }
  .product-table table .product-name {
    width: 75px;
    margin-top: 10px;
  }
  .product-table table .product-name.spec {
    width: 140px;
  }
  .product-table table tr {
    border-bottom: 1px solid #D8D8D8;
  }
  .product-table table tr td:first-child,
  .product-table table tr th:first-child {
    padding-right: 10px;
    font-size: 18px;
  }
  .product-table table tr th > img {
    width: 160px;
  }
  .product-table table td,
  .product-table table th {
    padding: 15px 8px;
    font-size: 12px;
  }
  .product-table table td b,
  .product-table table th b {
    font-size: 14px;
  }
}
