@charset "UTF-8";

html{color:#000;background:#fff;}
body,div,section,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}

body{
  font-family:"Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size:100%;
	letter-spacing:0;
  line-height:1.428571429;
  font-feature-settings:"palt";
  -webkit-font-feature-settings:"palt";
	-webkit-text-size-adjust:100%;
	color:#000;
	background-color:#fff;
}

a {outline: none;}
a img {outline:none;}
a:focus, *:focus {outline:none;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:active{text-decoration:none;}
a:hover{
  text-decoration:none;
  opacity:0.7;
  transition:0.3s;
  filter: alpha(opacity=70);
  -ms-filter:"alpha(opacity=70)";
}
@media screen and (max-width:768px){
  a:hover{opacity:1;}
}
.is_pc{display:block!important;}
.is_sp{display:none!important;}
@media screen and (max-width:768px){
	.is_pc{display:none!important;}
	.is_sp{display:block!important;}
}

body section{
  font-feature-settings: "palt";
  letter-spacing: .05em;
}
@media screen and (min-width: 961px) {
  body {
    padding:80px 0 0px;
  }
}
@media screen and (max-width: 960px) {
  body {
    padding:0;/*50px 0 0 0;*/
  }
}
br.smicro {
  display: none;
}
@media screen and (max-width: 320px) {
  br.smicro {
    display: inline;
  }
}
#footFloat .footFloat_btn{
  font-size:14px;
}

#manual {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#manual .manual_buy {
  padding-left: 5%;
  width: 40%;
}
#spec .app_title {
  border: none;
  text-align: center;
  font-weight:700;
}
@media screen and (max-width: 480px){
  #manual {
    display: block;
  }
  #manual .manual_buy {
    padding-left: 0;
    width: 100%;
  }
}

/*main_contents*/
.main_contents{
  position:relative;
}
.modal-cont img,
.main_contents img{
  width:100%;
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
.main_contents img[src$=".svg"]{
  width:100%;
}

/*btt*/
#btt {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  right: 5%;
  bottom: 35px;
  z-index: 300;
  border-radius: 50%;
  display: table;
  text-align: center;
  vertical-align: middle;
  transition: 0.5s;
}
#btt a {
  display: table-cell;
  vertical-align: middle;
  font-size: 2.4rem;
  color: #8baaba;
  transition: 0.5s;
  cursor: pointer;
  cursor: hand;
}
#btt.lower {
  bottom: 76px;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-angle-up:before {
  content: "\f106";
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

/*---------spec---------*/
#spec {
  background:#354853;
  color:#fff;
  margin-bottom:0;
  padding:100px 20px;
  font-size:14px;
}
#spec p{
  margin-bottom:10px;
}
#spec p a {
  text-decoration: underline;
  color: #fff;
}
#spec .container {
  margin-top:0;
  max-width:960px;
  width:94%;
}
@media screen and (max-width: 480px) {
  #spec {
      padding: 30px 20px;
  }
  #spec .container {
      width: 100%;
  }
}

#spec .spec_tbl_data {
  margin: 40px 0 26px;
}

@media screen and (max-width: 480px) {
  #spec .spec_tbl_data {
      width: 70%;
      margin: 24px 0 16px;
  }

  .tablet #spec .spec_tbl_data {
      width: 40%;
      margin: 6% 0 4%;
  }
}

#spec .spec_vgp {
  margin-bottom:60px;
  /*position: absolute;*/
  /*padding-right: 320px;*/
}

#spec .spec_vgp img {
  height: 90px;
  width:auto!important;
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width: 768px) {
  #spec .spec_vgp {
    margin: 30px auto 20px;
    font-size: 1rem;
    position: relative;
    padding-right: 0;
  }
  .tablet #spec .spec_vgp {
    margin-top: 0;
  }

  #spec .spec_vgp img {
    height: auto;
  }
}

#spec .col-sm-4 div {
  margin-top: 12px;
}

#spec dl {
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  zoom: 1;
}

#spec dl:before, #spec dl:after {
  content: "";
  display: table;
}

#spec dl:after {
  clear: both;
}

#spec dl dt {
  float: left;
  width: 5em;
}

@media screen and (max-width: 480px) {
  #spec dl dt {
      float: none;
  }
}

#spec dl dd {
  margin-left: 5em;
  margin-bottom: 2em;
}

@media screen and (max-width: 480px) {
  #spec dl dd {
      margin-left: 0em;
      font-size: 1rem;
  }
}

#spec dl th {
  font-weight: normal;
  border-right: 1px solid #fff;
  padding: 0 1em 0 0;
  line-height: 2em;
  width: 11em;
}

@media screen and (max-width: 480px) {
  #spec dl th {
      font-size: 1rem;
      width: 11em;
  }
}

#spec dl td {
  padding: 0 0 0 1em;
  line-height: 2em;
}

@media screen and (max-width: 480px) {
  #spec dl td {
      font-size: 1rem;
  }
}

#spec #tbl th {
  background: #6b808b;
}

#spec #tbl td {
  padding: 5px 8px 5px 8px;
}

@media screen and (max-width: 480px) {
  #spec #tbl td {
      font-size: 1rem;
  }
}

#spec #tbl th, #spec #tbl td {
  vertical-align: middle;
  text-align: center;
}

#spec .btn {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  padding: 1em 0;
  border-radius: 5px;
  margin: 0 0 1em auto;
  color: #fff;
  transition: 0.5s;
  max-width: 300px;
  cursor: pointer;
  font-size: 12px;
}

#spec .btn:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
}
#spec .modal-open-cart {
  background: #dbd800;
  color: #4c4948;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #dbd800;
}
#spec .modal-open-cart:hover {
  border: 1px solid #fff;
  color: #fff;
}
#spec .modal-open-cart .fa-shopping-cart {
  font-size: 18px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  #spec .btn {
      margin: 0 auto 1em;
  }
}

#spec .small {
  font-size: 70%;
}
.spec_data_title{
  display: flex;
  justify-content: space-between;
}
.spec_data_title_right {
  width: 260px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .spec_data_title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .spec_data_title_right {
    width: 300px;
  }
}
.spec_data_title .spec_ttl_innr{
  display:flex;
  justify-content: flex-start;
  align-items: center;
}
.spec_data_title .name {
  display: inline-block;
  margin-right: 40px;
  width: 50%;
}
.spec_data_title .bluetooth {
  display: inline-block;
}
.spec_data_title .bluetooth img{
  width:100%;
  height:auto;
  vertical-align:bottom;
}
.spec_data_title p {
  margin-top:20px;
  line-height:1.5;
}
.spec_data_title p .release {
  margin-left: 30px;
}
.spec_data_title .tile_logo {
  display: inline-block;
  width: 10%;
  margin-left: 40px;
}

@media screen and (max-width: 950px) {
  .spec_data_title .name {
    margin-right: 20px;
  }
  .spec_data_title .name img {
    height:19px;
    width:auto;
    vertical-align:bottom;
  }
  .spec_data_title .bluetooth img {
    height:19px;
    width:auto;
    vertical-align:bottom;
  }
  .spec_data_title p {
    margin-top: 10px;
    font-size: 11px;
  }
  .spec_data_title p .release {
    margin-left: 0px;
    display: block;
  }
  .spec_data_title .tile_logo {
    margin-left: 10px;
    width: 15%;
  }
}

/*---------btn2set---------*/
.btn2set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 300px;
  margin: 0 0 60px auto;
}
.btn2set>div {
	width: 33.33333%;
  margin-right: 4%;
}
.btn2set>div:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .btn2set {
    margin: 0 auto 40px;
  }
}

/*------toggle-------*/
div.toggle {
  margin-left: -15px;
  margin-right: -15px;
}
div.toggle .toggle_btn {
  font-size: 18px;
  line-height: 1.428571429;
  background-color: #6b808b;
  padding: 15px 30px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
div.toggle .toggle_btn:hover {
  background-color: #7c929d;
}

div.toggle .toggle_btn img {
  height: 22px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
div.toggle .toggle_btn .ico {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  border: 1px #fff solid;
}
div.toggle .toggle_btn .ico::before {
  display: block;
  content: "";
  width: 1px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
div.toggle .toggle_btn .ico::after {
  display: block;
  content: "";
  width: 1px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
div.toggle .toggle_btn.open .ico::before {
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
div.toggle .toggle_detail {
  padding-top: 40px;
  display: none;
}

@media screen and (max-width: 950px) {
  div.toggle .toggle_btn {
      font-size: 16px;
      padding: 15px 20px;
  }

  div.toggle .toggle_btn img {
      height: 20px;
  }

  div.toggle .toggle_detail {
      padding-top: 20px;
  }
}

#footFloat {
  position: absolute;
  bottom: auto;
  background: #fff;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}

#footFloat .footFloat_btnarea {
  width: 90%;
  max-width: 740px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 0;
}

#footFloat .footFloat_title {
  width: 65%;
}

#footFloat .footFloat_title .name {
  display: inline-block;
  margin-right: 10px;
}

#footFloat .footFloat_title .name img {
  width: 100%;
  max-width: 270px;
}

#footFloat .footFloat_title .release {
  font-size: 12px;
  border: 1px rgba(0, 0, 0, .5) solid;
  padding: 2px 6px;
  display: inline-block;
}

#footFloat .footFloat_btn {
  display: block;
  line-height: 1;
  width: 35%;
  text-align: right;
}

#footFloat .footFloat_btn a {
  display: inline-block;
  background: #dbd800;
  padding: 10px;
  min-width: 100px;
  border-radius: 4px;
  color: #4c4948;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
#footFloat .footFloat_btn a .fa-shopping-cart {
  padding-left: 5px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #footFloat .footFloat_btnarea {
      padding: 10px 0;
  }
}

@media screen and (max-width: 950px) {
  #footFloat .footFloat_title .name {
      display: block;
      margin-bottom: 4px;
  }

  #footFloat .footFloat_title .release {
      font-size: 10px;
      padding: 0px 6px;
      display: inline-block;
  }

  #footFloat .footFloat_btn a {
      font-size: 12px;
      padding: 8px 5px;
  }
  #footFloat .footFloat_btn a .fa-shopping-cart {
      padding-left: 5px;
      font-size: 15px;
  }
}

@media screen and (max-width: 950px) {
  #footFloat .footFloat_btnarea {
      padding: 10px 0;
  }
}

/*----------buy_modal-----------*/
#buy_modal, #repair_modal {
  max-width: 960px;
  position: relative;
}
#buy_modal .modal-in, #repair_modal .modal-in {
  background-color: #d1d0cf;
  padding: 30px;
}

@media screen and (max-width: 950px) {
  #buy_modal::before, #buy_modal::after, #repair_modal::before, #repair_modal::after {
      display: block;
      content: "";
      width: 100%;
      height: 40px;
      position: absolute;
      left: 0;
      z-index: 2;
      background-color: aqua;
  }

  #buy_modal::before, #repair_modal::before {
      top: 0;
      background: -moz-linear-gradient(rgba(209, 208, 207, 1) 20%, rgba(209, 208, 207, 0));
      background: -webkit-linear-gradient(rgba(209, 208, 207, 1) 20%, rgba(209, 208, 207, 0));
      background: linear-gradient(rgba(209, 208, 207, 1) 20%, rgba(209, 208, 207, 0));
  }

  #buy_modal::after, #repair_modal::after {
      bottom: 0;
      background: -moz-linear-gradient(bottom, rgba(209, 208, 207, 1) 20%, rgba(209, 208, 207, 0));
      background: -webkit-linear-gradient(bottom, rgba(209, 208, 207, 1) 20%, rgba(209, 208, 207, 0));
      background: linear-gradient(to top, gba(209, 208, 207, 1) 20%, rgba(209, 208, 207, 0));
  }
}

#buy_modal .modal-close, #repair_modal .modal-close {
  background: url(../images/modalclose.png) no-repeat center center;
  background-size: 20px;
  top: 5px;
  right: 5px;
}

.buy_modal_title {
  font-size: 24px;
  line-height:1;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}

.buy_modal_title.__direction {
  flex-direction: column;
  gap: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.buy_modal_title02 {
  font-size: 24px;
  line-height:1;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}

.buy_modal_title img {
  height: 22px;
  width:auto;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.linkbox_list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.linkbox_list li {
  background-color: #fff;
  margin: 0 8px 20px;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 60px;
  position: relative;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
}

.linkbox_list li .shop_name {
  text-align: center;
  padding-top: 80%;
  position: relative;
}

.linkbox_list li .shop_name img {
  width: 100%;
  max-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.linkbox_list li .shop_text {
  margin-bottom: 20px;
}

.shop_btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.shop_btn a {
  color: #7dacbc;
  border: 1px #7dacbc solid;
  display: block;
  padding: 8px;
  width: 170px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size:14px;
  font-weight: bold;
  margin: 0 auto;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.shop_btn a:hover {
  color: #fff;
  background-color: #7dacbc;
  text-decoration: none;
}

.linkbox_list.repair li {
  padding-top: 40px;
  padding-bottom: 40px;
}

.linkbox_list.repair .repair_img {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.linkbox_list.repair .repair_img span {
  font-size: 16px;
  font-weight: bold;
}

.linkbox_list.repair .repair_name {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
  color:#333;
}

.linkbox_list.repair .repair_name span {
  display: block;
  font-size: 16px;
}

.linkbox_list.repair .shop_btn {
  position: relative;
  bottom: 0;
  left: 0;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-bottom: 20px;
}

.linkbox_list.repair .shop_btn .sp {
  display: none;
}

.linkbox_list.repair .repair_price {
  font-size: 12px;
  line-height: 1.6;
  color:#333;
}

.linkbox_list.repair .repair_price span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 950px) {
  #buy_modal .modal-in, #repair_modal .modal-in {
      padding: 40px 15px 15px;
  }

  #buy_modal .modal-close, #repair_modal .modal-close {
      background-size: 14px;
      top: 0px;
      right: 0px;
  }

  .linkbox_list li {
      -webkit-flex: initial;
      flex: initial;
      width: 100%;
      max-width: 285px;
  }

  .linkbox_list.repair li {
      padding-top: 30px;
      padding-bottom: 30px;
  }

  .buy_modal_title {
      font-size: 12px;
  }
  .buy_modal_title02 {
    font-size: 12px;
    margin-bottom: 10px;
}

  .buy_modal_title img {
      height: 12px;
      margin-right: 2px;
  }

  .linkbox_list li .shop_name {
      padding-top: 50%;
  }
}

@media screen and (max-width: 767px) {
  .linkbox_list.repair .shop_btn .pc {
      display: none;
  }

  .linkbox_list.repair .shop_btn .sp {
      display: block;
  }
}

.tab_area .tab li::after {
  display: block;
  content: "";
  border: 0 rgba(150, 150, 150, 0) solid;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.tab_area .tab li.current::after {
  border: 6px rgba(150, 150, 150, .3) solid;
}

#product_color .tab li img {
  width: 100%;
}

.contents {
  position: absolute;
  left: 55%;
  top: 45%;
  width: 40%;
  padding-top: 40%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contents li {
  text-align: center;
  color: #fff;
  font-size: 16px;
  top: 0;
  left: 0;
  position: absolute;
}

.color_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 480px) {
  #product_color {
      padding-top: 130%;
  }

  #product_color .color_text {
      left: 20px;
      bottom: 80px;
      width: 50px;
  }

  #product_color .tab {
      left: 20px;
      bottom: 20px;
  }

  .contents {
      left: 50%;
      top: 36%;
      width: 80%;
      padding-top: 80%;
  }
}

/*-------movie_modal-------*/
#movie_modal {
    width: 80%;
    max-width: inherit;
}

#movie_modal .modal-in {
    background-color: inherit;
    overflow: inherit;
}

#movie_modal .modal-close {
    background: url(../imgs/modalclose_wh.png) no-repeat center center;
    background-size: 14px;
    top: -50px;
    right: 0px;
}

#movie_modal .video-container {
    position: relative;
    padding-top: 56%;
}

#movie_modal iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 960px) and (min-width: 1px) {
    #movie_modal {
        width: 100%;
    }

    #movie_modal .modal-close {
        background-size: 12px;
        top: -40px;
    }

    .header__inner {
        margin: 0;
    }
}
