@charset "UTF-8";

*, *::before, *::after {
  box-sizing: border-box;
}
body {
  font-family: "Karla", Arial, 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 16px;
  line-height: 1.1;
  color: gray;
  font-weight: 400;
  background-color: #f6f7fb;

}
div, main {
  display: block;
}

a {
  transition: all 0.5s ease;
  text-decoration: none;
  background-color: transparent;
}
h1, h2, h3, h5 {
  font-weight: 400;
  color: #262626;
  display: block;
}
p {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  display: block;
}

a img {
  border-style: none;
}

.header-top {
  width: 100%;
  z-index: 16;
  background-color: #fff;
}
.header-top .header-logo {
  background-image: url("../img/akrosnewlogo-a.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.header-top .nav {
  float: right;
  margin-right: 10px;
}
.header-top a {
  color: #000;
}
.header-top a:hover {
  color: #ff1493;
}
.nav {
  float: right;
}
/*ヘッダ@media*/
@media (max-width: 767px) {
  .header-top {
    position: fixed;
    top: 0;
    left: 0;
  }

  .header-top .header-logo {
    display: block;
    height: 50px;
    width: 33.3333%;
    margin:0 0 0 10px;

  }
  /* トグルボタン　*/
  #menubtn {
    padding: 4px 12px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 5px;

  }
  #menubtn span {
    display: inline-block;
    text-indent: -9999px;
  }

  #menu {
    display: none;
  }
  .header-top .nav {
    margin-top: 30px;
  }
  .header-top .nav-items {
    list-style: none;
    color: #000;
    padding: 0;
    z-index: 50;
  }
  .nav-item > a {
    line-height: 2;
  }

}
@media (min-width: 768px) {
  .header-top {
    position: fixed;
    clear: both;
  }
  .header-top .header-logo {
    float: left;
    width: 25%;
    height: 50px;
    margin: 0 0 0 20px;
  }
  /* トグルボタン　*/
  #menubtn {
    display: none;
  }
  /* ナビゲーション */
  #menu {
    display: block !important;
  }
  .header-top .nav {
    float: right;
    margin-right: 10px;
  }
  .header-top .nav-items {
    list-style: none;
    color: #000;
    display: table;
    border-collapse: separate;
    border-spacing: 15px 0;
  }
  .header-top .nav-item {
    display: table-cell;
  }

}




/* 製品ページ*/
.product-site {
  padding-bottom: 30px;
  background-color: #f6f7fb;
  color: #fff;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  position: relative;
  top: 50px;
  width: 100%;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

.product-list {
  background-color: #c779d0;
  background-image: repeating-linear-gradient(to bottom right, #f7ff00 0%, #db36a4 50%, #4bc0c8 100%);
}
.pl-hed {
  color: #fff;
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 40px;
  margin-top: 0;
  padding-top: 50px;
}
.pl-description {
  font-size: 16px;
  color: #f5f5f5;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0px;
}
.pl-btn-wrapper {
  padding-top: 50px;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
}
.pl-btn {
  display: table-cell;
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
}
.pl-btn:hover {
  box-shadow: 0 0 30px rgba(255, 255,255, 0.9);
}




/*
.pl-btn-v {
  background-color: #33b5a8;
}
.pl-btn-f {
  background-color: #aa3285;
}
.pl-btn-g {
  background-color: #72e010;
}
.pl-btn-a {
  background-color: #6425e3;
}
*/
/*
.pl-btn {
  display: table-cell;
  padding: 10px;
  background-color: #000;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
}
.pl-btn:hover {
  background: linear-gradient(to left,#00f0ff 0,#00a 100%);
}
*/

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::after {
  content: '';
  display: block;
  clear: both;
}


.product-site .headding-offset {
  position: relative;
  min-height: 1;
  padding-left: 15px;
  padding-right: 15px;
}
.p-item-type {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  color: #262626;
  line-height: 1.1;
  letter-spacing: 1px;
}
.p-item-type-v {
  color: #40e0d0;
}
.p-item-type-f {
  color: #d53da6;
}
.p-item-type-g {
  color: #10cc71;
}
.p-item-type-a {
  color: #6425e3;
}

.p-type-description {
  font-size: 16px;
  color: gray;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0px;
}

.p-info {
  color: gray;
  background-color:  #a3f4eb;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px;
  display: block;
}


.p-info:hover {
  color: #555555;
  box-shadow: 0 0 30px rgba(158, 158, 158, 0.9);

}

.p-item {
  position: relative;
  border: 2px solid #fff;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  height: 400px;
}
/**

**/
#p-item-v, #p-item-f, #p-item-g, #p-item-a {
  /**トップずれの解消**/
  margin-top: -50px;
  padding-top: 100px;
}


.p-item-headding {
  padding-bottom: 20px;
  text-align: center;
}

.p-link {
  display: block;
  margin: -15px;
  padding: 15px;
  border-radius: inhert;
  transition: all 0.3s;
  height: 400px;
  text-align: center;
}
.p-link:hover {
  cursor: pointer;
  /*
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.8);
  */
  opacity: 0.6;
}
.p-item-name {
  position: absolute;
  bottom: 17%;
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;

}
product-site ruby {
  ruby-position: before;
}

.p-item-description {
  position: absolute;
  bottom: 10%;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;

}
.p-img {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.p-ace15i, .p-dac {
  width: 90%;
}
.p-lab22 {
  margin-top: -25px;
}
.p-ace15i {
  margin-top: 15px;
}
.p-spare-vac, .p-s7s, .p-dac {
  margin-top: 25px;
}
.p-tl-mini, .p-mg-mouse, .p-dlshatter, .p-dryace, .p-jokin, .p-giashatter {
  margin-top: 40px;
}
.p-s7s, .p-fxi, .p-flamingo-c, .p-mg-mouse, .p-giashatter {
  width: 60%;
}
.p-ts-3, .p-dryace {
  width: 70%;
}
.p-flamingo-nano {
  width: 45%;
}
.p-flamingo-f {
  width: 45%;
}

.p-item-v {
  background-color: #40e0d0;
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
}
.p-item-f {
  background-color: #f46bf2;
  background-image: repeating-linear-gradient(to bottom right, #ec008c 0%, #fc6767 100%);
}
.p-item-g {
  background-color: #6bf479;
  background-image: repeating-linear-gradient(to bottom right, #d2d53d 0%, #10cc71 100%);
}
.p-item-a {
  background-color: #6425e3;
  background-image: repeating-linear-gradient(to bottom right, #6425e3 0%, #48a1e6 100%);
}

@media (max-width:767px) {
  .pl-btn-wrapper {
    border-spacing: 5px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .p-img {
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-ace15i, .p-dac {
    width: 70%;
  }
  .p-lab22 {
    margin-top: -25px;
  }
  .p-ace15i {
    margin-top: 15px;
  }
  .p-spare-vac, .p-s7s, .p-dac {
    margin-top: 25px;
  }
  .p-tl-mini, .p-mg-mouse, .p-dlshatter, .p-dryace, .p-jokin, .p-giashatter {
    margin-top: 50px;
  }
  .p-s7s, .p-fxi, .p-giashatter {
    width: 45%;
  }
  .p-ts-3, .p-dryace {
    width: 50%;
  }
  .p-flamingo-nano {
    width: 40%;
  }
  .p-flamingo-f {
    width: 40%;
  }

}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .pl-btn-wrapper {
    width: 750px;
  }
  .product-site .headding-offset {
    float: left;
    width: 80%;
    margin-left: 10%;
  }


  .p-item {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .pl-btn-wrapper {
    width: 970px;
  }

  .product-site .headding-offset {
    float: left;
    width: 40%;
    margin-left: 30%;
  }
  .p-item {
    float: left;
    width: 25%
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .pl-btn-wrapper {
    width: 1170px;
  }
}


/*##topへ戻る */
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 100;

}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 16px;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 30px;
 width: 35px;
 height: 35px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding:8px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}




/**モダールウィンドウ**/
.modal-overlay {
    z-index:2;
    display:none; /*jsでフェードインされるまでdisplay:none*/
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh; /*100vhでビューポートの高さいっぱいになります*/
    background-color:rgba(0,0,0,.5)} /*これは好きな色・透明度で*/
a.modal-open:hover {cursor:pointer} /*カーソルをポインタに*/
.modal-content {
    position:fixed;
    display:none;
    z-index:20;
    margin:0;
    padding:10px 20px 20PX 20PX;
    border:2px solid #aaa;
    border-radius: 5px;
    background:#fff;
    text-align: center;
    color: #404040;
    max-height: 95vh;
    overflow-y: auto;
}

.modal-title-v, .modal-title-f, .modal-title-g, .modal-title-a {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  font-weight: bold;
}
.modal-title-v {
  color: #40e0d0;
}

.modal-title-f {
  color: #d53da6;
}

.modal-title-g {
  color: #6bf479;
}
.modal-title-a {
  color: #6425e3;
}
.modal-img {
  width: 40%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.modalimg-flamingo-f, .modalimg-nano,.modalimg-lab22  {
  width: 30%;
}
.modal-comment {
  display: block;
  padding: 0 30px 10px 30px;
  margin: 0;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
}
table, th,td {
  border: solid 1px #aaaaaa;
}
th,td {
  padding: 10px 20px 10px 20px;
}
table {
  width: 100%;
}
th {
  width: 30%;
  background-color: #f7f7f7;
  text-align: left;
}
th.t-top-v {
  border-top: 4px solid #40e0d0;
}
th.t-top-f {
  border-top: 4px solid #d53da6;
}
th.t-top-g {
  border-top: 4px solid #96de20;
}
th.t-top-a {
  border-top: 4px solid #6425e3;
}
td {
  width: 70%;
  text-align: center;
}
td.t-top {
  border-top: 4px solid #b3b3b3;
}

.catalog {
  padding-top: 5px;
  padding-bottom: 5px;
}

.tempubunsyo {
  padding-top: 0;
  padding-bottom: 0;
}

.modal-content p {
    margin:0;
    padding:0;
}
a.modal-close {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #aaa;
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;

}
a.modal-close-v {
  color: #40e0d0;
}
a.modal-close-f {
  color: #d53da6;
}
a.modal-close-g {
  color: #96de20;
}
a.modal-close-a {
  color: #6425e3;
}

a.modal-close:hover {
  cursor: pointer;
  opacity: 0.6;
}

/*  モダールウィンドウ@media  */
@media (max-width:767px) {
  .modal-content {
      width:90%;
      max-height: 90%;
      overflow-y: auto;
  }
  .nano-title {
    width: 200px;
  }
}
@media (min-width:768px) {
  .modal-content {
    width:80%;
  }

}
@media (min-width: 992px) {
  .modal-content {
    width:50%;
  }

}
