@charset "UTF-8";


.c-under-page-header {
  background-color: #F0F0F0;
}
.c-under-page-header__inner {
  max-width: 1080px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 106px;
}
.c-under-page-header__title-small {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  display: block;
  margin-bottom: 6px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #333333;
}
.c-under-page-header__title-big {
  display: block;
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: .1rem;
  color: #333333;
}

/*-----TABLET-----*/
@media only screen and (max-width: 1079px) {
  .c-under-page-header {
    margin-bottom: 40px;
  }
  .c-under-page-header__inner {
    max-width: 1080px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
.p-special-sites-section {
  max-width: 1080px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 30px;
}
.p-special-sites-section:first-of-type {
  margin-top: 71px;
}
.p-special-sites-section:last-of-type {
  margin-bottom: 100px;
}
.p-special-sites-section__title {
  margin-bottom: 38px;
  line-height: 1;
  font-size: 100%;
}
.p-special-sites-section__title-small {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  display: block;
  margin-bottom: 3px;
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: .04rem;
  line-height: 1.45;
  color: #999999;
}
.p-special-sites-section__title-big {
  position: relative;
  display: block;
  font-size: 1.8rem;
  letter-spacing: .1rem;
  line-height: 1.33;
  color: #333333;
}
.p-special-sites-section__title-big:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
}
.p-special-sites-section__title-big-inner {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 20px;
  background-color: #fff;
}

/*-----TABLET-----*/
@media only screen and (max-width: 1079px) {
  .p-special-sites-section {
    max-width: 1080px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 48px;
  }
  .p-special-sites-section:first-of-type {
    margin-top: 40px;
  }
  .p-special-sites-section:last-of-type {
    margin-bottom: 72px;
  }
  .p-special-sites-section__title {
    margin-bottom: 22px;
  }
}
.p-product-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-product-list:after {
  content: "";
  display: block;
  width: 307px;
}
.p-product-list__item {
  max-width: 307px;
  margin-bottom: 40px;
}
.p-product-list__item:nth-child(3n) {
  margin-right: 0;
}
.p-product-list__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  text-decoration: none;
}
.p-product-list__link:hover {
  opacity: .7;
}
.p-product-list__tag {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 1;
  width: 48px;
  height: 16px;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.45;
  letter-spacing: .04rem;
  background-color: #E50000;
}
.p-product-list__img-box {
  position: relative;
  margin-bottom: 10px;
}
.p-product-list__img-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: #E6E6E6 solid 1px;
}
.p-product-list__img-box--special:after {
  border: none;
}
.p-product-list__img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-product-list__item-title {
  margin-bottom: 8px;
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-product-list__item-desc {
  font-size: 1.1rem;
  color: #333333;
  line-height: 1.45;
  letter-spacing: .04rem;
}

/* Notice: TABLET */
@media only screen and (max-width: 1079px) {
  .p-product-list:after {
    width: calc((100% - 44px) / 3);
  }
  .p-product-list__item {
    max-width: none;
    width: calc((100% - 44px) / 3);
    margin-bottom: 25px;
  }
  .p-product-list__tag {
    right: 0;
    top: 0;
  }
  .p-product-list__item-title {
    margin-bottom: 9px;
    font-size: 1.4rem;
    color: #333333;
    line-height: 1.57;
    letter-spacing: .06rem;
  }
}
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-product-list:after {
    width: calc(50% - 7.5px);
  }
  .p-product-list__item {
    width: calc(50% - 7.5px);
    margin-bottom: 22px;
  }
  .p-product-list__item:nth-child(3n) {
    margin-right: auto;
  }
  .p-product-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .p-product-list__img-box {
    margin-bottom: 10px;
  }
  .p-product-list__item-title {
    margin-bottom: 11px;
  }
}

.view-more-box{
	/*text-align: center;*/
	margin: 40px auto 0!important;
	width: 208px;
}
.btn_view-more{
	display: -webkit-flex;
	/* display: flex; */
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: .3s;
	transition: .3s;
	width: 100%;
	height: 56px;
	border: #E6E6E6 solid 1px!important;
	font-size: 1.4rem;
	line-height: 1.57;
	letter-spacing: .06rem;
	color: #333333;
	margin-bottom: 60px;
}

.btn_view-more:hover{
	background-color: #F0F0F0!important;
}
.p-special-sites-section .btn_view-more{
	display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  height: 56px;
  border: #E6E6E6 solid 1px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #333333;
  margin-bottom: 60px;
}
.p-special-sites-section .btn_view-more:hover{
	background-color: #F0F0F0;
}

.btn_view-more_txt{
	font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
}

.btn_view-more_txt:after{
	content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  margin-left: 4px;
  background: url(/html2014/2020/assets/img/arrow_button_bk_bottom.svg) no-repeat center center;
}




