/*!
 * default.css
 * createdAt: 2016.06.28
 * updatedAt: 2016.07.06
 */

/*========================================

  Reset

========================================*/
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,p {margin:0;}
strong {font-weight:500;}
em {font-style:normal;}


/*========================================

  html & body

========================================*/
.win > * { font-weight: 500; }

html {
  font-family: YuGothic,'Yu Gothic',
    '\6E38\30B4\30B7\30C3\30AF',
    '\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33',
    'Hiragino Kaku Gothic Pro',
    '\30E1\30A4\30EA\30AA',Meiryo,
    '\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF',
    Verdana,'Droid Sans',sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

.ie-legacy body {
  min-width: 960px;
}

a.hover {
  -webkit-transition: opacity 0.2s !important;
  -moz-transition: opacity 0.2s !important;
  transition: opacity 0.2s !important;
}
a.hover:hover {
  opacity: 0.8;
}

.b64 { display: none; }
@media (max-width: 640px) {
  .b64 { display: block; }
  .nb64 { display: none; }
  a.hover {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  a.hover:hover {
    opacity: 1;
  }
}

.b34 { display: none; }
@media (max-width: 320px) {
  .b34 { display: block; }
  .nb34 { display: none; }
}


/*========================================

  header

========================================*/
header {
  margin: 0 auto;
  max-width: 1980px;
  background: #fff;
  overflow: hidden;
}
header a {
  display: block;
}
header img {
  width: 100%;
  height: auto;
}
header .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
header h1 {
  padding: 24px 0 25px 30px;
  width: 111px;
  line-height: 0;
}
header h2 {
  position: absolute;
  top: 50%;
  right: -3px;
  margin-top: -32px;
  width: 92px;
  line-height: 0;
}
header nav {
  position: absolute;
  right: 0px;
  bottom: 0;
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
header li {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  margin-left: 10px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.08em;
}
header li:first-child {
  margin-left: 0;
}
header li a {
  padding: 0 12px 8px;
  white-space: nowrap;
  opacity: 0.55;
  border-bottom: 4px solid transparent;
  -webkit-transition: opacity 0.2s !important;
  -moz-transition: opacity 0.2s !important;
  transition: opacity 0.2s !important;
}
header li a:hover {
  opacity: 1;
  text-decoration: none;
}
header li.current a {
  opacity: 1;
  border-color: #90aacf;
}
header li a:before {
  content: '';
  display: block;
  margin: 0 auto 5px;
  padding-bottom: 26px;
  background-repeat: no-repeat;
  background-position: center center;
}
header li.dsc a:before {
  background-image: url(../img/nav_dsc@2x.png);
  background-size: 35px 23px;
}
header li.walkman a:before {
  margin-top: 1px;
  background-image: url(../img/nav_walkman@2x.png);
  background-size: 14px 25px;
}
header li.bravia a:before {
  background-image: url(../img/nav_bravia@2x.png);
  background-size: 35px 25px;
}
header li.bd a:before {
  background-image: url(../img/nav_bd@2x.png);
  background-size: 45px 22px;
}
header .small {
  display: none;
}

.ie-legacy header li.dsc a:before {
  background-image: url(../img/nav_dsc.png);
}
.ie-legacy header li.walkman a:before {
  background-image: url(../img/nav_walkman.png);
}
.ie-legacy header li.bravia a:before {
  background-image: url(../img/nav_bravia.png);
}
.ie-legacy header li.bd a:before {
  background-image: url(../img/nav_bd.png);
}

@media (max-width: 960px) {
  header h1 {
    padding: 24px 0 25px 30px;
    width: 11.5625%;
  }
  header h2 {
    right: 5px;
    margin-top: -3.3333%;
    width: 9.58333%;
  }
  header nav {
    right: 0%;
  }
  header li {
    font-size: 10px;
  }
  header .large {
    display: none;
  }
  header .small {
    display: inline;
  }
}
@media (max-width: 640px) {
  header h1 {
    padding: 21px 0 21px 20px;
    width: 80px;
  }
  header h2 {
    top: 6px;
    margin-top: 0;
    width: 62px;
  }
  header nav {
    position: static;
    background: #f0f0f0;
  }
  header li {
    margin-left: 0;
    width: 25%;
  }
  header li a {
    padding: 10px 2px 8px;
    border-width: 3px;
  }
  header li a:before {
    margin: 0 auto 10px;
  }
}
@media (max-width: 320px) {
  header h1 {
    width: 72px;
  }
  header h2 {
    top: 8px;
    width: 58px;
  }
  header li {
    font-size: 9px;
  }
}


/*========================================

  footer

========================================*/
footer {
  padding: 60px 0 40px;
}
footer small {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  color: #666;
}


/*========================================

  .s5-returnToTop

========================================*/
.s5-returnToTop {
  margin: 0;
}


/*========================================

  .btn

========================================*/
a.btn {
  display: block;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  padding: 15px 20px;
  font-size: 112.5%;
  line-height: 1.2;
  color: #fff;
  background: #7e95b5;
}
a.btn.inline {
  display: inline-block;
}
a.btn:hover {
  text-decoration: none;
}


/*========================================

  .mod-wrap

========================================*/
.mod-wrap {
  position: relative;
  margin: 0 auto;
  width: 95%;
  max-width: 1200px;
}
.mod-wrap:after {
  clear: both;
  display: block;
  content: '';
}

@media (max-width: 640px) {
  .mod-wrap {
    width: auto;
  }
}

.mod-wrap h1.ttl {
  margin: 20px 0 15px;
  text-align: center;
  font-size: 200%;
  font-weight: 400;
  line-height: 1.2;
  color: #666;
}
.win .mod-wrap h1.ttl {
  font-weight: 500;
}
.mod-container:after {
  clear: both;
  display: block;
  content: '';
}
.mod-item {
  position: relative;
  float: left;
  line-height: 0;
  background: #fff;
}
.mod-item a {
  position: relative;
  display: block;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.mod-item a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.mod-item a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43px;
  height: 43px;
  background-image: url(../img/link_arrow@2x.png);
  background-repeat: no-repeat;
  background-size: 43px 43px;
}
.ie-legacy .mod-item a:after {
  background-image: url(../img/link_arrow.png);
}
.mod-item a[target="_blank"]:after {
  width: 36px;
  height: 36px;
  background-image: url(../img/link_blank@2x.png);
  background-size: 36px 36px;
}
.ie-legacy .mod-item a[target="_blank"]:after {
  background-image: url(../img/link_blank.png);
}
.mod-item .img-box {
  background: #fff;
}
.mod-item img {
  width: 100%;
  height: auto;
}
.mod-item a[target="_blank"] .txt-box {
  padding-bottom: 40px !important;
}
.mod-item .txt-box h2,
.mod-item .txt-box h3 {
  font-size: 137.5%;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.05em;
  color: #6c7f9a;
}
.win .mod-item .txt-box h2,
.win .mod-item .txt-box h3 {
  font-weight: 500;
}
.mod-item .txt-box em {
  display: block;
  margin: 8px 0 0 0;
  font-size: 81.3%;
  line-height: 1.2;
  text-indent: -5px;
  letter-spacing: -0.06em;
  color: #666;
}
.mod-item .txt-box strong {
  position: absolute;
  box-sizing: border-box;
  text-align: right;
  display: block;
  left: 0;
  right: 0;
  bottom: 11px;
  padding: 10px 45px 0 17px;
  font-size: 75%;
  line-height: 1.1;
  color: #666;
}

@media (max-width: 960px) {
  .mod-item a:after {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .mod-item a[target="_blank"]:after {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
  }
  .mod-item .txt-box strong {
    /*text-align: left;
    font-size: 81.3%;*/
  }
}
@media (max-width: 640px) {
  .mod-wrap {
    width: auto;
  }
  .mod-wrap h1.ttl {
    margin: 35px 0 20px;
    font-size: 156.3%;
    font-weight: 700;
    color: #262626;
  }
  .mod-item a {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .mod-item a:after {
    width: 43px;
    height: 43px;
    background-size: 43px 43px;
  }
  .mod-item a[target="_blank"]:after {
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
  }
  .mod-item a:hover {
    opacity: 1;
  }
  .mod-item .txt-box {
    padding: 15px 15px 20px !important;
  }
  .mod-item .txt-box h2 {
    font-size: 118.8%;
    line-height: 1.4;
  }
  .mod-item .txt-box em {
    font-size: 68.8%;
  }
}
@media (max-width: 480px) {
  .mod-wrap h1.ttl {
    font-size: 143.8%;
  }
}
@media (max-width: 320px) {
  .mod-wrap h1.ttl {
    font-size: 137.5%;
  }
}

/*----------------------------------------
  .mod-wrap-A
----------------------------------------*/
.mod-wrap-A .mod-container {
  margin-left: -0.4166667%;
}
.mod-wrap-A .mod-item {
  margin: 0.4149677% 0 0 0.4149677%;
}
.mod-wrap-A .ss-visible {
  display: none;
}
.mod-item-A0 {
  width: auto;
}
.mod-item-A0 a {
  display: table;
  width: 100%;
}
.mod-item-A0 .img-box {
  display: table-cell;
  width: 75%;
}
.mod-item-A0 .txt-box {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 1.6666% 2.2222%;
  width: 25%;
}
.mod-item-A1 {
  width: 100%;
  max-width:1200px;
}
.mod-item-A1 .txt-box {
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  padding: 1.6666% 2.2222%;
  width: 100%;
  background: url(../img/txt_box_bg.png);
}
.mod-item-A1 .txt-box h2,
.mod-item-A1 .txt-box em {
  color: #fff;
}
.mod-item-A2 {
  width: 24.4813278%;
  background: #fff;
}
.mod-item-A2 .txt-box {
  padding: 6.779661%;
}

.mod-item-A3 {
  width: 74.6887966%;
}
.mod-item-A3 .txt-box {
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  padding: 1.6666% 2.2222%;
  width: 100%;
  background: url(../img/txt_box_bg.png);
}
.mod-item-A3 .txt-box h2,
.mod-item-A3 .txt-box em {
  color: #fff;
}

@media (max-width: 640px) {
  .mod-wrap-A .ss-visible {
    display: block;
  }
  .mod-wrap-A .ss-hidden {
    display: none;
  }
  .mod-wrap-A .mod-item {
    margin: 0;
  }
  .mod-item-A0 a {
    display: block;
  }
  .mod-item-A0 .img-box {
    display: block;
    width: auto;
  }
  .mod-item-A0 .txt-box {
    display: block;
    width: auto;
  }
  .mod-item-A1 {
    width: 100%;
  }
  .mod-item-A1 a {
    background: #333;
  }
  .mod-item-A1 .txt-box {
    position: relative;
    width: auto;
    background: none;
  }
  .mod-item-A2 {
    width: 100%;
  }
  .mod-item-A3 {
    width: 100%;
  }
  .mod-item-A3 a {
    background: #333;
  }
  .mod-item-A3 .txt-box {
    position: relative;
    width: auto;
    background: none;
  }
}

/*----------------------------------------
  .mod-wrap-B
----------------------------------------*/
.mod-wrap-B .mod-container {
  margin-left: -0.3333334%;
}
.mod-wrap-B .mod-item {
  margin: 0.3322259% 0 0 0.3322259%;
}
.mod-item-B1 {
  width: 49.667774%;
}
.mod-item-B1 .txt-box {
  padding: 2.5083612% 3.3444816% 3.3444816%;
}
.mod-item-B2 {
  width: 32.9734219%;
}
.mod-item-B2 .txt-box {
  padding: 3.7783375% 5.0377833% 30px;
}
.mod-item-B3 {
  width: 24.667774%;
}
.mod-item-B3 .txt-box {
  padding: 5.050505% 6.7340067% 10.101010%;
}

@media (max-width: 640px) {
  .mod-wrap-B .mod-container {
    margin-left: 0;
  }
  .mod-wrap-B .mod-item {
    margin: 0;
  }
  .mod-item-B1 {
    width: 100%;
  }
  .mod-item-B2 {
    width: 100%;
  }
  .mod-item-B3 {
    width: 50%;
  }
}

/*----------------------------------------
  .mod-item-C
----------------------------------------*/
.mod-item.mod-item-C1 {
  margin: 0.6849315% 0 0 0.6849315%;
  width: 49.3150684%;
}
.mod-item.mod-item-C1 .txt-box {
  padding: 3.472222% 4.6296296% 4.6296296%;
}
.mod-item.mod-item-C {
  margin: 0.6849315% 0 0 0.6849315%;
  width: 32.6484018%;
}
.mod-item.mod-item-C .txt-box {
  padding: 5.2264808% 6.9686411% 6.9686411%;
}
.mod-item.mod-item-C1 .txt-box h2,
.mod-item.mod-item-C .txt-box h2 {
  font-size: 112.5%;
}


@media (max-width: 640px) {
  .mod-item.mod-item-C1,
  .mod-item.mod-item-C {
    margin: 0;
    width: 100%;
  }
}

/*----------------------------------------
  .mod-item-D
----------------------------------------*/
.mod-item.mod-item-D {
  float: none;
  display: table;
  margin: 5px 0 0;
  width: 100%;
}
.mod-item.mod-item-D .img-box {
  display: table-cell;
  vertical-align: middle;
  width: 45%;
  background: #eee;
}
.mod-item.mod-item-D .txt-box {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 5px 15px 10px;
}
.mod-item.mod-item-D .txt-box h3 {
  font-size: 87.5%;
}
.mod-item.mod-item-D .txt-box em {
  font-size: 75%;
}

/*----------------------------------------
  .mod-item-E
----------------------------------------*/
.mod-item.mod-item-E {
  float: none;
  margin: 5px 0 0;
}
.mod-item.mod-item-E .txt-box {
  padding: 10px 10px 15px 10px;
}
.mod-item.mod-item-E .txt-box h3 {
  font-size: 87.5%;
}
.mod-item.mod-item-E .txt-box em {
  font-size: 75%;
}

@media (max-width: 640px) {
  .mod-item.mod-item-E {
    margin: 0;
  }
}


/*----------------------------------------
  .mod-category
----------------------------------------*/
.mod-category .img-box {
  background: none;
}
.mod-category .txt-box h2,
.mod-category .txt-box h3,
.mod-category .txt-box em,
.mod-category .txt-box strong {
  color: #fff;
}
.mod-category.dsc a {
  background: #597aa9;
}
.mod-category.bravia a {
  background: #9c2e2e;
}
.mod-category.bd a {
  background: #2b2b2b;
}
.mod-category.walkman a {
  background: #ee87c6;
}
.mod-category.store a {
  background: #075eca;
}
.mod-category.mail a {
  background: #c4ebff;
}
.mod-category.campaign a {
  background: #003449;
}
.mod-category.mail .txt-box h2,
.mod-category.mail .txt-box h3,
.mod-category.mail .txt-box em,
.mod-category.mail .txt-box strong {
  color: #666;
}


/*----------------------------------------
  .mod-category
----------------------------------------*/
.side .owner_box {
    padding: 20px 25px 25px;
    color: #fff;
    border-top: solid 1px #b6c3cf;
    background: #6d809b;
}
.side .owner_box .ttl {
    font-size: 20px;
	font-size: 127%;
    font-weight: bold;
    line-height: 1.4;
	text-align: center;
}
.side .owner_box .txt {
    font-size: 14px;
	font-size: 87.3%;
    line-height: 1.71;

    margin: 20px 0 0;
}
.side .owner_box .enquete_btn {
    position: relative;

    height: 53px;
    margin: 20px auto 0;

    background: #fff;
    box-shadow: 0 1px 0 #627e98;
}
.side .owner_box .enquete_btn > a {
    display: block;

    text-decoration: none;
}
.side .owner_box .enquete_btn:after {
    position: absolute;
    top: 50%;
    right: 12px;

    display: block;

    width: 10px;
    height: 16px;
    margin-top: -8px;

    content: '';
}
.side .owner_box .enquete_btn p {
    font-size: 16px;
	font-size: 100%;
    font-weight: bold;
    line-height: 53px;

    text-align: center;

    color: #7e95b5;
}
.mod-item.owner_box a[target="_blank"]::after {
	background-image: none;
}