@charset "utf-8";

body {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: #afafaf;
  height: auto !important;
}
img {
  max-width: 100%;
}

.pc {
  display: none;
}

.sp {
  display: block;
}
.scrollify {
  width: 100%;
  height: 100vh;
}
.content {
  text-align: justify;
  width: fit-content;
}
/*==================================
ヘッダー
===================================*/
h1 {
  text-align: center;
  padding-top: 40vh;
}

h1 img {
  width: 40vh;
}

header {
  height: 100vh;
}

h2 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin: 3rem auto 1rem;
  color: #999;
}
/*==================================
ラインナップ
===================================*/
.lineup {
  display: block;
  width: 100%;

  background-color: #c5c5c7;
}

.lineup_no {
  width: 120px;
  z-index: 10;
  position: absolute;
  top: 36%;
  left: 38%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.lineup_no img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.lineup_btn {
  margin: 2rem auto 0;
  text-align: center;
  border: 2px solid #fff;
}

.lineup_btn a {
  color: #fff;
  padding: 0.5rem;
  display: block;
}

.lineup_l {
  height: 90vw;
  width: 100%;
  margin-right: -38%;
  background: url(../_img/lineup_01.jpg) center no-repeat;
  background-size: cover;
}

.lineup_r {
  height: 90vw;
  width: 100%;
  background: url(../_img/lineup.gif) center no-repeat;
  background-size: cover;
}

.lineup_l2 {
  height: 90vw;
  width: 100%;
  margin-right: -38%;
  background: url(../_img/lineup_03.jpg) center no-repeat;
  background-size: cover;
}

.lineup_r2 {
  height: 90vw;
  width: 100%;
  background: url(../_img/lineup_04.jpg) center no-repeat;
  background-size: cover;
}
.lineup_l3 {
  height: 90vw;
  width: 100%;
  background: url(../_img/lineup_05.jpg) center no-repeat;
  background-position: 10%;
  background-size: cover;
}

.lineup_r3 {
  height: 90vw;
  width: 100%;
  background: url(../_img/lineup_06.jpg) center no-repeat;
  background-size: cover;
}

/*==================================
ブランドステートメント
===================================*/
.brandstatement {
  padding: 10rem 0 10rem;
  text-align: center;
  background: #000 no-repeat !important;
  background-position: center bottom 2px !important;
  background-image: url(../_img/bs_bg.png) !important;
  background-size: 90vw !important;
}

.bs_txt {
  max-width: 95vw;
  margin: 0 auto;
}

/*==================================
ナビゲーション
===================================*/
nav {
  position: fixed;
  top: 2%;
  right: 1%;
  text-align: right;
}

nav img {
  width: 90%;
}

/*==================================
背景切り替え
===================================*/
.bg-switcher {
  width: 100%;
  background-position: center center;
  background-size: cover;
}

/*==================================
ギャラリー
===================================*/
.photoGarelly {
  display: grid;
  grid-template-rows: 80vw 30vw 50vw 80vw 50vw;
  grid-template-columns: 50% 50%;
  max-width: 97%;
  margin: 3rem auto;
  padding: 2rem 0;
}

.photoGarelly li {
  margin: 5px;
  overflow: hidden;
  transition: all 1s;
}

.item01 {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 3;
}

.item02 {
  grid-row: 2 / 4;
  grid-column: 1 / 2;
}

.item03 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}

.item04 {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
}

.item05 {
  grid-row: 4 / 5;
  grid-column: 1 / 3;
}

.item06 {
  grid-row: 5 / 6;
  grid-column: 1 / 2;
}

.item07 {
  grid-row: 5 / 6;
  grid-column: 2 / 3;
}
.item08 {
  grid-row: 6 / 7;
  grid-column: 1 / 3;
}

.item09 {
  grid-row: 7 / 8;
  grid-column: 1 / 2;
}
.item10 {
  grid-row: 7 / 8;
  grid-column: 2 / 3;
}

.photoGarelly li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*==================================
フッター
===================================*/
footer {
  background: #000;
  padding: 1rem 0;
}
footer.top img {
  width: 130px;
  padding: 2rem 0;
}
ul.f_bnr {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}

ul.f_bnr li {
  width: 50%;
  text-align: center;
  padding: 1rem;
}

ul.f_txt {
  max-width: 800px;
  margin: 3rem auto;
  display: block;
}

.f_logo {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

.f_contact {
  width: 90%;
  margin: 0 auto;
  color: #ccc;
  padding: 1rem 0;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.8;
}

/*
/*
/*
/*
/*
/*
/*==================================
PC
===================================*/

@media screen and (min-width: 768px) {
  h1 img {
    width: 520px;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  /*==================================
ラインナップ
===================================*/
  .lineup {
    display: flex;
    width: 100%;
    position: relative;
  }

  .lineup_no {
    width: 120px;
    z-index: 10;
    position: absolute;
    top: 40vh;
    left: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .lineup_btn {
    margin: 2rem auto 0;
    text-align: center;
    border: 2px solid #fff;
  }

  .lineup_btn a {
    color: #fff;
    padding: 0.5rem;
    display: block;
  }

  .lineup_l {
    clip-path: polygon(0 0, 100% 0, 45% 100%, 0% 100%);
    height: 100vh;
    width: 70%;
    margin-right: -38%;
    background: url(../_img/lineup_01.jpg) center no-repeat;
    background-size: cover;
  }

  .lineup_r {
    clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%);
    height: 100vh;
    width: 70%;
    background: url(../_img/lineup.gif) center no-repeat;
    background-size: cover;
  }

  .lineup_l2 {
    clip-path: polygon(0 0, 100% 0, 45% 100%, 0% 100%);
    height: 100vh;
    width: 65%;
    margin-right: -38%;
    background: url(../_img/lineup_03.jpg) center no-repeat;
    background-size: cover;
  }

  .lineup_r2 {
    clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%);
    height: 100vh;
    width: 80%;
    background: url(../_img/lineup_04.jpg) center no-repeat;
    background-size: cover;
  }
  .lineup_l3 {
    clip-path: polygon(0 0, 100% 0, 45% 100%, 0% 100%);
    height: 100vh;
    width: 110%;
    margin-right: -40%;
    background: url(../_img/lineup_05.jpg) center no-repeat;
    background-position: center right 30%;
    background-size: cover;
  }

  .lineup_r3 {
    clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%);
    height: 100vh;
    width: 100%;
    background: url(../_img/lineup_06.jpg) 19% no-repeat;
    background-size: cover;
  }

  /*==================================
ブランドステートメント
===================================*/
  .brandstatement {
    padding: 10rem 0 20rem;
    background-size: 90vw !important;
  }

  .bs_txt {
    max-width: 80vw;
    margin: 0 auto;
  }

  /*==================================
ギャラリー
===================================*/
  .photoGarelly {
    grid-template-rows: 40vw 30vw 30vw 40vw 40vw;

    margin: 8rem auto;
    max-width: 80%;
  }

  /*==================================
フッター
===================================*/

  ul.f_bnr {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
  }
  footer.top img {
    width: 200px;
    padding: 4rem 0;
  }
  ul.f_bnr li {
    width: 50%;
    text-align: center;
    padding: 1rem;
  }

  ul.f_txt {
    max-width: 800px;
    margin: 3rem auto;
    display: flex;
  }

  .f_logo {
    width: 20%;
    text-align: center;
  }

  .f_contact {
    width: 80%;
    padding: 0;
    box-sizing: border-box;
    text-align: right;
  }
}

/*==================================
アニメーション
===================================*/
.fade {
  animation-name: fadein;
  animation-duration: 5s;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translatey(0);
  }

  to {
    opacity: 1;
    transform: translatey(0);
  }
}

/*==================================
画面に入ったらfadeUpTriggerが付属する
===================================*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}
