/******************************/
/* category */
/******************************/
.p-category {
  overflow: hidden;
}
.p-category__ttl {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 28px;
  font-weight: bold;
  word-break: break-all;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-category__ttl {
    margin-bottom: 25px;
    font-size: 25px;
  }
}
.p-category-free {
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 2;
}
/***** カテゴリ一覧 *****/
.p-category-list {
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 70px;
  margin-bottom: 50px;
  padding: 20px;
  background: #f5f5f5;
  text-align: center;
}
.p-category-list__item {
  display: inline-block;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  word-break: break-all;
}
.p-category-list__link {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-category-list__link {
    font-size: 15px;
  }
}
.p-category-list__img {
  display: block;
  margin-right: 20px;
  width: 80px;
}
@media screen and (max-width: 1023px) {
  .p-category-list__img {
    width: 50px;
  }
}
.p-category-list__name {
  display: block;
  flex: 1;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-category-list__name {
    font-size: 16px;
  }
}
/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-item-list-head {
    display: block;
  }
}
.p-item-list-num {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-item-list-num {
    margin-bottom: 15px;
    text-align: center;
  }
}
.p-item-sort {
  display: flex;
  align-items: center;
}
.p-item-sort__ttl {
  white-space: nowrap;
  margin-right: 10px;
}
.p-item-sort__select {
  padding: 10px;
  border: 1px solid #b3b2b2;
  border-radius: 3px;
  height: auto;
  min-width: 180px;
  line-height: 1.4;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-item-sort__select {
    flex: 1;
  }
}
.p-item-sort-list {
  display: flex;
  flex-wrap: wrap;
}
.p-item-sort-list__item {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-item-sort-list__item {
    margin-left: 25px;
  }
}
.p-item-sort-list__item:first-child {
  margin-left: 0;
}
.p-item-sort-list__item span {
  text-decoration: underline;
}

/******************************/
/* MENU BANNER */
/******************************/
.p-menu {
  margin-top: 120px;
  margin-bottom: 120px;
}

.menuList.menuList_sp {
  display: none;
}

.menuList {
  max-width: 1500px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-rows: 338px 338px 338px 338px 510px;
  grid-template-columns: 338px 338px 725px;
  grid-gap: 50px;
}

.menuList__item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

.menuList__item:nth-child(1) {
  grid-row: 1 / 2;
  grid-column: 1 / 4;
}

.menuList__item:nth-child(2) {
  grid-row: 2 / 4;
  grid-column: 1 / 3;
}

.menuList__item:nth-child(3) {
  grid-row: 2 / 3;
  grid-column: 3 / 4;
}

.menuList__item:nth-child(4) {
  grid-row: 3 / 4;
  grid-column: 3 / 4;
}

.menuList__item:nth-child(5) {
  grid-row: 4 / 5;
  grid-column: 1 / 2;
}

.menuList__item:nth-child(6) {
  grid-row: 4 / 5;
  grid-column: 2 / 3;
}

.menuList__item:nth-child(7) {
  grid-row: 4 / 5;
  grid-column: 3 / 4;
}

.menuList__item:nth-child(8) {
  grid-row: 5 / 6;
  grid-column: 1 / 4;
}

.menuList__item:hover {
  opacity: 1;
}

.menuList__item img {
  width: 100%;
  height: auto;
}

.menuList__itemPic img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backface-visibility: hidden;
}

.menuList__item:hover .menuList__itemPic img {
  transform: scale(1.05, 1.05);
}

.menuList__item:nth-child(8):hover .menuList__itemPic img {
  transform: none;
}

.menuList__itemLead {
  font-family: "Noto Sans JP", sans-serif;
  color: #5e5e5e;
  margin: 0;
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1;
}

.menuList__item:nth-child(1) .menuList__itemLead {
  top: 70px;
  left: 60px;
}

.menuList__itemTitle {
  font-family: "Noto Sans JP", sans-serif;
  color: #5e5e5e;
  margin: 0;
  position: absolute;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 1.3px;
}

recommendList__itemText {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  position: absolute;
}

.menuList__itemTitle span {
  display: block;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}

.spShow {
  display: none;
}

.menuList__item:nth-child(2) .menuList__itemTitle {
  top: 95px;
  left: 60px;
}

.menuList__item:nth-child(3) .menuList__itemTitle {
  top: 50%;
  left: 55px;
  transform: translateY(-50%);
}

.menuList__item:nth-child(4) .menuList__itemTitle {
  top: 50%;
  right: 55px;
  transform: translateY(-50%);
}

.menuList__item:nth-child(5) .menuList__itemTitle {
  top: 190px;
  left: 40px;
  font-size: 30px;
}

.menuList__item:nth-child(6) .menuList__itemTitle {
  top: 190px;
  left: 40px;
  font-size: 30px;
}

.menuList__item:nth-child(7) .menuList__itemTitle {
  top: 50%;
  left: 55px;
  transform: translateY(-50%);
}

.menuList__item:nth-child(8) .menuList__itemTitle {
  top: 120px;
  left: 60px;
}

.menuList__itemText {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  color: #5e5e5e;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.menuList__item:nth-child(8) .menuList__itemText {
  top: 210px;
  left: 60px;
}

.modBtn01 {
  width: 260px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #7f191d;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
}

.menuList__item:nth-child(8) .modBtn01 {
  position: absolute;
  top: 320px;
  left: 60px;
}

.menuList__item:nth-child(8) .modBtn01:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 1540px) {
  .p-menu {
    padding-left: calc(100vw / 1540* 20);
    padding-right: calc(100vw / 1540* 20);
  }

  .menuList {
    grid-template-rows: calc(100vw / 1560* 338) calc(100vw / 1560* 338) calc(100vw / 1560* 338) calc(100vw / 1560* 338) calc(100vw / 1560* 510);
    grid-template-columns: calc(100vw / 1560* 338) calc(100vw / 1560* 338) calc(100vw / 1560* 725);
    grid-gap: calc(100vw / 1560* 50);
  } 

  .menuList__itemTitle {
    font-size: 24px;
  }

  .menuList__itemLead {
    font-size: calc(100vw / 1540 * 16);
  }

  .menuList__item:nth-child(1) .menuList__itemLead {
    top: calc(100vw / 1540* 50);
    left: calc(100vw / 1540* 40);
  }

  .menuList__item:nth-child(2) .menuList__itemLead {
    top: calc(100vw / 1540* 50);
    left: calc(100vw / 1540* 40);
  }

  .menuList__item:nth-child(3) .menuList__itemTitle {
    left: calc(100vw / 1540* 35);
  }

  .menuList__item:nth-child(4) .menuList__itemTitle {
    right: calc(100vw / 1540* 40);
  }

  .menuList__item:nth-child(5) .menuList__itemTitle {
    top: calc(100vw / 1540* 200);
    left: calc(100vw / 1540* 35);
    font-size: calc(100vw / 1540* 27);
  }

  .menuList__item:nth-child(6) .menuList__itemTitle {
    top: calc(100vw / 1540* 200);
    left: calc(100vw / 1540* 35);
    font-size: calc(100vw / 1540* 27);
  }

  .menuList__item:nth-child(7) .menuList__itemTitle {
    left: calc(100vw / 1540* 35);
  }

  .menuList__item:nth-child(8) .menuList__itemTitle {
    top: calc(100vw / 1540* 100);
    left: calc(100vw / 1540* 56);
  }

  .menuList__item:nth-child(8) .menuList__itemText {
    top: calc(100vw / 1540* 210);
    left: calc(100vw / 1540* 56);
    font-size: 13px;
  }

  .menuList__item:nth-child(1) .menuList__itemTitle {
    top: calc(100vw / 1540* 75);
    left: calc(100vw / 1540* 40);
  }

  .menuList__itemTitle span {
    margin-top: calc(100vw / 1540* 10);
    font-size: calc(100vw / 1540 * 10);
  }

  .menuList__item:nth-child(8) .modBtn01 {
    top: calc(100vw / 1540* 340);
    left: calc(100vw / 1540* 56);
    font-size: 13px;
    width: 220px;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 900px) {
  .menuList__itemTitle {
    font-size: 20px;
  }

  .menuList__item:nth-child(8) .menuList__itemTitle {
    top: calc(100vw / 1540* 50);
  }
  
  .menuList__item:nth-child(8) .menuList__itemText {
    top: calc(100vw / 1540* 200);
    font-size: 12px;
  }

  .menuList__item:nth-child(8) .modBtn01 {
    top: calc(100vw / 1540* 370);
  }
}

@media screen and (max-width: 768px) {
  .p-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menuList.menuList_pc {
    display: none;
  }

  .menuList.menuList_sp {
    display: block;
  }

  .menuList__item:nth-child(n + 2) {
    margin-top: 25px;
  }

  .menuList__item:nth-child(5) {
    width: calc((100% - 25px) / 2);
    float: left;
    margin-bottom: 25px;
  }

  .menuList__item:nth-child(6) {
    width: calc((100% - 25px) / 2);
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
  }

  .menuList__item:nth-child(7) {
    clear: both;
  }

  .menuList__itemLead {
    font-size: 15px;
  }

  .menuList__item:nth-child(1) .menuList__itemLead {
    top: 20px;
    left: 25px;
  }

  .menuList__itemTitle {
    font-size: 22px;
  }

  .menuList__item:nth-child(2) .menuList__itemTitle {
    top: 50px;
    left: 25px;
  }

  .menuList__item:nth-child(3) .menuList__itemTitle {
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
  }

  .menuList__item:nth-child(4) .menuList__itemTitle {
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  }

  .menuList__item:nth-child(5) .menuList__itemTitle {
    top: auto;
    bottom: 20px;
    left: 20px;
    font-size: 20px;
  }

  .menuList__item:nth-child(6) .menuList__itemTitle {
    top: auto;
    bottom: 20px;
    left: 20px;
    font-size: 20px;
  }

  .menuList__item:nth-child(7) .menuList__itemTitle {
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
  }

  .menuList__item:nth-child(8) .menuList__itemTitle {
    top: 25px;
    left: 25px;
  }

  .menuList__item:nth-child(8) .menuList__itemText {
    top: 94px;
    left: 25px;
    margin-right: 25px;
  }

  .menuList__item:nth-child(8) .modBtn01 {
    position: absolute;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
  }

  .menuList__itemTitle span {
    font-size: 11px;
    margin-top: 5px;
  }

  .spShow {
    display: block;
  }
}