html {
  scroll-behavior: smooth;
}

body {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  overflow-x: hidden;
}

section:not(.mv):not(.company) {
  padding: 60px 0;
}

.mb_40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  .mb_40 {
    margin-bottom: 20px;
  }
}

.mb_60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 520px) {
  .mb_60 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 520px) {
  .pc {
    display: none;
  }
}

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

br.sp {
  display: none;
}
@media screen and (max-width: 520px) {
  br.sp {
    display: inline;
  }
}

.ttl {
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 520px) {
  .ttl {
    font-size: 7vw;
  }
}
.ttl .en {
  letter-spacing: 0.2em;
}
.ttl span {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 60%;
  display: block;
  margin-top: 16px;
  letter-spacing: 0.1em;
}

.read {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  .read {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.6;
  }
}

.en {
  font-family: "minion-pro", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 520px) {
  .flex {
    gap: 32px;
  }
}
.flex__img {
  width: calc(50% - 30px);
}
@media screen and (max-width: 520px) {
  .flex__img {
    width: 100%;
    order: 2;
  }
}
.flex__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flex__txt {
  width: calc(50% - 30px);
}
@media screen and (max-width: 520px) {
  .flex__txt {
    width: 100%;
    order: 1;
  }
}
.flex__txt h3 {
  font-size: 28px;
  font-family: "minion-pro-display", serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width: 520px) {
  .flex__txt h3 {
    font-size: 4.8vw;
  }
}
.flex__txt img {
  width: 100%;
  height: auto;
}

.cta {
  display: flex;
  justify-content: center;
  background-color: #997c40;
  padding: 20px 0;
}
@media screen and (max-width: 520px) {
  .cta {
    font-size: 2.7vw;
  }
}
.cta:nth-of-type(2) {
  background-color: #80653c;
}
.cta a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  transition: all 0.6s;
}
.cta a:hover {
  opacity: 0.6;
}
.cta a:hover img {
  transform: translateX(10px);
}
.cta a img {
  width: 80px;
  height: auto;
  transition: all 0.6s;
}
@media screen and (max-width: 520px) {
  .cta a img {
    width: 60px;
  }
}

.header {
  position: relative;
}
.header__inner {
  background-color: #eae9e6;
  height: 130px;
}
@media screen and (max-width: 520px) {
  .header__inner {
    height: 90px;
  }
}
.header__logo {
  position: absolute;
  top: 18px;
  left: 30px;
}
@media screen and (max-width: 520px) {
  .header__logo {
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }
}
.header__logo img {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 520px) {
  .header__logo img {
    width: 110px;
  }
}
.header .lang {
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 18px;
  color: #80581a;
}
@media screen and (max-width: 520px) {
  .header .lang {
    top: 10px;
    right: 10px;
    font-size: 14px;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #80581a;
  padding: 10px 0;
}
@media screen and (max-width: 520px) {
  .header__nav {
    position: absolute;
    top: 30px;
    right: 10px;
    background-color: transparent;
    gap: 12px;
  }
}
.header__nav li a {
  font-size: 16px;
  color: #fff;
  transition: all 0.6s;
}
@media screen and (max-width: 520px) {
  .header__nav li a {
    font-size: 12px;
    color: #000;
  }
}
.header__nav li a:hover {
  color: #333;
}

.mv {
  position: relative;
  width: 100vw;
  height: calc(100vh - 168px);
}
@media screen and (max-width: 520px) {
  .mv {
    height: 50vh;
  }
}
.mv__bg {
  width: 100%;
  height: 100%;
}
.mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__txt {
  position: absolute;
  bottom: 100px;
  left: 5vw;
  font-family: "minion-pro-display", serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .mv__txt {
    bottom: 20px;
  }
}
.mv__txt p {
  font-size: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  .mv__txt p {
    font-size: 3.8vw;
  }
}
.mv__txt p:first-child {
  margin-bottom: 24px;
}
@media screen and (max-width: 520px) {
  .mv__txt p:first-child {
    margin-bottom: 0;
  }
}

.taste {
  background-color: #eae9e6;
}

.process__content:not(:last-child) {
  margin-bottom: 60px;
}
.process .howMade h4 {
  padding: 8px 0;
  color: #fff;
  background-color: #997c40;
  text-align: center;
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 520px) {
  .process .howMade h4 {
    font-size: 17px;
  }
}
.process .howMade h4:nth-of-type(2) {
  margin-top: 16px;
}
.process .howMade__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 520px) {
  .process .howMade__wrap {
    gap: 16px;
  }
}
.process .howMade__content {
  position: relative;
  width: calc((100% - 72px) / 4);
}
@media screen and (max-width: 520px) {
  .process .howMade__content {
    width: calc((100% - 48px) / 4);
  }
}
.process .howMade__content:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 27%;
  right: -22px;
  width: 25px;
  height: 8px;
  background-image: url(../img/arrow_howMade.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 520px) {
  .process .howMade__content:not(:last-child)::after {
    right: -13px;
    bottom: 7px;
    width: 16px;
    height: 5px;
  }
}
.process .howMade__content img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.process .howMade__content p {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
}
@media screen and (max-width: 520px) {
  .process .howMade__content p {
    font-size: 12px;
  }
}

.attempt h2 {
  font-size: 24px;
  text-align: center;
  color: #110c0b;
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  .attempt h2 {
    font-size: 3.7vw;
  }
}
.attempt__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
}
.attempt__content {
  width: calc((100% - 64px) / 4);
}
@media screen and (max-width: 520px) {
  .attempt__content {
    width: calc((100% - 16px) / 2);
  }
}
.attempt__content img {
  width: 100%;
  height: auto;
}
.attempt__content h3 {
  font-size: 15px;
  color: #80581a;
  line-height: 1.5;
  min-height: 45px;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 24px auto 8px auto;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .attempt__content h3 {
    font-size: 3.1vw;
    margin: 8px auto 8px auto;
  }
}
.attempt__content .read {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 520px) {
  .attempt__content .read {
    font-size: 11px;
  }
}

.product {
  background-color: #997c40;
  color: #fff;
}
.product .ttl + .read {
  text-align: center;
  margin: 24px auto 60px auto;
}
.product__content:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 520px) {
  .product .flex__txt {
    order: 2;
  }
}
@media screen and (max-width: 520px) {
  .product .flex__img {
    order: 1;
  }
}
.product .box {
  padding: 12px 24px;
  background-color: #80653c;
}
@media screen and (max-width: 520px) {
  .product .box {
    padding: 8px 12px;
  }
}
.product h4 {
  margin-top: 100px;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 520px) {
  .product h4 {
    font-size: 4.8vw;
  }
}
.product h4 + .read {
  text-align: center;
}

.cacao {
  background-color: #eae9e6;
}

@media screen and (max-width: 520px) {
  .customer .ttl span {
    font-size: 14px;
  }
}
.customer__content {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 40px;
}
.customer__content.yava .customer__ttl img {
  width: 160px;
}
@media screen and (max-width: 520px) {
  .customer__content.yava .customer__ttl img {
    width: 80px;
  }
}
.customer__content.korte .customer__ttl img {
  width: 75px;
}
@media screen and (max-width: 520px) {
  .customer__content.korte .customer__ttl img {
    width: 40px;
  }
}
.customer__content.shuka .customer__img img {
  width: 220px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .customer__content.shuka .customer__img img {
    width: 120px;
  }
}
.customer__content.shuka .customer__ttl img {
  width: 170px;
}
@media screen and (max-width: 520px) {
  .customer__content.shuka .customer__ttl img {
    width: 100px;
  }
}
.customer__content.littleMotherHouse .customer__ttl img {
  width: 400px;
}
@media screen and (max-width: 520px) {
  .customer__content.littleMotherHouse .customer__ttl img {
    width: 240px;
    transform: translateY(-5px);
  }
}
.customer__txt {
  width: 55%;
}
@media screen and (max-width: 520px) {
  .customer__txt {
    width: 100%;
    order: 2;
  }
}
.customer__txt h5 {
  font-size: 18px;
  color: #80581a;
  margin-bottom: 16px;
}
@media screen and (max-width: 520px) {
  .customer__txt h5 {
    font-size: 16px;
  }
}
.customer__img {
  width: calc(45% - 40px);
}
@media screen and (max-width: 520px) {
  .customer__img {
    width: 100%;
    order: 1;
  }
}
.customer__img p {
  margin-bottom: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  color: #80581a;
}
@media screen and (max-width: 520px) {
  .customer__img p {
    margin-bottom: 12px;
    font-size: 13px;
  }
}
.customer__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 520px) {
  .customer__img img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
}
.customer__ttl {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  width: 90%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #80581a;
}
.customer__ttl span {
  padding: 4px 8px;
  color: #fff;
  background-color: #997c40;
}
@media screen and (max-width: 520px) {
  .customer__ttl span {
    font-size: 12px;
  }
}
.customer__ttl .en {
  font-size: 24px;
}
@media screen and (max-width: 520px) {
  .customer__ttl .en {
    font-size: 4.5vw;
  }
}
.customer__ttl img {
  height: auto;
}
.customer__box {
  position: relative;
  padding: 12px 24px 12px 12px;
  border-left: 2px solid #997c40;
  background-color: #eae9e6;
}
.customer__box::after {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  background-color: #fff;
}
.customer__box dt {
  color: #997c40;
  margin-bottom: 8px;
}
.customer__box dd {
  padding-left: 1em;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 520px) {
  .customer__box dd {
    font-size: 12px;
  }
}

.tour {
  background-color: #eae9e6;
}
.tour .ttl + p {
  text-align: center;
  margin-bottom: 40px;
}
.tour .date {
  margin-bottom: 60px;
}
.tour .date p {
  margin-bottom: 8px;
  color: #80581a;
}
@media screen and (max-width: 520px) {
  .tour .date p {
    font-size: 12px;
  }
}
.tour .date img {
  width: 100%;
  height: auto;
}
.tour__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 8px;
  align-items: flex-start;
}
.tour__content {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 520px) {
  .tour__content {
    width: calc((100% - 8px) / 2);
  }
}
.tour__content img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.tour__content .read {
  text-align: center;
}
@media screen and (max-width: 520px) {
  .tour__content .read {
    font-size: 12px;
  }
}

.contact .ttl + p {
  text-align: center;
  margin-bottom: 40px;
}
.contact .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 300px;
  margin: 0 auto;
  padding: 24px 0;
  color: #fff;
  background-color: #80581a;
  border-radius: 10px;
  transition: all 0.6s;
}
.contact .btn:hover {
  opacity: 0.6;
}
.contact .btn:hover img {
  transform: translateX(10px);
}
.contact .btn img {
  width: 30px;
  height: auto;
  transition: all 0.6s;
}

.company {
  background-color: #281905;
  padding: 150px 0;
}
@media screen and (max-width: 520px) {
  .company {
    padding: 60px 0;
  }
}
.company .container {
  max-width: 800px;
}
.company .ttl {
  color: #e3c791;
}
.company .ttl span {
  color: #fff;
}
.company__content dl {
  display: flex;
  align-items: flex-start;
}
.company__content dl:not(:last-child) {
  margin-bottom: 16px;
}
.company__content dl dt {
  color: #e3c791;
  min-width: 180px;
  line-height: 1.6;
}
@media screen and (max-width: 520px) {
  .company__content dl dt {
    font-size: 12px;
    min-width: 130px;
  }
}
.company__content dl dd {
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 520px) {
  .company__content dl dd {
    font-size: 12px;
  }
}
@media screen and (max-width: 520px) {
  .company__content dl dd dl {
    flex-wrap: wrap;
  }
}
.company__content dl dd dl dt {
  color: #fff;
}
@media screen and (max-width: 520px) {
  .company__content dl dd dl dt {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .company__content dl dd dl dd {
    width: 100%;
  }
}

.footer {
  padding: 24px 0;
  background-color: #281905;
}
.footer__copy {
  color: #fff;
  text-align: center;
}