.cgMovieArea {
  aspect-ratio: 16 / 9;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.cgMovieArea .moviePlayer {
  height: 100%;
  width: 100%;
}

.cgMovieArea .moviePlayer__frame {
  height: 100%;
  width: 100%;
}

.entranceSect__cont {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
}

@media screen and (min-width: 768px) {
  .entranceSect__cont {
    width: 994px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .entranceSect__cont {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .entranceSect__cont {
    gap: 50px 40px;
  }
}

@media screen and (max-width: 768px) {
  .entranceSect__cont {
    gap: 16px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 768px) {
  .entranceSect__cont .photo {
    width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .entranceSect__cont .sectTtl {
    grid-row: auto / span 2;
  }
}

@media screen and (min-width: 768px) {
  .entranceSect__cont .txt {
    grid-column: auto / span 2;
  }
}

@media screen and (max-width: 768px) {
  .entranceSect__cont .txt {
    margin-left: 40px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .entranceSect__head + .entranceSect__cont {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .entranceSect__head + .entranceSect__cont {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .entranceSect .pc-only {
    display: grid;
  }
}

@media screen and (max-width: 768px) {
  .entranceSect .pc-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .entranceSect .sp-only {
    display: none;
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .entranceSect .sp-only {
    display: grid;
    margin-top: 77px;
  }
}

@media screen and (min-width: 768px) {
  .entranceSect__heading {
    margin-top: 120px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .entranceSect__heading {
    margin-top: 64px;
    text-align: center;
  }
  .entranceSect__heading .heading.heading--default {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .entranceSect__head .photo__capIn {
    bottom: -20px;
    color: #33333380;
    right: 45px;
  }
}

.hallSect {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .hallSect {
    width: 1200px;
  }
}

@media only screen and (max-width: 1200px) {
  .hallSect {
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .hallSect {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .hallSect--spSmall {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__head .photo__capIn {
    bottom: -20px;
    color: #33333380;
  }
}

.hallSect__top {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .hallSect__top {
    width: 880px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .hallSect__top {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__top {
    gap: 20px 40px;
    margin-left: 100px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .hallSect__top {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__top {
    gap: 16px;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__top .cgMovieArea {
    width: 760px;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__top .cgMovieArea {
    margin-left: -40px;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__top .photo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__top .photo {
    margin-left: -40px;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__top .txt {
    background-color: #231815d9;
    color: #c8bb9b;
    margin: -40px 0 0 120px;
    padding: 80px 40px 40px;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__top .txt {
    background-color: #231815d9;
    color: #c8bb9b;
    margin: -64px -40px 0;
    padding: 104px 40px 40px;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__head + .hallSect__top {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__head + .hallSect__top {
    margin-top: 64px;
  }
}

.hallSect__center {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .hallSect__center {
    width: 1000px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .hallSect__center {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__center {
    gap: 20px 40px;
    margin-top: 120px;
    padding-bottom: 340px;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__center {
    gap: 13px;
    margin-top: 64px;
    padding-bottom: 196px;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__center .heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__center .wrap {
    padding: 0;
    width: 560px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .hallSect__center .wrap {
    width: 500px;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__center .wrap {
    margin-right: -40px;
    padding: 0;
    width: 182px;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__center .wrap .photo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__center .wrap .photo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__center .wrap .under {
    background-color: #231815d9;
    height: 79px;
    width: 560px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .hallSect__center .wrap .under {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__center .wrap .under {
    background-color: #231815d9;
    height: 64px;
    width: 182px;
  }
}

.hallSect__center .bottom {
  bottom: 0;
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .hallSect__center .bottom {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__center .bottom {
    left: -40px;
  }
}

.hallSect__center .bottom .inner {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .hallSect__center .bottom .inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__center .bottom .inner {
    width: calc(358 / 390 * 100vw);
  }
}

.hallSect__cont {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .hallSect__cont {
    width: 1028px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .hallSect__cont {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__cont {
    gap: 80px;
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__cont {
    gap: 48px;
    margin-top: 107px;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__cont .right {
    overflow: hidden;
    width: 1028px;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__cont .right .heading {
    margin: 0 15px;
  }
}

.hallSect__cont .right .photo {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .hallSect__cont .right .photo {
    margin: 48px auto;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__cont .right .photo {
    margin-bottom: 32px;
    margin-left: -33px;
    margin-right: -33px;
    margin-top: 32px;
  }
}

.hallSect__cont .right .hr {
  background-color: #000000;
  border: none;
  height: 1px;
}

@media screen and (min-width: 768px) {
  .hallSect__cont .right .hr {
    margin: 10px calc(34% - 50vw);
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__cont .right .hr {
    margin: 16px 0;
    margin-left: 15px;
    width: 120%;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__cont .right .txt {
    grid-column: auto / span 2;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__cont .right .txt {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__cont .right .txt + .heading {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__cont .right .txt + .heading {
    margin-top: 80px;
  }
}

.hallSect__name {
  color: #c8bb9b;
  display: inline-block;
  font-family: "Cinzel", serif;
  line-height: 1;
  position: absolute;
  right: 0;
  top: .125em;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .hallSect__name {
    font-size: 42px;
    letter-spacing: 10px;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__name {
    font-size: 20px;
    letter-spacing: 5px;
  }
}

.hallSect__title {
  color: #604c3f;
  font-family: "Cinzel", serif;
  font-weight: 400;
  letter-spacing: .05em;
  letter-spacing: 10px;
  line-height: .6;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .hallSect__title {
    font-size: 48px;
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__title {
    font-size: 20px;
    margin: 64px -40px 0;
  }
}

.hallSect__bottom {
  background-color: rgba(35, 24, 21, 0.85);
  color: #c8bb9b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .hallSect__bottom {
    gap: 40px;
    padding: 80px 100px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .hallSect__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    margin: 0 -40px;
    padding: 80px 0;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__bottom .wrap {
    width: 420px;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__bottom .wrap .heading--default {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__bottom .wrap .heading--default {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__bottom .wrap .txt {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__bottom .wrap .txt {
    margin-top: 24px;
  }
}

.hallSect__bottom .wrap .wrap__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  .hallSect__bottom .wrap .wrap__logo {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__bottom .wrap .wrap__logo {
    margin-top: 24px;
  }
}

.hallSect__bottom .wrap .wrap__logo p {
  font-size: 10px;
  margin-top: 5px;
}

.hallSect__bottom .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .hallSect__bottom .list {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__bottom .list {
    gap: 0;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__bottom .list .list__first {
    width: 401px;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__bottom .list .list__first {
    width: 290px;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__bottom .list .list__first .usableList__inner {
    gap: 10px;
    width: 402px;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__bottom .list .list__first .usableList__inner {
    gap: 10px;
    width: 290px;
  }
}

.hallSect__bottom .list .list__first .usableList__note {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .hallSect__bottom .list .list__first .usableList__note {
    margin-left: 48px;
    margin-right: -32px;
  }
}

.hallSect__bottom .list .list__first .usableList__note .caption {
  color: #999999;
}

@media screen and (min-width: 768px) {
  .hallSect__bottom .list .list__second {
    width: 129px;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__bottom .list .list__second {
    width: 82px;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__bottom .list .pc-only {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__bottom .list .pc-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hallSect__bottom .list .sp-only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hallSect__bottom .list .sp-only {
    display: block;
  }
}

.headingSect__head .heading + .heading {
  margin-top: 40px;
}

.headingSect__cont {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .headingSect__cont {
    width: 1080px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .headingSect__cont {
    width: 100%;
  }
}

.headingSect__cont .headingUnit + .headingUnit {
  margin-top: 40px;
}

.headingSect__head + .headingSect__cont {
  margin-top: 80px;
}

.introSect__head {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .introSect__head {
    width: 998px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .introSect__head {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .introSect__head {
    max-width: 100%;
  }
}

.introSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .introSect__cont {
    gap: 80px;
    padding-left: 120px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__cont {
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.introSect__cont .sectTtl {
  width: 1.5em;
}

@media screen and (min-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: 104px;
  }
}

.introSect__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.introSect__biography {
  margin-top: 58px;
}

@media screen and (min-width: 768px) {
  .introSect__biography {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .introSect__biography {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.introSect__biography .introSect__post {
  max-width: 389px;
}

.introSect__biography .usableList {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .introSect__biography .usableList {
    width: 389px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__biography .usableList {
    margin-top: 32px;
  }
}

.introSect__biography .usableList__inner {
  gap: 10px;
}

.introSect__biography .usableList__item {
  width: calc(50% - 5px);
}

.introSect__biography .usableList__item:nth-child(1) {
  width: 100%;
}

.introSect__biography .usableList__note .caption {
  color: #999999;
}

.introSect__post .photo + .txt {
  margin-top: 32px;
}

.introSect__post .photo__capIn {
  bottom: 0;
  color: #c8bb9b;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  left: 0;
  right: auto;
}

@media screen and (min-width: 768px) {
  .introSect__post .photo__capIn {
    font-size: 12px;
  }
}

.introSect__post .photo__capIn span {
  font-size: 15px;
}

.partySect__cont {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .partySect__cont {
    gap: 105px;
    margin: 160px 0 86px;
  }
}

@media screen and (max-width: 768px) {
  .partySect__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin: 48px 0;
  }
}

.partySect__cont .heading--small {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 768px) {
  .partySect__cont .heading--small {
    line-height: 3;
  }
  .partySect__cont .heading--small:before {
    content: '';
    margin-top: calc((1 - 3) * .5em);
  }
  .partySect__cont .heading--small:after {
    margin-bottom: calc((1 - 3) * .5em);
  }
  .partySect__cont .heading--small:before, .partySect__cont .heading--small:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .partySect .headVisual__ttl {
    width: 459px;
  }
}

@media screen and (max-width: 768px) {
  .partySect .headVisual__ttl {
    width: 193px;
  }
}

.tabSect__cont {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tabSect__head + .tabSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .tabSect__head + .tabSect__cont {
    margin-top: 24px;
  }
}

.urbanLifeBox {
  margin: 0 auto;
  background-color: rgba(35, 24, 21, 0.85);
  color: #c8bb9b;
}

@media screen and (min-width: 768px) {
  .urbanLifeBox {
    width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .urbanLifeBox {
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .urbanLifeBox {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .urbanLifeBox {
    margin-top: 120px;
    padding: 100px;
  }
}

@media screen and (max-width: 768px) {
  .urbanLifeBox {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 80px;
    padding: 80px 28px;
  }
}

.urbanLifeBox__head {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .urbanLifeBox__head {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 768px) {
  .urbanLifeBox__head {
    padding-bottom: 32px;
  }
}

.urbanLifeBox__head:after {
  background-color: #d8ceb9;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .urbanLifeBox__head:after {
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .urbanLifeBox__head:after {
    width: 24px;
  }
}

.urbanLifeBox__ttl {
  letter-spacing: .04em;
  text-align: center;
  line-height: 1.8;
}

.urbanLifeBox__ttl:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.urbanLifeBox__ttl:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.urbanLifeBox__ttl:before, .urbanLifeBox__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .urbanLifeBox__ttl {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .urbanLifeBox__ttl {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .urbanLifeBox__head + .urbanLifeBox__cont {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .urbanLifeBox__head + .urbanLifeBox__cont {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .urbanLifeSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .urbanLifeSect {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .urbanLifeSect:not(:first-child) {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .urbanLifeSect:not(:first-child) {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .urbanLifeSect:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .urbanLifeSect__head {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 510px;
  }
}

.urbanLifeSect__head sub {
  vertical-align: baseline;
}

@media screen and (min-width: 768px) {
  .urbanLifeSect__cont {
    width: 440px;
  }
}

@media screen and (max-width: 768px) {
  .urbanLifeSect__head + .urbanLifeSect__cont {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .visualSect__item {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.visualSect__item:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .visualSect__item .swipeFigure {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media screen and (max-width: 768px) {
  .visualSect__item .swipeFigure__inner {
    height: 500px;
  }
}

.visualSect__item .heading + *,
.visualSect__item .headingUnit + * {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .design-introduction {
    padding: 0 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .design-introduction {
    padding: 0 0 80px;
  }
}

@media screen and (min-width: 768px) {
  .design-entrance {
    padding: 0 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .design-entrance {
    padding: 0 0 56px;
  }
}

@media screen and (min-width: 768px) {
  .design-hall {
    padding: 0 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .design-hall {
    padding: 0 0 80px;
  }
}

@media screen and (min-width: 768px) {
  .design-party {
    padding: 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .design-party {
    padding: 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  .template-heading {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .template-heading {
    padding: 80px 0;
  }
}

@media screen and (min-width: 768px) {
  .template-visual {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .template-visual {
    padding: 80px 0;
  }
}

@media screen and (min-width: 768px) {
  .template-tab {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .template-tab {
    padding: 80px 0;
  }
}

@media screen and (min-width: 768px) {
  .headVisual__bg img,
  .parallaxPhoto img {
    width: 100%;
  }
}
