/*****
 * Width
*****/
/*****
 * Color
*****/
/*****
 * Color
*****/
/*****
 * Font
*****/
/*****
 * Line
*****/
.headingPhoto--outline {
  background: url(../imgs/bg-outline.jpg) no-repeat center right;
  background-size: cover;
}
.headingPhoto--imgNone {
  height: 160px;
  background: #220701;
}
@media only screen and (max-width: 768px) {
  .headingPhoto--imgNone {
    height: 32vw;
  }
}

.lowVisual .photo {
  background: url(../../imgs/img-mv.jpg) no-repeat center center;
  background-size: cover;
}

/* studioSection */
.studioSection {
  margin-top: -6px;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .studioSection {
    padding-top: 13.3333333333vw;
    padding-bottom: 16vw;
  }
}

/* intruductSection */
.intruductSection {
  position: relative;
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  /*
    &::before {
      content: '';
      position: absolute;
      top: -170px;
      bottom: 0;
      left: 0;
      width: calc(50% + 520px);
      height: auto;
      background: #fff;
      z-index: 0;
      @include sp {
        top: 0;
        width: 75%;
      }
    }
  */
}
@media only screen and (max-width: 768px) {
  .intruductSection {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.intruductSection .wrap--1200 {
  position: relative;
}
.intruductSection .btn--big {
  position: absolute;
  top: 0;
  right: 0;
  width: 43.3333333333%;
}
@media only screen and (max-width: 768px) {
  .intruductSection .btn--big {
    position: relative;
    width: auto;
    margin-top: 8vw;
  }
}

.introLead__row {
  margin-top: 160px;
}
@media only screen and (max-width: 768px) {
  .introLead__row {
    margin-top: 16vw;
  }
}
.introLead__item {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .introLead__item {
    width: 100%;
  }
}
.introLead__item:nth-of-type(2) {
  width: 43.3333333333%;
}
@media only screen and (max-width: 768px) {
  .introLead__item:nth-of-type(2) {
    width: 100%;
    margin-top: 8vw;
  }
}

.outlineSection {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .outlineSection {
    padding-bottom: 8vw;
  }
}
.outlineSection__block {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .outlineSection__block {
    margin-top: 16vw;
  }
}
.outlineSection .tblBlock {
  width: auto;
}
.outlineSection .wrap {
  margin-top: 80px;
}

.studioIntroSection {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .studioIntroSection {
    padding-top: 13.3333333333vw;
  }
}
.studioIntroSection .btn--big {
  width: 43.3333333333%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .studioIntroSection .btn--big {
    width: auto;
    margin-top: 8vw;
  }
}

.accessSection {
  /*
    padding-bottom: 100px;
    @include sp {
      padding-bottom: calc(160/750*100vw);
    }
  */
}
.accessSection__block {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .accessSection__block {
    margin-top: 16vw;
  }
}
.accessSection iframe {
  height: 600px;
  /*
      margin-top: 60px;
  */
}
@media only screen and (max-width: 768px) {
  .accessSection iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .accessSection .headingPhoto + .layoutCol {
    margin-top: 13.3333333333vw;
  }
}

.studioSwiper {
  overflow: hidden;
}
.studioSwiper .photo + .txt {
  margin-top: 20px;
}

.studioSlider {
  position: relative;
  margin-top: 40px;
}
.studioSlider .swiper-button-prev {
  top: calc(50% - 30px);
  left: -20px;
  width: 54px;
  height: 54px;
  background: #6e2e20;
}
@media only screen and (max-width: 768px) {
  .studioSlider .swiper-button-prev {
    width: 34px;
    height: 34px;
  }
}
.studioSlider .swiper-button-next {
  top: calc(50% - 30px);
  right: -20px;
  width: 54px;
  height: 54px;
  background: #6e2e20;
}
@media only screen and (max-width: 768px) {
  .studioSlider .swiper-button-next {
    width: 34px;
    height: 34px;
  }
}
.studioSlider .swiper-button-prev::after, .studioSlider .swiper-button-next::after {
  content: "";
}
.studioSlider__link {
  text-decoration: none;
}
.studioSlider__link .photo {
  overflow: hidden;
}
.studioSlider__link .photo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.studioSlider__link .photo img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.studioSlider__link:hover .photo::before {
  background: rgba(0, 0, 0, 0.2);
}
.studioSlider__link:hover .photo img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.studioSlider__head {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: italic;
  line-height: 1;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.studioSlider__head small {
  display: inline-block;
  margin-left: 5px;
  font-size: 70%;
}

.priceSection {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .priceSection {
    padding-top: 21.3333333333vw;
    padding-bottom: 8vw;
  }
}
.priceSection .headingPhoto + .wrap--1200 {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .priceSection .headingPhoto + .wrap--1200 {
    margin-top: 13.3333333333vw;
  }
}
.priceSection .btn--small {
  max-width: 320px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .priceSection .btn--small {
    margin-top: 10.6666666667vw;
  }
}
.priceSection .tblBlock__group {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .priceSection .tblBlock__group {
    margin-top: 16vw;
  }
}

.article .bnrList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article .bnrList--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article .bnrList__item {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 768px) {
  .article .bnrList__item {
    width: 100%;
  }
}
.article .bnrList__item:nth-child(n+2) {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .article .bnrList__item:nth-child(n+2) {
    margin-top: 4vw;
  }
}
.article .bnrList__item:nth-child(n+3) {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .article .bnrList__item:nth-child(n+3) {
    margin-top: 4vw;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .flex img {
    margin: 20px auto 0;
  }
}