@charset "UTF-8";


main a:hover .txt span {
  color:#DD6D22;
}
main a:hover .image {
  transform:scale(1.05);
}
main a .image {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
main .article .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.path ul {
  margin-top: 20px;
  margin-bottom: 16px;
}
main h1 {
  height: auto;
  padding-top: 22px;
  margin: 0 0 20px;
  background: none;
  border-top: 1px solid #E9E6DF;
}
main h1 span {
  height: auto;
  max-width: 1180px;
  padding: 0 50px;
  margin: 0 auto;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: left;
  font-weight: bold;
}
main h2.line-y {
  margin-bottom: 30px;
}
main .paragraph h2.line-y {
  padding: 6px 0 6px 14px;
  margin-bottom: 10px;
  line-height: 1;
}
main section {
  margin-bottom: 50px;
}
.main-catch {
  margin-bottom: 44px;
  background: url('../../../images/common/bg_ttl.png')repeat center bottom/100% auto;
}
.main-catch .inner {
  max-width: 960px;
  padding: 0;
}
main #lead-area {
  margin-bottom: 32px;
}
main .lead {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777;
  font-weight: bold;
}
#page-link {
  margin-bottom: 34px;
}
#page-link li {
  width: calc((100% - 60px) /4);
  padding-bottom: 13px;
  margin-right: 20px;
  margin-bottom: 10px;
  background: url('../../../images/common/icon_arrow_b_o.svg')no-repeat center bottom/12px auto;
}
#page-link li:nth-child(4n) {
  margin-right: 0;
}
#page-link li a {
  display: block;
  border-radius: 20px;
  font-size: 1.5vw;
  line-height: 38px;
  border: 1px solid #1A1A1A;
  font-weight: bold;
  text-align: center;
}
.paragraph .block-wrapper {
  padding-top: 24px;
  margin-bottom: 70px;
  border-top: 1px solid #1A1A1A;
}
.paragraph .block-wrapper.goods-list {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.paragraph .block-wrapper.paragraph-wrapper .image {
  width: 48.1481%;
  margin-right: 40px;
  margin-top: 6px;
}
.paragraph .block-wrapper.paragraph-wrapper .txt-wrapper {
  width: 100%;
}
.paragraph .block-wrapper.paragraph-wrapper .txt-wrapper:nth-child(2) {
  width: calc(100% - (48.1481% + 40px));
}
.paragraph .block-wrapper .catch {
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4615;
}
.paragraph .block-wrapper.paragraph-wrapper .txt {
  margin-bottom: 30px;
  line-height: 1.75;
}
.paragraph .block-wrapper.paragraph-wrapper .txt:last-child {
  margin-bottom: 0;
}
.youtube-wrapper {
  max-width: 800px;
  margin: 0 auto 70px;
}
.youtube-wrapper .icon {
  z-index: 200;
}
.blocker {
  background-color: #000;
  z-index: 99999;
}
.modal {
  max-width: 90%;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  background: inherit;
  padding: 0;
}
.modal a.close-modal {
  background-color: #000;
  border: 2px solid #242424;
  border-radius: 50%;
  display: block;
  width: 26px;
  height: 26px;
  padding: 30px 30px 0 0;
  overflow: hidden;
  position: absolute;
  top: -13px;
  right: -13px;
  background: #000;
}
.modal a.close-modal:hover {
  background-color: #424242;
}
.modal a.close-modal::before,
.modal a.close-modal::after {
  background-color: #999;
  content: '';
  display: block;
  width: 2px;
  height: 24px;
  margin-left: -1px;
  position: absolute;
  top: 3px;
  left: 50%;
}
.modal a.close-modal::before {
  transform: rotate(-45deg);
}
.modal a.close-modal::after {
  transform: rotate(45deg);
}
main .icon-movie {
  pointer-events: none;
}
main .block-wrapper.goods-list .block {
  width: calc((100% - 60px - .01px) / 3);
  margin-right: 30px;
  margin-bottom: 50px;
}
main .block-wrapper.goods-list .block:nth-child(3n) {
  margin-right: 0;
}
#recommend {
  margin-bottom: 70px;
}
#other-feature {
  padding: 70px 0 90px;
  background-color: #F8F6ED;
}
#other-feature .article {
  width: calc((100% - 41px - .01px) / 3);
  margin-right: 20px;
  margin-bottom: 30px;
}
#other-feature .article:nth-child(3n) {
  margin-right: 0;
}
#other-feature h2 {
  margin-bottom: 40px;
  text-align: center;
}
#other-feature h2 img {
  max-width: 384px;
  margin: 0 auto;
}
#other-feature .article .txt {
  background-color: #fff;
}
footer {
  margin-top: 0;
}
main .goods-list .goods-name {
  display: -webkit-box;
  margin-top: 10px;
}
main .goods-list .cate-list:first-of-type {
  margin-top: 10px;
}
main .goods-list .goods-price {
  padding-bottom: 10px;
  margin-bottom: 14px;
  border-bottom: 1px solid #C7C2B7;
}
@media screen and (max-width:768px){
  main a:hover .txt span {
    color:#1A1A1A;
  }
  main a:hover .image {
    transform:none;
  }
  .path ul {
    margin-top: 10px;
    margin-bottom: 11px;
  }
  main h1 {
    height: auto;
    padding-top: 20px;
    margin-bottom: 17px;
    background: none;
    border-top: 1px solid #E9E6DF;
  }
  main h1 span {
    display: block;
    padding: 0;
    margin: 0 16px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .main-catch {
    margin-bottom: 26px;
  }
  .main-catch .inner {
    width: 100%;
    margin: 0;
  }
  main .lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #page-link {
    margin-bottom: 24px;
  }
  #page-link li {
    width: calc((100% - 11px - .01px) / 2);
    margin-right: 11px;
  }
  #page-link li:nth-child(2n) {
    margin-right: 0;
  }
  #page-link li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  main .paragraph h2.line-y {
    padding: 8px 0 8px 14px;
  }
  main h2.line-y {
    padding: 9px 0 9px 14px;
    margin-bottom: 26px;
    line-height: 1;
  }
  main section {
    margin-bottom: 40px;
  }
  .paragraph .block-wrapper {
    padding-top: 24px;
    margin-bottom: 34px;
  }
  .paragraph .block-wrapper.paragraph-wrapper .image {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .paragraph .block-wrapper.paragraph-wrapper .txt-wrapper:nth-child(2) {
    width: 100%;
  }
  .paragraph .block-wrapper .catch {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545;
  }
  .paragraph .block-wrapper .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .youtube-wrapper {
    margin-bottom: 40px;
  }
  .youtube {
    padding-top: 56.855%;
  }
  main .block-wrapper.goods-list .block,
  main .block-wrapper.goods-list .block:nth-child(3n) {
    width: calc((100% - 17px) / 2);
    margin-right: 17px;
    margin-bottom: 40px;
  }
  main .block-wrapper.goods-list .block:nth-child(2n) {
    margin-right: 0;
  }
  #recommend {
    margin-bottom: 40px;
  }
  main .goods-list .cate-list li {
    padding: 3px 6px 2px;
  }
  main .goods-list .goods-price {
    padding-bottom: 6px;
  }
  main .goods-list .image-wrapper .icon img {
    width: 16px;
  }
  #other-feature {
    padding: 40px 0 80px;
  }
  #other-feature h2 {
    margin-bottom: 25px;
  }
  #other-feature h2 img {
    max-width: 295px;
    margin: 0 auto;
  }
  #other-feature .article {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  #page-link li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
