body {
  background: linear-gradient(to right, #FFFEFA, #FAF9F0);
  font-size: 14px;
  line-height: 2em;
  color: #4D3C1F;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}

.LanguageSelector
{
  color: #444;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  cursor: pointer;
}

.LanguageSelector:hover
{
  color: #eee;
}

.ActiveLanguage
{
  color: #000;
  text-decoration: underline;
}

input {
  -webkit-appearance: none;
}

img, object {
  max-width: 100%;
  height: auto;
}

.header {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  font-family: 'Poppins', sans-serif
  padding: 0 30px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(250, 249, 240, 0.5), transparent);
}

@media screen and (max-width: 768px) {
  .header {
    position: relative;
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .header {
    padding: 0 10px;
  }
}

.header__inner {
  max-width: 1280px;
  height: 90px;
  align-items: center;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .header__inner {
    height: auto;
    padding: 20px 0 10px;
  }
}

.header__logo {
  font-size: 28px;
  line-height: 1.5em;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .header__logo {
    font-size: 22px;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 480px) {
  .header__logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.header__nav {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .header__nav {
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 20px;
  }
}

.header__nav-item:not(:first-child) {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .header__nav-item:not(:first-child) {
    margin-left: 15px;
  }
}

@media screen and (max-width: 480px) {
  .header__nav-item:not(:first-child) {
    margin-left: 0;
  }
}

.header__nav-item a {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .header__nav-item a {
    font-size: 14px;
    line-height: 1.5em;
  }
}

.header__nav-item a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #4D3C1F;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}

@media screen and (max-width: 768px) {
  .header__nav-item a:after {
    display: none;
  }
}

.header__nav-item a:hover:after, .header__nav-item a:active:after {
  transform: scale(1);
}

.header__nav-item--contact a {
  border: 1px solid #4D3C1F;
  border-radius: 50px;
  padding: 5px 20px;
  transition: background 0.3s, color 0.3s;
}

@media screen and (max-width: 768px) {
  .header__nav-item--contact a {
    padding: 5px 10px;
  }
}

.header__nav-item--contact a:after {
  display: none;
}

.header__nav-item--contact a:link, .header__nav-item--contact a:visited {
  color: #4D3C1F;
}

.header__nav-item--contact a:hover, .header__nav-item--contact a:active {
  color: #fff;
  background: #4D3C1F;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: #4D3C1F;
}

a:hover, a:active {
  color: #4D3C1F;
}

.kv {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
}

.kv__item {
  float: left;
  outline: none;
}

.kv__item.add-animation {
  animation: zoom 10s 0s linear forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.title {
  font-size: 24px;
  line-height: 1.5em;
  margin: 0;
  font-weight: normal;
  font-family: 'Playfair Display', serif;
  text-align: left;
  margin: 0 0 60px;
}

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

@media screen and (max-width: 768px) {
  .title {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 30px;
  }
}

.about {
  margin: 0;
  width: 100%;
  overflow: hidden;
  padding: 120px 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 60px 30px;
  }
}

.about__title {
  font-weight: normal;
  text-align: center;
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .about__title {
    margin-bottom: 30px;
  }
}

.about__title-en {
  font-size: 80px;
  line-height: 1.1em;
  font-family: 'Playfair Display', serif;
}

@media screen and (max-width: 768px) {
  .about__title-en {
    font-size: 40px;
    line-height: 1.1em;
  }
}

.about__title-en:not(:last-child) {
  margin-bottom: 20px;
}

.about__title-jp {
  font-size: 24px;
  line-height: 1.6em;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .about__title-jp {
    font-size: 22px;
    line-height: 1.6em;
  }
}

.about__image {
  font-size: 0;
  line-height: 0;
}

.about__image:after {
  content: "";
  width: 100%;
  height: 0;
  clear: both;
  display: block;
}

.about__image--top {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .about__image--top {
    margin-bottom: 10px;
  }
}

.about__image--bottom {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .about__image--bottom {
    margin-bottom: 30px;
  }
}

.about__image-item {
  float: left;
  margin: 0 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .about__image-item {
    margin: 0 5px;
  }
}

.about__desc {
  text-align: center;
}

.about__desc p {
  margin: 0;
}

.about__desc p:not(:last-child) {
  margin-bottom: 1em;
}

.products {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(to bottom, #F5F4EB, transparent);
  padding: 120px 0;
}

.products .slick-list {
  zoom: 1;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .products {
    padding: 60px 0;
  }
}

.products__slider {
  margin-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .products__slider {
    margin-bottom: 20px;
  }
}

.products__slider:after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}

.products__slider-item {
  float: left;
  margin: 0 60px;
}

@media screen and (max-width: 768px) {
  .products__slider-item {
    margin: 0 10px;
  }
}

.thumbnail {
  font-size: 0;
  line-height: 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  overflow: hidden;
}

.thumbnail:after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}

.thumbnail__item {
  float: left;
  margin: 0 6px;
  outline: none;
  opacity: 0.3;
}

.thumbnail__item img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid transparent;
  box-sizing: border-box;
}

.thumbnail__item.slick-current {
  opacity: 1;
}

.thumbnail__item.slick-current img {
  border-color: #4D3C1F;
}

.slick-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  font-size: 0;
  line-height: 0;
  z-index: 1000;
  border: none;
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  top: 32%;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .slick-arrow {
    top: 55%;
  }
}

.slick-arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 1px solid #4D3C1F;
  border-right: 1px solid #4D3C1F;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 10px);
}

.slick-arrow.slick-prev {
  transform: scale(-1, 1);
  left: calc(20% - 30px);
}

@media screen and (max-width: 768px) {
  .slick-arrow.slick-prev {
    left: -10px;
  }
}

.slick-arrow.slick-next {
  right: calc(20% - 30px);
}

@media screen and (max-width: 768px) {
  .slick-arrow.slick-next {
    right: -10px;
  }
}

.item {
  outline: none;
}

.item__image {
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .item__image {
    margin-bottom: 20px;
  }
}

.item__image-item {
  width: 32%;
}

.item__image-item:first-child {
  width: 66%;
}

.item__image-item:nth-of-type(3) {
  position: absolute;
  right: 0;
  bottom: 0;
}

.item__image-item img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  overflow: hidden;
}

.item__cat {
  text-align: center;
  margin: 0 0 10px;
  font-family: 'Playfair Display', serif;
}

.item__title {
  text-align: center;
  margin: 0 0 30px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .item__title {
    margin-bottom: 20px;
  }
}

.item__desc {
  text-align: center;
}

.item__desc p {
  margin: 0;
}

.item__desc p:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .item__desc p br {
    display: none;
  }
}

.ambassador {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 60px 0 120px;
}

@media screen and (max-width: 768px) {
  .ambassador {
    padding: 30px 0 60px;
  }
}

.ambassador__image {
  width: calc(50% - 10px);
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .ambassador__image {
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
}

.ambassador__image img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  border-radius: 0 4px 4px 0;
}

.ambassador__text {
  width: calc(50% - 10px);
  box-sizing: border-box;
  padding: 0 10% 0 8%;
}

@media screen and (max-width: 768px) {
  .ambassador__text {
    width: 100%;
    padding: 0 30px;
  }
}

.ambassador__title {
  font-weight: normal;
  font-size: 26px;
  line-height: 1.5em;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .ambassador__title {
    font-size: 22px;
    line-height: 1.5em;
  }
}

.ambassador__desc {
  margin: 0 0 30px;
}

.ambassador__desc p {
  margin: 0;
}

.ambassador__desc p:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .ambassador__link {
    text-align: right;
  }
}

.btn--standard {
  display: inline-block;
  border: 1px solid #4D3C1F;
  border-radius: 50px;
  font-family: 'Playfair Display', serif;
  background: none;
  padding: 3px 20px;
  line-height: 1.6em;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  color: #4D3C1F;
}

.btn--standard:link, .btn--standard:visited {
  color: #4D3C1F;
}

.btn--standard:hover, .btn--standard:active {
  color: #fff;
  background: #4D3C1F;
}

.btn--totop {
  font-size: 0;
  line-height: 0;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 40px;
  bottom: 60px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
  z-index: 9998;
  border-top: 1px solid #4D3C1F;
}

@media screen and (max-width: 768px) {
  .btn--totop {
    bottom: 40px;
    right: 20px;
  }
}

.btn--totop:before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 1px solid #4D3C1F;
  border-right: 1px solid #4D3C1F;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 0px);
}

.btn--totop.scroll {
  pointer-events: inherit;
  opacity: 1;
  transform: translateY(0);
}

.contact {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(to bottom, #F5F4EB, transparent);
  padding: 120px 30px 60px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 60px 30px 30px;
  }
}

.contact__desc {
  margin: 0 0 60px;
  text-align: center;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .contact__desc {
    margin-bottom: 30px;
    text-align: left;
  }
}

.contact__desc p {
  margin: 0;
}

.contact__desc p:not(:last-child) {
  margin-bottom: 1em;
}

.mailform {
  display: block;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.mailform dl {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border-top: 1px solid #E6E4DC;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .mailform dl {
    margin-bottom: 15px;
    border-top: none;
    padding-top: 0;
  }
}

.mailform dl dt {
  padding: 0;
  margin: 0;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .mailform dl dt {
    width: 100%;
  }
}

.mailform dl dt sup {
  font-weight: bold;
  color: #f00;
}

.mailform dl dd {
  padding: 0;
  margin: 0;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .mailform dl dd {
    width: 100%;
  }
}

.mailform dl dd input[type="text"],
.mailform dl dd input[type="email"] {
  background: #fff;
  border: 1px solid #CCCBC4;
  width: 80%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 4px;
}

@media screen and (max-width: 480px) {
  .mailform dl dd input[type="text"],
  .mailform dl dd input[type="email"] {
    width: 100%;
  }
}

.mailform dl dd textarea {
  background: #fff;
  border: 1px solid #CCCBC4;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 4px;
}

.mailform dl dd .error {
  margin-top: 10px;
  color: #f00;
  font-size: 12px;
  line-height: 1.5em;
}

.mailform__link {
  text-align: center;
}

.gallery {
  padding: 120px 30px;
}

@media screen and (max-width: 768px) {
  .gallery {
    padding: 60px 10px 0;
  }
}

.gallery__desc {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .gallery__desc {
    margin-bottom: 30px;
  }
}

.gallery__desc p {
  margin: 0;
}

.gallery__desc p:not(:last-child) {
  margin-bottom: 1em;
}

.gallery__image {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
　 justify-items: center;
    align-items: center;
    grid-template-columns: repeat(3, 1fr); /* 3列 */
    grid-template-rows: repeat(2, auto); /* 2行 */
    gap: 10px; /* 画像間の余白（任意） */
}

.gallery__image-item {
  width: calc(100% - 5px); 
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .gallery__image-item {
    width: calc(80% - 5px);
    margin-bottom: 10px;
　justify-items: center;
   align-items: center;
  }
}

.gallery__image-item img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}

.footer {
  background: #F5F4EB;
  padding: 40px 30px;
}

.footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__logo {
  font-family: 'Poppins', sans-serif;
  font-size: 23px;
  line-height: 1.5em;
  margin-bottom: 40px;
  max-width:20%;
}

@media screen and (max-width: 768px) {
  .footer__logo {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
}

.footer__nav {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .footer__nav {
    width: 100%;
    order: 3;
  }
}

.footer__nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .footer__nav ul {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer__nav ul li a {
  display: block;
}

.footer__nav-main li {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .footer__nav-main li {
    margin-right: 20px;
  }
  .footer__nav-main li:last-child {
    margin-right: 0;
  }
}

.footer__nav-main li a {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .footer__nav-main li a {
    font-size: 14px;
    line-height: 1.5em;
  }
}

.footer__nav-sub {
  font-size: 0;
  line-height: 0;
}

.footer__nav-sub li:not(:last-child) {
  margin-right: 20px;
}

.footer__nav-sub li a img {
  width: 20px;
  height: auto;
}

.footer__info {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .footer__info {
    width: 100%;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 2em;
    order: 2;
  }
}

.footer__info p {
  margin: 0;
}

.footer__copyright {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 12px;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .footer__copyright {
    width: 100%;
    justify-content: flex-start;
    order: 4;
  }
}

@media screen and (min-width: 769px) {
  .fade {
    transition: opacity 0.8s 0.1s, transform 0.8s 0.1s;
    opacity: 0;
  }
}

.fade.move-fix {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

@media screen and (min-width: 769px) {
  .move-v {
    transition: opacity 0.8s 0.1s, transform 0.8s 0.1s;
    opacity: 0;
    transform: translate(0, 20px);
  }
}

.move-v.move-fix {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

@media screen and (min-width: 769px) {
  .move-l {
    transition: opacity 0.8s 0.1s, transform 0.8s 0.1s;
    opacity: 0;
    transform: translate(20px, 0);
  }
}

.move-l.move-fix {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

@media screen and (min-width: 769px) {
  .move-r {
    transition: opacity 0.8s 0.1s, transform 0.8s 0.1s;
    opacity: 0;
    transform: translate(-20px, 0);
  }
}

.move-r.move-fix {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.thanks {
  position: fixed;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  color: #fff;
  background: rgba(77, 60, 31, 0.9);
  z-index: 9999;
  transform: translateY(150px);
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.thanks.active {
  transform: translateY(0);
  opacity: 1;
}