@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: #fff;
  letter-spacing: 0.05em;
}

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

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


共通


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

body {
  background-color: #1F1F1F;
}

.section__title {
  text-align: center;
  color: #fff;
  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);
}


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


ヘッダー


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


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


メインビジュアル


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

#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;
  left: 200px;
  bottom: 220px;
  font-size: 52px;
  line-height: 1.75;
  color: #fff;
  letter-spacing: 0.12em;
  font-weight: 600;
}

.hero__catchcopy span {
  display: inline-block;
  width: 5em;
}

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


私たちについて


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

.section--about {
  padding: 120px 0 240px;
}

.section--about .section__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 120px;
  max-width: 900px;
  margin: 0 auto;
}

.section--about .section__title {
  align-items: start;
  flex-direction: row;
}

.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 .p_1 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.75;
  margin-bottom: 1.25em;
  margin-top: 100px;
}

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


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


メニュー


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


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


インスタグラム


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

.section--insta {
  background-color: #414141;
}

.insta__link {
  border: 1px solid #fff;
  color: #fff;
  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;
}

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


フッター


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



/* =========================================================
   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 180px;
  }

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

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

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

  .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: #1F1F1F;
  }
  .header__nav .nav__item a {
    background-color: #414141;
    color: #fff;
  }

  /* hero */
  #mv {
    padding-top: 190px;
    padding-bottom: 100px;
  }

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

  .hero__image {
    height: 220px;
  }

  .hero__catchcopy {
    position: static;
    font-size: 24px;
    left: 20px;
    bottom: 100px;
    line-height: 1.5;
    text-align: center;
    margin-top: 1em;
  }

  .hero__catchcopy span {
    display: none;
  }

  /* About */
  .section--about {
    padding: 80px 0 120px;
    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;
  }

}