:root {
  --in-sine: cubic-bezier(.47, 0, .745, .715);
  --out-sine: cubic-bezier(.39, .575, .565, 1);
  --in-out-sine: cubic-bezier(.445, .05, .55, .95);
  --in-quad: cubic-bezier(.55, .085, .68, .53);
  --out-quad: cubic-bezier(.25, .46, .45, .94);
  --in-out-quad: cubic-bezier(.455, .03, .515, .955);
  --in-cubic: cubic-bezier(.55, .055, .675, .19);
  --out-cubic: cubic-bezier(.215, .61, .355, 1);
  --in-out-cubic: cubic-bezier(.645, .045, .355, 1);
  --in-quart: cubic-bezier(.895, .03, .685, .22);
  --out-quart: cubic-bezier(.165, .84, .44, 1);
  --in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --in-quint: cubic-bezier(.755, .05, .855, .06);
  --out-quint: cubic-bezier(.23, 1, .32, 1);
  --in-out-quint: cubic-bezier(.86, 0, .07, 1);
  --in-expo: cubic-bezier(.95, .05, .795, .035);
  --out-expo: cubic-bezier(.19, 1, .22, 1);
  --in-out-expo: cubic-bezier(1, 0, 0, 1);
  --in-circ: cubic-bezier(.6, .04, .98, .335);
  --out-circ: cubic-bezier(.075, .82, .165, 1);
  --in-out-circ: cubic-bezier(.785, .135, .15, .86);
  --in-back: cubic-bezier(.6, -.28, .735, .045);
  --out-back: cubic-bezier(.175, .885, .32, 1.275);
  --in-out-back: cubic-bezier(.68, -.55, .265, 1.55);
}

.p-goods {
  max-width: 1160px;
  margin: 0 auto;
}
.p-goods__box {
  position: relative;
  transform: translateY(25px);
  opacity: 0;
}
.p-goods__box.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-goods__box + .p-goods__box {
  border-top: 1px solid rgba(179, 146, 67, 0.4);
  padding-top: 98px;
  margin-top: 60px;
}
@media screen and (max-width: 899px) {
  .p-goods__box + .p-goods__box {
    padding-top: 39px;
    margin-top: 14px;
  }
}
.p-goods__box + .p-goods__box::before, .p-goods__box + .p-goods__box::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0;
  background: url(../img/common/deco_line.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.4;
  transform: translateY(-55%);
}
@media screen and (min-width: 900px) {
  .p-goods__box + .p-goods__box::before, .p-goods__box + .p-goods__box::after {
    transform: translateY(-50%);
    width: 1.7rem;
    height: 1.7rem;
  }
}
.p-goods__box + .p-goods__box::before {
  left: -0.1rem;
}
@media screen and (min-width: 900px) {
  .p-goods__box + .p-goods__box::before {
    left: -0.2rem;
  }
}
.p-goods__box + .p-goods__box::after {
  right: -0.1rem;
}
@media screen and (min-width: 900px) {
  .p-goods__box + .p-goods__box::after {
    right: -0.2rem;
  }
}
.p-goods__box-ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-goods__box-ttl {
    font-size: 2rem;
  }
}
.p-goods__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 899px) {
  .p-goods__list {
    margin-top: 37px;
  }
}
.p-goods__list-item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 4.5%;
}
@media screen and (min-width: 900px) {
  .p-goods__list-item:hover .p-goods__list-thumb-item {
    transform: scale(1.1);
  }
  .p-goods__list-item:hover .p-goods__list-ttl {
    color: #e9578b;
  }
  .p-goods__list-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-goods__list-item {
    width: 47.5%;
    margin-right: 4.5%;
    margin-bottom: 8%;
  }
  .p-goods__list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-goods__list a {
  text-decoration: none;
}
.p-goods__list-thumb {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background-color: rgba(5, 20, 61, 0.8);
}
.p-goods__list-thumb-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-goods__list-ttl {
  color: #000;
  margin-top: 17px;
  line-height: 1.7;
  transition: color 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .p-goods__list-ttl {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.5;
  }
}
.p-goods__back {
  margin-top: 70px;
}
@media screen and (max-width: 899px) {
  .p-goods__back {
    margin-top: 40px;
  }
}

.p-goods_detail__head {
  line-height: 1.8;
  transform: translateY(20px);
  opacity: 0;
}
.is-load .p-goods_detail__head {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 899px) {
  .p-goods_detail__head {
    font-size: 13px;
    line-height: 1.9;
  }
}
.p-goods_detail__head-ttl {
  margin-bottom: 40px;
  font-size: 25px;
  letter-spacing: 1.3px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-goods_detail__head-ttl {
    font-size: 16px;
  }
}
.p-goods_detail__topbox {
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: 1px;
  transform: translateY(20px);
  opacity: 0;
}
.is-load .p-goods_detail__topbox {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.6s;
}
@media screen and (max-width: 899px) {
  .p-goods_detail__topbox {
    font-size: 13px;
  }
}
.p-goods_detail__topbox span, .p-goods_detail__topbox strong, .p-goods_detail__topbox u {
  vertical-align: baseline;
}
.p-goods_detail__topbox a {
  color: #e9578b;
}
.p-goods_detail__topbox a u {
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .p-goods_detail__topbox a:hover {
    text-decoration: none;
  }
}
.p-goods_detail__topbox iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 900px) {
  .p-goods_detail__topbox iframe {
    max-width: 640px;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 899px) {
  .p-goods_detail__topbox iframe {
    height: 51.73vw !important;
  }
}
.p-goods_detail__topbox img {
  width: auto !important;
  height: auto !important;
}
@media screen and (min-width: 900px) {
  .p-goods_detail__topbox img {
    max-width: 400px;
  }
}
.p-goods_detail__lineup {
  border-top: 1px solid rgba(179, 146, 67, 0.4);
  margin-top: 60px;
  transform: translateY(20px);
  opacity: 0;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-goods_detail__lineup {
    margin-top: 32px;
  }
}
.p-goods_detail__lineup::before, .p-goods_detail__lineup::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0;
  background: url(../img/common/deco_line.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.4;
  transform: translateY(-55%);
}
@media screen and (min-width: 900px) {
  .p-goods_detail__lineup::before, .p-goods_detail__lineup::after {
    transform: translateY(-50%);
    width: 1.7rem;
    height: 1.7rem;
  }
}
.p-goods_detail__lineup::before {
  left: -0.1rem;
}
@media screen and (min-width: 900px) {
  .p-goods_detail__lineup::before {
    left: -0.2rem;
  }
}
.p-goods_detail__lineup::after {
  right: -0.1rem;
}
@media screen and (min-width: 900px) {
  .p-goods_detail__lineup::after {
    right: -0.2rem;
  }
}
.is-load .p-goods_detail__lineup {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.6s;
}
.p-goods_detail__list {
  margin-top: 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 899px) {
  .p-goods_detail__list {
    margin-top: 37px;
  }
}
.p-goods_detail__list-item {
  cursor: pointer;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3%;
}
@media screen and (min-width: 900px) {
  .p-goods_detail__list-item:hover .p-goods_detail__list-thumb::after {
    opacity: 1;
  }
  .p-goods_detail__list-item:hover .p-goods_detail__list-thumb-item {
    transform: scale(1.1);
  }
  .p-goods_detail__list-item:hover .p-goods_detail__list-ttl {
    color: #e9578b;
  }
  .p-goods_detail__list-item:hover .p-goods_detail__list-price {
    color: #e9578b;
  }
  .p-goods_detail__list-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-goods_detail__list-item {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 7%;
  }
  .p-goods_detail__list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-goods_detail__list-thumb {
  position: relative;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.p-goods_detail__list-thumb-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-goods_detail__list-ttl {
  color: #000;
  margin-top: 16px;
  line-height: 1.6;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .p-goods_detail__list-ttl {
    margin-top: 10px;
    font-size: 12px;
  }
}
.p-goods_detail__list-price {
  color: #000;
  margin-top: 5px;
  font-size: 13px;
  letter-spacing: 1px;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .p-goods_detail__list-price {
    font-size: 10px;
  }
}
.p-goods_detail__list-price .is-small {
  vertical-align: baseline;
  font-size: 9px;
}
.p-goods_detail__pager {
  margin-top: 20px;
}
.p-goods_detail__foot {
  border-top: 1px solid rgba(179, 146, 67, 0.4);
  padding-top: 59px;
  margin-top: 62px;
  line-height: 1.8;
  font-size: 16px;
  position: relative;
}
.p-goods_detail__foot::before, .p-goods_detail__foot::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0;
  background: url(../img/common/deco_line.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.4;
  transform: translateY(-55%);
}
@media screen and (min-width: 900px) {
  .p-goods_detail__foot::before, .p-goods_detail__foot::after {
    transform: translateY(-50%);
    width: 1.7rem;
    height: 1.7rem;
  }
}
.p-goods_detail__foot::before {
  left: -0.1rem;
}
@media screen and (min-width: 900px) {
  .p-goods_detail__foot::before {
    left: -0.2rem;
  }
}
.p-goods_detail__foot::after {
  right: -0.1rem;
}
@media screen and (min-width: 900px) {
  .p-goods_detail__foot::after {
    right: -0.2rem;
  }
}
@media screen and (max-width: 899px) {
  .p-goods_detail__foot {
    font-size: 13px;
    padding-top: 40px;
    margin-top: 40px;
  }
}
.p-goods_detail__foot span, .p-goods_detail__foot strong, .p-goods_detail__foot u {
  vertical-align: baseline;
}
.p-goods_detail__foot a {
  color: #e9578b;
}
.p-goods_detail__foot a u {
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .p-goods_detail__foot a:hover {
    text-decoration: none;
  }
}
.p-goods_detail__foot iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 900px) {
  .p-goods_detail__foot iframe {
    max-width: 640px;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 899px) {
  .p-goods_detail__foot iframe {
    height: 51.73vw !important;
  }
}
.p-goods_detail__foot img {
  width: auto !important;
  height: auto !important;
}
@media screen and (min-width: 900px) {
  .p-goods_detail__foot img {
    max-width: 400px;
  }
}

.m-modal__content {
  max-width: 1020px !important;
}

.goods_modal {
  color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 899px) {
  .goods_modal {
    padding: 80px 4%;
  }
}
.goods_modal__thumb {
  flex-shrink: 0;
  width: 42.5%;
  margin-right: 5.5%;
}
@media screen and (max-width: 899px) {
  .goods_modal__thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6.5%;
  }
}
.goods_modal__detail {
  flex-grow: 1;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .goods_modal__detail {
    margin-top: -6px;
  }
}
.goods_modal__detail-ttl {
  font-size: 25px;
  padding-bottom: 23px;
  margin-bottom: 22px;
}
@media screen and (max-width: 899px) {
  .goods_modal__detail-ttl {
    font-size: 17px;
    padding-bottom: 15px;
    margin-bottom: 14px;
  }
}
.goods_modal__detail-text {
  font-size: 15px;
  line-height: 1.9;
}
@media screen and (max-width: 899px) {
  .goods_modal__detail-text {
    font-size: 13px;
    line-height: 1.8;
  }
}
.goods_modal__detail-text a {
  color: #e9578b;
}
@media screen and (min-width: 900px) {
  .goods_modal__detail-text a:hover {
    text-decoration: none;
  }
}
.goods_modal__detail-text strong,
.goods_modal__detail-text span {
  vertical-align: baseline;
}
.goods_modal__detail-shopping {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.goods_modal__detail-shopping-item {
  width: 32%;
  max-width: 160px;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 900px) {
  .goods_modal__detail-shopping-item:hover {
    opacity: 0.7;
  }
  .goods_modal__detail-shopping-item:nth-child(3n) {
    margin-right: 0;
  }
}
.goods_modal__pager {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3%;
}
@media screen and (max-width: 899px) {
  .goods_modal__pager {
    margin-top: 6%;
  }
}
.goods_modal__pager-item {
  width: 18.4%;
  padding-top: 18.4%;
  position: relative;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .goods_modal__pager-item:hover::after {
    opacity: 0.4;
  }
}
@media screen and (max-width: 899px) {
  .goods_modal__pager-item {
    width: 18%;
    padding-top: 18%;
    margin-right: 2.5%;
  }
  .goods_modal__pager-item:nth-child(5n) {
    margin-right: 0;
  }
}
.goods_modal__pager-item.is-current::after, .goods_modal__pager-item.is-current::before {
  opacity: 0.6;
}
.goods_modal__pager-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.goods_modal__pager-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, rgb(201, 225, 253) 0%, rgb(239, 218, 249) 50%, rgb(202, 238, 254) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.goods_modal__pager-item .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.goods_modal__pager-item .photo img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .goods_modal__pager-item:nth-child(5n) {
    margin-right: 0;
  }
}
.goods_modal__inner {
  display: flex;
}
@media screen and (max-width: 899px) {
  .goods_modal__inner {
    display: block;
  }
}
.goods_modal__mainthumb {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
}
.goods_modal__mainthumb-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}