#hdr .hdrCatch {
  overflow: hidden;
  padding: 10px 0;
  background: var(--color2);
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.ftr--typeC {
  padding: 0 0 100px;
}

.com_itemList {
  display: flex;
  gap: 20px;
}

.com_itemList .itemList__item {
  position: relative;
  list-style-type: none;
}

.com_itemList .itemList__item .itemWrap {
}

.com_itemList .itemList__item .itemImg {
  overflow: hidden;
  aspect-ratio: 180/245;
  margin-bottom: 10px;
}

.com_itemList .itemList__item .itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.com_itemList .itemList__item .itemPrice {
  margin-bottom: 10px;
  text-align: left;
}

.com_itemList .itemList__item .itemName {
  font-size: 8px;
  line-height: 2;
  text-align: justify;
}

.com_itemList .itemList__item .fav-item {
  top: 5px;
  right: 5px;
}

@media (min-width: 769px) {
  .com_itemList .itemList__item {
    flex: 1;
  }
}

@media (max-width: 768px) {
  .com_itemList {
    flex-wrap: wrap;
    gap: 30px calc(20 / 380 * 100%);
  }

  .com_itemList .itemList__item {
    width: calc(112 / 380 * 100%);
  }

  .com_itemList .itemList__item:nth-child(1),
  .com_itemList .itemList__item:nth-child(2) {
    width: calc(180 / 380 * 100%);
  }
}

.com_btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 100px;
}

.com_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  background-color: #00be64;
  border-radius: 25px;
  font-size: 16px;
  line-height: 1;
  color: #0f282d;
}

#container.topPage #main {
  padding-top: 50px;
}

.mv {
  overflow: hidden;
  width: 100%;
  height: 520px;
  /* margin-top: 30px; */
  margin-bottom: 30px;
}

.mv .mv__img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.mv .mv__img img {
  overflow: hidden;
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .mv {
    height: 450px;
  }
}

.newsList--typeC ul {
  border-top: 1px solid #dfdfdf;
}

.newsList--typeC .newsList__body ul li {
  padding: 10px 0;
}

.newsList--typeC .newsList__body ul li {
  border-bottom: 1px solid #dfdfdf;
}

.modal-bnr {
  position: fixed;
  bottom: 30px;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  display: none;
  width: 100%;
  max-width: 400px;
  margin: 0;
}
@media (max-width: 768px) {
  .modal-bnr {
    bottom: 10px;
    max-width: calc(100% - 20px);
  }
}

.modal-bnr .c-btn {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  background: #0f282d;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  text-indent: -9999px;
}

.modal-bnr .c-btn::after,
.modal-bnr .c-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
  background-color: #fff;
}

.modal-bnr .c-btn::before {
  width: 50%;
  height: 2px;
}

.modal-bnr .c-btn::after {
  width: 2px;
  height: 50%;
}

/* ************************************************
*  tokushoho
* ************************************************ */

.article-tokushoho {
  padding-top: 60px;
  line-height: 1.8;
  font-size: 14px;
}

.tokushoho-section {
  margin-bottom: 50px;
}

.tokushoho-section a {
  text-decoration: underline;
}

.tokushoho-section a:hover {
  text-decoration: none;
}

.tokushoho-section__ttl {
  margin-bottom: 30px;
}

.tokushoho-section__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tokushoho-section__list dt {
  width: calc(200 / 800 * 100%);
  margin-bottom: 5px;
  padding: 15px;
  background-color: #f8f5eb;
}

@media (max-width: 768px) {
  .tokushoho-section__list dt {
    padding: 10px;
  }
}

.tokushoho-section__list dd {
  width: calc(595 / 800 * 100%);
  margin-bottom: 5px;
  padding: 15px;
  background-color: #f2f2f2;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  .tokushoho-section__list dd {
    width: calc(255 / 345 * 100%);
    padding: 10px;
  }
}

.tokushoho-section .carousel-area {
  overflow-x: scroll;
}

.tokushoho-section .carousel-area table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

/* 20230915追加 */
@media (max-width: 768px) {
  .iconNav--text > ul > li:not(:last-child) {
    margin-right: 7px;
  }

  .iconNav__fav .material-icons {
    font-size: 20px;
  }
}

.product_images {
  position: relative;
}

.product_images .icon_member {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: rgb(157, 0, 82);
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .product_images .icon_member {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    font-size: 18px;
  }
}

.itemList .icon_member {
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: rgb(157, 0, 82);
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .itemList .icon_member {
    left: 13px;
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
}

/* 20231004追加 */
.cont_member_text {
  margin-bottom: 0.5em;
}

/* 20260119追加 */
.fNav__text {
  margin: 20px 0;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
