.p-goods__title {
  width: 492px;
  margin: 115px auto 60px;
}
@media screen and (max-width: 899px) {
  .p-goods__title {
    width: 79%;
    margin: 0 auto 40px;
  }
}

.p-goods__contents-inner {
  margin-top: 60px;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-inner {
    margin-top: 38px;
  }
}
.p-goods__contents-item-inner {
  padding: 60px 60px 77px;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-item-inner {
    padding: 32px 20px 32px;
  }
  .--gasha .p-goods__contents-item-inner {
    padding: 39px 20px 45px;
  }
}
.p-goods__contents-item + .p-goods__contents-item {
  margin-top: 44px;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-item + .p-goods__contents-item {
    margin-top: 30px;
  }
}
.p-goods__contents-main {
  color: var(--color-white);
}
.p-goods__contents-main-about-item {
  padding: 43px 0;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-main-about-item {
    padding: 28px 0 35px;
  }
}
.p-goods__contents-main-about-item:first-of-type {
  padding-top: 0;
}
.p-goods__contents-main-about-item:last-of-type {
  padding-bottom: 0;
}
.p-goods__contents-main-about-item:last-of-type::before {
  display: none;
}
.p-goods__contents-main-about-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/line.png) repeat-x left bottom/auto 100%;
}
.p-goods__contents-main-about-head {
  margin-bottom: 20px;
  font-size: 1.9rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color-pink);
}
@media screen and (max-width: 899px) {
  .p-goods__contents-main-about-head {
    margin-bottom: 13px;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .--gasha .p-goods__contents-main-about-head {
    margin-bottom: 22px;
  }
}
.p-goods__contents-main-about-detail .p-in-caution {
  font-size: 1.4rem;
  line-height: 1.44;
  font-weight: 400;
}
.p-goods__contents-main-about-detail .p-in-caution li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  line-height: 1.44;
  margin-top: 5px;
  font-weight: 400;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-main-about-detail .p-in-caution {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .p-goods__contents-main-about-detail .p-in-caution li {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.p-goods__contents-main-about-detail .p-in-lead {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-main-about-detail .p-in-lead {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.p-goods__contents-main-about-detail .p-in-text {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
}
.p-goods__contents-main-about-detail a {
  color: var(--color-lightblue);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.5s var(--ease-main);
}
@media (hover: hover) {
  .p-goods__contents-main-about-detail a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 899px) {
  .p-goods__contents-main-about-detail .p-in-text {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
.p-goods__contents-main-about-detail .p-in-image-item {
  width: 100%;
  margin: 10px 0;
}
.p-goods__contents-main-about-detail .p-in-image-item img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.p-goods__contents-main-about-detail .p-in-date {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--color-white);
  margin-top: 30px;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-main-about-detail .p-in-date {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}
.p-goods__contents-main-about-detail .p-in-date-head {
  display: grid;
  place-items: center;
  width: 90px;
  padding: 6px;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: var(--color-white);
  color: var(--color-darkgreen);
}
@media screen and (max-width: 899px) {
  .p-goods__contents-main-about-detail .p-in-date-head {
    width: 100%;
    padding: 5px;
    font-size: 1.4rem;
  }
}
.p-goods__contents-main-about-detail .p-in-date-detail {
  display: grid;
  place-items: center;
  padding: 4px 28px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-main-about-detail .p-in-date-detail {
    padding: 16px 20px;
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    line-height: 1.6;
    font-weight: 400;
  }
}
.p-goods__contents-main-about-detail .p-in-link {
  width: 280px;
  margin: 30px 0 26px;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-main-about-detail .p-in-link {
    width: 85%;
    margin: 17px auto 16px;
  }
}
.p-goods__contents-main-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(4.3vw, 86px) 4.7%;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-main-list {
    display: block;
    width: 86.6%;
    margin: 0 auto;
  }
}
.p-goods__contents-main-item {
  width: 30.2%;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-main-item {
    width: 100%;
  }
  .p-goods__contents-main-item + .p-goods__contents-main-item {
    margin-top: 40px;
  }
}
.p-goods__contents-main-item .p-in-image {
  width: 100%;
  position: relative;
}
.p-goods__contents-main-item .p-in-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_goods_img_s.png) no-repeat center/contain;
  z-index: 2;
  pointer-events: none;
}
.p-goods__contents-main-item .p-in-image-pagination {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 1;
}
.p-goods__contents-main-item .p-in-image-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0 2px;
}
.p-goods__contents-main-item .p-in-image-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-yellow);
}
.p-goods__contents-main-item .p-in-head {
  margin-top: 14px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--color-green);
}
@media screen and (max-width: 899px) {
  .p-goods__contents-main-item .p-in-head {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
.p-goods__contents-main-item .p-in-val {
  margin-top: 11px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-main-item .p-in-val {
    margin-top: 9px;
    font-size: 1.2rem;
  }
}
.p-goods__contents-main-item .p-in-detail {
  margin-top: 13px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-main-item .p-in-detail {
    margin-top: 9px;
    font-size: 1.2rem;
  }
}
.p-goods__contents-main-item .p-in-spec {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-main-item .p-in-spec {
    margin-top: 8px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.p-goods__contents-main-item .p-in-label {
  margin-top: 18px;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-main-item .p-in-label {
    margin-top: 12px;
  }
}
.p-goods__contents-main-item .p-in-label-item {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 6px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-darkgreen);
  background-color: var(--color-white);
}
@media screen and (max-width: 899px) {
  .p-goods__contents-main-item .p-in-label-item {
    font-size: 1.2rem;
  }
}
.p-goods__contents-main-caution-head {
  margin-bottom: 26px;
  font-size: 1.9rem;
  line-height: 1.4;
  letter-spacing: 0.015em;
  font-weight: 700;
  color: var(--color-pink);
}
@media screen and (max-width: 899px) {
  .p-goods__contents-main-caution-head {
    margin-bottom: 13px;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
}
.p-goods__contents-main-caution-detail li {
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 400;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-main-caution-detail li {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.p-goods__contents-main-caution-detail img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.p-goods__contents-main-caution-detail .p-goods-att-img{
  margin: 20px auto;
  width: 60%;
}
.p-goods__contents-main-caution-detail .p-goods-att-img2{
  margin: 20px auto;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-main-caution-detail .p-goods-att-img,
  .p-goods__contents-main-caution-detail .p-goods-att-img2{
    margin: 15px auto;
    width: 100%;
  }
}
.p-goods__contents-nav-list {
  display: flex;
  justify-content: center;
  gap: 2%;
}
.p-goods__contents-nav-item {
  width: 278px;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-nav-item {
    width: 34%;
    max-width: 200px;
  }
}
.p-goods__contents-nav-item button {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.p-goods__contents-nav-item .c-link__inner {
  padding: 14px 20px;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-nav-item .c-link__inner {
    padding: 14px 4px;
  }
}
.p-goods__contents-image {
  width: 88%;
  margin: 40px auto 60px;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-image {
    width: 100%;
    margin: 30px auto 40px;
  }
}
.p-goods__contents-image img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.p-goods__contents-card {
  color: var(--color-white);
}
.p-goods__contents-card-head {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-pink);
}
@media screen and (max-width: 899px) {
  .p-goods__contents-card-head {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-goods__contents-card-lead {
  margin-top: 22px;
  text-align: center;
  line-height: 1.7;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-card-lead {
    margin-top: 24px;
    text-align: center;
    line-height: 1.7;
    font-size: 1.2rem;
  }
}
.p-goods__contents-card-image {
  width: 250px;
  margin: 25px auto;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-card-image {
    width: 50.7%;
    margin: 25px auto 0;
  }
}
.p-goods__contents-card-image img {
  width: 100%;
}
.p-goods__contents-card-about {
  margin-top: 40px;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-card-about {
    margin-top: 30px;
  }
}
#goods_target03 .p-goods__contents-card-about {
  margin-top: 28px;
}
@media screen and (max-width: 899px) {
  #goods_target03 .p-goods__contents-card-about {
    margin-top: 18px;
  }
}
.p-goods__contents-card-about-item {
  display: flex;
  align-items: flex-start;
  padding: 42px 0;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-card-about-item {
    display: block;
    padding: 36px 0 36px;
  }
}
.p-goods__contents-card-about-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/line.png) repeat-x left bottom/auto 100%;
}
.p-goods__contents-card-about-item:first-of-type::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/line.png) repeat-x left bottom/auto 100%;
}
.p-goods__contents-card-about-item .p-in-head {
  width: 140px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--color-green);
}
@media screen and (max-width: 899px) {
  .p-goods__contents-card-about-item .p-in-head {
    width: 100%;
    font-size: 1.3rem;
  }
}
.p-goods__contents-card-about-item .p-in-detail {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.6;
  color: var(--color-white);
}
@media screen and (max-width: 899px) {
  .p-goods__contents-card-about-item .p-in-detail {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}
.p-goods__contents-card-about-item .p-in-detail small {
  vertical-align: baseline;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-card-about-item .p-in-detail small {
    font-size: 1.1rem;
  }
}
.p-goods__contents-card-about-item .p-in-detail a {
  color: var(--color-lightblue);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.5s var(--ease-main);
}
@media (hover: hover) {
  .p-goods__contents-card-about-item .p-in-detail a:hover {
    opacity: 0.5;
  }
}
.p-goods__contents-card-about-caution {
  margin-top: 34px;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-card-about-caution {
    margin-top: 25px;
  }
}
#goods_target03 .p-goods__contents-card-about-caution {
  margin-top: 0;
}
.p-goods__contents-card-about-caution li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-card-about-caution li {
    font-size: 1.1rem;
    line-height: 1.84;
  }
}
.p-goods__contents-card-product {
  margin-top: 32px;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-card-product {
    margin-top: 25px;
  }
}
.p-goods__contents-card-product-item + .p-goods__contents-card-product-item {
  margin-top: 40px;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-card-product-item + .p-goods__contents-card-product-item {
    margin-top: 30px;
  }
}
.p-goods__contents-card-product-item .p-in-head {
  margin-bottom: 10px;
  padding: 7px 8px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  background-color: var(--color-white);
  color: var(--color-darkgreen);
}
@media screen and (max-width: 899px) {
  .p-goods__contents-card-product-item .p-in-head {
    padding: 5px 9px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.p-goods__contents-card-product-item .p-in-detail-cardlist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-card-product-item .p-in-detail-cardlist {
    gap: 1.34vw;
  }
}
.p-goods__contents-card-product-item .p-in-detail-cardlist li {
  width: calc(10.1% - 10px);
}
@media screen and (max-width: 899px) {
  .p-goods__contents-card-product-item .p-in-detail-cardlist li {
    width: 12.8%;
  }
}
.p-goods__contents-card-product-item .p-in-detail-image {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-card-product-item .p-in-detail-image {
    display: block;
  }
}
.p-goods__contents-card-product-item .p-in-detail-image li {
  width: calc(50% - 10px);
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-card-product-item .p-in-detail-image li {
    width: 100%;
    margin-top: 10px;
  }
}
.p-goods__contents-card-product-item .p-in-detail-image li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_goods_img_l.png) no-repeat center/contain;
  z-index: 2;
  pointer-events: none;
}
.p-goods__contents-card-other img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-badge {
    width: 86.7%;
    margin: 0 auto;
  }
}
.p-goods__contents-badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-badge-list {
    display: block;
  }
}
.p-goods__contents-badge-item {
  width: calc(50% - 20px);
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-badge-item {
    width: 100%;
    margin-top: 40px;
  }
  .p-goods__contents-badge-item:first-of-type {
    margin-top: 0;
  }
}
.p-goods__contents-badge-item .p-in-image {
  width: 100%;
  position: relative;
  z-index: 0;
}
.p-goods__contents-badge-item .p-in-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_goods_img_l.png) no-repeat center/contain;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-badge-item .p-in-image::before {
    background: url(../img/bg_goods_img_s.png) no-repeat center/contain;
  }
}
.p-goods__contents-badge-item .p-in-head {
  margin-top: 20px;
  color: var(--color-green);
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-badge-item .p-in-head {
    font-size: 1.4rem;
  }
}