@charset "UTF-8";
.product_item .item_photo {
  position: relative;
}
.product_item .item_photo .bnr_logo {
  width: 96px;
  position: absolute;
  bottom: -10px;
  right: -3px;
}
.product_item .item_photo .bnr_logo.logo_esp50th {
  width: 50px;
}
.product_item .item_photo .bnr_logo.logo_esp50th img {
  width: 100%;
}
.product_item .item_photo .bnr_logo.bnr_bigsummersale {
  width: 80px;
  transform: rotate(-10deg);
}
.product_item .item_photo .bnr_logo.bnr_bigsummersale img {
  width: 100%;
}
.product_item .item_photo .bnr_logo img {
  width: 100%;
}
.product_item .item_photo .bnr_logo img.icon {
  width: 32px !important;
}
.product_item .item_photo .icn_recommend-timesale {
  position: absolute;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 50px;
  background-color: #ffd700;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: -0.1em;
  color: #053769;
  bottom: 4.2rem;
  right: 0.5rem;
  width: auto;
  z-index: 1;
  font-family: "LINE Seed JP", sans-serif;
  transform: rotate(-10deg);
}
.product_item .item_photo .icn_recommend-timesale::after {
  content: "";
  position: absolute;
  top: 0;
  left: 46%;
  border-style: solid;
  border-width: 0 4px 10px 4px;
  border-color: transparent transparent #ffd700;
  translate: -50% -100%;
  transform: skew(52deg);
  transform-origin: bottom;
}

#content_repeat {
  margin-bottom: 2rem;
}

#content_repeat > .inner {
  margin: auto;
}

#content_repeat > .inner > .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0;
  gap: 1%;
}

@media screen and (min-width: 961px) {
  #content_repeat > .inner > .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
    padding: 0;
  }
}
#content_repeat > .inner > .row > div {
  text-align: center;
  width: 150px;
}

#content_repeat > .inner > .row > div img {
  margin-bottom: 1rem;
}

#content_repeat > .inner > .row > div img.img-thumbnail {
  opacity: 0.8;
  padding: 0;
  border: 5px solid #c70215;
  border-radius: 0.25rem;
  width: 150px;
  height: 150px;
}

#content_repeat > .inner > .row > div img.img-thumbnail:hover {
  opacity: 1;
  border: 5px solid #fff;
}

#content_repeat > .inner > .row > div img.rounded-circle {
  border-radius: 50% !important;
}

#content_repeat > .inner > .row > div h3 {
  font-size: 15px;
  letter-spacing: -0.5px;
  margin: 0 auto 0.5rem;
  line-height: 1.2;
  color: #c70215;
}

#content_repeat > .inner > .row > div p {
  margin: 0 auto 1rem;
  color: #f2f2f2;
  font-size: 14px;
}

.content_repeat {
  max-width: 1500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto 2rem;
  gap: 1rem 1rem;
}
.content_repeat.full {
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .content_repeat {
    flex-direction: row;
  }
}
@media screen and (min-width: 960px) {
  .content_repeat:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.content_repeat.row_reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 960px) {
  .content_repeat.row_reverse {
    flex-direction: row-reverse;
  }
}

.content_repeat > div.image.pc_half {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .content_repeat > div.image.pc_half {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.content_repeat .title {
  font-size: 24px;
  line-height: 1.25;
  word-break: auto-phrase;
  margin-bottom: 1rem;
}

@media screen and (min-width: 960px) {
  .content_repeat .title {
    font-size: 32px;
  }
}
.content_repeat > p {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}

.content_repeat > div.image {
  width: 100%;
  display: flex;
  flex: 1;
}

@media screen and (min-width: 960px) {
  .content_repeat.bnrs > div.image {
    width: 40%;
  }
}

.content_repeat.bnrs > div.image {
  margin: 0 auto;
  padding: 1rem;
}
.content_repeat.bnrs > div.image .bnrs_item {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: block;
}
.content_repeat.bnrs > div.image .bnrs_item figcaption {
  background-color: #053769;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 16px;
  color: #fff;
  margin: 1rem auto;
  text-align: center;
  font-size: 14px;
}

.content_repeat > div.text {
  padding: 15px;
  flex: 1;
  text-align: center;
}
.content_repeat > div.text .icn_recommend-timesale {
  position: relative;
  display: inline-block;
  padding: 12px 16px;
  border-radius: 50px;
  background-color: #ffd700;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: -0.1em;
  color: #053769;
  right: 0.5rem;
  width: auto;
  z-index: 1;
  font-family: "LINE Seed JP", sans-serif;
}
.content_repeat > div.text .icn_recommend-timesale::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 4px 0 4px;
  border-color: #ffd700 transparent transparent;
  translate: -50% 100%;
  transform: skew(52deg);
  transform-origin: top;
}

.content_repeat > div.text p {
  inline-size: fit-content;
  margin-inline: auto;
  text-align: left;
}

@media screen and (min-width: 960px) {
  .content_repeat.bnrs > div.text {
    width: 60%;
  }
}

.content_repeat > div.text .bnr_image {
  padding: 15px;
  margin: 1rem auto;
  display: grid;
}

.icnNew {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 12px;
  font-weight: bold;
  color: red;
  z-index: 1;
}

#bnr_repeats {
  margin-bottom: 2rem;
}

/* カテゴリバナー */
.bnr_repeats {
  max-width: 1500px;
  width: 100%;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto 3rem;
}
@media screen and (min-width: 480px) {
  .bnr_repeats {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

.bnr_repeats > div {
  margin: 0;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
}

.bnr_repeats a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s;
}
.bnr_repeats a:hover {
  opacity: 0.9;
}

.bnr_repeats a img {
  width: 100%;
}

/* カテゴリバナー */
.bnr_repeats2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1500px;
  width: 100%;
}

.bnr_repeats2 > div {
  margin: 0;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .bnr_repeats2 > div {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .bnr_repeats2 > div {
    width: 50%;
  }
}
.bnr_repeats2 a {
  overflow: hidden;
  display: block;
  width: 100%;
}

.bnr_repeats2 img {
  margin: 0;
  opacity: 0.9;
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -o-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.bnr_repeats2 img:hover {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.bnr_image_url_product {
  padding: 0;
  margin: 0;
  display: grid;
  background-color: #053769;
  color: #fff;
  width: 100%;
  height: 100%;
}

.bnr_image_url_product figcaption {
  text-align: center;
  padding: 0.5rem;
  font-size: 12px;
  letter-spacing: -1px;
  background-color: #053769;
}

.bnr_image_url_product figcaption:after {
  padding-left: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #ffffff;
  font-size: 12px;
}

.recommend_item {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem 1rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .recommend_item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.recommend_item .grid-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  position: relative;
  background-color: #000;
  padding: 1rem;
}
.recommend_item .grid-wrap::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  display: grid;
  place-items: center;
  width: 70%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, #666666 50%, transparent);
}
.recommend_item .grid-wrap .grid-box {
  font-size: 14px;
  display: grid;
}
.recommend_item .grid-wrap .image {
  grid-column: 1/3;
  grid-row: 1/2;
}
.recommend_item .grid-wrap .image img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .recommend_item .grid-wrap .image {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.recommend_item .grid-wrap .title {
  grid-column: 1/3;
  grid-row: 2/3;
  margin: 0 0 1rem;
  place-items: center;
}
.recommend_item .grid-wrap .title h3 {
  inline-size: fit-content;
  margin: 1rem auto;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .recommend_item .grid-wrap .title {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.recommend_item .grid-wrap .title .logo {
  margin-inline: auto;
  display: grid;
  place-content: center;
  place-items: center;
  grid-auto-flow: column;
  gap: 3px;
}
.recommend_item .grid-wrap .title .logo img {
  width: 96px;
}
.recommend_item .grid-wrap .description {
  grid-column: 1/3;
  grid-row: 3/4;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .recommend_item .grid-wrap .description {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.recommend_item .grid-wrap .description h4 {
  inline-size: fit-content;
  margin: 0 0 0.5rem;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.recommend_item .grid-wrap .description p {
  margin: 0;
  padding: 0;
}
.recommend_item .grid-wrap .description .link {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  font-size: 14px;
}
.recommend_item .grid-wrap .description .link a {
  float: right;
  color: #4179a9;
}

#item_detail iframe {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #item_detail iframe {
    width: auto;
    min-width: 400px !important;
  }
}

.pickup_section .pickup_title {
  text-align: center;
}
.pickup_section .pickup_title span {
  font-size: 32px;
  font-weight: 800;
  color: #eacd0c;
  text-align: center;
  position: relative;
}
.pickup_section .recommend_item_title {
  position: relative;
  width: 100%;
  height: 100%;
}
.pickup_section .recommend_item_title::after {
  content: attr(data-title);
  /* background-position: center;
                              background-size: 300px;
                              background-repeat: no-repeat;
                              background-image: url(/assets/images/recommend_weeks_icn.svg); */
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  -webkit-text-stroke: 10px #0b3769;
  paint-order: stroke;
  font-size: 36px;
  font-weight: 800;
  color: #eacd0c;
  font-family: "LINE Seed JP", sans-serif;
  text-align: center;
  text-wrap: balance;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .pickup_section .recommend_item_title::after {
    font-size: 48px;
  }
}
.pickup_section .text p {
  padding: 1rem 0;
  margin: 0 0 2rem 0 !important;
}
.pickup_section .btn a {
  background-color: #0b3464;
  color: #fff;
  text-align: center;
  padding: 1.5rem 3rem;
  line-height: 1;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  opacity: 1;
  transition: 0.3s;
}
.pickup_section .btn a:hover {
  opacity: 0.8;
}

.type_items {
  padding: 1rem;
}
.type_items .grid_container {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .type_items .grid_container {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
@media (min-width: 992px) {
  .type_items .grid_container {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}
@media (min-width: 1200px) {
  .type_items .grid_container {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }
}
.type_items .type_item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 280px;
}
@media (min-width: 1200px) {
  .type_items .type_item {
    height: 300px;
  }
}
.type_items .type_item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.type_items .item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s ease;
}
@media (min-width: 992px) {
  .type_items .item-image {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .type_items .item-image {
    height: 300px;
  }
}
.type_items .item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7)); */
  color: white;
  padding: 1rem;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  transform: translateY(0);
  transition: transform 0.3s ease;
  line-height: 1;
}
.type_items .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.type_items .item-text {
  color: white;
  font-size: 13px;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.4;
}
.type_items .item-text h4 {
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.type_items .item-button {
  background: #0d386b;
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
  display: inline-block;
}
.type_items .item-button:hover {
  background: #164c8d;
}
.type_items .type_item:hover .item-image {
  filter: blur(2px) brightness(0.7);
}
.type_items .type_item:hover .item-title {
  transform: translateY(0);
}
.type_items .type_item:hover .item-overlay {
  opacity: 1;
  transform: translateY(0);
}
.type_items.title_item .title_container {
  background-color: #111;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  place-items: center;
}
.type_items.title_item .title_container .item_image {
  place-items: inherit;
}
.type_items.title_item .title_container .item_text {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .type_items.title_item .title_container .item_text {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .type_items.title_item .title_container {
    grid-template-columns: 50% auto;
  }
}
@media screen and (min-width: 960px) {
  .type_items.title_item .title_container {
    grid-template-columns: 30% auto;
  }
}
.type_items.smart_items .smart_container ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.5rem;
  margin: 0;
  padding: 1rem;
  list-style: none;
  place-items: center;
}
@media (min-width: 768px) {
  .type_items.smart_items .smart_container ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    padding: 20px;
  }
}
.type_items.smart_items .smart_container li {
  margin: 0 0 5rem 0;
  padding: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .type_items.smart_items .smart_container li {
    width: 200px;
    height: 200px;
  }
}
.type_items.smart_items .smart_container li p {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
.type_items.smart_items .smart_container .item_image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #053769;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.2s ease;
  cursor: pointer;
}
.type_items.smart_items .smart_container .item_image:hover {
  transform: scale(1.05);
  border: 5px solid #eacd0c;
}
.type_items.smart_items .smart_container .item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.type_items.smart_items .smart_container .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: flex;
  padding: 1rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .type_items.smart_items .smart_container .modal {
    padding: 2rem;
  }
}
.type_items.smart_items .smart_container .modal.show {
  opacity: 1;
  visibility: visible;
}
.type_items.smart_items .smart_container .modal.show .modal-content {
  transform: scale(1);
}
.type_items.smart_items .smart_container .modal-content {
  background-color: #111;
  color: #efefef;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  max-height: 100%;
  overflow-y: auto;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  padding: 1rem;
  box-sizing: border-box;
  margin: auto;
}
@media (min-width: 768px) {
  .type_items.smart_items .smart_container .modal-content {
    max-width: 720px;
    padding: 2rem;
  }
}
.type_items.smart_items .smart_container .modal-title {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .type_items.smart_items .smart_container .modal-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.type_items.smart_items .smart_container .modal-image {
  width: 100%;
  max-height: 40vh;
  object-fit: contain;
  display: block;
  margin: 0 auto 1rem auto;
}
@media (min-width: 768px) {
  .type_items.smart_items .smart_container .modal-image {
    max-height: 50vh;
    margin-bottom: 1.5rem;
  }
}
.type_items.smart_items .smart_container .close {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s ease;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: none;
  border: none;
}
@media (min-width: 768px) {
  .type_items.smart_items .smart_container .close {
    top: 1rem;
    right: 1.25rem;
    font-size: 1.75rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.type_items.smart_items .smart_container .close:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.type_items.smart_items .smart_container .modal-content p {
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .type_items.smart_items .smart_container .modal-content p {
    margin-bottom: 1.5rem;
  }
}
.type_items.smart_items .smart_container .modal-content p a.item-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #053769;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .type_items.smart_items .smart_container .modal-content p a.item-button {
    padding: 1rem 2rem;
  }
}
.type_items.smart_items .smart_container .modal-content p a.item-button:hover {
  background-color: #eacd0c;
  color: #000;
}

.items_section .item_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1500px;
  margin: 0 auto;
  gap: 1rem 1rem;
}
@media (min-width: 992px) {
  .items_section .item_content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.items_section .item {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.items_section .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.items_section .item_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s ease;
}
.items_section .item_title {
  position: absolute;
  bottom: 0;
  left: 0;
  /*  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7)); */
  color: #053769;
  background-color: #eacd0c;
  padding: 1rem;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  transform: translateY(0);
  transition: transform 0.3s ease;
  line-height: 1;
  margin: auto;
  display: grid;
  width: 100%;
  letter-spacing: -1px;
}
.items_section .item_overlay {
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1rem 1rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.items_section h4 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .items_section h4 {
    font-size: 16px;
  }
}
.items_section .item_description {
  color: white;
  font-size: 12px;
  text-align: left;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .items_section .item_description {
    font-size: 14px;
    line-height: 1.5;
  }
}
.items_section .item_button {
  background: #0d386b;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
  display: inline-block;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .items_section .item_button {
    padding: 1rem 2rem;
    font-size: 14px;
  }
}
.items_section .item_button:hover {
  background: #164c8d;
}
.items_section .item:hover .item_image {
  filter: blur(2px) brightness(0.7);
}
.items_section .item:hover .item_title {
  transform: translateY(0);
}
.items_section .item:hover .item_overlay {
  opacity: 1;
  transform: translateY(0);
}

/*# sourceMappingURL=custom.css.map */
