@import "https://fonts.googleapis.com/earlyaccess/notosansjapanese.css";
.header_under_tit {
  text-align: center;
  margin: 30px auto 40px auto;
}
.header_under_tit p {
  font-size: 3.5rem;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 3px;
}
.header_under_tit span {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 5px;
}

.feature_section, .feature_section_head {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 960px;
}
@media screen and (max-width: 767px) {
  .feature_section, .feature_section_head {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5%;
  }
}
.feature_section ul, .feature_section_head ul {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -js-display: flex;
  justify-content: space-around;
  box-sizing: border-box;
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .feature_section ul, .feature_section_head ul {
    width: 100%;
  }
}
.feature_section ul li, .feature_section_head ul li {
  width: 465px;
  margin: 0 30px 0px 0;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .feature_section ul li, .feature_section_head ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.feature_section ul li a, .feature_section_head ul li a {
  color: #000;
}
.feature_section ul li a:hover, .feature_section_head ul li a:hover {
  color: #000;
}
.feature_section ul li img, .feature_section_head ul li img {
  width: 465px;
}
@media screen and (max-width: 767px) {
  .feature_section ul li img, .feature_section_head ul li img {
    width: 100%;
    margin-bottom: 5px;
    transition: none;
  }
}
.feature_section ul li img:hover, .feature_section_head ul li img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .feature_section ul li img:hover, .feature_section_head ul li img:hover {
    transition: none;
  }
}
.feature_section ul li:nth-child(2n), .feature_section_head ul li:nth-child(2n) {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .feature_section ul li:nth-child(2n), .feature_section_head ul li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
}

.header__bnr {
  display: block;
  overflow: hidden;
  margin: 0 auto 50px auto;
  width: 960px;
}
.header__bnr .header__bnr--4 {
  margin: 0 auto 0 auto;
}
.header__bnr .header__bnr--4 li {
  width: calc((100% - 30px)/ 4);
  margin-right: 10px;
}
.header__bnr .header__bnr--4 li:nth-child(4n) {
  margin-right: 0;
}
.header__bnr .header__bnr--6 {
  margin: 0 auto 0 auto;
}
.header__bnr .header__bnr--6 li {
  width: calc((100% - 50px)/ 6);
  margin-right: 10px;
}
.header__bnr .header__bnr--6 li:nth-child(6n) {
  margin-right: 0;
}
.header__bnr ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.header__bnr ul li {
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
.header__bnr ul li:last-child {
  margin-right: 0px;
}
.header__bnr ul li .item-name {
  margin-top: 5px;
  font-size: 1.0rem;
}
.header__bnr ul li .csv-price {
  font-size: 1.4rem;
}
.header__bnr ul li .catch-lala, .header__bnr ul li .description-lala {
  display: none;
}
.header__bnr ul li img {
  width: 100%;
}
.header__bnr ul li a {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
}
.header__bnr ul li a .item-name,
.header__bnr ul li a .description-lala-sty,
.header__bnr ul li a .catch-lala-sty,
.header__bnr ul li a .csv-price {
  display: none;
}
.header__bnr ul li a:hover::after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}
.header__bnr ul li a:hover .item-name,
.header__bnr ul li a:hover .csv-price {
  display: block;
}
.header__bnr ul li a p {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header__bnr ul li a .item-name,
.header__bnr ul li a .csv-price {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  letter-spacing: 0.1em;
}
.header__bnr ul li a .item-name {
  margin-top: -1.6em;
}
.header__bnr ul li a .csv-price::before {
  margin-right: 0.5em;
}
.header__bnr ul li a img {
  width: 100%;
  vertical-align: bottom;
}

.iframe-header--newitem {
  height: 300px;
  width: 960px;
  margin: 0 auto;
}

.category-new {
  text-align: center;
}
.category-new .category-new__tit {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.category-new .category-new__subtit {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.category-new ul li a .catch-lala, .category-new ul li a .catch-lala, .category-new ul li a .description-lala {
  display: none;
}
.category-new ul li a .item-name {
  font-size: 1.2rem;
}
.category-new ul li a p {
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.newitem__btn {
  width: 300px;
  padding: 20px;
  margin: 0 auto;
  font-family: "mr-eaves-modern",sans-serif;
}
.newitem__btn a {
  position: relative;
  display: block;
  padding: 19px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #000;
  color: #000;
}
.newitem__btn a:hover {
  color: #000;
  background: #fbf7d7;
}

.main_section {
  width: 960px;
  margin: 0 auto;
}
.main_section ul {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -js-display: flex;
  justify-content: space-around;
  box-sizing: border-box;
  width: 960px;
  margin: 0 auto;
}
.main_section ul li {
  width: 312px;
  margin: 0 12px 30px 0;
  text-align: center;
}
.main_section ul li a {
  color: #000;
}
.main_section ul li a:hover {
  color: #000;
}
.main_section ul li img {
  width: 310px;
  margin-bottom: 5px;
}
.main_section ul li img:hover {
  opacity: 0.7;
}
.main_section ul li p {
  font-size: 1.4rem;
  margin: 0;
}
.main_section ul li:nth-child(3n) {
  margin: 0 0 30px 0;
}
.main_section ul li .catch-lala, .main_section ul li .description-lala, .main_section ul li .csv-price {
  display: none;
}

.main_section ul li .topic {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.0;
}

.header-pic_bana {
  margin: 0 auto 20px auto;
}
.header-pic_bana ul {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -js-display: flex;
  margin: auto;
  max-width: 960px;
}
.header-pic_bana ul li {
  width: 150px;
  float: left;
  margin-right: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.header-pic_bana ul li img {
  width: 100%;
}
.header-pic_bana ul li .item-name {
  margin-top: 5px;
  font-size: 1.0rem;
}

.header-pic_bana ul li .csv-price {
  font-size: 1.4rem;
}
.header-pic_bana ul li .catch-lala, .header-pic_bana ul li .description-lala {
  display: none;
}
.header-pic_bana ul li:nth-child(6) {
  margin-right: 0;
}





.top_btn {
  width: 300px;
  padding: 20px;
  margin: 0 auto;
  font-family: "mr-eaves-modern",sans-serif;
}
@media screen and (max-width: 767px) {
  .top_btn {
    width: 60%;
    padding: 0;
    font-size: 1.2rem;
  }
}
.top_btn a {
  position: relative;
  display: block;
  padding: 19px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #000;
  color: #000;
}
@media screen and (max-width: 767px) {
  .top_btn a {
    padding: 12px;
  }
}
.top_btn a:hover {
  color: #000;
  background: #d0d0d0;
}
.top_btn a::after {
  position: absolute;
  top: 0px;
  right: 80px;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .top_btn a::after {
    right: 25%;
  }
}

#jCarouselLite {
  visibility: visible;
  overflow: hidden;
  position: relative;
  z-index: 2;
  left: 0px;
  width: 960px !important;
  margin: 0 auto;
}
#jCarouselLite .control .ar1 {
  display: block;
  position: absolute;
  font-size: 10px;
  font-family: monospace;
  font-weight: 100;
  left: 0px;
  top: 43px;
  z-index: 20;
}
#jCarouselLite .control .ar2 {
  position: absolute;
  font-size: 10px;
  font-family: monospace;
  font-weight: 100;
  right: 0px;
  top: 43px;
  z-index: 20;
}
#jCarouselLite .control a {
  text-decoration: none;
  color: #FFF;
  padding: 5px 8px;
  background: #a4a4a4;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  opacity: 0.8;
}
#jCarouselLite ul {
  position: relative;
  z-index: 1;
  width: 960px;
  left: 0px;
}
#jCarouselLite ul li {
  overflow: hidden;
  float: left;
  width: 97px;
  height: 97px;
  margin: 0px 20px;
}
#jCarouselLite ul li img {
  width: 100%;
  height: auto;
  border: solid 1px #fff;
}
#jCarouselLite ul .item-name, #jCarouselLite ul .catch-lala, #jCarouselLite ul i .description-lala, #jCarouselLite ul .csv-price {
  display: none;
}
