@charset "utf-8";

/*-----------------------------------------------
 * Common
-------------------------------------------------*/
/* #fullWrap */
#fullWrap.is-subpage {
  display: flex;
  min-width: 1200px;
  flex-direction: column;
  min-height: 100vh;
}

@media screen and (max-width:1024px) {
  #fullWrap.is-subpage {
    min-width: 100%;
  }
}

/* .subContWrap */
.subContWrap {
  display: flex;
  padding-top: 20px;
  padding-bottom: 100px;
}

@media screen and (max-width:767px) {
  .subContWrap {
    display: block;
    padding-top: 0;
    padding-bottom: 60px;
  }
}

/* .subSection */
.subSection {
  width: 86vw;
  padding-top: 50px;
}

@media screen and (max-width:768px) {
  .subSection {
    width: 100%;
    padding-top: 100px;
  }
}

/* .sub */
.sub.is-subpage {
  position: sticky;
  top: 24px;
  z-index: 10;
}

@media screen and (max-width:767px) {
  .sub.is-subpage {
    position: absolute;
    top: auto;
  }
}

/* footer */
.footer {
  margin-top: auto;
}

/**
 * page title
 */
.subSection__title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 6.8rem;
  line-height: 1;
  color: var(--color-main);
  font-weight: 400;
  letter-spacing: .5rem;
  margin-bottom: 58px;
  padding-left: 70px;
}

@media screen and (max-width:767px) {
  .subSection__title {
    font-size: 4rem;
    padding-left: 24px;
    margin-bottom: 0px;
  }
}

/**
 * back top
 */
.backLinkWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.backLink {
  border: 1px dashed var(--color-main);
  border-radius: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-main);
  font-size: 14px;
  font-weight: 600;
  height: 42px;
  padding: 0 30px;
  text-decoration: none;
  transition: all .3s ease;
}

.backLink:hover {
  background-color: var(--color-main);
  color: #fff;
}

@media screen and (max-width:767px) {
  .backLinkWrap {
    margin-top: 40px;
  }

  .backLink {
    font-size: 12px;
    font-size: 1.2rem;
    height: 30px;
  }
}

.sub.is-subpage {
  position: sticky;
  top: 24px;
  z-index: 10;
}

.Inpage_head {
  width: 100%;
  /*padding-top: 16.667%;*/
  height: 202px;
  position: relative;
  background: url(../img/goods/goods_bg.png) no-repeat center center / cover;
}

#goods .Inpage_head {
  margin-bottom: 23px;
}

.Inpage_logo {
  width: 287px;
  height: 138px;
  background: url(../img/common/logo.png)no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Inpage_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.goods_h2 {
  width: 106px;
  height: 46px;
  bottom: -22px;
  background: url(../img/goods/goods_logo.png) no-repeat center center / contain;
}

@media screen and (max-width:768px) {
  .Inpage_head {
    height: 300px;
    background: url(../img/goods/goods_bg_sp.jpg) no-repeat center center / cover;
  }

  #goods .Inpage_head {
    margin-bottom: 31px;
  }

  .Inpage_logo {
    width: 313px;
    height: 151px;
  }

  .news_h2 {
    width: 158px;
    height: 62px;
    bottom: -31px;
  }

  .goods_h2 {
    width: 212px;
    height: 92px;
    bottom: -44px;
  }
}

.goodsCategory {
  width: 720px;
  height: 35px;
  margin: 88px auto 0px;
  display: flex;
  justify-content: space-between;
}

.goodsCategory div {
  width: 170px;
  text-align: center;
  border: solid 1px #bcd23b;
  color: #bcd23b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 18px;
}

.goodsCategory div {
  width: 170px;
  text-align: center;
  border: solid 1px #bcd23b;
  color: #bcd23b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 18px;
}

.goodsCategory div a {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.goodsCategory div a:hover {
  background-color: #bcd23b;
  color: #000;
}

.goodsCategory div.selected a {
  background-color: #bcd23b;
  color: #000;
}

.goodsWrap {
  /* margin: 0 auto 60px; */
  position: relative;
  max-width: 900px;
  padding: 0 30px 0 70px;
}

.goods__title {
  background: url(../img/goods_title.png) no-repeat left top;
  height: 37px;
  margin-bottom: 30px;
}

.article__boxlists {
  /* width: 100%; */
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.article__boxlist {
  width: 240px;
  margin-right: 40px;
  margin-bottom: 41px;
  padding-bottom: 24px;
  position: relative;
}

.article__boxlist::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.1rem;
  background: url(../../assets/img/index/news_line.svg) repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}



.article__boxlist--link {
  display: block;
  text-decoration: none;
  height: 100%;
}

.article__boxlist--img {
  width: 240px;
  height: 254px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #dddddd;
  margin-bottom: 27px;
}

.article__boxlist--img img {
  width: 100%;
  transition: .3s ease;
}

.article__boxlist--link:hover .article__boxlist--img img {
  transform: scale(1.15);
}

.article__boxlist--title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: var(--color-main);
  letter-spacing: .15em;
}

.article__boxlist--title:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  /* background: url(../img/icon_todetail.png); */
  top: calc(50% - 14px);
  right: 15px;
}

@media screen and (min-width:768px) {
  .goods__modal {
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    z-index: 10001;
    display: none;
  }

  .modal__inner {
    height: 100%;
    left: 0;
    min-height: 620px;
    min-width: 1200px;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .goods__closelayer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }

  .goods__detail {
    width: 1072px;
    /*padding-top: 114px;*/
    margin: 0 auto;
    margin-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 3;
  }

  .goods__article {
    width: 876px;
    padding: 60px 0;
    margin: 0 auto;
  }

  .goods__article--title {
    font-size: 20px;
    line-height: 2;
    text-align: left;
    color: var(--color-main);
    margin-bottom: 50px;
    letter-spacing: .15em;
  }

  .goods__article--inner {
    display: flex;
    justify-content: space-between;
  }

  .goods__article--imgs {
    width: 400px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .goods__article--imgs img {
    width: 100%;
  }

  .goods__article--imglists {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    order: 3;
  }

  .goods__article--imglist {
    display: flex;
    align-items: center;
  }

  .goods__article--imglist {
    width: 50px;
    display: flex;
    align-items: center;
    margin-top: 2px;
    margin-right: 2px;
  }

  .goods__article--imglist:nth-of-type(6n) {
    margin-right: 0;
  }

  .goods__article--imglist img {
    cursor: pointer;
    transition: .15s ease;
  }

  .goods__article--imglist img:hover {
    opacity: 0.85;
  }

  .goods__article--imglist img.is__current {
    opacity: 0.6;
  }

  .goods__article--img {
    width: 100%;
    order: 1;
  }

  .goods__article--imgs img {
    margin-left: 1px;
    margin-top: 1px;
  }

  .goods__article--description {
    width: 440px;
    font-size: 16px;
    line-height: 34px;
    font-weight: normal;
  }

  .goods__article--back {
    position: absolute;
    top: 0;
    right: 0;
  }

  .goods__article--backlink {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1;
    transition: all 0.3s ease;
  }

  .goods__article--backlink:hover {
    opacity: 0.8;
  }

  .c_icon::before{
    content: '';
    display: block;
    width: 64px;
    height: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .article__boxlist:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width:768px) {
  .goodsCategory {
    width: 480px;
    flex-wrap: wrap;
    margin: 88px auto 60px;
  }

  .goodsCategory div {
    margin-bottom: 20px;
    width: 230px;
  }

  .goodsWrap {
    margin: 0 auto 60px;
    padding: 30px 24px;
    position: relative;
    width: 100%;
  }

  .goods__title {
    font-size: 24px;
    background: url(../img/goods_title.png) no-repeat center center;
    height: 37px;
    margin-bottom: 30px;
  }

  .article__boxlists {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
  }

  .article__boxlist {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .article__boxlist:nth-of-type(2n) {
    margin-right: 0;
  }

  .article__boxlist::after {

  }

  .article__boxlist--link {
    display: block;
    text-decoration: none;
  }

  .article__boxlist--img {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .article__boxlist--img img {
    width: 100%;
  }

  .article__boxlist--title {
    font-size: 12px;
    color: var(--color-main);
    position: relative;
    text-align: left;
  }

  .article__boxlist--title:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    /* background: url(../img/icon_todetail.png); */
    top: calc(50% - 14px);
    right: 15px;
  }

  .goods__modal {
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    z-index: 10001;
    display: none;
  }

  .modal__inner {
    background-color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
  }

  .goods__closelayer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }

  .goods__detail {
    min-height: 100%;
    /* margin-top: 50px; */
    padding: 20px;
    /* width: 750px; */
    position: relative;
    z-index: 3;
  }

  .goods__article {
    /* width: 580px; */
    padding: 60px 0;
    margin: 0 auto;
  }

  .goods__article--title {
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-main);
    position: relative;
  }

  .goods__article--title::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.1rem;
    background: url(../../assets/img/index/news_line.svg) repeat-x;
    position: absolute;
    left: 0;
    bottom: 0; 
  }

  .goods__article--inner {
    flex-direction: column;
  }

  .goods__article--imgs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .goods__article--imglists {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    order: 3;
    width: 100%;
  }

  .goods__article--imglist {
    width: 90px;
    margin: 8px 8px 0 0;
    display: flex;
    align-items: center;
  }

  .goods__article--imglist:nth-of-type(6n) {
    margin-right: 0;
  }

  .goods__article--imglist img {
    width: 100%;
  }

  .goods__article--imglist img.is__current {
    opacity: 0.6;
  }

  .goods__article--img {
    width: 100%;
    order: 1;
  }

  .goods__article--imgs img {
    width: 100%;
  }

  .goods__article--description {
    margin-top: 20px;
    width: 100%;
    font-size: 12px;
    line-height: 2;
  }

  .goods__article--back {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .goods__article--backlink {
    align-items: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1;
  }
}

.paging {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 80px 0;
}

.paging .pageno {
  width: 45px;
  height: 45px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging span a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  border: 1px solid #c3d82d;
  text-decoration: none;
  transition: .3s ease;
}

.paging span a:hover {
  background-color: #c3d82d;
  color: #000;
}

.paging .pageactive {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c3d82d;
  border-radius: 50%;
  background-color: #c3d82d;
  color: #000;
}

@media screen and (max-width:768px) {
  .paging {
    width: 100%;
  }
}

.article__top_text,
.article__bottom_text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .15em;
  font-weight: 600;
}

.article__top_text strong,
.article__bottom_text strong {
  font-weight: 600;
}

.article__top_text {
  border: 2px solid var(--color-main);
  padding: 40px 43px;
  margin-bottom: 40px;
}

.article__bottom_text {
  color: #333333;
}

@media screen and (max-width:768px) {

  .article__top_text,
  .article__bottom_text {
    font-size: 12px;
  }
  
  .article__top_text {
    padding: 20px 21px;
    margin-bottom: 20px;
  }
}

#goods__ttl {
  display: block;
  order: 2;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

@media screen and (max-width:768px) {
  #goods__ttl {
    font-size: 20px;
  }
  .c_icon::before{
    width: 42px;
    height: 28px;
  }
}