@charset "UTF-8";
.p-products {
  padding-top: 80px;
  padding-bottom: 70px;
}
@media not all and (max-width: 960px) {
  .p-products {
    padding: 110px 0;
  }
}
.p-products__header {
  font-size: 28px;
  font-size: min(7.4666666667vw, 42px);
  font-size: clamp(22.4px, 7.4666666667vw, 42px);
  text-align: center;
}
@media not all and (max-width: 960px) {
  .p-products__header {
    font-size: 51px;
    letter-spacing: 0.01em;
  }
}

.p-products__ttl {
  display: inline-block;
  position: relative;
  margin-bottom: 38px;
  margin-bottom: min(11.3%, 57px);
  color: #96591a;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
@media not all and (max-width: 960px) {
  .p-products__ttl {
    margin-bottom: 42px;
  }
}
.is-load .p-products__ttl {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.p-products__ttl::before, .p-products__ttl::after {
  position: absolute;
  content: "";
  top: 0.02em;
  width: 2.57em;
  height: 100%;
  background: url(../img/products/line_brown.png) no-repeat 50%/contain;
}
@media not all and (max-width: 960px) {
  .p-products__ttl::before, .p-products__ttl::after {
    width: 142px;
  }
}
.p-products__ttl::before {
  right: calc(100% + 0.4em);
}
@media not all and (max-width: 960px) {
  .p-products__ttl::before {
    right: calc(100% + 32px);
  }
}
.p-products__ttl::after {
  left: calc(100% + 0.4em);
}
@media not all and (max-width: 960px) {
  .p-products__ttl::after {
    left: calc(100% + 32px);
  }
}
.p-products__ttl-text {
  display: block;
  position: relative;
  z-index: 1;
}
.p-products__ttl-text--dummy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  -webkit-text-stroke: 4px #ffffff;
}
@media not all and (max-width: 960px) {
  .p-products__ttl-text--dummy {
    -webkit-text-stroke: 8px #ffffff;
  }
}

.p-products__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 60px;
  padding: 10px 20px;
  font-family: "RocknRoll One", YakuHanRP, "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  text-decoration: none;
  background: #fdda06;
  border: 0;
  border-radius: 50px;
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
@media not all and (max-width: 960px) {
  .p-products__btn {
    min-height: 80px;
    padding: 15px 30px;
    font-size: 26px;
    letter-spacing: 0.02em;
    border-radius: 65px;
    -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
  }
}
@media (hover: hover) {
  .p-products__btn {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: transform, box-shadow;
    transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  }
  .p-products__btn:hover {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  }
}
.p-products__btn-text {
  position: relative;
  padding: 0 0 0 16px;
}
@media not all and (max-width: 960px) {
  .p-products__btn-text {
    padding-left: 28px;
  }
}
.p-products__btn-text::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #5a462d;
  -webkit-mask: url(../img/common/icon/arrow.png) no-repeat 0 50%/contain;
  mask: url(../img/common/icon/arrow.png) no-repeat 0 50%/contain;
}
@media not all and (max-width: 960px) {
  .p-products__btn-text::before {
    top: 1px;
    left: 6px;
    width: 16px;
  }
}
.p-products__btn.-green .p-products__btn-text::before {
  background-color: #ffffff;
}
.p-products__btn.-green {
  color: #ffffff;
  background-color: #60ad79;
}
@media not all and (max-width: 960px) {
  .p-products__btn.-text--small {
    font-size: 23px;
  }
}

.l-section {
  position: relative;
  width: 92%;
  margin: 0 auto;
  padding: 23px 10px 37px;
  background-color: #fcf9f4;
  border: 5px solid #96591a;
  border-radius: 17px;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
@media screen and (max-width: 960px) {
  .l-section {
    max-width: 673px;
  }
}
@media not all and (max-width: 960px) {
  .l-section {
    width: 85.7142857143%;
    max-width: 1500px;
    padding: 50px 40px 45px;
    border-width: 10px;
    border-radius: 34px;
  }
}
.l-section.is-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.l-section + .l-section {
  margin-top: 20px;
}
@media not all and (max-width: 960px) {
  .l-section + .l-section {
    margin-top: 54px;
  }
}
.l-section__ttl {
  margin-bottom: 22px;
  font-family: "RocknRoll One", YakuHanRP, "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  text-align: center;
  color: #995822;
  font-size: 25.5px;
  font-size: min(6.8vw, 38.25px);
  font-size: clamp(20.4px, 6.8vw, 38.25px);
}
@media not all and (max-width: 960px) {
  .l-section__ttl {
    margin-bottom: 35px;
    font-size: 51.5px;
  }
}

.l-section__lead {
  text-align: center;
  font-size: 14px;
  line-height: 1.65;
}
@media not all and (max-width: 960px) {
  .l-section__lead {
    font-size: 24.5px;
    line-height: 1.7;
  }
}

/*============================
  about
============================*/
.p-products-about {
  padding-top: 0;
  padding-bottom: 10px;
}
@media not all and (max-width: 960px) {
  .p-products-about {
    padding-top: 5px;
    padding-bottom: 0;
  }
}
.p-products-about__chara {
  position: absolute;
  right: -3%;
  bottom: 100%;
  width: 30.4347826087%;
  margin-bottom: 2px;
}
@media screen and (max-width: 960px) {
  .p-products-about__chara {
    max-width: 153px;
  }
}
@media not all and (max-width: 960px) {
  .p-products-about__chara {
    right: 3.2%;
    width: 202px;
    margin-bottom: 6px;
  }
}
.p-products-about__chara-item {
  position: relative;
  opacity: 0;
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}
.p-products-about__chara-item:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.is-active .p-products-about__chara-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.4s, -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  transition: opacity 0.4s, -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  transition: opacity 0.4s, transform cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  transition: opacity 0.4s, transform cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s, -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.is-active .p-products-about__chara-item img {
  -webkit-animation: hop-2 3s infinite;
  animation: hop-2 3s infinite;
}
.is-active .p-products-about__chara-item:nth-of-type(1) img {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.is-active .p-products-about__chara-item:nth-of-type(2) img {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.is-active .p-products-about__chara-item:nth-of-type(3) img {
  -webkit-animation-delay: 0.66s;
  animation-delay: 0.66s;
}

.p-products-about__block {
  position: relative;
  padding: 29px 0 37px;
}
@media screen and (max-width: 960px) {
  .p-products-about__block {
    text-align: center;
  }
}
@media not all and (max-width: 960px) {
  .p-products-about__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 38px 0 56px;
  }
}
.p-products-about__block:not(:last-of-type)::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 11px;
  right: 11px;
  height: 7px;
  background: url(../img/products/border.png) space 0 0/auto 100%;
}
@media not all and (max-width: 960px) {
  .p-products-about__block:not(:last-of-type)::after {
    bottom: -7px;
    left: 0;
    right: auto;
    width: 100%;
    height: 14px;
  }
}
.p-products-about__block:last-of-type {
  padding-bottom: 24px;
}
@media not all and (max-width: 960px) {
  .p-products-about__block:last-of-type {
    padding-bottom: 50px;
  }
}

.p-products-about__img {
  width: 44.4444444444%;
}
@media screen and (max-width: 960px) {
  .p-products-about__img {
    margin: 0 auto;
  }
}
@media not all and (max-width: 960px) {
  .p-products-about__img {
    width: 41.2727272727%;
    padding-top: 2.1%;
  }
  .p-products-about__img img {
    width: 90%;
    max-width: 245px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .p-products-about__block--dl .p-products-about__img {
    width: 47.619047619%;
  }
}
@media not all and (max-width: 960px) {
  .p-products-about__block--dl .p-products-about__img img {
    max-width: 260px;
  }
}

@media not all and (max-width: 960px) {
  .p-products-about__text {
    width: 53.9090909091%;
  }
}

.p-products-about__ttl {
  margin-top: 15px;
  font-size: 22px;
}
@media not all and (max-width: 960px) {
  .p-products-about__ttl {
    font-size: 35px;
  }
}
.p-products-about__ttl p {
  text-indent: -0.5em;
}

.p-products-about__data {
  margin-top: 13px;
  line-height: 1.4;
}
@media not all and (max-width: 960px) {
  .p-products-about__data {
    margin-top: 32px;
    font-size: 22px;
  }
}
.p-products-about__data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .p-products-about__data-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-products-about__data-item dt {
  min-width: 132px;
}
.p-products-about__data-item dd::before {
  content: "：";
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
.p-products-about__data-special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 960px) {
  .p-products-about__data-special {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-products-about__data-special dt {
  display: block;
  position: relative;
  font-size: 0.6em;
  color: #e62310;
  margin-right: 25px;
  padding: 8px 12px 4px 12px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-products-about__data-special dt {
    margin-right: 15px;
    padding: 8px 8px 4px 8px;
    font-size: 0.8em;
  }
}
.p-products-about__data-special dt::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #e62310;
}
.p-products-about__data-special dd {
  color: #e62310;
  font-size: 1.3em;
}

.p-products-about__note {
  margin-top: 10px;
  font-size: 9.5px;
  line-height: 1.35;
}
@media not all and (max-width: 960px) {
  .p-products-about__note {
    margin-top: 11px;
    font-size: 14.5px;
  }
}
.p-products-about__note--2 {
  margin: 10px auto 0;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-products-about__note--2 {
    width: 90%;
  }
}
@media not all and (max-width: 960px) {
  .p-products-about__note--2 {
    margin-top: 20px;
    line-height: 1.5;
  }
}

.p-products-about__btnList {
  width: 93.5%;
  max-width: 443px;
}
@media screen and (max-width: 960px) {
  .p-products-about__btnList {
    margin: 17px auto 0;
  }
}
@media not all and (max-width: 960px) {
  .p-products-about__btnList {
    max-width: 500px;
    margin-top: 36px;
  }
}
.p-products-about__btnList-item + .p-products-about__btnList-item {
  margin-top: 10px;
}
@media not all and (max-width: 960px) {
  .p-products-about__btnList-item + .p-products-about__btnList-item {
    margin-top: 30px;
  }
}

/*============================
  novelty
============================*/
.p-products-novelty__note {
  font-size: 10px;
}
@media not all and (max-width: 960px) {
  .p-products-novelty__note {
    font-size: 16px;
    line-height: 1.62;
  }
}
.p-products-novelty__note--2 .p-products-novelty__note-item {
  text-indent: -1em;
  padding-left: 1em;
}
.p-products-novelty__note--1 {
  margin-top: 7px;
  font-size: 9px;
  text-align: center;
}
@media not all and (max-width: 960px) {
  .p-products-novelty__note--1 {
    margin-top: 0;
    font-size: 16.5px;
  }
}
.p-products-novelty__note--2 {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .p-products-novelty__note--2 {
    padding: 0 9px;
  }
}
@media not all and (max-width: 960px) {
  .p-products-novelty__note--2 {
    margin-top: 50px;
  }
}

.p-products-novelty__list {
  margin: 27px auto 0;
}
@media screen and (max-width: 960px) {
  .p-products-novelty__list {
    width: 93.6507936508%;
    max-width: 443px;
  }
}
@media not all and (max-width: 960px) {
  .p-products-novelty__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 36px;
    padding: 0 9px;
  }
}
@media screen and (max-width: 960px) {
  .p-products-novelty__list-item + .p-products-novelty__list-item {
    margin-top: 40px;
  }
}
@media not all and (max-width: 960px) {
  .p-products-novelty__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 48%;
  }
  .p-products-novelty__list-item:nth-of-type(even) {
    margin-left: 4%;
  }
  .p-products-novelty__list-item:nth-of-type(n+3) {
    margin-top: 4%;
  }
}
.p-products-novelty__list-wrap {
  position: relative;
  background-color: #ccc1a3;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
  border-radius: 7px;
}
.p-products-novelty__list-shop {
  padding: 8px 10px 7px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  background-color: #96591a;
}
@media not all and (max-width: 960px) {
  .p-products-novelty__list-shop {
    padding: 13px 10px 14px;
    font-size: 24px;
  }
}
.p-products-novelty__list-img {
  position: relative;
  padding-top: 57.6271186441%;
  overflow: hidden;
}
.p-products-novelty__list-img .p-in-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.p-products-novelty__list-img .p-in-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.-wonderGoo .p-products-novelty__list-img .p-in-item:nth-of-type(1) {
  width: 21%;
}
.p-products-novelty__list-img .p-in-item[data-modal]::after {
  position: absolute;
  content: "";
  bottom: 5px;
  right: 5px;
  width: 31px;
  height: 31px;
  background: url(../img/common/icon/btn_zoom.png) no-repeat bottom right/contain;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.64s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.64s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.64s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.64s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.64s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media not all and (max-width: 960px) {
  .p-products-novelty__list-img .p-in-item[data-modal]::after {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) {
  .p-products-novelty__list-img .p-in-item[data-modal]:hover::after {
    -webkit-transform: rotate(90deg) scale(1.1);
    transform: rotate(90deg) scale(1.1);
  }
  .p-products-novelty__list-img .p-in-item[data-modal]:hover .p-in-img {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
  }
}
.p-products-novelty__list-all {
  margin-top: 11px;
  line-height: 1.65;
  font-size: 12.5px;
}
@media not all and (max-width: 960px) {
  .p-products-novelty__list-all {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-top: 13px;
    font-size: 18px;
    line-height: 1.78;
  }
}
.p-products-novelty__list-btn {
  margin-top: 15px;
}
@media not all and (max-width: 960px) {
  .p-products-novelty__list-btn {
    width: 90%;
    max-width: 420px;
    margin: 21.5px auto 0;
  }
}
.p-products-novelty__list-btn .p-in-item + .p-in-item {
  margin-top: 10px;
}
@media not all and (max-width: 960px) {
  .p-products-novelty__list-btn .p-in-item + .p-in-item {
    margin-top: 30px;
  }
}

/*============================
  buy
============================*/
.p-products-buy {
  padding-bottom: 31px;
}
@media not all and (max-width: 960px) {
  .p-products-buy {
    padding-bottom: 80px;
  }
}
.p-products-buy__ttl {
  margin-bottom: 18px;
}
@media not all and (max-width: 960px) {
  .p-products-buy__ttl {
    margin-bottom: 23px;
  }
}

.p-products-buy__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 93.6507936508%;
  margin: 21px auto 0;
}
@media not all and (max-width: 960px) {
  .p-products-buy__shop {
    max-width: 870px;
    margin-top: 48px;
  }
}
.p-products-buy__shop-item {
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-products-buy__shop-item {
    width: 48.5%;
  }
  .p-products-buy__shop-item:nth-of-type(even) {
    margin-left: 3%;
  }
  .p-products-buy__shop-item:nth-of-type(n+3) {
    margin-top: 2.8%;
  }
}
@media not all and (max-width: 960px) {
  .p-products-buy__shop-item {
    width: 31%;
  }
  .p-products-buy__shop-item:not(:nth-of-type(3n+1)) {
    margin-left: 3.5%;
  }
  .p-products-buy__shop-item:nth-of-type(n+4) {
    margin-top: 3.5%;
  }
}
.p-products-buy__shop-link {
  display: block;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
}
@media not all and (max-width: 960px) {
  .p-products-buy__shop-link {
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
  }
}
@media (hover: hover) {
  .p-products-buy__shop-link {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: transform, box-shadow;
    transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  }
  .p-products-buy__shop-link:hover {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  }
}
.p-products-buy__shop-link img {
  width: 100%;
}

.m-products__header {
  margin-bottom: 15px;
  text-align: center;
}
@media not all and (max-width: 960px) {
  .m-products__header {
    margin-bottom: 30px;
  }
}
.m-products__header-ttl {
  position: relative;
  font-size: 18px;
  color: #338d50;
}
@media not all and (max-width: 960px) {
  .m-products__header-ttl {
    font-size: 38px;
  }
}
.m-products__header-ttl .p-in-text {
  position: relative;
  z-index: 1;
}
.m-products__header-ttl .p-in-text--dummy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-text-stroke: 3px #ffffff;
}
@media not all and (max-width: 960px) {
  .m-products__header-ttl .p-in-text--dummy {
    -webkit-text-stroke: 6px #ffffff;
  }
}