@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&family=Roboto&display=swap");
#top .page > .main {
  max-width: inherit;
  width: 100%;
  padding: 0;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
#top .wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  #top .wrap {
    width: 960px;
  }
}
@media (max-width: 768px) {
  #top .wrap {
    padding: 0 20px;
  }
}
#top .content_outer {
  background: #fff;
}

.top-info {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top-info {
    padding: 110px 0 180px;
  }
}
@media (max-width: 768px) {
  .top-info {
    padding: 8vw 0 12vw;
  }
}

.top-lineup {
  position: relative;
  margin: 0 calc(50% - 50vw);
}

.top-other {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top-other {
    padding: 120px 0;
  }
}
@media (max-width: 768px) {
  .top-other {
    padding: 40px 0;
  }
}

.top-commonspace {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top-commonspace {
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .top-commonspace {
    padding-bottom: 40px;
  }
}

.top-caption {
  position: relative;
  background: #f1f1f1;
}
@media screen and (min-width: 769px) {
  .top-caption {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .top-caption {
    padding: 20px 15px;
  }
}
.top-caption .c_caption {
  max-width: 1310px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}

.bgLayer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: url("../../imgs/bg-content.jpg") top center repeat-y;
  opacity: 0.3;
}
@media screen and (min-width: 769px) {
  .bgLayer {
    background-size: 100% auto;
  }
}
@media (max-width: 768px) {
  .bgLayer {
    background-size: auto 100%;
  }
}

.mainVisual {
  position: relative;
}
.mainVisual__video {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mainVisual {
    padding-top: 116px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mainVisual {
    padding-top: 83px;
    width: 100%;
  }
}
.mainVisual__item .photo {
  width: 100%;
  height: 100%;
}
.mainVisual__item .photo__pic {
  width: 100%;
  height: 100%;
}
.mainVisual__item .photo__image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.specialReportArea {
  -webkit-box-shadow: 0 18px 38px 7px rgba(4, 0, 0, 0.25);
          box-shadow: 0 18px 38px 7px rgba(4, 0, 0, 0.25);
  margin-bottom: 40px;
}
.specialReportBnr {
  box-shadow: 0 18px 38px 7px rgba(4, 0, 0, 0.25);
  display: block;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

@media screen and (min-width: 769px) {
  .specialReportBnr:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .specialReportBnr:hover {
    opacity: 0.7;
  }
}

.newsArea {
  display: block;
  background: #fff;
  width: 100%;
  box-shadow: 0 18px 38px 7px rgba(4, 0, 0, 0.25);
  position: relative;
}
@media screen and (min-width: 769px) {
  .newsArea {
    display: flex;
    align-items: center;
    padding: 50px 10px 50px;
  }
}
@media (max-width: 768px) {
  .newsArea {
    padding: 30px 20px;
  }
}
.newsArea__ttl {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .newsArea__ttl {
    margin-left: 100px;
    width: 168px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .newsArea__ttl {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .newsArea__ttl .small {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .newsArea__ttl .small {
    font-size: 7px;
  }
}
.newsArea__txt {
  letter-spacing: 0;
  color: #585757;
  line-height: 1.25;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .newsArea__txt {
    border-left: 1px solid #585757;
    font-size: 32px;
    padding-left: 50px;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .newsArea__txt {
    border-top: 1px solid #585757;
    margin-top: 20px;
    padding-top: 15px;
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .newsArea__txt .num {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .newsArea__txt .num {
    font-size: 26px;
  }
}
.newsArea__txt .price {
  color: #01356d;
}
@media screen and (min-width: 769px) {
  .newsArea__txt .price {
    font-size: 58px;
  }
}
@media (max-width: 768px) {
  .newsArea__txt .price {
    font-size: 35px;
  }
}
.newsArea__btn {
  background: rgb(113, 112, 113);
  background: linear-gradient(90deg, rgb(113, 112, 113) 0%, rgb(199, 201, 201) 51%, rgb(113, 112, 113) 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  color: #fff;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  text-align: center;
  transition: background-position 0.3s ease;
}
@media screen and (min-width: 769px) {
  .newsArea__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 18px;
    padding: 15px 30px;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .newsArea__btn {
    font-size: 12px;
    margin-top: 20px;
    width: 100%;
    padding: 10px 15px;
    gap: 10px;
  }
}
.newsArea__btn .arrowSVG {
  height: auto;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 769px) {
  .newsArea__btn .arrowSVG {
    width: 52px;
  }
}
@media (max-width: 768px) {
  .newsArea__btn .arrowSVG {
    width: 26px;
  }
}
@media screen and (min-width: 769px) {
  .newsArea:hover .newsArea__btn {
    background-position: 99% 50%;
  }
  .newsArea:hover .newsArea__btn .arrowSVG {
    transform: translate(10px, 0);
  }
}
@media (hover: hover) and (pointer: fine) {
  .newsArea:hover .newsArea__btn {
    background-position: 99% 50%;
  }
  .newsArea:hover .newsArea__btn .arrowSVG {
    transform: translate(10px, 0);
  }
}

* + .newsArea {
  margin-top: 48px;
}

.specialTicketBnr {
  display: block;
  box-shadow: 0 18px 38px 7px rgba(4, 0, 0, 0.25);
  width: 100%;
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  transition: 0.3s ease opacity;
}

@media screen and (min-width: 769px) {
  .specialTicketBnr:hover {
    opacity: 0.8;
  }
}

* + .topicsArea {
  margin-top: 64px;
}

.topicsArea__ttl {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  color: #36406d;
}
@media screen and (min-width: 769px) {
  .topicsArea__ttl {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .topicsArea__ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.topicsArea__inner {
  background: linear-gradient(90deg, rgb(104, 84, 154) 0%, rgb(34, 139, 202) 50%, rgb(34, 139, 202) 51%, rgb(104, 84, 154) 100%);
  padding: 32px 0;
}
@media (max-width: 768px) {
  .topicsArea__inner {
    padding: 16px 0;
  }
}
.topicsArea__item {
  margin: 0 32px;
}
@media (max-width: 768px) {
  .topicsArea__item {
    margin: 0 16px;
  }
}
.topicsArea .js-slickCounter {
  display: flex;
  justify-content: center;
  gap: 0 3px;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 768px) {
  .topicsArea .js-slickCounter {
    font-size: 12px;
  }
}
.topicsArea .js-slickCounter .prevButton,
.topicsArea .js-slickCounter .nextButton {
  background-color: transparent;
  margin: 0 6px;
  padding: 0;
  border: none;
  color: #ffffff;
}
.topicsArea .js-slickCounter .prevButton:hover,
.topicsArea .js-slickCounter .nextButton:hover {
  cursor: pointer;
}
.topicsArea * + .js-slickCounter {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .topicsArea * + .js-slickCounter {
    margin-top: 16px;
  }
}

.topicsBlock {
  background-color: #313263;
  box-shadow: 18px 18px 35px 20% rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 38px 32px 24px 32px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .topicsBlock {
    padding: 20px;
  }
}
.topicsBlock--col {
  flex-direction: unset;
  justify-content: end;
  gap: 120px;
  padding: 15px;
}
@media (max-width: 768px) {
  .topicsBlock--col {
    flex-direction: column;
    padding: 15px;
    align-items: center;
    justify-content: unset;
    gap: 40px;
  }
}
.topicsBlock__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topicsBlock__head .txt {
  text-align: center;
  font-size: 20px;
}
@media (max-width: 768px) {
  .topicsBlock__head .txt {
    font-size: 14px;
  }
}
.topicsBlock__cont .txt {
  text-align: center;
  font-size: 20px;
}
@media (max-width: 768px) {
  .topicsBlock__cont .txt {
    font-size: 14px;
  }
}
.topicsBlock__link {
  padding: 6px 16px 6px 32px;
  gap: 0 24px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  background: linear-gradient(to left, #64c0da 0%, #3b77b7 100%);
}
@media (max-width: 768px) {
  .topicsBlock__link {
    font-size: 12px;
  }
}
* + .topicsBlock__link {
  margin-top: 24px;
}
.topicsBlock__link--pc {
  display: inline-flex;
}
@media (max-width: 768px) {
  .topicsBlock__link--pc {
    display: none;
  }
}
.topicsBlock__link--sp {
  display: none;
}
@media (max-width: 768px) {
  .topicsBlock__link--sp {
    display: inline-flex;
  }
}
@media screen and (min-width: 769px) {
  .infoArea {
    padding-top: 146px;
  }
}
@media (max-width: 768px) {
  .infoArea {
    padding-top: 50px;
  }
}
.infoArea__ttl {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  color: #898989;
}
@media screen and (min-width: 769px) {
  .infoArea__ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .infoArea__ttl {
    font-size: 16px;
    margin-bottom: 27px;
  }
}
.infoArea__txt {
  color: #221714;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.2307692308;
}
.infoArea__txt:before {
  content: "";
  margin-top: calc((1 - 1.2307692308) * 0.5em);
}
.infoArea__txt:after {
  margin-bottom: calc((1 - 1.2307692308) * 0.5em);
}
.infoArea__txt:before, .infoArea__txt:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 769px) {
  .infoArea__txt {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .infoArea__txt {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .infoArea__txt .small {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .infoArea__txt .small {
    font-size: 12px;
  }
}

.infoArea__holiday {
  display: block;
  text-align: center;
  transition: 0.3s ease opacity;
  width: fit-content;
}

@media screen and (min-width: 769px) {
  .infoArea__holiday {
    font-size: 14px;
    margin: 50px auto 0;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 768px) {
  .infoArea__holiday {
    font-size: 10px;
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 769px) {
  .infoArea__holiday .large {
    display:inline-block;
    font-size: 14px;
    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .infoArea__holiday .large {
    display:inline-block;
    font-size: 10px;
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 769px) {
  .campaignArea {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .campaignArea {
    margin-top: 30px;
  }
}

.campaignArea__item--bnr{
  box-shadow: 0 18px 38px 7px rgba(4, 0, 0, 0.25);
}

@media screen and (min-width: 769px) {
  .campaignArea__item + .campaignArea__item {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .campaignArea__item + .campaignArea__item {
    margin-top: 30px;
  }
}

.campaignBnr {
  box-shadow: 0 18px 38px 7px rgba(4, 0, 0, 0.25);
  display: block;
  position: relative;
  background: rgb(0, 128, 179);
  background: linear-gradient(90deg, rgb(0, 128, 179) 0%, rgb(145, 201, 215) 100%);
  transition: 0.3s ease opacity;
}
@media screen and (min-width: 769px) {
  .campaignBnr {
    min-height: 203px;
    width: 100%;
    padding: 30px 50px;
  }
}
@media (max-width: 768px) {
  .campaignBnr {
    padding: 25px 15px;
  }
}
.campaignArea__link:hover {
  opacity: .7;
}
.campaignBnr__txtArea {
  position: relative;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .campaignBnr__txtArea {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .campaignBnr__txtArea {
    text-align: center;
    padding-bottom: 10px;
  }
}
.campaignBnr__txtArea:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.campaignBnr__txtArea:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(30deg);
  transform-origin: bottom right;
}
.campaignBnr__label {
  background: #fff;
  color: #168ccc;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .campaignBnr__label {
    font-size: 16px;
    padding: 5px 15px;
  }
}
@media (max-width: 768px) {
  .campaignBnr__label {
    font-size: 9px;
    padding: 3px 10px;
  }
}
.campaignBnr__ttl {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .campaignBnr__ttl {
    font-size: 48px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .campaignBnr__ttl {
    letter-spacing: 0.01em;
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) {
  .campaignBnr__image {
    position: absolute;
    top: -14px;
    right: -13px;
  }
}
@media (max-width: 768px) {
  .campaignBnr__image {
    margin-top: 18px;
  }
}
.campaignBnr__cap {
  color: #fff;
  line-height: 1.5;
}
.campaignBnr__cap:before {
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
.campaignBnr__cap:after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.campaignBnr__cap:before, .campaignBnr__cap:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 769px) {
  .campaignBnr__cap {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .campaignBnr__cap {
    font-size: 12px;
    text-align: center;
    margin-top: 18px;
  }
}
.campaignBnr__cap .limit {
  display: block;
}
@media screen and (min-width: 769px) {
  .campaignBnr__cap .limit {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .campaignBnr__cap .limit {
    font-size: 10px;
    margin-top: 1em;
  }
}
@media screen and (min-width: 769px) {
  .campaignBnr--fair{
    background: url("../../imgs/pc/bg-bnr-fair.png") top left no-repeat;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .campaignBnr--fair {
    background: url("../../imgs/sp/bg-bnr-fair.png") top left no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  .campaignBnr:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .campaignBnr:hover {
    opacity: 0.7;
  }
}

.campaignBnr--fair {
  padding: 50px 30px 0 0;
}

.campaignBnr--fair .campaignBnr__label {
  color: #00a7a0;
  font-size: 24px;
  height: 45px;
  letter-spacing: .2em;
}

.campaignBnr--fair .campaignBnr__txtArea {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
  padding-bottom: 10px;
}

.campaignBnr--fair .campaignBnr__txtArea::before,
.campaignBnr--fair .campaignBnr__txtArea::after {
  content: none;
}

.campaignImgBnr {
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

@media screen and (min-width: 769px) {
  .campaignImgBnr:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .campaignImgBnr:hover {
    opacity: 0.7;
  }
}

.campaignImgBnr .photo{
  box-shadow: 0 18px 38px 7px rgba(4, 0, 0, 0.25);
}

.osakaMetroBnr {
  box-shadow: 0 18px 38px 7px rgba(4, 0, 0, 0.25);
  display: block;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .osakaMetroBnr {
    background: url(../imgs/bg-osaka-metro@2x.jpg) top center no-repeat;
    min-height: 182px;
    width: 100%;
    padding: 30px 50px;
  }
}
@media (max-width: 768px) {
  .osakaMetroBnr {
    background: url(../imgs/bg-osaka-metro_sp.jpg) top center no-repeat;
    padding: 35px 15px;
  }
}
.osakaMetroBnr:hover {
  opacity: .8;
}
.osakaMetroBnr__ttl {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .osakaMetroBnr__ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .osakaMetroBnr__ttl {
    font-size: 32px;
  }
}
@media screen and (min-width: 769px) {
  .osakaMetroBnr__txt {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .osakaMetroBnr__txt {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .osakaMetroBnr__txt .num {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .osakaMetroBnr__txt .num {
    font-size: 24px;
    line-height: 1.2;
  }
}

.fairCont {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.fairCont .image {
  position: relative;
}
.fairCont .c_cap {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.8),
    0 0 5px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.fairCont__txtWrap {
  color: #fff;
  text-align: center;
}
.fairCont__spec .lead {
  border: 1px solid #fff;
  font-size: 24px;
  line-height: 1;
  padding: 8px 0;
}
.fairCont__spec .area {
  align-items: center;
  background-color: #fff;
  color: #00a7a0;
  font-family: 'Ryumin',serif;
  font-size: 36px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding-top: 10px;
}
.fairCont__spec .area .small {
  font-size: 12px;
  line-height: 1.2;
}
.fairCont__spec .area .num {
  margin-left: 10px;
  line-height: 1;
}
.fairCont__spec .area .num .large {
  font-size: 52px;
}
.fairCont__spec .txt {
  font-size: 16px;
  margin-top: 12px;
}
.fairCont__funiture {
  border: 1px solid #fff;
  font-size: 12px;
  margin-top: 14px;
  padding: 12px 0;
}

@media (max-width: 768px) {
  .campaignBnr--fair {
    padding: 0 0 20px;
  }
  .campaignBnr--fair .campaignBnr__label {
    color: #00a7a0;
    font-size: 12px;
    height: 20px;
    letter-spacing: .2em;
  }
  .campaignBnr--fair .campaignBnr__ttl {
    font-size: 22px;
  }
  .campaignBnr--fair .campaignBnr__txtArea {
    align-items: center;
    display: block;
    margin-top: 16px;
    margin-left: 0;
    padding-bottom: 0;
  }
  .fairCont {
    display: block;
  }
  .campaignBnr--fair .image {
    position: relative;
  }
  .campaignBnr--fair .c_cap {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.8),
      0 0 5px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  .fairCont__txtWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding: 0 10px;
  }
  .fairCont__spec {
    width: 41%;
  }
  .fairCont__spec .lead {
    border: 1px solid #fff;
    font-size: 16px;
    padding: 4px 0;
  }
  .fairCont__spec .area {
    align-items: center;
    background-color: #fff;
    color: #00a7a0;
    font-family: 'Ryumin',serif;
    font-size: 18px;
    display: flex;
    justify-content: center;
    margin-top: 14px;
    padding-top: 10px;
  }
  .fairCont__spec .area .small {
    font-size: 10px;
    line-height: 1.1;
  }
  .fairCont__spec .area .num {
    margin-left: 10px;
    line-height: 1;
  }
  .fairCont__spec .area .num .large {
    font-size: 26px;
  }
  .fairCont__spec .txt {
    font-size: 12px;
    margin-top: 16px;
    text-align: left;
  }
  .fairCont__funiture {
    border: 1px solid #fff;
    font-size: 10px;
    margin-top: 0;
    padding: 14px 0 14px 6px;
    text-align: left;
  }
}

.contentLinkGroup {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .contentLinkGroup__item {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .contentLinkGroup__item {
    width: 50%;
  }
}

.contentLink {
  background: rgb(104, 84, 154);
  background: linear-gradient(90deg, rgb(104, 84, 154) 0%, rgb(34, 139, 202) 100%);
  display: block;
  height: 100%;
}
.contentLink__image {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .contentLink__image {
    height: 420px;
  }
}
@media (max-width: 768px) {
  .contentLink__image {
    height: 219px;
  }
}
.contentLink__image .photo {
  width: 100%;
  height: 100%;
}
.contentLink__image .photo__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.4s ease transform;
}
@media screen and (min-width: 769px) {
  .contentLink__txtArea {
    padding: 40px 35px;
  }
}
@media (max-width: 768px) {
  .contentLink__txtArea {
    padding: 20px 20px 50px;
  }
}
.contentLink__ttl {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .contentLink__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .contentLink__ttl {
    font-size: 12px;
  }
}
.contentLink__ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease transform;
}
.contentLink__ttl::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(30deg);
  transform-origin: bottom right;
  transition: 0.3s ease transform;
}
.contentLink__txt {
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.01em;
  margin-top: 10px;
}
.contentLink__txt:before {
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
.contentLink__txt:after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.contentLink__txt:before, .contentLink__txt:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 769px) {
  .contentLink__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contentLink__txt {
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  .contentLink:hover .contentLink__ttl::before {
    transform: translate(10px, 0);
  }
  .contentLink:hover .contentLink__ttl::after {
    transform: translate(10px, 0) rotate(30deg);
  }
  .contentLink:hover .contentLink__image .photo__image {
    transform: scale(1.1);
  }
}
@media (hover: hover) and (pointer: fine) {
  .contentLink:hover .contentLink__ttl::before {
    transform: translate(10px, 0);
  }
  .contentLink:hover .contentLink__ttl::after {
    transform: translate(10px, 0) rotate(30deg);
  }
  .contentLink:hover .contentLink__image .photo__image {
    transform: scale(1.1);
  }
}

.otherLinkGroup {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (min-width: 769px) {
  .otherLinkGroup {
    margin: 0 -20px;
  }
}
@media (max-width: 768px) {
  .otherLinkGroup {
    margin: 0 -10px;
  }
}
@media screen and (min-width: 769px) {
  .otherLinkGroup__item {
    width: 33.3333333333%;
    padding: 0 20px 40px;
  }
}
@media (max-width: 768px) {
  .otherLinkGroup__item {
    width: 50%;
    padding: 0 10px 20px;
  }
}

.otherLink {
  display: block;
  height: 100%;
  box-shadow: 0 12px 8px 0px rgba(4, 0, 0, 0.12);
  background: #fff;
}
@media screen and (min-width: 769px) {
  .otherLink {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .otherLink {
    padding: 15px;
  }
}
.otherLink__image {
  overflow: hidden;
}
.otherLink__image .photo__image {
  transition: 0.4s ease transform;
}
.otherLink__ttl {
  color: #00356d;
  letter-spacing: -0.01em;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .otherLink__ttl {
    font-size: 22px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .otherLink__ttl {
    margin-top: 10px;
    font-size: 12px;
  }
}
.otherLink__ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease transform;
}
.otherLink__ttl::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(30deg);
  transform-origin: bottom right;
  transition: 0.3s ease transform;
}
.otherLink__more {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .otherLink__more {
    margin-top: 12px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .otherLink__more {
    font-size: 10px;
    margin-top: 7px;
  }
}
@media screen and (min-width: 769px) {
  .otherLink:hover .otherLink__ttl::before {
    transform: translate(10px, 0);
  }
  .otherLink:hover .otherLink__ttl::after {
    transform: translate(10px, 0) rotate(30deg);
  }
  .otherLink:hover .otherLink__image .photo__image {
    transform: scale(1.1);
  }
}
@media (hover: hover) and (pointer: fine) {
  .otherLink:hover .otherLink__ttl::before {
    transform: translate(10px, 0);
  }
  .otherLink:hover .otherLink__ttl::after {
    transform: translate(10px, 0) rotate(30deg);
  }
  .otherLink:hover .otherLink__image .photo__image {
    transform: scale(1.1);
  }
}

.commonspaceCont {
  box-shadow: 0 12px 8px 1px rgba(4, 0, 0, 0.2);
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .commonspaceCont {
    padding: 60px 70px;
  }
}
@media (max-width: 768px) {
  .commonspaceCont {
    padding: 35px 22px;
  }
}
.commonspaceCont__heading {
  letter-spacing: 0.18em;
  line-height: 1.4444444444;
  color: #01356d;
  font-weight: 500;
}
.commonspaceCont__heading:before {
  content: "";
  margin-top: calc((1 - 1.4444444444) * 0.5em);
}
.commonspaceCont__heading:after {
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
}
.commonspaceCont__heading:before, .commonspaceCont__heading:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 769px) {
  .commonspaceCont__heading {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .commonspaceCont__heading {
    font-size: 18px;
  }
}
.commonspaceCont__txt {
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
}
.commonspaceCont__txt:before {
  content: "";
  margin-top: calc((1 - 2) * 0.5em);
}
.commonspaceCont__txt:after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
.commonspaceCont__txt:before, .commonspaceCont__txt:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 769px) {
  .commonspaceCont__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .commonspaceCont__txt {
    font-size: 12px;
  }
}
.commonspaceCont__heading + .commonspaceCont__txt {
  margin-top: 20px;
}
.commonspaceCont__matterport {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .commonspaceCont__matterport {
    margin: 40px auto 0;
  }
}
@media (max-width: 768px) {
  .commonspaceCont__matterport {
    margin: 20px auto 0;
  }
}
.commonspaceCont__matterport iframe {
  width: 100%;
  height: 100%;
}
.commonspaceCont__matterport .inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .commonspaceCont__matterport .inner {
    max-width: 936px;
    height: 528px;
  }
}
@media (max-width: 768px) {
  .commonspaceCont__matterport .inner {
    z-index: 3;
    position: relative;
    height: auto;
  }
}
.commonspaceCont__cap {
  line-height: 2;
  margin-top: 20px;
  letter-spacing: 0.08em;
  color: #666666;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 10px;
  line-height: 1.6;
}
.commonspaceCont__cap:before {
  content: "";
  margin-top: calc((1 - 1.6) * 0.5em);
}
.commonspaceCont__cap:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.commonspaceCont__cap:before, .commonspaceCont__cap:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}