@charset "UTF-8";
@keyframes fuwaMenu {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.reviews_sec {
  --font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 768px) {
  .js-fadeIn {
    opacity: 0;
    transform: translateY(50px);
    transition: ease-in, opacity 1s, transform 1s;
  }
  .js-fadeIn--active {
    opacity: 1;
    transform: translateY(0);
  }
  .js-reveal {
    opacity: 0;
    transform: translateY(20%);
    transition: opacity 2s ease, transform 2s ease;
  }
  .js-reveal.delay {
    transition-delay: 0.3s;
  }
  .js-reveal--active {
    opacity: 1;
    transform: translateY(0);
  }
  .reviews_sec {
    font-family: var(--font-family);
    background-image: url(/html/template/sakecabinet/assets/img/top/sec_6.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: calc(100 * 100vw / 1440);
    margin-bottom: calc(60 * 100vw / 1440);
    padding-bottom: calc(60 * 100vw / 1440);
  }
  .reviews_sec a,
  .reviews_sec a:link,
  .reviews_sec a:visited,
  .reviews_sec a:focus,
  .reviews_sec a:active {
    color: inherit; /* 親の色を引き継ぐ */
    text-decoration: none; /* アンダーラインなし */
    outline: none; /* フォーカス時の枠線も消す（必要に応じて） */
  }
  .reviews_sec .s-view {
    display: none;
  }
  .reviews_sec .l-view {
    display: block;
  }
  .reviews_sec .css-bg_sticky {
    display: none;
  }
  .reviews_sec .css-headline {
    text-align: center;
    margin: 0;
    font-size: max(2.4rem, min(32 * 100vw / 1440, 3.2rem));
    margin-bottom: calc(100 * 100vw / 1440);
    font-family: var(--font-family);
  }
  .reviews_sec .review_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100rem;
    width: calc(1000 * 100vw / 1440);
    margin: 0 auto;
    margin-bottom: calc(60 * 100vw / 1440);
  }
  .reviews_sec .review_list__item {
    max-width: 32rem;
    width: calc(320 * 100vw / 1440);
    aspect-ratio: 320/449;
    background-color: #fff;
    padding: calc(25 * 100vw / 1440) calc(15 * 100vw / 1440);
    overflow: hidden;
  }
  .reviews_sec .review_list__item .reviewimage {
    width: 100%;
    aspect-ratio: 290/190;
    overflow: hidden;
  }
  .reviews_sec .review_list__item .review_comment {
    width: 100%;
    line-height: 1.5;
    aspect-ratio: 290/150;
    overflow: hidden;
  }
  .reviews_sec .review_list__box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: calc(10 * 100vw / 1440);
  }
  .reviews_sec .css-position {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 100rem;
    width: calc(1000 * 100vw / 1440);
    margin: 0 auto;
  }
  .reviews_sec .css-more_link {
    display: inline-block;
    color: #000;
    padding: 15px 2em;
    border: solid 1px #000;
    font-size: 1.6rem;
    border-radius: 0;
    background: none;
    appearance: none;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeIn {
    opacity: 0;
    transform: translateY(50px);
    transition: ease-in, opacity 1s, transform 1s;
  }
  .js-fadeIn--active {
    opacity: 1;
    transform: translateY(0);
  }
  .js-reveal {
    opacity: 0;
    transform: translateY(20%);
    transition: opacity 2s ease, transform 2s ease;
  }
  .js-reveal.delay {
    transition-delay: 0.3s;
  }
  .js-reveal--active {
    opacity: 1;
    transform: translateY(0);
  }
  .ec-layoutRole__contents {
    padding: 0 !important;
    margin: 0;
  }
  .reviews_sec {
    font-family: var(--font-family);
    margin-bottom: calc(150 * 100vw / 750);
    position: relative;
  }
  .reviews_sec .s-view {
    display: block;
  }
  .reviews_sec .l-view {
    display: none;
  }
  .reviews_sec__wrapper {
    position: relative;
  }
  .reviews_sec .css-bg_sticky {
    position: sticky;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 750/1005;
    background-image: url(/html/template/sakecabinet/assets/img/top/sec_6_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .reviews_sec .ec-role {
    padding: 0;
  }
  .reviews_sec .css-headline {
    text-align: center;
    margin: 0;
    font-size: calc(64 * 100vw / 750);
    margin-bottom: calc(90 * 100vw / 750);
    font-family: var(--font-family);
  }
  .reviews_sec .review_list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: calc(60 * 100vw / 750);
    row-gap: calc(60 * 100vw / 750);
    width: calc(690 * 100vw / 750);
  }
  .reviews_sec .review_list__item {
    width: calc(690 * 100vw / 750);
    aspect-ratio: 320/410;
    background-color: #fff;
    padding: calc(25 * 100vw / 750) calc(15 * 100vw / 750);
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  }
  .reviews_sec .review_list__item .reviewimage {
    width: 100%;
    aspect-ratio: 290/160;
    overflow: hidden;
  }
  .reviews_sec .review_list__item .reviewimage img {
    object-fit: cover;
  }
  .reviews_sec .review_list__item .review_comment {
    width: 100%;
    line-height: 1.5;
    aspect-ratio: 290/150;
    overflow: hidden;
  }
  .reviews_sec .review_list__box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: calc(20 * 100vw / 750);
  }
  .reviews_sec .css-position {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(690 * 100vw / 750);
    margin: 0 auto;
  }
  .reviews_sec .css-more_link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #000;
    padding: 15px 2em;
    border: solid 1px #000;
    font-size: 1.6rem;
    border-radius: 0;
    background: none;
    appearance: none;
  }
}
