@charset "UTF-8";
.l-top-kv {
  width: 100%;
  position: relative;
}

.l-top-brand {
  width: 100%;
  padding: 96px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-top-brand {
    padding: 30px 20px;
  }
}
.l-top-brand::before {
  content: "";
  width: 95.60761347%;
  background-color: #fafafa;
  height: calc(100% + 170px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .l-top-brand::before {
    width: 100%;
    height: 100%;
  }
}
.l-top-about {
  padding-top: 112px;
  width: 100%;
  background: url("../img/product/fv_02.jpg") bottom center no-repeat;
  /* background: url('../img/product/kimuchi/km_01.webp') bottom center no-repeat; */
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .l-top-about {
    padding-top: 56px;
  }
}
.l-top-topics {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .l-top-topics {
    margin-top: 56px;
  }
}
.l-top-products {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .l-top-products {
    margin-top: 56px;
  }
}
.l-top-rank {
  width: 100%;
  margin-top: 120px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-top-rank {
    margin-top: 56px;
  }
}
.l-top-rank::before {
  content: "";
  width: 95.60761347%;
  background-color: #fafafa;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.l-top-news {
  width: 100%;
  margin-top: 120px;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .l-top-news {
    margin-top: 56px;
  }
}
.l-top-faq {
  width: 100%;
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .l-top-faq {
    margin-top: 56px;
  }
}
.l-top-ig {
  width: 100%;
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .l-top-ig {
    margin-top: 56px;
  }
}
.loading {
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

@media screen and (max-width: 768px) {
  .loading {
    height: 100svh;
  }
}
.loading__logo {
  max-width: 230px;
  width: 51.2820512821%;
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .loading__logo {
    margin-bottom: 40px;
  }
}
.loading__logo img {
  width: 100%;
  height: auto;
}

.loading__dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading__dots span {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  display: block;
}

.loading__dots span + span {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .loading__dots span {
    width: 6px;
    height: 6px;
  }
  .loading__dots span + span {
    margin-left: 10px;
  }
}
.top-kv {
  margin-left: 120px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .top-kv {
    margin-left: 0;
  }
}
.top-kv::before {
  content: "";
  width: 100%;
  height: 110px;
  background: linear-gradient(#fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .top-kv::before {
    content: none;
  }
}
.top-kv__item {
  height: calc(100vh - 46px);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top-kv__item {
    height: calc(100svh - 40px);
    margin-top: 0;
  }
}
.top-kv__item__image {
  display: block;
  width: 100%;
  height: 100%;
}

.top-kv img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-kv .swiper {
  height: calc(100vh - 46px);
}

@media screen and (max-width: 768px) {
  .top-kv .swiper {
    height: calc(100svh - 40px);
  }
}
.top-kv .swiper-slide-active .top-kv__item__image,
.top-kv .swiper-slide-duplicate-active .top-kv__item__image,
.top-kv .swiper-slide-prev .top-kv__item__image {
  animation: zoomUp 9s linear 0s normal both;
}

.top-logo {
  width: 235px;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .top-logo {
    width: 35.8974358974%;
    top: 20px;
    left: 20px;
  }
}
.top-logo img {
  width: 100%;
  height: auto;
}

.top-sns {
  position: absolute;
  z-index: 3;
  width: 120px;
  padding: 56px 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .top-sns {
    width: auto;
    padding: 0;
    bottom: 20px;
    left: 20px;
  }
}
.top-sns__link {
  display: block;
  height: 18px;
}

.top-sns__link svg {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 768px) {
  .top-sns__link svg {
    fill: #fff;
  }
}
.top-sns__link + .top-sns__link {
  margin-top: 20px;
}

.top-brand {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 30px;
  z-index: 3;
}

@media screen and (max-width: 1345.8272327965px) {
  .top-brand {
    width: 87.8477306003%;
  }
}
@media screen and (max-width: 1120px) {
  .top-brand {
    width: 89vw;
  }
}
@media screen and (max-width: 768px) {
  .top-brand {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.top-brand__link {
  display: flex;
  width: calc((100% - 60px) / 3) !important;
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .top-brand__link {
    width: 100% !important;
  }
}
.top-brand__link__image {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top-brand__link__image {
    width: 88px;
    height: 88px;
  }
}
.top-brand__link__image img {
  width: 100%;
  height: auto;
}

.top-brand__link__detail {
  width: calc(100% - 100px);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .top-brand__link__detail {
    width: calc(100% - 88px);
  }
}
.top-brand__link__text {
  margin-bottom: 5px;
  text-align: center;
  font-size: 1rem;
  transform: scale(0.9);
  line-height: 1.4;
}

.top-brand__link__title img {
  width: 100%;
  height: auto;
}

.top-brand__link.curry .top-brand__link__title {
  width: 145px;
}

.top-brand__link.hayashi .top-brand__link__title {
  width: 130px;
}

.top-brand__link.frozen .top-brand__link__title {
  width: 90px;
}

.top-brand__link.jam .top-brand__link__title {
  width: 65px;
}

.top-brand__link.select .top-brand__link__title {
  font-size: 1.8rem;
}

.top-brand__dots {
  display: none;
}

@media screen and (max-width: 768px) {
  .top-brand__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
  }
  .top-brand__dots .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    border: 1px solid #000 !important;
    background-color: transparent !important;
    cursor: pointer;
    opacity: 1 !important;
    margin: 0 8px !important;
  }
  .top-brand__dots .swiper-pagination-bullet-active {
    width: 9px !important;
    height: 9px !important;
    background-color: #000 !important;
  }
}
.top-about {
  position: relative;
  width: 100%;
  /* max-width: 1126px; */
  margin: 0 auto;
  padding: 88px clamp(40px, 12%, 80px) 28%;
  max-height: 1140px;
  -webkit-backdrop-filter: blur(1px) brightness(0.8);
          backdrop-filter: blur(1px) brightness(0.8);
}

.top-about * {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1262.8345534407px) {
  .top-about {
    width: 87.8477306003%;
  }
}
@media screen and (max-width: 1120px) {
  .top-about {
    width: 89vw;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 56px 0 70%;
  }
}
.top-about__title--en {
  position: absolute;
  left: -73px;
  top: 88px;
}

@media screen and (max-width: 768px) {
  .top-about__title--en {
    top: 60px;
    left: 0;
  }
}
.top-about__title--copy {
  font-size: 4rem;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-about__title--copy {
    font-size: 2.2rem;
    text-align: left;
    padding-left: 40px;
  }
}
.top-about__text {
  margin-top: 60px;
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  line-height: 2.6;
}

@media screen and (max-width: 768px) {
  .top-about__text {
    font-size: 1.3rem;
    line-height: 2.15;
    text-align: left;
    margin-top: 30px;
  }
}
.top-about__link {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .top-about__link {
    margin-top: 24px;
  }
}
.top-about__button {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 48px;
  line-height: 46px;
  border-radius: 24px;
  border: 1px solid #000;
  text-align: center;
  color: #000;
  text-decoration: none;
  position: relative;
}

@media screen and (min-width: 1121px) {
  .top-about__button {
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@media screen and (max-width: 768px) {
  .top-about__button {
    width: 170px;
    height: 40px;
    line-height: 38px;
  }
}
.top-about__button span {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .top-about__button span {
    font-size: 1.3rem;
  }
}
.top-about__button svg {
  width: 15px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -60%);
}

@media screen and (min-width: 1121px) {
  .top-about__button svg {
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@media screen and (max-width: 768px) {
  .top-about__button svg {
    width: 13px;
  }
}
.top-topics {
  position: relative;
  width: 100%;
  max-width: 1126px;
  margin: 0 auto;
}

@media screen and (max-width: 1262.8345534407px) {
  .top-topics {
    width: 87.8477306003%;
  }
}
@media screen and (max-width: 1120px) {
  .top-topics {
    width: 89vw;
  }
}
.top-topics__title {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .top-topics__title {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.top-topics__list {
  display: flex;
  justify-content: space-between;
  gap: 0 5%;
}

@media screen and (max-width: 768px) {
  .top-topics__list {
    flex-direction: column;
    gap: 24px 0;
  }
}
.top-topics__link {
  display: block;
  width: 47.5%;
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .top-topics__link {
    width: 100%;
  }
}
.top-topics__text {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .top-topics__text {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}
.top-topics__thumb {
  width: 100%;
  overflow: hidden;
  display: block;
}

.top-topics__image {
  width: 100%;
  height: auto;
}

.top-products {
  position: relative;
  width: 100%;
  max-width: 1126px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 1262.8345534407px) {
  .top-products {
    width: 87.8477306003%;
  }
}
@media screen and (max-width: 1120px) {
  .top-products {
    width: 89vw;
  }
}
@media screen and (max-width: 768px) {
  .top-products {
    display: block;
  }
}
.top-products--l {
  flex-shrink: 0;
  width: 286px;
  position: sticky;
  top: 12rem;
  left: 0;
}

@media screen and (max-width: 768px) {
  .top-products--l {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
}
.top-products--r {
  width: calc(100% - 286px);
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .top-products--r {
    width: 100%;
  }
}
.top-products--r .products-list {
  gap: 60px 7%;
}

@media screen and (max-width: 768px) {
  .top-products--r .products-list {
    margin-top: 40px;
    gap: 32px 7%;
  }
  .top-products--r .products-list .detail-button {
    width: 100%;
  }
}
.top-products--r .products-list__item {
  width: 46.5%;
}

.top-products--cont {
  display: none;
}

.top-products--cont.current {
  display: block;
}

.products-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .products-title {
    display: flex;
    align-items: center;
  }
}
.products-title--en {
  position: absolute;
  top: 0;
  left: -73px;
}

@media screen and (max-width: 768px) {
  .products-title--en {
    position: relative;
    top: auto;
    left: auto;
  }
}
.products-title--jp {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .products-title--jp {
    width: calc(100% - 26px);
    padding-right: 26px;
    text-align: center;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .products-navi {
    display: none;
  }
}
.products-navi__item + .products-navi__item {
  margin-top: 16px;
}

.products-navi button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
}

.products-navi button.current {
  opacity: 0.5;
}

.products-select {
  display: none;
}

@media screen and (max-width: 768px) {
  .products-select {
    display: block;
    position: relative;
  }
  .products-select::after {
    content: "";
    width: 10px;
    height: 5px;
    background: url("../images/common/icon_down.svg") 50% 50% no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    z-index: 1;
  }
  .products-select select {
    color: #000;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 56px;
    line-height: 54px;
    border: 1px solid #000;
    border-radius: 28px;
    background-color: transparent;
    padding: 0 30px;
    font-size: 1.6rem;
    margin: 0 !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}
.products__link {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px solid #eaeaea;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .products__link {
    margin-top: 40px;
    padding-top: 30px;
  }
}
.products__link a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.products__link a span {
  position: relative;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: r;
  font-weight: 400;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .products__link a span {
    font-size: 1.3rem;
  }
}
.products__link a span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 10px;
  display: block;
}

.top-rank {
  position: relative;
  width: 100%;
  max-width: 1126px;
  margin: 0 auto;
  z-index: 3;
  padding: 80px 0;
}

@media screen and (max-width: 1262.8345534407px) {
  .top-rank {
    width: 87.8477306003%;
  }
}
@media screen and (max-width: 1120px) {
  .top-rank {
    width: 89vw;
  }
}
@media screen and (max-width: 768px) {
  .top-rank {
    padding: 48px 0;
  }
}
.top-rank__title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .top-rank__title {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.top-rank .products-list {
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .top-rank .products-list {
    justify-content: center;
    flex-direction: column;
    gap: 40px 0;
  }
}
.top-rank .products-list__item {
  width: 30.6394316163%;
}

@media screen and (max-width: 768px) {
  .top-rank .products-list__item {
    width: 100%;
  }
}
.top-rank .products-list__rank {
  width: 40px;
  height: 40px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: r;
  font-weight: 400;
  font-size: 2rem;
  line-height: 40px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .top-rank .products-list__rank {
    font-size: 1.8rem;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
.top-rank .products-list__rank.no1 {
  background-color: #cbbd00;
}

.top-rank .products-list__rank.no2 {
  background-color: #9f9f9f;
}

.top-rank .products-list__rank.no3 {
  background-color: #9a7021;
}

.top-news__title {
  position: relative;
  width: 100%;
  max-width: 1126px;
  margin: 0 auto;
}

@media screen and (max-width: 1262.8345534407px) {
  .top-news__title {
    width: 87.8477306003%;
  }
}
@media screen and (max-width: 1120px) {
  .top-news__title {
    width: 89vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__title {
    display: flex;
    align-items: center;
  }
}
.top-news__title--en {
  position: absolute;
  left: -73px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .top-news__title--en {
    position: relative;
    top: auto;
    left: auto;
  }
}
.top-news__title--jp {
  font-size: 4rem;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-news__title--jp {
    width: calc(100% - 26px);
    padding-right: 26px;
    font-size: 2.4rem;
  }
}
.top-news__inner {
  position: relative;
  width: 100%;
  max-width: 1126px;
  margin: 0 auto;
  margin-top: 70px;
}

@media screen and (max-width: 1262.8345534407px) {
  .top-news__inner {
    width: 87.8477306003%;
  }
}
@media screen and (max-width: 1120px) {
  .top-news__inner {
    width: 89vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__inner {
    margin-top: 40px;
  }
}
.top-news .swiper {
  overflow: visible;
}

.top-news .news-list__item {
  width: -moz-max-content;
  width: max-content;
}

.top-news .news-list__item__link {
  width: 345px;
}

@media screen and (max-width: 768px) {
  .top-news .news-list__item__link {
    width: 285px;
  }
}
.top-news .swiper-controller {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .top-news .swiper-controller {
    margin-top: 24px;
  }
}
.top-news .swiper-button-prev,
.top-news .swiper-button-next {
  display: block !important;
  cursor: pointer;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: translate(0, 0) !important;
  width: 60px !important;
  height: 60px !important;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .top-news .swiper-button-prev,
  .top-news .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
  }
}
.top-news .swiper-button-prev::after,
.top-news .swiper-button-next::after {
  content: none !important;
}

.top-news .swiper-button-prev svg,
.top-news .swiper-button-next svg {
  width: 17px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}

@media screen and (max-width: 768px) {
  .top-news .swiper-button-prev svg,
  .top-news .swiper-button-next svg {
    width: 15px;
  }
}
.top-news .swiper-button-prev {
  margin-right: 16px !important;
}

@media screen and (max-width: 768px) {
  .top-news .swiper-button-prev {
    margin-right: 8px !important;
  }
}
.top-news .swiper-button-prev svg {
  transform: translate(-50%, -70%) scale(-1, 1);
}

.top-news .news-all-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .top-news .news-all-link {
    margin-right: 32px;
  }
}
.top-news .news-all-link span {
  position: relative;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: r;
  font-weight: 400;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .top-news .news-all-link span {
    font-size: 1.3rem;
  }
}
.top-news .news-all-link span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 10px;
  display: block;
}

.top-faq {
  position: relative;
  width: 100%;
  max-width: 1126px;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 1262.8345534407px) {
  .top-faq {
    width: 87.8477306003%;
  }
}
@media screen and (max-width: 1120px) {
  .top-faq {
    width: 89vw;
  }
}
@media screen and (max-width: 768px) {
  .top-faq {
    display: block;
  }
}
.top-faq--l {
  width: 286px;
}

@media screen and (max-width: 768px) {
  .top-faq--l {
    width: 100%;
  }
}
.top-faq--r {
  width: calc(100% - 286px);
  margin: auto;
}

@media screen and (max-width: 768px) {
  .top-faq--r {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-faq__title {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
}
.top-faq__title--en {
  position: absolute;
  top: 0;
  left: -73px;
}

@media screen and (max-width: 768px) {
  .top-faq__title--en {
    position: relative;
    top: auto;
    left: auto;
  }
}
.top-faq__title--jp {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .top-faq__title--jp {
    width: calc(100% - 26px);
    padding-right: 26px;
    font-size: 2.4rem;
    text-align: center;
  }
}
.faq-list {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}

.faq-list__item {
  display: flex;
  align-items: center;
}

.faq-list__item.q {
  border-top: 1px solid #eaeaea;
  padding: 30px 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .faq-list__item.q {
    padding: 24px 0;
  }
}
.faq-list__item.a {
  padding: 20px;
  background-color: #fafafa;
  margin-bottom: 30px;
  display: none;
}

@media screen and (max-width: 768px) {
  .faq-list__item.a {
    margin-bottom: 24px;
  }
}
.faq-list__item--inner {
  display: flex;
}

.faq-list__item.q .faq-list__item--inner {
  width: calc(100% - 33px);
}

.faq-list__item--en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: r;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.3;
  width: 40px;
}

@media screen and (max-width: 768px) {
  .faq-list__item--en {
    width: 30px;
    font-size: 1.8rem;
  }
}
.faq-list__item--text {
  display: block;
  width: calc(100% - 40px);
  font-size: 1.5rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .faq-list__item--text {
    width: calc(100% - 30px);
    font-size: 1.4rem;
  }
}
.faq-list__item--trigger {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  .faq-list__item--trigger {
    width: 33px;
    height: 33px;
  }
}
.faq-list__item--trigger span {
  width: 13px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (max-width: 768px) {
  .faq-list__item--trigger span {
    width: 11px;
  }
}
.faq-list__item--trigger span:nth-of-type(1) {
  transform: translate(-50%, -50%);
}

.faq-list__item--trigger span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list__item.is-open .faq-list__item--trigger span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(0);
}

.top-ig__title {
  text-align: center;
}

.top-ig__title__link {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: r;
  font-weight: 400;
  font-size: 3rem;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .top-ig__title__link {
    font-size: 2.6rem;
  }
}
.top-ig__title__link span {
  position: relative;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .top-ig__title__link span {
    padding-right: 32px;
  }
}
.top-ig__title__link span::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/common/icon_ig.svg") 50% 50% no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .top-ig__title__link span::after {
    width: 22px;
    height: 22px;
  }
}
.top-ig__cont {
  width: 100%;
  margin-top: 50px;
  display: flex;
  overflow: hidden;
  gap: 0 40px;
}

@media screen and (max-width: 768px) {
  .top-ig__cont {
    margin-top: 40px;
    gap: 0 24px;
  }
}
.top-ig__list {
  display: flex;
  gap: 0 40px;
}

.top-ig__list:first-of-type {
  animation: infinity-scroll 100s -50s infinite linear;
}

.top-ig__list:nth-of-type(2) {
  animation: infinity-scroll2 100s infinite linear;
}

@media screen and (max-width: 768px) {
  .top-ig__list {
    gap: 0 24px;
  }
}
.top-ig__list li {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .top-ig__list li {
    width: 200px;
  }
}
.top-ig__list a {
  display: block;
  width: 100%;
  height: 100%;
}

.top-ig__list img {
  width: 100%;
  height: auto;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
@keyframes infinity-scroll {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media screen and (min-width: 1121px) {
  .top-sns__link {
    transition: all 0.5s;
  }
  .top-sns__link:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1121px) {
  .top-brand__link {
    transition: all 0.5s;
  }
  .top-brand__link:hover .top-brand__link__image img {
    transform: scale(1.03);
  }
  .top-brand__link:hover .top-brand__link__text,
  .top-brand__link:hover .top-brand__link__title {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1121px) {
  .top-brand__link__image img {
    transition: all 0.5s;
  }
}
@media screen and (min-width: 1121px) {
  .top-brand__link__text,
  .top-brand__link__title {
    transition: all 0.5s;
  }
}
@media screen and (min-width: 1121px) {
  .top-about__button {
    transition: all 0.5s;
  }
  .top-about__button:hover {
    background-color: #000;
    color: #fff;
  }
  .top-about__button:hover path {
    stroke: #fff;
  }
}
.top-topics__image {
  transition: all 0.5s;
}

@media screen and (min-width: 1121px) {
  .top-topics__link {
    transition: all 0.5s;
  }
  .top-topics__link:hover .top-topics__image {
    transform: scale(1.03);
  }
}
@media screen and (min-width: 1121px) {
  .products-navi button {
    transition: all 0.5s;
  }
  .products-navi button:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1121px) {
  .products__link a span::after {
    transition: all 0.5s;
  }
}
@media screen and (min-width: 1121px) {
  .products__link a {
    transition: all 0.5s;
  }
  .products__link a:hover span::after {
    width: 0;
  }
}
@media screen and (min-width: 1121px) {
  .top-news .swiper-button-prev,
  .top-news .swiper-button-next {
    transition: all 0.5s;
  }
  .top-news .swiper-button-prev:hover,
  .top-news .swiper-button-next:hover {
    background-color: #000;
  }
  .top-news .swiper-button-prev:hover path,
  .top-news .swiper-button-next:hover path {
    stroke: #fff;
  }
}
@media screen and (min-width: 1121px) {
  .top-news .news-all-link span::after {
    transition: all 0.5s;
  }
}
@media screen and (min-width: 1121px) {
  .top-news .news-all-link {
    transition: all 0.5s;
  }
  .top-news .news-all-link:hover span::after {
    width: 0;
  }
}
@media screen and (min-width: 1121px) {
  .faq-list__item.q:hover .faq-list__item--trigger {
    background-color: #000;
  }
  .faq-list__item.q:hover .faq-list__item--trigger span {
    background-color: #fff;
  }
}
@media screen and (min-width: 1121px) {
  .top-ig__title__link {
    transition: all 0.5s;
  }
  .top-ig__title__link:hover {
    opacity: 0.5;
  }
}
.kimuchi,
.rice {
  display: none !important;
}

#page_homepage:has(input#kimuchi:checked) .kimuchi,
#page_homepage:has(input#rice:checked) .rice {
  display: block !important;
}

.changable_tab {
  font-size: 2.5rem;
  position: fixed;
  right: 0;
  bottom: 20vh;
  z-index: 100;
}
.changable_tab .sec__inner {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.changable_tab .sec__inner label {
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 4em;
  border-radius: 0.5em 0 0 0.5em;
  color: #fff;
  writing-mode: vertical-rl;
  border: 1px solid #8b1700;
}
.changable_tab .sec__inner label:nth-of-type(1) {
  background-color: #ff370f;
}
.changable_tab .sec__inner label:nth-of-type(2) {
  background-color: #229200;
  border-color: #104700;
}
.changable_tab .sec__inner label:has(input#kimuchi:checked) {
  color: #8b1700;
  background-color: #fff;
  border-color: #8b1700;
}
.changable_tab .sec__inner label:has(input#rice:checked) {
  color: #104700;
  background-color: #fff;
  border-color: #104700;
}
.changable_tab .sec__inner label input {
  display: none;
}/*# sourceMappingURL=kaneshiro.css.map */