@charset "UTF-8";
/** -----------------------------------
メインビジュアル
-------------------------------------**/
#mainvisual{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  font-family: "Zen Old Mincho", serif;
}
#mainvisual::before{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(117, 115, 115, 0.79);
  position: absolute;
  z-index: 1;
}
#mainvisual::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 33%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.42), rgba(102, 102, 102, 0));
  z-index: 2;
}
#mainvisual .mainvisual-img{
  width: 100%;
  height: 100%;
}
#mainvisual .mainvisual-img img{
  object-fit: cover;
  object-position: 30vw 50%;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}
#mainvisual .title-wrap{
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: left;
  z-index: 2;
  top: 56%;
  left: 7vw;
  transform: translateY(-50%);
}
#mainvisual .title-wrap p{
  font-weight: 500;
  line-height: 1.3;
  font-size: clamp(3rem,9.6vw,9.6rem);
  letter-spacing: 0.08em;
}
#mainvisual .title-wrap span{
  font-size: 0.23em;
  display: block;
  font-weight: 400;
  margin-top: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#mainvisual .scroll{
  position: absolute;
  bottom: 0vw;
  right: calc(2em + 3.5vw);
  color: #fff;
  z-index: 3;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap:24px;
  transform: rotate(90deg);
  transform-origin: right bottom;
  white-space: nowrap;
}
#mainvisual .scroll::after{
  content: "";
  display: inline-block;
  width: 40vh;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(102, 102, 102, 0));
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 570px){
  #mainvisual .title-wrap{
    top: 50%;
  }
  #mainvisual .title-wrap span{
    font-size: 0.35em;
  }
  #mainvisual .scroll{
    display: none;
  }
}


/** -----------------------------------
about
-------------------------------------**/
#about{
  background: linear-gradient(0deg, rgb(0, 0, 0), rgb(26, 105, 168));
  color: #fff;
}
#about .section-title{
  font-size: clamp(1.8rem,4vw,4.4rem);
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}
#about p{
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  max-width: 630px;
  width: 100%;
  margin: 5em auto 0;
  letter-spacing: 0.05em;
}
#about .sp_newline{
  display: none;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 570px){
  #about .sp_newline{
    display: block;
  }
  #about p{
    font-size: 1.5rem;
    font-weight: 400;
  }
  #about .section-title{
    font-size: clamp(2.0rem, 6vw, 4.4rem);
  }
}


/** -----------------------------------
事業内容
-------------------------------------**/
#service{
  background-color: #f8f7f6;
}
#service .flex-container{
  align-items: center;
}
#service .flex-container:not(:last-of-type){
  margin-bottom: 96px;
}
#service .flex-container:nth-child(3){
  flex-direction: row-reverse;
}
#service .flex-container .flexImg{
  width: 55%;
  height: 520px;
  border-radius: 10px;
  box-shadow: 30px 50px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  filter: brightness(0.7);
}
#service .flex-container .flexImg img{
  height: 100%;
}
#service .flex-container .flexText{
  width: 40%;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
  #service .flex-container{
    gap: 40px 0;
  }
  #service .flex-container .flexImg{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }
  #service .flex-container .flexText{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 570px){
  #service .flex-container{
    gap:20px 0;
  }
  #service .flex-container .flexImg{
    box-shadow: 20px 25px 20px rgba(0, 0, 0, 0.1);
  }
  #service .flex-container:not(:last-of-type){
    margin-bottom: 40px;
  }
}


/** -----------------------------------
６つの運営店舗
-------------------------------------**/
#stores{
  background-color: #f0f0f0;
}
#stores .flex-container{
  gap:20px;
}
#stores .flex-container .flexItem{
  width: calc(50% - 10px);
  height: 260px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  border-radius: 12px;
  overflow: hidden;
}
#stores .flex-container .flexItem figure{
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#stores .flex-container .flexItem figure::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#stores .flex-container .flexItem .number{
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
}
#stores .flex-container .flexItem .title{
  padding: 0.5em 0.75em;
  border-radius: 4px;
  font-size: 20px;
  letter-spacing: 0.02em;
  background-color: #fff;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
}
@media screen and (max-width: 768px){
  #stores .flex-container .flexItem{
    width: 100%;
  }
}
@media screen and (max-width: 570px){
  #stores .flex-container .flexItem{
    height: 200px;
  }
  #stores .flex-container .flexItem .title{
    font-size: 16px;
  }
}
