/*======================================
    font
======================================*/
/*======================================
    color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
}

body {
  background-color: #F1F1F1;
}
body.active {
  overflow: hidden;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.is-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  br.is-pc {
    display: none;
  }
}

br.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.is-sp {
    display: block;
  }
}

.en {
  font-family: "Goldman", "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.submit-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background-color: inherit;
  font-size: inherit;
  padding: 0;
  line-height: 1;
}
.submit-button:focus {
  outline: none;
}

.hidden {
  display: none;
}

/*======================================
    layout
======================================*/
.container {
  overflow: hidden;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 1024px) {
  .container {
    font-size: max(1.5625vw, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .container {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  max-width: 67.5em;
}
.inner.-md {
  max-width: 64em;
}
.inner.-lg {
  max-width: 75em;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 87.2%;
  }
}

.p-wrap {
  display: flex;
  column-gap: 2.5em;
  row-gap: 2.5em;
  margin-bottom: 5em;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .p-wrap {
    flex-direction: column;
  }
}

.p-contents {
  flex: 1;
}

.p-side {
  width: 13.75em;
}
@media screen and (max-width: 767px) {
  .p-side {
    width: 100%;
  }
}

.js-toggle-open:hover {
  cursor: pointer;
}

.js-toggle-contents {
  display: none;
}

/*======================================
    breadcrumb
======================================*/
.breadcrumb {
  font-size: 0.75em;
  line-height: 1.75;
  margin-top: 2em;
}
.breadcrumb a, .breadcrumb span {
  display: inline-block;
}
.breadcrumb a {
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.breadcrumb a:hover {
  opacity: 0.7;
}
.breadcrumb .bread-arrow {
  display: inline-block;
  width: 0.5em;
  height: 0.8em;
  background-color: gray;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin: 0 0.5em;
}

/*======================================
    sidebar
======================================*/
.p-side-block:nth-child(n+2) {
  margin-top: 3.125em;
}

.elm-right {
  margin-left: auto;
}

.elm-left {
  margin-right: auto;
}

.elm-center {
  margin-left: auto;
  margin-right: auto;
}

/*======================================
    shop sidebar
======================================*/
.shop-sidebar {
  margin-bottom: 3.125em;
}

.shop-profile {
  margin-top: 1.25em;
}

.shop-profile__img {
  margin-bottom: 1.25em;
}
.shop-profile__img img {
  height: auto;
}

.shop-profile__title {
  font-size: 0.875em;
  line-height: 1.75;
  margin-bottom: 0.5em;
}

.shop-profile__text {
  font-size: 0.75em;
  line-height: 1.75;
}

.shop-profile__button {
  display: block;
  background-color: #4FAFE4;
  color: #fff;
  font-weight: 700;
  text-align: center;
  max-width: 10em;
  padding: 0.5em;
  transition: opacity 0.3s ease;
  margin-top: 0.75em;
  letter-spacing: 0.1em;
}
.shop-profile__button:hover {
  opacity: 0.7;
}

.s-archive__select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  border-radius: 0;
  font-size: 0.875em;
  font-family: inherit;
  font-weight: inherit;
  width: 100%;
  max-width: 12.5em;
  padding: 0.5em 1em;
  background: #fff url(../img/select_arrow.svg) no-repeat center right 0.5em/1em 1em;
}
.s-archive__select:hover {
  cursor: pointer;
}
.s-archive__select:focus {
  outline: none;
}

/*======================================
    section
======================================*/
.p-section:nth-of-type(n + 2) {
  margin-top: 5em;
}

.p-section__back {
  font-size: 0.875em;
  margin-top: 3em;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.3s ease;
}
.p-section__back:hover {
  opacity: 0.7;
}

.section-title01 {
  font-size: 1.75em;
  font-weight: 700;
  color: #4FAFE4;
  line-height: 1.75;
  margin-bottom: 1em;
}

.section-title02 {
  font-size: 1.25em;
  font-weight: 700;
  color: #7B7B7B;
  line-height: 1.75;
  margin-bottom: 1em;
}
.section-title02.-color {
  color: #4FAFE4;
}

.section-more {
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .section-more .elm-right {
    margin-right: auto;
  }
}

.p-query-title {
  margin-bottom: 1em;
}

/*======================================
    page
======================================*/
.page-title {
  font-weight: 700;
  font-size: 2em;
  color: #4FAFE4;
  margin-top: 2em;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  text-align: center;
}

.no-post {
  margin-top: 2em;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

/*======================================
    list
======================================*/
.sub-lists {
  margin-left: 1em;
}

.sub-list {
  display: block;
  font-size: 0.875em;
  line-height: 2;
  padding-left: 1em;
}

.arrow-lists {
  margin-top: 1em;
}

.arrow-list01:nth-child(n+2) {
  margin-top: 0.5em;
}

.arrow-list01__item dt,
.arrow-list01__link {
  font-weight: 700;
  line-height: 1.75;
  transition: opacity 0.3s ease;
  display: block;
  padding-left: 1em;
  position: relative;
  transition: opacity 0.3s ease;
}
.arrow-list01__item dt:hover,
.arrow-list01__link:hover {
  opacity: 0.7;
}
.arrow-list01__item dt:hover::before,
.arrow-list01__link:hover::before {
  transform: translate(0.15em, -50%) rotate(-45deg);
}
.arrow-list01__item dt::before,
.arrow-list01__link::before {
  content: "";
  position: absolute;
  top: 0.875em;
  left: 0;
  width: 0.3em;
  height: 0.3em;
  border-bottom: 2px solid #4FAFE4;
  border-right: 2px solid #4FAFE4;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s ease;
}
.arrow-list01__item dt:hover,
.arrow-list01__link:hover {
  cursor: pointer;
  opacity: 0.7;
}

.arrow-list01__button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  width: 100%;
  text-align: left;
  font-size: inherit;
  padding-right: 0;
  background-color: none;
}

.line-item01__link {
  display: block;
  font-size: 0.875em;
  line-height: 2;
  padding-left: 1em;
  position: relative;
  transition: opacity 0.3s ease;
}
.line-item01__link:hover {
  opacity: 0.7;
}
.line-item01__link:hover::before {
  transform: translate(0.15em, -50%);
}
.line-item01__link::before {
  content: "";
  position: absolute;
  top: 0.875em;
  left: 0;
  width: 0.5em;
  height: 2px;
  background-color: #4FAFE4;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.tag-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625em;
  margin-top: 1.25em;
}

.tag-list input {
  display: none;
}

.tag-list__link {
  display: block;
  padding: 0.5em 1em;
  font-size: 0.75em;
  line-height: 1.75;
  position: relative;
  background-color: lightgray;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.tag-list__link:hover {
  background-color: #4FAFE4;
  color: #fff;
}

.ranking-lists {
  max-width: 10em;
}
.ranking-lists .card:nth-child(n+2) {
  margin-top: 1.25em;
}

.ranking {
  font-family: "Goldman", "Noto Sans JP", sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #4FAFE4;
  margin-bottom: 0.25em;
}
.ranking span.lg {
  font-size: 1.25em;
}

/*======================================
    button
======================================*/
.button01 {
  font-size: 0.875em;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #4FAFE4;
  max-width: 15.9em;
  width: 100%;
  height: 4.29em;
  border-radius: 8.57em;
  display: flex;
  align-items: center;
  padding-left: 2.07em;
  position: relative;
  transition: opacity 0.3s ease;
}
.button01:hover {
  opacity: 0.7;
}
.button01:hover::before {
  transform: translate(0.25em, -50%);
}
.button01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  background: url(../img/arrow_circle_white.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}

/*======================================
    card
======================================*/
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10em, 1fr));
  column-gap: 2.5em;
  row-gap: 3.125em;
  margin-top: 1.25em;
}
@media screen and (max-width: 767px) {
  .cards {
    column-gap: 1em;
    row-gap: 2.5em;
  }
}
@media screen and (max-width: 500px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.card-link {
  display: block;
  transition: opacity 0.3s ease;
}
.card-link:hover {
  opacity: 0.7;
}
.card-link:hover .card-img__wrap img {
  transform: scale(1.05);
}

.card-img__wrap {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222;
  overflow: hidden;
}

.card-img {
  height: 100%;
}
.card-img img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.card-img__noimg {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.card-img__noimg img {
  transition: transform 0.3s ease;
}

.card-body {
  margin-top: 0.875em;
}

.card-body__head {
  display: flex;
  align-items: center;
  column-gap: 0.625em;
}

.card-body__head--new {
  color: #4FAFE4;
  font-size: 0.75em;
}

.card-body__head--date {
  flex: 1;
  font-size: 0.75em;
  letter-spacing: 0.1em;
}

.card-body__title {
  line-height: 1.75;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.25em;
  letter-spacing: 0.025em;
}

.card-shop {
  font-size: 0.75em;
  line-height: 1.75;
  margin-top: 0.5em;
  display: block;
  transition: opacity 0.3s ease;
}
.card-shop:hover {
  opacity: 0.7;
}

.card-tags {
  margin-top: 0.25em;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.625em;
}

.tag {
  line-height: 1.75;
  font-size: 0.75em;
  padding-left: 0.75em;
  position: relative;
}
.tag::before {
  content: "#";
  position: absolute;
  top: 0;
  left: 0;
}

.shop-card:nth-child(n+2) {
  margin-top: 3.125em;
}

.shop-card__link {
  padding: 2.5em;
  background-color: #fff;
  border-radius: 0.625em;
  display: block;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .shop-card__link {
    padding: 1.25em;
  }
}
.shop-card__link:hover {
  opacity: 0.7;
}
.shop-card__link:hover .shop-card__img img {
  transform: scale(1.05);
}
.shop-card__link:hover .shop-card__more::before {
  transform: translate(0.25em, -50%) rotate(-45deg);
}

.shop-card__head--title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.shop-card__img {
  margin-top: 1.25em;
  overflow: hidden;
}
.shop-card__img img {
  height: auto;
  transition: transform 0.3s ease;
}

.shop-card__excerpt {
  margin-top: 1.25em;
  font-size: 0.875em;
  line-height: 1.75;
}
.shop-card__excerpt img {
  height: auto;
}

.shop-card__more {
  color: #4FAFE4;
  text-align: right;
  margin-top: 2em;
  font-size: 0.875em;
  padding-right: 1em;
  position: relative;
}
.shop-card__more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.5em;
  height: 0.5em;
  border-bottom: 0.15em solid #4FAFE4;
  border-right: 0.15em solid #4FAFE4;
  transition: transform 0.3s ease;
}

.header {
  padding: 0.875em 0;
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 767px) {
  .header .inner {
    width: 95%;
    display: flex;
  }
}

.h__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  column-gap: 0.625em;
  row-gap: 0.25em;
}
@media screen and (max-width: 767px) {
  .h__logos {
    column-gap: 0.25em;
    max-width: 18.5em;
  }
}

.h__logo {
  width: 9.375em;
  aspect-ratio: 9.375/3.125;
}
@media screen and (max-width: 767px) {
  .h__logo {
    width: 6em;
  }
}
.h__logo img {
  height: 100%;
  object-fit: contain;
}

.d-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .d-icon {
    font-size: 0.875em;
    padding: 0.25em;
    margin-left: auto;
    width: 2.5em;
    height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4FAFE4 url(../img/icon_store.svg) no-repeat center/2.25em 2.25em;
    position: relative;
  }
  .d-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4FAFE4 url(../img/icon_close.svg) no-repeat center/2.25em 2.25em;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .d-icon.active::before {
    opacity: 1;
  }
  .d-icon:hover {
    cursor: pointer;
  }
}

.d-contents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 200;
  background-color: #F1F1F1;
  display: none;
}

.d-contents__inner {
  padding: 7em 0 2.5em;
}

.d-contents__list:nth-child(n+2) {
  margin-top: 2.5em;
}

.footer {
  padding-bottom: 2.5em;
  margin-top: auto;
  padding-top: 5em;
}

.f__top {
  margin-top: 0;
}

.f-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 1.25em;
  row-gap: 0.5em;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .f-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 21.875em;
    margin-left: auto;
    margin-right: auto;
  }
}

.f-link__link {
  display: block;
  line-height: 1.75;
  transition: opacity 0.3s ease;
  letter-spacing: 0.1em;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .f-link__link {
    text-align: center;
  }
}
.f-link__link:hover {
  opacity: 0.7;
}

.f-copy {
  text-align: center;
  margin-top: 3em;
}
.f-copy small {
  font-size: 0.75em;
  font-weight: inherit;
}

.to-top {
  display: block;
  position: fixed;
  bottom: 1.25em;
  right: 1.25em;
  z-index: 100;
  width: 2.5em;
  height: 2.5em;
  background-color: #4FAFE4;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.to-top.show {
  opacity: 1;
  visibility: visible;
}
.to-top:hover {
  opacity: 0.7;
}
/*======================================
    TOP
======================================*/
.fv {
  margin-top: 2.5em;
}

.fv-swiper__wrap {
  position: relative;
  padding-bottom: 1.5em;
}

.fv-swiper {
  overflow: visible;
}

.fv-swiper-slide {
  width: 100%;
  max-width: 25em;
  transition: opacity 0.3s ease;
}
.fv-swiper-slide.swiper-slide-active {
  opacity: 1;
}

.fv-swiper-slide__link {
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
}
.fv-swiper-slide__link:hover {
  opacity: 0.7;
}
.fv-swiper-slide__link:hover .fv-swiper-slide__img img {
  transform: scale(1.05);
}

.fv-swiper-slide__img {
  aspect-ratio: 422/263;
  overflow: hidden;
}
.fv-swiper-slide__img img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.fv-swiper-slide__logo {
  position: absolute;
  bottom: 0.625em;
  left: 1.25em;
  width: 9.375em;
  height: 3.125em;
  padding: 0.25em 0;
}
.fv-swiper-slide__logo img {
  height: 100%;
  object-fit: contain;
}

.blog-swiper-pagination {
  bottom: 0 !important;
}
.blog-swiper-pagination .swiper-pagination-bullet {
  background-color: lightgray;
  opacity: 1;
  transition: all 0.3s ease;
  width: 2.5em;
  height: 3px;
  border-radius: 0;
}
.blog-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4FAFE4;
}

.blog-swiper-next,
.blog-swiper-prev {
  width: 1.875em;
  height: 3.75em;
  top: calc((100% - 1.5em) / 2);
  background-color: #4FAFE4;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .blog-swiper-next,
  .blog-swiper-prev {
    height: 2.5em;
    width: 1.25em;
  }
}
@media screen and (min-width: 768px) {
  .blog-swiper-next,
  .blog-swiper-prev {
    display: none;
  }
}
.blog-swiper-next::after,
.blog-swiper-prev::after {
  display: none;
}

.blog-swiper-next {
  right: 0;
  transform: translate(75%, -50%);
}

.blog-swiper-prev {
  left: 0;
  transform: translate(-75%, -50%) scale(-1, 1);
}

/*======================================
    single
======================================*/
.s-contents {
  background-color: #fff;
  padding: 2.5em;
  border-radius: 0.625em;
}
@media screen and (max-width: 767px) {
  .s-contents {
    padding: 1.25em;
  }
}

.s-head {
  display: flex;
  flex-direction: column;
  row-gap: 0.625em;
  margin-bottom: 1.25em;
}

.s-head__date {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 0.875em;
  background-color: #4FAFE4;
  padding: 0.5em 1em;
  align-self: start;
}

.s-head__title {
  font-size: 1.125em;
  line-height: 1.75;
  font-weight: 700;
}

.s-eye {
  margin: 2.5em 0;
}
.s-eye img {
  height: auto;
}

.s-content {
  margin-top: 2em;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .s-content {
    margin-top: 1.5em;
    font-size: 0.875em;
    line-height: 1.7142857143;
  }
}
.s-content * {
  margin: 2em 0;
}
.s-content h2, .s-content h3, .s-content h4, .s-content h5, .s-content h6 {
  margin-top: 2em;
  margin-bottom: 1em;
}
.s-content h2 {
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  background-color: #4FAFE4;
  padding: 0.2em 0.83em;
  border-radius: 0.167em;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .s-content h2 {
    font-size: 1.43em;
    line-height: 1.2;
    padding: 0.5em 0.8em;
    margin-top: 1.6em;
    border-radius: 0.2em;
  }
}
.s-content h3 {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: 0.175em 0 0.175em 0.95em;
  border-left: 0.15em solid #222;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .s-content h3 {
    font-size: 1.43em;
    line-height: 1.2;
    padding-left: 0.85em;
    margin-top: 1.6em;
  }
}
.s-content h4 {
  color: #4FAFE4;
  font-weight: 700;
  font-size: 1.125em;
}
.s-content img {
  height: auto;
  margin: 0;
}
.s-content a {
  color: #4FAFE4;
  transition: opacity 0.3s ease;
  word-break: break-all;
}
.s-content a:hover {
  opacity: 0.7;
}
.s-content p {
  margin: 1.75em 0;
}
.s-content ul {
  list-style: disc;
  padding-left: 1em;
  margin: 2.5em 0;
}
@media screen and (max-width: 767px) {
  .s-content ul {
    margin: 1.43em 0;
  }
}
.s-content ul li {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}
.s-content ul li:nth-child(n+2) {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .s-content ul li:nth-child(n+2) {
    margin-top: 1em;
  }
}
.s-content ol {
  list-style: decimal;
  padding-left: 1em;
  margin: 2.5em 0;
}
.s-content ol li {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}
.s-content ol li:nth-child(n+2) {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .s-content ol li:nth-child(n+2) {
    margin-top: 1em;
  }
}
.s-content blockquote {
  padding: 1em 2em;
  background-color: #F1F1F1;
}
.s-content blockquote blockquote {
  margin: 0;
  padding: 0;
}

.s-bottom {
  margin-top: 2.5em;
}

.s-bottom__online {
  margin-bottom: 2.5em;
}
.s-bottom__online a {
  transition: opacity 0.3s ease;
}
.s-bottom__online a:hover {
  opacity: 0.7;
}

.s-bottom__online--title {
  text-align: center;
  font-weight: 700;
}

.s-bottom__online--link {
  max-width: 12.5em;
  margin: 1em auto 0;
  display: block;
}
.s-bottom__online--link img {
  height: auto;
}

.s-related-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10em, 1fr));
  column-gap: 0.625em;
  row-gap: 1.25em;
  margin-bottom: 2.5em;
}

.s-related-item__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: opacity 0.3s ease;
}
.s-related-item__link:hover {
  opacity: 0.7;
}
.s-related-item__link:hover .s-related-item__img img {
  transform: scale(1.05);
}

.s-related-item__img {
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-related-item__img.-noimg {
  background-color: #F1F1F1;
}
.s-related-item__img img {
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.s-related-item__title {
  font-size: 0.875em;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}

.s-related-item__price {
  margin-top: auto;
  font-size: 0.75em;
}

/*======================================
    entry list
======================================*/
.entry-list {
  border-bottom: 1px solid #7B7B7B;
}

.entry-list__link {
  display: block;
  padding: 0.625em 0;
  transition: opacity 0.3s ease;
}
.entry-list__link:hover {
  opacity: 0.7;
}

.entry-list__date {
  font-size: 0.625em;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.entry-list__title {
  font-size: 0.75em;
  line-height: 1.75;
  letter-spacing: 0.025em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*======================================
    pagination
======================================*/
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0.25em;
  row-gap: 0.5em;
  margin-top: 3.125em;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
}
.pagination .page-numbers.current {
  background-color: #4FAFE4;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  color: #4FAFE4;
}

.s-pagination {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.125em;
  column-gap: 0.625em;
  align-items: center;
}

.s-pagination__item {
  display: block;
  grid-row: 1/2;
  font-size: 0.875em;
  transition: opacity 0.3s ease;
}
.s-pagination__item:hover {
  opacity: 0.7;
}
.s-pagination__item.-prev, .s-pagination__item.-next {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
}
.s-pagination__item.-prev::before, .s-pagination__item.-next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.75em;
  height: 0.75em;
  border-bottom: 2px solid #4FAFE4;
  border-right: 2px solid #4FAFE4;
}
.s-pagination__item.-prev {
  grid-column: 1/2;
  padding-left: 1.5em;
}
.s-pagination__item.-prev::before {
  left: 0.5em;
  transform: translateY(-50%) rotate(-225deg);
}
.s-pagination__item.-all {
  grid-column: 2/3;
  text-align: center;
  color: #4FAFE4;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.s-pagination__item.-next {
  grid-column: 3/4;
  text-align: right;
  margin-left: auto;
  padding-right: 1.5em;
}
.s-pagination__item.-next::before {
  right: 0.5em;
  transform: translateY(-50%) rotate(-45deg);
}

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