:root {
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #372fc4;
}

@keyframes loop_x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes shape_hand {
  0% {
    transform: translateX(-5%);
  }
  50% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(-5%);
  }
}
@keyframes vibration {
  0% {
    transform: translateY(0);
  }
  16% {
    transform: translateY(20px);
  }
  32% {
    transform: translateY(-15px);
  }
  48% {
    transform: translateY(5px);
  }
  64% {
    transform: translateY(-3px);
  }
  80% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes tenmetu {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.l-section {
  padding-top: 2rem;
}
@media screen and (max-width: 859px) {
  .l-section {
    padding-top: 0rem;
  }
}
.l-section__ttl-content {
  padding: 0;
}
.l-section__ttl h2 {
  width: 55.5rem;
}
@media screen and (max-width: 859px) {
  .l-section__ttl h2 {
    width: 17rem;
  }
}
.l-section__ttl-ja {
  width: 5.8rem;
}
@media screen and (max-width: 859px) {
  .l-section__ttl-ja {
    width: 2.3rem;
  }
}

.p-goods__block {
  transform: translateY(30px);
  opacity: 0;
}
.is-load .p-goods__block {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.2s;
}
.p-goods__block-item + .p-goods__block-item {
  margin-top: 8.9rem;
}
@media screen and (max-width: 859px) {
  .p-goods__block-item + .p-goods__block-item {
    margin-top: 5.3rem;
  }
}
.p-goods__block-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 4rem;
  font-family: YakuHanMP, "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 859px) {
  .p-goods__block-ttl {
    font-size: 2.6rem;
    margin-bottom: 1.9rem;
    letter-spacing: 1px;
  }
}
.p-goods__block-text {
  text-align: center;
  line-height: 1.9;
  font-size: 1.7rem;
}
@media screen and (max-width: 859px) {
  .p-goods__block-text {
    font-size: 1.2rem;
  }
}
.p-goods__table {
  width: 84.7%;
  border: 1px solid var(--color-white);
  margin: 0 auto;
  margin-top: 5.1rem;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 859px) {
  .p-goods__table {
    width: 93%;
    margin-top: 2.5rem;
  }
}
.p-goods__table th {
  width: 22.9rem;
  box-sizing: border-box;
  border-right: 1px solid var(--color-white);
  text-align: left;
  vertical-align: top;
  font-weight: 700;
  padding: 19px 19px;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 859px) {
  .p-goods__table th {
    padding: 1.9rem 1.5rem 0;
    margin-bottom: 1rem;
    border: none;
    width: 100%;
    font-size: 1.1rem;
  }
}
.p-goods__table td {
  padding: 14px 20px 22px;
  font-size: 1.7rem;
  letter-spacing: 0.5px;
  width: calc(100% - 22.9rem);
  line-height: 1.5;
}
@media screen and (max-width: 859px) {
  .p-goods__table td {
    line-height: 1.6;
    letter-spacing: 0.3px;
    padding: 0 1.5rem 2rem;
    font-size: 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 859px) {
  .p-goods__table tr {
    display: flex;
    flex-direction: column;
  }
}
.p-goods__table tr + tr {
  border-top: 1px solid var(--color-white);
}
.p-goods__table-note {
  margin-top: 1.1rem;
}
@media screen and (max-width: 859px) {
  .p-goods__table-note {
    margin-top: 0.8rem;
  }
}
.p-goods__table-note-item {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
}
@media screen and (max-width: 859px) {
  .p-goods__table-note-item {
    font-size: 1rem;
  }
}
.p-goods__table-note-item + .p-goods__table-note-item {
  margin-top: 4px;
}
.p-goods__table-btn {
  margin-top: 1.4rem;
}
@media screen and (max-width: 859px) {
  .p-goods__table-btn {
    margin-top: 1.2rem;
  }
}
.p-goods__table-btn .c-btn {
  width: 26.4rem;
}
@media screen and (max-width: 859px) {
  .p-goods__table-btn .c-btn {
    width: 18.5rem;
  }
}
.p-goods__attention {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  margin-top: 5.2rem;
  width: 84.8%;
  line-height: 1.8;
  padding: 4.8rem 8.9rem 7.7rem;
}
@media screen and (max-width: 859px) {
  .p-goods__attention {
    margin-top: 3.6rem;
    width: 93%;
    padding: 3.1rem 1.9rem 3.4rem;
  }
}
.p-goods__attention-ttl {
  text-align: center;
  font-family: YakuHanMP, "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 900;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 3.1rem;
}
@media screen and (max-width: 859px) {
  .p-goods__attention-ttl {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.p-goods__attention-label {
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 0.6rem;
  font-size: 1.5rem;
  position: relative;
  padding-left: 1rem;
}
@media screen and (max-width: 859px) {
  .p-goods__attention-label {
    font-size: 1.2rem;
    margin-top: 2.1rem;
  }
}
.p-goods__attention-label::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: 1.1rem;
  left: -0.3rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 859px) {
  .p-goods__attention-label::before {
    left: 0;
    top: 0.9rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}
.p-goods__attention-list-item {
  font-size: 1.5rem;
  text-indent: -0.7rem;
  padding-left: 0.7rem;
}
@media screen and (max-width: 859px) {
  .p-goods__attention-list-item {
    font-size: 1.3rem;
    text-indent: -0.9rem;
    padding-left: 0.9rem;
  }
}
.p-goods__attention-list-item + .p-goods__attention-list-item {
  margin-top: 1px;
}
@media screen and (max-width: 859px) {
  .p-goods__attention-list-item + .p-goods__attention-list-item {
    margin-top: -2px;
  }
}
.p-goods__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10rem;
  transform: translateY(30px);
  opacity: 0;
}
.p-goods__list.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 859px) {
  .p-goods__list {
    margin-top: 6.7rem;
    padding: 0 3.8%;
    display: block;
  }
}
.p-goods__list-item {
  width: 31%;
}
@media screen and (min-width: 860px) {
  .p-goods__list-item {
    margin-right: 3.5%;
    margin-top: 3.5%;
  }
  .p-goods__list-item:nth-child(3n) {
    margin-right: 0;
  }
  .p-goods__list-item:nth-child(n+1):nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 859px) {
  .p-goods__list-item {
    width: 100%;
  }
  .p-goods__list-item + .p-goods__list-item {
    margin-top: 12%;
  }
}
.p-goods__list-thumb {
  position: relative;
}
.p-goods__list-textarea {
  line-height: 1.4;
  margin-top: 1.9rem;
}
@media screen and (max-width: 859px) {
  .p-goods__list-textarea {
    margin-top: 1.5rem;
  }
}
.p-goods__list-ttl {
  font-family: YakuHanMP, "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 1.1rem;
}
.p-goods__list-ttl p{
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-top: 0.2rem;
}
@media screen and (max-width: 859px) {
  .p-goods__list-ttl {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
  .p-goods__list-ttl p{
    font-size: 1.2rem;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 859px) {
  .p-goods__list-price {
    font-size: 1.3rem;
  }
}
.p-goods__list-detail {
  margin-top: 0.9rem;
}
@media screen and (max-width: 859px) {
  .p-goods__list-detail {
    margin-top: 0.7rem;
    font-size: 1.3rem;
  }
}
.p-goods__list-note-item {
  letter-spacing: 0.5px;
  font-size: 1.45rem;
  text-indent: -1.7rem;
  padding-left: 1.7rem;
}
@media screen and (max-width: 859px) {
  .p-goods__list-note-item {
    text-indent: -1rem;
    padding-left: 1rem;
    font-size: 1.2rem;
  }
}

.goods_swiper {
  overflow: hidden;
}
.goods_swiper .swiper-pagination {
  bottom: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 0 2%;
}
@media screen and (max-width: 859px) {
  .goods_swiper .swiper-pagination {
    padding: 0 2.5%;
  }
}
.goods_swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  border: 1px solid var(--color-blue);
  opacity: 1;
  background-color: transparent;
  width: 1rem;
  height: 1rem;
  margin: 4px 4px 0;
}
@media screen and (max-width: 859px) {
  .goods_swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 3px 3px 0;
  }
}
.goods_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-blue);
}



/**************************************************************/


.p-goods__special.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.p-goods__special {
  width: 84.8%;
  margin: 10rem auto 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4.8rem 8.9rem 7.7rem;
}

@media screen and (max-width: 859px) {
  .p-goods__special {
    width: 93%;
    margin: 8rem auto 0;
    padding: 3.1rem 1.9rem 3.4rem;
  }
}

.p-goods__special-cap {
  text-align: center;
  font-family: YakuHanMP, "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 900;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 3.1rem;
}

@media screen and (max-width: 859px) {
  .p-goods__special-cap {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}

.p-goods__special-text {
  text-align: center;
  line-height: 1.9;
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 859px) {
  .p-goods__special-text {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.p-goods__special-note {
  text-align: center;
  line-height: 1.5em;
  font-size: 1.5rem;
}

@media screen and (max-width: 859px) {
  .p-goods__special-note {
    text-align: left;
    font-size: 1.1rem;
  }
}

.p-goods__special-note li {
  text-indent: -1em;
  padding-left: 1em;
}

.p-goods__special-img {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 859px) {
  .p-goods__special-img {
    display: block;
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 860px) {
  .p-goods__special-item {
    width: 48%;
    margin-left: 4%;
  }
  .p-goods__special-item:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 859px) {
  .p-goods__special-item {
    width: 100%;
    margin-top: 3rem;
  }
  .p-goods__special-item:first-child {
    margin-top: 0;
  }
}

.p-goods__special-item img {
  width: 100%;
}

.p-goods__special-name {
  margin-top: 2rem;
}

@media screen and (max-width: 859px) {
  .p-goods__special-name {
    margin-top: 1.5rem;
  }
}

.p-goods__special-name dt {
  margin-bottom: 1rem;
  font-size: 2rem;
}

@media screen and (max-width: 859px) {
  .p-goods__special-name dt {
    font-size: 1.5rem;
  }
}

.p-goods__special-name dd {
  line-height: 1.5em;
  font-size: 1.7rem;
}

@media screen and (max-width: 859px) {
  .p-goods__special-name dd {
    font-size: 1.2rem;
  }
}