@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");
#contents section {
  background-image: none;
}

section > div.freearea:first-child {
  background-image: none;
  padding-top: 0 !important;
}

#mp_ta_header {
  padding: 0 !important;
}

.freearea {
  background-image: none;
  padding: 0;
  margin: 0;
}
.freearea ul {
  margin: 0;
  padding: 0;
}

.tx_C {
  text-align: center;
}

a {
  text-decoration: none;
  color: #000;
}

/*-----------------------------------------------------
お土産特集2024夏
-----------------------------------------------------*/
.omiyage2026s .mv {
  margin-bottom: 30px;
}
.omiyage2026s .menu {
  margin-bottom: 30px;
  text-align: center;
  background-image: url(https://cdn.shopserve.jp/toyosu-shop.jp/cdnassets/img/category/2026/omiyage2026s/bg_menu.png);
  background-repeat: no-repeat;
  background-position: left 10px;
  padding: 0 0 20px;
}
.omiyage2026s .menu ul {
  display: grid;
  row-gap: 10px;
  padding: 0 10px;
}
.omiyage2026s .menu a {
  display: block;
}

.section {
  margin-bottom: 100px;
}
.section .section-ttl {
  margin-bottom: 10px;
}
.section .section-text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 2em;
  margin-bottom: 30px;
}
.section .brandlogo {
  text-align: center;
  margin-bottom: 20px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.section .section-brandinfo {
  background-image: url(https://cdn.shopserve.jp/toyosu-shop.jp/cdnassets/img/category/2026/omiyage2026s/bg_brandinfo.png);
  background-repeat: repeat-y;
  background-position: center top;
  padding: 30px 0;
  margin-bottom: 30px;
}
.section .lead {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  position: relative;
  justify-content: center;
  margin-bottom: 10px;
  z-index: 1;
  line-height: 1.2em;
  display: flex;
  align-items: flex-end;
}
.section .description {
  font-size: 14px;
  line-height: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.section .bnr_kakegami {
  margin: 0 auto 30px;
  width: 90%;
}
.section .bnr_kakegami img {
  width: 100%;
  height: auto;
}
.section .productList {
  display: grid;
  margin-bottom: 50px;
  padding: 10px;
}
.section .productList.kakegami-product1 {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  justify-content: center;
}
.section .productList.kakegami-product2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  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 .productList .btn_buy {
  text-align: center;
  margin-top: 10px;
}
.section .column_2 {
  padding: 0 30px;
  row-gap: 30px;
}
.section .column_2::after {
  display: block;
  content: "";
  background-image: url(https://cdn.shopserve.jp/toyosu-shop.jp/cdnassets/img/category/2026/omiyage2026s/stripe_border.png);
  background-repeat: no-repeat;
  width: 340px;
  height: 6px;
  margin: 0 auto 30px;
}
.section .column_2 .item::before {
  display: block;
  content: "";
  background-image: url(https://cdn.shopserve.jp/toyosu-shop.jp/cdnassets/img/category/2026/omiyage2026s/stripe_border.png);
  background-repeat: no-repeat;
  width: 340px;
  height: 6px;
  margin: 0 auto 30px;
}
.section .column_2 .item a .image {
  width: 80%;
  margin: 0 auto;
}
.section .column_2 .item a .productName {
  font-size: 18px;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #0c59aa;
}
.section .column_2 .item a .productPrice {
  margin-left: auto;
  text-align: right;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  justify-content: flex-end;
}
.section .column_2 .item a .productPrice .productPrice_add {
  font-size: 14px;
  color: #526e8c;
  display: inline;
}
.section .column_2 .item a .productInfo {
  font-size: 14px;
  line-height: 1.8em;
}
.section .column_2 .item a .btn_buy {
  width: 80%;
  margin: 20px auto 0;
  text-align: center;
}

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

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

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