@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

.classico-gelatopique {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  color: #22292b;
  padding-bottom: 160px;
}

.classico-gelatopique * {
  font-size: 14px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.classico-gelatopique span {
  font-size: inherit;
}

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

.classico-gelatopique a {
  transition: all 0.3s;
}

.classico-gelatopique a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.classico-gelatopique .inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.sp-only {
  display: none;
}

.t-right {
  text-align: right;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.t-center {
  text-align: center;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #eff4f4;
}

.marker {
  background: linear-gradient(transparent 70%, #fee6e6 70%);
}

.bold {
  font-weight: bold;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.hdg1 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.4;
  font-weight: bold;
}

.hdg2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: center;
  color: #002b49;
}

.hdg2::after {
  content: attr(data-en);
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-top: 18px;
}

.hdg3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.hdg4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  border-radius: 4px;
  background-color: #002b49;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  margin-top: 40px;
}

.btn i {
  position: absolute;
  right: 30px;
}

.classico-gelatopique .mv {
  text-align: center;
}

.about__item {
  padding: 40px 50px;
  text-align: center;
}

.about__item p {
  font-size: 16px;
  line-height: 2;
}

.list-recommend {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.recommend-box {
  display: block;
  border-radius: 10px;
  border: 2px solid #dcdcdd;
  padding: 30px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.recommend-box__img {
  width: 360px;
  flex-shrink: 0;
}

.tag {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}

.tag__item {
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #002b49;
  color: #002b49 !important;
}

.list-product {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}

.product-box {
  display: block;
  border-radius: 5px;
  border: 2px solid #dcdcdd;
  padding: 20px 30px 30px;
}

.size-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.size-list__item {
  width: 37px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #002b49;
  color: #002b49 !important;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .hdg1,
  .hdg2 {
    font-size: 22px;
  }

  .hdg2::after {
    font-size: 14px;
  }

  .hdg3 {
    font-size: 18px;
  }

  .hdg4 {
    font-size: 16px;
  }

  .btn {
    width: 100%;
  }

  .btn i {
    right: 20px;
  }

  .about__item {
    padding: 20px 15px;
  }

  .about__item p {
    font-size: 15px;
    line-height: 1.6;
  }

  .recommend-box {
    padding: 20px;
    flex-direction: column;
  }

  .recommend-box__img {
    width: 100%;
    text-align: center;
  }

  .list-product {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 320px;
    margin: 0 auto;
  }

  .product-box {
    padding: 20px 15px;
  }

  .product-box__img {
    width: 100%;
    text-align: center;
  }
}
