﻿@charset "UTF-8";
.tk-page-nav__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 2.875rem;
  text-align: center;
}
@media (max-width:767px) {
  .tk-page-nav__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.875rem 0;
  }
  .tk-page-nav__list > .tk-page-nav__list-item:nth-child(n + 1):nth-child(-n + 3) a {
    position: relative;
  }
  .tk-page-nav__list > .tk-page-nav__list-item:nth-child(n + 1):nth-child(-n + 3) a::after {
    content: "";
    position: absolute;
    bottom: -0.875rem;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    border-bottom: 0.0625rem solid #1c82e0;
  }
}
.tk-page-nav__list li + li {
  border-left: 0.0625rem solid #1c82e0;
}
@media (max-width:767px) {
  .tk-page-nav__list li + li {
    border-left: none;
  }
}
@media (max-width:767px) {
  .tk-page-nav__list-item {
    margin-bottom: 0.875rem;
    border-right: 0.0625rem solid #1c82e0;
  }
  .tk-page-nav__list-item:nth-child(3n + 1) {
    border-left: 0.0625rem solid #1c82e0;
  }
}
.tk-page-nav__list-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem 0.625rem;
  width: 100%;
  height: 6.25rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  text-decoration: none;
  line-height: 1.4;
  color: #000000;
  transition: all 0.3s;
}
.tk-page-nav__list-item-link:hover {
  color: #1C82E0;
}
.tk-page-nav li[class$="is-current"] {
  background-color: #e8f2fc;
}
.tk-sake-nav {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tk-sake-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100% - 12.5rem);
  margin-left: calc(-50vw + 50%);
  background-image: linear-gradient(180deg, transparent, 50%, rgba(0, 117, 168, 0.1));
}
.tk-sake-nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 12.5rem;
  margin-left: calc(-50vw + 50%);
  background-image: linear-gradient(180deg, rgba(0, 117, 168, 0.2), transparent);
}
.tk-sake-nav__inner {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
}
.tk-sake-nav__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 30%);
  justify-content: center;
  column-gap: 4rem;
  width: 100%;
  height: 100%;
  padding-top: 4.375rem;
  padding-bottom: 4.6875rem;
  box-sizing: content-box;
  transform: translate3d(0px, 0, 0);
  transition-property: transform;
}
@media (max-width:767px) {
  .tk-sake-nav__list {
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    column-gap: min(1.25rem, 3vw);
  }
}
.tk-sake-nav__item {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  transition-property: transform;
}
.tk-sake-nav__item-link {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.2));
  text-decoration: none;
  transition: all 0.3s ease;
}
.tk-sake-nav__item-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s ease;
}
.tk-sake-nav__item-link:hover .tk-sake-nav__item-thumbnail-img {
  transform: scale(1.15);
}
.tk-sake-nav__item-link:hover .tk-sake__arrow {
  transform: translateY(0.3125rem);
}
.tk-sake-nav__item-link:hover .tk-sake-nav__item-text-area-bg::after {
  background-color: rgba(0, 0, 0, 0.12);
}
.tk-sake-nav__item-link:hover::after {
  background-color: rgba(0, 0, 0, 0.12);
}
.tk-sake-nav__item-thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 72.2222222222%;
  overflow: hidden;
}
.tk-sake-nav__item-thumbnail-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.6s ease;
}
.tk-sake-nav__item-text-area {
  position: relative;
  color: #fff;
}
.tk-sake-nav__item-text-area-bg {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
}
.tk-sake-nav__item-text-area-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s ease;
}
.tk-sake-nav__item-text-area-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.tk-sake-nav__item-text-area-content {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 13.75rem;
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 1.125rem;
}
@media (max-width: 899px) {
  .tk-sake-nav__item-text-area-content {
    min-height: auto;
    padding-top: 2.5rem;
  }
}
.tk-sake-nav__item-text-area-content-title {
  display: block;
  max-width: 100%;
}
@media (max-width: 899px) and (min-width: 768px) {
  .tk-sake-nav__item-text-area-content-title {
    transform: translateY(-1rem);
  }
}
@media (max-width:767px) {
  .tk-sake-nav__item-text-area-content-title {
    transform: translateY(-0.75rem);
  }
}
.tk-sake-nav__item-text-area-content-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}
.tk-sake-nav__item-text-area-content-more-text {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.1666666667;
}
@media (max-width: 899px) {
  .tk-sake-nav__item-text-area-content-more-text {
    font-size: 0.875rem;
  }
}
.tk-sake-nav__catch {
  position: absolute;
  top: 1.25rem;
  right: 0;
  left: 0;
  z-index: 50;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.7927272727;
  writing-mode: vertical-rl;
  text-shadow: 0 0 0.1875rem #231815;
  filter: drop-shadow(0 0 0.375rem #231815);
  color: #fff;
}
@media (max-width: 899px) {
  .tk-sake-nav__catch {
    top: 0.75rem;
    font-size: 1.0625rem;
  }
}
.tk-sake__arrow {
  position: relative;
  width: 1.1875rem;
  height: 1.375rem;
  margin-top: 0.4375rem;
  transition: all 0.6s ease;
}
.tk-sake__arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.6875rem;
  height: 0.6875rem;
  border-left: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}
.tk-sake__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.0625rem);
  width: 0.125rem;
  height: 1.25rem;
  margin: 0 auto;
  background-color: #fff;
}
.tk-sake__button {
  position: relative;
  width: 100%;
  text-align: center;
}
.tk-sake__button-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 21.25rem;
  min-height: 5rem;
  padding-inline: 2rem;
  margin: 3.375rem auto 0rem;
  border-radius: 6.25rem;
  border: 0.0625rem solid #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.125rem;
  text-decoration: none;
  line-height: 1.3;
  color: #000000;
  background-color: #fff;
  box-shadow: 0.1875rem 0.1875rem 0.375rem 0rem rgba(28, 128, 211, 0.3);
  transition: all 0.3s;
}
.tk-sake__button-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: block;
  width: 0.4375rem;
  height: 0.75rem;
  background-color: #000;
  mask-size: contain;
  mask-image: url(/assets/img/products/common/icon_arrow_01.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}
.tk-sake__button-link:hover {
  color: #fff;
  background-color: #1c82e0;
  border-color: #1c82e0;
}
.tk-sake__button-link:hover::after {
  background-color: #fff;
}
.tk-sake__button-link.has-shirakabegura__button {
  margin-top: 4.5rem;
  color: #fff;
  background-color: #000050;
}
.tk-sake__button-link.has-shirakabegura__button::after {
  background-color: #fff;
}
.tk-sake__button-link.has-shirakabegura__button:hover {
  color: #000058;
  background-color: #fff;
  border-color: #000058;
}
.tk-sake__button-link.has-shirakabegura__button:hover::after {
  background-color: #000058;
}
.tk-sake__button-link.has-sparkling__button:hover {
  color: #fff;
  background-color: #193273;
  border-color: #193273;
}
.tk-sake__button-link.has-sparkling__button:hover::after {
  background-color: #fff;
}
.tk-sake__button-link.has-nend__button:hover {
  color: #fff;
  background-color: #006e50;
  border-color: #006e50;
}
.tk-sake__button-link.has-nend__button:hover::after {
  background-color: #fff;
}
.tk-sake__button-link.has-knowledge__button {
  color: #fff;
  background-color: #282828;
}
.tk-sake__button-link.has-knowledge__button::after {
  background-color: #fff;
}
.tk-sake__button-link.has-knowledge__button:hover {
  color: #282828;
  background-color: #fff;
  border-color: #282828;
}
.tk-sake__button-link.has-knowledge__button:hover::after {
  background-color: #282828;
}
.tk-sake__button-link.has-lineup__button {
  color: #1c82e0;
  border-color: #1c82e0;
}
.tk-sake__button-link.has-lineup__button::after {
  background-color: #1c82e0;
}
.tk-sake__button-link.has-lineup__button:hover {
  color: #fff;
  background-color: #1c82e0;
  border-color: #1c82e0;
}
.tk-sake__button-link.has-lineup__button:hover::after {
  background-color: #fff;
}
.tk-sake-anchor {
  display: flex;
  flex-direction: column;
  background-color: #e9f3fc;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tk-sake-anchor__inner {
  width: calc(100% - 2.5rem);
  max-width: 75rem;
  margin: 0rem auto;
}
.tk-sake-anchor__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  margin: 0 auto;
}
@media (max-width:767px) {
  .tk-sake-anchor__list {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }
  .tk-sake-anchor__list > .tk-sake-anchor__item:nth-child(n + 1):nth-child(-n + 3) a {
    position: relative;
  }
  .tk-sake-anchor__list > .tk-sake-anchor__item:nth-child(n + 1):nth-child(-n + 3) a::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    border-bottom: 0.0625rem solid #1c82e0;
  }
}
.tk-sake-anchor__list li:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.0625rem;
  height: calc(100% - 2.5rem);
  margin: auto 0rem;
  background-color: #1c82e0;
}
@media (max-width:767px) {
  .tk-sake-anchor__list li:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.0625rem;
    height: calc(100% - 2.5rem);
    margin: auto 0rem;
    background-color: #1c82e0;
  }
  .tk-sake-anchor__list li:nth-child(3)::after, .tk-sake-anchor__list :nth-child(5)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.0625rem;
    height: calc(100% - 2.5rem);
    margin: auto 0rem;
    background-color: #1c82e0;
  }
}
.tk-sake-anchor__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 7.5rem;
  text-align: center;
}
.tk-sake-anchor__item-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7.5rem;
  font-weight: 600;
  font-size: 1.375rem;
  color: #1C82E0;
  text-decoration: none;
  line-height: 1.2727272727;
  transition: background-color 0.6s ease;
}
@media (max-width:1280px) {
  .tk-sake-anchor__item-link {
    font-size: 1.125rem;
  }
}
.tk-sake-anchor__item-link:hover {
  background-color: rgba(28, 130, 224, 0.2);
}
.tk-sake-anchor__item-link:hover > .tk-sake-anchor__arrow {
  transform: translateY(0.25rem);
}
.tk-sake-anchor__text {
  transform: translateY(-1rem);
}
.tk-sake-anchor__arrow {
  position: absolute;
  bottom: 1rem;
  width: 1.1875rem;
  height: 1.375rem;
  margin-top: 0.4375rem;
  transition: all 0.6s ease;
}
.tk-sake-anchor__arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.6875rem;
  height: 0.6875rem;
  border-left: 0.125rem solid #1c82e0;
  border-bottom: 0.125rem solid #1c82e0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}
.tk-sake-anchor__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.0625rem);
  width: 0.125rem;
  height: 1.25rem;
  margin: 0 auto;
  background-color: #1c82e0;
}
.tk-sake-section {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tk-sake-section::before {
  content: "";
  display: block;
  margin-top: -7.1875rem;
  padding-top: 7.1875rem;
  visibility: hidden;
}
@media (max-width:1280px) {
  .tk-sake-section::before {
    margin-top: -3.75rem;
    padding-top: 3.75rem;
  }
}
.tk-sake-section__title {
  position: relative;
  width: 100vw;
  height: 15.625rem;
  color: #000;
  margin-left: calc(-50vw + 50%);
}
.tk-sake-section__title-bg {
  position: absolute;
  width: 100%;
  height: 15.625rem;
}
.tk-sake-section__title-bg-img {
  width: 100%;
  height: 100%;
}
.tk-sake-section__title-logo {
  position: relative;
  z-index: 50;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  height: 100%;
  margin: 0 auto;
}
.tk-sake-section__title-logo-img {
  max-width: 100%;
  height: auto;
}
.tk-sake-about {
  width: 100vw;
  height: auto;
  margin-left: calc(-50vw + 50%);
  aspect-ratio: 2.3188405797;
  background-image: url(/assets/img/products/sake/img_shira-kabe-gura_bg_02.jpg);
  background-size: cover;
  background-position: center 7.1875rem;
  background-repeat: no-repeat;
  text-align: center;
}
@media (max-width:767px) {
  .tk-sake-about{
    background-position: center 3.75rem;
  }
}
.tk-sake-about.has-shochikubai-bg {
  aspect-ratio: 2.6792189679;
  background-image: url(/assets/img/products/sake/img_sho-chiku-bai_bg_02.jpg);
}
.tk-sake-about::before {
  content: "";
  display: block;
  margin-top: -7.1875rem;
  padding-top: 7.1875rem;
  visibility: hidden;
}
@media (max-width:1280px) {
  .tk-sake-about::before {
    margin-top: -3.75rem;
    padding-top: 3.75rem;
  }
}
.tk-sake-about__inner {
  padding: 9.5rem 5.875rem;
}
@media (max-width:1280px) {
  .tk-sake-about__inner {
    padding: 9.5rem 2.5rem;
  }
}
@media (max-width:767px) {
  .tk-sake-about__inner {
    padding: 9.5rem 1.25rem;
  }
}
.tk-sake-about__title {
  font-weight: 600;
  font-size: 3.125rem;
  line-height: 1.3;
  color: #000000;
}
.tk-sake-about__sub-title {
  margin-top: 3.375rem;
  font-weight: 600;
  font-size: 2.1875rem;
  line-height: 1.3;
  color: #000050;
}
.tk-sake-about__sub-title.has-shochikubai-sub-title {
  color: #ad6428;
}
.tk-sake-about__text {
  margin-top: 3.375rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  color: #000000;
  line-height: 1.8;
  font-feature-settings: "palt";
}
.tk-sake-about__text > br {
  display: none;
}
@media (max-width:767px) {
  .tk-sake-about__text > br {
    display: initial;
  }
}
.tk-sake-about__notes {
  display: block;
  margin-top: 0.875rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: #000000;
}
.tk-sake-lineup::before {
  content: "";
  display: block;
  margin-top: -7.1875rem;
  padding-top: 7.1875rem;
  visibility: hidden;
}
@media (max-width:1280px) {
  .tk-sake-lineup::before {
    margin-top: -3.75rem;
    padding-top: 3.75rem;
  }
}
.tk-sake-lineup__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 6.25rem;
}
.tk-sake-lineup__title-text {
  font-weight: 600;
  font-size: 2rem;
  color: #000050;
  line-height: 1.25;
}
.tk-sake-lineup__title-text.has-shochikubai-text {
  color: #ad6428;
}
.tk-sake-lineup__anchor {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  border-top: 0.0625rem solid #919191;
  border-bottom: 0.0625rem solid #919191;
}
@media (max-width:767px) {
  .tk-sake-lineup__anchor {
    width: 100%;
    margin-left: 0;
  }
}
.tk-sake-lineup__anchor-list {
  display: grid;
  justify-content: center;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
.tk-sake-lineup__anchor-list.anchor-column-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width:767px) {
  .tk-sake-lineup__anchor-list.anchor-column-6 {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
  .tk-sake-lineup__anchor-list.anchor-column-6 > li:nth-child(n + 1):nth-child(-n + 3) a {
    position: relative;
  }
  .tk-sake-lineup__anchor-list.anchor-column-6 > li:nth-child(n + 1):nth-child(-n + 3) a::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    border-bottom: 0.0625rem solid #919191;
  }
  .tk-sake-lineup__anchor-list.anchor-column-6 li:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.0625rem;
    height: calc(100% - 1.25rem);
    margin: auto 0rem;
    background-color: #919191;
  }
  .tk-sake-lineup__anchor-list.anchor-column-6 li:nth-child(3)::after, .tk-sake-lineup__anchor-list.anchor-column-6 :nth-child(6)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.0625rem;
    height: auto;
    height: calc(100% - 1.25rem);
    margin: auto 0rem;
    background-color: #919191;
  }
}
.tk-sake-lineup__anchor-list.anchor-column-4 {
  grid-template-columns: repeat(4, 15rem);
}
@media (max-width:767px) {
  .tk-sake-lineup__anchor-list.anchor-column-4 {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .tk-sake-lineup__anchor-list.anchor-column-4 > li:nth-child(n + 1):nth-child(-n + 3) a {
    position: relative;
  }
  .tk-sake-lineup__anchor-list.anchor-column-4 > li:nth-child(n + 1):nth-child(-n + 3) a::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    border-bottom: 0.0625rem solid #919191;
  }
  .tk-sake-lineup__anchor-list.anchor-column-4 li:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.0625rem;
    height: calc(100% - 1.25rem);
    margin: auto 0rem;
    background-color: #919191;
  }
  .tk-sake-lineup__anchor-list.anchor-column-4 li:nth-child(2)::after, .tk-sake-lineup__anchor-list.anchor-column-4 :nth-child(4)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.0625rem;
    height: auto;
    height: calc(100% - 1.25rem);
    margin: auto 0rem;
    background-color: #919191;
  }
}
.tk-sake-lineup__anchor-list li:nth-child(1)::before {
  content: none;
}
.tk-sake-lineup__anchor-list-item {
  position: relative;
}
.tk-sake-lineup__anchor-list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.0625rem;
  height: calc(100% - 1.25rem);
  margin: auto 0;
  background-color: #919191;
}
.tk-sake-lineup__anchor-list-item-link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 6.25rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #231815;
  line-height: 1.1666666667;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.tk-sake-lineup__anchor-list-item-link::before {
  content: "";
  position: absolute;
  bottom: 0.625rem;
  left: 50%;
  width: 0.6875rem;
  height: 0.6875rem;
  border-bottom: 0.125rem solid #231815;
  border-left: 0.125rem solid #231815;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  transition: transform 0.3s ease;
}
.tk-sake-lineup__anchor-list-item-link:hover {
  background-color: rgba(145, 145, 145, 0.2);
}
.tk-sake-lineup__anchor-list-item-link:hover::before {
  transform: translateY(0.1875rem) rotate(-45deg);
}
.tk-sake-lineup__anchor-list-item-link-text {
  margin-bottom: 0.5rem;
}
.tk-sake-product__item {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #193273;
}
@media (max-width:1280px) {
  .tk-sake-product__item {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
}
.tk-sake-product__item::before {
  content: "";
  display: block;
  margin-top: -7.1875rem;
  padding-top: 7.1875rem;
  visibility: hidden;
}
@media (max-width:1280px) {
  .tk-sake-product__item::before {
    margin-top: -3.75rem;
    padding-top: 3.75rem;
  }
}
.tk-sake-product__item.has-junmai-daiginjo {
  color: #78460a;
}
.tk-sake-product__item.has-kimoto-junmai {
  color: #28785a;
}
.tk-sake-product__item.has-kimoto-junmai-muroka {
  color: #3c3a39;
}
.tk-sake-product__item.has-daiginjo-muroka {
  color: #285a78;
}
.tk-sake-product__item.has-daiginjo {
  color: #503c18;
}
.tk-sake-product__item.has-nend {
  color: #006e50;
}
.tk-sake-product__item.has-junmai {
  color: #855a00;
}
.tk-sake-product__item.has-namacyozou {
  color: #6e5032;
}
.tk-sake-product__item.has-mizuoto {
  color: #286446;
}
.tk-sake-product__item.has-sora {
  color: #be0000;
}
.tk-sake-product__mv {
  position: relative;
  z-index: 10;
}
.tk-sake-product__mv::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -50;
  width: 100vw;
  height: 100%;
}
.tk-sake-product__mv.has-sparkling__bg::after {
  left: 50%;
  background-color: #a8c8ee;
}
.tk-sake-product__mv.has-junmai-daiginjo__bg::after {
  right: 50%;
  background-color: #decf96;
}
.tk-sake-product__mv.has-kimoto-junmai__bg::after {
  left: 50%;
  background-color: #c4dbc9;
}
.tk-sake-product__mv.has-daiginjo-muroka__bg::after {
  left: 50%;
  background-color: #c3cfdf;
}
.tk-sake-product__mv.has-daiginjo__bg::after {
  right: 50%;
  background-color: #bdbab3;
}
.tk-sake-product__mv.has-nend__bg::after {
  left: 50%;
  background-color: #a3cbc0;
}
.tk-sake-product__mv.has-junmai__bg::after {
  left: 50%;
  background-color: #e7d5a3;
}
.tk-sake-product__mv.has-namacyozou__bg::after {
  right: 50%;
  background-color: #d5c9b3;
}
.tk-sake-product__mv.has-mizuoto__bg::after {
  left: 50%;
  background-color: #c0dab3;
}
.tk-sake-product__mv.has-sora__bg::after {
  right: 50%;
  background-color: #f0baba;
}
.tk-sake-product__mv-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.5037593985;
}
.tk-sake-product__mv-img-title {
  width: 100%;
  height: auto;
  aspect-ratio: 4.6153846154;
}
.tk-sake-product__inner {
  position: relative;
  top: 0;
  display: flex;
  width: 100%;
  max-width: 75rem;
  margin: -0.0625rem auto 0;
}
@media (max-width:767px) {
  .tk-sake-product__inner {
    flex-direction: column;
  }
}
.tk-sake-product__inner.has-reverse {
  flex-direction: row-reverse;
}
@media (max-width:767px) {
  .tk-sake-product__inner.has-reverse {
    flex-direction: column;
  }
}
.tk-sake-product__image-area {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 2.5rem;
}
@media (max-width:1280px) {
  .tk-sake-product__image-area {
    padding-right: min(2.5rem, 2.34375vw);
    padding-left: min(2.5rem, 2.34375vw);
  }
}
@media (max-width:767px) {
  .tk-sake-product__image-area {
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.tk-sake-product__image-area::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -50;
  width: 50vw;
  height: 100%;
}
@media (max-width:767px) {
  .tk-sake-product__image-area::before {
    width: 100%;
  }
}
.tk-sake-product__image-area.has-sparkling__bg-gradient::before {
  right: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #d3e6f7 50%);
}
.tk-sake-product__image-area.has-junmai-daiginjo__bg-gradient::before {
  left: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #e0e0be 50%);
}
.tk-sake-product__image-area.has-kimoto-junmai__bg-gradient::before {
  right: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #e1e8e0 50%);
}
.tk-sake-product__image-area.has-kimoto-junmai-muroka__bg-gradient::before {
  left: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #bfbfbf 50%);
}
.tk-sake-product__image-area.has-daiginjo-muroka__bg-gradient::before {
  right: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #dadfe5 50%);
}
.tk-sake-product__image-area.has-daiginjo__bg-gradient::before {
  left: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #dddcda 50%);
}
.tk-sake-product__image-area.has-nend__bg-gradient::before {
  right: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #c0d4c8 50%);
}
.tk-sake-product__image-area.has-junmai__bg-gradient::before {
  right: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #f3ecd2 50%);
}
.tk-sake-product__image-area.has-namacyozou__bg-gradient::before {
  left: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #e7e5cc 50%);
}
.tk-sake-product__image-area.has-mizuoto__bg-gradient::before {
  right: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #dfedd4 50%);
}
.tk-sake-product__image-area.has-sora__bg-gradient::before {
  left: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #fbe9e9 50%);
}
.tk-sake-product__image-area-title {
  position: relative;
  margin-top: 1rem;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.375;
  font-feature-settings: "palt";
}
.tk-sake-product__image-area-title.has-limited-quantity::after {
  content: "Limited quantity";
  position: absolute;
  bottom: -4.25rem;
  display: block;
  padding: 0.375rem 0.5rem;
  border: 0.0625rem solid #c2b180;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #231815;
}
.tk-sake-product__image-area-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.tk-sake-product__image-medal{
  position: absolute;
  top: 12.5rem;
  right: 2.5rem;
  width: min(8.75rem, 37.333vw);
  height: auto;
}
.tk-sake-product__text-area {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 3.5rem 2.5rem 4.5rem;
}
@media (max-width:1280px) {
  .tk-sake-product__text-area {
    padding-right: min(2.5rem, 2.34375vw);
    padding-left: min(2.5rem, 2.34375vw);
  }
}
@media (max-width:767px) {
  .tk-sake-product__text-area {
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.tk-sake-product__text-area::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -50;
  width: 50vw;
  height: 100%;
}
@media (max-width:767px) {
  .tk-sake-product__text-area::after {
    width: 100%;
  }
}
.tk-sake-product__text-area.has-sparkling__bg::after {
  left: 0;
  background-color: #a8c8ee;
}
.tk-sake-product__text-area.has-junmai-daiginjo__bg::after {
  right: 0;
  background-color: #decf96;
}
.tk-sake-product__text-area.has-kimoto-junmai__bg::after {
  left: 0;
  background-color: #c4dbc9;
}
.tk-sake-product__text-area.has-kimoto-junmai-muroka__bg::after {
  right: 0;
  background-color: #cfcfcf;
}
.tk-sake-product__text-area.has-daiginjo-muroka__bg::after {
  left: 0;
  background-color: #c3cfdf;
}
.tk-sake-product__text-area.has-daiginjo__bg::after {
  right: 0;
  background-color: #bdbab3;
}
.tk-sake-product__text-area.has-nend__bg::after {
  left: 0;
  background-color: #a3cbc0;
}
.tk-sake-product__text-area.has-junmai__bg::after {
  left: 0;
  background-color: #e7d5a3;
}
.tk-sake-product__text-area.has-namacyozou__bg::after {
  right: 0;
  background-color: #d5c9b3;
}
.tk-sake-product__text-area.has-mizuoto__bg::after {
  left: 0;
  background-color: #c0dab3;
}
.tk-sake-product__text-area.has-sora__bg::after {
  right: 0;
  background-color: #f0baba;
}
.tk-sake-product__text-area-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75;
}
.tk-sake-product__type {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width:767px) {
  .tk-sake-product__type {
    flex-direction: column;
    justify-content: start;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}
.tk-sake-product__type-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 2.5rem) / 3);
  height: 3.125rem;
  margin-top: 3.5rem;
  padding: 0rem 0.3125rem;
  border: 0.0625rem solid #fff;
  background-color: #6ea5e1;
  border-radius: 0.625rem;
  text-align: center;
}
@media (max-width:767px) {
  .tk-sake-product__type-item {
    width: 100%;
    margin-top: 0rem;
  }
}
.tk-sake-product__type-item.has-junmai-daiginjo__bg {
  background-color: #c1a858;
}
.tk-sake-product__type-item.has-kimoto-junmai__bg {
  background-color: #95bc9f;
}
.tk-sake-product__type-item.has-kimoto-junmai-muroka__bg {
  background-color: #a8a8a8;
}
.tk-sake-product__type-item.has-daiginjo-muroka__bg {
  background-color: #96a7c1;
}
.tk-sake-product__type-item.has-daiginjo__bg {
  background-color: #8c887d;
}
.tk-sake-product__type-item.has-nend__bg {
  background-color: #418671;
}
.tk-sake-product__type-item.has-junmai__bg {
  background-color: #d2b267;
}
.tk-sake-product__type-item.has-namacyozou__bg {
  background-color: #b19e7e;
}
.tk-sake-product__type-item.has-mizuoto__bg {
  background-color: #92bc7d;
}
.tk-sake-product__type-item.has-sora__bg {
  background-color: #e28888;
}
.tk-sake-product__type-item-text {
  font-weight: 600;
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 1.3;
}
@media (max-width:1280px) {
  .tk-sake-product__type-item-text {
    font-size: min(1.125rem, 1.8vw);
  }
}
@media (max-width:767px) {
  .tk-sake-product__type-item-text {
    font-size: 1.125rem;
  }
}
.tk-sake-product__table {
  max-width: 23.625rem;
  margin-top: 3rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
}
@media (max-width:1280px) {
  .tk-sake-product__table {
    font-size: min(1.125rem, 2vw);
  }
}
@media (max-width:767px) {
  .tk-sake-product__table {
    max-width: 100%;
    font-size: 1.125rem;
  }
}
.tk-sake-product__table tr:nth-last-child(1) {
  border-bottom: 0.0625rem solid;
}
.tk-sake-product__table-list {
  display: block;
  padding: 0.5rem 0rem;
  border-top: 0.0625rem solid;
}
.tk-sake-product__table-list-title {
  width: 9.375rem;
  padding-left: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width:1280px) {
  .tk-sake-product__table-list-title {
    padding-left: min(1.25rem, 1.30208vw);
  }
}
@media (max-width:767px) {
  .tk-sake-product__table-list-title {
    padding-left: 1.25rem;
  }
}
.tk-sake-product__table-list-content {
  padding-left: 1.25rem;
  border-left: 0.0625rem solid;
  vertical-align: middle;
}
@media (max-width:1280px) {
  .tk-sake-product__table-list-content {
    padding-left: min(1.25rem, 1.30208vw);
  }
}
@media (max-width:767px) {
  .tk-sake-product__table-list-content {
    padding-left: 1.25rem;
  }
}
.tk-sake-product__notes {
  padding: 0.5rem 8.375rem 0rem 0rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  text-align: right;
}
@media (max-width:767px) {
  .tk-sake-product__notes {
    padding: 0.5rem;
    text-align: left;
    line-height: 1.3;
  }
}
.tk-sake-product__movie {
  margin: 3.375rem auto 0rem;
}
.tk-sake-product__movie-link {
  transition: all 0.3s ease;
}
.tk-sake-product__movie-link:hover {
  opacity: 0.5;
}
.tk-sake-product__movie-link-img {
  display: block;
  width: 100%;
  aspect-ratio: 1.7798507463;
  box-shadow: 0.625rem 0.625rem 0.625rem rgba(0, 78, 128, 0.5);
}
.tk-sake-product__movie-link-img.has-junmai-shadow {
  box-shadow: 0.625rem 0.625rem 0.625rem rgba(102, 71, 25, 0.5);
}
.tk-sake-knowledge {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tk-sake-knowledge::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100vw;
  height: 100%;
  margin-left: calc(-50vw + 50%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #a6a6a6 100%);
}
.tk-sake-knowledge::before {
  content: "";
  display: block;
  margin-top: -7.1875rem;
  padding-top: 7.1875rem;
  visibility: hidden;
}
@media (max-width:1280px) {
  .tk-sake-knowledge::before {
    margin-top: -3.75rem;
    padding-top: 3.75rem;
  }
}
.tk-sake-knowledge__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  padding: 4.375rem 0rem 4.6875rem;
}
.tk-sake-knowledge__title {
  font-weight: 600;
  font-size: 3.125rem;
  color: #000000;
}
.tk-sake-knowledge__container {
  display: flex;
  gap: min(2rem, 2.5vw);
  margin-top: 3.375rem;
}
@media (max-width:767px) {
  .tk-sake-knowledge__container {
    flex-direction: column;
    align-items: center;
  }
}
.tk-sake-knowledge__container-textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #000000;
  line-height: 1.75;
}
.tk-sake-knowledge__container-textarea-text {
  padding-bottom: 1.125rem;
}
.tk-sake-knowledge__container-thumbnail {
  width: min(32.125rem, 40.15625vw);
  overflow-x: clip;
}
@media (max-width:767px) {
  .tk-sake-knowledge__container-thumbnail {
    width: 100%;
  }
}
@media (max-width:767px) {
  .tk-sake-knowledge__container-thumbnail-img {
    width: 100%;
    height: auto;
  }
}
.tk-sake-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.5rem;
}
.tk-sake-bottom__notes {
  display: block;
  margin-top: 0.875rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: #000000;
}
a.popup-iframe {
  background: #fff url(/css/../img/products/seasonings/ptn_03.png);
  display: block;
}
/*# sourceMappingURL=./index.css.map */