html {
  font-size: 16px;
}

body {
  font-family: "Zen Old Mincho", serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

input,
button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.fv__inner {
  background-image: url(../images/fv-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 67px;
  z-index: 2;
  position: relative;
}

.fv__logo-bg {
  height: 170px;
}
@media screen and (max-width: 768px) {
  .fv__logo-bg {
    height: 120px;
  }
}

.fv__logo {
  width: 157px;
  aspect-ratio: 157/100;
  margin-inline: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .fv__logo {
    width: 125px;
    aspect-ratio: 125/80;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.fv__title {
  background-image: url(../images/fv-1.jpg);
  aspect-ratio: 1200/675;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  max-height: 675px;
  margin-inline: auto;
  position: relative;
}

.fv__texttitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  line-height: 1.15;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fv__texttitle {
    font-size: 38px;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .fv__texttitle {
    font-size: 28px;
  }
}

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

.rebon {
  max-width: 214px;
  position: absolute;
  top: 0;
  left: 0;
}

.about {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 300px;
  margin-top: -200px;
  padding-bottom: 300px;
}
@media screen and (max-width: 768px) {
  .about {
    margin-top: -250px;
    padding-bottom: 230px;
  }
}

.inner {
  max-width: 1000px;
  padding-left: 5%;
  padding-right: 5%;
  margin-inline: auto;
}

.ttl {
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  font-size: 60px;
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl {
    font-size: 40px;
    line-height: 1.725;
    letter-spacing: 0.05em;
  }
}

.cacao__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  .cacao__box {
    flex-direction: column;
    padding-top: 50px;
  }
}

.cacao__img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .cacao__img {
    min-width: 27%;
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .cacao__text {
    padding-top: 50px;
  }
}

.text {
  width: 46%;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .text {
    width: 100%;
    font-size: 16px;
  }
}

.taste {
  padding-top: 195px;
}
@media screen and (max-width: 768px) {
  .taste {
    padding-top: 150px;
  }
}

.tast__img {
  width: 47%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .tast__img {
    min-width: 27%;
    width: 70%;
  }
}

.taste__box {
  padding-top: 120px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .taste__box {
    flex-direction: column-reverse;
    padding-top: 80px;
  }
}

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

.footer {
  background-color: #1F120B;
  text-align: center;
}

.footer__copyright {
  display: inline-block;
  padding-top: 110px;
  padding-bottom: 110px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding-top: 65px;
    padding-bottom: 65px;
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */