<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap');

/*================================================
 Base
=================================================*/
/*--------------------------------------
 Base / Wrapper
--------------------------------------*/
.spWrapper {
  font-size: 16px;
  line-height: 1.8;
  padding: 0 20px 40px;
}
@media only screen and (min-width: 768px) {
  .spWrapper {
    max-width: 1240px;
    font-size: 15px;
    margin: 0 auto;
  }
}
/*================================================
 Layout
=================================================*/
/*--------------------------------------
 Layout / Header New
--------------------------------------*/
/* -------------
PC
------------- */
@media screen and (max-width:1500px){:root {--font-ratio:1.0000000000}}
@media screen and (max-width:1475px){:root {--font-ratio:0.9833333333}}
@media screen and (max-width:1450px){:root {--font-ratio:0.9666666667}}
@media screen and (max-width:1425px){:root {--font-ratio:0.9500000000}}
@media screen and (max-width:1400px){:root {--font-ratio:0.9333333333}}
@media screen and (max-width:1375px){:root {--font-ratio:0.9166666667}}
@media screen and (max-width:1350px){:root {--font-ratio:0.9000000000}}
@media screen and (max-width:1325px){:root {--font-ratio:0.8833333333}}
@media screen and (max-width:1300px){:root {--font-ratio:0.8666666667}}
@media screen and (max-width:1275px){:root {--font-ratio:0.8500000000}}
@media screen and (max-width:1250px){:root {--font-ratio:0.8333333333}}
@media screen and (max-width:1225px){:root {--font-ratio:0.8166666667}}
@media screen and (max-width:1200px){:root {--font-ratio:0.8000000000}}
@media screen and (max-width:1175px){:root {--font-ratio:0.7833333333}}
@media screen and (max-width:1150px){:root {--font-ratio:0.7666666667}}
@media screen and (max-width:1125px){:root {--font-ratio:0.7500000000}}
@media screen and (max-width:1100px){:root {--font-ratio:0.7333333333}}
@media screen and (max-width:1075px){:root {--font-ratio:0.7166666667}}
@media screen and (max-width:1050px){:root {--font-ratio:0.7000000000}}
@media screen and (max-width:1025px){:root {--font-ratio:0.6833333333}}
@media screen and (max-width:1000px){:root {--font-ratio:0.6666666667}}
@media screen and (max-width:975px){:root{--font-ratio:0.6500000000}}
@media screen and (max-width:950px){:root {--font-ratio:0.6333333333}}
@media screen and (max-width:925px){:root {--font-ratio:0.6166666667}}
@media screen and (max-width:900px){:root {--font-ratio:0.6000000000}}
@media screen and (max-width:875px){:root {--font-ratio:0.5833333333}}
@media screen and (max-width:850px){:root {--font-ratio:0.5666666667}}
@media screen and (max-width:825px){:root {--font-ratio:0.5500000000}}
@media screen and (max-width:800px){:root {--font-ratio:0.5333333333}}
@media screen and (max-width:768px){:root {--font-ratio:0.5188666667}}

/* -------------
sp
------------- */
@media screen and (max-width:767px){:root {--font-ratio:2.150555556}}
@media screen and (max-width:760px){:root {--font-ratio:2.111111111}}
@media screen and (max-width:735px){:root {--font-ratio:2.041666667}}
@media screen and (max-width:710px){:root {--font-ratio:1.972222222}}
@media screen and (max-width:685px){:root {--font-ratio:1.902777778}}
@media screen and (max-width:660px){:root {--font-ratio:1.833333333}}
@media screen and (max-width:635px){:root {--font-ratio:1.763888889}}
@media screen and (max-width:610px){:root {--font-ratio:1.694444444}}
@media screen and (max-width:585px){:root {--font-ratio:1.625000000}}
@media screen and (max-width:560px){:root {--font-ratio:1.555555556}}
@media screen and (max-width:535px){:root {--font-ratio:1.486111111}}
@media screen and (max-width:510px){:root {--font-ratio:1.416666667}}
@media screen and (max-width:485px){:root {--font-ratio:1.347222222}}
@media screen and (max-width:460px){:root {--font-ratio:1.277777778}}
@media screen and (max-width:435px){:root {--font-ratio:1.208333333}}
@media screen and (max-width:410px){:root {--font-ratio:1.138888889}}
@media screen and (max-width:385px){:root {--font-ratio:1.069444444}}
@media screen and (max-width:375px){:root {--font-ratio:1}}
.c5-title img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
}
@media screen and (min-width:768px){
  .c5-title {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .c5-title .c5-title-img {
    width: auto;
    margin-top: 28px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width:992px){
  .c5-title {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.c5-title-img:hover {
  opacity: 0.6;
}
@media screen and (max-width:767px){
  .c5-title {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
  }
  .c5-title .c5-title-img {
    width: calc(230px * var(--font-ratio));
    margin-top: calc(30px * var(--font-ratio));
    margin-bottom: calc(16px * var(--font-ratio));
  }
}
/*--------------------------------------
 Layout / Header
--------------------------------------*/
.spWrapper .spHeader {
  padding: 10px 0;
}
.spWrapper .spHeader &gt; * {
  position: relative;
  font-size: 16px;
  padding-left: 40px;
}
.spWrapper .spHeader &gt; *::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 26px;
  height: 20px;
  margin: auto;
}
.spWrapper.coi-camera .spHeader &gt; *::before {
  background: url(/xperia/special/camera/assets/img/ic-camera.jpg) center center no-repeat;
  background-size: 26px 20px;
}
.spWrapper.coi-game .spHeader &gt; *::before {
  background: url(/xperia/special/game/assets/img/ic-game.jpg) center center no-repeat;
  background-size: 26px 20px;
}
.spWrapper.coi-contents .spHeader &gt; *::before {
  background: url(/xperia/special/sound/assets/img/ic-contents.jpg) center center no-repeat;
  background-size: 26px 20px;
}
.spWrapper .spHeader &gt; * &gt; img {
  width: auto !important;
  height: 29px;
}
@media screen and (min-width: 768px) {
  .spWrapper .spHeader {
    padding: 21px 0;
  }
  .spWrapper .spHeader &gt; * {
    padding-left: 55px;
  }
  .spWrapper.coi-camera .spHeader &gt; *::before,
  .spWrapper.coi-game .spHeader &gt; *::before,
  .spWrapper.coi-contents .spHeader &gt; *::before {
    width: 39px;
    height: 30px;
    background-size: 39px 30px;
  }
  .spWrapper .spHeader &gt; * &gt; img {
    height: 38px;
  }
}
/*--------------------------------------
 Layout / Container
--------------------------------------*/
.spWrapper .spSide {
  margin-top: 40px;
}
.spWrapper .spSide img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .spWrapper .spContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .spWrapper .spContainer &gt; * {
    display: table-cell;
    vertical-align: top;
  }
  .spWrapper .spMain {
    width: 69.96%;
    padding-right: 3.2934%;
    margin-top: 0;
  }
  .spWrapper .spSide {
    width: 30.04%;
    padding-left: 3.291%;
    margin-top: 0;
    border-left: 1px solid #ccc;
  }
  .spWrapper .spSidee a:hover,
  .spWrapper .spSidee a:focus {
    color: #006169;
  }
  .spWrapper .spSidee a:hover img,
  .spWrapper .spSidee a:focus img {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
  }
}

/*================================================
 Main
=================================================*/
/*--------------------------------------
 Main / Hero
--------------------------------------*/
.spWrapper .spMainHero {
  margin: 0 -20px;
  overflow: hidden;
}
.spWrapper .spMainHero_img &gt; img {
  width: 100%;
}
.spWrapper .spMainHero_content {
  padding: 0 20px;
}
.spWrapper .spMainHero_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5 !important;
  margin: 10px 0 0 !important;
}
.spWrapper .spMainHero_read {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 !important;
}
.spWrapper .spMainHero_model {
  font-size: 0;
  margin-top: 5px;
}
.spWrapper .spMainHero_model &gt; * {
  display: inline-block;
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 0 5px;
  margin: 5px 5px 0 0 !important;
  background-color: #eee;
}
.spWrapper .spMainHero_info {
  font-size: 0;
  margin-top: 10px;
}
.spWrapper .spMainHero_info &gt; * {
  display: inline-block;
  vertical-align: middle;
}
.spWrapper .spMainHero_info_tag {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  padding: 0 5px;
  margin: 0 10px 0 0 !important;
  border: 1px solid #707070;
  border-radius: 3px;
}
.spWrapper .spMainHero_info_date {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0 !important;
}
@media only screen and (min-width: 768px) {
  .spWrapper .spMainHero {
    margin: 0;
  }
  .spWrapper .spMainHero_content {
    padding: 0;
  }
  .spWrapper .spMainHero_title {
    font-size: 28px;
    margin-top: 20px !important;
  }
  .spWrapper .spMainHero_read {
    font-size: 28px;
  }
  .spWrapper .spMainHero_model &gt; * {
    line-height: 24px;
  }
  .spWrapper .spMainHero_info {
    margin-top: 15px;
  }
  .spWrapper .spMainHero_info_tag {
    font-size: 14px;
    line-height: 18px;
  }
  .spWrapper .spMainHero_info_date {
    font-size: 16px;
    line-height: 20px;
  }
}
/*--------------------------------------
 Main / Table of contents
--------------------------------------*/
.spWrapper .spMainToc {
  padding: 10px 20px 20px;
  margin-top: 40px;
}
.spWrapper.coi-camera .spMainToc {
  background-color: #eaf1fe;
}
.spWrapper.coi-game .spMainToc {
  background-color: #fce6f6;
}
.spWrapper.coi-contents .spMainToc {
  background-color: #e6f6ef;
}
.spWrapper .spMainToc &gt; p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  margin: 0 !important;
}
.spWrapper .spMainToc &gt; ul {
  list-style-type: none;
  padding: 0 !important;
  margin: 5px 0 0 0 !important;
  border-top: 1px solid #fff;
}
.spWrapper .spMainToc &gt; ul &gt; li {
  border-bottom: 1px solid #fff;
}
.spWrapper .spMainToc &gt; ul &gt; li &gt; a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding: 8px 20px 7px 30px;
}
.spWrapper .spMainToc &gt; ul &gt; li &gt; a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 12px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .spWrapper .spMainToc &gt; ul &gt; li &gt; a:hover,
  .spWrapper .spMainToc &gt; ul &gt; li &gt; a:focus {
    color: #006169;
  }
  .spWrapper .spMainToc &gt; ul &gt; li &gt; a:hover:before,
  .spWrapper .spMainToc &gt; ul &gt; li &gt; a:focus:before {
    border-color: #006169;
  }
}
/*--------------------------------------
 Main / Sns
--------------------------------------*/
.spWrapper .spMainSns {
  margin-top: 30px;
}
.spWrapper .spMainSns &gt; ul {
  font-size: 0;
  text-align: center;
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
}
.spWrapper .spMainSns &gt; ul &gt; li {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
.spWrapper .spMainSns &gt; ul &gt; li &gt; a {
  display: block;
  padding: 5px 0;
}
.spWrapper .spMainSns-x {
  background-color: #000;
}
.spWrapper .spMainSns-tw {
  background-color: #2ca7e0;
}
.spWrapper .spMainSns-fb {
  /* background-color: #3b579d; */
  background-color: #0866ff;
}
.spWrapper .spMainSns &gt; ul &gt; li &gt; a &gt; img {
  width: 23px !important;
}
@media only screen and (min-width: 768px) {
  .spWrapper .spMainSns {
    max-width: 360px;
    margin: 40px auto 0;
  }
  .spWrapper .spMainSns &gt; ul &gt; li &gt; a:hover,
  .spWrapper .spMainSns &gt; ul &gt; li &gt; a:focus {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
  }
}
/*--------------------------------------
 Main / Footer Category
--------------------------------------*/
.spWrapper .spFooterCat {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .spWrapper .spFooterCat {
    margin-top: 40px;
  }
  .spWrapper .spFooterCat a:hover,
  .spWrapper .spFooterCat a:focus {
    color: #006169;
    border-color: #006169;
  }
}
/* Main / Footer Category / Link
--------------------------- */
.spWrapper .spFooterCat_link &gt; a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
}
.spWrapper.coi-camera .spFooterCat_link &gt; a {
  background-color: #3377ee;
}
.spWrapper.coi-game .spFooterCat_link &gt; a {
  background-color: #dd11aa;
}
.spWrapper.coi-contents .spFooterCat_link &gt; a {
  background-color: #11aa66;
}
.spWrapper .spFooterCat_link &gt; a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .spWrapper .spFooterCat_link &gt; a:hover,
  .spWrapper .spFooterCat_link &gt; a:focus {
    color: #fff !important;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
  }
}
/* Main / Footer Category / Nav
--------------------------- */
.spWrapper .spFooterCat_nav {
  padding: 15px;
  margin: 40px -20px 0;
  background-color: #f5f5f5;
  overflow: hidden;
}
.spWrapper.coi-camera .spFooterCat_nav {
  background-color: #eaf1fe;
}
.spWrapper.coi-game .spFooterCat_nav {
  background-color: #fce6f6;
}
.spWrapper.coi-contents .spFooterCat_nav {
  background-color: #e6f6ef;
}
.spWrapper .spFooterCat_nav &gt; h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1 !important;
  margin: 0 !important;
}
.spWrapper .spFooterCat_nav &gt; ul {
  font-size: 0;
  text-align: center;
  list-style-type: none;
  padding: 0 !important;
  margin: 0 -10px 0 0 !important;
}
.spWrapper .spFooterCat_nav &gt; ul &gt; li {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.spWrapper .spFooterCat_nav &gt; ul &gt; li &gt; a {
  display: block;
  position: relative;
  min-width: 56px;
  color: #333;
  font-size: 12px;
  line-height: 40px;
  padding: 0 15px;
  background-color: #fff;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .spWrapper .spFooterCat_nav {
    padding: 2%;
    margin: 40px 0 0;
  }
  .spWrapper .spFooterCat_nav &gt; ul &gt; li &gt; a {
    padding: 0 10px;
  }
  .spWrapper.coi-camera .spFooterCat_nav &gt; ul &gt; li &gt; a:hover,
  .spWrapper.coi-camera .spFooterCat_nav &gt; ul &gt; li &gt; a:focus {
    color: #3377ee;
  }
  .spWrapper.coi-game .spFooterCat_nav &gt; ul &gt; li &gt; a:hover,
  .spWrapper.coi-game .spFooterCat_nav &gt; ul &gt; li &gt; a:focus {
    color: #dd11aa;
  }
  .spWrapper.coi-contents .spFooterCat_nav &gt; ul &gt; li &gt; a:hover,
  .spWrapper.coi-contents .spFooterCat_nav &gt; ul &gt; li &gt; a:focus {
    color: #11aa66;
  }
  .spWrapper .spFooterCat_nav &gt; ul &gt; li &gt; a:hover:after,
  .spWrapper .spFooterCat_nav &gt; ul &gt; li &gt; a:focus:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
  }
  .spWrapper.coi-camera .spFooterCat_nav &gt; ul &gt; li &gt; a:hover:after,
  .spWrapper.coi-camera .spFooterCat_nav &gt; ul &gt; li &gt; a:focus:after {
    border: 2px solid #3377ee;
  }
  .spWrapper.coi-game .spFooterCat_nav &gt; ul &gt; li &gt; a:hover:after,
  .spWrapper.coi-game .spFooterCat_nav &gt; ul &gt; li &gt; a:focus:after {
    border: 2px solid #dd11aa;
  }
  .spWrapper.coi-contents .spFooterCat_nav &gt; ul &gt; li &gt; a:hover:after,
  .spWrapper.coi-contents .spFooterCat_nav &gt; ul &gt; li &gt; a:focus:after {
    border: 2px solid #11aa66;
  }
}

/*================================================
 Side
=================================================*/
/*--------------------------------------
 Side / PickUp
--------------------------------------*/
.spWrapper .spSidePickup {
  margin-bottom: 40px;
}
.spWrapper .spSidePickup &gt; h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1 !important;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .spWrapper .spSidePickup &gt; h2 {
    font-size: 28px;
  }
  .spWrapper .spSidePickup {
    margin-bottom: 60px;
  }
}
/* Side / PickUp / List
--------------------------- */
.spWrapper .spSidePickup_list {
  overflow: hidden;
}
.spWrapper .spSidePickup_list &gt; ul {
  font-size: 0;
  list-style-type: none;
  padding: 0 !important;
  margin: 10px -10px 0 !important;
}
.spWrapper .spSidePickup_list &gt; ul &gt; li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 10px;
  margin-top: 20px;
}
.spWrapper .spSidePickup_list &gt; ul &gt; li &gt; * {
  display: block;
  color: #333;
  line-height: 1.5;
}
.spWrapper .spSidePickup_item {
  display: block;
  color: #333;
}
.spWrapper .spSidePickup_item_ttl {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5 !important;
  margin: 10px 0 0 !important;
}
.spWrapper .spSidePickup_item_txt {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 !important;
}
.spWrapper .spSidePickup_item_model {
  font-size: 0;
}
.spWrapper .spSidePickup_item_model &gt; * {
  display: inline-block;
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  line-height: 15px;
  padding: 0 5px;
  margin: 4px 4px 0 0 !important;
  background-color: #eee;
}
.spWrapper .spSidePickup_item_info {
  font-size: 0;
  margin-top: 10px;
}
.spWrapper .spSidePickup_item_info &gt; * {
  display: inline-block;
}
.spWrapper .spSidePickup_info_tag {
  font-size: 10px;
  line-height: 14px;
  padding: 0 5px;
  margin: 0 !important;
  border: 1px solid #666;
  border-radius: 3px;
}
.spWrapper .spSidePickup_info_tag + .sidePickup_info_tag {
  margin-left: 5px !important;
}
/* .spWrapper .spSidePickup_info_tag-technologies {
  background-color: #3280be;
}
.spWrapper .spSidePickup_info_tag-gallery {
  background-color: #ff0000;
}
.spWrapper .spSidePickup_info_tag-article {
  background-color: #ffff00;
}
.spWrapper .spSidePickup_info_tag-review {
  background-color: #e9f6ff;
}
.spWrapper .spSidePickup_info_tag-event {
  background-color: #00a8b5;
}
.spWrapper .spSidePickup_info_tag-news {
  background-color: #f1f1f1;
} */
.spWrapper .spSidePickup_info_date {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  line-height: 16px;
  margin: 0 0 0 10px !important;
}
@media only screen and (min-width: 768px) {
  .spWrapper .spSidePickup_list &gt; ul {
    margin: -10px 0 0 !important;
  }
  .spWrapper .spSidePickup_list &gt; ul &gt; li {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .spWrapper .spSidePickup_item:hover,
  .spWrapper .spSidePickup_item:focus {
    color: #006169;
  }
  .spWrapper .spSidePickup_item_ttl,
  .spWrapper .spSidePickup_item_txt {
    font-size: 16px;
  }
  .spWrapper .spSidePickup_item_model &gt; * {
    font-size: 11px;
    line-height: 17px;
    margin: 5px 5px 0 0 !important;
  }
  .spWrapper .spSidePickup_item:hover .spSidePickup_item_model &gt; *,
  .spWrapper .spSidePickup_item:focus .spSidePickup_item_model &gt; * {
    color: #006169;
  }
  .spWrapper .spSidePickup_info_tag {
    font-size: 11px;
    line-height: 16px;
  }
  .spWrapper .spSidePickup_item:hover .spSidePickup_info_tag,
  .spWrapper .spSidePickup_item:focus .spSidePickup_info_tag {
    border-color: #006169;
  }
  .spWrapper .spSidePickup_info_date {
    font-size: 12px;
    line-height: 18px;
  }
}
/*--------------------------------------
 Side / CoiBaner
--------------------------------------*/
.spWrapper .spSideCoiBnr &gt; ul {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
}
.spWrapper .spSideCoiBnr &gt; ul &gt; li + li {
  margin-top: 20px;
}
.spWrapper .spSideCoiBnr &gt; ul &gt; li &gt; * {
  display: block;
}
@media only screen and (min-width: 768px) {
  .spWrapper .spSideCoiBnr &gt; ul &gt; li &gt; *:hover,
  .spWrapper .spSideCoiBnr &gt; ul &gt; li &gt; *:focus {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
  }
}
/*--------------------------------------
 Side / BlankBaner
--------------------------------------*/
.spWrapper .spSideBlankBnr {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #ccc;
}
.spWrapper .spSideBlankBnr &gt; ul {
  list-style-type: none;
  padding: 0 !important;
  margin: -20px 0 0 !important;
}
.spWrapper .spSideBlankBnr &gt; ul &gt; li {
  margin-top: 20px;
}
.spWrapper .spSideBlankBnr &gt; ul &gt; li &gt; * {
  display: block;
}
@media only screen and (min-width: 768px) {
  .spWrapper .spSideBlankBnr &gt; ul &gt; li &gt; *:hover,
  .spWrapper .spSideBlankBnr &gt; ul &gt; li &gt; *:focus {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
  }
}
/*--------------------------------------
 Side / SNS
--------------------------------------*/
.spWrapper .spSideSns {
  margin-top: 35px;
}
.spWrapper .spSideSns &gt; ul {
  font-size: 0;
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
}
.spWrapper .spSideSns &gt; ul &gt; li {
  display: inline-block;
  width: 33.3333%;
  vertical-align: middle;
}
.spWrapper .spSideSns &gt; ul &gt; li &gt; * {
  display: block;
  width: 32px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .spWrapper .spSideSns &gt; ul &gt; li &gt; *:hover,
  .spWrapper .spSideSns &gt; ul &gt; li &gt; *:focus {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
  }
}
/*--------------------------------------
 Side / Product
--------------------------------------*/
.spWrapper .spSideProduct {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #ccc;
  overflow: hidden;
}
.spWrapper .spSideProduct &gt; h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1 !important;
  margin: 0 !important;
}
.spWrapper .spSideProduct &gt; ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0 !important;
  margin: 0 -10px !important;
}
.spWrapper .spSideProduct &gt; ul &gt; li {
  width: calc(50% - 20px);
  text-align: center;
  margin: 20px 10px 0;
  background-color: #f5f5f5;
}
.spWrapper .spSideProduct &gt; ul &gt; li &gt; a {
  display: block;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  padding: 5px 5px 10px;
}
.spWrapper .spSideProduct &gt; ul &gt; li &gt; a &gt; p {
  margin: 10px 0 0 !important;
}
@media only screen and (min-width: 768px) {
  .spWrapper .spSideProduct &gt; h3 {
    font-size: 28px;
  }
  .spWrapper .spSideProduct &gt; ul &gt; li &gt; a:hover,
  .spWrapper .spSideProduct &gt; ul &gt; li &gt; a:focus {
    color: #006169;
  }
}

</pre></body></html>