@charset "UTF-8";
.hero {}
.hero-image {
  position: relative;
}
.hero-image picture {
  position: absolute;
  top: 0;
  right: 0;
  width: 1050px;
  max-width: 80%;
  height: 1050px;
  margin-right: 2%;
}
.hero-image picture media ,
.hero-image picture img {
  width: 100%;
  max-width: 100%;
  height: 1100px;
  object-fit: cover;
}
.paninari-wrap {
  position: relative;
  width: 970px;
  max-width: 80%;
  top: 350px;
  left: 2%;
}
.pani-1,
.pani-2,
.pani-3,
.pani-4,
.pani-5,
.pani-6,
.pani-7,
.pani-8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.slash {
  position: absolute;
  top: 480px;
  left: 2%;
}
.intro {
  position: absolute;
  top: 650px;
  left: 2%;
  max-width: 80%;
}
.scroll {
  position: absolute;
  right: 60px;
  top: 650px;
  z-index: 100;
  width: 30px;
}
.gallery {
  margin-top: 1300px;
/*  border: #000 1px dashed;*/
}
.gallery h2 {
  display: none;
}
.gallery-items {
  position: relative;
  width: 1188px;
  height: 880px;
  max-width: 80%;
  margin: 60px auto 60px auto;
}
.gallery-item3 {
  position: absolute;
  top: 0px;
  left: 0px;
}
.gallery-item2 {
  position: absolute;
  top: 0px;
  left: 0px;
}
.gallery-item1 {
  position: absolute;
  top: 0px;
  left: 0px;
}
.message {
  width: 620px;
  max-width: 90%;
  margin: 180px auto 90px;
  position: static;
}
.message h2 {
  text-align: center;
}
.beyou-slash {
  margin: 50px auto 50px;
  width: 134px;
}
.message p {
  font-size: 18pt;
  line-height: 200%;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.shop {
  width: 1080px;
  margin: 180px auto 90px;
}
.shop h2 {
  width: 150px;
  margin-right: 90px;
  float: left;
}
.shop-list {
  margin-left: 260px;
}
.shop-img {
  margin-bottom: 40px;
}
.shop-name {
  margin-bottom: 40px;
  font-size: 20pt;
}
.shop-data {
  margin-bottom: 40px;
  font-size: 16pt;
  line-height: 150%;
}
.shop01 {
  margin-bottom: 90px;
}
.brand {
  width: 800px;
  max-width: 90%;
  margin: 180px auto 90px;
}
.brand h2 {
  text-align: center;
}
.brand-list {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
  align-items: center;
  justify-items: center;
  list-style: none;
  margin-top: 30px;
}
.brand-list li img {
  object-fit: contain;
  filter: grayscale(30%);
}

/* 会社情報 */
.company {
  width: 1160px;
  max-width: 90%;
  margin: 180px auto 180px;
}
.company h2 {
  width: 280px;
  margin-right: 60px;
  float: left;
}
.company dl {
  margin-left: 340px;
  width: calc(100% - 340px);
  max-width: 90%;
  margin: 0px auto;
  overflow: hidden;
}

.company dt {
  float: left;
  width: 25%;
  padding: 30px 20px 30px 20px;
  box-sizing: border-box;
  border-bottom: 2px solid #333333;
  clear: both;
  font-weight: 400;
  font-size: 16pt;
}

.company dd {
  margin-left: 25%;
  padding: 30px 20px 31px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #333333;
  font-weight: 200;
  font-size: 16pt;
}

@media only screen and (max-width:1188px){
  .gallery {
    margin-top: 1200px;
  }
  .gallery-items {
    position: relative;
    width: 90%;
    max-width: 90%;
    height: calc(100vw - 35vw);
  }
  .shop {
    width: 90%;
  }
  .shop-list {
    margin-left: 250px;
    width: calc(100% - 250px);
  }
  /* 会社情報 */
  .company {
    width: 90%;
    max-width: 90%;
  }
  .company h2 {
    width: 280px;
    margin-right: 0px;
    float: none;
    margin: 0px auto 40px auto;
  }
  .company dl {
    margin-left: 0px;
    width: 700px;
    max-width: 90%;
    margin: 0px auto;
    overflow: hidden;
  }
}
@media only screen and (max-width:800px){
  .hero-image picture {
    width: 80%;
    height: auto;
  }
  .hero-image picture media ,
  .hero-image picture img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    object-position: 0% 0%;
  }
  .scroll {
    right: 40px;
    top: 550px;
    width: 25px;
  }
  .gallery {
    margin-top: 900px;
  }
  .slash {
    top: 440px;
    width: 90px;
  }
  .intro {
    top: 550px;
    max-width: 80%;
  }
  .beyou-slash {
    margin: 40px auto 40px;
    width: 90px;
  }
  .shop {
    width: 90%;
  }
  .shop h2 {
    width: 147px;
    text-align: center;
    margin: 0px auto 60px;
    float: none;
  }
  .shop-list {
    margin-left: 0px;
    width: 100%;
  }
  .company dt {
    font-size: 14pt;
  }
  .company dd {
    font-size: 14pt;
  }
}

@media only screen and (max-width:640px){
  .paninari-wrap {
    top: 300px;
  }
  .slash {
    top: 380px;
    width: 90px;
  }
  .intro {
    top: 500px;
    max-width: 80%;
  }
  .shop-img {
    margin-bottom: 20px;
  }
  .shop-name {
    margin-bottom: 20px;
    font-size: 15pt;
  }
  .shop-data {
    margin-bottom: 20px;
    font-size: 13pt;
    line-height: 150%;
  }
  .shop01 {
    margin-bottom: 30px;
  }
  .company dt {
    float: none;
    width: 100%;
    border-bottom: 1px solid #333333;
    padding-bottom: 15px;
  }
  .company dd {
    margin-left: 0;
    width: 100%;
    border-bottom: none;
    padding-top: 15px;
  }
}

@media only screen and (max-width:450px){
  .paninari-wrap {
    top: 220px;
  }
  .slash {
    top: 280px;
    width: 90px;
  }
  .intro {
    top: 400px;
    max-width: 80%;
  }
  .scroll {
    position: absolute;
    right: 20px;
    top: 400px;
    z-index: 100;
    width: 20px;
  }
  .message {
    margin: 120px auto 90px;
  }
  .message p {
    font-size: 12pt;
  }
  .shop {
    margin: 90px auto 90px;
  }
  .shop h2 {
    width: 110px;
    margin: 0px auto 30px;
  }
  .shop-name {
    margin-bottom: 10px;
    font-size: 12pt;
  }
  .shop-data {
    margin-bottom: 10px;
    font-size: 11pt;
    line-height: 150%;
  }
  .brand {
    margin: 90px auto 90px;
  }
  .brand h2 {
    width: 110px;
    margin: 0px auto 30px;
  }
  .company {
    margin: 90px auto 90px;
  }
  .company h2 {
    width: 175px;
    margin: 0px auto 30px;
  }
  .company dt {
    font-size: 12pt;
  }
  .company dd {
    font-size: 12pt;
  }
}