@charset "utf-8";

img,
img.image {
  max-width: 100%;
}

a:hover {
  opacity: 0.7;
}

.image {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------*/
/* content */
/* ------------------------------------------------------*/
h2,
h3,
h4 {
  height: auto;
}

h3 {
  border-bottom: none;
  padding-bottom: 0;
}

div.container * {
  font-family: "Noto Sans JP", 'Helvetica Neue', 'Helvetica', 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
  font-weight: 300;
}

div.container {
  margin: auto;
  text-align: left;
  max-width: 1024px;
  background-color: #fff;
  font-size: max(min(3.9vw, 40px), 12px);
  color: #8b8886;
  line-height: 1.6;
  padding: 0;
}

div.container picture {
  vertical-align: top;
}

div.container img {
  vertical-align: top;
}

.anchor {
  display: inline-block;
  text-decoration: none !important;
  color: #333333 !important;
}

.image {
  width: 100%;
  height: auto;
  line-height: 1.3;
}

.section_inner {
  background-color: #96BC73;
  padding-top: 8.3%;
}

.section_heading {
  display: flex;
  justify-content: center;
}

.sale_list {
  max-width: 89.33333%;
  margin: 0 auto;
}

.sale_item {
  background-color: #fff;
  text-align: center;
  padding-bottom: min(8vw, 82px);
}

.sale_item:not(:first-child) {
  margin-top: min(5.33vw, 55px);
}

.sale_link:link,
.sale_link:visited {
  display: inline-block;
  width: 86.65%;
  vertical-align: middle;
  background-color: #d6051c;
  color: #fff !important;
  text-decoration: none !important;
  position: relative;
  padding: min(3.42vw, 35px);
  font-size: 120%;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 1.3;
  border: 1px solid #d6051c;
  border-bottom: 1px solid #d6051c !important;
  box-sizing: border-box;
}

.sale_link:link::after,
.sale_link:visited::after {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(45deg);
}

.test {
  display: block;
}

.sale_link_multiple {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.sale_link_multiple:link,
.sale_link_multiple:visited {
  color: #06f;
  font-weight: bold;
  font-size: 6vw;
  text-decoration: underline;
}

.sale_link_multiple::after {
  position: absolute;
  content: "";
  bottom: 3vw;
  width: 3vw;
  height: 3vw;
  background-image: url(../../images/category/2025bazar_02/ico-arrow.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  margin-left: 8px;
}

.more_link_area {
  background-color: #96BC73
}

.more_link_area_inner {
  text-align: center;
  width: 100%;
  max-width: 89.33333%;
  padding-block: min(9.57vw, 136.53px) min(9.57vw, 205px);
  margin: 0 auto;
}

.more_link_area .more_link:link,
.more_link_area .more_link:visited {
  width: 100%;
  display: inline-block;
  background-color: #2198e0;
  color: #fff !important;
  font-size: 134%;
  font-weight: bold;
  line-height: 1.2em;
  text-decoration: none !important;
  position: relative;
  padding: 0.7em;
  border: 2px solid #fff;
  border-bottom: 2px solid #fff !important;
  box-sizing: border-box;
}

.more_link_area .more_link:link::after,
.more_link_area .more_link:visited::after {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(45deg);
}

@media (hover: hover) {

  .sale_link:hover {
    background-color: #fff;
    color: #d6051c !important;
    opacity: 1;
  }

  .more_link_area .more_link:hover {
    background-color: #fff;
    color: #2198e0 !important;
    opacity: 1;
  }

  .sale_link:hover::after {
    border-top: 2px solid #d6051c;
    border-right: 2px solid #d6051c;
    opacity: 1;
  }

  .more_link_area .more_link:hover::after {
    border-top: 2px solid #2198e0;
    border-right: 2px solid #2198e0;
    opacity: 1;
  }
}

@media screen and (min-width: 1025px) {
  div.container {
    max-width: 600px;
    font-size: 23px;
  }

  .sale_item {
    padding-bottom: 48px;
  }

  .sale_item:not(:first-child) {
    margin-top: 36px;
  }

  .sale_link:link,
  .sale_link:visited {
    padding: 20.5px;
  }

  .more_link_area_inner {
    padding-block: 60px 60px;
  }

  .sale_link_multiple:link,
  .sale_link_multiple:visited {
    font-size: 36px;
  }

  .sale_link_multiple::after {
    position: absolute;
    content: "";
    bottom: 19px;
    width: 16px;
    height: 16px;
    background-image: url(../../images/category/2025bazar_02/ico-arrow.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    margin-left: 8px;
  }
}