@charset "UTF-8";
html {
  font-size: 16px;
}

body.hh202425 {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.5;
  background: #eee6d7;
}

.hh202425 .event-cont-wrap {
  width: 100%;
  margin: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .hh202425 .event-cont-wrap {
    margin: 0 auto 2rem;
  }
}
.hh202425 .event-cont-wrap .inner-wrap {
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .hh202425 .event-cont-wrap .inner-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .hh202425 #splash202425 .inner-wrap {
    width: 100%;
  }
}
.hh202425 #splash202425 img {
  width: 100%;
  height: auto;
}
.hh202425 #splash202425 .text-bloc {
  width: 62%;
  margin-inline: auto;
  margin-top: 5rem;
  text-align: center;
  word-break: break-all;
}
.hh202425 #splash202425 .text-bloc p {
  word-break: break-all;
  word-wrap: wrap;
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .hh202425 #splash202425 .text-bloc {
    margin-top: 1.5rem;
    width: 90%;
    margin-inline: auto;
  }
}
.hh202425 #event-header .section-header {
  background: #eee;
  padding: 2rem;
  box-sizing: border-box;
  margin-bottom: 3rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .hh202425 #event-header .section-header {
    padding: 1.5rem 0;
    margin-bottom: 1rem;
  }
}
.hh202425 #event-header .section-header p {
  text-align: center;
}
.hh202425 #event-header .section-header p span {
  display: inline-block;
  vertical-align: middle;
  width: 5rem;
  height: 5rem;
  text-align: center;
  background: #c75757;
  color: #fff;
  font-weight: 800;
  font-size: 4.2rem;
  line-height: 5rem;
  border-radius: 50%;
  margin: 0 0.7rem;
}
.hh202425 #event-header .event-nav {
  width: 80%;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .hh202425 #event-header .event-nav {
    width: 90%;
  }
}
.hh202425 #event-header .event-nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3vw;
}
@media only screen and (max-width: 768px) {
  .hh202425 #event-header .event-nav ul {
    grid-template-columns: 1fr;
  }
}
.hh202425 #event-header .event-nav ul li {
  border: 1px solid #313131;
}
.hh202425 #event-header .event-nav ul li a {
  display: block;
}
.hh202425 #event-header .event-nav ul li a .inner {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}
.hh202425 #event-header .event-nav ul li a .inner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.hh202425 #event-header .event-nav ul li a .inner .mask {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  transform: scale(0.01);
  transition: 0.5s ease-in;
}
.hh202425 #event-header .event-nav ul li a:hover .mask {
  left: 0;
  transform: scale(1);
}
.hh202425 .section-header2 {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .hh202425 .section-header2 {
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}
.hh202425 .section-header2 .sub {
  font-size: 0.875rem;
  color: #777;
  margin-top: 0.5em;
}
.hh202425 .section-header2 h2 {
  font-family: serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}
.hh202425 .items-list2 ul {
  width: 80%;
  margin-inline: auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  justify-items: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .hh202425 .items-list2 ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: 90%;
    margin-inline: auto;
  }
}
.hh202425 .items-list2 ul li {
  min-width: 0 !important; /* コンテンツによる幅の制限を強制解除 */
  width: 100% !important; /* Gridセル幅いっぱいを強制 */
  padding: 0 !important; /* パディングを強制リセット */
  margin: 0 !important; /* マージンを強制リセット */
  box-sizing: border-box !important; /* ボックスモデルを強制統一 */
}
.hh202425 .items-list2 ul li a {
  display: block;
  text-decoration: none;
  width: 100%;
}
.hh202425 .items-list2 ul li a .inner {
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .hh202425 .items-list2 ul li a .inner {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 5vw;
  }
}
.hh202425 .items-list2 ul li a .inner picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.hh202425 .items-list2 ul li a .inner picture img {
  width: 100%;
  height: auto;
}
.hh202425 .items-list2 ul li a .inner .text-bloc {
  max-width: 100%;
}
.hh202425 .items-list2 ul li a .inner .itemName {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .hh202425 .items-list2 ul li a .inner .itemName {
    font-size: 0.9125rem;
    margin-top: 0;
  }
}
.hh202425 .items-list2 ul li a .inner .itemName span {
  background: #207a17;
  line-height: 1;
  font-size: 0.875rem;
  padding: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3rem;
  border-radius: 5px;
  font-weight: 800;
  color: #fff;
}
.hh202425 .items-list2 ul li a .inner .itemName .brand {
  background: #666;
  color: #fff;
  font-size: 0.725rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  padding: 3px 6px;
  border-radius: 5px;
  line-height: 1;
}
.hh202425 .items-list2 ul li a .inner .itemName .brand.ksa {
  background: #b7f0b5;
  color: #666;
}
.hh202425 .items-list2 ul li a .inner .itemName .brand.jaa {
  background: #469772;
}
.hh202425 .items-list2 ul li a .inner .normalPrice {
  font-size: 0.725rem;
  display: inline-block;
}
.hh202425 .items-list2 ul li a .inner .normalPrice .price {
  text-decoration: line-through;
}
.hh202425 .items-list2 ul li a .inner .normalPrice .stock {
  margin-right: 0.5rem;
}
.hh202425 .items-list2 ul li a .inner .salePrice {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: #af2626;
  display: inline-block;
}
.hh202425 .items-list2 ul li a .inner .salePrice .price {
  font-size: 1.125rem;
  margin-left: 0.2rem;
}
.hh202425 .items-list2 ul li a .inner .special {
  display: block;
}
.hh202425 .items-list2 ul li a .inner .special span {
  background: #f8d0d0;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 7px;
  border-radius: 5px;
  display: inline-block;
}
.hh202425 .items-list2 ul li a:hover {
  text-decoration: underline;
}
.hh202425 .items-list2 ul li a:hover img {
  filter: opacity(70);
}
.hh202425 .items-list2 ul li:last-child {
  /* 最後の li だけを強制的に 1 列分に設定 */
  grid-column: span 1;
}
.hh202425 .banner-area .inner {
  width: 80%;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .hh202425 .banner-area .inner {
    width: 90%;
  }
}
.hh202425 .banner-area .inner img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
.hh202425 .banner-area .inner h2 {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.hh202425 .banner-area .inner p {
  margin-bottom: 1rem;
}

.hh202425 #event-header .inner-wrap {
  text-align: center;
}

.hh202425 #event-header .section-header.section-header4 {
  background: none;
  text-align: center;
  font-family: serif;
  display: inline-block;
  margin-inline: auto;
  margin: 0 auto 1.5rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .hh202425 #event-header .section-header.section-header4 {
    margin-bottom: 0;
  }
}
.hh202425 #event-header .section-header.section-header4 p.num {
  width: 4.2rem;
  height: 4.2rem;
  background: #c90202;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  font-weight: 800;
  font-family: sans-serif;
  border-radius: 50%;
  line-height: 4.2rem;
  margin-inline: auto;
  margin: 0 auto 0.6rem;
}

.hh202425 .section-header img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.hh202425 .soldout {
  margin: 0.5rem 0;
}
.hh202425 .soldout span {
  padding: 5px 10px;
  display: inline-block;
  background: #af2626;
  color: #fff;
  font-size: 0.725rem;
  border-radius: 1rem;
  line-height: 1;
}

.items-list3 {
  width: 100%;
}
.items-list3 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .items-list3 ul {
    gap: 1.5rem;
  }
}
.items-list3 ul li {
  width: 100%;
  overflow: hidden;
}
.items-list3 ul li a {
  display: block;
  height: 100%;
}
.items-list3 ul li a .inner {
  display: block;
  height: 100%;
  width: 100%;
}
.items-list3 ul li a .inner picture {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 5px;
}
.items-list3 ul li a .inner picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.items-list5 ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .items-list5 ul {
    gap: 1.5rem;
  }
}
.items-list5 ul li {
  width: 100%;
  overflow: hidden;
}
.items-list5 ul li .inner {
  display: block;
}
.items-list5 ul li .inner picture {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.items-list5 ul li .inner picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.items-list3 ul,
.items-list5 ul {
  width: 80%;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .items-list3 ul,
  .items-list5 ul {
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.items-list3 ul .text-bloc,
.items-list5 ul .text-bloc {
  margin-top: 0.5rem;
}
.items-list3 ul .text-bloc .normalPrice,
.items-list5 ul .text-bloc .normalPrice {
  margin-bottom: 5px;
}
.items-list3 ul .text-bloc .normalPrice span,
.items-list5 ul .text-bloc .normalPrice span {
  text-decoration: line-through;
  color: #555;
}
.items-list3 ul .text-bloc .salePrice,
.items-list5 ul .text-bloc .salePrice {
  font-weight: 400;
  color: #c90202;
}
.items-list3 ul .text-bloc .salePrice .price,
.items-list5 ul .text-bloc .salePrice .price {
  font-size: 1.125rem;
  font-weight: 700;
}
.items-list3 ul .text-bloc .brand-info .brand,
.items-list5 ul .text-bloc .brand-info .brand {
  color: #fff;
  font-size: 0.6125rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
.items-list3 ul .text-bloc .brand-info .brand.jaa,
.items-list5 ul .text-bloc .brand-info .brand.jaa {
  background: #236447;
  padding: 3px 8px;
  border-radius: 9999px;
}

.banner-area picture {
  text-align: center;
  margin-bottom: 1rem;
  width: 70%;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .banner-area picture {
    width: 100%;
  }
}

#globalHeader .inner.grid-container #pc-menu {
  width: 50% !important;
}

#icon-menu .inner2 #menuBar .circle {
  padding: 0 !important;
  margin: 1vw !important;
}

.items-list2 picture,
.items-list3 picture,
.items-list5 picture {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #313131;
  box-sizing: border-box;
}
.items-list2 picture img,
.items-list3 picture img,
.items-list5 picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.4s ease;
}
.items-list2 picture:hover img,
.items-list3 picture:hover img,
.items-list5 picture:hover img {
  transform: scale(1.1);
}

.items-list2 ul .text-bloc .salePrice .price,
.items-list3 ul .text-bloc .salePrice .price,
.items-list5 ul .text-bloc .salePrice .price,
.salePrice .price {
  font-weight: 700;
  font-size: 1.5rem !important;
  padding-left: 3px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .items-list2 ul .text-bloc .salePrice .price,
  .items-list3 ul .text-bloc .salePrice .price,
  .items-list5 ul .text-bloc .salePrice .price,
  .salePrice .price {
    font-size: 1.25rem !important;
  }
}

@media only screen and (max-width: 768px) {
  #splash202425 {
    margin-top: 14vw;
  }
}
@media only screen and (max-width: 768px) {
  #splash202425.event-cont-wrap {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #splash202425.event-cont-wrap p {
    font-size: 0.8rem !important;
  }
}/*# sourceMappingURL=hh2024-25.css.map */