@charset "UTF-8";

/*--------------------------------------------------------------------------------
 top(index)
--------------------------------------------------------------------------------*/

.top-kv {
  max-width: 1100px;
  width: 100%;
  height: 508px;
  margin: 0 auto 80px;
  background: url('../img/top/bg_kv.png') no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 0 40px;
}
.top-kv .top-kv-title {
  font-size: 29px;
  font-weight: bold;
  margin: 0 0 20px;
}
.top-kv .top-kv-txt {
  font-size: 15px;
  line-height: 1.6;
}
.twitter-icon{
  text-align:center;
  /* padding:20px 0; */
}
@media screen and (max-width: 768px) {
  .top-kv {
    width: auto;
    height: 66.4vw;
    margin: 0 auto 13.33333333vw;
    padding: 6.66666667vw 14.66666667vw 0 6.66666667vw;
    background: url('../img/top/bg_kv_sp.png') no-repeat;
    background-size: 100% 100%;
  }
  .top-kv .top-kv-title {
    font-size: 3.86666667vw;
    margin: 0 0 2vw;
    white-space: nowrap;
  }
  .top-kv .top-kv-txt {
    font-size: 2.13333333vw;
    line-height: 1.75;
  }
  .top-kv .top-kv-txt br {
    display: none;
  }
}
.top-mikura {
  width: 1010px;
  margin: 0 auto 80px;
}
.top-mikura a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-mikura a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top-mikura {
    width: 86.66666667vw;
    margin: 0 auto 13.33333333vw;
  }
}
.top-news {
  width: 1010px;
  margin: 0 auto 45px;
}
.top-news .top-news-title {
  font-size: 45px;
  font-weight: bold;
  margin: 0 0 20px;
}
.top-news .top-news-inner {
  background-color: #fff;
  padding: 35px 30px 20px;
  border: 1px solid #756e6c;
  margin: 0 0 15px;
}
.top-news .top-news-inner .top-news-list li {
  margin: 0 0 15px;
}
.top-news .top-news-inner .top-news-list li a {
  font-size: 13px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-news .top-news-inner .top-news-list li a .category {
  color: #fff;
  background-color: #ed6d2b;
  padding: 5px 12px;
  border-radius: 5px;
  margin: 0 15px 0 0;
  width: 80px;
  text-align: center;
}
.top-news .top-news-inner .top-news-list li a .category.news {
  background-color: #f09192;
}
.top-news .top-news-inner .top-news-list li a .category.mikura {
  background-color: #f8b500;
}
.top-news .top-news-inner .top-news-list li a .category.fear {
  background-color: #e83828;
}
.top-news .top-news-inner .top-news-list li a .date {
  font-size: 11px;
  margin: 0 20px 0 0;
}
.top-news .top-news-btn {
  text-align: right;
}
.top-news .top-news-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 30px;
  margin: 0 25px 0 auto;
  padding: 0 10px 0 0;
  color: #fff;
  background-color: #ed6d2b;
  border-radius: 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.top-news .top-news-btn a:after {
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  background: url('../img/common/ico_right__ow.svg') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 9px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .top-news {
    width: 86.66666667vw;
    margin: 0 auto 6.66666667vw;
  }
  .top-news .top-news-title {
    font-size: 6vw;
    margin: 0 0 2.66666667vw;
  }
  .top-news .top-news-inner {
    padding: 3.33333333vw 4vw;
    margin: 0 0 2vw;
  }
  .top-news .top-news-inner .top-news-list li {
    margin: 0 0 3.33333333vw;
  }
  .top-news .top-news-inner .top-news-list li:last-of-type {
    margin: 0;
  }
  .top-news .top-news-inner .top-news-list li a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 2.4vw;
    line-height: 1.8;
  }
  .top-news .top-news-inner .top-news-list li a .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24vw;
    height: 5.33333333vw;
    padding: 0 !important;
    border-radius: 0.66666667vw;
    margin: 0 2.66666667vw 0 0;
    font-size: 2.4vw !important;
  }
  .top-news .top-news-inner .top-news-list li a .date {
    font-size: 2vw !important;
    margin: 0 2.66666667vw 0 0;
  }
  .top-news .top-news-inner .top-news-list li a p {
    margin: 2vw 0 0;
    word-break: break-all;
    line-height: 1.4;
    font-size: 2.4vw !important;
  }
  .top-news .top-news-btn {
    width: 86.66666667vw;
    margin: 0 auto;
  }
  .top-news .top-news-btn a {
    display: block;
    width: 60vw !important;
    height: 12vw !important;
    margin: 0 auto;
    padding: 0 !important;
    background: url('../img/common/btn_news.svg') no-repeat;
    background-size: 100% 100%;
  }
  .top-news .top-news-btn a span {
    display: none;
  }
  .top-news .top-news-btn a:after {
    display: none;
    /*
					width: unit(percentage(36px/@spdesignSize), vw);
					height: unit(percentage(36px/@spdesignSize), vw);
					top: unit(percentage(25px/@spdesignSize), vw);
					right: unit(percentage(30px/@spdesignSize), vw);
*/
  }
}
.top-recommended {
  width: 1010px;
  margin: 0 auto 30px;
}
.top-recommended .top-recommended-title {
  font-size: 45px;
  font-weight: bold;
  margin: 0 0 25px;
}
.top-recommended .top-recommended-inner {
  background: url('../img/top/bg_recommend.png') no-repeat;
  background-size: 100% 100%;
  padding: 25px 0 20px;
}
.top-recommended .top-recommended-inner .top-recommended-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px 224px;
}
.top-recommended .top-recommended-inner .top-recommended-list li {
  margin: 0 10px 0 0;
}
.top-recommended .top-recommended-inner .top-recommended-list li:last-of-type {
  margin: 0;
}
.top-recommended .top-recommended-inner .top-recommended-list li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.top-recommended .top-recommended-inner .top-recommended-list li a figure {
  width: 140px;
  height: 140px;
  margin: 0 0 10px;
}
.top-recommended .top-recommended-inner .top-recommended-list li a figure img {
  width: 100%;
  height: auto;
}
.top-recommended .top-recommended-inner .top-recommended-list li a .name {
  font-size: 20px;
  font-weight: bold;
  color: #3f3b3a;
  margin: 0 0 5px;
}
.top-recommended .top-recommended-inner .top-recommended-list li a .price {
  font-size: 20px;
  font-weight: bold;
  color: #3f3b3a;
}
.top-recommended .top-recommended-inner .top-recommended-list li a .price .tax {
  font-size: 14px;
}
.top-recommended .top-recommended-inner .top-recommended-btn {
  text-align: right;
}
.top-recommended .top-recommended-inner .top-recommended-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 30px;
  margin: 0 25px 0 auto;
  padding: 0 10px 0 0;
  background-color: #c9bc9c;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.top-recommended .top-recommended-inner .top-recommended-btn a:after {
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  background: url('../img/common/ico_right__bw.svg') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 9px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .top-recommended {
    width: 86.66666667vw;
    margin: 0 auto 6.66666667vw;
  }
  .top-recommended .top-recommended-title {
    font-size: 6vw;
    margin: 0 0 4vw;
  }
  .top-recommended .top-recommended-inner {
    background: url('../img/top/bg_recommend_sp.png') no-repeat;
    background-size: 100% 100%;
    padding: 34vw 5.33333333vw 8.66666667vw;
    position: relative;
  }
  .top-recommended .top-recommended-inner:before {
    display: block;
    content: '';
    width: 23.86666667vw;
    height: 23.2vw;
    background: url('../img/top/bg_recommend_title_sp.svg') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 6.26666667vw;
    left: 50%;
    margin: 0 0 0 calc(-11.86666667vw);
  }
  .top-recommended .top-recommended-inner .top-recommended-list {
    margin: 0 0 5.33333333vw;
  }
  .top-recommended .top-recommended-inner .top-recommended-list li {
    margin: 0 2.66666667vw 0 0;
  }
  .top-recommended .top-recommended-inner .top-recommended-list li:last-of-type {
    margin: 0;
  }
  .top-recommended .top-recommended-inner .top-recommended-list li:nth-of-type(3) {
    margin: 0;
  }
  .top-recommended .top-recommended-inner .top-recommended-list li:nth-of-type(4),
  .top-recommended .top-recommended-inner .top-recommended-list li:nth-of-type(5) {
    display: none;
  }
  .top-recommended .top-recommended-inner .top-recommended-list li a figure {
    width: 23.6vw;
    height: 25.33333333vw;
    margin: 0 0 2vw;
  }
  .top-recommended .top-recommended-inner .top-recommended-list li a .name {
    font-size: 3.33333333vw;
    margin: 0 0 1.33333333vw;
  }
  .top-recommended .top-recommended-inner .top-recommended-list li a .price {
    font-size: 3.33333333vw;
    white-space: nowrap;
    line-height: 1.4;
  }
  .top-recommended .top-recommended-inner .top-recommended-list li a .price .tax {
    display: block;
    font-size: 2.4vw;
  }
  .top-recommended .top-recommended-inner .top-recommended-btn {
    text-align: center;
  }
  .top-recommended .top-recommended-inner .top-recommended-btn a {
    width: 60vw;
    height: 12vw;
    margin: 0 auto;
    padding: 0;
    background: url('../img/common/btn_product.svg') no-repeat;
    background-size: 100% 100%;
  }
  .top-recommended .top-recommended-inner .top-recommended-btn a span {
    display: none;
  }
  .top-recommended .top-recommended-inner .top-recommended-btn a:after {
    display: none;
    /*
						width: unit(percentage(36px/@spdesignSize), vw);
						height: unit(percentage(36px/@spdesignSize), vw);
						top: unit(percentage(25px/@spdesignSize), vw);
						right: unit(percentage(30px/@spdesignSize), vw);
*/
  }
}
.top-category {
  width: 1010px;
  margin: 0 auto;
}
.top-category .top-category-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  justify-content: center;
}
.top-category .top-category-lists li {
  margin: 0 40px;
}
.top-category .top-category-lists li a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-category .top-category-lists li a figure {
  width: 185px;
  height: 145px;
  margin: 0 0 15px;
}
.top-category .top-category-lists li a figure img {
  width: 100%;
  height: auto;
}
.top-category .top-category-lists li a .name {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-category {
    width: 86.66666667vw;
  }
  .top-category .top-category-lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-category .top-category-lists li {
    margin: 0 0 4.66666667vw;
  }
  .top-category .top-category-lists li a figure {
    width: 41.33333333vw;
    height: 32.13333333vw;
    margin: 0 0 2.66666667vw;
  }
  .top-category .top-category-lists li a .name {
    font-size: 3.33333333vw;
  }
}