@charset "UTF-8";
@font-face {
  font-family: 'Museo Sans';
  src: url("../font/museosans/MuseoSansfordell-regular-final.eot");
  src: url("../font/museosans/MuseoSansfordell-regular-final.eot?#iefix") format("ie9-skip-eot"), url("../font/museosans/MuseoSansfordell-regular-final.woff") format("woff"), url("../font/museosans/MuseoSansfordell-regular-final.ttf") format("truetype");
}
@font-face {
  font-family: 'Museo Sans';
  src: url("../font/museosans/MuseoSansfordell-bold-final.eot");
  src: url("../font/museosans/MuseoSansfordell-bold-final.eot?#iefix") format("ie9-skip-eot"), url("../font/museosans/MuseoSansfordell-bold-final.woff") format("woff"), url("../font/museosans/MuseoSansfordell-bold-final.ttf") format("truetype");
  font-weight: bold;
}
body {
  font-family: 'Museo Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #444;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

a {
  color: #00447C;
  opacity: 1;
  -moz-transition: opacity 0.1s linear 0s;
  -webkit-transition: opacity 0.1s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.1s linear 0s;
}

a:hover {
  opacity: 0.6;
}

#contents {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 40px;
}

strong {
  font-weight: normal;
  color: #B7295A;
}

sup {
  vertical-align: top;
}

#lead {
  padding: 0 6%;
}
#lead .tit_area {
  display: table;
  margin: 0 0 30px;
}
#lead .logo {
  display: table-cell;
  width: 100px;
  padding: 0 30px 0 0;
  vertical-align: top;
}
#lead h1 {
  color: #0085C3;
  font-size: 38px;
  font-size: 3.8rem;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
}
#lead h1 span {
  display: inline-block;
}
#lead .txt_area {
  position: relative;
  margin: 0 0 1.5em;
}
#lead .txt_area .asterisk {
  color: #B7295A;
}
#lead .txt_area .note {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
#lead .link_area {
  zoom: 1;
  margin: 0 0 1.5em;
}
#lead .link_area:after {
  content: '';
  display: block;
  clear: both;
  height: 0px;
}
#lead .link_area .btn {
  max-width: 420px;
  width: 47.72727%;
}
#lead .link_area a {
  display: block;
  width: 100%;
  height: 0;
  padding: 19.04762% 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#lead .link_area .bluray {
  float: left;
}
#lead .link_area .bluray a {
  background-image: url('../img/btn_jump_bluray.png');
}
#lead .link_area .two-in-one {
  float: right;
}
#lead .link_area .two-in-one a {
  background-image: url('../img/btn_jump_2in1.png');
}

.section {
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 4.5% 6%;
  margin: 0 0 20px;
}
.section .more_info {
  display: table;
  margin: 1.5em 0 0;
}
.section .more_info .txt {
  display: table-cell;
  width: 270px;
  box-sizing: border-box;
  padding: 0 2em 0 0;
  vertical-align: middle;
  font-size: fs(13);
}
.section .more_info .shop {
  display: table-cell;
  vertical-align: middle;
}
.section .more_info .shop li {
  display: inline-block;
  margin: 0 2em 0.5em 0;
}

#bluray {
  border-color: #0085C3;
}
#bluray .tit_area {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 0 1em;
}
#bluray .tit_area:before {
  content: "";
  display: table-cell;
  width: 90px;
  height: 59px;
  background: url('../img/bluray_tit_icon.png') no-repeat 0 0;
  vertical-align: top;
}
#bluray .tit_area h2 {
  color: #0085C3;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
#bluray .tit_area .bluray_logo {
  display: table-cell;
  vertical-align: top;
  width: 55px;
  text-align: right;
}
#bluray .products {
  overflow: hidden;
  padding: 1em 0 2em;
}
#bluray .products li {
  float: left;
  width: 30.68182%;
  padding-left: 3.97727%;
}
#bluray .products li:first-child {
  padding-left: 0;
}
#bluray .products .photo {
  margin: 0 0 10px;
}
#bluray .products .photo img {
  width: 100%;
  height: auto;
}
#bluray .products .series {
  color: #0085C3;
  line-height: 1.5;
  margin: 0 0 1em;
}
#bluray .products .series .name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
#bluray .products .intro {
  font-size: 12px;
  font-size: 1.2rem;
}
#bluray .products .intro p {
  text-align: justify;
}
#bluray .link a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 11.36364%;
  background: url('../img/bluray_btn_cp.png') no-repeat 0 0;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
#bluray .link .date,
#bluray .link .txt {
  display: inline;
}

#two-in-one {
  border-color: #CE1126;
}
#two-in-one .tit_area {
  display: table;
  width: 100%;
  margin: 0 0 1em;
}
#two-in-one .tit_area:before {
  content: "";
  display: table-cell;
  width: 79px;
  height: 60px;
  background: url('../img/2in1_tit_icon.png') no-repeat 0 0;
  vertical-align: top;
}
#two-in-one .tit_area h2 {
  color: #CE1126;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px 0 20px;
}
#two-in-one .products {
  overflow: hidden;
  padding: 1em 0 2em;
}
#two-in-one .products li {
  float: left;
  width: 36.36364%;
  padding: 0 6.81818%;
}
#two-in-one .products .photo {
  margin: 0 0 10px;
}
#two-in-one .products .photo img {
  width: 100%;
  height: auto;
}
#two-in-one .products .series {
  color: #CE1126;
  line-height: 1.5;
  margin: 0 0 1em;
}
#two-in-one .products .series .name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
#two-in-one .products .series .name br {
  display: none;
}
#two-in-one .products .intro {
  font-size: 12px;
  font-size: 1.2rem;
}
#two-in-one .products .intro p {
  text-align: justify;
}
#two-in-one .link a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 11.36364%;
  background: url('../img/2in1_btn_cp.png') no-repeat 0 0;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
#two-in-one .link .date,
#two-in-one .link .txt {
  display: inline;
}

#support .tit_area {
  display: table;
  width: 100%;
  margin: 0 0 1em;
}
#support .tit_area:before {
  content: "";
  display: table-cell;
  width: 64px;
  height: 64px;
  background: url('../img/support_tit_icon.png') no-repeat 0 0;
  vertical-align: top;
}
#support .tit_area .tit_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px 0 20px;
}
#support .tit_area h2 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #7AB800;
  font-weight: bold;
  line-height: 1.4;
}
#support .tit_area .sub {
  font-size: 24px;
  font-size: 2.4rem;
}
#support .tit_area .sub span {
  display: inline-block;
  background: #CE1126;
  color: #fff;
  border-radius: 5px;
  padding: 0.6em 2em;
  margin: 0 0 0 0.2em;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle;
  -webkit-font-smoothing: subpixel-antialiased;
}
#support .tit_area .sub strong {
  font-weight: bold;
  color: #CE1126;
}
#support .reason {
  overflow: hidden;
  margin: 40px 0 35px;
}
#support .reason li {
  width: 30.79545%;
  float: left;
  padding-left: 3.75%;
}
#support .reason li:first-child {
  padding-left: 0;
}
#support .reason .tit {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  width: 100%;
  max-width: 271px;
  height: 0;
  padding-top: 22.14022%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  margin: 0 0 20px;
}
#support .reason .tit div {
  display: inline;
}
#support .reason .txt_area {
  font-size: 12px;
  font-size: 1.2rem;
}
#support .reason .reason01 .tit {
  background-image: url('../img/support_01_tit.png');
}
#support .reason .reason02 .tit {
  background-image: url('../img/support_02_tit.png');
}
#support .reason .reason03 .tit {
  background-image: url('../img/support_03_tit.png');
}
#support .detail {
  position: relative;
}
#support .detail h3 {
  color: #7AB800;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 0.5em;
}
#support .detail table {
  box-sizing: border-box;
  max-width: 645px;
  width: 100%;
  border: 1px solid #7AB800;
}
#support .detail th, #support .detail td {
  width: 25%;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
#support .detail th {
  color: #fff;
  background: #7AB800;
  font-size: 11px;
  font-size: 1.1rem;
}
#support .detail td {
  padding: 1em 0.5em;
  line-height: 1.5;
  border-left: 1px solid #7AB800;
}
#support .detail strong {
  color: #CE1126;
}
#support .detail td.dell {
  border-left: none;
}
#support .detail tr.cat th {
  padding: 1em;
  border-left: 1px solid #fff;
}
#support .detail tr.cat th:first-child {
  border-left: none;
}
#support .detail tr.tel01 th {
  border-top: 1px solid #fff;
  width: 16%;
}
#support .detail tr.tel01 th:first-child {
  border-right: 1px solid #fff;
  width: 9%;
}
#support .detail tr.tel01 td {
  font-size: 12px;
  font-size: 1.2rem;
}
#support .detail tr.tel01 td.dell {
  font-size: 14px;
  font-size: 1.4rem;
}
#support .detail tr.tel01 td.dell strong {
  font-weight: bold;
}
#support .detail tr.tel02 th {
  border-top: 1px solid #fff;
  width: 16%;
}
#support .detail tr.tel02 td {
  border-top: 1px solid #7AB800;
}
#support .detail tr.tel03 th {
  border-top: 1px solid #fff;
  width: 16%;
}
#support .detail tr.tel03 td {
  border-top: 1px solid #7AB800;
}
#support .detail tr.repair th {
  border-top: 1px solid #fff;
}
#support .detail tr.repair td {
  border-top: 1px solid #7AB800;
}
#support .detail .notes {
  position: absolute;
  width: 200px;
  right: 0;
  bottom: 0;
  font-size: 11px;
  font-size: 1.1rem;
}
#support .detail .notes dl {
  overflow: hidden;
}
#support .detail .notes dt {
  width: 1.5em;
  float: left;
  clear: left;
}
#support .detail .notes dd {
  padding-left: 1.5em;
}

#office {
  margin-bottom: 0;
}
#office .tit_area {
  margin: 0 0 1em;
}
#office .tit_area h2 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #FF7700;
  font-weight: bold;
  line-height: 1.4;
}
#office .lead {
  margin: 0 0 1.8em;
}
#office .img_area {
  zoom: 1;
}
#office .img_area:after {
  content: '';
  display: block;
  clear: both;
  height: 0px;
}
#office .img_area .img {
  max-width: 645px;
  width: 100%;
  float: left;
  background: url('../img/office_img.png') no-repeat 0 0;
  background-size: cover;
}
#office .img_area .img:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 47.5969%;
}
#office .img_area .img img {
  display: none;
}
#office .img_area .txt_area {
  width: 200px;
  float: right;
}
#office .img_area .txt_area p {
  line-height: 1.5;
}
#office .img_area .notes {
  margin: 2.5em 0 0;
  font-size: 11px;
  font-size: 1.1rem;
}
#office .img_area .notes li {
  position: relative;
  padding-left: 0.8em;
}
#office .img_area .notes li:before {
  content: "*";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#office .img_area .notes dl {
  overflow: hidden;
}
#office .img_area .notes dt {
  width: 2em;
  float: left;
  clear: left;
}
#office .img_area .notes dd {
  padding-left: 2em;
}

#footer {
  background: #eee;
  min-width: 1120px;
}
#footer .inner {
  margin: 0 auto;
  width: 1000px;
  max-width: 1000px;
  box-sizing: border-box;
  padding: 30px 60px 20px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #888;
}
#footer .notes {
  text-align: justify;
  margin: 0 0 25px;
}
#footer .logo {
  text-align: center;
}
#footer .logo a {
  opacity: 1;
}
#footer .logo img {
  margin: 0 auto;
}
#footer .copyright {
  margin: 10px 0 0;
  text-align: center;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  #lead .link_area .bluray a {
    background-image: url('../img/btn_jump_bluray@2x.png');
  }
  #lead .link_area .two-in-one a {
    background-image: url('../img/btn_jump_2in1@2x.png');
  }

  #bluray .tit_area:before {
    background-image: url('../img/bluray_tit_icon@2x.png');
    background-size: 90px;
  }
  #bluray .link a {
    background-image: url('../img/bluray_btn_cp@2x.png');
  }

  #two-in-one .tit_area:before {
    background-image: url('../img/2in1_tit_icon@2x.png');
    background-size: 79px;
  }
  #two-in-one .link a {
    background-image: url('../img/2in1_btn_cp@2x.png');
  }

  #support .tit_area:before {
    background-image: url('../img/support_tit_icon@2x.png');
    background-size: 64px;
  }
  #support .reason .reason01 .tit {
    background-image: url('../img/support_01_tit@2x.png');
  }
  #support .reason .reason02 .tit {
    background-image: url('../img/support_02_tit@2x.png');
  }
  #support .reason .reason03 .tit {
    background-image: url('../img/support_03_tit@2x.png');
  }
}
@media screen and (max-width: 1120px) {
  #contents {
    box-sizing: border-box;
    width: 100%;
    padding-right: 5.35714%;
    padding-left: 5.35714%;
  }

  #support .detail table {
    max-width: 100%;
  }
  #support .detail .notes {
    margin: 1em 0 0;
    position: static;
    width: 100%;
  }

  #office .img_area .img {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  #office .img_area .txt_area {
    width: 100%;
    float: none;
    margin: 1em 0 0;
  }

  #footer {
    min-width: 0;
  }
  #footer .inner {
    width: 100%;
    padding-right: 6%;
    padding-left: 6%;
  }
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }

  .sp_view {
    display: block;
  }

  #lead {
    max-width: 600px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: block;
  }
  #lead .logo {
    width: 50px;
    padding: 0 20px 0 0;
  }
  #lead .logo img {
    width: 100%;
    height: auto;
  }
  #lead h1 {
    font-size: 35px;
    font-size: 3.5rem;
  }
  #lead .txt_area .note {
    position: static;
    margin: 1em 0 0;
  }
  #lead .link_area .btn {
    max-width: 100%;
    width: 100%;
    float: none !important;
    margin: 0 0 0.5em;
  }
  #lead .link_area a {
    box-sizing: border-box;
    height: auto;
    text-indent: 0;
    white-space: normal;
    overflow: auto;
    font-size: inherit;
    color: #fff;
    padding: 1em 2.5em 1em 1.5em;
    text-align: center;
    font-size: 1.8rem;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    border-radius: 5px;
  }
  #lead .link_area a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8em 0.5em 0 0.5em;
    border-color: #fff transparent transparent transparent;
    top: 50%;
    right: 1em;
    margin-top: -0.4em;
  }
  #lead .link_area .bluray a {
    background: #0085C3;
  }
  #lead .link_area .two-in-one a {
    background: #CE1126;
  }

  .section .more_info {
    display: block;
  }
  .section .more_info .txt {
    display: block;
    width: 100%;
    padding: 0;
  }
  .section .more_info .txt br {
    display: none;
  }
  .section .more_info .shop {
    display: block;
    margin: 1em 0;
    text-align: center;
  }
  .section .more_info .shop li {
    display: inline-block;
    margin: 0.5em 0.5em 0;
  }

  #bluray .tit_area:before {
    display: none;
  }
  #bluray .tit_area h2 {
    padding-left: 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  #bluray .tit_area .bluray_logo img {
    width: 100%;
    height: auto;
  }
  #bluray .products li {
    width: 100%;
    padding-left: 0;
    margin: 2em 0 0;
  }
  #bluray .products li:first-child {
    margin-top: 0;
  }
  #bluray .products .photo {
    max-width: 270px;
    margin: 0 auto 10px;
  }
  #bluray .link a {
    height: auto;
    text-indent: 0;
    white-space: normal;
    overflow: auto;
    font-size: inherit;
    padding: 1em;
    background: #0085C3;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 5px;
  }
  #bluray .link .date,
  #bluray .link .txt {
    display: block;
  }
  #bluray .link .date {
    background: #fff;
    color: #0085C3;
    text-align: center;
    border-radius: 3px;
    margin: 0 0 0.5em;
  }
  #bluray .link .txt {
    position: relative;
    padding-right: 2em;
  }
  #bluray .link .txt:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5em 0 0.5em 0.8em;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.4em;
  }

  #two-in-one .tit_area:before {
    display: none;
  }
  #two-in-one .tit_area h2 {
    padding-left: 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  #two-in-one .products li {
    width: 100%;
    padding-left: 0;
    margin: 2em 0 0;
  }
  #two-in-one .products li:first-child {
    margin-top: 0;
  }
  #two-in-one .products .photo {
    max-width: 320px;
    margin: 0 auto 10px;
  }
  #two-in-one .products .series .name br {
    display: block;
  }
  #two-in-one .link a {
    height: auto;
    text-indent: 0;
    white-space: normal;
    overflow: auto;
    font-size: inherit;
    padding: 1em;
    background: #CE1126;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 5px;
  }
  #two-in-one .link .date,
  #two-in-one .link .txt {
    display: block;
  }
  #two-in-one .link .date {
    background: #fff;
    color: #CE1126;
    text-align: center;
    border-radius: 3px;
    margin: 0 0 0.5em;
  }
  #two-in-one .link .txt {
    position: relative;
    padding-right: 2em;
  }
  #two-in-one .link .txt:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5em 0 0.5em 0.8em;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.4em;
  }

  #support .tit_area {
    display: block;
  }
  #support .tit_area:before {
    display: none;
  }
  #support .tit_area .tit_inner {
    display: block;
    padding: 0;
  }
  #support .tit_area h2 {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: justify;
  }
  #support .tit_area .sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #support .tit_area .sub span {
    padding: 0.6em 1.2em;
  }
  #support .reason {
    margin: 0 0 2em;
  }
  #support .reason li {
    width: 100%;
    padding-left: 0;
    float: none;
    margin-top: 2em;
  }
  #support .reason .tit {
    background: none !important;
    text-indent: 0;
    white-space: normal;
    overflow: auto;
    font-size: inherit;
    max-width: 100%;
    height: auto;
    padding-top: 0;
    margin: 0 0 1em;
    border-bottom: 1px solid #7AB800;
  }
  #support .reason .tit .num {
    display: inline-block;
    background: #7AB800;
    padding: 0.3em 1.2em;
    margin: 0 0 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 1.2rem;
  }
  #support .reason .tit .txt {
    display: block;
    font-size: 1.6rem;
    padding: 0 0 0.5em;
  }

  #office .img_area .img {
    background: none;
  }
  #office .img_area .img:before {
    display: none;
  }
  #office .img_area .img img {
    display: block;
    width: 100%;
    height: auto;
  }
}
