.l-in__content {
  margin-top: 61px;
}
@media screen and (max-width: 900px) {
  .l-in__content {
    margin-top: 22px;
  }
}

.p-goods {
  position: relative;
  padding-bottom: 78px;
  opacity: 0;
  transform: translateX(50px);
}
body.is-in-play .p-goods {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s, transform 0.45s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition-delay: 0.2s;
}
@media not all and (max-width: 900px) {
  .p-goods {
    padding-bottom: 88px;
  }
}
@media not all and (max-width: 900px) {
  .p-goods.-detail {
    padding-bottom: 155px;
  }
}
.p-goods__ttl {
  line-height: 1.55;
  font-size: 15.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media not all and (max-width: 900px) {
  .p-goods__ttl {
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 1.58;
  }
}

.p-goods__text {
  margin-top: 11px;
  line-height: 1.75;
  font-size: 12px;
  letter-spacing: 0.15em;
}
@media not all and (max-width: 900px) {
  .p-goods__text {
    margin-top: 26px;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.85;
  }
}
.p-goods__text a {
  text-decoration: underline;
}
.p-goods__text a:hover {
  text-decoration: none;
}

.p-goods__category {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateX(50px);
}
@media screen and (max-width: 900px) {
  .p-goods__category {
    margin-top: 37px;
  }
}
@media not all and (max-width: 900px) {
  .p-goods__category {
    margin-top: 75px;
    margin-right: -7px;
    margin-left: -7px;
    justify-content: center;
  }
}
body.is-in-play .p-goods__category {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s, transform 0.45s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition-delay: 0.2s;
}
@media screen and (max-width: 900px) {
  .p-goods__category-item {
    width: 31.9%;
    margin-right: 2.15%;
  }
  .p-goods__category-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-goods__category-item:nth-of-type(n + 4) {
    margin-top: 8px;
  }
}
@media not all and (max-width: 900px) {
  .p-goods__category-item {
    width: 15.7%;
    min-width: 180px;
    margin: 0 6px 12px;
  }
}
.p-goods__category-item .c-btn::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 0;
  background-color: #e02e2c;
}
.p-goods__category-item.is-current {
  pointer-events: none;
}
.p-goods__category-item.is-current .c-btn::after {
  width: 100%;
}

.p-goods__sup {
  margin-top: 40px;
  padding: 19px 20px;
  line-height: 1.75;
  font-size: 12px;
  letter-spacing: 0.15em;
  background-color: #000000;
}
@media not all and (max-width: 900px) {
  .p-goods__sup {
    margin-top: 47px;
    padding: 35px 40px;
    letter-spacing: 0.1em;
    line-height: 1.9;
    font-size: 15px;
  }
}
.p-goods__sup a {
  text-decoration: underline;
}
.p-goods__sup a:hover {
  text-decoration: none;
}

.p-goods__list {
  margin-top: 30px;
  flex-wrap: wrap;
  display: flex;
  color: #000000;
}
@media not all and (max-width: 900px) {
  .p-goods__list {
    margin-top: 48px;
  }
  .-index .p-goods__list {
    margin-top: 72px;
  }
}
.p-goods__list-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 48%;
  background-color: #e02e2c;
  opacity: 0;
  transform: translateX(40px);
}
.p-goods__list-item::before {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
@media not all and (max-width: 900px) {
  .p-goods__list-item:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
  }
  .p-goods__list-item:hover .p-goods__list-name,
  .p-goods__list-item:hover .p-goods__list-price {
    color: #ffffff;
  }
}
body.is-in-play .p-goods__list-item {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s, transform 0.45s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}
body.is-in-play .p-goods__list-item:nth-of-type(1) {
  transition-delay: 0.35s;
}
body.is-in-play .p-goods__list-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
body.is-in-play .p-goods__list-item:nth-of-type(3) {
  transition-delay: 0.45s;
}
body.is-in-play .p-goods__list-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
body.is-in-play .p-goods__list-item:nth-of-type(5) {
  transition-delay: 0.55s;
}
body.is-in-play .p-goods__list-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
body.is-in-play .p-goods__list-item:nth-of-type(7) {
  transition-delay: 0.65s;
}
body.is-in-play .p-goods__list-item:nth-of-type(8) {
  transition-delay: 0.7s;
}
body.is-in-play .p-goods__list-item:nth-of-type(9) {
  transition-delay: 0.75s;
}
body.is-in-play .p-goods__list-item:nth-of-type(10) {
  transition-delay: 0.8s;
}
body.is-in-play .p-goods__list-item:nth-of-type(11) {
  transition-delay: 0.85s;
}
body.is-in-play .p-goods__list-item:nth-of-type(12) {
  transition-delay: 0.9s;
}
@media screen and (max-width: 900px) {
  .p-goods__list-item:nth-of-type(even) {
    margin-left: 4%;
  }
  .p-goods__list-item:nth-of-type(n + 3) {
    margin-top: 4.8%;
  }
}
@media not all and (max-width: 900px) {
  .p-goods__list-item {
    width: 31.5%;
    margin: 0 2.75% 2.75% 0;
  }
  .-index .p-goods__list-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .-detail .p-goods__list-item {
    width: 23.7%;
    margin: 0 1.73% 1.73% 0;
  }
  .-detail .p-goods__list-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 901px) and (max-width: 1060px) {
  .p-goods__list-item {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .p-goods__list-item:nth-of-type(4n) {
    margin-right: 2%;
  }
  .p-goods__list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.p-goods__list-inner {
  display: block;
  position: relative;
  color: #000000;
  height: 100%;
  padding: 5.6% 5.6% 6.9% 5.6%;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .-detail .p-goods__list-inner {
    padding-bottom: 9%;
  }
}
@media not all and (max-width: 900px) {
  .p-goods__list-inner {
    padding: 20px 20px 17px 20px;
  }
  .-detail .p-goods__list-inner {
    padding: 15px 15px 15px 15px;
  }
}
.p-goods__list-thumb {
  padding-top: 100%;
  position: relative;
}
.p-goods__list-thumb .p-in-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.p-goods__list-name {
  position: relative;
  margin-top: 7px;
  line-height: 1.4;
  font-feature-settings: "palt";
  font-weight: 500;
}
@media not all and (max-width: 900px) {
  .p-goods__list-name {
    letter-spacing: 0.05em;
    line-height: 1.45;
    font-size: 18px;
    margin-top: 16px;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }
  .-detail .p-goods__list-name {
    line-height: 1.35;
  }
}
.p-goods__list-price {
  margin-top: 3px;
  font-size: 10px;
  line-height: 1.35;
}
@media not all and (max-width: 900px) {
  .p-goods__list-price {
    margin-top: 12px;
    padding-left: 4px;
    font-size: 14px;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }
}

.p-goods__bottom {
  margin-top: 20px;
  opacity: 0;
  transform: translateX(40px);
}
body.is-in-play .p-goods__bottom {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s, transform 0.45s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition-delay: 0.2s;
}
.p-goods__bottom:empty {
  display: none;
}

.p-goods__pagination {
  margin-top: 39px;
}
@media not all and (max-width: 900px) {
  .p-goods__pagination {
    margin-top: 29px;
  }
}

.p-goods__back {
  max-width: 190px;
  margin: 40px auto 0;
}
@media not all and (max-width: 900px) {
  .p-goods__back {
    max-width: 210px;
    margin-top: 80px;
  }
}

.p-gooods_modal {
  position: relative;
  width: 100%;
  padding: 4.3% 4.3% 7% 4.3%;
  text-align: left;
}
@media not all and (max-width: 900px) {
  .p-gooods_modal {
    padding: 40px;
    margin: 0 auto;
  }
}
.p-gooods_modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-gooods_modal__bg::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e02e2c;
  height: 0;
}
.is-active .p-gooods_modal__bg::before {
  height: 100%;
  transition: 0.2s;
}
.p-gooods_modal__bg span {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #ffffff;
  opacity: 0;
}
@media not all and (max-width: 900px) {
  .p-gooods_modal__bg span {
    width: 9px;
    height: 9px;
  }
}
.is-active .p-gooods_modal__bg span {
  opacity: 1;
}
.p-gooods_modal__bg span:nth-of-type(1) {
  top: 0;
  left: 0;
  border-bottom: none;
  border-right: none;
  top: 50%;
}
.is-active .p-gooods_modal__bg span:nth-of-type(1) {
  top: 0;
  transition: 0.2s;
}
.p-gooods_modal__bg span:nth-of-type(2) {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
  top: 50%;
}
.is-active .p-gooods_modal__bg span:nth-of-type(2) {
  top: 0;
  transition: 0.2s;
}
.p-gooods_modal__bg span:nth-of-type(3) {
  bottom: 0;
  right: 0;
  border-top: none;
  border-left: none;
  bottom: 50%;
}
.is-active .p-gooods_modal__bg span:nth-of-type(3) {
  bottom: 0;
  transition: 0.2s;
}
.p-gooods_modal__bg span:nth-of-type(4) {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
  bottom: 50%;
}
.is-active .p-gooods_modal__bg span:nth-of-type(4) {
  bottom: 0;
  transition: 0.2s;
}
.p-gooods_modal__inner {
  position: relative;
  opacity: 0;
}
.is-active .p-gooods_modal__inner {
  opacity: 1;
  transition: opacity 0.3s 0.2s;
}
@media not all and (max-width: 900px) {
  .p-gooods_modal__inner {
    display: flex;
    align-items: flex-start;
  }
}
@media not all and (max-width: 900px) {
  .p-gooods_modal__img {
    width: 41.8%;
    margin-right: 4%;
    flex-shrink: 0;
  }
}
.p-gooods_modal__img-main .swiper-slide .p-in-wrapper {
  position: relative;
  padding-top: 100%;
}
.p-gooods_modal__img-main .swiper-slide .p-in-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.p-gooods_modal__select {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media not all and (max-width: 900px) {
  .p-gooods_modal__select {
    margin-top: 5%;
  }
}
.p-gooods_modal__select-item {
  position: relative;
  width: 18%;
  margin-right: 2.5%;
}
.p-gooods_modal__select-item:nth-of-type(5n) {
  margin-right: 0;
}
.p-gooods_modal__select-item:nth-of-type(n + 6) {
  margin-top: 2%;
}
.p-gooods_modal__select-item.is-active {
  pointer-events: none;
}
.p-gooods_modal__select-item .p-in-wrapper {
  position: relative;
  padding-top: 100%;
}
.p-gooods_modal__select-item .p-in-wrapper::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.2s;
}
.p-gooods_modal__select-item .p-in-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  cursor: pointer;
}
.p-gooods_modal__select-item.is-active .p-in-wrapper::after {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-gooods_modal__text {
    margin-top: 20px;
  }
}
@media not all and (max-width: 900px) {
  .p-gooods_modal__text {
    width: 54.2%;
    flex: 1 1 auto;
  }
}
.p-gooods_modal__ttl {
  color: #000000;
  font-weight: 600;
  font-size: 15.5px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media not all and (max-width: 900px) {
  .p-gooods_modal__ttl {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
  }
}
.p-gooods_modal__detail {
  font-weight: 300;
  line-height: 1.5;
  margin-top: 13px;
  word-break: break-all;
}
@media not all and (max-width: 900px) {
  .p-gooods_modal__detail {
    margin-top: 36px;
    line-height: 1.7;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}
.p-gooods_modal__detail img {
  max-width: 100% !important;
  width: auto;
  height: auto !important;
}
.p-gooods_modal__detail a {
  color: #000000;
}
@media not all and (max-width: 900px) {
  .p-gooods_modal__detail a:hover {
    text-decoration: underline;
  }
}