@charset "UTF-8";
/* ====================
Layout
 ==================== */
.m-modal {
  width: 100%;
}

[data-modal-type="template"] .m-modal__content {
  width: 91%;
  max-width: none !important;
}

.m-modal__close {
  right: 50px;
  left: auto;
}

[data-modal-type="template"] .m-modal__close::before {
  content: "";
}

/* ====================
Project
 ==================== */
.p-goods {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.p-goods__container {
  position: relative;
  margin: 0 auto;
  padding: 40px 0 10px;
  width: 73.143%;
}

.p-goods__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.p-goods__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}

.p-goods__list-item {
  display: block;
  position: relative;
  width: 29.5%;
}

.p-goods__coming {
  position: relative;
  margin: 80px auto 0;
  width: 100%;
  font-size: 62px;
  line-height: .8;
  font-family: 'Cormorant Infant', YakuHanMP_Noto, 'Noto Serif JP', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 2px;
  text-align: center;
}

.p-goods_data {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}

[data-ua="pc"] .p-goods_data:hover {
  opacity: .6;
}

.p-goods_data__thumb {
  position: relative;
  background: #fff;
  padding-top: 100%;
  width: 100%;
}

.p-goods_data__thumb-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-goods_data__title {
  position: relative;
  margin-top: 18px;
  width: 100%;
  line-height: 1.6;
  text-align: left;
}

.p-goods_in {
  position: relative;
  width: 100%;
}

.p-goods_in__container {
  position: relative;
  margin: 0 auto;
  padding: 30px 0 10px;
  width: 73.143%;
}

.p-goods_in__header {
  position: relative;
  margin: 0 auto 30px;
  width: 100%;
}

.p-goods_in__title {
  position: relative;
  margin: 0 auto;
  width: 80%;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: .85px;
  text-align: center;
}

.p-goods_in__lead {
  position: relative;
  margin: 32px auto 0;
  width: 100%;
  line-height: 1.6;
}

.p-goods_in__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-goods_in__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}

.p-goods_in__list-item {
  display: block;
  position: relative;
  width: 29.5%;
}

.p-goods_in__footer {
  position: relative;
  padding-top: 48px;
  width: 100%;
  text-align: center;
}

.p-goods_in__footer::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  width: 100%;
  height: 1px;
  content: "";
}

.p-goods_in__back {
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  margin: 0 auto;
}

[data-ua="pc"] .p-goods_in__back:hover {
  opacity: .6;
}

.p-goods_in__back-text {
  display: block;
  position: relative;
  padding: 8px 20px 8px 40px;
  font-size: 24px;
  font-family: 'Cormorant Infant', YakuHanMP_Noto, 'Noto Serif JP', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}

.p-goods_in__back-text::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  background: url("../img/common/arrow_s.svg") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-goods_in__back:hover .p-goods_in__back-text::before {
  -webkit-animation: arrow-1 1.6s linear infinite;
  animation: arrow-1 1.6s linear infinite;
}

.p-goods_in__caption {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.p-goods_in_data {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}

[data-ua="pc"] .p-goods_in_data:hover {
  opacity: .6;
}

.p-goods_in_data__thumb {
  position: relative;
  background: #fff;
  padding-top: 100%;
  width: 100%;
}

.p-goods_in_data__thumb-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-goods_in_data__title {
  position: relative;
  margin-top: 18px;
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}

.p-goods_in_data__price {
  position: relative;
  margin-top: 12px;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.p-goods_in_modal {
  position: relative;
  margin: 0 auto;
  padding: 10% 0;
  width: 80%;
  overflow: hidden;
}

.p-goods_in_modal__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-goods_in_modal__img {
  position: relative;
  z-index: 1;
  width: 400px;
}

.p-goods_in_modal__thumb {
  position: relative;
  border: 1px solid #fff;
  background: #fff;
  padding-top: 100%;
  width: 100%;
}

.p-goods_in_modal__thumb::before {
  display: block;
  position: absolute;
  top: 72px;
  left: -55px;
  z-index: -1;
  background: url("../img/in_goods/bg_goods_pc.png") no-repeat left bottom;
  background-size: auto;
  width: 100%;
  height: 100%;
  content: "";
}

.p-goods_in_modal__thumb-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-goods_in_modal__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  text-align: left;
}

.p-goods_in_modal__name {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 38px;
  font-size: 22px;
  letter-spacing: 1.6px;
}

.p-goods_in_modal__name::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #fff;
  width: 100%;
  height: 1px;
  content: "";
}

.p-goods_in_modal__detail {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .8px;
  word-break: break-word;
}

.p-goods_in_modal__detail a {
  color: #fff;
  text-decoration: underline;
}

[data-ua="pc"] .p-goods_in_modal__detail a:hover {
  text-decoration: none;
}

.p-goods_in_modal__shop {
  position: relative;
  margin-top: 12px;
  font-size: 0;
  letter-spacing: -.4em;
}

.p-goods_in_modal__shop > a {
  display: inline-block;
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 0 10px 10px 0;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

[data-ua="pc"] .p-goods_in_modal__shop > a:hover {
  opacity: .65;
}

.p-goods_in_thumb_list {
  position: relative;
  margin: 20px auto 0;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: left;
}

.p-goods_in_thumb_list__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  margin: 0 1.25% 1.25% 0;
  padding-top: 19%;
  width: 19%;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-goods_in_thumb_list__item:nth-child(5n) {
  margin-right: 0;
}

.p-goods_in_thumb_list__item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  content: "";
}

.p-goods_in_thumb_list__item.is-current::before {
  opacity: 0;
}

[data-ua="pc"] .p-goods_in_thumb_list__item:hover::before {
  opacity: 0;
}

/* ====================
COMPONENT
 ==================== */

@media screen and (max-width: 960px){
  [data-modal-type="template"] .m-modal__content {
    width: 100%;
  }
  .m-modal__close {
    right: 15px;
    left: auto;
  }
  .p-goods__container {
    padding: 12px 0;
    width: 90.667%;
  }
  .p-goods__inner {
    text-align: left;
  }
  .p-goods__list-item {
    margin: 0 6% 44px 0;
    width: 47%;
  }
  .p-goods__list-item:nth-child(2n) {
    margin-right: 0;
  }
  .p-goods__coming {
    margin-top: 62px;
    font-size: 38px;
  }
  .p-goods_data__title {
    margin-top: 8px;
    font-size: 12px;
  }
  .p-goods_in__container {
    padding: 12px 0;
    width: 90.667%;
  }
  .p-goods_in__header {
    margin-bottom: 12px;
  }
  .p-goods_in__title {
    font-size: 15px;
  }
  .p-goods_in__lead {
    margin-top: 24px;
    font-size: 1.5rem;
  }
  .p-goods_in__list-item {
    margin: 0 6% 24px 0;
    width: 47%;
  }
  .p-goods_in__list-item:nth-child(2n) {
    margin-right: 0;
  }
  .p-goods_in__footer {
    margin-top: 28px;
    padding-top: 28px;
  }
  .p-goods_in__back-text {
    padding: 8px 10px 8px 28px;
    font-size: 16px;
  }
  .p-goods_in__back-text::before {
    width: 18px;
  }
  .p-goods_in_data__title {
    margin-top: 10px;
    font-size: 12px;
  }
  .p-goods_in_data__price {
    margin-top: 5px;
    font-size: 10px;
  }
  .p-goods_in_modal {
    padding: 6% 0 50px;
    width: 90%;
  }
  .p-goods_in_modal__img {
    position: relative;
    margin: 0 auto 20px;
    width: 86%;
  }
  .p-goods_in_modal__thumb::before {
    top: 52px;
    left: 176px;
    background: url("../img/in_goods/bg_goods_sp.png") no-repeat right bottom;
    background-size: auto;
  }
  .p-goods_in_modal__name {
    margin-bottom: 16px;
    padding-bottom: 22px;
    font-size: 16px;
  }
  .p-goods_in_modal__detail {
    font-size: 12px;
    line-height: 2;
  }
}

@media screen and (min-width: 961px){
  .p-goods__list-item {
    margin: 0 5.75% 68px 0;
  }
  .p-goods__list-item:nth-child(3n) {
    margin-right: 0;
  }
  .p-goods_in__list-item {
    margin: 0 5.75% 48px 0;
  }
  .p-goods_in__list-item:nth-child(3n) {
    margin-right: 0;
  }
  .p-goods_in_modal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-goods_in_modal__img {
    margin-right: 45px;
  }
}
