/*!
foundation > reset
------------------------------
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  display: block;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  *font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

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

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
foundation > base
------------------------------
*/
body {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  color: #444949;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}

/*!
utility > utility
------------------------------
*/
.ptb {
  padding: 80px 0 !important;
}
@media screen and (max-width: 767px) {
  .ptb {
    padding: 64px 0 !important;
  }
}

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

.hidden-lg {
  display: block;
}
@media screen and (max-width: 1079px) {
  .hidden-lg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hidden-lg {
    display: block;
  }
}

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

.u-visually-hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
}

/*!
component > button
------------------------------
*/
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 360px;
  width: 100%;
  height: 70px;
  padding: 10px 20px;
  background-color: #28a6a5;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s;
}
.button::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icon-arrow-white.svg) no-repeat center/contain;
  transition: background-image 0.3s;
}
.button:hover {
  background-color: #ffffff;
  border-color: #28a6a5;
  color: #28a6a5;
}
.button:hover::after {
  background-image: url(../images/icon-arrow-green.svg);
}

.button-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 125px;
  width: 100%;
  height: 43px;
  padding: 8px 10px;
  background-color: #28a6a5;
  border: 1px solid transparent;
  border-radius: 20px;
  line-height: 0;
  letter-spacing: 0;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.4s;
}
.button-contact:hover {
  transform: scale(1.2);
  background-color: #ffffff;
  border-color: #28a6a5;
  color: #28a6a5;
}
@media screen and (max-width: 767px) {
  .button-contact {
    border: 1px solid #ffffff;
  }
}

.button-simple {
  text-transform: uppercase;
  line-height: 1.5;
  display: inline-block;
  padding-inline: 10px;
  padding-bottom: 6px;
  position: relative;
  overflow: hidden;
}
.button-simple::after {
  content: "";
  width: 100%;
  height: 5px;
  background: url(../images/icon-arrow-black.svg) no-repeat center/cover;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: all 0.4s;
}
.button-simple:hover::after {
  left: 50%;
  transform: translateX(-50%);
}

/*!
component > title
------------------------------
*/
.title {
  display: inline-block;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.5;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
}
.title::after {
  content: "";
  width: 81px;
  height: 1px;
  background-color: #28a6a5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.title-center {
  display: block;
  text-align: center;
}

/*!
layout > header
------------------------------
*/
.header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 77px;
  background-color: #ffffff;
  z-index: 60;
}
@media screen and (max-width: 767px) {
  .header {
    height: 67px;
  }
}

.header-inner {
  width: inherit;
  height: 100%;
  max-width: 1357px;
  padding-inline: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 199px;
}

.header-logo__img {
  aspect-ratio: 199/73;
}

@media screen and (max-width: 767px) {
  .header-nav {
    background-color: #28a6a5;
    position: fixed;
    right: 0;
    top: 0;
    width: 320px;
    height: 100%;
    padding: 120px 60px;
    z-index: 50;
    transform: translateX(100%);
    transition: transform 0.4s;
  }
  .header-nav.is-checked {
    transform: translateX(0);
  }
}

.header-nav__list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .header-nav__list {
    flex-direction: column;
    align-items: start;
  }
}

.header-nav__link {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-block: 4px;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.4s;
}
.header-nav__link:hover {
  border-bottom-color: #444949;
}

.header-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-icon {
    display: block;
    width: 27px;
    height: 18px;
    position: relative;
    z-index: 51;
  }
  .header-icon.is-checked .header-icon__bar {
    background-color: #ffffff;
  }
  .header-icon.is-checked .header-icon__bar:nth-of-type(1) {
    top: 9px;
    transform: rotate(35deg);
  }
  .header-icon.is-checked .header-icon__bar:nth-of-type(2) {
    display: none;
  }
  .header-icon.is-checked .header-icon__bar:nth-of-type(3) {
    top: 9px;
    transform: rotate(-35deg);
  }
}

@media screen and (max-width: 767px) {
  .header-icon__bar {
    display: inline-block;
    width: 27px;
    height: 2px;
    background-color: #28a6a5;
    border-radius: 20px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
  }
  .header-icon__bar:nth-of-type(1) {
    top: 0;
  }
  .header-icon__bar:nth-of-type(2) {
    top: 9px;
  }
  .header-icon__bar:nth-of-type(3) {
    top: 18px;
  }
}

/*!
layout > inner
------------------------------
*/
.inner {
  padding-inline: 30px;
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-inline: 20px;
  }
}

/*!
layout > footer
------------------------------
*/
.footer-top {
  text-align: center;
}

.footer-logo {
  text-align: center;
  width: 182px;
  aspect-ratio: 182/37;
}

.footer-sns__list {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 41.33px;
}

.footer-sns__item {
  transition: opacity 0.3s;
}
.footer-sns__item:hover {
  opacity: 0.8;
}

.footer-sns__img {
  width: 48px;
  aspect-ratio: 1/1;
}

.footer-info__list {
  margin-top: 30px;
  margin-inline: auto;
  max-width: 322px;
  width: 100%;
}

.footer-info__item {
  display: flex;
  gap: 50px;
}

.footer-info__item--head {
  min-width: 68px;
  text-align: left;
}

.footer-bottom {
  padding-block: 50px;
  background-color: #28a6a5;
  color: #ffffff;
}

.footer-nav__list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .footer-nav__list {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 4px;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav__item {
    width: fit-content;
  }
}

.footer-nav__link {
  line-height: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-block: 4px;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.4s;
}
.footer-nav__link:hover {
  border-bottom-color: #ffffff;
}

.footer-copyright {
  display: block;
  margin-top: 30px;
  text-align: center;
}

/*!
page > top > fv
------------------------------
*/
.fv {
  padding-block: 16px 80px;
}
@media screen and (max-width: 767px) {
  .fv {
    padding-block: 8px 40px;
  }
}

.fv-slide__img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .fv-slide__img {
    border-radius: 10px;
  }
}

.fv-lead {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv-lead {
    margin-top: 40px;
  }
}

.fv-lead__jp {
  font-size: 36px;
  font-weight: 500;
  line-height: 0.6666666667;
}
@media screen and (max-width: 767px) {
  .fv-lead__jp {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}

.fv-lead__en {
  display: inline-block;
  margin-top: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .fv-lead__en {
    margin-top: 8px;
    font-size: 12px;
    line-height: 2;
  }
}

/*!
page > top > news
------------------------------
*/
.news {
  background-color: #fdf8f3;
}

.news-content {
  display: flex;
  gap: 150px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news-content {
    flex-direction: column;
    gap: 60px;
  }
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news-link {
  display: flex;
  gap: 20px;
  line-height: 1.5;
  transition: opacity 0.3s;
}
.news-link:hover {
  opacity: 0.7;
}

.news-button__wrapper {
  margin-top: 13.5px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .news-button__wrapper {
    margin-top: 30px;
  }
}

/*!
page > top > concept
------------------------------
*/
.concept {
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .concept {
    padding-block: 60px;
  }
}

.concept-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .concept-content {
    gap: 10px;
  }
}

.concept-lead {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .concept-lead {
    font-size: 24px;
    line-height: 2.25;
  }
}

@media screen and (max-width: 767px) {
  .concept-text {
    font-size: 13px;
  }
}

/*!
page > top > about
------------------------------
*/
.about-content {
  margin-top: 60px;
  max-width: 958px;
  display: flex;
  align-items: center;
  gap: 9.1858037578%;
}
@media screen and (max-width: 767px) {
  .about-content {
    margin-inline: auto;
    max-width: 520px;
    flex-direction: column;
    gap: 20px;
  }
}

.about-text {
  width: 39.9791231733%;
  flex-shrink: 0;
}
@media screen and (max-width: 1079px) {
  .about-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about-text {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 874px) {
  .about-text {
    font-size: 12px;
  }
}

.about-img {
  flex-grow: 1;
}
.about-img img {
  border-radius: 20px;
  aspect-ratio: 487/296;
}

/*!
page > top > menu
------------------------------
*/
.menu {
  background-color: #fdf8f3;
}

.menu-inner {
  max-width: 1110px;
}

.menu-cards {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .menu-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.menu-card {
  background-color: #ffffff;
}

.menu-card__body {
  padding: 30px 7px 30px 20px;
}

.menu-card__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1079px) {
  .menu-card__name {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}

.menu-card__price {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1079px) {
  .menu-card__price {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}

.menu-card__text {
  margin-top: 20px;
}
@media screen and (max-width: 1079px) {
  .menu-card__text {
    font-size: 14px;
  }
}

.menu-button__wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

/*!
page > top > instagram
------------------------------
*/
.instagram-inner {
  max-width: 960px;
  margin: 0 auto;
}

.instagram-list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .instagram-list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 499px) {
  .instagram-list {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 499px) {
  .instagram-item {
    display: block;
    text-align: center;
  }
}

.instagram-img {
  max-width: 280px;
  aspect-ratio: 280/280;
}

.instagram-button__wrapper {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .instagram-button__wrapper {
    margin-top: 60px;
  }
}
@media screen and (max-width: 499px) {
  .instagram-button__wrapper {
    margin-top: 40px;
  }
}

/*!
page > top > shop
------------------------------
*/
.shop {
  background-color: #f7f6f5;
}

.shop-content {
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .shop-content {
    margin-top: 40px;
    margin-inline: auto;
    max-width: 520px;
    flex-direction: column;
    gap: 70px;
  }
}

.shop-info {
  width: 40.0943396226%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .shop-info {
    width: 100%;
  }
}

.shop-logo {
  width: 150px;
}

.shop-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.shop-item {
  padding-block: 10px;
  border-bottom: 1px solid #444949;
  display: flex;
  gap: 50px;
}

.shop-item__head {
  min-width: 68px;
}

.shop-sns {
  display: flex;
  align-items: center;
  gap: 3.73px;
}

.shop-sns__item {
  transition: opacity 0.3s;
}
.shop-sns__item:hover {
  opacity: 0.8;
}

.shop-sns__img {
  width: 33.58px;
  aspect-ratio: 1/1;
}

.shop-map {
  max-width: 475px;
  width: 100%;
  flex-grow: 1;
}
.shop-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 475/445;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .shop-map {
    max-width: none;
  }
}

/*!
page > top > contact
------------------------------
*/
.contact-text {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-text {
    margin-top: 40px;
  }
}

.form {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .form {
    margin-top: 40px;
  }
}

.form-fields {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-field__head {
  display: flex;
  align-items: center;
  gap: 30px;
}

.form-field__label {
  font-size: 20px;
  line-height: 1.5;
}

.form-field__tag {
  display: inline-block;
  background-color: #444949;
  border-radius: 10px;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 600;
  text-align: center;
}

.form-text {
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  border: 1px solid #444949;
  border-radius: 20px;
}
.form-text:hover, .form-text:focus {
  border-width: 3px;
}

.form-textarea {
  width: 100%;
  height: 344px;
  background-color: #ffffff;
  border: 1px solid #444949;
  border-radius: 20px;
  transition: border-width 0.1s;
}
.form-textarea:hover, .form-textarea:focus {
  border-width: 3px;
}

.form-privacy {
  display: block;
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form-privacy {
    margin-top: 40px;
  }
}

.form-checkbox:checked + .form-privacy__text::after {
  opacity: 1;
}

.form-privacy__text {
  padding-left: 35px;
  position: relative;
}
.form-privacy__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #444949;
  border-radius: 2px;
}
.form-privacy__text::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/icon-check.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.form-privacy__text a {
  text-decoration: underline;
  transition: transform 0.3s;
}
.form-privacy__text a:hover {
  opacity: 0.8;
}

.form-button__wrapper {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .form-button__wrapper {
    margin-top: 40px;
  }
}