@charset "UTF=8";
/* ========================
common
========================== */
:root {
  --primarywhite: #ffffff;
  --white: #f4f4f4;
  --black1: #111111;
  --black2: #222222;
  --black3: #2c2c2c;
  --black4: #1e1e1e;
  --gray: #d8d8d8;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "domine", "Noto Serif Jp", "Zen Kaku Gothic New", "Shippori Mincho";
}

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

/* ========================
header
========================== */
.container {
  position: relative;
}

/* nav 初期表示 */
.nav {
  background-color: #eaeae5;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateX(-100%);
  transition: transform 0.4s;
  padding: 7% 6% 14% 8%;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 768px;
  /* min-width: 375px; */
  padding: 0 4%;
  z-index: 100;
  box-sizing: border-box;
}

.header__topic {
  margin-left: -9%;
  margin-top: -2%;
}

.header__topic img {
  width: 81%;
}

.nav_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_list {
  margin: 0% auto 8%;
  display: block;
}

.nav_item {
  color: var(--black3);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5; /* 24px */
  letter-spacing: -0.176px;
  padding-bottom: 13px;
}

/* siosai link */

.menu_siosai_link {
  display: flex;
}

.menu_siosai_txt p {
  color: var(--black3);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.6px;
  margin-bottom: 1%;
}

.kousikisaito_txt {
  display: flex;
  text-align: center;
  border-bottom: 1px solid var(--black3);
}

.kousikisaito_txt p {
  color: var(--black3);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 0.61;
  letter-spacing: 0.84px;
  margin-top: 9px;
}

/* inquiry_txt */
.inquiry_txt_sp {
  margin-top: 20%;
  width: 85%;
  border-bottom: 1px solid var(--black3);
}

.tenmei_sp {
  color: var(--black3);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.01;
  margin-bottom: 10px;
  position: relative;
}

.tenmei_sp::after {
  content: "";
  width: 45%;
  height: 1px;
  display: inline-block;
  background-color: var(--black3);
  position: absolute;
  top: calc(50% + 1px);
  left: calc(53% + 1px);
}

.tennpojouhou_sp {
  padding-bottom: 18px;
}

.tennpojouhou_sp li {
  color: var(--black3);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1.12px;
}

/* .nav.active表示 */
.nav.active {
  transform: translateX(0);
}

.nav_header {
  position: relative;
}

.nav_header p {
  margin-bottom: 15%;
}

.header_btn {
  display: block;
  position: absolute;
  top: 28%;
  right: 6%;
}

.nav_btn {
  margin-bottom: 30%;
}

@media screen and (max-width: 425px) {
  .header__topic {
    margin-left: -14%;
    margin-top: -4%;
  }
}

/* header pc */
@media screen and (min-width: 769px) {
  .container {
    position: relative;
  }

  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1440px;
    padding: 0 2%;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }

  .header__topic {
    margin-left: 0;
    margin-top: 0;
  }

  .nav_header {
    display: none;
  }

  .nav {
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
    position: static;
    transform: translateX(0);
    margin-right: 5%;
  }

  .nav_list {
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .nav_item {
    color: var(--primarywhite);
    font-family: Domine;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.62px;
  }

  .nav_header {
    display: none;
  }

  .header_btn,
  .nav_btn {
    display: none;
  }

  .menu_siosai_link {
    display: none;
  }

  .inquiry_txt_sp {
    display: none;
  }
}

/* ワイドスクリーン */
@media screen and (min-width: 1920px) {
  .header {
    max-width: 1600px;
    padding: 0 80px;
  }
}

/* ========================
article header
========================== */
.mainVisual_box {
  margin: 1%;
}

.article_header {
  position: relative;
}

.mainVisual {
  width: 100%;
  height: auto;
  display: block;
}

.main_topic {
  font-family: Domine;
  color: var(--primarywhite);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* articleheader sp */
.main_title {
  font-size: 3.2rem;
  text-shadow: 0px 0px 1.829px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  line-height: 1.8; /* 57.6px */
  letter-spacing: 2.528px;
}

.sub_title {
  font-size: 1.6rem;
  text-shadow: 0px 0px 1.829px rgba(0, 0, 0, 0.25);
  font-size: 1.2;
  font-weight: 700;
  line-height: 1.8; /* 21.6px */
  letter-spacing: 1.068px;
  margin-top: -6%;
}

/* scrolldown sp*/

.container_05 {
  position: relative;
}

.scrollbar-text_05 {
  display: inline-block;
  position: absolute;
  height: 200px;
  bottom: 12%;
  padding: 10px 10px 20px;
  color: #fff;
  font-size: 1rem;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  left: 95%;
  transform: translateX(-50%);
}

.scrollbar_05 {
  position: absolute;
  left: 95%;
  transform: translateX(-50%);
  bottom: 1px;
}

.scrollbar-text_05 span {
  white-space: nowrap;
}

.scrollbar_05::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 1px;
  height: 80px;
  background: #fff;
  animation: liner-normal-05 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes liner-normal-05 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* articleheader pc */
@media screen and (min-width: 769px) {
  .mainVisual {
    min-width: 100%;
    min-height: 100%;
    object-fit: contain;
    display: flex;
    justify-content: center;
  }

  .main_topic {
    font-family: Domine;
    color: var(--primarywhite);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .main_title {
    font-size: 4.8rem;
    text-shadow: 0px 0px 2.804px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    line-height: 1.8; /* 86.4px */
    letter-spacing: 3.792px;
  }

  .sub_title {
    font-size: 3.2rem;
    text-shadow: 0px 0px 2.804px rgba(0, 0, 0, 0.25);
    font-size: 18.397px;
    font-weight: 700;
    line-height: 1.8; /* 33.115px */
    letter-spacing: 1.637px;
    margin-top: -4%;
  }

  /* scrolldown pc*/
  .scrollbar-text_05 {
    font-size: 1.6rem;
    left: 97%;
    padding: 10px 10px 110px;
    height: 300px;
  }

  .scrollbar_05 {
    left: 97%;
  }
  .scrollbar_05::after {
    bottom: 0;
    left: 0;
    height: 100px;
  }
}

/* ========================
about
========================== */
/* FirstBlock */
.first_block {
  display: flex;
  justify-content: space-between;
  padding: 0 11%;
  max-width: 1440px;
  margin: 0 auto;
  gap: 40px;
}

.h_box {
  flex: 1;
}

.first_block h2 {
  color: var(--black1);
  font-family: Domine;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4.416px;
  margin-top: 160px;
}

.first_block h3 {
  color: var(--black1);
  font-family: "Noto Serif JP";
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2; /* 54px */
  letter-spacing: 5.04px;
  /* width: 589px; */
  margin-top: 32px;
}

/* 店舗情報 */

.inquiry_txt_pc {
  width: 24%;
  min-width: 320px;
  border-bottom: 1px solid var(--black2);
  margin-top: 160px;
  height: 144px;
}

.inquiry_txt_pc p {
  color: var(--black2);
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.01;
  position: relative;
  /* margin-left: 17px; */
}

.tenmei_pc::after {
  content: "";
  width: 132px;
  height: 1px;
  display: inline-block;
  background-color: var(--black2);
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 24px);
}

.tennpojouhou_pc {
  margin-top: 6px;
  /* margin-left: 25px; */
}

.tennpojouhou_pc li {
  color: var(--black2);
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8; /* 25.2px */
  letter-spacing: 1.12px;
}

/* Second Block */

.second_block {
  display: flex;
  gap: 7%;
  /* margin-top: 88px; */
  margin: 88px auto 0;
  max-width: 1440px;
}

.second_block_txt {
  color: var(--black3);
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2; /* 36px */
  letter-spacing: 0.6px;
  width: 400px;
  margin-top: 7%;
}

/* third_block */
.third_block {
  display: flex;
  margin-top: 3%;
  justify-content: space-between;
  padding: 0 14%;
}

.third_block_txtbox {
  color: var(--black3);
  font-family: "Noto Serif JP";
  width: 450px;
  margin-top: 54px;
}

.third_block_txtbox h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5; /* 48px */
  letter-spacing: 0.96px;
}

.third_block_txtbox p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2; /* 36px */
  letter-spacing: 0.6px;
  margin-top: 4px;
}

/* fourth_block */

.fourth_block {
  display: flex;
  margin: -2% 14% 0 4%;
}

.fourth_block_txt {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2; /* 36px */
  letter-spacing: 0.6px;
  width: 450px;
  margin-left: 5%;
  margin-top: 115px;
}

.fourth_block_txt h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5; /* 48px */
  letter-spacing: 0.96px;
  margin-bottom: 15px;
}

.fourth_block_imgbox {
  width: 649px;
  position: relative;
}

.fourth_block_img1 {
  position: absolute;
  top: 0;
  left: 47%;
  z-index: 1;
}

.fourth_block_img2 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
}

/* fifth_block */

.fifth_block {
  margin-top: 5%;
  padding-right: 5%;
}

.fifth_block_inner {
  display: flex;
  margin-top: 35px;
  justify-content: space-between;
  padding-left: 10%;
}

.fifth_block_txt {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2; /* 36px */
  letter-spacing: 0.6px;
  width: 400px;
  margin-top: 181px;
}

.fifth_block_img1 {
  margin-left: 5%;
}

/* obishasin */
.tennai_img {
  width: 100%;
  height: 70vh;
  background-image: url(../image/about_tennai.webp);
  background-size: cover;
  background-position: center;
  margin-top: 10%;
}

@media screen and (min-width: 1441px) {
  /* FirstBlock */
  .first_block {
    max-width: 1900px;
    margin: 0 auto;
  }

  /* third_block */
  .third_block {
    max-width: 1900px;
    margin: 3% auto;
  }

  /* fourth_block */
  .fourth_block {
    max-width: 1900px;
    margin: 0 auto;
    justify-content: center;
  }

  /* fifth_block */
  .fifth_block {
    max-width: 1900px;
    margin: 5% auto;
    padding-left: 8%;
  }
}

@media screen and (max-width: 1300px) {
  .fourth_block_img1 {
    position: absolute;
    top: 0;
    left: 40%;
    z-index: 1;
  }

  .fourth_block_img2 {
    position: absolute;
    top: 43%;
    left: 0;
    z-index: 2;
  }
}

@media screen and (max-width: 1200px) {
  /* first block */
  .first_block {
    padding: 0 10%;
  }

  /* Second Block */
  .second_block_txt {
    font-size: 1.8rem;
    width: 360px;
    margin-right: 10%;
    margin-top: 58px;
  }

  /* third Block fourth Block*/
  .third_block_txtbox h4,
  .fourth_block_txt h4 {
    font-size: 2.8rem;
  }
  .third_block_txtbox p {
    font-size: 1.8rem;
    padding-right: 10%;
  }

  /* fourth_block */
  .fourth_block_txt {
    font-size: 1.8rem;
  }

  .fourth_block_txt h4 {
    margin-bottom: 3%;
  }

  .fifth_block_txt {
    font-size: 1.8rem;
    margin-top: 130px;
  }

  .fifth_block_inner {
    margin-top: 90px;
  }
}

@media screen and (max-width: 1024px) {
  .first_block {
    padding: 0 5%;
  }

  .first_block h2 {
    font-size: 4.8rem;
  }
  .first_block h3 {
    /* font-size: 3.2rem; */
    font-size: 2.6rem;
    /* width: 442px; */
    width: 502px;
  }

  /* Second Block */
  .second_block_txt {
    font-size: 1.6rem;
    margin-top: 48px;
  }

  /* third Block fourth Block*/
  .third_block_txtbox h4,
  .fourth_block_txt h4 {
    font-size: 2.4rem;
  }
  .third_block_txtbox p {
    font-size: 1.6rem;
  }

  /* fourth_block */
  .fourth_block_txt {
    font-size: 1.6rem;
  }

  .fifth_block_txt {
    font-size: 1.6rem;
    margin-top: 100px;
  }

  .fifth_block_inner {
    margin-top: 120px;
  }
}

@media screen and (max-width: 915px) {
  .first_block h2 {
    font-size: 4rem;
  }
  .first_block h3 {
    font-size: 2.4rem;
    width: 370px;
  }

  /* Second Block */
  .second_block_txt {
    font-size: 1.5rem;
    margin-top: 36px;
  }

  /* third Block fourth Block */
  .third_block_txtbox h4,
  .fourth_block_txt h4 {
    font-size: 2.2rem;
  }
  .third_block_txtbox p {
    font-size: 1.5rem;
  }
  /* forth Block */
  .fourth_block_txt {
    font-size: 1.5rem;
  }
  .fourth_block {
    margin: 1% 14% 0 4%;
  }

  .fifth_block_txt {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 827px) {
  .first_block h2 {
    font-size: 3.6rem;
  }

  .first_block h3 {
    font-size: 2.2rem;
    width: 320px;
  }
}

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

  /* FirstBlock */

  .first_block h2 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2.208px;
    margin-top: 116px;
  }

  .first_block h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4; /* 54px */
    letter-spacing: 2.8px;
    width: 100%;
    margin-top: 6%;
  }

  /* Second Block */
  .second_block {
    display: block;
  }

  .second_block_txt {
    font-size: 1.4rem;
    letter-spacing: 0.42px;
    width: 80%;
    margin: 10% auto;
  }
  /* third Block */

  .third_block {
    flex-direction: column;
    align-items: center;
    padding: 0 6%;
  }

  .third_block picture {
    order: -1;
    width: 80%;
  }

  .third_block_txtbox {
    width: 100%;
    min-width: 294px;
    margin: 6% auto;
    padding: 0 2%;
  }

  .third_block_txtbox h4 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.6px;
  }

  .third_block_txtbox p {
    font-size: 1.4rem;
    letter-spacing: 0.42px;
    margin-top: 4%;
    padding-right: 0;
  }

  /* fourth block */
  .fourth_block {
    flex-direction: column;
    /* margin-bottom: 50%; */
  }

  .fourth_block_txt {
    color: var(--black3);
    font-size: 1.4rem;
    letter-spacing: 0.42px;
    width: 100%;
    margin: 100% 6% 0;
  }

  .fourth_block_txt h4 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.6px;
  }

  .fourth_block_imgbox {
    position: relative;
    width: 80%;
    height: auto;
    margin-top: 8%;
  }

  .fourth_block_img1 {
    position: absolute;
    width: 90%;
    top: 0;
    left: 47%;
    z-index: 1;
  }

  .fourth_block_img2 {
    position: absolute;
    width: 90%;
    top: 130px;
    left: 0;
    z-index: 2;
  }

  /* fifth block */

  .fifth_block {
    padding-right: 0%;
  }

  .fifth_block_inner {
    flex-direction: column;
    padding-left: 0%;
    margin-top: 6%;
  }

  .fifth_block_txt {
    color: var(--black3);
    font-size: 1.4rem;
    letter-spacing: 0.42px;
    width: 90%;
    margin: 0 6%;
    padding: 0 2%;
  }

  .fifth_block_img1 {
    margin-top: 8%;
  }

  /* obishasin */
  .tennai_img {
    height: 40vh;
  }
}

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

/* ========================ß
food
========================== */
.section_food {
  background-image: url(../image/food_background.webp);
}

.section_food h2 {
  color: var(--black1);
  font-family: Domine;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4.416px;
  padding-top: 160px;
  margin-left: 14%;
}

.section_food h3 {
  color: var(--black1);
  font-family: "Noto Serif JP";
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 5.04px;
  margin-top: 32px;
  margin-left: 14%;
}

.pickupMenu_box {
  margin-top: 140px;
  width: 100%;
}

.pickuup_inner1 {
  display: flex;
  gap: 5%;
  margin-left: 8%;
}

.genzairyou {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2; /* 40px */
  letter-spacing: 0.6px;
  width: 36%;
}

.pickup_siomusubi {
  margin-left: 52%;
  margin-top: -12%;
}

.pickup_potesara {
  margin-left: 20%;
  margin-top: -5%;
}

.pickup_contents p {
  color: #051d2d;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.64px;
  margin-top: 8px;
}

.sonohoka_menu {
  margin-top: 116px;
  display: grid;
  place-items: center;
}

.menucontainer {
  display: grid;
  place-items: center;
  background-color: #eaeae5;
  width: 100%;
}
.sp_br {
  display: none;
}

.menucontainer h4 {
  color: var(--black2);
  font-family: "Noto Serif JP";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0.72px;
  margin-bottom: 95px;
  margin-top: 116px;
  text-align: center;
}

.menuBox {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  padding: 0 230px 40px;
  gap: 5%;
}

.foodmenu_box h5,
.drinkmenu_box h5 {
  color: var(--black2);
  font-family: Domine;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.5px;
  max-width: 424px;
  width: 100%;
}

.foodmenu_box h5,
.drinkmenu_box h5 {
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  width: 100%;
}

.food_dl,
.drink_dl {
  margin-top: 15px;
  max-width: 424px;
  width: 100%;
}

.food_dl dt,
.drink_dl dt {
  color: var(--black2);
  font-family: "Noto Serif JP";
  font-size: 2rem;
  font-weight: 600;
  line-height: 0.9;
}

.food_dl dd,
.drink_dl dd {
  color: var(--black3);
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 154%;
  letter-spacing: -0.176px;
  margin-bottom: 48px;
  margin-top: 16px;
}

.shouchuu_dd {
  padding-left: 10%;
}

.drinkmenu_box p {
  color: #4a4a4a;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 154%;
  letter-spacing: -0.176px;
  max-width: 424px;
  width: 100%;
}

.yuudou_txt {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  width: 400px;
  margin: 50px auto;
  text-align: center;
}

.br_375 {
  display: none;
}
.sunshine_insta {
  padding-bottom: 159px;
  display: grid;
  place-items: center;
}

.sunshine_insta p {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 0.61;
  margin-bottom: 7px;
}

/* .sunshine_link { */
.instaBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 64px;
  padding: 24px 100px;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  color: var(--black2);
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--black2);
}

.instaBtn svg {
  margin-right: 5px;
}

/* btn hobber */
.instaBtn:hover {
  background-color: var(--black2);
  color: var(--primarywhite);
}

@media screen and (min-width: 1441px) {
  .pickupMenu_box {
    max-width: 1900px;
    margin: 140px auto;
  }
  .section_food h2 {
    margin-left: 27%;
  }
  .section_food h3 {
    margin-left: 27%;
  }
  .pickuup_inner1 {
    margin-left: 18%;
  }
  .pickup_siomusubi {
    margin-left: 59%;
  }
  .pickup_potesara {
    margin-left: 30%;
  }
}

@media screen and (max-width: 1200px) {
  .genzairyou {
    font-size: 1.8rem;
    /* width: 450px; */
  }
  .pickup_potesara {
    margin-left: 18%;
  }
}

@media screen and (max-width: 1105px) {
  .pickup_potesara {
    margin-left: 15%;
  }
}

@media screen and (max-width: 1024px) {
  .foodmenu_box h5,
  .drinkmenu_box h5 {
    font-size: 2.4rem;
  }

  .food_dl dt,
  .drink_dl dt {
    font-size: 1.6rem;
  }

  .foodmenu_box dl,
  .drinkmenu_box dl {
    font-size: 1.5rem;
  }

  .menuBox {
    display: flex;
    max-width: 1024px;
    width: 100%;
    padding: 0 15% 11%;
    gap: 5%;
  }

  .pickupMenu_box {
    margin-top: 120px;
  }
}

@media screen and (max-width: 997px) {
  .pickup_potesara {
    margin-left: 10%;
  }
  .pickup_siomusubi {
    margin-top: -8%;
  }
}

@media screen and (max-width: 894px) {
  .pickup_potesara {
    margin-left: 7%;
  }
  .pickup_siomusubi {
    margin-top: -3%;
  }
}

@media screen and (max-width: 831px) {
  .pickup_potesara {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .sp_br {
    display: inline;
  }

  .section_food h2 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2.208px;
    padding-top: 19%;
    margin-left: 14%;
  }

  .section_food h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 2.8px;
  }

  .pickupMenu_box {
    margin-top: 40px;
    width: 100%;
  }

  .pickuup_inner1 {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5%;
  }

  .genzairyou {
    color: var(--black3);
    font-size: 1.4rem;
    letter-spacing: 0.42px;
    width: 100%;
    max-width: 80%;
    margin-top: 6%;
  }

  .pickup_siomusubi {
    margin-left: 20%;
    margin-top: 10%;
  }

  .pickup_potesara {
    width: 70%;
    margin-left: 6%;
    margin-top: 15%;
  }

  .pickup_contents p {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.56px;
    margin-top: 1px;
  }

  .sonohoka_menu {
    padding-bottom: 25%;
    margin-top: 89px;
  }

  .menucontainer h4 {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 2.24px;
    width: 328px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .menuBox {
    flex-direction: column;
    align-items: center;
    gap: 12%;
    max-width: 100%;
    width: 100%;
    padding: 0 7% 22%;
    margin-top: 2%;
    background-color: #eaeae5;
  }

  .foodmenu_box h5,
  .drinkmenu_box h5 {
    font-size: 2rem;
    letter-spacing: 0.6px;
    width: 328px;
  }

  .food_dl,
  .drink_dl {
    margin-top: 0px;
    width: 328px;
    width: 78%;
    padding: 5% 2%;
  }

  .food_dl dt,
  .drink_dl dt {
    font-size: 1.4rem;
  }

  .food_dl dd,
  .drink_dl dd {
    font-size: 1.2rem;
    letter-spacing: -0.132px;
    margin-bottom: 29px;
    margin-top: 11px;
  }

  .drinkmenu_box p {
    color: var(--black2);
    font-size: 1.4rem;
    line-height: 150%;
    width: 328px;
    width: 78%;
    margin: 0 auto;
  }

  .yuudou_txt {
    color: #111;
    font-size: 1.4rem;
    font-weight: 400;
    width: 69%;
  }

  .sunshine_insta {
    padding-bottom: 0;
  }

  .sunshine_insta p {
    color: var(--black2);
    font-family: "Zen Kaku Gothic New";
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 3px;
  }

  .instaBtn {
    width: 262px;
    max-width: 262px;
    height: 54px;
    padding: 5px 0;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 375px) {
  .br_375 {
    display: inline;
  }
}

/* ========================
owner
========================== */

.saikisan_img {
  margin-top: -125px;
}

.section_owner {
  background-image: url(../image/food_background.webp);
  padding-top: 125px;
}

.owner_container {
  background-color: #333333;
  color: #d0d8d1;
  padding-bottom: 116px;
  /* display: grid;
  place-items: center; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prelusion_box {
  display: flex;
  gap: 7%;
  /* margin: 0 10%; */
  padding: 0 5%;
}

.prelusion_text h2 {
  font-family: "Domine";
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4.416px;
  margin-top: 116px;
}

.owner_name {
  display: flex;
  margin-top: 32px;
}

.name_kanji {
  font-family: "Noto Serif JP";
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2.16px;
}

.name_abt {
  font-family: "Domine";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: 1.12px;
  padding-top: 7px;
  margin-left: 17px;
}

.introduction_txt {
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 1.104px;
  width: 449px;
  margin-top: 40px;
}

.siosaikousiki_links {
  margin-top: 46px;
  display: grid;
  place-items: center;
}

.siosaikousiki_links p {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  color: #d0d8d1;
  margin-bottom: 7px;
}

.siosaiBtn_01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* max-width: 320px; */
  width: 320px;
  height: 64px;
  padding: 24px 50px;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  color: var(--primarywhite);
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--primarywhite);
}

.siosaiBtn_01:hover {
  background-color: var(--primarywhite);
  color: #333;
}

@media screen and (max-width: 1324px) {
  .prelusion_text h2 {
    font-size: 4.8rem;
    margin-top: 80px;
  }
  .name_kanji {
    font-size: 2.7rem;
  }
  .introduction_txt {
    font-size: 1.5rem;
    width: 350px;
  }
  .saikisan_img {
    width: 95%;
    margin-top: -50px;
  }
}

@media screen and (max-width: 768px) {
  .saikisan_img {
    margin-top: -35%;
    width: 85%;
    order: -1;
  }

  .prelusion_box {
    flex-direction: column;
    display: grid;
    place-items: center;
    padding: 0 6%;
    /* gap: 79px; */
  }

  .prelusion_text h2 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2.208px;
    margin-top: 0;
  }

  .owner_name {
    margin-top: -2px;
  }
  .name_kanji {
    font-family: "Noto Serif JP";
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 2.52px;
  }

  .name_abt {
    font-family: "Domine";
    font-size: 1rem;
    letter-spacing: 0.7px;
  }

  .introduction_txt {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.966px;
    width: 100%;
  }

  .siosaikousiki_links {
    margin-top: 17%;
  }

  .siosaikousiki_links p {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
    line-height: 1;
    margin-bottom: 3px;
  }

  .owner_container {
    padding-bottom: 20%;
  }
}

/* ========================
salt
========================== */
.background-wrapper {
  background-image: url(../image/salt_background_img.webp);
  background-repeat: repeat;
}

.salt_container {
  padding: 160px 50px 150px;
}

.salt_box {
  display: flex;
  justify-content: center;
}

.salt_txt {
  width: 347px;
  margin: 0 77px;
}

.salt_txt h2 {
  color: var(--black1);
  font-family: Domine;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4.416px;
}

.salt_txt h3 {
  color: var(--black1);
  font-family: "Noto Serif JP";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: 1.44px;
}

.product_description {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.4px;
  margin-top: 64px;
}

.product_price {
  color: var(--black3);
  font-family: "Noto Serif JP";
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 1.4px;
  margin-top: 40px;
}

.zeikomikakaku {
  text-align: center;
  font-weight: 900;
  line-height: 1;
  margin-left: 17px;
}

.online_link {
  margin-top: 74px;
  text-align: center;
}

.online_link p {
  display: inline-block;
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.7px;
}

.shopBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 347px;
  height: 64px;
  padding: 5px 0;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  color: var(--black2);
  text-align: center;
  background-color: var(--primarywhite);
  border: 1px solid var(--black2);
  margin-top: 7px;
}

.shopBtn:hover {
  color: var(--primarywhite);
  background-color: var(--black2);
}

@media screen and (max-width: 768px) {
  .background-wrapper {
    background-image: url(../image/salt_background_img_sp.webp);
  }

  .salt_container {
    padding: 25% 13% 23%;
  }

  .salt_box {
    display: block;
  }

  .salt_txt {
    width: 100%;
    margin: 0 0;
  }

  .salt_txt h2 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2.208px;
    margin-top: 6%;
  }

  .salt_txt h3 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 2.52px;
  }

  .product_description {
    color: #333;
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.966px;
    margin-top: 3%;
  }

  .product_price {
    font-weight: 600;
    letter-spacing: 1.4px;
  }

  .zeikomikakaku {
    text-align: center;
    font-weight: 600;
    margin-left: 17px;
  }

  .online_link {
    margin-top: 12%;
  }

  .online_link p {
    font-size: 1.4rem;
    margin-bottom: 3px;
  }

  .shopBtn {
    margin-top: 0;
  }

  .btnText_salt {
    width: 262px;
    max-width: 262px;
    height: 54px;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}

/* ========================
links
========================== */
.linkBox {
  text-align: center;
  padding: 3% 6.5% 11%;
  display: grid;
  place-items: center;
}

.linkBox h2 {
  color: var(--black1);
  font-family: "Domine";
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1; /* 48px */
  letter-spacing: 4.32px;
}

.section_links h3 {
  color: var(--black1);
  font-family: "Shippori Mincho";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
  margin-top: 8px;
}

.link_container {
  margin: 0 auto;
  display: flex;
  max-width: 65%;
  gap: 3.8%;
  align-items: flex-start;
  margin-top: 37px;
}

.link_contents {
  display: grid;
  place-items: center;
}

.link_txt {
  max-width: 150px;
  /* display: flex; */
}

.link_txt a {
  color: var(--black2);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 7px;
}

.span_story {
  letter-spacing: 2.38px;
}

@media screen and (max-width: 768px) {
  .linkBox {
    /* display: grid;
    place-items: center; */
    background-position: center;
  }

  .linkBox h2 {
    font-size: 2.1rem;
    letter-spacing: 1.918px;
  }

  .section_links h3 {
    font-size: 1.2rem;
    letter-spacing: 0.48px;
    margin-top: 8px;
  }

  .link_container {
    margin: 0;
    max-width: 90%;
    gap: 2%;
    margin-top: 37px;
  }

  .link_contents {
    flex: 1 1 45%;
    margin-bottom: 10%;
  }

  .link_txt a {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.3px;
    margin-top: 7px;
  }

  .link_txt svg {
    width: 8.75px;
  }

  .span_story {
    letter-spacing: 2.38px;
  }

  .link_txt img {
    margin-bottom: 5px;
  }
}

/* ========================
shopinfo
========================== */
.shopinfo_box_sp {
  display: none;
}

.shopinfo_background_sp {
  display: none;
}

.section_shopinfo {
  background-image: url("../image/shopinfo_noise.webp"), url("../image/shopinfo_background.webp");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  mix-blend-mode: soft-light;
  /* padding-bottom: 5%; */
  height: 100vh;
  position: relative;
}

.shopinfo_topic {
  text-align: center;
  padding-top: 9%;
  margin-bottom: 9%;
}

.shopinfo_topic h2 {
  color: var(--primarywhite);
  font-family: Domine;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1; /* 64px */
  letter-spacing: 4.416px;
}

.shopinfo_topic p {
  color: var(--primarywhite);
  font-family: "Noto Serif JP";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.21; /* 29.04px */
  letter-spacing: 1.44px;
}

.shopinfo_box {
  width: 453px;
  background-color: var(--black4);
  font-family: "Zen Kaku Gothic New";
  color: var(--gray);
  padding: 75px 77px;
  position: absolute;
  top: 31%;
  right: 6%;
}

.shopinfo_box h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.6px;
}

.shopinfo_txt {
  width: 288px;
  margin-top: 25px;
}

.shopinfo_txt li {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 1.28px;
}

.shopinfo_span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.12px;
}

.shopinfo_txt p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.mapbox {
  margin-top: 50px;
}

.mapbox p {
  color: var(--primarywhite);
  font-size: 1.4rem;
}

.mapBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 160px;
  height: 35px;
  padding: 5px 0;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  color: var(--primarywhite);
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--gray);
}

.mapBtn {
  line-height: 1;
  letter-spacing: 1.12px;
}

.mapBtn:hover {
  background-color: var(--primarywhite);
  color: var(--black4);
}

@media screen and (max-width: 768px) {
  .section_shopinfo {
    background-image: none;
    background-color: var(--black4);
    height: 141vh;
  }

  .shopinfo_background_sp {
    display: block;
  }

  .shopinfo_topic {
    padding-top: 10%;
  }

  .shopinfo_topic h2 {
    color: var(--gray);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5; /* 48px */
    letter-spacing: 2.208px;
  }

  .shopinfo_topic p {
    color: var(--gray);
    font-size: 1.6rem;
    line-height: 1.4; /* 22.4px */
    letter-spacing: 2.24px;
  }

  .shopinfo_box {
    display: none;
  }

  .shopinfo_box_sp {
    display: block;
    background-color: var(--black4);
    font-family: "Zen Kaku Gothic New";
    color: var(--primarywhite);
    max-width: 70.4%;
    margin: 5% auto;
    text-align: left;
    padding-left: 5%;
  }

  .shopinfo_box_sp h3 {
    font-size: 1.6556rem;
    font-weight: 400;
    letter-spacing: 0.497px;
  }

  .shopinfo_txt_sp {
    width: 100%;
    margin-top: 3%;
  }

  .shopinfo_txt_sp li {
    font-size: 1.32rem;
    line-height: 1.8;
    letter-spacing: 1.06px;
  }

  .shopinfo_span_sp {
    font-size: 1.15rem;
  }

  .shopinfo_txt_sp p {
    font-size: 1.32rem;
  }

  .mapbox {
    margin-top: 15%;
    padding-bottom: 10%;
  }

  .mapbox p {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.579px;
    margin-bottom: 1%;
  }

  .mapBtn {
    height: 32px;
    padding: 5px 0;
    font-size: 1.15rem;
    font-weight: 500;
    letter-spacing: 0.927px;
  }
}

@media screen and (max-width: 700px) {
  .section_shopinfo {
    height: 132vh;
  }
}
@media screen and (max-width: 600px) {
  .section_shopinfo {
    height: 117vh;
  }
}
@media screen and (max-width: 500px) {
  .section_shopinfo {
    height: 103vh;
  }
}

@media screen and (max-width: 425px) {
  .section_shopinfo {
    height: 95vh;
  }
}

@media screen and (max-width: 375px) {
  .section_shopinfo {
    height: 88vh;
  }
}

/* ========================
footer
========================== */
.footer {
  position: relative;
  background-color: var(--black4);
}

.footer_nav_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 152px;
  font-size: 1.6rem;
  letter-spacing: -0.62px;
  font-weight: 400;
  color: var(--primarywhite);
  font-family: "Zen Kaku Gothic New";
}

.footer_box {
  display: grid;
  place-items: center;
}
.footer_cnt {
  width: 80%;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  gap: 70px;
  padding-top: 58px;
  margin-bottom: 35px;
}

.footer_rogo {
  min-width: 150px;
}

.footer_rogo_box {
  display: flex;
  gap: 4.8%;
}

.footer_linkBtn {
  display: flex;
  gap: 4.8%;
}

.link_insta,
.link_siosai {
  display: grid;
  place-items: center;
}

.link_insta p,
.link_siosai p {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  color: #ffffff;
  margin-bottom: 8px;
}

.instaBtn_02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  width: 320px;
  height: 64px;
  padding: 24px 100px;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  color: var(--primarywhite);
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--primarywhite);
}
.instaBtn_02 svg {
  margin-right: 5px;
}

.instaBtn_02:hover {
  color: var(--black4);
  background-color: var(--primarywhite);
}

.SiosaiBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* max-width: 320px; */
  width: 320px;
  height: 64px;
  padding: 24px 50px;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  color: var(--primarywhite);
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--primarywhite);
}

.SiosaiBtn:hover {
  color: var(--black4);
  background-color: var(--primarywhite);
}

.copy {
  font-family: "Zen Kaku Gothic New";
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding-bottom: 32px;
}

/* page top btn */
.container_06 {
  position: relative;
}

.scrollbar-text_06 {
  display: inline-block;
  position: absolute;
  top: -190px;
  padding: 10px 10px 0px;
  color: #fff;
  font-size: 14px;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  left: 95%;
  transform: translateX(-50%);
}

.scrollbar_06 {
  position: absolute;
  left: 95%;
  transform: translateX(-50%);
  top: 1px;
}

.scrollbar_06::before {
  content: "";
  position: absolute;
  top: -273px;
  left: 0;
  width: 1px;
  height: 80px;
  background: #fff;
  animation: liner-reverse-06 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes liner-reverse-06 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
}

@media screen and (max-width: 1260px) {
  .footer_cnt {
    gap: 50px;
  }

  .footer_rogo_box {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .footer_linkBtn {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .scrollbar-text_06 {
    top: -264px;
  }
  .scrollbar_06::before {
    top: -346px;
  }
}

@media screen and (max-width: 768px) {
  .footer_nav_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 152px;
    font-size: 1.4rem;
    line-height: 1.5; /* 21px */
    letter-spacing: -0.434px;
    /* margin-left: 10%; */
    margin: 0 auto;
  }

  .footer_rogo {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer_cnt {
    display: block;
    padding: 0 0;
    margin-bottom: 27px;
  }

  .link_insta {
    margin-top: 61px;
  }
  .link_siosai {
    margin-top: 24px;
  }

  .link_insta p,
  .link_siosai p {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
    margin-bottom: 3px;
    font-weight: 400;
    line-height: 1; /* 12px */
  }

  .instaBtn_02 {
    width: 262px;
    max-width: 262px;
    height: 52px;
    padding: 12px 20px;
    font-size: 1.4rem;
    color: var(--gray);
    border: 1px solid var(--gray);
    font-weight: 500;
  }

  .SiosaiBtn {
    width: 262px;
    max-width: 262px;
    height: 52px;
    padding: 12px 20px;
    font-size: 1.2rem;
    color: var(--gray);
    border: 1px solid var(--gray);
  }
  .scrollbar-text_06 {
    top: -471px;
  }
  .scrollbar_06::before {
    top: -553px;
  }
  .scrollbar-text_06 {
    font-size: 1rem;
  }

  .copy {
    font-size: 1.2rem;
    padding-bottom: 32px;
  }
}
