html {
  scroll-behavior: smooth;
}
.atsq {
  border-top: 20px solid #A80036;
  background-color: #FFFDF4;
  padding: 0;
  margin: 0;
}
.atsq .atsqWrapper {
  width: 90%;
  margin: 0 auto;
}
.atsq .title {
  font-family: 'Yu Gothic','Noto Sans','Noto Sans CJK JP','Noto Sans JP Subset','Noto Sans JP', sans-setrif;
  padding: 0;
  margin: 0;
}
.atsq .text, .atsq .btnText  {
  font-family: 'Yu Gothic','Noto Sans','Noto Sans CJK JP','Noto Sans JP Subset','Noto Sans JP', sans-setrif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  padding: 0;
  margin: 0;
}
.atsq a:hover, .atsq a:active {
  opacity: 0.5;
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.titleBlock {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 60px;
}
.titleBlock .kvPc {
  display: none;
}
.titleBlock .kvSp {
  display: block;
  width: 90%;
  margin: 60px auto 40px;
}
.titleBlock .title {
  width: 80%;
  margin-bottom: 40px;
}
.titleBlock .outlineContainer {
  margin-bottom: 10px;
}
.titleBlock .outlineContainer:last-of-type {
  margin-bottom: 0;
}
.titleBlock .outlineContainer .text {
  text-align: center;
  line-height: 2.5;
  font-feature-settings:"palt" 1;
}
.themeBlock {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 100px;
}
.themeBlock .outlineContainer {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.themeBlock .outlineContainer .copyPc {
  display: none;
}
.themeBlock .outlineContainer .copySp {
  display: block;
  width: 290px;
  margin-bottom: 24px;
}
.themeBlock .text {
  text-align: center;
  font-feature-settings:"palt" 1;
  margin-bottom: 60px;
}
.themeBlock .imageContainer {
  width: 84%;
  max-width: 340px;
}
.themeBlock .imageContainer .unit {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}
.themeBlock .imageContainer .unit .title {
  width: 54%;
  margin-bottom: 10px;
}
.themeBlock .imageContainer .unit .image {
  width: 70%;
}
.contentBlock {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}
.contentBlock .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 60px;
}
.contentBlock .descriptionBlock .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contentBlock .descriptionBlock .outlineContainer {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contentBlock .descriptionBlock .outlineContainer .title {
  margin-bottom: 1em;
}
.contentBlock .descriptionBlock .outlineContainer .text {
  text-align: left;
  margin-bottom: 1.5em;
}
.contentBlock .descriptionBlock .outlineContainer .image {
  margin-bottom: 40px;
}
.contentBlock .backToTop .image {
  width: 18px;
}
.contentBlock .gallery .descriptionBlock .imageContainer {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contentBlock .gallery .descriptionBlock .imageContainer .image {
  width: 80%;
  margin-bottom: 30px;
}
.contentBlock .gallery .descriptionBlock .imageContainer .btnContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 100vh;
  padding: 0.75em 1.5em;
  margin-bottom: 40px;
}
.contentBlock .gallery .descriptionBlock .imageContainer .btnContainer .btnText {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  font-feature-settings:"palt" 1;
  letter-spacing: -0.08em;
  line-height: 1.5;
  margin-right: 1em;
}
.contentBlock .gallery .descriptionBlock .imageContainer .btnContainer .image {
  width: 14px;
  margin: 0;
}
.contentBlock .gallery .bookBlock {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 3px 3px 18px 2px rgba(0,0,0,0.25);
  margin-bottom: 30px;
}
.contentBlock .gallery .bookBlock .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contentBlock .gallery .bookBlock .container .image {
  width: 25%;
  margin: 40px;
}
.contentBlock .gallery .bookBlock .bookContainer {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contentBlock .gallery .bookBlock .bookContainer .detailContainer {
  width: 90%;
}
.contentBlock .gallery .bookBlock .bookContainer .detailContainer .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-feature-settings:"palt" 1;
  letter-spacing: -0.08em;
  margin-bottom: 1em;
}
.contentBlock .gallery .bookBlock .bookContainer .detailContainer .text {
  font-feature-settings:"palt" 1;
  margin-bottom: 1.5em;
}
.contentBlock .gallery .bookBlock .bookContainer .btnContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #A80036;
  border-radius: 100vh;
  padding: 0.5em 3.75em;
  margin-bottom: 20px;
}
.contentBlock .gallery .bookBlock .bookContainer .btnContainer .btnText {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.contentBlock .gallery .bookBlock .lineContainer {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contentBlock .gallery .bookBlock .lineContainer .detailContainer {
  width: 90%;
}
.contentBlock .gallery .bookBlock .lineContainer .detailContainer .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  font-feature-settings:"palt" 1;
  margin-bottom: 1em;
}
.contentBlock .gallery .bookBlock .lineContainer .detailContainer .title .sp {
  display: block;
}
.contentBlock .gallery .bookBlock .lineContainer .detailContainer .detail {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contentBlock .gallery .bookBlock .lineContainer .detailContainer .detail .text {
  font-feature-settings:"palt" 1;
}
.contentBlock .gallery .bookBlock .lineContainer .detailContainer .detail .image {
  width: 42%;
  margin: 40px auto 50px;
}
.contentBlock .gallery .tobiraBlock {
  position: relative;
}
.contentBlock .gallery .tobiraBlock .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contentBlock .gallery .tobiraBlock .tobiraContainer {
  margin-bottom: 30px;
}
.contentBlock .gallery .tobiraBlock .tobiraContainer .title {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  font-feature-settings:"palt" 1;
  margin-bottom: 0.75em;
}
.contentBlock .gallery .tobiraBlock .tobiraContainer .text {
  font-size: 16px;
  font-feature-settings:"palt" 1;
}
.contentBlock .gallery .tobiraBlock .btnContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 100vh;
  padding: 1.25em 2.5em;
  margin-bottom: 40px;
}
.contentBlock .gallery .tobiraBlock .btnContainer .btnText {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  font-feature-settings:"palt" 1;
  letter-spacing: -0.08em;
  line-height: 1.5;
  margin-right: 1em;
}
.contentBlock .gallery .tobiraBlock .btnContainer .image {
  width: 16px;
}
.contentBlock .gallery .tobiraBlock .backToTop {
  position: absolute;
  right: 0;
  bottom: 0;
}
.contentBlock .studio .descriptionBlock {
  position: relative;
}
.contentBlock .studio .descriptionBlock .outlineContainer {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.contentBlock .studio .descriptionBlock .outlineContainer .unit {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contentBlock .studio .descriptionBlock .outlineContainer .textBox {
  display: flex;
  align-items: flex-start;
}
.contentBlock .studio .descriptionBlock .outlineContainer .unit .btnPc {
  display: none;
}
/* 2023-11-28_INCJP-1367 対応分ここから▼ */
.contentBlock .studio .descriptionBlock .outlineContainer .unit .btnSp {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #A80036;
  border-radius: 100vh;
  padding: 0.75em 2em;
  margin-bottom: 40px;
}
/* 2023-11-28_INCJP-1367 対応分ここまで▲ */
.contentBlock .studio .descriptionBlock .outlineContainer .unit .btnSp .btnText {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.contentBlock .studio .descriptionBlock .outlineContainer .unit .btnSp .btnText .note {
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}
.contentBlock .studio .descriptionBlock .backToTop {
  position: absolute;
  right: 0;
  bottom: 0;
}
.contentBlock .marche .descriptionBlock {
  position: relative;
}
.contentBlock .marche .descriptionBlock .outlineContainer {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contentBlock .marche .descriptionBlock .outlineContainer .unit {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contentBlock .marche .descriptionBlock .outlineContainer .textBox {
  display: flex;
  align-items: flex-start;
}
.contentBlock .marche .descriptionBlock .outlineContainer .unit .text .note {
  font-size: 12px;
}
.contentBlock .marche .descriptionBlock .outlineContainer .unit .btnPc {
  display: none;
}
/* 2023-11-28_INCJP-1367 対応分ここから▼ */
.contentBlock .marche .descriptionBlock .outlineContainer .unit .btnSp {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #A80036;
  border-radius: 100vh;
  padding: 0.75em 1.5em;
  margin-bottom: 40px;
}
/* 2023-11-28_INCJP-1367 対応分ここまで▲ */
.contentBlock .marche .descriptionBlock .outlineContainer .unit .btnSp .btnText {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.contentBlock .marche .descriptionBlock .outlineContainer .unit .btnSp .btnText .note {
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}
.contentBlock .marche .descriptionBlock .backToTop {
  position: absolute;
  right: 0;
  bottom: 0;
}
.contentBlock .office .descriptionBlock {
  position: relative;
}
.contentBlock .office .descriptionBlock .outlineContainer {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.contentBlock .office .descriptionBlock .outlineContainer .unit {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contentBlock .office .descriptionBlock .outlineContainer .textBox {
  display: flex;
  align-items: flex-start;
}
.contentBlock .office .descriptionBlock .backToTop {
  position: absolute;
  right: 0;
  bottom: 0;
}
.contentBlock .welcome {
  display: flex;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.contentBlock .welcome .welcomePc {
  display: none;
}
.contentBlock .welcome .welcomeSp {
  width: 58%;
  max-width: 220px;
  padding: 30px;
}
.infoBlock {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.infoBlock .infoContainer {
  font-style: normal;
}
.infoBlock .infoContainer .addressContainer, .infoBlock .infoContainer .timeContainer, .infoBlock .infoContainer .closedContainer {
  margin-bottom: 40px;
}
.infoBlock .infoContainer .accessContainer .title, .infoBlock .infoContainer .timeContainer .title , .infoBlock .infoContainer .closedContainer .title {
  font-size: 18px;
  font-weight: bold;
  color: #A80036;
  margin-bottom: 0.5em;
}
.infoBlock .infoContainer .accessContainer {
  margin-bottom: 0.83em;
}
.infoBlock .infoContainer .accessContainer .text {
  line-height: 1.5;
}
.infoBlock .infoContainer .accessContainer .text .textSt {
  font-size: 24px;
}
.infoBlock .mapContainer {
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .atsq .atsqWrapper {
    width: 75%;
    margin: 0 auto;
  }
  .atsq .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
  }
  .titleBlock .outlineContainer .text {
    line-height: 2.5;
  }
  .themeBlock .outlineContainer {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .themeBlock .outlineContainer .copySp {
    display: none;
  }
  .themeBlock .outlineContainer .copyPc {
    display: block;
    width: 60%;
    max-width: 550px;
    margin-bottom: 40px;
  }
  .themeBlock .imageContainer {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: none;
  }
  .themeBlock .imageContainer a {
    display: inline-block;
    width: 50%
  }
  .themeBlock .imageContainer a:nth-last-of-type(-n+2) .unit{
    margin-bottom: 0;
  }
  .contentBlock .gallery .bookBlock .container .image {
    width: 20%;
    margin: 40px;
  }
  .contentBlock .gallery .bookBlock .lineContainer .detailContainer .detail .image {
    width: 32%;
    margin: 40px auto 50px;
  }
  .contentBlock .welcome .welcomeSp {
    width: 40%;
    max-width: 260px;
    padding: 30px;
  }
  .infoBlock .infoContainer {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
  }
  .infoBlock .infoContainer .unit {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .infoBlock .infoContainer .accessContainer .text, .infoBlock .addressContainer .text, .infoBlock .timeContainer .text, .infoBlock .closedContainer .text {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .atsq .atsqWrapper {
    max-width: 1088px;
    margin: 0 auto;
  }
  .titleBlock {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 100px;
  }
  .titleBlock .kvSp {
    display: none;
  }
  .titleBlock .kvPc {
    display: block;
    width: 90%;
    margin: 150px auto 45px;
  }
  .titleBlock .title {
    width: 56%;
    margin-bottom: 65px;
  }
  .titleBlock .outlineContainer {
    margin-bottom: 10px;
  }
  .titleBlock .outlineContainer:last-of-type {
    margin-bottom: 0;
  }
  .titleBlock .outlineContainer .text {
    text-align: center;
    font-size: 20px;
    line-height: 2.5;
    font-feature-settings:"palt" 1;
  }
  .titleBlock .outlineContainer .text .sp {
    display: none;
  }
  .themeBlock {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
  }
  .themeBlock .outlineContainer {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .themeBlock .outlineContainer .copySp {
    display: none;
  }
  .themeBlock .outlineContainer .copyPc {
    display: block;
    width: 660px;
    margin-bottom: 40px;
  }
  .themeBlock .text {
    text-align: center;
    font-size: 20px;
    line-height: 2.5;
    font-feature-settings:"palt" 1;
    margin-bottom: 90px;
  }
  .themeBlock .imageContainer {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: none;
  }
  .themeBlock .imageContainer .unit {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
  }
  .themeBlock .imageContainer .unit .title {
    position: relative;
    display: inline-block;
    width: 54%;
    margin-bottom: 30px;
  }
  .themeBlock .imageContainer a:hover {
    opacity: 1;
    cursor: pointer;
  }
  .themeBlock .imageContainer a {
    &:hover .unit .title::after {
      transform-origin: left top;
      transform: scale(1, 1);
    }
  }
  .themeBlock .imageContainer .title::after {
    position: absolute;
    bottom: -14px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #A80036;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .2s;
  }
  .themeBlock .imageContainer .unit .image {
    width: 70%;
  }
  .contentBlock {
    margin-bottom: 60px;
  }
  .contentBlock .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 90px;
  }
  .contentBlock .wrapper:last-of-type {
    margin-bottom: 100px;
  }
  .contentBlock .descriptionBlock {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .contentBlock .descriptionBlock .outlineContainer .title {
    margin-bottom: 1.14em;
  }
  .contentBlock .descriptionBlock .outlineContainer .text {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .contentBlock .descriptionBlock .outlineContainer .image {
    margin-bottom: 0;
  }
  .contentBlock .backToTop .image {
    width: 18px;
  }
  .contentBlock .gallery .descriptionBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .contentBlock .gallery .descriptionBlock .outlineContainer {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-basis: 46.9%;
  }
  .contentBlock .gallery .descriptionBlock .imageContainer {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-basis: 53.1%;
  }
  .contentBlock .gallery .descriptionBlock .imageContainer .image {
    width: 63.2%;
    margin-bottom: 40px;
  }
  .contentBlock .gallery .descriptionBlock .imageContainer .btnContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 100vh;
    padding: 0.5em 2em;
    margin: 0 auto;
  }
  .contentBlock .gallery .descriptionBlock .imageContainer .btnContainer .btnText {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    font-feature-settings:"palt" 1;
    letter-spacing: -0.08em;
    margin-right: 1em;
  }
  .contentBlock .gallery .descriptionBlock .imageContainer .btnContainer .image {
    width: 14px;
    margin: 0;
  }
  .contentBlock .gallery .bookBlock {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    background-color: #fff;
    box-shadow: 3px 3px 18px 2px rgba(0,0,0,0.25);
    padding: 50px 60px;
    margin-bottom: 60px;
  }
  .contentBlock .gallery .bookBlock .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    width: 46%;
  }
  .contentBlock .gallery .bookBlock .container .image {
    width: 70px;
    margin: 0 40px 0 0;
  }
  .contentBlock .gallery .bookBlock .bookContainer {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 30px;
  }
  .contentBlock .gallery .bookBlock .bookContainer .detailContainer {
    width: 100%;
  }
  .contentBlock .gallery .bookBlock .bookContainer .detailContainer .title {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    font-feature-settings:"palt" 1;
    letter-spacing: -0.1em;
    margin-bottom: 1em;
  }
  .contentBlock .gallery .bookBlock .bookContainer .detailContainer .text {
    font-size: 12px;
    line-height: 1.5;
    font-feature-settings:"palt" 1;
    margin-bottom: 30px;
  }
  .contentBlock .gallery .bookBlock .bookContainer .detailContainer .text .note {
    font-size: 10px;
    font-feature-settings:"palt" 1;
  }
  .contentBlock .gallery .bookBlock .bookContainer .btnContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #A80036;
    border-radius: 100vh;
    padding: 0.5em 3.75em;
    margin-bottom: 0;
  }
  .contentBlock .gallery .bookBlock .bookContainer .btnContainer .btnText {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .contentBlock .gallery .bookBlock .lineContainer {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .contentBlock .gallery .bookBlock .lineContainer .detailContainer {
    width: 100%;
  }
  .contentBlock .gallery .bookBlock .lineContainer .detailContainer .title {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    font-feature-settings:"palt" 1;
    letter-spacing: -0.1em;
    margin-bottom: 1em;
  }
  .contentBlock .gallery .bookBlock .lineContainer .detailContainer .title .sp {
    display: none;
  }
  .contentBlock .gallery .bookBlock .lineContainer .detailContainer .detail {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .contentBlock .gallery .bookBlock .lineContainer .detailContainer .detail .text {
    width: 60%;
    font-size: 12px;
    line-height: 1.5;
    font-feature-settings:"palt" 1;
  }
  .contentBlock .gallery .bookBlock .lineContainer .detailContainer .detail .text .note {
    font-size: 10px;
    font-feature-settings:"palt" 1;
  }
  .contentBlock .gallery .bookBlock .lineContainer .detailContainer .detail .image {
    width: 100px;
    margin: 0;
  }
  .contentBlock .gallery .tobiraBlock {
    width: 100%;
    position: relative;
  }
  .contentBlock .gallery .tobiraBlock .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
  .contentBlock .gallery .tobiraBlock .tobiraContainer {
    flex-basis: 60%;
    margin-bottom: 0;
  }
  .contentBlock .gallery .tobiraBlock .tobiraContainer .title {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    font-feature-settings:"palt" 1;
    margin-bottom: 0.75em;
  }
  .contentBlock .gallery .tobiraBlock .tobiraContainer .text {
    font-size: 16px;
    line-height: 1.5;
    font-feature-settings:"palt" 1;
    letter-spacing: -0.08em;
  }
  .contentBlock .gallery .tobiraBlock .btnContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 100vh;
    padding: 1.14em 2.5em;
    margin-bottom: 48px;
  }
  .contentBlock .gallery .tobiraBlock .btnContainer .btnText {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    font-feature-settings:"palt" 1;
    letter-spacing: -0.08em;
    line-height: 1.5;
    margin-right: 1em;
  }
  .contentBlock .gallery .tobiraBlock .btnContainer .image {
    width: 16px;
  }
  .contentBlock .gallery .tobiraBlock .backToTop {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .contentBlock .studio .descriptionBlock {
    position: relative;
  }
  .contentBlock .studio .descriptionBlock .outlineContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .contentBlock .studio .descriptionBlock .outlineContainer .unit {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .contentBlock .studio .descriptionBlock .outlineContainer .textBox {
    flex-basis: 46.9%;
  }
  .contentBlock .studio .descriptionBlock .outlineContainer .imageBox {
    flex-basis: 53.1%;
  }
  .contentBlock .studio .descriptionBlock .outlineContainer .imageBox .image {
    width: 88.7%;
    flex-basis: 47.7%;
    margin-right: 11.3%;
  }
  .contentBlock .studio .descriptionBlock .outlineContainer .unit .btnSp {
    display: none;
  }
  /* 2023-11-28_INCJP-1367 対応分ここから▼ */
  .contentBlock .studio .descriptionBlock .outlineContainer .unit .btnPc {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #A80036;
    border-radius: 100vh;
    padding: 0.75em 2em;
    margin-bottom: 60px;
  }
  /* 2023-11-28_INCJP-1367 対応分ここまで▲ */
  .contentBlock .studio .descriptionBlock .outlineContainer .unit .btnPc .btnText {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }
  .contentBlock .studio .descriptionBlock .outlineContainer .unit .btnPc .btnText .note {
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
  }
  .contentBlock .studio .descriptionBlock .backToTop {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .contentBlock .marche .descriptionBlock {
    position: relative;
  }
  .contentBlock .marche .descriptionBlock .outlineContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .contentBlock .marche .descriptionBlock .outlineContainer .unit {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .contentBlock .marche .descriptionBlock .outlineContainer .textBox {
    flex-basis: 46.9%;
  }
  .contentBlock .marche .descriptionBlock .outlineContainer .imageBox {
    flex-basis: 53.1%;
  }
  .contentBlock .marche .descriptionBlock .outlineContainer .imageBox .image {
    width: 88.7%;
    flex-basis: 47.7%;
    margin-left: 11.3%;
    margin-bottom: 40px;
  }
  .contentBlock .marche .descriptionBlock .outlineContainer .unit .text .note {
    font-size: 12px;
  }
  .contentBlock .marche .descriptionBlock .outlineContainer .unit .btnSp {
    display: none;
  }
  /* 2023-11-28_INCJP-1367 対応分ここから▼ */
  .contentBlock .marche .descriptionBlock .outlineContainer .unit .btnPc {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #A80036;
    border-radius: 100vh;
    padding: 0.75em 2em;
  }
  /* 2023-11-28_INCJP-1367 対応分ここまで▲ */
  .contentBlock .marche .descriptionBlock .outlineContainer .unit .btnPc .btnText {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }
  .contentBlock .marche .descriptionBlock .outlineContainer .unit .btnPc .btnText .note {
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
  }
  .contentBlock .marche .descriptionBlock .backToTop {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .contentBlock .office .descriptionBlock {
    position: relative;
  }
  .contentBlock .office .descriptionBlock .outlineContainer {
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    justify-content: space-between;
  }
  .contentBlock .office .descriptionBlock .outlineContainer .unit {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .contentBlock .office .descriptionBlock .outlineContainer .textBox {
    flex-basis: 46.9%;
  }
  .contentBlock .office .descriptionBlock .outlineContainer .imageBox {
    flex-basis: 53.1%;
  }
  .contentBlock .office .descriptionBlock .outlineContainer .imageBox .image {
    width: 88.7%;
    flex-basis: 47.7%;
    margin-right: 11.3%;
  }
  .contentBlock .office .descriptionBlock .backToTop {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .contentBlock .welcome {
    display: flex;
    align-items: center;
    border: none;
  }
  .contentBlock .welcome::before {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #999;
    margin-right: 1em;
  }
  .contentBlock .welcome::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #999;
    margin-left: 1em;
  }
  .contentBlock .welcome .welcomeSp {
    display: none;
  }
  .contentBlock .welcome .welcomePc {
    display: block;
    width: 40%;
    max-width: 465px;
  }
  .infoBlock .container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 110px;
  }
  .infoBlock .infoContainer {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-basis: 37.5%;
    font-style: normal;
  }
  .infoBlock .infoContainer .accessContainer {
    margin-bottom: 1em;
  }
  .infoBlock .infoContainer .addressContainer, .infoBlock .infoContainer .timeContainer {
    margin-bottom: 1.5em;
  }
  .infoBlock .infoContainer .closedContainer {
    margin: 0;
  }
  .infoBlock .infoContainer .accessContainer .title, .infoBlock .infoContainer .timeContainer .title , .infoBlock .infoContainer .closedContainer .title {
    font-size: 20px;
    font-weight: bold;
    color: #A80036;
    margin-bottom: 0.5em;
  }
  .infoBlock .infoContainer .accessContainer .text, .infoBlock .addressContainer .text, .infoBlock .timeContainer .text, .infoBlock .closedContainer .text {
    font-size: 14px;
    line-height: 1.5;
  }
  .infoBlock .infoContainer .accessContainer .text .textSt {
    font-size: 24px;
    margin-bottom: 1em;
  }
  .infoBlock .mapContainer {
    flex-basis: 62.5%;
    margin: 0;
  }
}
  @media (min-width: 1228px) {
  .titleBlock {
    margin-bottom: 120px;
  }
  .themeBlock {
    margin-bottom: 120px;
  }
  .contentBlock .gallery .tobiraBlock .tobiraContainer {
    flex-basis: 70%;
    margin-bottom: 0;
  }
  .infoBlock .infoContainer .accessContainer {
    margin-bottom: 1.5em;
  }
  .infoBlock .infoContainer .addressContainer, .infoBlock .infoContainer .timeContainer {
    margin-bottom: 40px;
  }
  .infoBlock .infoContainer .accessContainer .text, .infoBlock .addressContainer .text, .infoBlock .timeContainer .text, .infoBlock .closedContainer .text {
    font-size: 16px;
    line-height: 1.5;
  }
}