@charset "utf-8";


/* --------------------
フォント設定
--------------------*/

body,
div,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
button {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.05em;
}

/* 英字 */
.poiret-one-regular {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
}

/* -----------------------------------------------


共通


----------------------------------------------- */

body {
  background-color: #FFFFFF;
}

.section__title {
  text-align: center;
  color: #333333;
  margin-bottom: 90px;
}

.section__title {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

.section__title-en {
  font-size: 60px;
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.075em;
}

.section__title-ja {
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.section__title.white .section__title-en,
.section__title.white .section__title-ja {
  color: #fff;
}


/* -----------------------------------------------


仕切りセクション


----------------------------------------------- */

.divider__bg {
  background-image: url(../img/divider-bg.jpg);
}


/* -----------------------------------------------


ヘッダー


----------------------------------------------- */

.header {
  position: absolute;
}

.header__nav .nav__item a {
  color: #fff;
}

/* -----------------------------------------------


メインビジュアル


----------------------------------------------- */

#mv {
  padding: 0;
}

.hero__inner {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.hero__image {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 900px;
}

.hero__image img {
  height: 100%;
}

.hero__catchcopy {
  position: absolute;
  font-size: 58px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  font-weight: 600;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
}

.hero__catchcopy span {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-top: 2em;
}



/* -----------------------------------------------


私たちについて


----------------------------------------------- */

.section--about {
  padding: 140px 0 180px;
}

.section--about .section__inner {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.section--about .section__inner .left {
  padding: 30px 0;
}

.section--about .section__inner .right {
  width: 46%;
  flex-shrink: 0;
}

.section--about .section__inner .right img {
  height: 100%;
}

.section--about .section__title {
  align-items: start;
  flex-direction: row;
  justify-content: start;
  margin-bottom: 30px;
}

.section--about .section__title .section__title-ja {
  writing-mode: vertical-rl;
}

.section--about .section__title .section__title-en {
  font-size: 60px;
  width: 1em;
  word-break: break-all;
  line-height: 1;
}

.about__content {
  padding-left: 60px;
}

.about__content .p_1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.75;
  margin-bottom: 1.25em;
}

.about__content .p_2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
}


/* -----------------------------------------------


メニュー


----------------------------------------------- */

.section--menu {
  background-color: #F6F6F6;
}

/* -----------------------------------------------


店舗情報


----------------------------------------------- */

.info__table .info__row {
  border-color: #DEDEDE;
}


/* -----------------------------------------------


インスタグラム


----------------------------------------------- */

.section--insta {
  background-color: #F6F6F6;
  padding: 100px 0;
}

.section--insta .section__title {
  margin-bottom: 30px;
}

.section--insta .section__title-en {
  font-size: 40px;
}

.insta__wrap {
  max-width: 400px;
  margin: 0 auto;
}

.insta__link {
  border: 1px solid #333;
  color: #333;
  max-width: 400px;
  margin: 40px auto 0;
  font-weight: 500;
  line-height: 1.75;
  padding: 1em;
  display: block;
  text-align: center;
  border-radius: 0;
  background-color: transparent;
}

/* -----------------------------------------------


フッター


----------------------------------------------- */

.footer {
  background-color: #2C1400;
}

/* =========================================================
   Tablet（iPad） 768px〜1024px
========================================================= */
@media screen and (max-width: 1024px) {

  /* セクションタイトル */
  .section__title-en {
    font-size: 48px;
  }

  .section__title-ja {
    font-size: 16px;
  }


  /* メインビジュアル */
  #mv {
    /* padding-top: 135px; */
  }

  .hero__inner {
    width: 100%;
  }

  .hero__image {
    height: 600px;
  }

  .hero__catchcopy {
    font-size: 40px;
    /* left: 80px;
    bottom: 100px; */
  }


  /* About */
  .section--about {
    padding: 100px 0 140px;
  }

  .section--about .section__inner {
    flex-direction: column;
    gap: 60px;
  }

  .section--about .section__title {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
  }

  .section--about .section__title .section__title-en {
    font-size: 38px;
  }

  .section--about .section__inner .left {
    padding: 0;
  }


  .section--about .section__inner .right {
    width: 75%;
    height: 340px;
    margin: 0 auto;
  }

  .about__content {
    padding-left: 0;
  }




  .about__content .p_1 {
    font-size: 20px;
    margin-top: 0;
    text-align: center;
  }

  .about__content .p_2 {
    font-size: 18px;
    text-align: center;
  }





  .section--menu {
    padding-bottom: 120px;
  }
}


/* =========================================================
   Smartphone 〜767px
========================================================= */

@media screen and (max-width: 767px) {

  /* セクションタイトル */
  .section__title {
    margin-bottom: 50px;
  }
  .section__title-en {
    font-size: 36px;
  }

  .section__title-ja {
    font-size: 14px;
  }

  /* header */
  .header {
    background-color: #2C1400;
  }

  .header__nav {
    border-top: 1px solid #fff;
  }
  .header__nav .nav__item a {
    background-color: #2C1400;
    color: #fff;
  }

  .header__nav .nav__item--sns a {
    background-color: transparent;
  }

  .header__logo {
    margin-bottom: 10px;
  }

  /* hero */
  #mv {
    padding-top: 148px;
    padding-bottom: 0px;
  }

  .hero__inner {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }

  .hero__image {
    height: 400px;
  }

  .hero__image img {
    /* object-position: left; */
  }

  .hero__catchcopy {
    /* position: static; */
    line-height: 1.5;
    text-align: center;
    margin-top: 1em;
    /* color: #2C1400; */
    /* transform: initial; */
  }

  .hero__catchcopy span {
    font-size: 18px;
  }

  /* About */
  .section--about {
    padding: 80px 0 100px;
    background-color: #fff;
    color: #1F1F1F;
  }

  .section--about .section__inner {
    flex-direction: column;
    gap: 40px;
  }


  .section--about .section__title .section__title-ja {
    font-size: 14px;
    color: #1F1F1F;
  }

  .section--about .section__title .section__title-en {
    font-size: 30px;
    color: #1F1F1F;
  }

  .about__content .p_1 {
    font-size: 18px;
    color: #1F1F1F;
  }

  .about__content .p_2 {
    font-size: 14px;
    color: #1F1F1F;
  }

  .section--menu {
    padding-bottom: 100px;
  }

}