@charset "UTF-8";
.sec-title {
  font-family: "Roboto", sans-serif;
  font-size: 8.9rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  height: 10.5rem;
  line-height: 10.5rem;
}
@media screen and (max-width: 768px) {
  .sec-title {
    font-size: 4.5rem;
    height: 5.3rem;
    line-height: 5.3rem;
  }
}
.sec-title--jp {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 1.2rem;
  line-height: 1.83;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .sec-title--jp {
    font-size: 1.4rem;
    line-height: 2rem;
    height: 2rem;
    margin-top: 0.1rem;
  }
}
.sec-text {
  margin-top: 4.22rem;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-text {
    margin-top: 3.6rem;
    font-size: 1.4rem;
    line-height: 1.78;
  }
}

main .top01 .tagline {
  white-space: nowrap;
  position: absolute;
  font-weight: 500;
  font-size: 3.1rem;
  letter-spacing: 0.07em;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  main .top01 .tagline {
    font-size: 2.6rem;
    line-height: 1.538;
  }
}
main .top01__item {
  position: relative;
  height: 100svh;
}
@media screen and (max-width: 768px) {
  main .top01__item {
    height: max(77rem, 100svh);
  }
}
main .top01__item p {
  font-family: "Noto Serif JP", sans-serif;
  position: absolute;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main .top01__item p {
    line-height: 2.18;
    width: 100%;
    padding-left: 3rem;
    left: 0 !important;
  }
}
main .top01__item02 p {
  top: 12.6rem;
  left: 21.5rem;
}
@media screen and (max-width: 768px) {
  main .top01__item02 p {
    top: 7.9rem;
    left: 3rem;
  }
}
main .top01__item03 p {
  top: 5.8rem;
  right: 12.9rem;
}
@media screen and (max-width: 768px) {
  main .top01__item03 p {
    right: unset;
    left: 3rem;
    top: 4.1rem;
  }
}
main .top01__item03 p:nth-child(2) {
  top: unset;
  bottom: 12.8rem;
  left: 14.6rem;
  right: unset;
}
@media screen and (max-width: 768px) {
  main .top01__item03 p:nth-child(2) {
    display: none;
  }
}
main .top01__item04 p {
  color: #000;
  position: absolute;
  left: 25rem;
  top: 8.7rem;
}
@media screen and (max-width: 768px) {
  main .top01__item04 p {
    top: 3.5rem;
    left: 3rem;
  }
  main .top01__item04 p span {
    display: none;
  }
}
main .top01__item04 p:nth-child(2) {
  display: none;
}
@media screen and (max-width: 768px) {
  main .top01__item04 p:nth-child(2) {
    display: block;
    top: unset;
    bottom: 8.4rem;
  }
}
main .top01__item05 p {
  top: 14.5rem;
  left: 17.7rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  main .top01__item05 p {
    top: 2.4rem;
    left: 3rem;
  }
}
main .top01__item05 p:nth-child(2) {
  top: unset;
  bottom: 6.8rem;
  left: unset;
  right: 23.6rem;
}
@media screen and (max-width: 768px) {
  main .top01__item05 p:nth-child(2) {
    left: 3rem;
    bottom: 2.9rem;
  }
}
main .topics {
  background-color: #fff;
  padding-top: 8.8rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 768px) {
  main .topics {
    padding-top: 2.4rem;
    padding-bottom: 6.7rem;
  }
}
main .topics-width {
  max-width: 101.8rem;
  padding-right: 2rem;
  padding-left: 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .topics-width {
    max-width: unset;
    width: auto;
    padding-left: 3rem;
    padding-right: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  main .topics-head {
    text-align: center;
  }
}
main .topics-items {
  padding-right: 7.7rem;
  margin-top: 3.76rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 29.3rem;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  main .topics-items {
    margin-top: 3.36rem;
    padding-right: 2.38rem;
    max-height: 36.4rem;
  }
}
main .topics-items::-webkit-scrollbar {
  background: #e3e0e0;
  width: 2px;
  height: 205px;
}
main .topics-items::-webkit-scrollbar-thumb {
  background-color: #707070;
  width: 2px;
}
main .topics-items::-webkit-scrollbar-thumb:hover {
  background-color: #707070;
}
main .topics-item {
  border-top: 1px solid #707070;
  padding-top: 2.34rem;
  padding-bottom: 2.34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  main .topics-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.75rem;
    padding-bottom: 2.4rem;
  }
}
main .topics-item:last-child {
  border-bottom: 1px solid #707070;
}
main .topics-date {
  margin-right: 8.9rem;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 1.56;
}
@media screen and (max-width: 768px) {
  main .topics-date {
    width: 100%;
    margin-right: 0;
  }
}
main .topics-title {
  margin-right: 8.9rem;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 1.56;
}
@media screen and (max-width: 768px) {
  main .topics-title {
    margin-top: 0.55rem;
    font-size: 1.4rem;
    width: 100%;
    margin-right: 0;
    line-height: 1.57;
  }
}
main .topics-btn {
  margin-top: 6.96rem;
}
@media screen and (max-width: 768px) {
  main .topics-btn {
    margin-top: 4rem;
  }
}
main .movie {
  background-color: #f3f3f3;
  padding-top: 6.3rem;
  padding-bottom: 10.39rem;
}
@media screen and (max-width: 768px) {
  main .movie {
    padding-top: 3.98rem;
    padding-bottom: 6.28rem;
  }
}
main .movie-head {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  main .movie-head {
    text-align: center;
  }
}
main .movie .swiper-movie {
  margin-top: 5.8rem;
}
@media screen and (max-width: 768px) {
  main .movie .swiper-movie {
    margin-top: 4.2rem;
  }
}
main .movie-item {
  max-width: 46.78vw;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  main .movie-item {
    max-width: 31.18rem;
  }
}
main .movie-item img {
  width: 100%;
}
main .movie-btn {
  margin-top: 7rem;
  position: relative;
  z-index: 2;
}
main .top02-container {
  position: relative;
  background-color: #fff;
}
main .top02-container .top02 {
  position: relative;
  height: 100vh;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main .top02-container .top02 {
    height: 27.4rem;
  }
}
main .top02-container .top02__bgWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main .top02-container .top02__bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
main .top02-container .top02-01 .top02__bg {
  background-color: #111;
  background: url(../images/index/bg06.png) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  main .top02-container .top02-01 .top02__bg {
    background: url(../images/index/bg06-sp.png) no-repeat top center/100% auto;
  }
}
main .top02-container .top02-02 .top02__bg {
  background-color: #333;
  background: url(../images/index/bg07_1.png) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  main .top02-container .top02-02 .top02__bg {
    background: url(../images/index/bg07-sp_1.png) no-repeat top center/100% auto;
  }
}
main .top02-container .top02-03 .top02__bg {
  background-color: #666;
  background: url(../images/index/bg08.png) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  main .top02-container .top02-03 .top02__bg {
    background: url(../images/index/bg08-sp.png) no-repeat top center/100% auto;
  }
}
main .top02-container .top02-04 .top02__bg {
  background-color: #999;
  background: url(../images/index/bg09.png) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  main .top02-container .top02-04 .top02__bg {
    background: url(../images/index/bg09-sp.png) no-repeat top center/100% auto;
  }
}
main .top02-container .top02-comment {
  position: absolute;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 3.7rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.62;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main .top02-container .top02-comment {
    top: 1.68rem !important;
    left: 3rem !important;
    font-size: 1.3rem;
    line-height: 1.69;
  }
}
main .top02-container .top02-link {
  position: absolute;
  padding-left: 12.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  height: 12.9rem;
  width: 45.8rem;
}
@media screen and (max-width: 768px) {
  main .top02-container .top02-link {
    bottom: 0 !important;
    height: 7.8rem;
    width: 100%;
    padding-left: 3rem !important;
  }
}
main .top02-container .top02-link .link-ja {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main .top02-container .top02-link .link-ja {
    font-size: 1.2rem;
  }
}
main .top02-container .top02-link .link-en {
  margin-top: 0.45rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 5.5rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main .top02-container .top02-link .link-en {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
    font-size: 4rem;
  }
}
main .top02-container .top02-link .link-more {
  margin-top: 0.45rem;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  main .top02-container .top02-link .link-more {
    height: 2.132rem;
    margin-top: 0;
    position: absolute;
    top: 3.28rem;
    right: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.1rem;
  }
}
main .top02-container .top02-link .link-more::after {
  margin-left: 0.74rem;
  content: "";
  display: block;
  width: 16.99rem;
  aspect-ratio: 343/13;
  background: url(../images/index/top02-arrow.png) no-repeat center center/100%;
}
@media screen and (max-width: 768px) {
  main .top02-container .top02-link .link-more::after {
    margin-left: 0;
    background: url(../images/index/top02-arrow.png) no-repeat center center/100%;
    aspect-ratio: 72.27/5.32;
    width: 7.227rem;
  }
}
main .top02-container .top02-01 .top02-comment {
  left: 12.6rem;
  top: 10.91rem;
}
main .top02-container .top02-01 .top02-link {
  bottom: 5.82rem;
  left: 0;
}
main .top02-container .top02-02 .top02-comment {
  color: #000;
  left: 12.6rem;
  top: 8.35rem;
}
main .top02-container .top02-02 .top02-link {
  padding-left: 6.5rem;
  bottom: 6.57rem;
  right: 0;
}
main .top02-container .top02-03 .top02-comment {
  color: #000;
  left: 12.6rem;
  top: 9.3rem;
}
main .top02-container .top02-03 .top02-link {
  bottom: 9.02rem;
  left: 0;
}
main .top02-container .top02-04 .top02-comment {
  left: 12.6rem;
  top: 9.25rem;
}
main .top02-container .top02-04 .top02-link {
  padding-left: 6.5rem;
  bottom: 7.13rem;
  right: 0;
}
main .rental_studio {
  position: relative;
  background-color: #fff;
  padding-top: 7.29rem;
  padding-bottom: 15.79rem;
}
@media screen and (max-width: 768px) {
  main .rental_studio {
    padding-top: 5rem;
    padding-bottom: 4.54rem;
  }
}
main .rental_studio-head {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 7.4rem;
  letter-spacing: 0;
  height: 8.7rem;
  line-height: 8.7rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main .rental_studio-head {
    font-size: 4.3rem;
    height: 5rem;
    line-height: 5rem;
    white-space: nowrap;
  }
}
main .rental_studio .swiper-rental_studio {
  margin-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  main .rental_studio .swiper-rental_studio {
    margin-top: 2.85rem;
  }
}
main .rental_studio-item {
  max-width: 64.28vw;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  main .rental_studio-item {
    max-width: 31.5rem;
  }
}
main .rental_studio-item img {
  width: 100%;
}
main .rental_studio .swiper-rental_studio--thumbnail {
  margin-top: 4rem;
  max-width: 65vw;
}
@media screen and (max-width: 768px) {
  main .rental_studio .swiper-rental_studio--thumbnail {
    display: none;
  }
}
main .rental_studio .swiper-rental_studio--thumbnail .rental_studio-item {
  max-width: 8.5vw;
}
main .rental_studio .swiper-rental_studio--thumbnail .swiper-slide-thumb-active img {
  border: 2px solid #000;
}
main .rental_studio-description {
  margin-top: 6.88rem;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description {
    margin-top: 1.83rem;
  }
}
main .rental_studio-description .desc-item {
  position: relative;
  padding-top: 3.72rem;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-item {
    padding-top: 2.27rem;
  }
}
main .rental_studio-description .desc-item:not(:first-child) {
  border-top: 1px solid #707070;
}
main .rental_studio-description .desc-item::before {
  content: "";
  position: absolute;
  top: 3rem;
  right: 3.2rem;
  display: block;
  background: url(../images/common/＋.png) no-repeat center center/contain;
  width: 2.8rem;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-item::before {
    top: 2.7rem;
    right: 0;
    background: url(../images/common/＋-sp.png) no-repeat center center/contain;
    width: 1.7rem;
    height: 2.5rem;
  }
}
main .rental_studio-description .desc-item.open::before {
  background: url(../images/common/ー.png) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-item.open::before {
    background: url(../images/common/ー-sp.png) no-repeat center center/contain;
  }
}
main .rental_studio-description .desc-title {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  line-height: 1.83;
  padding-bottom: 4rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: ease 0.3s opacity;
  transition: ease 0.3s opacity;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-title {
    font-size: 1.5rem;
    line-height: 2.2;
    padding-bottom: 2.87rem;
  }
}
main .rental_studio-description .desc-title:hover {
  opacity: 0.6;
}
main .rental_studio-description .desc-value {
  display: none;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value {
    font-size: 1.4rem;
    line-height: 1.428;
  }
}
main .rental_studio-description .desc-value01 {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value01 {
    padding-right: 2.3rem;
    padding-left: 2.3rem;
  }
}
main .rental_studio-description .desc-value02 {
  margin-bottom: 8.6rem;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value02 {
    margin-bottom: 3.63rem;
  }
}
main .rental_studio-description .desc-value02 table {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value02 table tr {
    height: 6.35rem !important;
  }
}
main .rental_studio-description .desc-value02 table caption {
  top: -2.8rem;
  right: 0;
  position: absolute;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
  line-height: 2.75;
  caption-side: top;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value02 table caption {
    font-size: 1rem;
  }
}
main .rental_studio-description .desc-value02 table tr {
  border-top: 1px solid #707070;
}
main .rental_studio-description .desc-value02 table tr:last-child {
  border-bottom: 1px solid #707070;
}
main .rental_studio-description .desc-value02 table tr:first-child {
  height: 6.3rem;
}
main .rental_studio-description .desc-value02 table tr:not(:first-child) {
  height: 4.8rem;
}
main .rental_studio-description .desc-value02 table th,
main .rental_studio-description .desc-value02 table td {
  border-left: 1px solid #707070;
  line-height: 1.428;
  letter-spacing: 0.07em;
  text-align: center;
  vertical-align: middle;
}
main .rental_studio-description .desc-value02 table th:last-child,
main .rental_studio-description .desc-value02 table td:last-child {
  border-right: 1px solid #707070;
}
main .rental_studio-description .desc-value02 table th:not(:first-child),
main .rental_studio-description .desc-value02 table td:not(:first-child) {
  width: 20.2%;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value02 table th:not(:first-child),
  main .rental_studio-description .desc-value02 table td:not(:first-child) {
    width: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value02 table th:last-child,
  main .rental_studio-description .desc-value02 table td:last-child {
    width: 7.2rem;
  }
}
main .rental_studio-description .desc-value02 table th {
  font-size: 1.4rem;
  background-color: #ededed;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value02 table th {
    font-size: 1rem;
    line-height: 1;
  }
  main .rental_studio-description .desc-value02 table th span {
    font-size: 0.8rem;
  }
}
main .rental_studio-description .desc-value02 table th:first-child {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value02 table th:first-child {
    font-size: 1rem;
  }
}
main .rental_studio-description .desc-value02 table td {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value02 table td {
    font-size: 1.4rem;
  }
}
main .rental_studio-description .desc-value02 ol {
  margin-top: 2.62rem;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value02 ol {
    margin-top: 1.67rem;
  }
}
main .rental_studio-description .desc-value02 ol li,
main .rental_studio-description .desc-value02 ol span {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 2.142;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value02 ol li,
  main .rental_studio-description .desc-value02 ol span {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value02 ol li:nth-child(2) {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}
main .rental_studio-description .desc-value02 ol span {
  display: block;
  padding-left: 1em;
}
main .rental_studio-description .desc-value03 {
  width: 69.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value03 {
    width: 100%;
  }
}
main .rental_studio-description .desc-value03 li:not(:first-child) {
  margin-top: 2.47rem;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value03 li:not(:first-child) {
    margin-top: 1.55rem;
  }
}
main .rental_studio-description .desc-value03 .label {
  text-align: left;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value03 .label {
    font-size: 1.2rem;
  }
}
main .rental_studio-description .desc-value03 .label span {
  margin-top: 0.2rem;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.9rem;
  font-weight: 500;
  color: #fff;
  background-color: #cb3d63;
  height: 1.9rem;
  width: 4.18rem;
  margin-left: 1.65rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value03 .label span {
    font-size: 0.8rem;
    height: 1.336rem;
    line-height: 1.336rem;
    width: 2.92rem;
    margin-left: 1rem;
  }
}
main .rental_studio-description .desc-value03 input[type=text],
main .rental_studio-description .desc-value03 input[type=email],
main .rental_studio-description .desc-value03 input[type=tel],
main .rental_studio-description .desc-value03 textarea {
  margin-top: 1.03rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value03 input[type=text],
  main .rental_studio-description .desc-value03 input[type=email],
  main .rental_studio-description .desc-value03 input[type=tel],
  main .rental_studio-description .desc-value03 textarea {
    margin-top: 0.98rem;
  }
}
main .rental_studio-description .desc-value03 textarea {
  height: 25.7rem;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value03 textarea {
    height: 18rem;
  }
}
main .rental_studio-description .desc-value03 input[type=text],
main .rental_studio-description .desc-value03 input[type=email],
main .rental_studio-description .desc-value03 input[type=tel] {
  height: 4.5rem;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value03 input[type=text],
  main .rental_studio-description .desc-value03 input[type=email],
  main .rental_studio-description .desc-value03 input[type=tel] {
    height: 3.93rem;
  }
}
main .rental_studio-description .desc-value03 .send_btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background: transparent;
  display: block;
  width: 14.6rem;
  height: 3.5rem;
  line-height: 3.5rem;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin: 0 auto;
  margin-top: 4.07rem;
  margin-bottom: 8.9rem;
}
@media screen and (max-width: 768px) {
  main .rental_studio-description .desc-value03 .send_btn input {
    font-size: 0.9rem;
    height: 2.26rem;
    line-height: 2.26rem;
    width: 12.94rem;
    margin-top: 3.34rem;
    margin-bottom: 0;
  }
}
main .rental_studio .bottom_line {
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  main .rental_studio .bottom_line {
    display: none;
  }
}
main .contact {
  background: url(../images/common/contact-bnr2.png) no-repeat center center/cover;
  background-color: #000;
  width: 100%;
  padding-top: 9.65rem;
  padding-bottom: 12.75rem;
}
@media screen and (max-width: 768px) {
  main .contact {
    padding-top: 5.8rem;
    padding-bottom: 8.3rem;
    background: url(../images/common/contact-bnr2-sp.png) no-repeat center center/cover;
    background-color: #000;
  }
}
main .contact-title {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 7.4rem;
  font-weight: 700;
  letter-spacing: 0;
  height: 8.7rem;
  line-height: 8.7rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main .contact-title {
    font-size: 4.5rem;
    height: 5.3rem;
    line-height: 5.3rem;
  }
}
main .contact-btn {
  width: 21.2rem;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.4rem;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin: 0 auto;
  margin-top: 6.25rem;
  display: block;
}
@media screen and (max-width: 768px) {
  main .contact-btn {
    width: 16.8rem;
    margin-top: 1.42rem;
  }
}

.bg-set,
.bg-set-sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: -1; /* 
背景として表示するため */
}

.bg-set-sp {
  height: max(77rem, 100svh);
}

.bg-set img,
.bg-set-sp img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}