<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  font-size: 62.5%;
}

.store {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.store .title01 {
  margin-bottom: 55px;
}

.store .title01:before {
  font-size: 4.5rem;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.store #gallery_store h1.title01:before {
  content: "Gallery";
}

.store #feature_studio {
  margin: 100px 0 0;
  background: url(../../images/store02/back_feature_studio.jpg) no-repeat center center/cover;
  padding: 25px 0 66px;
}

.store #feature_studio .title01 {
  color: #fff;
  margin-bottom: 52px;
}

.store #feature_studio .title01:before {
  content: "Feature";
}

.store #feature_studio .box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1220px;
  margin: 0 auto;
  padding: 20px 0;
}

.store #feature_studio .box_flex .item {
  background-color: #fff;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.store #feature_studio .box_flex .item span.point {
  color: #efca95;
  font-size: 1.6rem;
  position: absolute;
  top: 5%;
}

.store #feature_studio .box_flex .item span.point span.number {
  font-size: 2.8rem;
  font-weight: 600;
}

.store #feature_studio .box_flex .item p {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
}

.store #feature_studio .box_flex .item:nth-child(2n-1) {
  top: -40px;
}

.store #feature_studio .box_flex .item:nth-child(2n) {
  top: 40px;
}

.store #costume {
  padding-bottom: 140px;
  margin-top: 0;
}

.store #costume .title01 {
  margin-bottom: 55px;
}

.store #costume .title01:before {
  content: "Clothing";
}

.store #costume ul.tab {
  max-width: 850px;
}

.store #costume ul.tab li.tab_menu {
  border: none;
  color: #fff;
  background-color: #9d9483;
  font-weight: 600;
  padding: 14px 10px;
}

.store #costume ul.tab li.tab_menu:before {
  border-top: 6px solid #fff;
  top: 50%;
  right: 20%;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.9;
}

.store #costume ul.tab_detail_wrap {
  max-height: 500px;
  max-width: 850px;
}

.store #costume ul.tab_detail_wrap li {
  height: 28vw;
  max-height: 260px;
}

.store #costume ul.tab_detail_wrap li a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.store .staff-intro {
  margin-top: 0;
  padding-bottom: 80px;
}

.store .staff-intro .title01 {
  background: url(../../images/store02/back_staff_h2.svg) repeat-x center 0;
  margin-top: -65px;
  margin-bottom: 80px;
  padding-top: 50px;
}

.store .staff-intro .title01:before {
  content: "Staff";
}

.store .box_information {
  background-color: #f9f4ee;
  padding: 60px 0 90px;
}

.store .box_information #information {
  background-color: #fff;
  padding: 40px;
  border-radius: 46px;
  max-width: 880px;
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.store .box_information #information h1.title01:before {
  content: "Information";
}

.store .box_information #information .block03 .inner02 {
  width: 600px;
}

.store .box_information #information .block03 .inner02 table th {
  border: none;
  font-size: 1.8rem;
  padding: 10px;
  vertical-align: top;
  width: 100px;
}

.store .box_information #information .block03 .inner02 table td {
  border: none;
  font-size: 1.8rem;
  padding: 10px;
}

.store .box_information #information .block03 .inner02 table td a {
  border-bottom: 1px solid #333333;
}

.store .box_information #access {
  margin-bottom: 40px;
  padding-top: 60px;
  margin-top: -60px;
}

.store .box_information #access h1.title01:before {
  content: "Access";
}

.store .box_information #access .map {
  max-width: 800px;
  width: 90%;
  height: 450px;
  margin: 0 auto;
  position: relative;
}

.store .box_information #access .map:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1) inset;
  pointer-events: none;
}

.store .gallery-slide .title01 {
  margin-bottom: 80px;
}

.store .gallery-slide .title01:before {
  content: "Instagram";
}

@media (max-width: 1300px) {
  html {
    font-size: 55%;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 50%;
  }
  .store .title01 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .store .title01:before {
    font-size: 30px;
  }
  .store .title01:after {
    content: none;
  }
  .store #gallery_store h1.title01 {
    font-size: 16px;
  }
  .store #gallery_store h1.title01:before {
    font-size: 30px;
  }
  .store #feature_studio {
    padding-bottom: 15px;
  }
  .store #feature_studio .title01 {
    margin-bottom: 5px;
  }
  .store #feature_studio .box_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
  }
  .store #feature_studio .box_flex .item {
    width: 118px;
    height: 118px;
    margin-bottom: 15px;
  }
  .store #feature_studio .box_flex .item span.point {
    font-size: 12px;
  }
  .store #feature_studio .box_flex .item span.point span.number {
    font-size: 18px;
  }
  .store #feature_studio .box_flex .item p {
    font-size: 11px;
    position: relative;
    top: 6px;
  }
  .store #feature_studio .box_flex .item:nth-child(2n-1) {
    top: auto;
  }
  .store #feature_studio .box_flex .item:nth-child(2n) {
    top: auto;
  }
  .store #costume {
    padding-top: 0;
  }
  .store #costume .title01 {
    margin-bottom: 0;
  }
  .store #costume ul.tab {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .store #costume ul.tab li.tab_menu {
    font-size: 10px;
    width: 40%;
    margin: 0;
    margin-bottom: 10px;
  }
  .store #costume ul.tab li.tab_menu ul.tab_item {
    top: 45px;
  }
  .store #costume ul.tab_detail_wrap {
    margin-top: 0;
  }
  .store .staff-intro .title01 {
    margin-bottom: 30px;
  }
  .store .box_information {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .store .box_information #information {
    padding: 15px;
  }
  .store .box_information #information .block03 .inner02 {
    width: 100%;
  }
  .store .box_information #information .block03 .inner02 table th {
    width: 27%;
  }
  .store .box_information #access {
    margin-bottom: 25px;
  }
  .store .box_information #access h1.title01 {
    margin-bottom: 0;
  }
  .store .box_information #access .map {
    height: 300px;
  }
  .store .box_information #access .map iframe {
    max-height: 300px;
  }
  .store .gallery-slide .title01 {
    margin-bottom: 40px;
  }
  .store .gallery-slide .insta-btn a {
    font-size: 10px;
  }
}
/*# sourceMappingURL=store02.css.map */</pre></body></html>