@charset "UTF-8";
/**** 共通カラー ****/
@media screen and (max-width: 768px) {
  .section-mv.socie-mv {
    background-image: url(../image/info/socie-sp-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .section-mv.glam-mv {
    background-image: url(../image/info/glam-club-sp-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
  }
}
.section-mv .inner-mv {
  margin-top: 18.0555555556vw;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section-mv .inner-mv {
    margin-top: 0;
  }
}
.section-mv .tit {
  position: absolute;
  top: 0;
  left: 7.9861111111vw;
  transform: translateY(-60%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-mv .tit {
    top: 98.6666666667vw;
    left: 20px;
    transform: 0;
  }
}
.section-mv h1 {
  color: #ffffff;
}
.section-mv h1 .sub-text {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  position: relative;
  display: block;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-mv h1 .sub-text {
    font-size: 18px;
  }
}
.section-mv h1 .sub-text::before {
  content: "";
  width: 57px;
  height: 1px;
  background-color: #ffffff;
  margin-right: 16px;
  margin-top: 2px;
}
.section-mv h1 span:last-child {
  opacity: 0.8;
  font-family: "CormorantGaramond-Medium";
  font-size: clamp(5rem, 5.5vw, 10.8rem);
}
@media screen and (max-width: 768px) {
  .section-mv h1 span:last-child {
    font-size: 50px;
  }
}
.section-mv .text {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .section-mv .text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 14px;
  }
}
.section-mv .info-image {
  width: 72.7777777778vw;
  height: 41.6666666667vw;
}
@media screen and (max-width: 768px) {
  .section-mv .info-image {
    display: none;
  }
}
.section-mv .info-image-deco {
  width: 14.5833333333vw;
  height: 19.7222222222vw;
  margin-left: auto;
  margin-right: 0;
  padding-top: 7.2222222222vw;
}
@media screen and (max-width: 768px) {
  .section-mv .info-image-deco {
    display: none;
  }
}

.section-concept {
  color: #ffffff;
  margin-top: 11.1111111111vw;
  padding-bottom: 30.3472222222vw;
}
@media screen and (max-width: 768px) {
  .section-concept {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.section-concept::before {
  content: "";
  background-image: url(../image/top/deco-greetings.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  bottom: 20vw;
  width: 21.0416666667vw;
  height: 30.8333333333vw;
  opacity: 0.15;
  transition: clip-path 3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1.8s ease;
  transition-delay: 0.5s, 0.8s;
}
.section-concept.show::before {
  opacity: 0.7;
}
.section-concept .inner-concept {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .section-concept .inner-concept {
    width: 100%;
    padding: 0 20px;
  }
}
.section-concept .inner-concept .concept-item {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-left: 4.1666666667vw;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .section-concept .inner-concept .concept-item {
    padding: 0;
  }
}
.section-concept .inner-concept .sub-text {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  margin-bottom: 24px;
  position: relative;
  padding-top: 96px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-concept .inner-concept .sub-text {
    font-size: 14px;
    padding-top: 0;
    margin-bottom: 12px;
  }
}
.section-concept .inner-concept .sub-text::before {
  content: "";
  width: 57px;
  height: 1px;
  background-color: #ffffff;
  margin-right: 16px;
  margin-top: 2px;
}
.section-concept .inner-concept h2 {
  font-size: clamp(4rem, 4.5vw, 5.6rem);
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .section-concept .inner-concept h2 {
    font-size: 26px;
    margin: 0 auto 30px;
  }
}
.section-concept .inner-concept .text {
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  line-height: 1.9166666667;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .section-concept .inner-concept .text {
    font-size: 19px;
    margin-bottom: 26px;
    text-align: justify;
  }
}
.section-concept .inner-concept .description {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 2.125;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section-concept .inner-concept .description {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.6;
    text-align: justify;
  }
}
.section-concept .concept-deco-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 22.2916666667vw;
  height: 29.0972222222vw;
}
@media screen and (max-width: 768px) {
  .section-concept .concept-deco-left {
    top: auto;
    bottom: 96vw;
    width: 21.3333333333vw;
  }
}
@media screen and (max-width: 576px) {
  .section-concept .concept-deco-left {
    top: auto;
    bottom: 106.6666666667vw;
    width: 104px;
    height: 195px;
  }
}
.section-concept .concept-deco-left-02 {
  position: absolute;
  top: 21.3888888889vw;
  left: 9.1666666667vw;
  width: 15.8333333333vw;
  height: 17.7083333333vw;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .section-concept .concept-deco-left-02 {
    top: 32vw;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-concept .concept-deco-left-02 {
    top: auto;
    bottom: 80vw;
    left: 9.1666666667vw;
    width: 16vw;
  }
}
@media screen and (max-width: 576px) {
  .section-concept .concept-deco-left-02 {
    top: auto;
    bottom: 88vw;
    left: 9.1666666667vw;
    width: 101px;
    height: 113px;
  }
}
.section-concept .concept-deco-right {
  position: absolute;
  right: 5.5555555556vw;
  top: 10.6944444444vw;
  width: 12.2222222222vw;
  height: 16.25vw;
}
@media screen and (max-width: 768px) {
  .section-concept .concept-deco-right {
    top: auto;
    right: 0;
    bottom: 101.3333333333vw;
    width: 21.3333333333vw;
  }
}
@media screen and (max-width: 576px) {
  .section-concept .concept-deco-right {
    width: 98px;
    height: 176px;
  }
}
.section-concept .concept-deco-bottom {
  position: absolute;
  bottom: 0;
  left: 16.25vw;
  width: 36.5277777778vw;
  height: 24.5138888889vw;
}
@media screen and (max-width: 768px) {
  .section-concept .concept-deco-bottom {
    padding-top: 66.6666666667vw;
    position: static;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
  .section-concept .concept-deco-bottom {
    padding-top: 90.6666666667vw;
    position: static;
  }
}
.section-concept .loop-wrapper {
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .section-concept .loop-wrapper {
    bottom: 0;
    transform: translateY(8%);
  }
}
.section-concept .loop-wrapper .loop-inner {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section-concept .loop-wrapper .loop-inner {
    font-size: 100px;
  }
}

.section-gallery {
  margin-top: 16.6666666667vw;
}
@media screen and (max-width: 768px) {
  .section-gallery {
    margin-top: 42.4vw;
  }
}
.section-gallery .bg-gallery {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #080605;
  background-image: url(../image/top/recruit-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 36.9444444444vw;
}
@media screen and (max-width: 768px) {
  .section-gallery .bg-gallery {
    background-image: url(../image/info/socie-recruit-bg-sp.png);
    height: 53.3333333333vw;
  }
}
.section-gallery .bg-gallery::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 16.6666666667vw;
  z-index: 1;
}
.section-gallery .bg-gallery.glamclub-gallery {
  background-image: url(../image/info/gallery-bg.png);
  opacity: 0.8;
}
.section-gallery .inner-gallery {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 100px;
  margin: auto;
  color: #ffffff;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-gallery .inner-gallery {
    padding-top: 17.8666666667vw;
  }
}
.section-gallery .inner-gallery h2 {
  text-align: center;
  font-size: clamp(4rem, 4.5vw, 5.6rem);
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section-gallery .inner-gallery h2 {
    font-size: 34px;
    margin-bottom: 50px;
  }
}
.section-gallery .inner-gallery h2::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70px;
  background-color: #ffffff;
  top: -90px;
  left: 0;
  right: 0;
  margin: auto;
  transform-origin: top;
  transform: scaleY(0);
  animation: lineGrowDown 1.5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .section-gallery .inner-gallery h2::after {
    height: 56px;
    top: -60px;
  }
}
.section-gallery .inner-gallery .sub-text {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  text-align: center;
  margin-bottom: 24px;
  display: block;
}
@media screen and (max-width: 768px) {
  .section-gallery .inner-gallery .sub-text {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
.section-gallery .inner-gallery .gallery-list {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-gallery .inner-gallery .gallery-list .gallery-item {
  width: 48%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-gallery .inner-gallery .gallery-list .gallery-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .section-gallery .inner-gallery .gallery-list .gallery-item {
    margin-bottom: 14px;
  }
}

.section-access {
  padding-top: 13.8888888889vw;
  padding-bottom: 16.6666666667vw;
}
.section-access::before {
  content: "";
  background-image: url(../image/recruit/deco_contact.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15.2777777778vw;
  height: 15.5555555556vw;
  opacity: 0.15;
  transition: clip-path 3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1.8s ease;
  transition-delay: 0.5s, 0.8s;
}
.section-access.show::before {
  opacity: 0.7;
}
.section-access .access-tit {
  color: #ffffff;
  display: flex;
  justify-content: center;
  margin-right: 7.6388888889vw;
}
.section-access .access-tit .sub-text {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  writing-mode: vertical-rl;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 2.0833333333vw;
  padding-top: 64px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-access .access-tit .sub-text {
    font-size: 14px;
    margin-left: 10px;
    letter-spacing: 0.1em;
  }
}
.section-access .access-tit .sub-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 1px;
  background-color: #ffffff;
  height: 48px;
  margin: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section-access .access-tit .sub-text::before {
    height: 50px;
  }
}
.section-access .access-tit h2 {
  width: 4.1666666667vw;
  max-width: 60px;
}
@media screen and (max-width: 768px) {
  .section-access .access-tit h2 {
    width: 10.6666666667vw;
    max-width: 40px;
  }
}
.section-access .access-tit h2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-access .access-list {
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section-access .access-list {
    flex-direction: column;
  }
}
.section-access .shop-info {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .section-access .shop-info {
    width: 100%;
  }
}
.section-access .shop-info .logo {
  max-width: 120px;
  margin: auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-access .shop-info .logo {
    max-width: 70px;
    margin-left: 0;
    margin-right: auto;
    padding-bottom: 10px;
  }
}
.section-access .shop-info .inner-access-item {
  width: 100%;
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .section-access .shop-info .inner-access-item {
    padding-top: 16px;
  }
}
.section-access .shop-info .inner-access-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.3;
  width: 100%;
  height: 1px;
}
.section-access .shop-info .inner-access-item .tel {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  line-height: 1.2;
}
.section-access .shop-info .inner-access-item .tel span:first-child {
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  display: inline-block;
  margin-right: 14px;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .section-access .shop-info .inner-access-item .tel span:first-child {
    font-size: 16px;
    margin-right: 8px;
  }
}
.section-access .shop-info .inner-access-item .tel span:last-child {
  font-size: clamp(2.8rem, 3.2vw, 4rem);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .section-access .shop-info .inner-access-item .tel span:last-child {
    font-size: 30px;
  }
}
.section-access .shop-info .inner-access-item .text {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  text-align: center;
  line-height: 1.5555555556;
}
@media screen and (max-width: 768px) {
  .section-access .shop-info .inner-access-item .text {
    font-size: 14px;
    text-align: left;
  }
}
.section-access .map {
  width: 56%;
  height: 22.2222222222vw;
  max-height: 320px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-access .map {
    width: calc(100% - 40px);
    margin: 36px auto 0;
    padding: 0 20px;
    height: 52.5333333333vw;
  }
}
.section-access .map iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%) contrast(0.9) brightness(1.05);
}

.section-band {
  background-image: url(../image/info/band-bg.png);
}

.glam-club-band {
  background-image: url(../image/info/glam-band-bg.png);
}/*# sourceMappingURL=info.css.map */