@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : goods.css
Description : グッズ
===================================================================== */
/* =====================================================================
    goods
======================================================================*/
.goods {
  position: relative;
  width: 100%;
  padding: 16rem 0 48rem 0;
}
@media screen and (min-width: 768px) {
  .goods {
    padding: 16rem 0 29.6rem 0;
  }
}
.goods:has(.goods-main:first-child:last-child) .bg-shape02 {
  display: none;
}
.goods .bg-shape01 {
  top: 6rem;
  transform: translateY(0);
}
.goods .bg-shape01 .cloud01 {
  left: -5.3rem;
  top: 52rem;
}
@media screen and (min-width: 768px) {
  .goods .bg-shape01 .cloud01_r {
    right: -5.8rem;
    top: 49.4rem;
  }
}
.goods .bg-shape02 {
  top: inherit;
  bottom: 48rem;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .goods .bg-shape02 {
    display: none;
    bottom: 29.6rem;
  }
}
.goods .bg-shape02 .cloud01 {
  left: -5.3rem;
  top: -10rem;
}
@media screen and (min-width: 768px) {
  .goods .bg-shape02 .cloud01 {
    left: -16rem;
    top: 34.7rem;
  }
}
.goods-deco01 {
  position: absolute;
  display: none;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .goods-deco01 {
    right: -6rem;
    top: 3rem;
    display: block;
    width: 39.6rem;
  }
}
.goods-deco02 {
  position: absolute;
  display: none;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .goods-deco02 {
    right: 13.5rem;
    top: 8.7rem;
    display: block;
    width: 26.1rem;
  }
}
.goods-deco03 {
  position: absolute;
  display: none;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .goods-deco03 {
    right: 23rem;
    top: 0;
    display: block;
    width: 17.9rem;
  }
}
.goods-deco04 {
  position: absolute;
  left: -10.4rem;
  bottom: 6rem;
  display: block;
  width: 53.3rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .goods-deco04 {
    left: -3.2rem;
    bottom: -6rem;
    width: 47rem;
  }
}
.goods-deco05 {
  position: absolute;
  left: 12rem;
  bottom: 29.2rem;
  display: block;
  width: 11.3rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .goods-deco05 {
    left: 16.4rem;
    bottom: 14.6rem;
    width: 10rem;
  }
}
.goods-deco06 {
  position: absolute;
  right: -11rem;
  bottom: -44rem;
  display: block;
  width: 48.5rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .goods-deco06 {
    display: none;
  }
}
.goods-deco07 {
  position: absolute;
  right: 11.1rem;
  bottom: -25.8rem;
  display: block;
  width: 33.1rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .goods-deco07 {
    display: none;
  }
}
.goods-deco08 {
  position: absolute;
  right: 10.5rem;
  bottom: -56rem;
  display: block;
  width: 22rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .goods-deco08 {
    display: none;
  }
}
.goods-column {
  position: relative;
  width: 100%;
}
.goods-wrap {
  position: relative;
  width: 100%;
}
.goods-main {
  position: relative;
  width: 100%;
  margin-bottom: 64rem;
}
@media screen and (min-width: 768px) {
  .goods-main {
    margin-bottom: 0 !important;
  }
}
.goods-main:last-child {
  margin-bottom: 0;
}
.goods-main:first-child:last-child {
  margin-bottom: 52rem;
}
.goods-list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: -4.8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .goods-list {
    width: 80%;
  }
}
.goods-list:first-child {
  margin-top: -4.8rem;
}
@media screen and (min-width: 768px) {
  .goods-list:first-child {
    margin-top: 0;
  }
}
.goods-list > li {
  width: 48.4615384615%;
  margin: 4.8rem 0 0 3.0769230769%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .goods-list > li {
    width: 31.5%;
    margin: 4.8rem 0 0 2.75% !important;
  }
}
.goods-list > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .goods-list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .goods-list > li:hover .goods-item > figure > img {
    transform: scale(1.05);
  }
}
.goods-item {
  position: relative;
  width: 100%;
}
.goods-item > figure {
  width: 100%;
  border: 2px solid #35b467;
  border-radius: 2rem;
  overflow: hidden;
}
.goods-item > figure > img {
  transition: 0.3s ease;
}
.goods-item > h3 {
  width: 100%;
  margin-top: 0.5em;
}
.goods-item > h3 > span {
  font-weight: 500;
  line-height: 1.7;
}
.goods-detail {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.goods-detail-img {
  position: relative;
  width: 73.2600732601%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .goods-detail-img {
    width: 29.5857988166%;
    margin: 0;
  }
}
.goods-detail-img > figure {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.goods-detail-wrap {
  position: relative;
  width: 100%;
  margin: 4.8rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .goods-detail-wrap {
    width: 65.0887573964%;
    margin: 0;
  }
}
.goods-detail-ttl {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
}
.goods-detail-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.4rem;
  background-color: #35b467;
}
.goods-detail-ttl > span {
  color: #f4853d;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.6;
}
.goods-detail-text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .goods-detail-text {
    margin-top: 3rem;
  }
}
.goods-detail-text > p {
  width: 100%;
  margin-top: 1em;
  font-weight: 500;
}
.goods-detail-text > p:first-child {
  margin-top: 0;
}
.goods-detail-text > p small {
  font-size: 90%;
}
.goods-detail-text > p a {
  display: inline;
  color: #f4853d;
  text-decoration: underline;
}

.popup-goods .popup-close {
  background-color: #f4853d;
}
.popup-goods .popup-list > li {
  border: 2px solid #35b467;
}/*# sourceMappingURL=goods.css.map */