@charset "UTF-8";
@font-face {
  font-family: Noto Serif CJK;
  src: url(../fonts/NotoSerifCJK-wght-400-900.ttf.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
/**********common**********/
html {
  font-size: 10px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-size: min(2.4096385542vw, 10px);
  }
}

body {
  font-size: 1.6rem;
  font-family: "Noto Serif CJK", serif;
  background: #090909;
  color: #FAFEFF;
}

.inner {
  padding: 0 3rem;
  max-width: 134rem;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 2rem;
    max-width: 64rem;
  }
}

.large-title {
  font-family: "Cinzel", serif;
  font-size: 4.8rem;
  color: #FAFEFF;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .large-title {
    font-size: 3.6rem;
  }
}

.middle-title {
  font-family: "Cinzel", serif;
  font-size: 3.2rem;
  color: #FAFEFF;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .middle-title {
    font-size: 2.8rem;
  }
}

.small-title {
  font-size: 2.4rem;
  color: #FAFEFF;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .small-title {
    font-size: 1.8rem;
  }
}

.black-button-wrap {
  text-align: center;
}

.black-button {
  width: 100%;
  max-width: 25.6rem;
  padding-block: 2.2rem;
  border: 1px solid #FAFEFF;
  font-size: 1.6rem;
  color: #FAFEFF;
  background: #13181A;
  display: inline-block;
  transition: background-color 0.5s, color 0.5s;
  text-transform: capitalize;
}
@media (hover: hover) {
  .black-button:hover {
    background-color: #FAFEFF;
    color: #13181A;
  }
}
@media (hover: none) {
  .black-button:active {
    background-color: #FAFEFF;
    color: #13181A;
  }
}

.white-button {
  width: 100%;
  max-width: 35rem;
  padding-block: 1.5rem;
  padding-inline: 0.5rem;
  font-size: 1.6rem;
  color: #13181A;
  background: #FAFEFF;
  display: inline-block;
  text-align: center;
  position: relative;
  font-family: "Roboto", sans-serif;
  transition: 0.5s opacity;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .white-button {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .white-button:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .white-button:active {
    opacity: 0.7;
  }
}

.gold-button {
  width: 100%;
  max-width: 34rem;
  padding-block: 2.8rem;
  font-size: 2.4rem;
  color: #FAFEFF;
  background: #867762;
  display: inline-block;
  text-align: center;
  transition: 0.5s opacity;
  text-transform: capitalize;
}
@media (hover: hover) {
  .gold-button:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .gold-button:active {
    opacity: 0.7;
  }
}

.category-tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.4rem;
}

.category {
  font-size: 1.2rem;
  padding: 0.9rem 1rem;
  color: #FAFEFF;
  background: #13181A;
  border: 1px solid #707070;
  border-radius: 999px;
  width: fit-content;
}

.tag {
  font-size: 1.2rem;
  padding: 0.9rem 1.2rem;
  color: #FAFEFF;
  background: #707070;
  border: 1px solid #707070;
  border-radius: 999px;
  width: fit-content;
  text-transform: capitalize;
}

.name {
  font-size: 1.8rem;
  color: #FAFEFF;
}

.kinds {
  font-size: 1.2rem;
  color: #FAFEFF;
}

.text-en {
  font-size: 1.6rem;
  color: #FAFEFF;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .text-en {
    font-size: 1.4rem;
  }
}

.text-jp {
  font-size: 1.3rem;
  color: #B2B7B9;
  line-height: 1.81818182;
}
@media screen and (max-width: 767px) {
  .text-jp {
    font-size: 1rem;
  }
}

.arrow {
  width: 15.9rem;
  height: 1.3rem;
}
@media screen and (max-width: 767px) {
  .arrow {
    width: 10rem;
    height: 0.765rem;
  }
}

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

.scroll {
  overflow: hidden;
}

.js-fadein {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.js-fadein__active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@keyframes animation-sample {
  0% {
    background-color: rgb(0, 0, 0);
    opacity: 0;
  }
  100% {
    background-color: rgb(0, 0, 0);
    opacity: 1;
  }
}
.filter {
  position: absolute;
  inset: 0;
  animation-name: animation-sample;
  animation-duration: 5s;
  animation-timing-function: ease-in;
  z-index: 50;
}

.news-archive__breadcrumb-trail,
.news-details__breadcrumb-trail,
.products__breadcrumb-trail,
.products-details__breadcrumb-trail,
.brewery__breadcrumb-trail,
.sakeportfolio__breadcrumb-trail {
  margin-bottom: 2rem;
}

.breadcrumb span {
  font-size: 1.4rem;
}

.bread-arrow {
  display: inline-block;
  margin-inline: 1.2rem;
}

.breadcrumb span,
.breadcrumb a {
  padding-block: 0;
}

@media screen and (max-width: 767px) {
  .products-list-button {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background: #6f150e;
    color: #FAFEFF;
    text-align: center;
    padding-block: 2.5rem;
    z-index: 90;
  }
}

.page-nation__wrap {
  display: flex;
  gap: 3px;
}

.page-numbers {
  padding: 1.2rem;
}

.page-numbers {
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  transition: background-color 0.5s, color 0.5s;
}
@media (hover: hover) {
  .page-numbers:hover {
    background-color: #9da2a3;
    color: #444444;
  }
}
@media (hover: none) {
  .page-numbers:active {
    background-color: #9da2a3;
    color: #444444;
  }
}

.page-numbers.current {
  background: #9da2a3;
  color: #444444;
}

/**********common**********/
/**********header**********/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
  }
}

.header__inner {
  width: 100%;
  max-width: 178rem;
  margin: 0 auto;
  padding-inline: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: fit-content;
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    position: relative;
  }
}

.header__logo {
  width: 27.8rem;
}
@media screen and (max-width: 550px) {
  .header__logo {
    width: 25rem;
    margin-right: 1rem;
  }
}

.header__nav {
  height: inherit;
}
@media screen and (max-width: 1023px) {
  .header__nav {
    transform: translateX(101%);
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    padding: 46px 15px;
    transition: all 0.5s;
    background: #090909;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1023px) {
  .header__nav.active {
    transform: translateX(0%);
  }
}

.header__list {
  display: flex;
  align-items: center;
  gap: 3rem;
  height: inherit;
}
@media screen and (max-width: 1023px) {
  .header__list {
    flex-direction: column;
    justify-content: center;
    height: auto;
  }
}

.header__list-item {
  height: inherit;
}

.header__list-link {
  font-size: 1.6rem;
  color: #FAFEFF;
  transition: all 0.5s;
  display: block;
  position: relative;
  text-transform: capitalize;
}

.header__list-link::after {
  background: #FAFEFF;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

@media (hover: hover) {
  /* hoverが使える端末 PC想定 */
  .header__list-link:hover::after {
    transform-origin: center top;
    transform: scale(1, 1);
  }
}
@media (hover: hover) and (hover: none) {
  .header__list-link:active::after {
    transform-origin: center top;
    transform: scale(1, 1);
  }
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__hamburger {
    display: block;
    width: 30px;
    height: 18px;
    background: transparent;
    position: relative;
  }
}

.header__hamburger span {
  width: 100%;
  height: 2px;
  background: #FAFEFF;
  display: block;
  position: absolute;
  transition: all 0.5s;
}
.header__hamburger span:first-child {
  top: 0;
}
.header__hamburger span:nth-child(2) {
  top: 8px;
}
.header__hamburger span:last-child {
  top: 16px;
}

.header__hamburger.active {
  transform: translateX(0);
}
.header__hamburger.active span:first-of-type {
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
}
.header__hamburger.active span:nth-of-type(2) {
  width: 0;
}
.header__hamburger.active span:last-of-type {
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
}

.header__btn {
  padding: 1.6rem 4.6rem;
  border: 1px solid #FAFEFF;
  border-radius: 999px;
  transition: background-color 0.5s, color 0.5s;
  text-transform: capitalize;
}
@media (hover: hover) {
  .header__btn:hover {
    background-color: #FAFEFF;
    color: #13181A;
  }
}
@media (hover: none) {
  .header__btn:active {
    background-color: #FAFEFF;
    color: #13181A;
  }
}

/**********header**********/
/**********main-view**********/
.main-view {
  width: 100%;
  height: 100dvh;
  position: relative;
}

.swiper {
  height: 100%;
}

.swiper-slide {
  overflow: hidden;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.main-view__image {
  overflow: hidden;
  height: 100%;
}

.swiper-slide-active .main-view__img,
.swiper-slide-duplicate-active .main-view__img,
.swiper-slide-prev .main-view__img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.main-view__img {
  width: 100%;
  height: 100%;
}
.main-view__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main-view__image1 {
  background: url(../img/pc/main-view_pc1.jpg) no-repeat center center/cover;
  width: 100%;
  height: 100%;
}

.main-view__image2 {
  background: url(../img/pc/main-view_pc2.jpg) no-repeat center center/cover;
  width: 100%;
  height: 100%;
}

.main-view__image3 {
  background: url(../img/pc/main-view_pc3.jpg) no-repeat center center/cover;
  width: 100%;
  height: 100%;
}

.main-view__image4 {
  background: url(../img/pc/main-view_pc4.jpg) no-repeat center center/cover;
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet {
  background: #707070;
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet + .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 0;
  margin-left: 2rem;
}

.swiper-pagination-bullet-active {
  width: 1.2rem;
  height: 1.2rem;
  background: #FAFEFF;
}

.main-view__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  text-align: center;
}

.main-view__title {
  color: #FAFEFF;
  font-family: "Cinzel", serif;
  font-size: 8.4rem;
  margin-bottom: 4.2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .main-view__title {
    font-size: 4.8rem;
    margin-bottom: 3.5rem;
  }
}

.main-view__button {
  width: 100%;
  max-width: 25.6rem;
  padding-block: 2.2rem;
  font-size: 1.6rem;
  color: #FAFEFF;
  display: inline-block;
  border: 1px solid #FAFEFF;
  transition: background-color 0.5s, color 0.5s;
  text-transform: capitalize;
}
@media (hover: hover) {
  .main-view__button:hover {
    background-color: #FAFEFF;
    color: #13181A;
  }
}
@media (hover: none) {
  .main-view__button:active {
    background-color: #FAFEFF;
    color: #13181A;
  }
}

/**********main-view**********/
/**********alcohol-kinds**********/
.alcohol-kinds {
  background: #090909;
  padding-block: 7.6rem 6.4rem;
}
@media screen and (max-width: 767px) {
  .alcohol-kinds {
    padding-block: 6.3rem 5.3rem;
  }
}

.alcohol-kinds__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.alcohol-kinds__list-item {
  width: calc(16.6666666667% - 0.6666666667rem);
  max-width: 100%;
  background: #1f2425;
  text-align: center;
  transition: 0.5s opacity;
}
@media screen and (max-width: 1199px) {
  .alcohol-kinds__list-item {
    width: calc(16.6666666667% - 0.6666666667rem);
  }
}
@media screen and (max-width: 1023px) {
  .alcohol-kinds__list-item {
    width: calc(33.3333333333% - 0.5333333333rem);
  }
}
@media screen and (max-width: 767px) {
  .alcohol-kinds__list-item {
    width: calc(50% - 0.4rem);
  }
}
@media (hover: hover) {
  .alcohol-kinds__list-item:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .alcohol-kinds__list-item:active {
    opacity: 0.7;
  }
}

.alcohol-kinds__list-item a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  color: #FAFEFF;
  padding-block: 2.4rem;
  position: relative;
  text-transform: capitalize;
}

.button-triangle {
  position: absolute;
  background: #090909;
  bottom: 0.6rem;
  right: 0.7rem;
  width: 0.8rem;
  height: 0.8rem;
  clip-path: polygon(0.8rem 0, 0 0.8rem, 0.8rem 0.8rem);
}

.alcohol-kinds__list-item a > span {
  display: block;
  font-size: 1.2rem;
  color: #B2B7B9;
  margin-bottom: 1.1rem;
}

/**********alcohol-kinds**********/
/**********recommended-products**********/
.recommended-products {
  padding-block: 7.2rem 10.2rem;
  background: #13181A;
}
@media screen and (max-width: 767px) {
  .recommended-products {
    padding-block: 6rem 8.5rem;
  }
}

.recommended-products__middle-title {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .recommended-products__middle-title {
    margin-bottom: 5.4rem;
  }
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .product-list {
    gap: 2.8rem 2rem;
  }
}

.recommended-products__product-list {
  margin-bottom: 6rem;
}

.product-list__list-item {
  width: calc(20% - 2.4rem);
  max-width: 100%;
  transition: opacity 0.5s;
}
@media screen and (max-width: 1199px) {
  .product-list__list-item {
    width: calc(20% - 2.4rem);
  }
}
@media screen and (max-width: 1023px) {
  .product-list__list-item {
    width: calc(33.3333333333% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .product-list__list-item {
    width: calc(50% - 1rem);
  }
}
.product-list__list-item a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .product-list__list-item:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .product-list__list-item:active {
    opacity: 0.7;
  }
}

.product-list__image {
  margin-bottom: 1.2rem;
  background: #989898;
}
.product-list__image img {
  aspect-ratio: 232/232;
  object-fit: cover;
  object-position: center;
}

.product-list__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.4rem;
}

.product-list__name {
  margin-top: 0.9rem;
}

.product-list__kinds {
  margin-top: 0.9rem;
}

/**********recommended-products**********/
/**********brand-region**********/
.section-wrap {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .section-wrap {
    display: block;
  }
}

.brand-region {
  width: 50%;
  background: #090909;
  text-align: center;
  position: relative;
  padding-block: 6.8rem 8.1rem;
}
@media screen and (max-width: 1023px) {
  .brand-region {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .brand-region {
    padding-block: 5.6rem 6.7rem;
  }
}

.brand-region__link {
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: 0.5s background-color;
}
@media (hover: hover) {
  .brand-region__link:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (hover: none) {
  .brand-region__link:active {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.brand-region__inner {
  max-width: 47.4rem;
}

.brand-region__middle-title {
  margin-bottom: 4.3rem;
}
@media screen and (max-width: 767px) {
  .brand-region__middle-title {
    margin-bottom: 3.5rem;
  }
}

.brand-region__text-en {
  margin-bottom: 0.9rem;
}

.brand-region__text-jp {
  margin-bottom: 4.3rem;
}

.brand-region__arrow {
  position: absolute;
  right: 4.2rem;
  bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .brand-region__arrow {
    right: 2.5rem;
  }
}

/**********brand-region**********/
/**********sake-portfolio**********/
.sake-portfolio {
  width: 50%;
  background: #3B4043;
  text-align: center;
  position: relative;
  padding-block: 6.8rem 14.9rem;
}
@media screen and (max-width: 1023px) {
  .sake-portfolio {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sake-portfolio {
    padding-block: 5.6rem 6.7rem;
  }
}

.sake-portfolio__link {
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: 0.5s background-color;
}
@media (hover: hover) {
  .sake-portfolio__link:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (hover: none) {
  .sake-portfolio__link:active {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.sake-portfolio__inner {
  max-width: 67rem;
}

.sake-portfolio__middle-title {
  margin-bottom: 4.3rem;
}

.sake-portfolio__text-en {
  margin-bottom: 0.9rem;
}

.sake-portfolio__text-jp {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .sake-portfolio__text-jp {
    margin-bottom: 5rem;
  }
}

.chart__wrapper {
  display: grid;
  gap: 1.4rem 3.7rem;
  align-items: center;
  grid-template-columns: 8.1rem 1fr 1fr;
  grid-template-rows: auto auto auto auto;
}
@media screen and (max-width: 767px) {
  .chart__wrapper {
    grid-template-columns: 6.5rem 1fr 1fr;
  }
}
@media screen and (max-width: 550px) {
  .chart__wrapper {
    grid-template-columns: 8rem 1fr 1fr;
    gap: 1.4rem 1.5rem;
  }
}

.chart__title-wrap {
  margin-bottom: 0.4rem;
  text-align: center;
}
.chart__title-wrap:first-child {
  grid-column: 2/3;
}

.chart__title {
  margin-bottom: 0.3rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .chart__title {
    font-size: 1.5rem;
  }
}

.chart__sub-title {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  color: #6e7b94;
  line-height: 1;
  text-transform: capitalize;
}

.chart__sub-title--gold {
  color: #77733a;
}

.chart__kinds {
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 1.7rem;
  text-transform: capitalize;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  .chart__kinds {
    font-size: 1.4rem;
  }
}

.chart__kinds-small {
  font-family: "Roboto", sans-serif;
  color: #B2B7B9;
  font-size: 0.9rem;
  display: block;
  text-align: left;
}

.chart__white-button {
  padding-block: 0.9rem;
  position: relative;
  z-index: 100;
}
.chart__white-button p {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  color: #3B4043;
}
.chart__white-button span {
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  color: #6e7b94;
  margin-bottom: 0.2rem;
}
.chart__white-button div {
  font-size: 0.7rem;
  font-family: "Roboto", sans-serif;
  color: #707070;
}

.chart__wrapper .chart__kinds-jp {
  font-size: 1rem;
  color: #B2B7B9;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.chart__wrapper .chart__white-button-text {
  font-size: 1.2rem;
  color: #6e7b94;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .chart__wrapper .chart__white-button-text {
    font-size: 1rem;
  }
}
.chart__wrapper .chart__white-button-text--gold {
  color: #77733a;
}
.chart__wrapper .chart__white-button-text-jp {
  font-size: 1.2rem;
  color: #707070;
  font-family: "Roboto", sans-serif;
}
.chart__wrapper .white-button {
  text-transform: none;
  padding-inline: 1rem;
}

.chart__white-button:nth-of-type(2n)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -3.8rem;
  transform: translateY(-50%);
  width: 3.7rem;
  height: 0.1rem;
  background: #707070;
}
@media screen and (max-width: 550px) {
  .chart__white-button:nth-of-type(2n)::after {
    left: -1.5rem;
    width: 1.5rem;
  }
}

.chart__white-button:nth-of-type(2n-1)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -3.6rem;
  transform: translateY(-50%);
  width: 3.6rem;
  height: 0.1rem;
  background: #707070;
  z-index: 50;
}
@media screen and (max-width: 550px) {
  .chart__white-button:nth-of-type(2n-1)::after {
    left: -1.5rem;
    width: 1.5rem;
  }
}

.chart__white-button:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3.6rem;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #707070;
}
@media screen and (max-width: 550px) {
  .chart__white-button:nth-of-type(1)::before {
    left: -1.6rem;
  }
}

.chart__white-button:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3.6rem;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #707070;
}
@media screen and (max-width: 550px) {
  .chart__white-button:nth-of-type(3)::before {
    left: -1.6rem;
  }
}

.chart__white-button:nth-of-type(5)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3.6rem;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #707070;
}
@media screen and (max-width: 550px) {
  .chart__white-button:nth-of-type(5)::before {
    left: -1.6rem;
  }
}

.sake-portfolio__arrow {
  position: absolute;
  right: 4.2rem;
  bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .sake-portfolio__arrow {
    right: 2.5rem;
  }
}

/**********sake-portfolio**********/
/**********seasonal-recommendations**********/
.seasonal-recommendations {
  padding-block: 15.2rem 14.6rem;
  background: url(../img/seasonal-recommendations-bg.png) no-repeat center center/cover;
  position: relative;
}

.seasonal-recommendations__inner {
  max-width: 114.1rem;
}

.seasonal-recommendations__wrapper {
  display: flex;
  gap: 10.8rem;
}
@media screen and (max-width: 1023px) {
  .seasonal-recommendations__wrapper {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
}

.seasonal-recommendations__wrap {
  width: 100%;
  max-width: 50.5rem;
}

.seasonal-recommendations__middle-title {
  margin-bottom: 6.9rem;
  text-align: left;
}

.seasonal-recommendations__text-en {
  margin-bottom: 3.8rem;
}

.seasonal-recommendations__flame {
  width: 100%;
  max-width: 46.8rem;
  display: flex;
  flex-shrink: 0;
  gap: 3.7rem;
}
@media screen and (max-width: 1023px) {
  .seasonal-recommendations__flame {
    max-width: none;
    gap: 5.7rem;
  }
}
@media screen and (max-width: 550px) {
  .seasonal-recommendations__flame {
    display: block;
  }
}

.seasonal-recommendations__image {
  width: 100%;
  max-width: 26rem;
}
@media screen and (max-width: 1023px) {
  .seasonal-recommendations__image {
    max-width: 28rem;
  }
}
@media screen and (max-width: 550px) {
  .seasonal-recommendations__image {
    max-width: none;
  }
}

.seasonal-recommendations__box {
  margin-top: 14.2rem;
}
@media screen and (max-width: 550px) {
  .seasonal-recommendations__box {
    margin-top: 5rem;
  }
}

.seasonal-recommendations__inner-box {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 1.2rem;
}

.seasonal-recommendations__name {
  margin-bottom: 1rem;
}

.seasonal-recommendations__arrow {
  position: absolute;
  right: 1.9rem;
  bottom: 5.3rem;
}

/**********seasonal-recommendations**********/
/**********services**********/
.services {
  padding-block: 15.8rem 13.5rem;
  background: #13181A;
}
@media screen and (max-width: 767px) {
  .services {
    padding-block: 13.1rem 11.25rem;
  }
}

.services__large-title {
  text-align: center;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 767px) {
  .services__large-title {
    margin-bottom: 0.6rem;
  }
}

.services__middle-title {
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
  font-family: "Noto Serif CJK", serif;
  color: #FAFEFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .services__middle-title {
    font-size: 1.8rem;
    margin-bottom: 1.1rem;
  }
}

.services__sm-title {
  font-size: 1.5rem;
  margin-bottom: 7.1rem;
  font-family: "Noto Serif CJK", serif;
  color: #B2B7B9;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .services__sm-title {
    font-size: 1.1rem;
    margin-bottom: 5.9rem;
  }
}

.services__list {
  display: flex;
  gap: 9.4rem;
}
@media screen and (max-width: 1023px) {
  .services__list {
    display: block;
  }
}

.services__list-item {
  width: 100%;
  max-width: 59.3rem;
}
@media screen and (max-width: 1023px) {
  .services__list-item {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .services__list-item + .services__list-item {
    margin-top: 4.5rem;
  }
}

.services__small-title {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .services__small-title {
    margin-bottom: 1rem;
  }
}

.services__text-en {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .services__text-en {
    margin-bottom: 2rem;
  }
}

.services__text-jp {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .services__text-jp {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
  }
}

.services__image {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .services__image {
    margin-bottom: 3.3rem;
  }
}
.services__image img {
  object-fit: cover;
  object-position: bottom;
  aspect-ratio: 593/234;
}

/**********services**********/
/**********trade-partner**********/
.trade-partner {
  padding-bottom: 19.7rem;
  background: #13181A;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trade-partner {
    padding-bottom: 14.4rem;
  }
}

.trade-partner__inner {
  max-width: 107.6rem;
}

.trade-partner__large-title {
  margin-bottom: 9.1rem;
}
@media screen and (max-width: 767px) {
  .trade-partner__large-title {
    margin-bottom: 5.9rem;
  }
}

.trade-partner__list {
  display: flex;
  width: fit-content;
  gap: 12.4rem;
  margin: 0 auto 6.1rem;
}
@media screen and (max-width: 1199px) {
  .trade-partner__list {
    gap: 7rem;
  }
}
@media screen and (max-width: 1023px) {
  .trade-partner__list {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .trade-partner__list {
    gap: 2rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 550px) {
  .trade-partner__list {
    gap: 1.5rem;
  }
}

.trade-partner__list-item {
  width: 100%;
}
.trade-partner__list-item:first-child {
  max-width: 14.2rem;
}
.trade-partner__list-item:nth-child(2) {
  max-width: 24.8rem;
}
.trade-partner__list-item:nth-child(3) {
  max-width: 37.8rem;
}

.trade-partner__number {
  text-align: center;
  font-family: "Cinzel", serif;
  color: #867762;
  font-size: 9.5rem;
  padding-right: 3.1rem;
  position: relative;
  margin-bottom: 0.6rem;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .trade-partner__number {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .trade-partner__number {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 550px) {
  .trade-partner__number {
    font-size: 3rem;
  }
}
.trade-partner__number::after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.2rem;
  font-size: 7.1rem;
  font-family: "Cinzel", serif;
  color: #867762;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .trade-partner__number::after {
    font-size: 5.6rem;
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .trade-partner__number::after {
    font-size: 4.1rem;
    right: 0.5rem;
  }
}
@media screen and (max-width: 550px) {
  .trade-partner__number::after {
    font-size: 2.25rem;
    right: 1.5rem;
  }
}

.trade-partner__summary {
  font-size: 2.4rem;
  color: #867762;
  line-height: 1.375;
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .trade-partner__summary {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .trade-partner__summary {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .trade-partner__summary {
    font-size: 1.3rem;
  }
}

.trade-partner__text-en {
  width: 100%;
  max-width: 84rem;
  margin: 0 auto;
}
.trade-partner__text-en + .trade-partner__text-en {
  margin-top: 1.9rem;
}
@media screen and (max-width: 767px) {
  .trade-partner__text-en + .trade-partner__text-en {
    margin-top: 1.4rem;
  }
}
.trade-partner__text-en:nth-of-type(6) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .trade-partner__text-en:nth-of-type(6) {
    margin-bottom: 4.8rem;
  }
}

.trade-partner__text-jp {
  width: 100%;
  max-width: 84rem;
  margin: 0 auto 6.6rem;
}
@media screen and (max-width: 767px) {
  .trade-partner__text-jp {
    margin-bottom: 5.2rem;
  }
}

.trade-partner__text-jp--mb {
  margin-bottom: 0;
}

/**********trade-partner**********/
/**********our-value-proposition**********/
.our-value-proposition {
  padding-bottom: 17.5rem;
  background: #13181A;
}
@media screen and (max-width: 767px) {
  .our-value-proposition {
    padding-bottom: 14.4rem;
  }
}

.our-value-proposition__large-title {
  margin-bottom: 10rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .our-value-proposition__large-title {
    margin-bottom: 7.4rem;
  }
}

.our-value-proposition__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 3.1rem;
}
@media screen and (max-width: 1023px) {
  .our-value-proposition__list {
    gap: 4rem 2.5rem;
  }
}

.our-value-proposition__list-item {
  width: calc(33.3333333333% - 2.0666666667rem);
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .our-value-proposition__list-item {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (max-width: 767px) {
  .our-value-proposition__list-item {
    width: 100%;
  }
}

.our-value-proposition__wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .our-value-proposition__wrap {
    gap: 1rem;
    margin-bottom: 1.6rem;
  }
}

.our-value-proposition__title {
  font-size: 2.4rem;
  color: #867762;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .our-value-proposition__title {
    font-size: 2rem;
  }
}

.our-value-proposition__icon {
  width: 5.4rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .our-value-proposition__icon {
    width: 3.7rem;
    height: 3.5rem;
  }
}

.our-value-proposition__text-en {
  margin-bottom: 3.1rem;
}
@media screen and (max-width: 767px) {
  .our-value-proposition__text-en {
    margin-bottom: 2.5rem;
  }
}

.our-value-proposition__inner-list-items {
  padding-left: 3rem;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.8181818182;
  color: #B2B7B9;
}
.our-value-proposition__inner-list-items::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #867762;
  border-radius: 50%;
}
.our-value-proposition__inner-list-items + .our-value-proposition__inner-list-items {
  margin-top: 1.2rem;
}

.text-jp--icon {
  padding-left: 3rem;
  position: relative;
  margin-bottom: 1.4rem;
}
.text-jp--icon::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 1.5rem;
  height: 1.2rem;
  background: url(../img/check.svg) no-repeat center center/cover;
}

/**********our-value-proposition**********/
/**********about**********/
.about {
  padding-bottom: 17.5rem;
  background: #13181A;
}
@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 14.4rem;
  }
}

.about__large-title {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .about__large-title {
    margin-bottom: 4.1rem;
  }
}

.about__sub-text {
  font-size: 1.7rem;
  text-align: center;
  position: relative;
  z-index: 10;
}
.about__sub-text + .about__sub-text {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .about__sub-text + .about__sub-text {
    margin-top: 1.41rem;
  }
}
@media screen and (max-width: 767px) {
  .about__sub-text {
    font-size: 1.4rem;
  }
}

.about__image {
  width: 100%;
  max-width: 112rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .about__image {
    margin-top: 3.2rem;
  }
}

.about__wrap {
  display: flex;
  justify-content: center;
  gap: 7.4rem;
  margin: 6rem auto 8.3rem;
  width: 100%;
  max-width: 112rem;
}
@media screen and (max-width: 1023px) {
  .about__wrap {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .about__wrap {
    gap: 3.7rem;
    margin-top: 4.2rem;
    margin-bottom: 6.9rem;
  }
}
@media screen and (max-width: 550px) {
  .about__wrap {
    gap: 2.5rem;
  }
}

.about__text--en {
  font-size: 1.3rem;
  line-height: 2.1;
  width: 100%;
  max-width: 47.5rem;
}

.about__text {
  font-size: 1.3rem;
  line-height: 2.1;
  width: 100%;
  max-width: 45.1rem;
}

.about__container {
  display: flex;
  flex-wrap: wrap;
  gap: 7.4rem;
  margin-top: 3.8rem;
  margin-bottom: 7.7rem;
}
@media screen and (max-width: 767px) {
  .about__container {
    display: block;
    margin-top: 3rem;
    margin-bottom: 4.6rem;
  }
}

.about__box {
  width: calc(50% - 3.7rem);
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .about__box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about__box + .about__box {
    margin-top: 4.5rem;
  }
}

.about__small-title {
  margin-bottom: 0.8rem;
}

.about__supplement {
  font-size: 1.3rem;
  color: #B2B7B9;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .about__supplement {
    margin-bottom: 1.8rem;
  }
}

.about__box-en {
  margin-bottom: 1.3rem;
}

.about__subtext {
  font-size: 2.4rem;
  color: #867762;
  line-height: 1.2916666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__subtext {
    font-size: 1.9rem;
  }
}

.about__text-jp {
  margin-top: 2rem;
  margin-bottom: 3.7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__text-jp {
    margin-top: 1.6rem;
    margin-bottom: 2.9rem;
  }
}

.about__sub-title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #FAFEFF;
}
@media screen and (max-width: 767px) {
  .about__sub-title {
    font-size: 1.9rem;
    margin-bottom: 0.3rem;
  }
}

.text-jp--center {
  text-align: center;
}

/**********about**********/
/**********about**********/
.company {
  background: #13181A;
  padding-bottom: 14.6rem;
}
@media screen and (max-width: 767px) {
  .company {
    padding-bottom: 12rem;
  }
}

.company__large-title {
  text-align: center;
  margin-bottom: 7.7rem;
}
@media screen and (max-width: 767px) {
  .company__large-title {
    margin-bottom: 6.2rem;
  }
}

.company__wrapper {
  display: flex;
  gap: 9.5rem;
}
@media screen and (max-width: 1023px) {
  .company__wrapper {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .company__wrapper {
    display: block;
  }
}

.company__wrap {
  width: 100%;
  max-width: 58.6rem;
}
@media screen and (max-width: 1199px) {
  .company__wrap {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .company__wrap {
    margin-bottom: 4.5rem;
  }
}

.company__small-title {
  margin-bottom: 1.4rem;
}

.company__text-en {
  margin-bottom: 7.3rem;
}
@media screen and (max-width: 767px) {
  .company__text-en {
    margin-bottom: 6rem;
  }
}

.company__sub-title {
  font-size: 1.6rem;
  color: #B2B7B9;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .company__sub-title {
    margin-bottom: 1.5rem;
  }
}

.company__information {
  width: 100%;
  max-width: 76rem;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .company__information {
    max-width: none;
  }
}

.company__information-wrapper {
  display: flex;
  border-bottom: 1px solid #B2B7B9;
  padding-bottom: 1.4rem;
  padding-left: 0.4rem;
}
.company__information-wrapper + .company__information-wrapper {
  margin-top: 1.4rem;
}

.company__title {
  width: 19.7rem;
  color: #867762;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .company__title {
    width: 13rem;
  }
}

.company__detail--logo {
  position: relative;
  padding-left: 3.6rem;
}
.company__detail--logo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  aspect-ratio: 344/331;
  background: url(../img/logo-icon.png) no-repeat center center/contain;
}

.company__detail--mb {
  margin-bottom: 0.9rem;
}

.company__detail--small {
  font-size: 1.3rem;
  line-height: 1.8181818182;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 767px) {
  .company__detail--small {
    margin-bottom: 1.6rem;
  }
}

.company__mail-address {
  font-size: 1.3rem;
  color: #707070;
}

/**********about**********/
/**********news**********/
.news {
  background: #1f2425;
  padding: 8.1rem 10.7rem;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 6.75rem 0;
  }
}

.news__inner {
  max-width: 105.7rem;
}

.news__title {
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 767px) {
  .news__title {
    margin-bottom: 4.5rem;
  }
}

.news__wrap + .news__wrap {
  margin-top: 3.3rem;
}

.news__link {
  display: block;
  display: flex;
  padding-bottom: 1rem;
  border-bottom: 1px solid #707070;
  transition: 0.5s opacity;
}
@media (hover: hover) {
  .news__link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .news__link:active {
    opacity: 0.7;
  }
}

.news__time {
  width: 10.4rem;
  flex-shrink: 0;
}

.news__detail {
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .news__detail {
    line-height: 1.3571428571;
  }
}

/**********news**********/
/**********section-footer**********/
.section-footer {
  padding-block: 7.8rem;
  background: #3B4043;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-footer {
    padding-block: 6.5rem;
  }
}

.section-footer__wrapper {
  display: flex;
  width: 100%;
  max-width: 155rem;
  padding-inline: 3rem;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .section-footer__wrapper {
    display: block;
    width: fit-content;
  }
}

.section-footer__wrap-products {
  width: 100%;
  max-width: 74.5rem;
  text-align: center;
  padding-block: 2rem;
  padding-right: 20.5rem;
  border-right: 1px solid #FAFEFF;
}
@media screen and (max-width: 1199px) {
  .section-footer__wrap-products {
    max-width: none;
    border-right: none;
    padding-block: 2rem 5rem;
    padding-right: 0;
    border-bottom: 1px solid #FAFEFF;
  }
}

.section-footer__inner-products {
  width: 100%;
  max-width: 35rem;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .section-footer__inner-products {
    margin: 0 auto;
  }
}

.section-footer__large-title {
  margin-bottom: 0.3rem;
}

.section-footer__lead {
  display: block;
  color: #B2B7B9;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .section-footer__lead {
    font-size: 1.2rem;
    margin-bottom: 2.3rem;
  }
}

.section-footer__white-button + .section-footer__white-button {
  margin-top: 1.6rem;
}

.section-footer__wrap-contact {
  width: 100%;
  max-width: 74.5rem;
  text-align: center;
  padding-top: 2rem;
  padding-left: 15rem;
}
@media screen and (max-width: 1199px) {
  .section-footer__wrap-contact {
    max-width: none;
    padding-top: 5rem;
    padding-left: 0;
  }
}

.section-footer__inner-contact {
  padding-right: 3rem;
  width: fit-content;
}
@media screen and (max-width: 1199px) {
  .section-footer__inner-contact {
    margin: 0 auto;
    padding-left: 3rem;
  }
}

.section-footer__text-en {
  margin-bottom: 1.3rem;
}

.section-footer__text-jp {
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 767px) {
  .section-footer__text-jp {
    margin-bottom: 2.8rem;
  }
}

.section-footer__gold-button {
  padding-block: 2.2rem;
}

/**********section-footer**********/
/**********footer**********/
.footer {
  background: #090909;
  padding-block: 2.5rem;
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 550px) {
  .footer__wrap {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    text-align: center;
  }
}

.footer__copyright small {
  font-size: 1.3rem;
  color: #bfbfbf;
}

.footer__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .footer__list {
    margin-top: 2rem;
  }
}

.footer__list-item {
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
  transition: 0.5s opacity;
}
@media (hover: hover) {
  .footer__list-item:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .footer__list-item:active {
    opacity: 0.7;
  }
}
.footer__list-item:last-child {
  margin-left: 2rem;
}
.footer__list-item:nth-child(2) {
  margin-left: 3.2rem;
}

.footer__link {
  display: block;
  cursor: pointer;
}

.footer__icon {
  width: 2.3rem;
}

/**********footer**********/
/**********Brewery list**********/
.brewery {
  padding-block: 20.1rem 23.1rem;
  background: #13181A;
}
@media screen and (max-width: 767px) {
  .brewery {
    padding-block: 16.75rem 19.25rem;
  }
}

.biggest-title {
  font-size: 6.4rem;
  color: #FAFEFF;
}
@media screen and (max-width: 767px) {
  .biggest-title {
    font-size: 4.8rem;
  }
}

.brewery__biggest-title {
  margin-bottom: 7.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .brewery__biggest-title {
    margin-bottom: 6.25rem;
  }
}

.brewery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3rem;
}
@media screen and (max-width: 767px) {
  .brewery__list {
    gap: 3rem 2.5rem;
  }
}

.brewery__list-item {
  width: calc(33.3333333333% - 2rem);
  max-width: 100%;
  background: #090909;
  transition: 0.5s opacity;
}
@media screen and (max-width: 1023px) {
  .brewery__list-item {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .brewery__list-item {
    width: 100%;
  }
}
@media (hover: hover) {
  .brewery__list-item:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .brewery__list-item:active {
    opacity: 0.7;
  }
}

.brewery__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.brewery__image img {
  aspect-ratio: 406.66/250.77;
  object-fit: cover;
  object-position: center;
}

.brewery__wrap {
  padding: 3.6rem 2.5rem 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .brewery__wrap {
    padding: 3rem 2rem 8.3rem;
  }
}

.brewery__small-title {
  margin-bottom: 0.3rem;
}

.brewery__text {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  margin-top: 4.2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .brewery__text {
    margin-top: 3.1rem;
    margin-bottom: 3rem;
  }
}
.brewery__text:nth-of-type(2) {
  font-size: 1.3rem;
  line-height: 2.4615384615;
  margin-bottom: 10rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .brewery__text:nth-of-type(2) {
    margin-bottom: 7.5rem;
  }
}

.brewery__text-jp {
  font-size: 1.4rem;
  color: #B2B7B9;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .brewery__text-jp {
    margin-bottom: 2.6rem;
  }
}

.brewery__sub-title {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .brewery__sub-title {
    margin-bottom: 1.3rem;
  }
}

.brewery__text-en {
  font-size: 1.3rem;
  line-height: 1.8181818182;
}

.brewery__arrow {
  position: absolute;
  right: 1.7rem;
  bottom: 3.5rem;
  width: 15.9rem;
}
@media screen and (max-width: 767px) {
  .brewery__arrow {
    width: 13.5rem;
    right: 2rem;
    bottom: 2rem;
  }
}

.arrow-text {
  font-size: 1.1rem;
  color: #867762;
  transform: translateY(8px);
  display: block;
}

/**********Brewery list**********/
/**********sakeportfolio**********/
.sakeportfolio {
  padding-block: 16.8rem 8.4rem;
  background: #13181A;
}
@media screen and (max-width: 767px) {
  .sakeportfolio {
    padding-block: 14rem 7rem;
  }
}

.sakeportfolio__biggest-title {
  margin-bottom: 5.9rem;
}
@media screen and (max-width: 767px) {
  .sakeportfolio__biggest-title {
    margin-bottom: 4.9rem;
  }
}

.sakeportfolio__text-en {
  font-size: 1.3rem;
  line-height: 2.9090909091;
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 767px) {
  .sakeportfolio__text-en {
    margin-bottom: 5rem;
  }
}

.sakeportfolio__text-jp {
  font-size: 1.3rem;
  line-height: 2.9090909091;
  margin-bottom: 8.3rem;
  margin-bottom: 17.1rem;
}
@media screen and (max-width: 767px) {
  .sakeportfolio__text-jp {
    margin-bottom: 6.9rem;
    margin-bottom: 14.1rem;
  }
}

.sakeportfolio__wrapper {
  display: grid;
  gap: 2.5rem 5.6rem;
  align-items: center;
  grid-template-columns: 13.4rem 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  width: 100%;
  max-width: 101.4rem;
  margin: 0 auto 17.1rem;
  margin: 0 auto 8.3rem;
}
@media screen and (max-width: 767px) {
  .sakeportfolio__wrapper {
    gap: 2rem 3rem;
    grid-template-columns: 6rem 1fr 1fr;
    margin-bottom: 14.1rem;
    margin-bottom: 6.9rem;
  }
}
@media screen and (max-width: 550px) {
  .sakeportfolio__wrapper {
    gap: 1.4rem 2.2rem;
    grid-template-columns: 6rem 1fr 1fr;
  }
}

.sakeportfolio__title-wrap {
  margin-bottom: 0.6rem;
  text-align: center;
}
.sakeportfolio__title-wrap:first-child {
  grid-column: 2/3;
}

.sakeportfolio__title {
  margin-bottom: 0.7rem;
  font-size: 3.2rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .sakeportfolio__title {
    font-size: 2.4rem;
  }
}

.sakeportfolio__sub-title {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  color: #6e7b94;
}
@media screen and (max-width: 767px) {
  .sakeportfolio__sub-title {
    font-size: 1.4rem;
  }
}

.sakeportfolio__sub-title--gold {
  color: #77733a;
}

.sakeportfolio__kinds {
  text-align: left;
  font-size: 2.9rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .sakeportfolio__kinds {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
  }
}

.sakeportfolio__white-button {
  max-width: none;
  padding: 2.6rem 0.5rem;
  font-size: 2.7rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .sakeportfolio__white-button {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 550px) {
  .sakeportfolio__white-button {
    font-size: 1.4rem;
  }
}

.sakeportfolio__button-triangle {
  bottom: 0.9rem;
  right: 0.9rem;
  width: 1.5rem;
  height: 1.5rem;
  clip-path: polygon(1.5rem 0, 0 1.5rem, 1.5rem 1.5rem);
}
@media screen and (max-width: 767px) {
  .sakeportfolio__button-triangle {
    bottom: 0.6rem;
    right: 0.6rem;
    width: 1rem;
    height: 1rem;
    clip-path: polygon(1rem 0, 0 1rem, 1rem 1rem);
  }
}

.sakeportfolio__white-button:nth-of-type(2n)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -5.6rem;
  transform: translateY(-50%);
  width: 5.6rem;
  height: 0.1rem;
  background: #707070;
}
@media screen and (max-width: 767px) {
  .sakeportfolio__white-button:nth-of-type(2n)::after {
    width: 3rem;
    left: -3rem;
  }
}
@media screen and (max-width: 550px) {
  .sakeportfolio__white-button:nth-of-type(2n)::after {
    width: 2.2rem;
    left: -2.2rem;
  }
}

.sakeportfolio__white-button:nth-of-type(2n-1)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -6.5rem;
  transform: translateY(-50%);
  width: 6.5rem;
  height: 0.1rem;
  background: #707070;
}
@media screen and (max-width: 767px) {
  .sakeportfolio__white-button:nth-of-type(2n-1)::after {
    width: 3.5rem;
    left: -3.5rem;
  }
}
@media screen and (max-width: 550px) {
  .sakeportfolio__white-button:nth-of-type(2n-1)::after {
    width: 3rem;
    left: -3rem;
  }
}

.sakeportfolio__white-button:nth-of-type(2n-1)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6.5rem;
  transform: translateY(-50%);
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #707070;
}
@media screen and (max-width: 767px) {
  .sakeportfolio__white-button:nth-of-type(2n-1)::before {
    width: 0.6rem;
    height: 0.6rem;
    left: -3.7rem;
  }
}
@media screen and (max-width: 550px) {
  .sakeportfolio__white-button:nth-of-type(2n-1)::before {
    left: -3rem;
  }
}

/**********sakeportfolio**********/
/**********aside**********/
.sake-wrapper {
  background: #13181A;
}

.sake-inner {
  max-width: 170.4rem;
}

.sake-wrap {
  display: flex;
  gap: 11.5rem;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .sake-wrap {
    gap: 8.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .sake-wrap {
    gap: 6rem;
  }
}

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

.aside {
  padding-top: 16rem;
  transition: 0.5s transform;
  max-width: 26.1rem;
}
@media screen and (max-width: 767px) {
  .aside {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100dvh - 6.9rem);
    overflow-y: scroll;
    overscroll-behavior-y: none;
    transform: translateX(101%);
    z-index: 80;
    background: #3B4043;
    padding-inline: 2rem;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .aside.active {
    transform: translateX(0);
  }
}

.aside__nav > .aside__link {
  margin-bottom: 4.4rem;
}

.aside__large-title {
  margin-bottom: 4.8rem;
}

.aside__sub-title {
  font-family: "Roboto", sans-serif;
  color: #867762;
  font-size: 1.8rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .aside__sub-title {
    font-size: 2.5rem;
  }
}

.aside > .aside__link {
  margin-bottom: 4.4rem;
}

.aside__link {
  display: block;
  font-size: 1.5rem;
  padding: 0.7rem 0 0.7rem 1.8rem;
  font-family: "Roboto", sans-serif;
  transition: 0.5s background;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .aside__link {
    font-size: 1.5rem;
    padding-block: 1.3rem;
  }
}
@media (hover: hover) {
  .aside__link:hover {
    background: #867762;
  }
}
@media (hover: none) {
  .aside__link:active {
    background: #867762;
  }
}

.aside__list {
  margin-bottom: 1.9rem;
}

.main {
  width: 100%;
  max-width: 131.7rem;
}

.products {
  padding-top: 17.2rem;
  padding-bottom: 13.8rem;
}

.products__button-wrap {
  margin-bottom: 4.3rem;
  text-align: right;
}

.products__button {
  width: 100%;
  max-width: 26.1rem;
  text-align: center;
  background: #867762;
  padding-block: 1.8rem;
  display: inline-block;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .products__button:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .products__button:active {
    opacity: 0.7;
  }
}

.products__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .products__list {
    gap: 1.5rem 1.5rem;
  }
}

.products__list-item {
  width: calc(25% - 2.625rem);
  max-width: 100%;
  transition: 0.5s opacity;
  background: #090909;
}
@media screen and (max-width: 1199px) {
  .products__list-item {
    width: calc(33.3333333333% - 1.6666666667rem);
  }
}
@media screen and (max-width: 1023px) {
  .products__list-item {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (max-width: 767px) {
  .products__list-item {
    width: calc(50% - 0.75rem);
  }
}
@media (hover: hover) {
  .products__list-item:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .products__list-item:active {
    opacity: 0.7;
  }
}

.products__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 6rem;
}

.products__img {
  background: #989898;
}

.products__img img {
  aspect-ratio: 294.8/294.8;
  object-fit: cover;
  object-position: center;
}

.products__recommend {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  background: #6f150e;
  font-size: 1.4rem;
  position: absolute;
  top: 1rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .products__recommend {
    font-size: 1.2rem;
  }
}

.products__body {
  padding: 1.2rem 1.3rem 0;
}
@media screen and (max-width: 767px) {
  .products__body {
    padding: 1rem 1.08rem 0;
  }
}

.products__label {
  padding: 0.6rem 1.2rem;
  background: #13181A;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 1.2rem;
  border-radius: 999px;
  border: 1px solid #707070;
  width: fit-content;
}

.products__title {
  font-size: 2rem;
  margin-bottom: 1.2rem;
  overflow-wrap: anywhere;
}

.products__text {
  font-size: 1.3rem;
  overflow-wrap: anywhere;
  line-height: 1.3;
  color: #B2B7B9;
}

.products__arrow-wrap {
  position: absolute;
  bottom: 2rem;
  right: 1.5rem;
}

.products__arrow {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  padding-left: 1.1rem;
  position: relative;
  line-height: 1;
  color: #867762;
}
.products__arrow::before {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 0.1rem;
  background: #867762;
  top: 50%;
  transform: translateY(-50%);
  left: -1.4rem;
  border-radius: 999px;
}
.products__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: rotate(-45deg) translateY(-65%);
  left: -0.2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: 0.1rem solid #867762;
  border-right: 0.1rem solid #867762;
  background: transparent;
}

/**********aside**********/
/**********products-details**********/
.products-details {
  padding-block: 18.4rem 8.6rem;
  background: #13181A;
}
@media screen and (max-width: 1023px) {
  .products-details {
    padding-block: 15rem 7.1rem;
  }
}

@media screen and (max-width: 1023px) {
  .products-details-jp .products-details__wrapper {
    display: block;
    max-width: 62.5rem;
    margin: 0 auto;
  }
}

.products-details__wrapper {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 1023px) {
  .products-details__wrapper {
    display: block;
    max-width: 62.5rem;
    margin: 0 auto;
  }
}

.products-details__image {
  width: 100%;
  max-width: 60rem;
  background: #989898;
  height: fit-content;
}
@media screen and (max-width: 1023px) {
  .products-details__image {
    max-width: none;
  }
}
.products-details__image img {
  aspect-ratio: 600/600;
  object-fit: cover;
  object-position: center;
}

.products-details__wrap {
  width: 100%;
  max-width: 62.5rem;
}
@media screen and (max-width: 1023px) {
  .products-details__wrap {
    margin-top: 5rem;
  }
}

.products-details__box {
  display: flex;
  gap: 0.7rem;
  margin-bottom: 3.1rem;
}
@media screen and (max-width: 1023px) {
  .products-details__box {
    margin-bottom: 2.5rem;
  }
}

.products-details__box--mb {
  margin-bottom: 1.2rem;
}
.products-details__box--mb .products__label {
  margin-bottom: 0;
}

.products-details__title {
  font-size: 4rem;
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 1023px) {
  .products-details__title {
    font-size: 3rem;
    margin-bottom: 0.9rem;
  }
}

.products-details__title-jp {
  color: #B2B7B9;
  font-size: 1.4rem;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 1023px) {
  .products-details__title-jp {
    margin-bottom: 3rem;
    font-size: 1.2rem;
  }
}

.products-details__container {
  display: flex;
  gap: 1.9rem;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 1023px) {
  .products-details__container {
    margin-bottom: 0.5rem;
  }
}

.products-details__brewery-en {
  font-size: 2.2rem;
}
@media screen and (max-width: 1023px) {
  .products-details__brewery-en {
    font-size: 1.6rem;
  }
}

.products-details__button {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #707070;
  border-radius: 6px;
  position: relative;
  flex-shrink: 0;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .products-details__button:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .products-details__button:active {
    opacity: 0.7;
  }
}
.products-details__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 7px;
  height: 1px;
  background: #FAFEFF;
}
.products-details__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 7px;
  height: 1px;
  background: #FAFEFF;
}

.products-details__brewery-jp {
  font-size: 1.3rem;
  color: #B2B7B9;
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 1023px) {
  .products-details__brewery-jp {
    font-size: 1.2rem;
    margin-bottom: 4.8rem;
  }
}

.products-details-container {
  display: flex;
  gap: 2.1rem;
}
@media screen and (max-width: 1199px) {
  .products-details-container {
    display: block;
  }
}

.products-details-container__frame {
  width: 100%;
  max-width: 30.2rem;
}
@media screen and (max-width: 1199px) {
  .products-details-container__frame {
    max-width: none;
  }
}
@media screen and (max-width: 1199px) {
  .products-details-container__frame + .products-details-container__frame {
    margin-top: 3rem;
  }
}

.products-details-container__small-title {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .products-details-container__small-title {
    margin-bottom: 1.2rem;
  }
}

.products-details-container__text {
  font-size: 1.1rem;
  line-height: 1.8181818182;
}

.products-details-container__small-title--jp {
  color: #B2B7B9;
}

.products-details-container__text--jp {
  color: #B2B7B9;
}

/**********products-details**********/
/**********details**********/
.details {
  background: #090909;
  padding-block: 7.9rem 8.6rem;
}
@media screen and (max-width: 1023px) {
  .details {
    padding-block: 6.5rem 7.1rem;
  }
}

.details__container {
  display: flex;
  gap: 5.5rem;
}
@media screen and (max-width: 1023px) {
  .details__container {
    display: block;
    width: 100%;
    max-width: 62.5rem;
    margin: 0 auto;
  }
}

.details__wrapper {
  width: 100%;
  max-width: 60rem;
}
@media screen and (max-width: 1023px) {
  .details__wrapper {
    max-width: none;
  }
}
.details__wrapper:nth-child(2) {
  max-width: 62.5rem;
}
@media screen and (max-width: 1023px) {
  .details__wrapper:nth-child(2) {
    max-width: none;
    margin-top: 5.5rem;
  }
}
.details__wrapper:nth-child(2) > .details__chart > .details__wrap:first-child {
  border-top: 1px solid #707070;
  margin-top: 2.2rem;
}
@media screen and (max-width: 1023px) {
  .details__wrapper:nth-child(2) > .details__chart > .details__wrap:first-child {
    margin-top: 1.8rem;
  }
}

.products-details-container__wrap .main-title {
  flex-shrink: 0;
}

.main-title {
  font-size: 2.8rem;
  font-family: "Cinzel", serif;
}
@media screen and (max-width: 1023px) {
  .main-title {
    font-size: 2.1rem;
  }
}

.details__main-title {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1023px) {
  .details__main-title {
    margin-bottom: 2.6rem;
  }
}

.details__wrap {
  display: flex;
  padding-block: 1.5rem;
  border-bottom: 1px solid #707070;
}

.details__title {
  width: 19.6rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .details__title {
    width: 15.6rem;
  }
}

.details__detail-wrap {
  width: calc(100% - 19.6rem);
}
@media screen and (max-width: 767px) {
  .details__detail-wrap {
    width: calc(100% - 15.6rem);
  }
}

.details__detail {
  line-height: 1.1666666667;
  width: 100%;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.details__text-jp {
  font-size: 1.2rem;
  line-height: 1.1666666667;
  color: #B2B7B9;
  margin-top: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .details__text-jp {
    margin-top: 1rem;
  }
}

/**********details**********/
/**********the-brewery**********/
.the-brewery {
  padding-block: 9.4rem 10.7rem;
  background: #13181A;
}
@media screen and (max-width: 1023px) {
  .the-brewery {
    padding-block: 7.8rem 8.9rem;
  }
}

.the-brewery__middle-title {
  margin-bottom: 4.7rem;
}
@media screen and (max-width: 1023px) {
  .the-brewery__middle-title {
    margin-bottom: 3.9rem;
  }
}

.the-brewery__container {
  display: flex;
  gap: 5.5rem;
}
@media screen and (max-width: 1023px) {
  .the-brewery__container {
    display: block;
    width: 100%;
    max-width: 62.5rem;
    margin: 0 auto 4.3rem;
  }
}

.the-brewery__container--mb {
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 1023px) {
  .the-brewery__container--mb {
    margin: 0 auto 4.3rem;
  }
}

.the-brewery__image {
  width: 100%;
  max-width: 60rem;
  overflow: hidden;
  height: fit-content;
}
@media screen and (max-width: 1023px) {
  .the-brewery__image {
    max-width: none;
  }
}
.the-brewery__image img {
  aspect-ratio: 600/370;
  object-fit: cover;
  object-position: center;
}

.the-brewery__wrapper {
  width: 100%;
  max-width: 62.5rem;
}
@media screen and (max-width: 1023px) {
  .the-brewery__wrapper {
    max-width: none;
    margin-top: 5rem;
  }
}

.the-brewery__title {
  font-size: 4rem;
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 1023px) {
  .the-brewery__title {
    font-size: 3rem;
  }
}

.the-brewery__text-jp {
  font-size: 1.4rem;
  color: #B2B7B9;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .the-brewery__text-jp {
    margin-bottom: 1.2rem;
  }
}

.the-brewery__link {
  display: inline-block;
  font-size: 1rem;
  color: #B2B7B9;
  margin-bottom: 4.6rem;
  position: relative;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1023px) {
  .the-brewery__link {
    margin-bottom: 3.83rem;
  }
}
.the-brewery__link::after {
  content: "";
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: -2.4rem;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/link-icon.png) no-repeat center center/contain;
}

.the-brewery__products-details-container {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 1023px) {
  .the-brewery__products-details-container {
    margin-bottom: 4.5rem;
  }
}

/**********the-brewery**********/
/**********products-brewery**********/
.products-brewery {
  padding-bottom: 11.6rem;
  background: #13181A;
}
@media screen and (max-width: 1023px) {
  .products-brewery {
    padding-bottom: 9.6rem;
  }
}

.products-brewery__middle-title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 1023px) {
  .products-brewery__middle-title {
    margin-bottom: 5.8rem;
  }
}

.products-brewery__product-list {
  margin-bottom: 5.2rem;
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .products-brewery__product-list {
    width: 100%;
    max-width: 62.5rem;
    margin: 0 auto 4.3rem;
  }
}

.products-details__products-details-container {
  margin-bottom: 7.7rem;
}
@media screen and (max-width: 1023px) {
  .products-details__products-details-container {
    margin-bottom: 6.4rem;
  }
}

/**********products-brewery**********/
/**********Sake Portfolio**********/
.products-details-container-sake {
  margin-top: 7.7rem;
}
@media screen and (max-width: 1023px) {
  .products-details-container-sake {
    margin-top: 6.4rem;
  }
}

@media (hover: hover) {
  .products-details-container-sake .white-button:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .products-details-container-sake .white-button:active {
    opacity: 1;
  }
}

.products-details-container__wrap {
  display: flex;
  gap: 4.5rem;
  align-items: center;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 1023px) {
  .products-details-container__wrap {
    margin-bottom: 3rem;
    gap: 3rem;
  }
}

.products-details-container__line {
  width: 100%;
  height: 1px;
  background: #707070;
}

.disable {
  background: #13181A;
  border: 1px solid #707070;
  color: #3B4043;
}

.products-details__wrap > .chart__wrapper > .chart__white-button {
  border: 1px solid #707070;
  color: #3B4043;
}

.products-details__wrap > .chart__wrapper .chart__title,
.products-details__wrap > .chart__wrapper .chart__sub-title {
  text-align: center;
  display: block;
}

/**********Sake Portfolio**********/
/**********news-archive**********/
.news-archive {
  padding-block: 21rem 12.2rem;
  background: #13181A;
}
@media screen and (max-width: 1023px) {
  .news-archive {
    padding-block: 17.5rem 10.1rem;
  }
}

.news-archive__large-title {
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 1023px) {
  .news-archive__large-title {
    margin-bottom: 3.5rem;
  }
}

.news-archive__list {
  background: #1f2425;
  padding: 5.7rem 7.4rem 8.4rem;
}
@media screen and (max-width: 1023px) {
  .news-archive__list {
    padding: 3.7rem 3.4rem 5.4rem;
  }
}

.news-archive__list-item {
  border-bottom: 1px solid #707070;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .news-archive__list-item:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .news-archive__list-item:active {
    opacity: 0.7;
  }
}

.news-archive__link {
  display: inline-block;
  padding-block: 3.5rem;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .news-archive__link {
    padding-block: 2.8rem;
  }
}

.news-archive__wrap {
  display: flex;
  padding-inline: 6.1rem 13rem;
}
@media screen and (max-width: 767px) {
  .news-archive__wrap {
    flex-direction: column;
    gap: 1rem;
    padding-inline: 2rem 6rem;
  }
}

.news-archive__date {
  width: 10.5rem;
  flex-shrink: 0;
}

.news-archive__title {
  width: calc(100% - 10.5rem);
}
@media screen and (max-width: 767px) {
  .news-archive__title {
    width: 100%;
  }
}

.news-archive__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5.9rem;
  width: 4.9rem;
}
@media screen and (max-width: 767px) {
  .news-archive__arrow {
    width: 3.5rem;
    right: 1.5rem;
  }
}

.page-nation {
  width: fit-content;
  display: flex;
  gap: 0.3rem;
  margin: 5.2rem auto 0;
}
@media screen and (max-width: 1023px) {
  .page-nation {
    margin-top: 4.3rem;
  }
}

.page-nation__list {
  border: 1px solid #b9b9b9;
  border-radius: 5px;
}
.page-nation__list:last-child .page-nation__arrow {
  transform: scale(-1, 1);
}

.page-nation__link {
  padding: 1.2rem 1.1rem;
  display: block;
  font-size: 1.4rem;
}

.page-nation__link--active {
  background: #9da2a3;
  color: #444;
}

/**********news-archive**********/
/**********news-details**********/
.news-details {
  padding-block: 21rem 9rem;
  background: #13181A;
}
@media screen and (max-width: 1023px) {
  .news-details {
    padding-block: 17.5rem 7.5rem;
  }
}

.news-details__large-title {
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 1023px) {
  .news-details__large-title {
    margin-bottom: 3.5rem;
  }
}

.news-details__wrap {
  padding: 13.7rem 10.4rem 13rem;
  background: #1f2425;
}
@media screen and (max-width: 1023px) {
  .news-details__wrap {
    padding: 11.4rem 8.6rem 10.8rem;
  }
}
@media screen and (max-width: 767px) {
  .news-details__wrap {
    padding: 5rem 3.5rem 4.5rem;
  }
}
.news-details__wrap p {
  line-height: 1.3;
}
.news-details__wrap a {
  text-decoration: underline;
  color: #50a5c7;
  font-size: 1.5rem;
}

.news-details__title {
  font-size: 4rem;
  margin-bottom: 4.1rem;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .news-details__title {
    font-size: 3rem;
    margin-bottom: 3.4rem;
  }
}

.news-details__sub-title {
  font-size: 2rem;
  margin-bottom: 4.1rem;
  line-height: 1.2;
}

.news-details__date {
  margin-bottom: 3.4rem;
  display: block;
}
@media screen and (max-width: 1023px) {
  .news-details__date {
    margin-bottom: 2.8rem;
  }
}

.news-details__black-button-wrap {
  margin-top: 7.7rem;
}
@media screen and (max-width: 1023px) {
  .news-details__black-button-wrap {
    margin-top: 6.4rem;
  }
}

/**********news-details**********/
/**********contact**********/
.contact {
  background: #13181A;
  padding-block: 21rem 21.9rem;
}
@media screen and (max-width: 1023px) {
  .contact {
    padding-block: 17.5rem 18.3rem;
  }
}

.contact__large-title {
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 1023px) {
  .contact__large-title {
    margin-bottom: 4.5rem;
  }
}

.contact__text-en {
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 1023px) {
  .contact__text-en {
    margin-bottom: 2.1rem;
  }
}

.contact__text-jp {
  margin-bottom: 8.3rem;
}
@media screen and (max-width: 1023px) {
  .contact__text-jp {
    margin-bottom: 6.9rem;
  }
}

.form {
  padding: 9.1rem 19.3rem 0;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 1023px) {
  .form {
    padding: 7.5rem 13.3rem 0;
  }
}
@media screen and (max-width: 767px) {
  .form {
    padding: 4.1rem 4.3rem 0;
  }
}

.form__form-area {
  margin-bottom: 5rem;
  border-top: 1px solid #707070;
  padding: 9rem 19.3rem 0;
}
@media screen and (max-width: 1023px) {
  .form__form-area {
    margin-bottom: 4.1rem;
    padding: 7.5rem 10rem 0;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .form__form-area {
    padding-inline: 0;
  }
}

.form__wrap {
  display: flex;
  gap: 3.5rem 3rem;
}
@media screen and (max-width: 767px) {
  .form__wrap {
    flex-direction: column;
  }
}

.form-list {
  width: 100%;
  margin-top: 4.8rem;
}
@media screen and (max-width: 1023px) {
  .form-list {
    margin-top: 4rem;
  }
}

.form__wrap .form-list {
  margin-top: 0;
}

.form-list__title {
  color: #867762;
  margin-bottom: 1.1rem;
  font-size: 2.4rem;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .form-list__title {
    font-size: 1.8rem;
  }
}

.form-list__item + .form-list__item {
  margin-top: 1.2rem;
}

.form-list__input-text::placeholder,
.form-list__textarea::placeholder,
.form-list__select::placeholder {
  font-size: 1.6rem;
  color: #090909 !important;
  line-height: normal;
  font-family: inherit;
  font-weight: 500;
}
.form-list__input-text:focus,
.form-list__textarea:focus,
.form-list__select:focus {
  border: 1px solid #867762;
  box-shadow: none;
  outline: none;
}

.form-list__input-text {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border: 1px solid transparent;
  background-color: #FAFEFF;
  appearance: none;
  background-image: none;
  color: #090909;
  font-family: inherit;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .form-list__input-text {
    padding: 1rem 1.4rem;
  }
}

.form-list__textarea {
  appearance: none;
  background-color: #FAFEFF;
  background-image: none;
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 1.6rem;
  height: 20rem;
  padding: 1.2rem 1.6rem;
  width: 100%;
  color: #090909;
}
.form-list__textarea:focus {
  border: 1px solid #867762;
  box-shadow: none;
  outline: none;
}

.form-list__radio + label {
  cursor: pointer;
  display: inline-block;
  padding-left: 2.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form-list__radio + label {
    font-size: 1.5rem;
  }
}
.form-list__radio + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 0.9rem;
  height: 0.9rem;
  background: #FAFEFF;
  border-radius: 50%;
  display: block;
}
.form-list__radio + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  background: #867762;
  border: none;
  border-radius: 50%;
  display: block;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.form-list__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.form-list__radio:checked + label::after {
  opacity: 1;
}

.form-list__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.form-list__checkbox:focus + label::before {
  outline-color: #707070;
  outline-style: solid;
  outline-width: 1px;
}
.form-list__checkbox + label {
  cursor: pointer;
  display: inline-block;
  padding-left: 2.9rem;
  position: relative;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .form-list__checkbox + label {
    font-size: 1.8rem;
  }
}
.form-list__checkbox + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: #FAFEFF;
  display: block;
}
.form-list__checkbox + label::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 7px;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  width: 2rem;
  height: 1.1rem;
  border-bottom: 5px solid #867762;
  border-left: 5px solid #867762;
  display: block;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.form-list__checkbox:checked + label::after {
  opacity: 1;
}

.form-list__checkbox-link {
  display: inline-block;
  text-decoration: underline;
  color: #50a5c7;
  font-size: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .form-list__checkbox-link {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 550px) {
  .form-list__checkbox-link {
    display: block;
    margin-left: 2.5rem;
  }
}

.form__check-area {
  margin-top: 5rem;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  .form__check-area {
    margin-top: 4.1rem;
  }
}
@media screen and (max-width: 550px) {
  .form__check-area {
    flex-direction: column;
  }
}
.form__check-area br {
  display: none !important;
}

.button-wrap {
  margin-top: 7.6rem;
}
@media screen and (max-width: 1023px) {
  .button-wrap {
    margin-top: 4.1rem;
  }
}

.form__check-area .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: absolute;
  top: 100%;
}
@media screen and (max-width: 550px) {
  .form__check-area .wpcf7-not-valid-tip {
    top: 200%;
  }
}

.form-list__btn,
.button-wrap input[type=submit] {
  appearance: none;
  background-color: #6f150e;
  background-image: none;
  color: #FAFEFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  padding-block: 2.2rem;
  text-decoration: none;
  border: none;
  width: 100%;
  max-width: 25.6rem;
  transition: 0.5s opacity;
  text-transform: capitalize;
}
@media (hover: hover) {
  .form-list__btn:hover,
  .button-wrap input[type=submit]:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .form-list__btn:active,
  .button-wrap input[type=submit]:active {
    opacity: 0.7;
  }
}

.wpcf7-list-item {
  margin-left: 0;
  display: block;
}

.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 1.7rem;
}

.wpcf7-list-item input {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.wpcf7-list-item input:focus + span::before {
  content: "";
  outline-color: #707070;
  outline-style: solid;
  outline-width: 1px;
  border: none;
}

.wpcf7-list-item input + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 2.4rem;
  position: relative;
  color: #FAFEFF;
  font-size: 2.4rem;
  text-transform: capitalize;
}
@media screen and (max-width: 1023px) {
  .wpcf7-list-item input + span {
    font-size: 1.8rem;
  }
}

#checkbox input + span {
  text-transform: none;
}

.radio .wpcf7-list-item input + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1.1rem;
  height: 1.1rem;
  background: #FAFEFF;
  border-radius: 50%;
  display: block;
}

.radio .wpcf7-list-item input + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  background: #867762;
  border: none;
  border-radius: 50%;
  display: block;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.radio .wpcf7-list-item input:checked + span::after {
  opacity: 1;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.check .wpcf7-list-item input + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: #FAFEFF;
  display: block;
  border-radius: 0;
}

.check .wpcf7-list-item input + span::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 7px;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  width: 2rem;
  height: 1.1rem;
  border-bottom: 5px solid #867762;
  border-left: 5px solid #867762;
  display: block;
  opacity: 0;
  transition: all 0.3s ease 0s;
  border-radius: 0;
}

.check .wpcf7-list-item input:checked + span::after {
  content: "";
  opacity: 1;
}

.form__check-area .wpcf7-form-control-wrap {
  width: fit-content;
}

/*確認画面と完了画面を非表示*/
.confirm_area {
  display: none;
}

.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

/**********contact**********/
.products-nav__link--active {
  background: #867762;
  color: #FAFEFF;
}

.contact .form__form-area .error-text {
  display: none;
}

.contact .form__form-area .error-btn,
.contact .form__form-area .error-check {
  display: block;
  color: #dc3232;
}

.disabled {
  background: #888;
  cursor: default;
}
@media (hover: hover) {
  .disabled:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .disabled:active {
    opacity: 1;
  }
}

.back_button {
  background: #888;
  padding: 10px 20px;
  margin-top: 30px;
  transition: opacity 0.5s;
  border: none;
}
@media (hover: hover) {
  .back_button:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .back_button:active {
    opacity: 0.7;
  }
}

.wpcf7-not-valid-tip {
  display: none;
}

.contact-error {
  padding-block: 21rem 10.7rem;
}

.not-found {
  margin-top: 10rem;
  padding-block: 10rem;
}

.not-found__large-title {
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 1023px) {
  .not-found__large-title {
    margin-bottom: 3.5rem;
  }
}

#confirmation-screen,
#thanks-screen {
  display: none;
}

@media screen and (max-width: 1023px) {
  .form-list__label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 550px) {
  .form-list__label {
    margin-top: -0.6rem;
  }
}
.form-list__label br {
  display: none !important;
}

.required {
  position: relative;
}
.required::after {
  content: "*";
  color: #ff1705;
  position: absolute;
  top: -5px;
  right: -8px;
  font-size: 2rem;
}

@media screen and (max-width: 550px) {
  .button-wrap {
    text-align: center;
  }
}

.confirmation__title {
  font-size: 3.2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .confirmation__title {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
}

.confirmation__text {
  font-size: 1.8rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1023px) {
  .confirmation__text {
    font-size: 1.5rem;
    margin-bottom: 5rem;
  }
}

.confirmation__wrap {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .confirmation__wrap {
    margin-bottom: 2.5rem;
  }
}

.confirmation__label {
  color: #867762;
  font-size: 2.4rem;
  text-transform: capitalize;
}
@media screen and (max-width: 1023px) {
  .confirmation__label {
    font-size: 2rem;
  }
}

.confirmation__heading {
  margin-bottom: 0.8rem;
}
.confirmation__heading br {
  display: none;
}

.form__check-area .wpcf7-not-valid-tip {
  display: none;
}

.thanks,
.privacy {
  margin-top: 6rem;
  padding-bottom: 15rem;
  padding-top: 20rem;
}

.thanks__title {
  font-size: 3.6rem;
  color: #867762;
  margin-bottom: 3rem;
}

.privacy__inner {
  max-width: 108rem;
}

.privacy__title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  margin-top: 6rem;
  color: #867762;
}

.privacy__list-item {
  margin-top: 2rem;
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
}
.privacy__list-item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background: #867762;
  border-radius: 50%;
}

.privacy__text {
  line-height: 1.5;
}
.privacy__text:first-child {
  margin-bottom: 5rem;
}

.privacy__inner-ListItem {
  margin-top: 1.5rem;
  padding-left: 2em;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
}
.privacy__inner-ListItem::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 1.5rem;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  background: #867762;
  border-radius: 50%;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  font-size: 1.6rem;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  content: "<";
  top: 50%;
  transform: translateY(-50%);
  width: fit-content;
  height: fit-content;
  font-size: 36px;
  color: #FAFEFF;
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  content: ">";
  top: 50%;
  transform: translateY(-50%);
  width: fit-content;
  height: fit-content;
  font-size: 36px;
  color: #FAFEFF;
}

.our-services__list {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1023px) {
  .our-services__list {
    margin-bottom: 2.56rem;
  }
}

.our-services__list li {
  position: relative;
  padding-left: 1.6em;
}
.our-services__list li::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 2px;
  transform: translateY(50%) rotate(-45deg);
  width: 1em;
  height: 0.5em;
  border-bottom: 2px solid #867762;
  border-left: 2px solid #867762;
}
@media screen and (max-width: 1023px) {
  .our-services__list li::before {
    border-bottom: 1px solid #867762;
    border-left: 1px solid #867762;
  }
}

.our-services__list li + li {
  margin-top: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .our-services__list li + li {
    margin-top: 1.92rem;
  }
}

.our-services__list--bold {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .our-services__list--bold {
    font-size: 1.6rem;
  }
}

.our-services__list--bold-jp {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .our-services__list--bold-jp {
    font-size: 1.3rem;
  }
}

.swiper4 .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper4 .swiper-container {
  overflow: hidden;
}

.sakeportfolio__kinds-span {
  font-family: "Roboto", sans-serif;
  color: #b2b7b9;
  font-size: 1.6rem;
  display: block;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .sakeportfolio__kinds-span {
    font-size: 1.3rem;
  }
}

.sakeportfolio__white-button span {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  color: #6e7b94;
  margin-bottom: 0.2rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .sakeportfolio__white-button span {
    font-size: 1.3rem;
  }
}

.sakeportfolio__white-button p {
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
  color: #707070;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .sakeportfolio__white-button p {
    font-size: 1.1rem;
  }
}

.aside__list-item--custom {
  display: block;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  transition: 0.5s background;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.aside__list-item--custom::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8rem;
  width: 1.3rem;
  height: 0.8rem;
  background: url(../img/accordion-arrow.svg) no-repeat center center/cover;
}
.aside__list-item--custom.rotate {
  position: relative;
}
.aside__list-item--custom.rotate::after {
  content: "";
  transform: translateY(-50%) rotate(180deg);
}
@media (hover: hover) {
  .aside__list-item--custom:hover {
    background: #867762;
    color: #fafeff;
  }
}
@media (hover: none) {
  .aside__list-item--custom:active {
    background: #867762;
    color: #fafeff;
  }
}

.aside__link--pl {
  padding-left: 3rem;
}

.accordionCat {
  margin-bottom: 1.9rem;
}

.privacy__text--mb {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .privacy__text--mb {
    margin-bottom: 8.2rem;
  }
}

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