.other_goods .other_goods_inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px 0;
}
@media screen and (max-width: 768px) {
  .other_goods .other_goods_inner {
    padding: 0;
  }
}
.other_goods .contents .section_inner {
  max-width: 1060px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .other_goods .contents .section_inner {
    padding-bottom: 80px;
  }
}
.other_goods .other_goods_inner02 .other_goods_title {
  text-align: center;
  font-size: 2.6rem;
  margin: 64px 0 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .other_goods .other_goods_inner02 .other_goods_title {
    font-size: 2rem;
    margin: 29px 0 19px;
  }
}
.other_goods .other_goods_inner02 .other_goods_text {
  letter-spacing: 0.05em;
  margin-bottom: 27px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .other_goods .other_goods_inner02 .other_goods_text {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 25px;
    padding: 0 10px;
  }
}
.other_goods .other_goods_inner02 .other_goods_notes {
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .other_goods .other_goods_inner02 .other_goods_notes {
    padding-left: 2em;
  }
}
.other_goods .other_goods_inner02 .other_goods_notes li {
  font-size: 1.2rem;
  list-style: disc;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.other_goods .other_goods_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px 40px;
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .other_goods .other_goods_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 30px;
    margin-top: 75px;
  }
}
.other_goods .other_goods_list > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 40px) / 2);
      -ms-flex: 0 0 calc((100% - 40px) / 2);
          flex: 0 0 calc((100% - 40px) / 2);
  border: 1px solid #44464C;
  border-radius: 10px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .other_goods .other_goods_list > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.other_goods .other_goods_list > li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.other_goods .other_goods_list > li a:hover .other_list_icon {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.other_goods .other_goods_list > li a .other_goods_list_text_wrap {
  padding: 26px 50px 80px;
}
@media screen and (max-width: 768px) {
  .other_goods .other_goods_list > li a .other_goods_list_text_wrap {
    padding: 16px 30px 49px;
  }
}
.other_goods .other_goods_list > li a .other_goods_list_text_wrap .other_goods_list_title {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .other_goods .other_goods_list > li a .other_goods_list_text_wrap .other_goods_list_title {
    font-size: 2rem;
  }
}
.other_goods .other_goods_list > li a .other_goods_list_text_wrap .other_goods_list_text {
  letter-spacing: 0.05em;
  margin: 6px 0 10px;
  min-height: 4em;
}
@media screen and (max-width: 768px) {
  .other_goods .other_goods_list > li a .other_goods_list_text_wrap .other_goods_list_text {
    font-size: 1.4rem;
    margin: 10px 0 10px;
  }
}
.other_goods .other_goods_list > li a .other_goods_list_text_wrap .other_goods_list_price {
  margin-bottom: 21px;
  padding-bottom: 5px;
  border-bottom: 1px solid #44464C;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.other_goods .other_goods_list > li a .other_goods_list_text_wrap .other_goods_list_price .other_goods_list_price01 {
  font-size: 1.4rem;
  font-weight: bold;
}
.other_goods .other_goods_list > li a .other_goods_list_text_wrap .other_goods_list_price .other_goods_list_price02 {
  color: #F17D63;
}
.other_goods .other_goods_list > li a .other_goods_list_text_wrap .other_goods_list_price .other_goods_list_price03 {
  letter-spacing: 2px;
  font-family: "Aleo", serif;
  font-size: 3.2rem;
  margin: 0 5px 0 2px;
}
.other_goods .other_goods_list > li a .other_goods_list_text_wrap .other_goods_lineup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 11px;
}
@media screen and (max-width: 768px) {
  .other_goods .other_goods_list > li a .other_goods_list_text_wrap .other_goods_lineup {
    gap: 25px 6px;
  }
}
.other_goods .other_goods_list > li a .other_goods_list_text_wrap .other_goods_lineup li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 55px) / 6);
      -ms-flex: 0 0 calc((100% - 55px) / 6);
          flex: 0 0 calc((100% - 55px) / 6);
}
@media screen and (max-width: 768px) {
  .other_goods .other_goods_list > li a .other_goods_list_text_wrap .other_goods_lineup li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 24px) / 5);
        -ms-flex: 0 0 calc((100% - 24px) / 5);
            flex: 0 0 calc((100% - 24px) / 5);
  }
}
.other_goods .other_goods_list > li a .other_goods_list_text_wrap .other_goods_lineup li .other_goods_lineup_image {
  position: relative;
}
.other_goods .other_goods_list > li a .other_goods_list_text_wrap .other_goods_lineup li .other_goods_lineup_image figcaption {
  font-size: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 103%;
  margin: auto;
  text-align: center;
  line-height: 1.5;
}
.other_goods .other_goods_list > li a .other_goods_list_text_wrap .other_goods_lineup li .other_goods_lineup_image figcaption.limited {
  color: #47C2D1;
}
.other_goods .other_goods_list > li a .other_goods_list_text_wrap .other_goods_lineup li .other_goods_lineup_image figcaption.sold {
  color: #F17D63;
}
.other_goods .other_goods_list > li a .other_goods_list_text_wrap .other_list_icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 31px;
  height: 31px;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media screen and (max-width: 768px) {
  .other_goods .other_goods_list > li a .other_goods_list_text_wrap .other_list_icon {
    width: 23px;
    height: 23px;
    right: 10px;
    top: auto;
    bottom: 10px;
    margin: auto;
  }
}
.other_goods .other_goods_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .other_goods .other_goods_button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-top: 60px;
  }
}
.other_goods .other_goods_button a {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .other_goods .other_goods_button a {
    width: 240px;
  }
}

.other_outlet .other_outlet_price {
  font-size: 1.4rem;
  color: #FFFFFF;
  background: #F17D63;
  border-radius: 6px;
  display: inline-block;
  padding: 3px 16px;
  margin: 0 17px 5px 0;
  position: relative;
  top: -6px;
}
@media screen and (max-width: 768px) {
  .other_outlet .other_outlet_price {
    font-size: 1.1rem;
    margin-right: 5px;
    padding: 2px 5px;
    letter-spacing: 0;
    border-radius: 4px;
  }
}
.other_outlet .other_goods_list > li a .other_goods_list_text_wrap {
  padding-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .other_outlet .other_goods_list > li a .other_goods_list_text_wrap {
    padding-bottom: 28px;
  }
}