@import "global.css";
* .container::before,
* .container::after {
  display: none;
}
@media (max-width: 769px) {
  * .container {
    width: 100%;
    padding: 0 15px;
  }
}
.head {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
input {
  border: none;
  font-size: 12px;
  color: #999999;
  width: 85%;
  background-color: transparent;
  height: 100%;
  outline: none;
}
input::-webkit-input-placeholder {
  color: #999;
  transform: translate(0, 2px);
}
.banner {
  margin-top: 40px;
}
@media (max-width: 600px) {
  .banner {
    margin-top: 20px;
  }
}
.banner .container .banner-header {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .banner .container .banner-header {
    margin-bottom: 20px;
  }
}
.banner .container .banner-header::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  position: absolute;
  top: 50%;
  z-index: -1;
}
.banner .container .banner-header h1 {
  font-size: 32px;
  background-color: #fbfbfb;
  padding: 0 30px;
}
@media (max-width: 600px) {
  .banner .container .banner-header h1 {
    font-size: 24px;
  }
}
.banner .container .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .banner .container .wrap {
    flex-direction: column;
  }
}
.banner .product-swiper {
  width: 64%;
  box-shadow: 0 0 13px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 769px) {
  .banner .product-swiper {
    width: 100%;
  }
}
.banner .product-swiper img {
  max-width: 100%;
}
@media (max-width: 769px) {
  .banner .product-swiper img {
    width: 100%;
  }
}
.banner .product-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #999;
  opacity: 1;
}
.banner .product-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #449ae7;
}
.banner .weekly-recommend {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 33%;
  padding: 20px;
}
@media (max-width: 769px) {
  .banner .weekly-recommend {
    width: 100%;
    margin-top: 40px;
  }
}
.banner .weekly-recommend .weekly-recommend-top-wrap .weekly-recommend-tag {
  font-size: 14px;
  color: #666666;
}
.banner .weekly-recommend .weekly-recommend-top-wrap .weekly-recommend-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.banner .weekly-recommend .weekly-recommend-top-wrap .weekly-recommend-title a {
  color: #333333;
}
.banner .weekly-recommend .weekly-recommend-top-wrap .weekly-recommend-title a:hover {
  color: #449ae7;
}
.banner .weekly-recommend .weekly-recommend-top-wrap .weekly-recommend-description {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  margin-top: 20px;
}
.banner .weekly-recommend .weekly-recommend-bottom-wrap span {
  font-size: 14px;
  color: #999999;
}
.banner .weekly-recommend .weekly-recommend-bottom-wrap a {
  text-decoration: none;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.banner .weekly-recommend .weekly-recommend-bottom-wrap a:hover {
  text-decoration: underline;
  color: #449ae7;
}
.product-category-nav {
  width: 100%;
  margin: 40px 0;
  /*background-color: #ffffff;*/
  background-color: #fbfbfb;
}
@media (max-width: 769px) {
  .product-category-nav {
    display: none;
  }
}
.product-category-nav.active {
  z-index: 2;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
}
.product-category-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-category-nav ul {
  display: flex;
}
.product-category-nav ul li {
  font-size: 16px;
  color: #000000;
  height: 50px;
  line-height: 50px;
}
.product-category-nav ul li:first-child {
  font-weight: bold;
}
.product-category-nav ul li a {
  color: #999;
  display: block;
  height: 100%;
  line-height: 50px;
  margin-left: 40px;
  border-bottom: 2px solid transparent;
  font-size: 16px;
}
.product-category-nav ul li a:hover {
  color: #449ae7;
  border-bottom-color: #449ae7;
}
.product-category-nav ul li.active a {
  color: #449ae7;
  border-bottom-color: #449ae7;
}
.product-category-nav .search-area {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 30px;
  border-radius: 20px;
  width: 260px;
}
.product-category-nav .search-area form {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.product-category-nav .search-area span {
  color: #999999;
  font-size: 20px;
  cursor: pointer;
}
@media (min-width: 769px) {
  .mobile-product-category-nav {
    display: none;
  }
}
.mobile-product-category-nav .search-area {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 30px 0;
  border-radius: 10px;
  height: 40px;
  overflow: hidden;
  padding-left: 15px;
  position: relative;
}
.mobile-product-category-nav .search-area span.arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
}
.mobile-product-category-nav .search-area span.arrow::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(https://cdn.tunefab.jp/Public/home/img/resources/tangle.svg) no-repeat center center;
  background-size: contain;
  transition: all 0.5s;
  transform: rotateZ(0);
  position: absolute;
  right: 0;
  top: 0;
}
.mobile-product-category-nav .search-area span.c {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-product-category-nav .search-area input {
  display: none;
  height: 40px;
}
.mobile-product-category-nav .search-area ul {
  display: none;
}
.mobile-product-category-nav .search-area ul li {
  margin-bottom: 15px;
}
.mobile-product-category-nav .search-area ul li a {
  font-size: 14px;
  color: #999999;
}
.mobile-product-category-nav .search-area ul li:last-child {
  margin-bottom: 0;
}
.mobile-product-category-nav .search-area.active {
  height: auto;
  padding: 10px 15px 15px 15px;
}
.mobile-product-category-nav .search-area.active span.arrow::after {
  transform: rotateZ(180deg);
}
.mobile-product-category-nav .search-area.active input {
  display: block;
}
.mobile-product-category-nav .search-area.active span.c {
  display: none;
}
.mobile-product-category-nav .search-area.active ul {
  display: block;
  padding-left: 10px;
}
.product-category-panel-wrap {
  padding-bottom: 90px;
}
@media (max-width: 769px) {
  .product-category-panel-wrap {
    padding-bottom: 60px;
  }
}
.product-category-panel-wrap .tag-and-publish-time {
  color: #999;
  margin-bottom: 20px;
}
.product-category-panel-wrap .tag-and-publish-time span {
  margin-right: 15px;
}
.product-category-panel-wrap .tag-and-publish-time span:first-child {
  position: relative;
  padding-left: 20px;
}
.product-category-panel-wrap .tag-and-publish-time span:first-child::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(https://cdn.tunefab.jp/Public/home/img/resources/tag.svg) no-repeat center center;
  background-size: cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.product-category-panel-wrap .tag-and-publish-time span a {
  font-size: 14px;
  color: #999999;
}
.product-category-panel-wrap .tag-and-publish-time span a:hover {
  color: #449ae7;
}
.product-category-panel-wrap .product-category-panel {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 40px;
  margin-top: 60px;
}
@media (max-width: 769px) {
  .product-category-panel-wrap .product-category-panel {
    flex-direction: column;
    padding: 30px 15px;
  }
}
.product-category-panel-wrap .product-category-panel:first-child {
  margin-top: 0;
}
.product-category-panel-wrap .product-category-panel .lastest-article {
  width: 55%;
}
@media (max-width: 769px) {
  .product-category-panel-wrap .product-category-panel .lastest-article {
    width: 100%;
    text-align: center;
  }
}
.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-header {
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-header .lastest-article-tag {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-header .lastest-article-tag {
    font-size: 16px;
  }
}
.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-header a {
  font-size: 14px;
  color: #999999;
}
.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-header a span {
  transition: margin-left 0.5s;
}
.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-header a:hover {
  color: #449ae7;
}
.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-header a:hover span {
  margin-left: 10px;
}
.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-main .lastest-article-main-title {
  margin-bottom: 10px;
}
.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-main .lastest-article-main-title a {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-main .lastest-article-main-title a:hover {
  color: #449ae7;
}
.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-main .lastest-article-main-description {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
}
.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-main .figure img {
  max-width: 100%;
}
.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area {
  width: 40%;
}
@media (max-width: 769px) {
  .product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area {
    width: 100%;
    margin-top: 40px;
  }
}
.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list-area-header {
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
}
.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list-area-header .lastest-recommend-article-list-tag {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list-area-header .lastest-recommend-article-list-tag {
    font-size: 16px;
  }
}
.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list .lastest-recommend-article-item {
  display: flex;
  padding: 23px 0;
  border-bottom: 1px dashed #e0e0e0;
  align-items: baseline;
}
.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list .lastest-recommend-article-item > span {
  font-size: 14px;
  color: #3590e2;
  font-weight: bold;
}
.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list .lastest-recommend-article-item .wrap {
  margin-left: 10px;
}
.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list .lastest-recommend-article-item .wrap a {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list .lastest-recommend-article-item .wrap a:hover {
  color: #449ae7;
}
.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list .lastest-recommend-article-item .wrap .tag-and-publish-time {
  margin-bottom: 0;
  margin-top: 5px;
}
.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list .lastest-recommend-article-item .wrap .tag-and-publish-time a {
  font-size: 14px;
  color: #999;
}
.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list .lastest-recommend-article-item .wrap .tag-and-publish-time a:hover {
  color: #3590e2;
}
.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list .lastest-recommend-article-item:last-child {
  border: none;
}
