/** Shopify CDN: Minification failed

Line 2315:5 Expected ":"

**/
/* GENERAL */

main {
  padding-top: 67px;
}

.wrapper {
  max-width: 100rem;
  margin: 0 auto;
  width: 90vw;
}

picture {
  display: flex;
}

#feature,
#lineup,
#about,
#history {
  padding-top: 6rem;
  scroll-margin-top: 8rem;
}

@media all and (min-width: 640px) {

  #lineup,
  #about,
  #history {
    padding-top: 10rem;
    scroll-margin-top: 4rem;
  }
}

/* HERO */
.hero {
  position: relative;
}

.hero__image {
  width: 100%;
}

.hero .swiper-slide.second {
  position: relative;
}

.hero .swiper-slide.second .hero__text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3rem 1rem;
  text-align: center;
  background-color: #000;
  transform: translate(-150%, -50%);
  opacity: 0;
  transition: all .5s;
}

.hero .swiper-slide.second.swiper-slide-active.is-active .hero__text-wrapper {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.hero .swiper-slide h2.hero__text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 6rem;
  line-height: 1;
  text-wrap: nowrap;
  opacity: 0;
  transition: all .5s;
  font-feature-settings: "palt" 1;
  letter-spacing: .5px;
}

.hero .swiper-slide.second.swiper-slide-active.is-active-text h2.hero__text {
  opacity: 1;
}

.hero .swiper-slide.second h2.hero__text small {
  font-size: 4.2rem;
}

@media screen and (max-width: 768px) {
  .hero .swiper-slide.second h2.hero__text {
    padding: 0;
    font-size: 4rem;
  }

  .hero .swiper-slide.second h2.hero__text small {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 640px) {
  .hero .swiper-slide.second .hero__text-wrapper {
    padding: 2rem 1rem;
    ;
  }

  .hero .swiper-slide.second h2.hero__text {
    font-size: 7.333vw;
  }

  .hero .swiper-slide.second h2.hero__text small {
    font-size: 4.666vw;
  }

}





/* Navigation */
.sport__navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.1rem;
}

.sport__navigation a {
  background-color: #000;
  color: #fff;
  position: relative;
  display: flex;
  gap: 1rem;
  padding: 1rem 2rem;
  justify-content: space-between;
  line-height: 1.4;
  min-height: 6rem;
  align-items: center;
  box-sizing: border-box;
  font-weight: 700;
}

.circle-down__arrow {
  width: 1.4rem;
}

@media all and (min-width: 640px) {
  .sport__navigation {
    background-color: #000;
    display: flex;
    justify-content: center;
    gap: 3rem;
    padding: 2rem 0;
  }

  .sport__navigation a {
    gap: 3rem;
    padding: 0;
    min-height: auto;
    font-size: 1.8rem;
    border-right: 1px solid #fff;
    padding-right: 3rem;
  }

  .sport__navigation a:nth-child(3) {
    border: none;
  }

  .sport__navigation a:last-child {
    display: none;
  }

  .sport__navigation .circle-down__arrow {
    width: 1.8rem;
  }
}

/* INTRODUCTION */
.introduction__bg {
  margin-top: 5rem;
}

.introduction__title {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.4;
}

.introduction {
  padding: 3rem 0;
  font-weight: 500;
}

@media all and (min-width: 640px) {
  .introduction__title {
    font-size: 4.6rem;
  }

  .introduction__bg {
    margin-top: 60px;
  }

  .introduction {
    text-align: center;
    font-size: 1.8rem;
    padding: 3rem 0 4rem;
  }
}

/* ペレーダ5号球・ペレーダ4号球のTAB */
.pelada__tabs {
  margin: 0 auto;
}

.pelada__tabs .tab-list {
  display: flex;
  justify-content: center;
}

.pelada__tabs .tab-item {
  background-color: #fff;
  border: solid 1px #000;
  border-bottom: none;
  padding: 1.5rem;
  cursor: pointer;
  width: 17.4rem;
  /*height: 4rem;*/
  margin: 0 2px;
  text-align: center;
  font-weight: 700;
}

.pelada__tabs .tab-content {
  background-color: #f6f6f6;
  border-top: solid 1px #000;
}

.pelada__tabs .tab-panel {
  display: none;
}

.pelada__tabs .tab-item.active {
  background-color: #000;
  color: #fff;
}

.pelada__tabs .tab-panel.active {
  display: block;
  padding: 4rem 2rem 8rem;
}

.pelada__tabs .tab-panel.active h2 {
  font-size: 20px;
  font-weight: bold;
}

.pelada__tabs .tab__wrapper {
  margin: 0 auto;
  width: 90vw;
}

.pelada__tabs .tab__wrapper .model__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media all and (min-width: 640px) {
  .pelada__tabs .tab__wrapper .model__wrapper {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 0;
  }
}

.pelada__tabs .tab__wrapper .model__wrapper.size4ball {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  /*margin-top: 3rem;*/
}

.pelada__tabs .model__wrapper .top__model {
  grid-column: span 2;
  text-align: center;
}

.pelada__tabs .model__wrapper .top__model.size4ball {
  grid-column: span 1;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.pelada__tabs .model__wrapper .gold__model {
  grid-column: span 2;
  text-align: center;
  margin: 0 auto;
  width: 50%;
}

@media all and (min-width: 640px) {
  .pelada__tabs .model__wrapper .gold__model {
    grid-column: span 1;
    width: 100%;
  }
}

.pelada__tabs .model__wrapper .standard__model.size4ball,
.pelada__tabs .model__wrapper .entry__model.size4ball {
  grid-column: span 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0 auto;
}

.pelada__tabs .standard__model,
.pelada__tabs .entry__model {
  grid-column: span 1;
}

.pelada__tabs .top__model .img_text_wrapper img,
.pelada__tabs .gold__model .img_text_wrapper img {
  width: 100%;
  max-width: 18rem;
  margin: 2rem auto 1rem;
}

.pelada__tabs .top__model .img_text_wrapper p,
.pelada__tabs .gold__model .img_text_wrapper p {
  font-size: 1.6rem;
  font-weight: 500;
  height: 5rem;
}

@media all and (min-width: 640px) {

  .pelada__tabs .top__model .img_text_wrapper p,
  .pelada__tabs .gold__model .img_text_wrapper p {
    min-height: 51px;
  }
}


.pelada__tabs .top__model .product__items {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 0;
  grid-template-columns: repeat(2, 1fr);
}

.pelada__tabs .top__model.size4ball .product__items {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 0;
  grid-template-columns: 1fr;
}

.pelada__tabs .top__model .product__item-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}

.pelada__tabs .tab__wrapper .model__wrapper .model__right {
  grid-column: span 2;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.pelada__tabs .standard__model {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.pelada__tabs .standard__model .product__items {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 2rem;
  grid-template-columns: 1fr;
}

.pelada__tabs .standard__model .product__item-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}

.pelada__tabs .standard__model .img_text_wrapper img {
  width: 100%;
  max-width: 18rem;
  margin: 2rem auto 1rem;
}

.pelada__tabs .standard__model .img_text_wrapper p {
  font-size: 1.6rem;
  font-weight: 500;
}

@media all and (min-width: 640px) {
  .pelada__tabs .standard__model .img_text_wrapper p {
    min-height: 51px;
  }
}


.pelada__tabs .entry__model {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.pelada__tabs .entry__model .product__items {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 2rem;
  grid-template-columns: 1fr;
}

.pelada__tabs .product__items .product__item img {
  max-width: 300px;
  margin: -0.5rem auto -1rem;
}

@media all and (min-width: 640px) {
  .pelada__tabs .product__items .product__item img {
    aspect-ratio: 1 / 1.21;
  }
}

.pelada__tabs .entry__model .product__item-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}

.pelada__tabs .entry__model .img_text_wrapper img {
  width: 100%;
  max-width: 16rem;
  margin: 2rem auto 1rem;
}

.pelada__tabs .entry__model .img_text_wrapper p {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
}

@media all and (min-width: 640px) {
  .pelada__tabs .tab-item {
    font-size: 2rem;
    font-weight: 600;
    width: 33.8rem;
  }

  .pelada__tabs .tab__wrapper {
    width: 100%;
    max-width: 120rem;
  }

  .pelada__tabs .tab__wrapper img {
    display: block;
    width: 100%;
    max-width: 53.8rem;
    margin: 2rem auto 3rem;
  }

  .pelada__tabs .product__items .product__item img {
    margin: -1rem auto -2rem;
  }

  .pelada__tabs .entry__model .img_text_wrapper img {
    max-width: 18rem;
  }

  .pelada__tabs .tab__wrapper .model__wrapper.size4ball {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 1rem;
    width: fit-content;
    margin: 0 auto;
  }

  .pelada__tabs .model__wrapper .top__model.size4ball {
    grid-column: span 1;
    text-align: center;
    width: 100%;
    max-width: 30rem;
  }

  .pelada__tabs .tab__wrapper .model__wrapper .model__right {
    grid-column: span 1;
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }

  .pelada__tabs .top__model .product__items {
    max-width: 57rem;
  }

  .pelada__tabs .tab__wrapper .top__model,
  .pelada__tabs .tab__wrapper .standard__model,
  .pelada__tabs .tab__wrapper .entry__model {
    grid-column: span 1;
    text-align: center;
  }

  .pelada__tabs .standard__model,
  .pelada__tabs .entry__model {
    max-width: 30rem;
  }

  .pelada__tabs .entry__model .img_text_wrapper p {
    font-size: 1.6rem;
  }
}

@media all and (min-width: 768px) {
  .pelada__tabs .tab__wrapper .model__wrapper.size4ball {
    width: calc(100% - 115px);
  }

  .pelada__tabs .entry__model .img_text_wrapper p {
    font-size: 1.6rem;
    font-weight: 500;
    min-height: 51px;
  }
}

/* FEATURE */
#feature {
  background: url("https://cdn.shopify.com/s/files/1/0580/5637/6471/files/lp-pelada25-back-img-sp.jpg?v=1735626171") no-repeat center center / cover;
  padding: 6rem 0 8rem;
}

#feature .info__heading {
  color: #fff;
  width: max-content;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 4rem;
}

#feature .info__heading p {
  position: relative;
  font-size: 3rem;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  margin-bottom: 1.25rem;
  line-height: 1;
  padding-bottom: 1rem;
}

#feature .info__heading p::after {
  content: "";
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

#feature .wrapper .feature__table {
  width: 100%;
  border-collapse: collapse;
  /* ボーダーを1本化 */
}

#feature .wrapper .feature__table a {
  text-decoration: underline;
  color: #fbb03b;
}

#feature .wrapper .feature__table thead th {
  padding: 1rem 0;
}

#feature .wrapper .feature__table td {
  padding: 1rem;
  text-align: center;
  /* 中央揃え */
  color: #fff;
}

#feature .wrapper .feature__table tbody tr {
  border-top: 1px solid #cccccc;
  /* 上ボーダー */
  border-bottom: 1px solid #cccccc;
  /* 下ボーダー */
}

#feature .wrapper .feature__table tbody th {
  text-align: left;
}

#feature .wrapper .feature__table tbody td {
  padding: 3rem 0;
}

#feature .wrapper .feature__table tbody .nijyuMaru {
  font-size: 3rem;
}

#feature .wrapper .feature__table tbody .maru {
  font-size: 4rem;
}

#feature .wrapper .feature__table tbody .sankaku {
  font-size: 3rem;
}

#feature .wrapper .feature__table .feat__title {
  color: #fbb03b;
  font-size: 1.5rem;
}

#feature .wrapper .feature__table small {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
}

#feature .wrapper .feat__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 1.5rem 0;
}

#feature .wrapper .feat__image .soccerBall {
  width: 6rem;
}

#feature .wrapper .feat__number {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #fbb03b;
}

#feature .wrapper .feat__text {
  font-size: 1.5rem;
  color: #fbb03b;
  line-height: 1.4;
}

@media all and (min-width: 640px) {
  #feature {
    background: url("https://cdn.shopify.com/s/files/1/0580/5637/6471/files/lp-pelada25-back-img-pc.jpg?v=1735626171") no-repeat center center / cover;
  }

  #feature .info__heading {
    font-size: 2.4rem;
  }

  #feature .info__heading p {
    font-size: 6rem;
    text-align: center;
  }

  #feature .wrapper .feature__table a {
    text-decoration: none;
  }

  #feature .wrapper .feature__table thead th:first-child {
    width: 20%;
  }

  #feature .wrapper .feature__table tbody .nijyuMaru {
    font-size: 3.6rem;
  }

  #feature .wrapper .feature__table tbody .maru {
    font-size: 4.8rem;
  }

  #feature .wrapper .feature__table tbody .sankaku {
    font-size: 3.6rem;
  }

  #feature .wrapper .feature__table .feat__title {
    color: #fbb03b;
    font-size: 2.2rem;
  }

  #feature .wrapper .feature__table small {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 500;
  }

  #feature .wrapper .feat__wrapper {
    flex-direction: row;
    justify-content: left;
    width: 26rem;
    padding: 0 1rem;
    gap: 2rem;
    align-items: center;
  }

  #feature .wrapper .feat__image .soccerBall {
    width: 6rem;
  }

  #feature .wrapper .feat__arrow {
    margin: auto 0;
  }

  #feature .wrapper .feat__arrow .circle-right__arrow.pc {
    width: 100%;
    max-width: 2rem;
  }

  #feature .wrapper .feat__number {
    font-size: 2.8rem;
    font-weight: 500;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: #fbb03b;
    line-height: 1.2;
  }

  #feature .wrapper .feat__text {
    font-size: 1.8rem;
    color: #fbb03b;
    display: flex;
    align-items: flex-end;
    line-height: 1.6;
    margin-left: .5rem;
  }

  #feature .wrapper .feat__text {
    border-bottom: 1px solid;
  }

  #feature .wrapper .feat__text .feat__text {
    border-bottom: none;
  }
}


@media all and (min-width: 640px) {
  #feature .wrapper .feature__table .feat__title {
    color: #fbb03b;
    font-size: 2.2rem;
  }
}

@media all and (min-width: 768px) {
  #feature .wrapper .feature__table .feat__title {
    color: #fbb03b;
    font-size: 2rem;
    margin-bottom: .5rem;
  }

  #feature .wrapper .feature__table small {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
  }
}


/* PRODUCT LINE */
#lineup .info__heading {
  width: max-content;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 4rem;
}

#lineup .info__heading p {
  position: relative;
  font-size: 3rem;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  margin-bottom: 0.75rem;
  line-height: 1;
  padding-bottom: 1rem;
}

#lineup .info__heading p::after {
  content: "";
  border-bottom: 2px solid #000;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media all and (min-width: 640px) {
  #lineup .info__heading {
    margin-bottom: 6rem;
    font-size: 2rem;
  }

  #lineup .info__heading p {
    font-size: 5rem;
    padding-bottom: 0.75rem;
  }
}

/* PRODUCT LINE NAVIGATION */
.product-line__nav {
  display: grid;
  gap: 0.1rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  margin-bottom: 4rem;
}

.product-line__nav a {
  background-color: #4d4d4d;
  padding: 1.2rem 1rem;
  display: flex;
  justify-content: space-between;
  color: #fff;
  line-height: 1.2;
  align-items: center;
}

@media all and (min-width: 640px) {
  .product-line__nav {
    margin-bottom: 6rem;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    font-size: 1.7rem;
  }

  .product-line__nav a {
    padding: 2rem;
  }

  .product-line__nav .circle-down__arrow {
    width: 2rem;
  }
}

@media all and (min-width: 768px) {
  .product-line__nav {
    font-size: 1.5rem;
  }

  .product-line__nav a {
    padding: 1.5rem;
  }
}

/* PRODUCT LINE TABLE */
.product-line__table {
  width: 100%;
  margin-bottom: 6rem;
}

.product-line__table thead {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

.product-line__table thead td {
  padding: 1rem;
}

.product-line__table tbody tr {
  border-bottom: 1px solid #b3b3b3;
}

.product-line__table tbody th {
  padding: 1.5rem;
  background-color: #f2f2f2;
  text-align: left;
  line-height: 1.4;
  max-width: 25rem;
  font-size: 1.3rem;
  font-weight: 500;
}

.product-line__table tbody td {
  padding: 1.5rem;
  font-size: 1.2rem;
}

.product-line__table a {
  text-decoration: underline;
  color: #000;
}

@media all and (min-width: 640px) {
  .product-line__table {
    margin-bottom: 8.5rem;
  }

  .product-line__table thead {
    font-size: 2rem;
  }

  .product-line__table tbody th {
    padding: 2.5rem 4rem;
    font-size: 1.8rem;
  }

  .product-line__table tbody td {
    padding: 2.5rem 4rem;
    font-size: 1.6rem;
  }
}

/* PRODUCT LINE LIST */
.product-line__list li {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.5rem;
  gap: 0.2rem;
}

.product-line__list b {
  display: block;
  margin-bottom: 0.5rem;
}

.product-line__list li::before {
  content: "●";
  font-size: 70%;
  color: #808080;
}

@media all and (min-width: 640px) {
  .product-line__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
}

@media all and (min-width: 1000px) {
  .product-line__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 15rem;
    gap: 0 2rem;
  }
}

/* SPORT HEADING */
.sport__heading {
  font-weight: 700;
  margin-bottom: 4rem;
  scroll-margin-top: 14rem;
}

.sport__title {
  position: relative;
  font-size: 2.4rem;
  padding-bottom: 1rem;
  color: #000;
}

.sport__title::before,
.sport__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #cccccc;
  width: 100%;
}

.sport__title::after {
  border-color: #005bab;
  width: 5em;
}

#soccer .sport__title::after,
#others .sport__title::after {
  width: 7em;
}

#training .sport__title::after {
  width: 10em;
}

.sport__english {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  color: #005bab;
}

@media all and (min-width: 640px) {
  .sport__heading {
    margin-bottom: 4.5rem;
    scroll-margin-top: 10rem;
  }

  .sport__title {
    font-size: 3.6rem;
    padding-bottom: 1.5rem;
  }

  .sport__english {
    font-size: 2.4rem;
  }
}

/* PRODUCT DETAILS  */
.product-details__title--wrapper {
  margin-top: 2rem;
}

.product-details__title {
  font-size: 1.6rem;
  font-weight: 700;
}

.product-details__desc {
  font-size: 1.2rem;
  padding-bottom: 3rem;
  padding-top: 1rem;
}

#product small {
  display: inline-flex;
}

.product-details__image {
  width: 100%;
}

.product__details {
  margin-bottom: 4rem;
}

.product__details.pc {
  display: none;
}

@media all and (min-width: 640px) {
  .product__details.sp {
    display: none;
  }

  .product-details__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    /* 間隔 */
    margin-top: 3rem;
  }

  .product-details__text,
  .product-details__image {
    width: auto;
    /* 自動調整 */
  }

  .product-details__title--wrapper {
    margin-top: 0;
  }

  .product__details.pc {
    display: flex;
    align-items: flex-start;
    gap: 5rem;
  }

  .product-details__title {
    font-size: 2rem;
  }

  .product-details__desc {
    font-size: 1.4rem;
  }
}

/* PRODUCT ITEMS 共通*/
.product-item__desc {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1rem;
}

.product-item__desc--sub {
  font-weight: 500;
  font-size: 1rem;
}

.product-item__title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.5rem;
}

.product-item__price {
  font-size: 1.4rem;
  font-weight: 500;
}

.product-item__price .product-item__tax {
  font-size: 70%;
}

.product-item__image {
  margin-bottom: 3rem;
  width: 100%;
  max-height: 18rem;
  object-fit: contain;
}

.product-item__links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: .5rem;
  justify-content: left;
}

.product__items.gold .product__item-detail .product-item__links {
  justify-content: center;
}


.product-item__links a {
  color: #000;
  border: 1px solid #000;
  width: 100%;
  max-width: 130px;
  padding: 1rem 3rem;
  border-radius: 4rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}

@media all and (min-width: 640px) {
  .futsal.product__items {
    grid-template-columns: 33% 33% 33%;
    gap: 0.4rem;
    margin-bottom: 8rem;
  }

  .product__items {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-bottom: 8rem;
  }

  .product-item__desc {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 1rem;
  }

  .product-item__title {
    font-size: 1.8rem;
  }

  .product-item__desc--sub {
    font-size: 1.2rem;
  }

  .product-item__price {
    font-size: 1.8rem;
  }

  .product-item__image {
    max-width: max-content;
    max-height: 26rem;
  }
}

/* PRODUCT ITEMS サッカーボール*/
.product__title-5sizeball {
  background-color: #748080;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
  margin-bottom: .5rem;
}

.product__title-4sizeball {
  background-color: #748080;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
  margin-bottom: .5rem;
}

.product__items {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 6rem;
  grid-template-columns: repeat(2, 1fr);
}

.product__items.gold {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 0;
  grid-template-columns: 1fr;
}

.product__item {
  color: #000;
  box-sizing: border-box;
}

.product__item-detail {
  display: block;
}

.pelada5000.soccer-ball-wrapper {
  width: 100%;
}

@media all and (max-width: 640px) {
  .pelada5000.soccer-ball-wrapper .size4-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}

.pelada5000.soccer-ball-wrapper .size4-wrapper .product__items {
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.pelada4000.soccer-ball-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 0.4rem;
}

.pelada4000.soccer-ball-wrapper .size5-wrapper .product__items {
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-bottom: 8rem;
}

.pelada4000.soccer-ball-wrapper .size4-wrapper .product__items {
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-bottom: 8rem;
}

.pelada3000.soccer-ball-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 0.4rem;
}

.pelada3000.soccer-ball-wrapper .size5-wrapper .product__items {
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-bottom: 8rem;
}

.pelada3000.soccer-ball-wrapper .size4-wrapper .product__items {
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-bottom: 8rem;
}

@media all and (min-width: 640px) {

  .soccer-ball-wrapper .size5-wrapper,
  .soccer-ball-wrapper .size4-wrapper {
    grid-column: span 1;
  }

  .pelada5000.soccer-ball-wrapper {
    display: grid;
    grid-template-columns: 66% 32.75%;
    width: 100%;
    gap: 2rem;
  }

  /* .pelada5000.soccer-ball-wrapper .size4-wrapper {
    grid-template-columns: 1fr 1fr;
  } */

  .pelada5000.soccer-ball-wrapper .size5-wrapper .product__items {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-bottom: 8rem;
  }

  .pelada5000.soccer-ball-wrapper .size4-wrapper .product__items {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-bottom: 8rem;
  }

  .pelada4000.soccer-ball-wrapper,
  .pelada3000.soccer-ball-wrapper {
    gap: 2rem;
  }

  .product__item-detail {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 1rem;
  }

  .product-item__info {
    flex: 1;
  }

  .product-item__links {
    flex: 0 0 auto;
    margin-top: 1rem;
  }

  .product-item__links a {
    max-width: none;
    width: auto;
  }
}

@media (min-width: 768px) {
  .product__item-detail {
    display: flex;
    justify-content: left;
    gap: 0rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .product__items.gold .product__item-detail {
    display: flex;
    justify-content: left;
    gap: 0rem;
    flex-direction: column;
    align-items: center;
  }
}

.soccer-ball-wrapper.pc {
  display: none;
}

@media all and (min-width: 640px) {
  .soccer-ball-wrapper.sp {
    display: none;
  }

  .soccer-ball-wrapper.pc {
    display: grid;
  }
}

/* PRODUCT ITEMS フットサル*/
@media all and (min-width: 640px) {
  .futsal.product__items {
    grid-template-columns: 33% 33% 33%;
    gap: 0.4rem;
    margin-bottom: 8rem;
  }
}

/* SOCCER MORE */
.soccer__more {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 6rem;
}

.soccer__more p {
  line-height: 1;
  margin-bottom: 1.5rem;
}

.soccer__more img {
  max-width: 100%;
  height: auto;
}

@media all and (min-width: 640px) {
  .soccer__more {
    font-size: 2.4rem;
    padding-bottom: 10rem;
  }
}

/* HISTORY */
#history {
  background-color: #000000;
}

#history .info__heading {
  color: #fff;
  width: max-content;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 4rem;
}

#history .info__heading p {
  position: relative;
  font-size: 3rem;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  margin-bottom: 1.25rem;
  line-height: 1;
  padding-bottom: 1rem;
}

#history .info__heading p::after {
  content: "";
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

#history .wrapper .history__year {
  color: #b3b3b3;
  font-size: 4rem;
  font-weight: 500;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: italic;
  line-height: 1;
  margin-bottom: 1rem;
}

#history .wrapper .history__heading {
  font-weight: 700;
  line-height: 1.6;
  color: #fbb03b;
}

#history .wrapper .history__paragraph {
  font-size: 1.2rem;
  line-height: 1.6;
  padding-bottom: 4rem;
  color: #fff;
}

#history .wrapper .history__paragraph.history__paragraph--last {
  padding-bottom: 8rem;
}

#history .wrapper .history__img {
  height: 8rem;
  width: auto;
}

#history .wrapper .history__sp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

@media all and (min-width: 640px) {
  #history .info__heading {
    font-size: 2.4rem;
    margin: 0 auto 6rem;
    text-align: center;
  }

  #history .info__heading p {
    font-size: 6rem;
    text-align: center;
  }

  #history .wrapper .history__year {
    font-size: 5.5rem;
    padding-left: 1rem;
    text-align: center;
  }

  #history .wrapper .history__heading {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }

  #history .wrapper .history__paragraph {
    font-size: 1.4rem;
    padding-bottom: 8rem;
  }

  #history .wrapper .history__img {
    height: 15rem;
    width: auto;
  }
}

#history .wrapper .history__lane {
  position: relative;
  display: grid;
  padding-left: 2.5rem;
}

#history .wrapper .history__line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

#history .wrapper .history__line::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #fbb03b;
  border-radius: 1rem;
  position: absolute;
  top: 2rem;
}

#history .wrapper .history__line::before {
  content: "";
  height: 100%;
  border-left: 1px solid #fbb03b;
  position: absolute;
  left: 0.4rem;
  top: 2rem;
}

@media all and (min-width: 640px) {
  #history .wrapper .history__lane {
    display: flex;
    padding-left: 0;
  }

  #history .wrapper .history__line {
    position: relative;
    width: 5rem;
    height: auto;
    margin-left: 3rem;
    flex-shrink: 0;
  }

  #history .wrapper .history__line::after {
    width: 1.6rem;
    height: 1.6rem;
  }

  #history .wrapper .history__line::before {
    left: 0.7rem;
  }

  #history .wrapper .history__sp {
    display: block;
    margin-bottom: 2.8rem;
  }
}

/* ==========================
  フローティングバナー（追従バナー）
========================== */
.bl_floatingBanner {
  position: fixed;
  bottom: 9rem;
  right: 15px;
  width: 144px;
  max-width: 100%;
  z-index: 10;
}

.bl_floatingBanner.js_close {
  display: none;
}

.bl_floatingBanner_img {
  display: block;
  transition: 0.3s;
}

.bl_floatingBanner_img img {
  width: 100%;
}

.bl_floatingBanner_img:hover {
  opacity: 0.6;
}

.bl_floatingBanner_close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.bl_floatingBanner_close span:nth-of-type(1) {
  position: absolute;
  top: 7px;
  right: 0;
  width: 18px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
}

.bl_floatingBanner_close span:nth-of-type(2) {
  position: absolute;
  top: -1px;
  right: 8px;
  width: 1px;
  height: 18px;
  background-color: #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
  .bl_floatingBanner {
    /*bottom: 4.5rem;*/
    /*right: 7px;*/
    /*width: 115px;*/
    display: none;
  }

  .bl_floatingBanner_close {
    top: -10px;
  }
}

#chatplusview.closed.headless #outline #eye_catcher {
  display: none;
}

/****************************************
  * hide chatbot
****************************************/
#chatplusview {
  display: none !important;
}

/****************************************
  * Product Slider
****************************************/
.lp__pelada .pelada5000 .product__items {
  margin-bottom: 0;
}

.lp__pelada .swiper-button-wrapper {
  position: relative;
  width: 95px;
  height: 40px;
  margin: -2rem 0 6rem auto;
}

.lp__pelada .swiper-button-wrapper .swiper-button-prev,
.lp__pelada .swiper-button-wrapper .swiper-button-next {
  background-color: transparent;
}

.lp__pelada .swiper-button-wrapper .swiper-button-prev::after,
.lp__pelada .swiper-button-wrapper .swiper-button-next::after {
  content: none;
}

.lp__pelada .swiper-pagination {
  margin-top: 2rem;
}

.lp__pelada .swiper-pagination-bullet {
  background-color: #CCC;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.lp__pelada .swiper-pagination-bullet-active {
  background-color: #005BAB;
}

.lp__pelada .training_ball.pc {
  display: none;
}

@media all and (min-width: 640px) {
  .lp__pelada .swiper-button-wrapper {
    margin: -2rem 0 8rem auto;
  }

  .lp__pelada .training_ball.sp {
    display: none;
  }

  .lp__pelada .training_ball.pc {
    display: block;
  }
}

.lp__pelada .training_ball.sp .product__items {
  margin-bottom: 0;
}

.lp__pelada .product_others.pc {
  display: none;
}

@media all and (min-width: 640px) {
  .lp__pelada .product_others.sp {
    display: none;
  }

  .lp__pelada .product_others.pc {
    display: block;
  }
}

.lp__pelada .product_others.sp .product__items {
  margin-bottom: 0;
}

body {
  font-family: Poppins, Noto Sans JP, sans-serif;
}

.swiper-button-prev,
.swiper-button-next {
  width: 44px !important;
  height: 56px !important;
}

.br-320 {
  display: none;
}

.sp-floatbanner {
  display: none;
}

/****iPhone SE**********/
@media screen and (max-width: 640px) {
  .sp-floatbanner {
    position: fixed;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: max-content;
    display: block;
    z-index: 10;
  }

  .sp-floatbanner img {
    width: 100%;
  }

  #backToTop {
    bottom: 64px !important;
  }
}


@media screen and (max-width: 375px) {
  body {
    line-height: 1.45;
    font-size: 1.2rem;
  }

  .introduction__bg {
    margin-top: 3rem;
  }

  .introduction {
    padding: 2rem 0 4rem;
  }

  .sport__navigation a {
    padding: 0.5rem 1.5rem;
    min-height: 5.25rem;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .pelada__tabs .tab-item {
    padding: 0.75rem 0 0.5rem;
    width: calc((100% - 3.5rem) / 2);
    /***height: 4rem;***/
    font-weight: 500;
    font-size: 1.4rem;
  }

  .pelada__tabs .tab__wrapper {
    width: 100%;
  }

  .pelada__tabs .tab__wrapper>img {
    max-width: 260px;
    display: block;
    margin: 0 auto;
  }

  .pelada__tabs .tab-panel.active {
    padding: 3rem 1.5rem;
  }

  .pelada__tabs .top__model .img_text_wrapper img {
    max-width: 16rem;
    margin: 3rem auto 0.5rem;
  }

  .pelada__tabs .top__model .img_text_wrapper p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .product-item__links {
    margin: 0.75rem 0 2rem;
  }

  .product-item__links a {
    padding: .5rem 3rem .4rem;
    font-size: 1.3rem;
  }

  .pelada__tabs .tab__wrapper .model__wrapper .model__right {
    gap: 1.5rem;
  }

  .pelada__tabs .standard__model .img_text_wrapper p,
  .pelada__tabs .entry__model .img_text_wrapper p {
    font-size: 1.25rem;
    font-weight: 500;
  }

  .br-320 {
    display: block;
  }

  #feature .wrapper .feature__table .feat__title {
    color: #fbb03b;
    font-size: 4.255vw;
    margin-bottom: 0.25rem;
  }

  #feature .wrapper .feature__table small {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
  }

  #feature .wrapper .feat__image .soccerBall {
    width: 5rem;
  }

  #feature .wrapper .feat__wrapper {
    gap: 0;
    margin: 1.5rem 0;
  }

  #feature .wrapper .feat__number {
    font-size: 5.5vw;
  }

  #feature .wrapper .feat__text {
    font-size: 3.5vw;
  }

  #feature .wrapper .feature__table tbody .nijyuMaru {
    font-size: 2.6rem;
  }

  #feature .wrapper .feature__table tbody .maru {
    font-size: 3.5rem;
  }

  #feature .wrapper .feature__table tbody .sankaku {
    font-size: 2.5rem;
  }

  #feature .wrapper .feature__table thead th {
    padding: 1rem 0.25rem;
    font-feature-settings: "palt" 1;
  }

  .product-line__nav {
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  }

  #lineup .info__heading {
    width: max-content;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 3rem;
  }

  .product-line__nav {
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  }

  .sport__title {
    font-size: 1.85rem;
    padding-bottom: 0.35rem;
    margin-bottom: 0.25rem;
  }

  .sport__english {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .product-details__title {
    font-size: 1.5rem;
  }

  .product__title-5sizeball,
  .product__title-4sizeball {
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0.5rem;
    margin-bottom: .5rem;
  }

  .lp__pelada .swiper-button-wrapper {
    position: relative;
    width: 80px;
    height: 40px;
    margin: -2rem 0 6rem auto;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 36px !important;
    height: 46px !important;
  }

  .pelada4000.soccer-ball-wrapper .size5-wrapper .product__items,
  .pelada4000.soccer-ball-wrapper .size4-wrapper .product__items {
    margin-bottom: 6rem;
  }

  .sport__heading {
    margin-bottom: 2rem;
  }

  .swiper-backface-hidden .swiper-slide .product-item__desc,
  .swiper-backface-hidden .swiper-slide .product-item__title,
  .swiper-backface-hidden .swiper-slide .product-item__price {
    padding-right: 0.5rem;
    font-feature-settings: "palt" 1;
  }

  .soccer__more {
    font-size: 1.4rem;
  }

  #history .wrapper .history__img {
    height: 8rem;
  }

  #history .wrapper .history__year {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
  }

  #history .wrapper .history__line:after {
    top: 1.25rem;
  }

  #history .wrapper .history__sp {
    align-items: center;
  }
}

#pelada3000,
#pelada4000,
#pelada5000 {
  display: block;
  margin-top: -130px;
  padding-top: 130px;
}

.sp-tab {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-tab {
    display: block;
  }
}

.campaign-banner {
  max-width: 450px;
  display: block;
  margin: 3rem auto 0;
}

.campaign-banner:hover {
  opacity: 0.65;
  transition: 0.3s ease;
}

img.teaser {
  display: block;
  max-width: 680px;
  margin: 0 auto 5rem;
}

@media screen and (max-width:640px) {
  img.teaser {
    max-width: 100%;
    margin: 0 auto 3rem;
  }
}

picture.title-margin {
  margin-bottom: 2rem;
}

p.min-height {
  min-height: 50px;
}

@media all and (min-width: 640px) {
  picture.title-margin {
    margin-bottom: 3rem;
  }
}

/*****modal*************/

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a:hover {
  opacity: .65;
  transition: 0.35s ease;
}

img {
  width: 100%;
}

/**
.coupon-modal-bar{
    font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background-color: #bd9c57;
  text-align: center;
  padding: 1.75rem 3rem;
  cursor: pointer;
  margin: 0 auto 6rem;
  width: max-content;
  border-radius: 40px;

}

@media screen and (max-width : 640px) {
.coupon-modal-bar{
      font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
    background-color: #bd9c57;
    text-align: center;
    padding: 1.75rem 2rem;
    cursor: pointer;
    margin: 0 auto 4rem;
    width: 100%;
    border-radius: 999px;
    line-height: 1.3;
}
}
**/


/****modal中身*************/
.modal {
  color: #000;
}

.modal .catch-copy {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #bd9c57;
  text-align: left;
  font-style: italic;
}



@media screen and (max-width : 640px) {
  .modal .catch-copy {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .modal .button-area {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 3rem;
  }
}


.modal .parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid #000;
  background-color: #fff;
  opacity: .2;
}

.benefit-1 {
  grid-area: 1 / 1 / 3 / 2;
  border: 1px solid #000;
}

.benefit-2 {
  grid-area: 3 / 1 / 4 / 2;
  border: 1px solid #000;
}

.benefit-3 {
  grid-area: 1 / 2 / 4 / 3;
  border: 1px solid #000;
}

.benefit-2 table {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  text-align: left;
}

.benefit-2 table th {
  font-size: 85%;
  width: 60px;
  padding: 1rem 0;

}

.benefit-3 img {
  margin-bottom: 3rem;
}

.benefit-3 table {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: center;
  text-align: left;
}

.benefit-3 table th {
  width: 120px;
  padding: .5rem 0;
}

@media screen and (max-width : 768px) {
  .benefit-2 table {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 .5rem;
    display: flex;
    align-items: center;
    text-align: left;
  }

  .benefit-2 table th {
    font-size: 85%;
    width: 60px;
    padding: 1rem 0;

  }

  .benefit-3 img {
    margin-bottom: 1.5rem;
  }

  .benefit-3 table {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.4;
    display: flex;
    align-items: center;
    text-align: left;
    vertical-align: top;
  }

  .benefit-3 table th {
    width: 100px;
    padding: .5rem 0;
  }
}

button {
  cursor: pointer
}

a.regist {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 1.5rem 0;
  border-radius: 100px;
  background-color: #000;
  color: #fff;
  margin: 3rem auto 0;
}

a.regist:hover {
  opacity: .65;
  transition: 0.35s ease;
}

@media screen and (max-width : 768px) {
  .modal .parent {
    display: flex;
    flex-direction: column;
  }

  .benefit-1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  .benefit-2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  .benefit-3 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

.modal .parent>div {
  /* border:1px solid #808080; */
  padding: 3.5rem;
}

@media screen and (max-width : 768px) {
  .modal .parent>div {
    /* border:1px solid #808080; */
    padding: 1.25rem 1.2rem 1.5rem;
  }

  .benefit-2 ul li {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: .5rem 0;
    display: flex;
    align-items: center;
  }

  .benefit-2 ul li span {
    font-size: 85%;
    width: 80px;
  }
}

@media screen and (max-width : 640px) {
  .modal .parent>div .contents {
    padding: 2rem;
    padding: 1.5rem 2rem;
    font-size: 1.3rem;
  }

  a.regist {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 1.5rem 0;
    border-radius: 100px;
    background-color: #000;
    color: #fff;
    m;
    margin: 2rem auto 0;
  }

  a.regist:hover {
    opacity: .65;
    transition: 0.35s ease;
  }
}

.modal-wrapper .modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3.4rem;
  height: 3.4rem;
  background-color: transparent;
  border: 1px solid #4d4d4d;
  /* border-radius: 4px; */
  font-size: 3.4rem;
  line-height: 0;
  cursor: pointer;
  color: #4d4d4d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 1003;
  margin: 0 0 0 auto;
}

.modal-wrapper .modal-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.modal-wrapper .modal-close02 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 1rem 0;
  border-radius: 100px;
  background-color: #fff;
  color: #666;
  border: 2px solid #666;
  margin: 2rem auto;
}

.icon-close {
  color: var(--icon-color);
  width: 30px;
  height: 30px;
  position: relative;
}

.icon-close:before,
.icon-close:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: currentColor;
}

.icon-close:before {
  -webkit-transform: rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.icon-close:after {
  -webkit-transform: rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}



.modal {
  /* display: none; */
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: all 0.6s ease;
}

.modal.is-open {
  display: block;
  top: 0;
  transition: all 0.6s ease;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-wrapper {
  /* position: relative; */
  width: 90%;
  max-width: 90%;
  margin: 2rem auto 6rem;
  padding-top: 5rem;
  height: 465px;
  z-index: 1001;
  /* padding-bottom: 10rem; */
}

@media screen and (min-width: 767px) {
  .modal-wrapper {
    max-width: 800px;
    margin: 4rem auto;
    padding-top: 15rem;
  }

  .product-list {
    flex-direction: row;
    gap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .modal-wrapper {
    max-width: 90vw;
    margin: 0 auto;
    padding-top: 6rem;
  }
}

.modal-banner {
  display: block;
  /*margin:0 auto 6rem;*/
  max-width: 430px;
  cursor: pointer;
}

.modal-banner:hover {
  opacity: .65;
  transition: 0.35s ease;
}

@media screen and (max-width : 640px) {
  .modal-banner {
    margin: 0 auto 4rem;
    max-width: 100%;
    cursor: pointer;
  }
}


.campaign-banner-area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 4rem;
}

.campaign-banner-area img {
  max-width: 430px;
  margin: 0;
}

@media screen and (max-width : 768px) {
  .campaign-banner-area {
    gap: 1rem;
    margin-bottom: 4rem;
    flex-direction: column;
    align-items: center;
  }
}


.close-comment {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: #707070;
  color: #fff;
  text-align: center;
  padding: 3.5rem 4rem;
  font-size: 2rem;
  font-weight: 500;
  z-index: 10;
  border-radius: 16px;
  border: 4px solid #b9b9b9;
}

@media screen and (max-width : 640px) {
  .close-comment {
    width: 92%;
    font-size: 1.5rem;
    padding: 2rem;
  }
}