@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
/*-----------------------------------------------------
お土産特集2024夏
-----------------------------------------------------*/
.omiyage2025s {
  width: 700px;
}
.omiyage2025s .mv {
  margin-bottom: 50px;
}
.omiyage2025s .menu {
  margin-bottom: 50px;
  text-align: center;
}
.omiyage2025s .menu ul {
  display: grid;
  row-gap: 10px;
}
.omiyage2025s .menu a {
  display: block;
}

.section {
  margin-bottom: 100px;
}
.section .section-ttl {
  margin-bottom: 40px;
}
.section .section-text {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 2em;
  margin-bottom: 40px;
  letter-spacing: 0.16em;
}
.section .brandlogo {
  text-align: center;
  margin-bottom: 30px;
}
.section .lead {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
  line-height: 1.2em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.section .description {
  background-color: #fffbe1;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 30px;
}
.section .productList {
  display: grid;
  margin-bottom: 50px;
}
.section .productList.kakegami-product1 {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.section .productList.kakegami-product2 {
  grid-template-columns: repeat(2, 280px);
  gap: 30px;
  justify-content: center;
}
.section .productList .item a {
  display: block;
}
.section .productList .item span {
  display: block;
}
.section .productList .item .image {
  margin-bottom: 10px;
}
.section .productList .item .image img {
  width: 100%;
  padding: 0;
}
.section .productList .item .productCopy {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 15px;
  display: flex;
  justify-content: center;
  color: #526e8c;
  margin-bottom: 10px;
}
.section .productList .item .productName {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.5em;
}
.section .productList .item .productName-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-align: center;
}
.section .productList .item .productPrice {
  font-size: 16px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 2em;
}
.section .column_2 {
  padding: 0 20px;
  row-gap: 30px;
}
.section .column_2 .item a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}
.section .column_2 .item a .txBlock {
  width: 329px;
}
.section .column_2 .item a .productName {
  font-size: 24px;
  text-align: left;
}
.section .column_2 .item a .productName::after {
  width: 329px;
  height: 10px;
  margin: 10px 0 20px;
  content: "";
  display: block;
  background-image: url(/img/category/omiyage2025s/border.png);
  background-repeat: no-repeat;
}
.section .column_2 .item a .productInfo {
  font-size: 14px;
  line-height: 1.8em;
}
.section .column_2 .item:nth-of-type(even) a .image {
  order: 1;
}
.section .column_2 .item:nth-of-type(even) a .txBlock {
  order: 0;
}
.section .column_2 .item:nth-of-type(even) a .productName {
  text-align: right;
}

.brand-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brandlogo-rakumidou img {
  width: 220px;
  height: auto;
}

.brandlogo-currynokuchi img {
  width: 183px;
  height: auto;
}/*# sourceMappingURL=omiyage2025s.css.map */