@charset "UTF-8";
.accWrap {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

.mainImage {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 30px;
}

.mainImage img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .mainImage {
    width: 100%;
    margin: 10% auto;
  }
  .mainImage img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

nav {
  position: relative;
  width: 100%;
}

.navbtnWrap {
  z-index: 10000;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbtn {
  list-style: none;
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #fff;
}

.navbtn li {
  margin: 0 0 10px 0.83333%;
  width: 19.333333333333332%;
}

.navbtn li:first-of-type {
  margin: 0 0 10px 0;
}

.navbtn li:nth-child(6) {
  margin: 0 0 10px 0;
}

.navbtn li a {
  position: relative;
  display: block;
  padding: 22px 0 20px;
  background: #000;
  color: #fff;
  font-size: calc(0.5625rem + ((1vw - 3.2px) * 0.6875));
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.navbtn li a.line2 {
  padding: 12px 0;
}

.navbtn li a:hover {
  transition: all 0.3s;
  background: #ee5a21;
}

.navbtn li a span.small {
  font-size: 12px;
}

.navbtn li a span.down {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 12px;
  height: 12px;
  background: url(../images/arrow_down.png) no-repeat left center;
}

.pos {
  padding-top: 16%;
}

@media (min-width: 1920px) {
  .pos {
    padding-top: 190px;
  }
  .navbtn li a {
    font-size: 1.15rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1920px) {
  .pos {
    padding-top: 190px;
  }
  .navbtn li a {
    font-size: 1.15rem;
  }
}

@media (max-width: 1200px) {
  .pos {
    padding-top: 16%;
  }
  .navbtn {
    list-style: none;
    max-width: 1260px;
    margin: 0 auto 60px;
    padding: 0 3.3%;
  }
  .navbtn li a.line2 {
    padding: 9px 0;
    line-height: 18.7px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .pos {
    padding-top: 20%;
  }
}

@media (max-width: 767px) {
  .pos {
    padding-top: 0;
  }
  nav {
    width: 90%;
    margin: 0 auto;
  }
  .navbtnWrap {
    position: static;
  }
  .navbtn {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .navbtn li {
    margin: 0 0 10px 10px;
    width: 31.3%;
  }
  .navbtn li:first-of-type {
    margin: 0 0 10px 0;
  }
  .navbtn li:nth-child(4) {
    margin: 0 0 10px 0;
  }
  .navbtn li:nth-child(6) {
    margin: 0 0 10px 10px;
  }
  .navbtn li:nth-child(7) {
    margin: 0 0 10px 0;
  }
  .navbtn li:nth-child(10) {
    margin: 0 0 10px 0;
  }
  .navbtn li a {
    position: relative;
    display: block;
    padding: 13px 0 15px;
    background: #000;
    color: #fff;
    font-size: calc(0.625rem + ((1vw - 3.2px) * 0.625));
    line-height: 1;
    text-align: center;
    text-decoration: none;
  }
  .navbtn li a:hover {
    transition: all 0.3s;
    background: #ee5a21;
  }
  .navbtn li a.line2 {
    padding: 6px 0;
    line-height: 1.5;
  }
  .navbtn li a span.small {
    display: block;
    line-height: 1.5;
    font-size: 8px;
  }
  .navbtn li a span.down {
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 7px;
    height: 7px;
    background: url(../images/arrow_down.png) no-repeat left center;
    background-size: 100%;
  }
}

@media (max-width: 400px) {
  .pos {
    padding-top: 0;
  }
  .navbtn li {
    margin: 0 0 10px 10px;
    width: 30%;
  }
  .navbtn li a {
    position: relative;
    display: block;
    padding: 13px 0 15px;
    background: #000;
    color: #fff;
    font-size: calc(0.6rem + ((1vw - 3.2px) * 0.5));
    line-height: 1;
    text-align: center;
    text-decoration: none;
  }
}

.sticky {
  z-index: 10000;
  max-width: 100%;
  margin: 0 auto;
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.sticky:before,
.sticky:after {
  content: '';
  display: table;
}

.shadow {
  box-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
}

.use {
  margin: 0 0 30px 0;
  border-bottom: solid 3px #ee5a21;
}

.use span {
  display: inline-block;
  max-width: 350px;
  width: 29.166666666666668%;
  background: #ee5a21;
  padding: 15px 0 12px;
  color: #fff;
  font-size: calc(.85rem + ((1vw - 3.2px) * 0.875));
  line-height: 1;
  text-align: center;
}

@media (max-width: 767px) {
  .use {
    margin: 0 0 30px 0;
    border-bottom: solid 3px #ee5a21;
    font-size: 0;
  }
  .use span {
    display: inline-block;
    max-width: 350px;
    width: 53%;
    background: #ee5a21;
    padding: 11px 0 9px;
    color: #fff;
    font-size: 1.15rem;
    line-height: 1;
    text-align: center;
  }
}

.other {
  margin: 0 0 30px 0;
  border-bottom: solid 3px #5eab1e;
}

.other span {
  display: inline-block;
  width: 38%;
  background: #5eab1e;
  padding: 15px 0 8px;
  color: #fff;
  font-size: calc(.85rem + ((1vw - 3.2px) * 0.875));
  line-height: 1;
  text-align: center;
}

.other .line2 {
  padding: 0 0 0 10px;
  font-size: 14px;
  text-align: left;
  font-style: normal;
}

@media (max-width: 767px) {
  .other {
    margin: 0 0 30px 0;
    border-bottom: solid 3px #5eab1e;
    font-size: 0;
  }
  .other span {
    display: inline-block;
    max-width: 420px;
    width: 70%;
    background: #5eab1e;
    padding: 11px 0 9px;
    color: #fff;
    font-size: 1.15rem;
    line-height: 1;
    text-align: center;
  }
  .other .line2 {
    padding: 0 0 0 10px;
    font-size: 10px;
    text-align: left;
    font-style: normal;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1920px) {
  .use span {
    font-size: 1.65rem;
    line-height: 1;
    text-align: center;
  }
  .other span {
    font-size: 1.65rem;
    line-height: 1;
    text-align: center;
  }
}

@media (min-width: 1920px) {
  .use span {
    font-size: 1.65rem;
    line-height: 1;
    text-align: center;
  }
  .other span {
    font-size: 1.65rem;
    line-height: 1;
    text-align: center;
  }
}

.product {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.product li {
  width: 30.833333333333336%;
  margin: 0 0 74px 3.75%;
}

.product li:first-of-type {
  margin-left: 0;
}

.product li:nth-child(4) {
  margin-left: 0;
}

.product li .product__link {
  text-decoration: none;
  display: block;
  opacity: 1;
}

.product li:hover .product__link {
  display: block;
  opacity: .7;
  transition: all 0.3s;
  text-decoration: none;
}

.product__title {
  display: table;
  font-size: 1.1rem;
  border-left: 4px solid #ee5a21;
  margin: 0 0 15px 0;
  padding-left: 4.054054054054054%;
  line-height: 1.3;
}

.product__title--other {
  border-left: 4px solid #5eab1e;
}

.product__title span {
  display: table-cell;
  vertical-align: middle;
}

.product__howtouse {
  width: auto;
  margin: 0 auto 15px;
}

.product__howtouse img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.product__content {
  display: flex;
  justify-content: space-between;
}

.product__detail {
  width: 60.810810810810814%;
  margin-right: 4.054054054054054%;
}

.product__type {
  margin: 0 auto 7px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.product__name {
  margin: 0 auto 8px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

.product__name span {
  font-size: .8rem;
  color: #f00;
}

.product__comment {
  font-size: .7rem;
}

.product__iconList {
  list-style: none;
  display: flex;
  max-width: 190px;
  width: 84.44444444444444%;
  padding: 0;
  justify-content: flex-start;
}

.product__iconList li {
  width: 31.57894736842105%;
  margin: 0 2.63158% 15px 0;
}

.product__iconList li img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.product__btn {
  position: relative;
  max-width: 120px;
  margin: 0;
  padding: 8px 0;
  background: #ededed;
  font-size: .85rem;
  text-align: center;
  display: block;
  text-align: center;
}

.product__btn span {
  display: block;
  padding: 0 0 0 17px;
}

.product__btn:before {
  content: "▶";
  position: absolute;
  left: 10%;
  top: 32%;
  font-size: 9px;
}

.product__image {
  width: 35.13513513513514%;
}

.product__image img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .product__name {
    line-height: 1.4;
  }
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .product__title {
    font-size: 1rem;
  }
  .product__name {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .product {
    display: block;
    list-style: none;
    padding: 0;
  }
  .product li {
    width: 100%;
    margin: 0 0 20% 0;
  }
  .product li:first-of-type {
    margin-left: 0;
  }
  .product li:nth-child(4) {
    margin-left: 0;
  }
  .product li .product__link {
    text-decoration: none;
    display: block;
    opacity: 1;
  }
  .product li:hover .product__link {
    display: block;
    opacity: .7;
    transition: all 0.3s;
    text-decoration: none;
  }
  .product__title {
    display: table;
    font-size: 1.1rem;
    border-left: 4px solid #ee5a21;
    margin: 0 0 15px 0;
    padding: 10px 0 10px 4.05405%;
    line-height: 1.3;
  }
  .product__title--other {
    border-left: 4px solid #5eab1e;
  }
  .product__title span {
    display: table-cell;
    vertical-align: middle;
  }
  .product__howtouse {
    width: auto;
    margin: 0 auto 15px;
  }
  .product__howtouse img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .product__content {
    display: flex;
    justify-content: space-between;
  }
  .product__detail {
    width: 60.810810810810814%;
    margin-right: 4.054054054054054%;
  }
  .product__type {
    margin: 0 auto 7px;
    font-size: 0.95rem;
    line-height: 1.5;
  }
  .product__name {
    margin: 0 auto 8px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
  }
  .product__iconList {
    list-style: none;
    display: flex;
    max-width: 190px;
    width: 84.44444444444444%;
    padding: 0;
    justify-content: flex-start;
  }
  .product__iconList li {
    width: 31.57894736842105%;
    margin: 0 2.63158% 15px 0;
  }
  .product__iconList li img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .product__btn {
    position: relative;
    max-width: 120px;
    margin: 0;
    padding: 8px 0;
    background: #ededed;
    font-size: .85rem;
    text-align: center;
    display: block;
    text-align: center;
  }
  .product__btn span {
    display: block;
    padding: 0 0 0 17px;
  }
  .product__btn:before {
    content: "▶";
    position: absolute;
    left: 10%;
    top: 32%;
    font-size: 9px;
  }
  .product__image {
    width: 35.13513513513514%;
  }
  .product__image img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br {
    display: block;
  }
}

a:hover .fadeImg {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  transition: opacity 0.5s;
}
