@charset "UTF-8";
html {
  scroll-padding-top: 60px;
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 80px;
  }
}

.archiveStudio_btn {
  position: fixed;
  right: 5%;
  bottom: 80px;
}
@media screen and (min-width: 769px) {
  .archiveStudio_btn {
    right: 24px;
    bottom: 24px;
  }
}
.archiveStudio_btn button {
  cursor: pointer;
  display: block;
  background: #ECECEC;
  border: 1px solid #fff;
  border-radius: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 25px 15px 50px;
  position: relative;
}
.archiveStudio_btn button::before {
  content: "";
  background-image: url(../../img/icon_search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 16px;
}
.archiveStudio_btn button span {
  color: #9a0049;
}

/* モーダルウィンドウ
------------------------------------------------------------*/
/* モーダル黒背景 */
.layer {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s linear, visibility 0.4s linear, z-index 0.4s linear;
}
.layer.is-open {
  z-index: 1999;
  opacity: 1;
  visibility: visible;
}
.layer.is-open .modal {
  opacity: 1;
  visibility: visible;
}

/* モーダルコンテンツ */
.modal {
  position: relative;
  margin: 90px auto;
  width: 82%;
  max-width: 1000px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}
@media screen and (min-width: 769px) {
  .modal {
    width: 73.4%;
  }
}
.modal_btn {
  position: relative;
  width: fit-content;
  margin: 0 0 24px auto;
}
.modal_btn::before, .modal_btn::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  background: #F2F2F2;
  right: -4px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.modal_btn::before {
  transform: rotate(45deg);
}
.modal_btn::after {
  transform: rotate(-45deg);
}
.modal_btn .close-button {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  display: block;
}
.modal_inner {
  position: relative;
  background: #F2F2F2;
  border-radius: 4px;
  display: block;
  padding: 16px 16px 32px 16px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .modal_inner {
    padding-left: 24px;
  }
}
.modal_inner-box-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  padding-left: 36px;
}
.modal_inner-box-ttl::before {
  content: "";
  background-image: url(../../img/icon_search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
@media screen and (min-width: 769px) {
  .modal_inner-box-ttl::before {
    left: -8px;
  }
}
.modal_inner-box-list {
  margin-top: 16px;
  height: 124.7vw;
  max-height: calc(100dvh - 280px);
  overflow-y: scroll;
  padding-right: 16px;
}
@media screen and (min-width: 769px) {
  .modal_inner-box-list {
    height: 35.3vw;
  }
}
.modal_inner-box-list-item {
  padding: 16px 0;
  gap: 8px 36px;
  border-bottom: 1px solid #D5D2D2;
}
.modal_inner-box-list-item:nth-of-type(1) {
  border-top: 1px solid #D5D2D2;
}
.modal_inner-box-list-item-ttl {
  width: 100%;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .modal_inner-box-list-item-ttl {
    width: 110px;
  }
}
.modal_inner-box-list-item-ttl span {
  font-size: 16px;
  font-size: 1.6rem;
  color: #9a0049;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
.modal_inner-box-list-item-box {
  gap: 8px 16px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modal_inner-box-list-item-box {
    width: calc(100% - 146px);
    gap: 8px;
  }
}
.modal_inner-box-list-item-box li {
  width: 110px;
}
.modal_inner-box-list-item-box li a {
  display: block;
  border: 1px solid #6E6565;
  border-radius: 2px;
  position: relative;
  padding: 8px 16px;
  width: 100%;
}
.modal_inner-box-list-item-box li a::before {
  content: "";
  background-image: url(../../img/arrow.svg);
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 12px;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}
.modal_inner-box-list-item-box li a:hover::before {
  transform: rotate(45deg);
}

.archiveStudio01 {
  position: relative;
  padding-top: 50vw;
}
@media screen and (min-width: 769px) {
  .archiveStudio01 {
    padding-top: 0;
  }
}
.archiveStudio01::before {
  content: "";
  background-image: url(../../img/img_studio_map.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 90%;
  height: 75%;
  right: 0;
  left: 0;
  margin: auto;
  top: -34%;
}
@media screen and (min-width: 769px) {
  .archiveStudio01::before {
    width: 47.7%;
    left: unset;
    right: 13.5%;
  }
}
.archiveStudio01_inner {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .archiveStudio01_inner {
    margin-bottom: 120px;
  }
}
.archiveStudio01_inner-ttl {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .archiveStudio01_inner-ttl {
    margin-bottom: 24px;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
.archiveStudio01_inner-txt {
  font-size: 16px;
  font-size: 1.6rem;
}

.scrollBox {
  flex-wrap: nowrap;
  background: #F2F2F2;
}
.scrollBox-img {
  width: 43.4vw;
  position: relative;
  display: none;
}
@media screen and (min-width: 769px) {
  .scrollBox-img {
    display: block;
  }
}
.scrollBox-img .leftPictures {
  height: 100vh;
  width: 43.4vw;
  object-fit: cover;
  transition: 0.8s;
  overflow: hidden;
  top: 0;
  right: 0;
  opacity: 1;
}
.scrollBox-img .leftPictures img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scrollBox-txt {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .scrollBox-txt {
    width: calc(100% - 43.4vw);
    max-width: 930px;
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .archiveStudio02 {
    padding: 0 3% 0 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .archiveStudio02 {
    padding-left: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .archiveStudio02_inner-list {
    max-width: 495px;
  }
}
.archiveStudio02_inner-list-item {
  margin-bottom: 64px;
}
@media screen and (min-width: 769px) {
  .archiveStudio02_inner-list-item {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: unset;
  }
}
.archiveStudio02_inner-list-item:nth-last-of-type(1) {
  margin-bottom: unset;
}
.archiveStudio02_inner-list-item > .secTtl {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .archiveStudio02_inner-list-item > .secTtl {
    width: 100%;
    margin: unset;
  }
}
.archiveStudio02_inner-list-item > .secTtl h3 {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .archiveStudio02_inner-list-item > .secTtl h3 {
    margin-bottom: 80px;
  }
}
.archiveStudio02_inner-list-item-subttl {
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  .archiveStudio02_inner-list-item-subttl {
    width: 100%;
  }
}
.archiveStudio02_inner-list-item-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  padding-left: 68px;
  position: relative;
  font-weight: 500;
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  .archiveStudio02_inner-list-item-ttl {
    width: 100%;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    padding-left: 90px;
    margin-bottom: 40px;
  }
}
.archiveStudio02_inner-list-item:nth-child(1) .archiveStudio02_inner-list-item-ttl::before {
  content: "01";
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
  color: #9a0049;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .archiveStudio02_inner-list-item:nth-child(1) .archiveStudio02_inner-list-item-ttl::before {
    font-size: 64px;
    font-size: 6.4rem;
  }
}
.archiveStudio02_inner-list-item:nth-child(2) .archiveStudio02_inner-list-item-ttl::before {
  content: "02";
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
  color: #9a0049;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .archiveStudio02_inner-list-item:nth-child(2) .archiveStudio02_inner-list-item-ttl::before {
    font-size: 64px;
    font-size: 6.4rem;
  }
}
.archiveStudio02_inner-list-item:nth-child(3) .archiveStudio02_inner-list-item-ttl::before {
  content: "03";
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
  color: #9a0049;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .archiveStudio02_inner-list-item:nth-child(3) .archiveStudio02_inner-list-item-ttl::before {
    font-size: 64px;
    font-size: 6.4rem;
  }
}
.archiveStudio02_inner-list-item-txt {
  width: 90%;
  margin: 0 auto 24px;
}
@media screen and (min-width: 769px) {
  .archiveStudio02_inner-list-item-txt {
    width: 100%;
    margin: unset;
  }
}
.archiveStudio02_inner-list-item-txt span {
  display: block;
  position: relative;
  padding-left: 20px;
  color: #9a0049;
}
.archiveStudio02_inner-list-item-txt span::before {
  content: "";
  background: #9a0049;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.archiveStudio03 {
  padding: 40px 0;
}
.archiveStudio03_bnr {
  margin-bottom: 120px;
}
.archiveStudio03_cat {
  width: 100%;
  margin-bottom: 40px;
  background: #ECECEC;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 16px 20px;
}
@media screen and (min-width: 769px) {
  .archiveStudio03_cat {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: unset;
    width: 20%;
    margin-left: -4%;
  }
}
@media screen and (min-width: 1200px) {
  .archiveStudio03_cat {
    width: 21.6%;
    margin-left: -8%;
  }
}
@media screen and (min-width: 1400px) {
  .archiveStudio03_cat {
    margin-left: -10%;
  }
}
.archiveStudio03_cat-list {
  width: 100%;
  row-gap: 22px;
  margin: 16px 0;
}
@media screen and (min-width: 769px) {
  .archiveStudio03_cat-list {
    background: #ECECEC;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 20px 20px 30px;
    position: sticky;
    top: 81px;
    margin: unset;
  }
}
.archiveStudio03_cat-list-item a {
  display: block;
  padding-left: 20px;
  position: relative;
  width: fit-content;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.archiveStudio03_cat-list-item a::before {
  content: "";
  background: #9a0049;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.archiveStudio03_cat-list-item a::after {
  content: "";
  background: #1c1c1c;
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.archiveStudio03_cat-list-item a:hover {
  opacity: 1;
  color: #9a0049;
}
.archiveStudio03_cat-list-item a:hover::after {
  background: transparent;
}
.archiveStudio03_cat-list-item .region-name {
  color: #9a0049;
  border-bottom: 1px solid #9a0049;
  font-size: 12px;
  display: block;
}
.archiveStudio03_cat-list-item .archiveStudio03_cat-sublist {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
.archiveStudio03_cat .accordion-header {
  color: #9a0049;
  position: relative;
  cursor: pointer;
}
.archiveStudio03_cat .accordion-header::after {
  content: "";
  background: url(../../../assets/img/sankaku.svg) no-repeat;
  width: 16px;
  height: 16px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -10px;
  transition: transform 0.3s ease, background 0.3s ease, width 0.3s ease, height 0.3s ease;
  transform: scale(1, -1);
}
.archiveStudio03_cat .accordion-header.active::after {
  transform: none;
}
.archiveStudio03_cat .accordion-content {
  display: none;
}
.archiveStudio03_cat .accordion-content.active {
  display: block;
}
.archiveStudio03_inner {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .archiveStudio03_inner {
    width: 80%;
  }
}
.archiveStudio03_inner-txt {
  margin-bottom: 32px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  .archiveStudio03_inner-txt {
    margin-bottom: 60px;
  }
}
.archiveStudio03_inner-txt a {
  color: #1A0DAB;
  text-decoration: underline;
}
.archiveStudio03_inner-list-item {
  padding-bottom: 48px;
  margin-bottom: 30px;
  border-bottom: 1px solid #9D9898;
}
.archiveStudio03_inner-list-item:nth-last-of-type(1) {
  border-bottom: none;
  margin-bottom: unset;
  padding-bottom: unset;
}
.archiveStudio03_inner-list-item-ttl h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .archiveStudio03_inner-list-item-ttl h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.archiveStudio03_inner-list-item-ttl h4 .en {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-size: 12px;
  font-size: 1.2rem;
  color: #9a0049;
  display: inline-block;
  width: fit-content;
  position: relative;
  left: 15px;
}
@media screen and (min-width: 769px) {
  .archiveStudio03_inner-list-item-ttl h4 .en {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.archiveStudio03_inner-list-item-box {
  padding: 16px 0 24px;
  margin-bottom: 16px;
  row-gap: 16px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .archiveStudio03_inner-list-item-box {
    padding: 24px 40px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    background: #E8E8E8;
  }
}
.archiveStudio03_inner-list-item-box::before {
  content: "";
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  background: #E8E8E8;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -5vw;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .archiveStudio03_inner-list-item-box::before {
    display: none;
  }
}
.archiveStudio03_inner-list-item-box:nth-last-of-type(1) {
  margin-bottom: unset;
}
.archiveStudio03_inner-list-item-box-left {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .archiveStudio03_inner-list-item-box-left {
    width: 48%;
  }
}
.archiveStudio03_inner-list-item-box-left dt {
  border-bottom: 1px solid #9D9898;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: 500;
}
.archiveStudio03_inner-list-item-box-left .catch {
  padding-bottom: 15px;
}
.archiveStudio03_inner-list-item-box-right {
  row-gap: 16px;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .archiveStudio03_inner-list-item-box-right {
    width: 48%;
  }
}
.archiveStudio03_inner-list-item-box-right .thumbnail_wrap {
  width: 100%;
  height: fit-content;
  display: block;
}
.archiveStudio03_inner-list-item-box-right .thumbnail span {
  padding-top: 46%;
}
.archiveStudio03_inner-list-item-box-right .btn_list {
  width: 100%;
  align-items: center;
}
.archiveStudio03_inner-list-item-box-right .btn_list-details, .archiveStudio03_inner-list-item-box-right .btn_list-reserve {
  display: block;
  width: calc(50% - 3px);
  border-radius: 2px;
  padding: 10px 0;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .archiveStudio03_inner-list-item-box-right .btn_list-details, .archiveStudio03_inner-list-item-box-right .btn_list-reserve {
    width: calc(50% - 4px);
  }
}
.archiveStudio03_inner-list-item-box-right .btn_list-details {
  border: 1px solid #6E6565;
}
.archiveStudio03_inner-list-item-box-right .btn_list-details::before {
  content: "";
  background-image: url(../../img/arrow.svg);
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 12px;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  margin: auto;
}
.archiveStudio03_inner-list-item-box-right .btn_list-details:hover::before {
  transform: rotate(45deg);
}
.archiveStudio03_inner-list-item-box-right .btn_list-reserve {
  color: #fff;
  background: #9a0049;
  padding-left: 5%;
}
.archiveStudio03_inner-list-item-box-right .btn_list-reserve::before {
  content: "";
  background-image: url(../../img/icon_calendar.svg);
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14%;
  margin: auto;
}

.archiveStudio04, .pageExterior {
  background: none !important;
}

/*singleStudio
*******************************************************/
.singleStudio {
  padding: 32px 0 64px;
}
@media screen and (min-width: 769px) {
  .singleStudio {
    padding: 80px 0;
  }
}
.singleStudio.page_hero {
  padding: 80px 0 64px;
}
.singleStudio .pagehero_about .pageTtl {
  margin: 40px 0 20px;
}
@media screen and (min-width: 769px) {
  .singleStudio .pagehero_about .pageTtl {
    margin: 70px 0 35px;
  }
}
.singleStudio .pagehero_about-address {
  gap: 10px 30px;
  letter-spacing: 0.05em;
}
.singleStudio .pagehero_about-address-txt {
  color: #6E6565;
  padding-left: 25px;
  position: relative;
}
.singleStudio .pagehero_about-address-txt::before {
  content: "";
  background: url(../../img/studio/icon_map.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.singleStudio .pagehero_about-address-map {
  display: block;
  width: fit-content;
  border-radius: 2px;
  padding: 7px 37px 7px 16px;
  position: relative;
  border: 1px solid #6E6565;
}
.singleStudio .pagehero_about-address-map::before {
  content: "";
  background-image: url(../../img/arrow.svg);
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 12px;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}
.singleStudio .pagehero_about-address-map:hover::before {
  transform: rotate(45deg);
}
.singleStudio_inner .gallery {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .singleStudio_inner .gallery {
    margin-top: 40px;
  }
}
.singleStudio_inner .gallery .swiper .btnViewMore {
  margin: 0;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 769px) {
  .singleStudio_inner .gallery .swiper .btnViewMore {
    width: 64px;
    height: 64px;
  }
}
.singleStudio_inner .gallery .swiper .swiper-pagination {
  max-width: 1020px;
}
.singleStudio_inner .gallery .swiper .swiper-button-prev:before {
  transform: rotate(-135deg);
}
.singleStudio_inner .gallery .swiper .swiper-button-prev:after {
  content: "";
  background: none;
}
.singleStudio_inner .gallery .swiper .swiper-button-next:before {
  transform: rotate(45deg);
}
.singleStudio_inner .gallery .swiper .swiper-button-next:after {
  content: "";
  background: none;
}
.singleStudio_inner .gallery .swiper-studio-main .swiper-slide {
  opacity: 0.5;
  max-width: 648px;
}
.singleStudio_inner .gallery .swiper-studio-main .swiper-slide-active {
  opacity: 1;
}
.singleStudio_inner .gallery .swiper-studio-thumb {
  margin: 9px auto 17px;
}
@media screen and (min-width: 769px) {
  .singleStudio_inner .gallery .swiper-studio-thumb {
    width: 82%;
    margin: 9px auto 17px 0;
  }
}
.singleStudio_inner .gallery .swiper-studio-thumb .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
}
.singleStudio_inner .gallery .swiper-studio-thumb .swiper-slide-thumb-active {
  opacity: 1;
}
.singleStudio_inner .gallery .swiper-studio-thumb img {
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .singleStudio_inner .gallery .swiper-controller {
    max-width: 750px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .singleStudio_inner .gallery .swiper-studio-detail {
    display: flex !important;
  }
}
.singleStudio_inner .gallery .moreView {
  background: #1C1C1C;
  color: #fff;
  text-align: center;
  padding: 11px 0;
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .singleStudio_inner .gallery .moreView {
    background: #1c1c1c;
    color: #fff;
    text-align: center;
    padding: 0px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 16%;
    border-radius: 5px;
    margin: 9px auto 17px 0;
  }
}
.singleStudio_inner .gallery .moreView:before {
  content: "";
  background: url(../../img/icon_plus.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .singleStudio_inner .gallery .moreView:before {
    left: 16px;
  }
}
.singleStudio_inner .gallery .moreView span.en-Lexend {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .singleStudio_inner .gallery .moreView span.en-Lexend {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 0 0 0px;
    margin: 10px 0 0 50px;
  }
}
.singleStudio_inner .gallery .moreView span.txt {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .singleStudio_inner .gallery .moreView span.txt {
    display: block;
    margin: -45px 0 0 50px;
  }
}
.singleStudio_inner .gallery .dialog::backdrop {
  backdrop-filter: blur(5px);
  --webkit-backdrop-filter: blur(5px);
}
.singleStudio_inner .gallery .dialog {
  box-shadow: 0px 20px 36px 0px rgba(0, 0, 0, 0.6);
}
.singleStudio_inner .gallery .dialog {
  padding: 10px;
  background: #fff;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  margin: auto;
  max-height: 80%;
  overflow: scroll;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
  animation-duration: 200ms;
  animation-timing-function: ease-out;
}
.singleStudio_inner .gallery .dialog[open] {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 200ms;
  animation-timing-function: ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.singleStudio_inner .gallery #closeButton {
  display: block;
  width: 40px;
  height: 40px;
  background: #CCC;
  position: fixed;
  border-radius: 50%;
}
.singleStudio_inner .gallery #closeButton::before, .singleStudio_inner .gallery #closeButton::after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background: #000;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% + 3px);
  left: 23%;
}
.singleStudio_inner .gallery #closeButton::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 24%;
}
@media screen and (min-width: 769px) {
  .singleStudio_inner .gallery .viewall {
    display: flex;
    flex-wrap: wrap;
  }
}
.singleStudio_inner .gallery .viewall .viewall-list {
  margin: 0 auto 10px;
}
@media screen and (min-width: 769px) {
  .singleStudio_inner .gallery .viewall .viewall-list {
    width: 49%;
  }
}

.new-label {
  font-family: "Tenor Sans";
  font-weight: normal;
  border-radius: 4px;
  background: #9a0049;
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 18px;
  margin-right: 20px;
}

.singleStudio02 {
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .singleStudio02 {
    padding: 80px 0;
  }
}
.singleStudio02 .secTtl02 h3 {
  margin-bottom: 57px;
}
@media screen and (min-width: 769px) {
  .singleStudio02 .secTtl02 h3 {
    margin-bottom: 72px;
  }
}
.singleStudio02_inner {
  width: 98%;
}
@media screen and (min-width: 769px) {
  .singleStudio02_inner {
    width: 90%;
  }
}
.singleStudio02_inner .secTtl02 {
  margin: 0 4%;
}
@media screen and (min-width: 769px) {
  .singleStudio02_inner .secTtl02 {
    margin: unset;
  }
}
.singleStudio02_inner-content {
  position: relative;
  padding: 40px 0 80px;
}
.singleStudio02_inner-content::before {
  content: "";
  background: #F2F2F2;
  border: 1px solid #D5D2D2;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.singleStudio02_inner-content .post_inner {
  position: relative;
}
.singleStudio02_inner-content .post_inner .ttlBox {
  margin-bottom: 20px;
  row-gap: 8px;
}
.singleStudio02_inner-content .post_inner .ttlBox .new-label {
  margin-right: 16px;
}
.singleStudio02_inner-content .post_inner .ttlBox .date {
  color: #6E6565;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
.singleStudio02_inner-content .post_inner .ttlBox .hash {
  width: 100%;
  color: #6E6565;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .singleStudio02_inner-content .post_inner .ttlBox .hash {
    width: fit-content;
    margin-left: 16px;
  }
}
.singleStudio02_inner-content .post_inner .ttl {
  margin-top: unset;
  border: none;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .singleStudio02_inner-content .post_inner .ttl {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
.singleStudio02_inner-content .post_inner .thumbnail {
  margin-bottom: 30px;
}
.singleStudio02_inner .btnViewMore-child {
  margin: 30px auto 0 0;
}
@media screen and (min-width: 769px) {
  .singleStudio02_inner .btnViewMore-child {
    margin-top: 40px;
  }
}
.singleStudio02_inner .btnViewMore-child a span {
  width: fit-content;
  white-space: nowrap;
}

.singleStudio03_bnr, .archiveStudio04_bnr {
  margin-bottom: 80px;
}
.singleStudio03 .btnViewMore-child, .archiveStudio04 .btnViewMore-child {
  margin: 0;
}

.swiper_staff {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 20px;
  max-width: 81.002vw;
}
.swiper_staff .Staff_inner-Content-item-Detail {
  background: #fff;
  padding: 5px;
}
.swiper_staff .Staff_inner-Content-item-Detail-box02 {
  margin-top: 5px;
  background: #fff;
  color: #9A0049;
  border: 2px solid #9A0049;
  transition: all 0.3s;
}
.swiper_staff label {
  cursor: pointer;
  transition: all 0.3s;
}
.swiper_staff label:hover {
  opacity: 0.6;
}
.swiper_staff input:checked + label .Staff_inner-Content-item-Detail-box02 {
  background: #9A0049;
  color: #fff;
}

/*# sourceMappingURL=archive-studio.css.map */
