@charset "UTF-8";
/* main colors */
/*トップページのスタイル*/
.home_section_ttl {
  margin: 0 0 50px;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 920px) {
  .home_section_ttl {
    margin: 0 0 clamp(60px, calc(41.6px + 2vw), 80px);
  }
}
.home_section_ttl_txt {
  display: inline-block;
  font-size: 32px;
  line-height: 1.35;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media (min-width: 920px) {
  .home_section_ttl_txt {
    font-size: clamp(20px, calc(1.6px + 2vw), 40px);
  }
}
.home_section_ttl_line {
  display: block;
}
.home_section_ttl_line_lower {
  margin-top: clamp(50px, calc(22.4px + 3vw), 80px);
}

.mv {
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 142px;
  position: relative;
}
@media (min-width: 920px) {
  .mv {
    height: 100vh;
    padding: 0;
  }
}
.mv picture {
  width: 100%;
}
@media (min-width: 920px) {
  .mv picture {
    height: 100%;
  }
}
.mv img {
  width: 100%;
}
@media (min-width: 920px) {
  .mv img {
    height: 100%;
    object-fit: cover;
  }
}
.mv .swiper {
  width: 100%;
}
@media (min-width: 920px) {
  .mv .swiper {
    height: 100%;
    object-fit: cover;
  }
}
.mv_news {
  position: absolute;
  width: min(calc(100% - 32px), 520px);
  color: #0A2D88;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 1.8s cubic-bezier(0.1, 1, 0.2, 1), visibility 1.8s cubic-bezier(0.1, 1, 0.2, 1), transform 1.8s cubic-bezier(0.1, 1, 0.2, 1);
  z-index: 1;
}
@media (min-width: 920px) {
  .mv_news {
    right: 40px;
    bottom: 40px;
    width: clamp(300px, calc(97.6px + 22vw), 520px);
  }
}
@media (max-width: 919px) {
  .mv_news {
    left: 50%;
    bottom: 34px;
    transform: translateX(-50%);
  }
}
.mv_news.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 920px) {
  .mv_news.is-hidden {
    transform: translateY(4px);
  }
}
@media (max-width: 919px) {
  .mv_news.is-hidden {
    transform: translate(-50%, 4px);
  }
}
.mv_news_link {
  display: block;
  padding: 16px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  transition: background-color 1.8s cubic-bezier(0.1, 1, 0.2, 1);
}
@media (min-width: 920px) {
  .mv_news_link {
    padding: 20px;
  }
}
@media (min-width: 920px) {
  .mv_news_link:hover {
    background-color: #f7f8fc;
  }
}
.mv_news_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}
.mv_news_date {
  flex-shrink: 0;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
}
@media (min-width: 920px) {
  .mv_news_date {
    font-size: clamp(13px, calc(10.24px + 0.3vw), 16px);
  }
}
.mv_news_category {
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 920px) {
  .mv_news_category {
    font-size: clamp(13px, calc(10.24px + 0.3vw), 16px);
  }
}
.mv_news_ttl {
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 1.6;
  transition: opacity 1.8s cubic-bezier(0.1, 1, 0.2, 1);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 920px) {
  .mv_news_ttl {
    font-size: clamp(16px, calc(12.32px + 0.4vw), 20px);
  }
}
.mv_news_close {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  outline: none;
  background-color: #0A2D88;
  box-shadow: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: opacity 1.8s cubic-bezier(0.1, 1, 0.2, 1), transform 1.8s cubic-bezier(0.1, 1, 0.2, 1);
}
@media (min-width: 920px) {
  .mv_news_close {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 920px) {
  .mv_news_close:hover {
    opacity: 0.75;
  }
}
.mv_news_close_icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}
.mv_news_close_icon::before, .mv_news_close_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background-color: #fff;
  transform-origin: center;
}
@media (min-width: 920px) {
  .mv_news_close_icon::before, .mv_news_close_icon::after {
    width: 14px;
  }
}
.mv_news_close_icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mv_news_close_icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.swiper-slide-active .mv_slide,
.swiper-slide-duplicate-active .mv_slide,
.swiper-slide-prev .mv_slide {
  animation: zoomanime 12s linear 0s normal both;
}

@keyframes zoomanime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.home_introduction {
  padding: 120px 0 0;
}
@media (min-width: 920px) {
  .home_introduction {
    padding: clamp(200px, calc(89.6px + 12vw), 320px) 0 0;
  }
}
.home_introduction .introduction_inner {
  width: 100%;
}
@media (min-width: 920px) {
  .home_introduction .introduction_line {
    display: block;
    flex: 0 0 auto;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
  }
}
.home_introduction .introduction_line:last-child {
  padding: 20px 0 0 0;
}
@media (min-width: 920px) {
  .home_introduction .introduction_line:last-child {
    padding: 0 clamp(20px, calc(8.96px + 1.2vw), 32px) 0 0;
  }
}
.home_introduction .introduction_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 60px;
}
@media (min-width: 920px) {
  .home_introduction .introduction_head {
    gap: clamp(32px, calc(6.24px + 2.8vw), 60px);
    margin-bottom: clamp(80px, calc(43.2px + 4vw), 120px);
  }
}
.home_introduction .introduction_head_ttl {
  display: block;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 920px) {
  .home_introduction .introduction_head_ttl {
    flex: 0 0 auto;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    font-size: clamp(30px, calc(18.96px + 1.2vw), 42px);
    text-align: unset;
    letter-spacing: 0.05em;
  }
}
.home_introduction .introduction_head_logo {
  width: 64px;
}
@media (min-width: 920px) {
  .home_introduction .introduction_head_logo {
    width: clamp(80px, calc(43.2px + 4vw), 120px);
  }
}
.home_introduction .introduction_message_txt {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  font-size: min(16px, 4.1025641026vw);
  font-weight: 600;
  gap: 7px;
  text-align: center;
}
@media (min-width: 920px) {
  .home_introduction .introduction_message_txt {
    text-align: left;
    font-size: clamp(18px, calc(12.48px + 0.6vw), 24px);
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(16px, calc(8.64px + 0.8vw), 24px);
    letter-spacing: 0.05em;
  }
}

.home_movie {
  padding-top: 100px;
}
@media (min-width: 920px) {
  .home_movie {
    padding-top: clamp(140px, calc(84.8px + 6vw), 200px);
  }
}
.home_movie_body {
  width: 100%;
  aspect-ratio: 16/9;
}
.home_movie_body iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.home_sake {
  padding: 162px 0 0;
}
@media (min-width: 920px) {
  .home_sake {
    padding: clamp(120px, calc(-119.2px + 26vw), 380px) 0 0;
  }
}
.home_sake .sake_list {
  margin-bottom: 60px;
}
@media (min-width: 920px) {
  .home_sake .sake_list {
    margin-bottom: clamp(80px, calc(15.6px + 7vw), 150px);
  }
}
.home_sake .sake_list_item {
  margin-bottom: 80px;
}
@media (min-width: 920px) {
  .home_sake .sake_list_item {
    margin-bottom: clamp(160px, calc(86.4px + 8vw), 240px);
  }
}
.home_sake .sake_list_item:last-child {
  margin-bottom: 0;
}
.home_sake .sake_list_item_img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .home_sake .sake_list_item_img {
    margin-bottom: clamp(30px, calc(2.4px + 3vw), 60px);
  }
}
.home_sake .sake_list_item_img img {
  display: block;
  width: 100%;
  height: auto;
}
.home_sake .sake_list_item_ttl {
  margin-bottom: 20px;
  font-weight: 500;
}
@media (min-width: 920px) {
  .home_sake .sake_list_item_ttl {
    margin-bottom: clamp(20px, calc(8.96px + 1.2vw), 32px);
  }
}
.home_sake .sake_list_item_ttl_en {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 920px) {
  .home_sake .sake_list_item_ttl_en {
    margin-bottom: clamp(12px, calc(8.32px + 0.4vw), 16px);
    font-size: clamp(16px, calc(14.16px + 0.2vw), 18px);
  }
}
.home_sake .sake_list_item_ttl_ja {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 920px) {
  .home_sake .sake_list_item_ttl_ja {
    font-size: clamp(30px, calc(20.8px + 1vw), 40px);
  }
}
.home_sake .sake_list_item_ttl_ja ruby rt {
  margin-bottom: 2px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 920px) {
  .home_sake .sake_list_item_ttl_ja ruby rt {
    font-size: clamp(12px, calc(10.16px + 0.2vw), 14px);
  }
}
.home_sake .sake_list_item_txt {
  margin-bottom: 20px;
  font-size: 15px;
}
@media (min-width: 920px) {
  .home_sake .sake_list_item_txt {
    margin-bottom: clamp(30px, calc(20.8px + 1vw), 40px);
    font-size: clamp(16px, calc(12.32px + 0.4vw), 20px);
  }
}
.home_sake .sake_list_item_type {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
}
@media (min-width: 920px) {
  .home_sake .sake_list_item_type {
    flex-direction: row;
    gap: clamp(80px, calc(40.44px + 4.3vw), 123px);
    margin-top: clamp(60px, calc(41.6px + 2vw), 80px);
  }
}
.home_sake .sake_list_item_type_explanation {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 8px;
}
@media (min-width: 920px) {
  .home_sake .sake_list_item_type_explanation {
    gap: clamp(30px, calc(6.08px + 2.6vw), 56px);
  }
}
.home_sake .sake_list_item_type_txt {
  font-size: 14px;
  text-align: justify;
}
@media (min-width: 920px) {
  .home_sake .sake_list_item_type_txt {
    font-size: clamp(16px, calc(12.32px + 0.4vw), 20px);
    line-height: 2;
  }
}
.home_sake .sake_list_item_hometown .sake_list_item_ttl {
  margin-bottom: 28px;
}
@media (min-width: 920px) {
  .home_sake .sake_list_item_hometown .sake_list_item_ttl {
    margin-bottom: clamp(28px, calc(13.28px + 1.6vw), 44px);
  }
}
.home_sake .sake_list_item_hometown .sake_list_item_ttl_en {
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .home_sake .sake_list_item_hometown .sake_list_item_ttl_en {
    margin-bottom: clamp(20px, calc(12.64px + 0.8vw), 28px);
  }
}

.home_nav {
  padding: 160px 0 0;
}
@media (min-width: 920px) {
  .home_nav {
    padding: clamp(200px, calc(108px + 10vw), 300px) 0 0;
  }
}
.home_nav .nav_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 20px;
}
@media (min-width: 920px) {
  .home_nav .nav_list {
    padding: 0;
    gap: 24px;
  }
}
.home_nav .nav_list_item_link {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 920px) {
  .home_nav .nav_list_item_link {
    flex-direction: row;
    gap: 0;
  }
}
@media (min-width: 920px) {
  .home_nav .nav_list_item_link:hover .nav_list_item_img img {
    transform: scale(1.025);
  }
}
.home_nav .nav_list_item_img {
  overflow: hidden;
}
@media (min-width: 920px) {
  .home_nav .nav_list_item_img {
    width: 54.6875%;
  }
}
.home_nav .nav_list_item_img img {
  width: 100%;
  transition: transform 2s cubic-bezier(0.1, 1, 0.2, 1);
  will-change: transform;
}
@media (min-width: 920px) {
  .home_nav .nav_list_item_txtArea {
    width: 45.3125%;
    padding: 0 40px 0 80px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 919px) {
  .home_nav .nav_list_item_txtArea_inr .txt_link {
    display: none;
  }
}
.home_nav .nav_list_item_ttl {
  font-weight: 500;
}
@media (min-width: 920px) {
  .home_nav .nav_list_item_ttl {
    margin-bottom: clamp(36px, calc(13.92px + 2.4vw), 60px);
  }
}
.home_nav .nav_list_item_ttl_en {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1;
}
@media (min-width: 920px) {
  .home_nav .nav_list_item_ttl_en {
    font-size: clamp(12px, calc(9.24px + 0.3vw), 15px);
    margin-bottom: clamp(16px, calc(8.64px + 0.8vw), 24px);
  }
}
.home_nav .nav_list_item_ttl_ja {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 920px) {
  .home_nav .nav_list_item_ttl_ja {
    font-size: clamp(28px, calc(16.96px + 1.2vw), 40px);
  }
}

.home_news {
  padding: 166px 0 0;
}
@media (min-width: 920px) {
  .home_news {
    padding: clamp(180px, calc(60.4px + 13vw), 310px) 0 0;
  }
}
.home_news .news_nav {
  margin-bottom: 4px;
}
@media (min-width: 920px) {
  .home_news .news_nav {
    margin-bottom: clamp(20px, calc(5.28px + 1.6vw), 36px);
  }
}
.home_news .news_nav_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home_news .news_nav_item {
  display: flex;
  align-items: center;
}
.home_news .news_nav_item:not(:last-child)::after {
  display: block;
  width: 1px;
  height: 14px;
  margin: 0 10px;
  background-color: #cccccc;
  content: "";
}
@media (min-width: 920px) {
  .home_news .news_nav_item:not(:last-child)::after {
    height: clamp(16px, calc(12.32px + 0.4vw), 20px);
    margin: 0 clamp(12px, calc(0.96px + 1.2vw), 24px);
  }
}
.home_news .news_nav_link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: none;
  box-shadow: none;
  color: #0A2D88;
  font-family: inherit;
  font-size: 14px;
  font-weight: inherit;
  line-height: 1.5;
  text-align: inherit;
  text-decoration: none;
  opacity: 0.5;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: opacity 0.8s cubic-bezier(0.1, 1, 0.2, 1);
}
@media (min-width: 920px) {
  .home_news .news_nav_link {
    font-size: clamp(12px, calc(8.32px + 0.4vw), 16px);
  }
}
.home_news .news_nav_link.is-active {
  opacity: 1;
}
@media (min-width: 920px) {
  .home_news .news_nav_link:hover {
    opacity: 1;
  }
}
.home_news .news_body {
  opacity: 1;
  filter: blur(0);
  transition: opacity 1.8s cubic-bezier(0.1, 1, 0.2, 1), filter 1.8s cubic-bezier(0.1, 1, 0.2, 1);
}
.home_news .news_body.is-switching {
  opacity: 0;
  filter: blur(6px);
  pointer-events: none;
}
.home_news .news_list {
  margin-bottom: clamp(48px, calc(16.72px + 3.4vw), 82px);
  list-style: none;
}
.home_news .news_item {
  border-bottom: 1px solid #0A2D88;
}
.home_news .news_link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 0;
  color: #0A2D88;
  text-decoration: none;
  position: relative;
}
@media (min-width: 920px) {
  .home_news .news_link {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    min-height: clamp(80px, calc(43.2px + 4vw), 120px);
    padding: clamp(20px, calc(10.8px + 1vw), 30px) clamp(12px, calc(4.64px + 0.8vw), 20px);
    background-color: transparent;
    transition: color 0.8s cubic-bezier(0.1, 1, 0.2, 1);
  }
}
.home_news .news_link::before {
  position: absolute;
  z-index: -1;
  top: -1px;
  right: 0;
  bottom: -1px;
  left: 0;
  display: block;
  background-color: rgba(10, 45, 136, 0.025);
  content: "";
  pointer-events: none;
  backface-visibility: hidden;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 1.8s cubic-bezier(0.1, 1, 0.2, 1);
  will-change: transform;
}
@media (min-width: 920px) {
  .home_news .news_link:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
.home_news .news_info {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 16px;
  width: 100%;
}
@media (min-width: 920px) {
  .home_news .news_info {
    gap: clamp(12px, calc(4.64px + 0.8vw), 20px);
    width: clamp(200px, calc(117.2px + 9vw), 290px);
  }
}
.home_news .news_date {
  display: block;
  flex-shrink: 0;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
}
@media (min-width: 920px) {
  .home_news .news_date {
    width: clamp(60px, calc(23.2px + 4vw), 100px);
    font-size: clamp(14px, calc(10.32px + 0.4vw), 18px);
  }
}
.home_news .news_categories {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 8px;
  min-width: 0;
}
@media (min-width: 920px) {
  .home_news .news_categories {
    width: clamp(120px, calc(64.8px + 6vw), 180px);
  }
}
.home_news .news_category {
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 920px) {
  .home_news .news_category {
    font-size: clamp(16px, calc(14.16px + 0.2vw), 18px);
  }
}
.home_news .news_ttlArea {
  width: 100%;
  min-width: 0;
}
@media (min-width: 920px) {
  .home_news .news_ttlArea {
    width: 75.3671562083%;
  }
}
.home_news .news_ttl {
  margin: 0;
  font-size: 15px;
  transition: opacity 0.3s cubic-bezier(0.1, 1, 0.2, 1);
}
@media (min-width: 920px) {
  .home_news .news_ttl {
    font-size: clamp(15px, calc(12.24px + 0.3vw), 18px);
  }
}
.home_news .news_empty {
  margin: 0;
  padding: 50px 0;
  color: #0A2D88;
  font-size: 15px;
  text-align: center;
  margin-bottom: 40px;
}
.home_news .news_btnArea {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
@media (min-width: 920px) {
  .home_news .news_btnArea {
    margin-top: clamp(50px, calc(22.4px + 3vw), 80px);
  }
}

.home_sns {
  padding: 180px 0 0;
}
@media (min-width: 920px) {
  .home_sns {
    padding: clamp(180px, calc(32.8px + 16vw), 340px) 0 0;
  }
}
.home_sns .sns_note {
  margin-bottom: 60px;
}
@media (min-width: 920px) {
  .home_sns .sns_note {
    margin: 0 auto clamp(100px, calc(44.8px + 6vw), 160px);
    max-width: 1200px;
  }
}
.home_sns .sns_note_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 38px;
}
@media (min-width: 920px) {
  .home_sns .sns_note_list {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(20px, calc(1.6px + 2vw), 40px);
    margin-bottom: clamp(60px, calc(41.6px + 2vw), 80px);
  }
}
.home_sns .sns_note_list_item_thumb {
  aspect-ratio: 473/270;
  overflow: hidden;
  margin-bottom: 12px;
}
.home_sns .sns_note_list_item_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.8s cubic-bezier(0.1, 1, 0.2, 1);
  will-change: transform;
}
.home_sns .sns_note_list_item_ttl {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 6px;
}
@media (min-width: 920px) {
  .home_sns .sns_note_list_item_ttl {
    font-size: clamp(15px, calc(12.24px + 0.3vw), 18px);
    margin-bottom: clamp(8px, calc(4.32px + 0.4vw), 12px);
  }
}
.home_sns .sns_note_list_item_account {
  display: flex;
  align-items: center;
  gap: 4px;
}
.home_sns .sns_note_list_item_account_logo {
  width: 16px;
}
@media (max-width: 919px) {
  .home_sns .sns_note_list_item_account_logo {
    width: clamp(10px, calc(8.16px + 0.2vw), 12px);
  }
}
.home_sns .sns_note_list_item_account_logo img {
  display: block;
  flex-shrink: 0;
}
.home_sns .sns_note_list_item_account_name {
  color: #a1a1a1;
  font-size: 12px;
}
@media (min-width: 920px) {
  .home_sns .sns_note_list_item_account_name {
    font-size: clamp(12px, calc(9.24px + 0.3vw), 15px);
  }
}
@media (min-width: 920px) {
  .home_sns .sns_note_list_item_link:hover .sns_note_list_item_thumb img {
    transform: scale(1.025);
  }
}
.home_sns .sns_note_empty {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 920px) {
  .home_sns .sns_note_empty {
    margin-bottom: clamp(58px, calc(37.76px + 2.2vw), 80px);
  }
}
.home_sns .sns_insta {
  max-width: 1200px;
  margin: 0 auto;
}
.home_sns .sns_insta_body {
  margin-bottom: 40px;
}
@media (min-width: 920px) {
  .home_sns .sns_insta_body {
    margin-bottom: clamp(58px, calc(37.76px + 2.2vw), 80px);
  }
}
.home_sns .sns_insta_body #sb_instagram {
  padding: 0;
}
.home_sns .sns_insta_body #sb_instagram #sbi_images {
  padding: 0;
  gap: 8px;
}
@media (min-width: 920px) {
  .home_sns .sns_insta_body #sb_instagram #sbi_images {
    gap: clamp(18px, calc(12.48px + 0.6vw), 24px);
  }
}

.home_shop {
  padding: 162px 0 0;
}
@media (min-width: 920px) {
  .home_shop {
    padding: clamp(180px, calc(67.76px + 12.2vw), 302px) 0 0;
  }
}
.home_shop .shop_body {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 920px) {
  .home_shop .shop_body {
    gap: clamp(58px, calc(37.76px + 2.2vw), 80px);
  }
}
.home_shop .shop_body .shop_item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 920px) {
  .home_shop .shop_body .shop_item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.home_shop .shop_body .shop_item_img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 18px;
}
@media (min-width: 920px) {
  .home_shop .shop_body .shop_item_img {
    margin: 0;
    width: 44.7263017356%;
  }
}
.home_shop .shop_body .shop_item_img img {
  width: 100%;
}
@media (min-width: 920px) {
  .home_shop .shop_body .shop_item_txtArea {
    width: 49.9332443258%;
  }
}
@media (max-width: 919px) {
  .home_shop .shop_body .shop_item_txtArea .txt_link {
    margin-left: auto;
  }
}
.home_shop .shop_body .shop_item_head {
  margin-bottom: 16px;
}
@media (min-width: 920px) {
  .home_shop .shop_body .shop_item_head {
    margin-bottom: clamp(40px, calc(28.96px + 1.2vw), 52px);
  }
}
.home_shop .shop_body .shop_item_head_sub {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 2px;
}
@media (min-width: 920px) {
  .home_shop .shop_body .shop_item_head_sub {
    font-size: clamp(16px, calc(14.16px + 0.2vw), 18px);
    margin-bottom: clamp(4px, calc(0.32px + 0.4vw), 8px);
  }
}
.home_shop .shop_body .shop_item_head_main {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 920px) {
  .home_shop .shop_body .shop_item_head_main {
    font-size: clamp(32px, calc(17.28px + 1.6vw), 48px);
  }
}
.home_shop .shop_body .shop_item_txt {
  font-size: 14px;
  margin-bottom: 18px;
  text-align: justify;
}
@media (min-width: 920px) {
  .home_shop .shop_body .shop_item_txt {
    font-size: clamp(14px, calc(12.16px + 0.2vw), 16px);
    margin-bottom: clamp(20px, calc(5.28px + 1.6vw), 36px);
  }
}
.home_shop .shop_body .shop_item_info {
  margin: 0;
  padding: 0;
  color: #0A2D88;
}
.home_shop .shop_body .shop_item_info_row {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  column-gap: 20px;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid rgba(10, 45, 136, 0.3);
}
@media (min-width: 920px) {
  .home_shop .shop_body .shop_item_info_row {
    grid-template-columns: clamp(140px, calc(84.8px + 6vw), 200px) minmax(0, 1fr);
    column-gap: 0;
    padding: clamp(12px, calc(8.32px + 0.4vw), 16px) 0;
  }
}
.home_shop .shop_body .shop_item_info_row:first-child {
  padding-top: 0;
}
.home_shop .shop_body .shop_item_info_ttl {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 20px;
}
@media (min-width: 920px) {
  .home_shop .shop_body .shop_item_info_ttl {
    font-size: clamp(14px, calc(12.16px + 0.2vw), 16px);
    line-height: 1.75;
  }
}
.home_shop .shop_body .shop_item_info_detail {
  min-width: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
@media (min-width: 920px) {
  .home_shop .shop_body .shop_item_info_detail {
    font-size: clamp(14px, calc(12.16px + 0.2vw), 16px);
    line-height: 1.75;
  }
}
.home_shop .shop_body .shop_item .txt_link {
  margin-top: 16px;
}
@media (min-width: 920px) {
  .home_shop .shop_body .shop_item .txt_link {
    margin-top: clamp(32px, calc(24.64px + 0.8vw), 40px);
  }
}

.home_link {
  padding: 160px 0;
}
@media (min-width: 920px) {
  .home_link {
    padding: clamp(160px, calc(86.4px + 8vw), 240px) 0;
  }
}
.home_link .link_row {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 920px) {
  .home_link .link_row {
    flex-direction: row;
    font-size: clamp(32px, calc(17.28px + 1.6vw), 48px);
  }
}
.home_link .link_item {
  flex: 1;
}
.home_link .link_item_img {
  overflow: hidden;
  margin-bottom: 10px;
}
@media (min-width: 920px) {
  .home_link .link_item_img {
    margin-bottom: clamp(18px, calc(12.48px + 0.6vw), 24px);
  }
}
.home_link .link_item_img img {
  transition: transform 1.8s cubic-bezier(0.1, 1, 0.2, 1);
  will-change: transform;
}
@media (min-width: 920px) {
  .home_link .link_item:hover .link_item_img img {
    transform: scale(1.025);
  }
}
.home_link .link_item_en {
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 8px;
}
@media (min-width: 920px) {
  .home_link .link_item_en {
    font-size: clamp(16px, calc(14.16px + 0.2vw), 18px);
  }
}
.home_link .link_item_ja {
  font-size: 24px;
  line-height: 1.25;
}
@media (min-width: 920px) {
  .home_link .link_item_ja {
    font-size: clamp(18px, calc(12.48px + 0.6vw), 24px);
  }
}

.lang_en .home_introduction .introduction_head_ttl {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  white-space: normal;
}
@media (min-width: 920px) {
  .lang_en .home_introduction .introduction_head_ttl {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    white-space: normal;
    text-align: center;
  }
}
@media (min-width: 920px) {
  .lang_en .home_introduction .introduction_message_txt {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
}
@media (min-width: 920px) {
  .lang_en .home_introduction .introduction_line {
    flex: none;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    white-space: normal;
  }
}
@media (min-width: 920px) {
  .lang_en .home_introduction .introduction_line:last-child {
    padding: 0;
  }
}
.lang_en .home_section_ttl_txt {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  white-space: normal;
}
.lang_en .home_section_ttl_line {
  display: block;
}
.lang_en .home_section_ttl_line_lower {
  margin-top: 0;
}
.lang_en .home_sake .sake_list_item_type_txt {
  line-height: 1.35;
}
.lang_en .sake_list_item_ttl_en {
  display: none;
}
.lang_en .nav_list_item_ttl_en {
  display: none;
}/*# sourceMappingURL=home.css.map */