@charset "utf-8";

.company01,
.company02,
.company03,
.company04 {
  background-image: url(../img/noise.png);
}

.company01,
.company01img,
.company02,
.company04,
.company04img,
.company05 .catchEN {
  overflow: hidden;
}

.history span,
.shopRight h2 span,
.company05 .textColor,
.company05 .textColor02 {
  color: #92993F;
}

.overview h4,
.history span,
.company05 .textColor02,
.shopRight h3 {
  font-weight: bold;
}

.company01,
.company04 {
  background-color: #2A2B1B;
}

/* ----------------------------
           company01
----------------------------- */
.company01,
.company01img,
.company01 img {
  width: 100%;
  height: 100vh;
}

.company01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.company01 h1 {
  margin-left: 20px;
}

.company01 img {
  object-fit: cover;
}

/* ----------------------------
         company02
----------------------------- */
.company02 {
  padding: 7em 4em;
}

.company02 .flexbox,
.company02 .flexbox-rowreverse {
  gap: 7em;
  margin-top: 7em;
}

.company02 img {
  width: 45%;
  box-shadow: 2px 2px 15px #2A2B1B;
}

.overview {
  width: 100%;
  line-height: 1.6;
}

.overview h4 {
  font-size: clamp(16px, 1.53vw, 18px);
  margin-top: .5em;
}

.overview p {
  margin-left: 1em;
}

.history {
  width: 90%;
}

.history p:nth-of-type(1) {
  line-height: 1.7;
}

.history p:nth-of-type(2) {
  line-height: 1.5;
  margin-top: 2em;
}

/* ----------------------------
           company03
  ----------------------------- */
.company03 {
  padding: 5em 5em 10em;
}

.company03 .flexbox {
  gap: 4em;
  margin-top: 3em;
}

.company03 img {
  width: 25%;
  filter: drop-shadow(2px 2px 15px #2A2B1B);
}

.company03 p {
  display: block;
  width: 90%;
}

.company03 .text01 {
  margin: 3em auto 0;
  line-height: 1.7;
}

.company03 .text02 {
  line-height: 1.5;
  margin: 3.5em auto 0;
}

/* ----------------------------
           company04
  ----------------------------- */
.company04 {
  width: 100%;
}

.company04 .flexbox {
  gap: 1em;
  align-items: flex-start;
}

.company04img,
.company04 .company04img img,
.shopRight {
  width: 100%;
  height: 100vh;
}

.company04 .company04img img {
  object-fit: cover;
}

.shopRight {
  padding-top: 3em;
  position: relative;
}

.shopRight h2,
.shopRight h3 {
  line-height: 1;
  color: #EAEBD9;
}

.shopRight h2 {
  font-size: clamp(65px, 6vw, 95px);
  letter-spacing: .1em;
  text-align: right;
  margin-right: .1em;
}

.shopRight h2 span {
  font-size: clamp(75px, 7vw, 120px);
}

.shopRight h3 {
  font-size: clamp(30px, 3.5vw, 70px);
  letter-spacing: .2em;
  text-align: left;
  text-decoration: underline 1px solid #FFF8D4;
  margin-top: 1em;
}

.shopInfo {
  width: 100%;
  line-height: 1.6;
  margin-top: 2.5em;
}

.shopInfo p,
.shopInfo a {
  margin-left: .5em;
}

.shopInfo a {
  display: block;
  width: 100px;
  transition: all .3s;
}

.shopInfo a:hover {
  color: #FFF8D4;
}

.shopRight img {
  width: 48%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  bottom: 1%;
  right: 1%;
  box-shadow: 2px 2px 15px #1e1f18;
}

/* ----------------------------
           company05
  ----------------------------- */
.company05 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/noise.png), linear-gradient(#2A2B1B, #8E915D);
  width: 100%;
  height: 100vh;
}

.company05 .companyCatch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.company05 .space {
  padding-left: 30px;
}

.company05 .catchEN {
  display: flex;
  font-size: clamp(55px, 7vw, 90px);
}

.catchInner01 p,
.catchInner02 p {
  margin: 0;
  opacity: 0;
  animation: textanimation01 .5s forwards;
}

/* 1文字目 */
.catchInner01 p:nth-child(1) {
  animation-delay: .3s
}

/* 2文字目 */
.catchInner01 p:nth-child(2) {
  animation-delay: .5s
}

/* 3文字目 */
.catchInner01 p:nth-child(3) {
  animation-delay: .7s
}

/* 4文字目 */
.catchInner01 p:nth-child(4) {
  animation-delay: .9s
}

/* 5文字目 */
.catchInner01 p:nth-child(5) {
  animation-delay: 1.2s
}

/* 6文字目 */
.catchInner01 p:nth-child(6) {
  animation-delay: 1.4s
}

/* 7文字目 */
.catchInner01 p:nth-child(7) {
  animation-delay: 1.6s
}

/* 8文字目 */
.catchInner01 p:nth-child(8) {
  animation-delay: 1.8s
}

/* 9文字目 */
.catchInner01 p:nth-child(9) {
  animation-delay: 2s
}

/* 10文字目 */
.catchInner01 p:nth-child(10) {
  animation-delay: 2.2s
}

/* 11文字目 */
.catchInner01 p:nth-child(11) {
  animation-delay: 2.4s
}

/* 12文字目 */
.catchInner01 p:nth-child(12) {
  animation-delay: 2.6s
}

/* 13文字目 */
.catchInner01 p:nth-child(13) {
  animation-delay: 2.8s
}

/* 14文字目 */
.catchInner01 p:nth-child(14) {
  animation-delay: 3s
}

/* 15文字目 */
.catchInner01 p:nth-child(15) {
  animation-delay: 3.2s
}

/* 16文字目 */
.catchInner01 p:nth-child(16) {
  animation-delay: 3.4s
}

/* 17文字目 */
.catchInner01 p:nth-child(17) {
  animation-delay: 3.6s
}

/* 18文字目 */
.catchInner01 p:nth-child(18) {
  animation-delay: 3.8s
}

/* 19文字目 */
.catchInner02 p:nth-child(1) {
  animation-delay: 4s
}

/* 20文字目 */
.catchInner02 p:nth-child(2) {
  animation-delay: 4.2s
}

/* 21文字目 */
.catchInner02 p:nth-child(3) {
  animation-delay: 4.4s
}

/* 22文字目 */
.catchInner02 p:nth-child(4) {
  animation-delay: 4.6s
}

/* 22文字目 */
.catchInner02 p:nth-child(5) {
  animation-delay: 4.8s
}

/* 23文字目 */
.catchInner02 p:nth-child(6) {
  animation-delay: 5s
}

/* 24文字目 */
.catchInner02 p:nth-child(7) {
  animation-delay: 5.2s
}

/* 25文字目 */
.catchInner02 p:nth-child(8) {
  animation-delay: 5.4s
}

/* 26文字目 */
.catchInner02 p:nth-child(9) {
  animation-delay: 5.6s
}

/* 27文字目 */
.catchInner02 p:nth-child(10) {
  animation-delay: 5.8s
}

/* 28文字目 */
.catchInner02 p:nth-child(11) {
  animation-delay: 6s
}

/* 29文字目 */
.catchInner02 p:nth-child(12) {
  animation-delay: 6.2s
}

/* 30文字目 */
.catchInner02 p:nth-child(13) {
  animation-delay: 6.4s
}

@keyframes textanimation01 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* ----------------------------
           レスポンシブ
----------------------------- */
@media(max-width:800px) {

  /* ----------------------------
               company01
    ----------------------------- */
  .company01,
  .company01 img {
    display: block;
  }

  .company01 h1 {
    text-align: center;
    margin-top: 1.2em;
  }

  .company01img {
    margin-top: 1em;
  }

  /* ----------------------------
             company02
  ----------------------------- */
  .company02 {
    padding: 5em 1em;
  }

  .company02 .flexbox,
  .company02 .flexbox-rowreverse {
    display: block;
    margin-top: 3em;
  }

  .company02 img {
    display: block;
    width: 80%;
    margin: 0 auto 2em;
  }

  .overview {
    margin: 0 auto;
  }

  .overview h4 {
    font-size: clamp(16px, 3.5vw, 18px);
  }

  .history {
    margin: 0 auto;
  }

  .history p:nth-of-type(1) {
    line-height: 1.7;
  }

  /* ----------------------------
             company03
  ----------------------------- */
  .company03 {
    padding: 0 1em 5em;
  }

  .company03 .flexbox,
  .company03 img {
    display: block;
  }

  .company03 img {
    width: 60%;
    margin: 0 auto 2em;
  }

  .company03 p {
    width: 100%;
    margin: 0 auto;
  }

  /* ----------------------------
             company04
  ----------------------------- */
  .company04 {
    padding-bottom: 5em;
  }

  .company04 .flexbox {
    display: block;
  }

  .company04img,
  .company04 .company04img img {
    height: 50vh;
  }

  .shopRight {
    height: auto;
    padding: 3em 1em;
  }

  .shopRight h2 {
    font-size: clamp(40px, 12.5vw, 50px);
  }

  .shopRight h2 span {
    font-size: clamp(50px, 20vw, 60px);
  }

  .shopRight h3 {
    font-size: clamp(30px, 10vw, 40px);
    letter-spacing: .1em;
    margin-top: 1em;
  }

  .shopInfo {
    width: 100%;
    line-height: 1.5;
    margin-top: 1em;
  }

  .shopInfo a,
  .shopInfo a:hover {
    color: #FFF8D4;
  }

  .shopRight img {
    position: absolute;
    bottom: 1%;
    right: 1%;
  }

  /* ----------------------------
             company05
  ----------------------------- */
  .company05 {
    height: auto;
    padding: 5em 0;
  }

  .company05 .space {
    padding-left: .5em;
  }

  .company05 .catchEN {
    font-size: clamp(30px, 7.5vw, 40px);
  }

}