@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");
/*-----------------------------------------------------
お土産特集2023夏
-----------------------------------------------------*/
.omiyage2023s {
  width: 700px;
}
.omiyage2023s .mv {
  margin-bottom: 50px;
}
.omiyage2023s .menu {
  margin-bottom: 50px;
  background-color: #526e8c;
}
.omiyage2023s .menu .ttl {
  text-align: center;
}
.omiyage2023s .menu .ttl:before {
  content: '';
  width: 152px;
  height: 56px;
  background-image: url(/img/category/omiyage2023s/deco-mark2-1.png);
  display: block;
  margin-right: auto;
}
.omiyage2023s .menu .ttl:after {
  content: '';
  width: 107px;
  height: 40px;
  background-image: url(/img/category/omiyage2023s/deco-mark2-2.png);
  display: block;
  margin-left: auto;
}
.omiyage2023s .menu ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 5px;
}
.omiyage2023s .menu li {
  width: 32%;
}

.section {
  margin-bottom: 100px;
}
.section .section-ttl {
  margin-bottom: 40px;
}
.section .section-text {
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  line-height: 2em;
  margin-bottom: 40px;
}
.section .brandlogo {
  text-align: center;
  margin-bottom: 10px;
}
.section .lead {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  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 .lead span {
  font-size: 16px;
  display: block;
  font-family: 'Noto Serif JP', serif;
}
.section .lead:before {
  content: '';
  display: block;
  background-image: url(/img/category/omiyage2023s/deco-mark1-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 43px;
  z-index: 0;
  margin-right: 20px;
}
.section .lead:after {
  content: '';
  display: block;
  background-image: url(/img/category/omiyage2023s/deco-mark1-2.png);
  background-size: contain;
  width: 40px;
  height: 43px;
  z-index: 0;
  margin-left: 20px;
}
.section .productList {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 50px;
}
.section .productList:after {
  content: '';
  display: block;
  width: 31%;
  height: 0;
}
.section .productList .item {
  width: 32%;
  margin-bottom: 20px;
  box-shadow: 7px 7px 0px 0px #c0e5f1;
  -webkit-box-shadow: 7px 7px 0px 0px #c0e5f1;
  -moz-box-shadow: 7px 7px 0px 0px #c0e5f1;
  -o-box-shadow: 7px 7px 0px 0px #c0e5f1;
  -ms-box-shadow: 7px 7px 0px 0px #c0e5f1;
  background: #fff;
  border: 1px solid #c0e5f1;
  padding: 10px 0;
}
.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;
  padding-bottom: 20px;
  background-image: url(/img/category/omiyage2023s/border.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  display: flex;
  justify-content: center;
  color: #526e8c;
  margin-bottom: 10px;
}
.section .productList .item .productCopy::before, .section .productList .item .productCopy::after {
  content: '';
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -5px;
}
.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 .toyosu-product .item {
  width: 100%;
}
.section .toyosu-product .item a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  padding: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section .toyosu-product .item .image {
  width: 50%;
}
.section .toyosu-product .item .txBlock {
  width: 47%;
}
.section .toyosu-product .item .productCopy {
  font-size: 15px;
  background-image: none;
  padding-bottom: 0;
}
.section .toyosu-product .item .productName {
  font-size: 20px;
  border-bottom: 1px solid #a0e0dc;
  margin-bottom: 10px;
  padding: 10px 0;
}
.section .toyosu-product .item .productInfo {
  font-size: 14px;
  line-height: 1.5em;
}
.section .araretoyosu-product .item {
  width: 49%;
}
.section .araretoyosu-product .item .image {
  padding-left: 10px;
  padding-right: 10px;
}

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

.brand-wrap-item {
  width: 49%;
}
.brand-wrap-item .brandlogo {
  position: relative;
  margin-bottom: 20px;
}
.brand-wrap-item .brandlogo:before {
  position: absolute;
  content: '';
  display: block;
  background-image: url(/img/category/omiyage2023s/deco1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 30px;
  top: 0;
  left: 0;
  z-index: 0;
}
.brand-wrap-item .brandlogo:after {
  content: '';
  position: absolute;
  display: block;
  background-image: url(/img/category/omiyage2023s/deco1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 30px;
  top: 0;
  right: 0;
  z-index: 0;
}
.brand-wrap-item .brandlogo-kakitane,
.brand-wrap-item .brandlogo-rakumidou {
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-wrap-item .brandlogo-kakitane:before,
.brand-wrap-item .brandlogo-rakumidou:before {
  content: '';
  display: block;
  position: relative;
  background-image: url(/img/category/omiyage2023s/deco-mark1-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 21px;
  z-index: 0;
  margin-right: 5px;
}
.brand-wrap-item .brandlogo-kakitane:after,
.brand-wrap-item .brandlogo-rakumidou:after {
  content: '';
  display: block;
  position: relative;
  background-image: url(/img/category/omiyage2023s/deco-mark1-2.png);
  background-size: contain;
  width: 20px;
  height: 21px;
  z-index: 0;
  margin-left: 5px;
}
.brand-wrap-item .brandlogo-kakitane img,
.brand-wrap-item .brandlogo-rakumidou img {
  height: 37px;
  width: auto;
}
.brand-wrap-item .productList .item {
  width: 100%;
}
.brand-wrap-item .image {
  padding-left: 10px;
  padding-right: 10px;
}
