@import url('href="https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zen+Kaku+Gothic+New&display=swap" rel="stylesheet');
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

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

input[type=button],
input[type=submit],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

select {
  border-radius: 0;
}

a,
input,
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  html .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html .pc {
    display: none !important;
  }
  html * {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

body {
  background-color: #f6f0e4;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #462d28;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
body a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  header {
    position: absolute;
    top: 5rem;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
  }
  header nav {
    transform: translate3d(0, -100vh, 0);
    overflow-y: scroll;
    position: absolute !important;
    left: 0;
    top: 0;
    padding: 20px;
    height: 100vh;
    background-color: #9b806b;
    width: 100vw;
    text-align: center;
    padding: 15rem 0 0 0;
    display: flex;
    justify-content: center;
    transition: transform cubic-bezier(0.47, 0, 0.745, 0.715) 500ms;
  }
  header nav ul {
    width: 40vw;
  }
  header nav ul li {
    margin-bottom: 5rem;
    border-bottom: solid 1px #f5f0e4;
    padding-bottom: 1rem;
  }
  header .right-contents {
    position: absolute;
    top: 2rem;
    right: 1rem;
  }
}

header,
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 3;
}
header .inner nav,
footer .inner nav {
  z-index: 1;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  header .inner nav ul,
  footer .inner nav ul {
    display: flex;
    padding-left: 10rem;
    align-items: center;
    gap: 0 4rem;
  }
}
header .inner nav ul li a,
footer .inner nav ul li a {
  color: #f5f0e4;
}
header .right-contents,
footer .right-contents {
  padding-right: 10rem;
  display: flex;
  align-items: center;
  gap: 0 4rem;
}
@media screen and (max-width: 767px) {
  header .right-contents,
  footer .right-contents {
    padding-right: 1rem;
  }
}
header .right-contents a,
footer .right-contents a {
  color: #f5f0e4;
  font-family: "Roboto", sans-serif;
}
header .right-contents a.shop-btn,
footer .right-contents a.shop-btn {
  background-color: #462d28;
  width: 140px;
  height: 30px;
  display: grid;
  place-content: center;
  border-radius: 100vmax;
  line-height: 1em;
}
header .right-contents a.instagram-icon,
footer .right-contents a.instagram-icon {
  display: inline-block;
  width: 30px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .menu-trigger {
    left: 14px;
    top: 10px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    z-index: 2;
    background: transparent;
    padding: 10px 10px;
    position: absolute;
  }
  .menu-trigger span {
    width: 20px;
    height: 1px;
    background: #fff;
    position: relative;
    display: block;
    transition: transform cubic-bezier(0.47, 0, 0.745, 0.715) 500ms;
  }
  .menu-trigger span:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 10px;
    transform: rotate(0);
    transition: transform cubic-bezier(0.47, 0, 0.745, 0.715) 500ms;
  }
  .menu-trigger span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 20px;
    transform: rotate(0);
    transition: transform cubic-bezier(0.47, 0, 0.745, 0.715) 500ms;
  }
}
.menu-show header .inner .menu-trigger span {
  background: transparent;
}
.menu-show header .inner .menu-trigger span:before {
  transform: rotate(45deg);
}
.menu-show header .inner .menu-trigger span:after {
  transform: rotate(-45deg);
  top: 10px;
}
.menu-show header .inner nav {
  transform: translateY(0vh);
}

main .deco {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
main .section-first-view .inner {
  position: relative;
}
main .section-first-view .inner h1 {
  width: 70%;
  height: auto;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
main .section-first-view .inner p {
  writing-mode: vertical-rl;
  position: absolute;
  top: 15%;
  right: 20%;
  color: #f5f0e4;
  font-size: 2.4rem;
  letter-spacing: 0.3em;
  font-family: "Sawarabi Mincho", serif;
  z-index: 2;
  height: 200px;
  width: 30px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  main .section-first-view .inner p {
    font-size: 1.6rem;
    right: 50vw;
    transform: translateX(50%);
    top: 30vw;
  }
}
main .section-first-view .inner .swiper-button-prev,
main .section-first-view .inner .swiper-button-next {
  z-index: 4;
}
main .section-first-view .inner .swiper-button-prev .arrow,
main .section-first-view .inner .swiper-button-prev .circle,
main .section-first-view .inner .swiper-button-next .arrow,
main .section-first-view .inner .swiper-button-next .circle {
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  main .section-first-view .inner .swiper-button-prev,
  main .section-first-view .inner .swiper-button-next {
    width: 6vw;
    height: 6vw;
  }
}
@media screen and (min-width: 768px) {
  main .section-first-view .inner .swiper-button-prev:hover .circle,
  main .section-first-view .inner .swiper-button-next:hover .circle {
    fill: #f5f0e4;
    stroke: #f5f0e4;
  }
  main .section-first-view .inner .swiper-button-prev:hover .arrow,
  main .section-first-view .inner .swiper-button-next:hover .arrow {
    fill: #9b806b;
  }
}
main .section-first-view .inner .swiper-button-prev::after,
main .section-first-view .inner .swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 768px) {
  main .section-first-view .inner .swiper-button-prev {
    left: 4rem;
  }
}
@media screen and (min-width: 768px) {
  main .section-first-view .inner .swiper-button-next {
    right: 4rem;
  }
}
main .section-about {
  color: #b6a291;
}
main .section-about .inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  main .section-about .inner {
    padding: 0 0 4rem 0;
  }
}
main .section-about .inner .deco {
  position: absolute;
  left: 0;
  top: 5%;
  color: #b6a291;
}
@media screen and (max-width: 767px) {
  main .section-about .inner .deco {
    left: 7vw;
    top: 7vw;
    color: #f5f0e4;
    z-index: 1;
  }
}
main .section-about .inner ul {
  padding: 20rem 0;
}
@media screen and (max-width: 767px) {
  main .section-about .inner ul {
    padding: 0;
  }
}
main .section-about .inner ul li {
  display: flex;
  justify-content: space-between;
  gap: 0 10rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main .section-about .inner ul li {
    flex-direction: column-reverse;
  }
}
main .section-about .inner ul li .text-area h3 {
  font-size: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  main .section-about .inner ul li .text-area h3 {
    text-align: center;
    margin-bottom: 0;
    padding-top: 2rem;
  }
}
main .section-about .inner ul li .text-area p {
  font-size: 1.5rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  main .section-about .inner ul li .text-area p {
    padding: 3rem;
  }
}
main .section-about .inner ul li.one {
  max-width: 920px;
  margin: 0 auto 9.5rem auto;
}
main .section-about .inner ul li.one .text-area {
  max-width: 390px;
}
main .section-about .inner ul li.one picture {
  transform: translate3d(0, -1px, 0);
}
main .section-about .inner ul li.two {
  max-width: 1030px;
  margin-bottom: 2rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  main .section-about .inner ul li.two {
    margin-bottom: 2rem;
  }
}
main .section-about .inner ul li.two .text-area {
  max-width: 360px;
}
main .section-about .inner ul li.three {
  max-width: 1070px;
  margin: 0 auto;
}
main .section-about .inner ul li.three .text-area {
  max-width: 290px;
}
@media screen and (min-width: 768px) {
  main .section-about .inner ul li:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  main .section-about .inner ul li .img {
    width: calc(100% - 390px);
  }
}
main .section-vision {
  background-color: #faf7f2;
}
main .section-vision .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  main .section-vision .inner {
    display: flex;
    justify-content: space-between;
    gap: 0 10rem;
    align-items: center;
    padding: 8rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  main .section-vision .inner {
    padding: 0 0 3rem 0;
  }
}
main .section-vision .inner .text-area {
  max-width: 480px;
  color: #b6a291;
}
@media screen and (max-width: 767px) {
  main .section-vision .inner .text-area {
    padding: 3rem 0;
  }
}
main .section-vision .inner .text-area h3 {
  font-size: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  main .section-vision .inner .text-area h3 {
    text-align: center;
    margin-bottom: 0;
  }
}
main .section-vision .inner .text-area p {
  font-size: 1.5rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  main .section-vision .inner .text-area p {
    padding: 3rem;
  }
}
main .section-profile {
  background-color: #cab49f;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main .section-profile {
    background-color: #e4d6bd;
  }
}
main .section-profile .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 5rem 2rem;
  position: relative;
}
main .section-profile .inner .deco {
  position: absolute;
  top: 10%;
  right: -12%;
  color: #f5f0e4;
}
@media screen and (max-width: 767px) {
  main .section-profile .inner .deco {
    left: 7vw;
    right: auto;
    top: 10vw;
    color: #b6a291;
  }
}
@media screen and (min-width: 768px) {
  main .section-profile .inner .profile-container {
    display: flex;
    justify-content: space-between;
    gap: 0 17rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  main .section-profile .inner .profile-container .chef-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 70vw;
  }
}
main .section-profile .inner .profile-container .text-area {
  color: #f5f0e4;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  main .section-profile .inner .profile-container .text-area {
    padding: 37rem 3rem 0 3rem;
    margin: 0 auto;
    color: #b6a291;
  }
}
main .section-profile .inner .profile-container .text-area hgroup {
  font-size: 1.7rem;
  margin-bottom: 4rem;
}
main .section-profile .inner .profile-container .text-area hgroup p {
  margin-bottom: 0.5rem;
}
main .section-profile .inner .profile-container .text-area p {
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  main .section-profile .inner .profile-container .text-area p {
    font-size: 1.4rem;
  }
}
main .section-info {
  background-color: #bea28c;
}
main .section-info .inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 5rem 2rem;
}
main .section-info .inner .deco {
  position: absolute;
  left: -2%;
  top: 10%;
  color: #f5f0e4;
}
@media screen and (max-width: 767px) {
  main .section-info .inner .deco {
    left: 5vw;
    top: 10vw;
  }
}
@media screen and (min-width: 768px) {
  main .section-info .inner .info-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 8rem;
  }
}
main .section-info .inner .info-container .text-area {
  color: #f5f0e4;
}
@media screen and (min-width: 768px) {
  main .section-info .inner .info-container .text-area {
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  main .section-info .inner .info-container .text-area {
    padding: 10rem 5rem;
  }
}
main .section-info .inner .info-container .text-area table {
  margin-bottom: 3rem;
}
main .section-info .inner .info-container .text-area table tr th,
main .section-info .inner .info-container .text-area table tr td {
  text-align: left;
  padding: 0.5rem 0;
}
main .section-info .inner .info-container .text-area table tr th {
  width: 20%;
}
@media screen and (max-width: 767px) {
  main .section-info .inner .info-container .text-area table tr th {
    width: 30%;
  }
}
main .section-info .inner .info-container .text-area p {
  line-height: 2;
  margin-bottom: 3rem;
}
main .section-info .inner .info-container .text-area .map-link {
  color: #bea28c;
  background-color: #f5f0e4;
  border-radius: 100vmax;
  width: 140px;
  height: 30px;
  display: grid;
  place-content: center;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  main .section-info .inner .info-container .text-area .map-link {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  main .section-info .inner .info-container .info-img {
    display: none;
  }
}
main .section-info .inner .info-container .info-img {
  width: 50vw;
  margin: 0 calc(50% - 50vw);
}
footer {
  background-color: #9b806b;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 8rem 0 15rem 0;
  }
}
@media screen and (max-width: 767px) {
  footer .right-contents {
    padding: 6rem 0 10rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: -1;
  }
}
footer .copy {
  color: #f5f0e4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  footer .copy {
    bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  footer .copy {
    bottom: 5vw;
  }
}/*# sourceMappingURL=style.css.map */