@charset "UTF-8";
/**** 共通カラー ****/
.section-mv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
.section-mv::after {
  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: 30.5555555556vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-mv::after {
    height: 100%;
  }
}
.section-mv .mv-text {
  position: absolute;
  left: 8.3333333333vw;
  bottom: 80px;
  z-index: 2;
  color: #ffffff;
  bottom: 132px;
}
@media screen and (max-width: 576px) {
  .section-mv .mv-text {
    left: 15px;
  }
}
.section-mv .mv-text h1 {
  font-size: clamp(4rem, 4.5vw, 5.6rem);
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 576px) {
  .section-mv .mv-text h1 {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
.section-mv .mv-text .sub-text {
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .section-mv .mv-text .sub-text {
    font-size: 16px;
  }
}
.section-mv .scroll-text {
  color: #ffffff;
  font-size: clamp(1.8rem, 2vw, 2rem);
  transform: rotate(90deg);
  position: absolute;
  right: 8.3333333333vw;
  bottom: 110px;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .section-mv .scroll-text {
    font-size: 12px;
    right: 0;
    bottom: 60px;
  }
}
.section-mv .scroll-text::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 2px;
  background-color: #ffffff;
  bottom: -20px;
  left: 0;
}
@media screen and (max-width: 576px) {
  .section-mv .scroll-text::before {
    width: 32px;
    bottom: -13px;
  }
}
.section-mv .scroll-text::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 2px;
  background-color: #ffffff;
  bottom: -20px;
  left: 0;
  transform-origin: top;
  transform: scaleY(0);
  animation: lineGrowDown 1.5s ease-in-out infinite;
}
@media screen and (max-width: 576px) {
  .section-mv .scroll-text::after {
    width: 100px;
    bottom: -13px;
  }
}
.section-mv .mv-swiper,
.section-mv .mv-swiper .swiper-wrapper,
.section-mv .mv-swiper .swiper-slide {
  width: 100%;
  height: 100vh;
}
.section-mv .mv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section-mv .mv-swiper .swiper-slide {
  backface-visibility: hidden;
}

.section-greetings {
  margin-top: 50vh;
  position: relative;
  z-index: 3;
  padding-top: 76.3888888889vw;
  background: linear-gradient(to top, rgb(8, 6, 5) 30%, rgba(8, 6, 5, 0) 100%);
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .section-greetings {
    padding-top: 223.4666666667vw;
    padding-bottom: 53.3333333333vw;
    background: linear-gradient(to top, rgb(8, 6, 5) 80%, rgba(8, 6, 5, 0) 100%);
  }
}
.section-greetings::before {
  content: "";
  background-image: url(../image/top/deco-greetings.webp);
  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: 1s, 1.5s;
}
.section-greetings.show::before {
  opacity: 1;
}
.section-greetings .inner-greetings {
  width: 45.6944444444vw;
  max-width: 658px;
  margin: auto;
  padding-top: 6.7361111111vw;
  padding-bottom: 30.3472222222vw;
}
@media screen and (max-width: 768px) {
  .section-greetings .inner-greetings {
    width: 100%;
    padding: 70px 20px 0 20px;
  }
}
.section-greetings .inner-greetings h2 {
  font-size: clamp(4rem, 4.5vw, 5.6rem);
  margin-bottom: 54px;
}
@media screen and (max-width: 576px) {
  .section-greetings .inner-greetings h2 {
    font-size: 44px;
    margin-bottom: 30px;
  }
}
.section-greetings .inner-greetings h2 .sub-text {
  font-family: "NotoSerifJP";
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 576px) {
  .section-greetings .inner-greetings h2 .sub-text {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.section-greetings .inner-greetings h2 .sub-text > span {
  position: relative;
  display: flex;
  align-items: center;
}
.section-greetings .inner-greetings h2 .sub-text > span::before {
  content: "";
  width: 57px;
  height: 1px;
  background-color: #ffffff;
  margin-right: 16px;
}
.section-greetings .inner-greetings .description {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 2.125;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .section-greetings .inner-greetings .description {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.section-greetings .inner-greetings .description:last-child {
  margin-bottom: 48px;
}
.section-greetings .inner-greetings .note {
  font-family: "ZenKurenaido-Regular";
  font-size: clamp(2rem, 2.3vw, 2.8rem);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .section-greetings .inner-greetings .note {
    font-size: 20px;
  }
}
.section-greetings .greetings-deco-bottom {
  width: 36.5277777778vw;
  height: 24.5138888889vw;
  position: absolute;
  left: 19.3055555556vw;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-greetings .greetings-deco-bottom {
    width: 53.3333333333vw;
    height: 33.0666666667vw;
    left: 15px;
    bottom: 36px;
  }
}
.section-greetings .greetings-deco-left {
  position: absolute;
  top: 76.3888888889vw;
  left: 0;
  width: 22.2916666667vw;
  height: 29.0972222222vw;
}
@media screen and (max-width: 768px) {
  .section-greetings .greetings-deco-left {
    width: 80vw;
    height: 53.3333333333vw;
    left: 0;
    top: 139.2vw;
  }
}
.section-greetings .greetings-deco-left-02 {
  position: absolute;
  top: 101.6666666667vw;
  left: 9.1666666667vw;
  width: 15.8333333333vw;
  height: 15.625vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-greetings .greetings-deco-left-02 {
    width: 42.6666666667vw;
    height: 28.8vw;
    left: 52vw;
    top: 178.1333333333vw;
  }
}
.section-greetings .greetings-deco-right {
  position: absolute;
  top: 85.4166666667vw;
  right: 5.5555555556vw;
  width: 12.2222222222vw;
  height: 16.25vw;
}
@media screen and (max-width: 768px) {
  .section-greetings .greetings-deco-right {
    display: none;
  }
}

.section-gallery {
  padding-top: 220px;
  background-color: #080605;
}
@media screen and (max-width: 768px) {
  .section-gallery {
    padding-top: 140px;
  }
}
.section-gallery .gallery-swiper {
  width: 100%;
  overflow: hidden;
}
.section-gallery .gallery-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section-gallery .gallery-swiper .swiper-slide {
  width: calc((100% - 20px) / 3);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .section-gallery .gallery-swiper .swiper-slide {
    width: calc((100% - 10px) / 2);
  }
}
.section-gallery .gallery-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.section-info {
  background-color: #080605;
  padding-top: 250px;
  padding-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-info {
    padding-top: 140px;
    padding-bottom: 160px;
  }
}
.section-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../image/top/deco_shopinfo.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17.3611111111vw;
  height: 18.8888888889vw;
  max-width: 250px;
  clip-path: inset(0 100% 100% 0);
  opacity: 0.2;
  transition: clip-path 2.8s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1.6s ease;
}
.section-info.show::before {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.section-info .inner-info {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .section-info .inner-info {
    flex-direction: column;
  }
}
.section-info .inner-info .info-tit {
  color: #ffffff;
  display: flex;
  justify-content: center;
  margin-right: 3.8888888889vw;
}
@media screen and (max-width: 576px) {
  .section-info .inner-info .info-tit {
    justify-content: flex-start;
    flex-direction: column-reverse;
    margin: 0 0 50px 0;
    text-align: left;
  }
}
.section-info .inner-info .info-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;
}
.section-info .inner-info .info-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: 576px) {
  .section-info .inner-info .info-tit .sub-text {
    writing-mode: unset;
    display: flex;
    align-items: center;
    padding-top: 0;
    margin: 0 0 16px 0;
  }
  .section-info .inner-info .info-tit .sub-text::before {
    display: inline-block;
    position: static;
    width: 57px;
    height: 1px;
    margin: 0 16px 0 0;
  }
}
.section-info .inner-info .info-tit h2 {
  width: 4.1666666667vw;
  max-width: 60px;
}
@media screen and (max-width: 576px) {
  .section-info .inner-info .info-tit h2 {
    width: 100%;
    max-width: 100%;
    font-size: 44px;
  }
}
.section-info .inner-info .info-tit h2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-info .inner-info .info-list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .section-info .inner-info .info-list {
    flex-direction: column;
  }
}
.section-info .inner-info .info-list .info-item {
  width: 45%;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .section-info .inner-info .info-list .info-item {
    width: 100%;
    margin-bottom: 60px;
  }
}
.section-info .inner-info .info-list .inner-info-item {
  position: relative;
  margin-bottom: 73px;
}
@media screen and (max-width: 576px) {
  .section-info .inner-info .info-list .inner-info-item {
    margin-bottom: 60px;
  }
}
.section-info .inner-info .info-list .inner-info-item .image {
  display: block;
  overflow: hidden;
}
.section-info .inner-info .info-list .inner-info-item .image img {
  transition: 0.6s;
}
.section-info .inner-info .info-list .inner-info-item .image:hover img {
  transform: scale(1.05);
}
.section-info .inner-info .info-list .inner-info-item .logo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  max-width: 130px;
  height: auto;
  margin: auto;
  transform: translateY(50%);
}
@media screen and (max-width: 576px) {
  .section-info .inner-info .info-list .inner-info-item .logo {
    max-width: 100px;
  }
}
.section-info .inner-info .info-list .text {
  text-align: center;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  margin-bottom: 26px;
  line-height: 1.625;
}
@media screen and (max-width: 576px) {
  .section-info .inner-info .info-list .text {
    font-size: 14px;
    text-align: left;
    margin: auto;
    margin-bottom: 30px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.section-info .inner-info .info-list .btn-flex {
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .section-info .inner-info .info-list .btn-flex {
    flex-direction: column;
  }
}
.section-info .inner-info .info-list .btn-flex .btn {
  width: 47%;
  border: solid 1px #ffffff;
  position: relative;
}
.section-info .inner-info .info-list .btn-flex .btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.7777777778vw;
  max-width: 40px;
  height: 1px;
  background-color: #ffffff;
  z-index: 2;
}
.section-info .inner-info .info-list .btn-flex .btn a {
  padding: 14px 0;
  display: block;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.section-info .inner-info .info-list .btn-flex .btn a span {
  position: relative;
  z-index: 2;
}
.section-info .inner-info .info-list .btn-flex .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #b69130;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}
.section-info .inner-info .info-list .btn-flex .btn a:hover::before {
  opacity: 1;
  left: 0;
}
@media screen and (max-width: 576px) {
  .section-info .inner-info .info-list .btn-flex .btn {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px;
  }
  .section-info .inner-info .info-list .btn-flex .btn:last-child {
    margin-bottom: 0;
  }
  .section-info .inner-info .info-list .btn-flex .btn::after {
    width: 40px;
  }
  .section-info .inner-info .info-list .btn-flex .btn a {
    font-size: 16px;
  }
}

.section-recruit {
  background-color: #080605;
  background-image: url(../image/top/recruit-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6.9444444444vw;
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .section-recruit {
    padding-top: 80px;
    padding-bottom: 100px;
    background-image: url(../image/top/recruit-bg-sp.webp);
  }
}
.section-recruit::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-recruit .inner-recruit {
  width: 42.7777777778vw;
  max-width: 616px;
  margin: auto;
  color: #ffffff;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-recruit .inner-recruit {
    width: 100%;
  }
}
.section-recruit .inner-recruit h2 {
  text-align: center;
  font-size: clamp(4rem, 4.5vw, 5.6rem);
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 576px) {
  .section-recruit .inner-recruit h2 {
    font-size: 44px;
    margin-bottom: 90px;
  }
}
.section-recruit .inner-recruit h2::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 48px;
  background-color: #ffffff;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  transform-origin: top;
  transform: scaleY(0);
  animation: lineGrowDown 1.5s ease-in-out infinite;
}
.section-recruit .inner-recruit .sub-text {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  text-align: center;
  margin-bottom: 24px;
  display: block;
}
@media screen and (max-width: 576px) {
  .section-recruit .inner-recruit .sub-text {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.section-recruit .inner-recruit .text {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.625;
}
@media screen and (max-width: 576px) {
  .section-recruit .inner-recruit .text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.section-recruit .inner-recruit .btn-flex {
  justify-content: space-between;
  padding: 0 15px;
}
@media screen and (max-width: 576px) {
  .section-recruit .inner-recruit .btn-flex {
    flex-direction: column;
  }
}
.section-recruit .inner-recruit .btn-flex .btn {
  width: 47%;
  border: solid 1px #ffffff;
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-recruit .inner-recruit .btn-flex .btn {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px;
  }
  .section-recruit .inner-recruit .btn-flex .btn:last-child {
    margin-bottom: 0;
  }
}
.section-recruit .inner-recruit .btn-flex .btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.7777777778vw;
  max-width: 40px;
  height: 1px;
  background-color: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .section-recruit .inner-recruit .btn-flex .btn::after {
    width: 40px;
  }
}
.section-recruit .inner-recruit .btn-flex .btn a {
  padding: 14px 0;
  display: block;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .section-recruit .inner-recruit .btn-flex .btn a {
    font-size: 16px;
  }
}
.section-recruit .inner-recruit .btn-flex .btn a span {
  position: relative;
  z-index: 2;
}
.section-recruit .inner-recruit .btn-flex .btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  display: inline-block;
}
.section-recruit .inner-recruit .btn-flex .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #b69130;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}
.section-recruit .inner-recruit .btn-flex .btn a:hover::before {
  opacity: 1;
  left: 0;
}
.section-recruit .inner-recruit .btn-flex .search-btn a span::before {
  background-image: url(../image/common/search-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  aspect-ratio: 1;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
}
.section-recruit .inner-recruit .btn-flex .cotact-btn a span::before {
  background-image: url(../image/common/mail-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 12.32px;
}
.section-recruit .recruit-deco-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 17.0833333333vw;
  height: 22.5vw;
  transform: translateY(-50px);
}
@media screen and (max-width: 768px) {
  .section-recruit .recruit-deco-left {
    width: 26.6666666667vw;
    height: 53.3333333333vw;
    max-width: 100px;
    max-height: 200px;
    transform: translateY(-50%);
  }
}
.section-recruit .recruit-deco-right {
  position: absolute;
  top: 6.9444444444vw;
  right: 0;
  width: 6.9444444444vw;
  height: 16.6666666667vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-recruit .recruit-deco-right {
    display: none;
  }
}
.section-recruit .recruit-deco-right-02 {
  position: absolute;
  top: 17.0138888889vw;
  right: 2.7777777778vw;
  width: 17.0833333333vw;
  height: 22.5vw;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .section-recruit .recruit-deco-right-02 {
    right: -5%;
    top: auto;
    bottom: -30%;
  }
}
@media screen and (max-width: 768px) {
  .section-recruit .recruit-deco-right-02 {
    width: 27.7333333333vw;
    height: 53.3333333333vw;
    max-width: 104px;
    max-height: 200px;
    right: 0;
  }
}

.section-contact {
  padding-top: 16.6666666667vw;
  padding-bottom: 16.6666666667vw;
  background-color: #080605;
}
@media screen and (max-width: 768px) {
  .section-contact {
    padding-top: 235px;
  }
}
.section-contact::before {
  content: "";
  background-image: url(../image/top/deco-contact.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 19.3055555556vw;
  height: 25.4861111111vw;
  opacity: 0.1;
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
  transition: clip-path 3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 2.4s ease;
  transition-delay: 0.5s, 0.9s;
}
.section-contact.show::before {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.section-contact .inner-contact {
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-contact .inner-contact {
    flex-direction: column;
  }
}
.section-contact .inner-contact .info-tit {
  color: #ffffff;
  display: flex;
  justify-content: center;
  margin-right: 7.6388888889vw;
}
@media screen and (max-width: 576px) {
  .section-contact .inner-contact .info-tit {
    justify-content: flex-start;
    flex-direction: column-reverse;
    align-items: center;
    margin: 0;
  }
}
.section-contact .inner-contact .info-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;
}
.section-contact .inner-contact .info-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: 576px) {
  .section-contact .inner-contact .info-tit .sub-text {
    writing-mode: unset;
    display: flex;
    align-items: center;
    padding-top: 0;
    margin: 0 0 16px 0;
  }
  .section-contact .inner-contact .info-tit .sub-text::before {
    display: none;
  }
}
.section-contact .inner-contact .info-tit h2 {
  width: 4.1666666667vw;
  max-width: 60px;
}
@media screen and (max-width: 576px) {
  .section-contact .inner-contact .info-tit h2 {
    width: 100%;
    max-width: 100%;
    font-size: 44px;
    text-align: center;
    margin-bottom: 90px;
    position: relative;
  }
  .section-contact .inner-contact .info-tit h2::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 48px;
    background-color: #ffffff;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    transform-origin: top;
    transform: scaleY(0);
    animation: lineGrowDown 1.5s ease-in-out infinite;
  }
}
.section-contact .inner-contact .info-tit h2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-contact .contact-list {
  width: 69.4444444444vw;
  flex-direction: column;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .section-contact .contact-list {
    width: 100%;
  }
}
.section-contact .contact-list .contact-item {
  padding-left: 4.8611111111vw;
}
@media screen and (max-width: 576px) {
  .section-contact .contact-list .contact-item {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
.section-contact .contact-list .contact-item .logo {
  width: 13.8888888889vw;
  max-width: 200px;
  margin-right: 5.5555555556vw;
}
@media screen and (max-width: 576px) {
  .section-contact .contact-list .contact-item .logo {
    width: 120px;
    height: auto;
    margin: 0 auto 40px;
  }
}
.section-contact .contact-list .contact-item .inner-contact-item .tel {
  margin-bottom: 16px;
}
@media screen and (max-width: 576px) {
  .section-contact .contact-list .contact-item .inner-contact-item .tel {
    text-align: center;
  }
}
.section-contact .contact-list .contact-item .inner-contact-item .tel span:first-child {
  font-size: clamp(2rem, 2.3vw, 2.8rem);
  display: inline-block;
  margin-right: 14px;
}
@media screen and (max-width: 576px) {
  .section-contact .contact-list .contact-item .inner-contact-item .tel span:first-child {
    font-size: 20px;
  }
}
.section-contact .contact-list .contact-item .inner-contact-item .tel span:last-child {
  font-size: clamp(3rem, 3.2vw, 4.4rem);
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .section-contact .contact-list .contact-item .inner-contact-item .tel span:last-child {
    font-size: 32px;
  }
}
.section-contact .contact-list .contact-item .inner-contact-item .text {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  margin-bottom: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .section-contact .contact-list .contact-item .inner-contact-item .text {
    text-align: center;
  }
}
.section-contact .contact-list .contact-item .inner-contact-item .text .space {
  display: inline-block;
  width: 1em;
}
@media screen and (max-width: 576px) {
  .section-contact .contact-list .contact-item .inner-contact-item .text .space {
    display: none;
  }
}
.section-contact .contact-list .contact-item .inner-contact-item .map-btn {
  font-family: "CormorantGaramond-Medium";
  width: 19.4444444444vw;
  max-width: 280px;
  border: solid 1px #ffffff;
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-contact .contact-list .contact-item .inner-contact-item .map-btn {
    width: 280px;
    margin: auto;
  }
}
.section-contact .contact-list .contact-item .inner-contact-item .map-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.7777777778vw;
  max-width: 40px;
  height: 1px;
  background-color: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .section-contact .contact-list .contact-item .inner-contact-item .map-btn::after {
    width: 40px;
  }
}
.section-contact .contact-list .contact-item .inner-contact-item .map-btn a {
  padding: 14px 0;
  display: block;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.section-contact .contact-list .contact-item .inner-contact-item .map-btn a span {
  position: relative;
  z-index: 2;
}
.section-contact .contact-list .contact-item .inner-contact-item .map-btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  display: inline-block;
}
.section-contact .contact-list .contact-item .inner-contact-item .map-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #b69130;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}
.section-contact .contact-list .contact-item .inner-contact-item .map-btn a:hover::before {
  left: 0;
  opacity: 1;
}
.section-contact .contact-list .socie-contact {
  padding-bottom: 4.8611111111vw;
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-contact .contact-list .socie-contact {
    padding-bottom: 50px;
  }
}
.section-contact .contact-list .socie-contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
.section-contact .contact-list .glamclub-contact {
  padding-top: 4.8611111111vw;
}
@media screen and (max-width: 576px) {
  .section-contact .contact-list .glamclub-contact {
    padding-top: 50px;
  }
}

.section-band {
  background-image: url(../image/top/band-bg.webp);
}/*# sourceMappingURL=top.css.map */