@media print, screen and (min-width: 768px) {
  .meritCard {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 768px) {
  .meritCard__head {
    width: 472px;
  }
}

.meritCard__ttl {
  background-color: #ffffff;
  border-bottom: 1px solid #a59472;
  border-top: 1px solid #a59472;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .meritCard__ttl {
    padding: 24px 0;
  }
}

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

.meritCard__ttl .en {
  color: #887855;
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1;
}

.meritCard__ttl .en + .ja {
  margin-top: 16px;
}

.meritCard__ttl .ja {
  display: block;
  letter-spacing: .1em;
  line-height: 1.4;
}

.meritCard__ttl .ja:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.meritCard__ttl .ja:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

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

@media print, screen and (min-width: 768px) {
  .meritCard__ttl .ja {
    font-size: 26px;
  }
}

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

.meritCard__ttl .triangle {
  bottom: 1px;
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .meritCard__ttl .triangle {
    width: 38px;
  }
}

@media screen and (max-width: 768px) {
  .meritCard__ttl .triangle {
    width: 27px;
  }
}

.meritCard__ttl .triangle .triangleSVG {
  display: block;
  height: auto;
  width: 100%;
}

.meritCard__txt {
  letter-spacing: .1em;
  line-height: 2;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .meritCard__txt {
    font-size: 16px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .meritCard__ttl + .meritCard__txt {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .meritCard__ttl + .meritCard__txt {
    margin-top: 47px;
  }
}

@media print, screen and (min-width: 768px) {
  .meritCard__txt + .photo {
    margin-top: 32px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .meritCard__cont {
    width: 472px;
  }
}

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

.meritCard__visualTtl {
  border: 1px solid #c6c6c7;
  padding: 12px 20px;
  text-align: center;
}

.meritCard__visualTtl .main {
  display: block;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 2;
}

.meritCard__visualTtl .main:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.meritCard__visualTtl .main:after {
  margin-bottom: calc((1 - 2) * .5em);
}

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

.meritCard__visualTtl .sub {
  border-top: 1px solid #c6c6c7;
  display: block;
  font-size: 14px;
  letter-spacing: .1em;
  margin-top: 10px;
  padding-top: 10px;
  line-height: 2;
}

.meritCard__visualTtl .sub:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.meritCard__visualTtl .sub:after {
  margin-bottom: calc((1 - 2) * .5em);
}

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

@media print, screen and (min-width: 768px) {
  .meritCard__visualTtl + .photo {
    margin-top: 10px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .meritCard--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 768px) {
  .meritList__item:not(:first-child) {
    margin-top: 100px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .outpoleSect__head + .outpoleSect__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .outpoleSect__head + .outpoleSect__cont {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .reliefSect__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
  }
}

@media print, screen and (min-width: 768px) {
  .reliefSect__head + .reliefSect__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .reliefSect__head + .reliefSect__cont {
    margin-top: 80px;
  }
}

.reliefSect__item:nth-child(1) {
  width: 210px;
}

@media screen and (max-width: 768px) {
  .reliefSect__item:nth-child(1) {
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  .reliefSect__item:nth-child(2) {
    width: 472px;
  }
}

@media screen and (max-width: 768px) {
  .reliefSect__item:nth-child(2) {
    margin-top: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .reliefSect__item:nth-child(3) {
    width: 130px;
  }
}

@media screen and (max-width: 768px) {
  .reliefSect__item:nth-child(3) {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .reliefSect__item:nth-child(3) .usableList {
    height: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .reliefSect__item:nth-child(3) .usableList__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .reliefSect__item:nth-child(3) .usableList__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .reliefSect__item:nth-child(3) .usableList__item {
    width: 130px;
  }
}

@media print, screen and (min-width: 768px) {
  .southSect__head .headingUnit + .heading {
    margin-top: 100px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .southSect__head + .southSect__cont {
    margin-top: 100px;
  }
}

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

.spaceHead {
  width: calc(100vw - var(--scrollbar));
}

@media print, screen and (min-width: 768px) {
  .spaceHead {
    margin-left: calc((100% - 100vw + var(--scrollbar)) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .spaceHead {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 768px) {
  .spaceHead {
    margin-left: -32px;
  }
}

.spaceHead__visual .photo {
  overflow: hidden;
}

.spaceHead__visual .photo__image {
  -webkit-filter: blur(10px) brightness(1.2);
          filter: blur(10px) brightness(1.2);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-filter .8s ease-in-out, -webkit-transform 2s linear;
  transition: -webkit-filter .8s ease-in-out, -webkit-transform 2s linear;
  transition: filter .8s ease-in-out, transform 2s linear;
  transition: filter .8s ease-in-out, transform 2s linear, -webkit-filter .8s ease-in-out, -webkit-transform 2s linear;
}

.spaceHead__visual.sai-animate .photo__image {
  -webkit-filter: blur(0) brightness(1);
          filter: blur(0) brightness(1);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.spaceHead__ttl {
  aspect-ratio: 1 / 1;
  background: -webkit-gradient(linear, left top, right top, from(#7b7672), color-stop(50%, #989592), to(#7b7672));
  background: linear-gradient(90deg, #7b7672 0%, #989592 50%, #7b7672 100%);
  border-radius: 50%;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .spaceHead__ttl {
    margin: -56px auto 0;
    padding: 8px;
    width: 236px;
  }
}

@media screen and (max-width: 768px) {
  .spaceHead__ttl {
    margin: -49px auto 0;
    padding: 6px;
    width: 180px;
  }
}

.spaceHead__ttl .inner {
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}

.spaceHead__ttl .sub {
  display: block;
  letter-spacing: .1em;
  line-height: 1;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .spaceHead__ttl .sub {
    font-size: 18px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  .spaceHead__ttl .sub {
    font-size: 13px;
    padding-bottom: 12px;
  }
}

.spaceHead__ttl .sub:after {
  background: #efefef;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media print, screen and (min-width: 768px) {
  .spaceHead__ttl .sub:after {
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .spaceHead__ttl .sub:after {
    width: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .spaceHead__ttl .sub + .main {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .spaceHead__ttl .sub + .main {
    margin-top: 16px;
  }
}

.spaceHead__ttl .main {
  letter-spacing: .1em;
  line-height: 1.4;
}

.spaceHead__ttl .main:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.spaceHead__ttl .main:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

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

@media print, screen and (min-width: 768px) {
  .spaceHead__ttl .main {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .spaceHead__ttl .main {
    font-size: 30px;
  }
}

.spaceHead__ttl .main .small {
  display: inline-block;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .spaceHead__ttl .main .small {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .spaceHead__ttl .main .small {
    font-size: 22px;
  }
}

@media print, screen and (min-width: 768px) {
  .spaceHead + .headingUnit {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .spaceHead + .headingUnit {
    margin-top: 80px;
  }
}

.spaceIntro__head {
  text-align: center;
}

.spaceIntro__ttl {
  color: #635954;
  line-height: 1.4;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .spaceIntro__ttl {
    font-size: 40px;
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 768px) {
  .spaceIntro__ttl {
    font-size: 26px;
    letter-spacing: .05em;
  }
}

@media print, screen and (min-width: 768px) {
  .spaceIntro__ttl + .txt {
    margin-top: 60px;
  }
}

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

.spaceIntro__cont {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .spaceIntro__cont {
    width: 526px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .spaceIntro__head + .spaceIntro__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .spaceIntro__head + .spaceIntro__cont {
    margin-top: 80px;
  }
}

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

.spaceVisual__ttl {
  color: #3e3834;
  font-family: "EB Garamond", serif;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
  z-index: 2;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  -webkit-mask-size: 400% 100%;
          mask-size: 400% 100%;
}

@media print, screen and (min-width: 768px) {
  .spaceVisual__ttl {
    top: calc(199 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .spaceVisual__ttl {
    top: 163px;
  }
}

.spaceVisual__ttl .sub {
  display: block;
  letter-spacing: .05em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .spaceVisual__ttl .sub {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .spaceVisual__ttl .sub {
    font-size: 22px;
  }
}

.spaceVisual__ttl .main {
  display: block;
  letter-spacing: .1em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .spaceVisual__ttl .main {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .spaceVisual__ttl .main {
    font-size: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .spaceVisual__ttl .main + .sub {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .spaceVisual__ttl .main + .sub {
    margin-top: 16px;
  }
}

.spaceVisual__image .photo__image {
  -webkit-filter: blur(10px) brightness(1.2);
          filter: blur(10px) brightness(1.2);
  -webkit-mask-position: 50% 0%;
          mask-position: 50% 0%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transition: -webkit-filter 1.2s ease-in-out;
  transition: -webkit-filter 1.2s ease-in-out;
  transition: filter 1.2s ease-in-out;
  transition: filter 1.2s ease-in-out, -webkit-filter 1.2s ease-in-out;
}

@media print, screen and (min-width: 768px) {
  .spaceVisual__image .photo__image {
    -webkit-mask-image: url("../imgs/pc/img-kv-mask.svg");
            mask-image: url("../imgs/pc/img-kv-mask.svg");
  }
}

@media screen and (max-width: 768px) {
  .spaceVisual__image .photo__image {
    -webkit-mask-image: url("../imgs/sp/img-kv-mask.svg");
            mask-image: url("../imgs/sp/img-kv-mask.svg");
  }
}

.spaceVisual.sai-animate .spaceVisual__ttl {
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-transition: 3s cubic-bezier(0.43, 0.02, 0.05, 1) 0.8s !important;
  transition: 3s cubic-bezier(0.43, 0.02, 0.05, 1) 0.8s !important;
}

.spaceVisual.sai-animate .spaceVisual__image .photo__image {
  -webkit-filter: blur(0) brightness(1);
          filter: blur(0) brightness(1);
}

@media print, screen and (min-width: 768px) {
  .storageSect__cont {
    margin-left: auto;
    margin-right: auto;
    max-width: 784px;
  }
}

.storageSect__cont .usableList__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .storageSect__cont .usableList__inner {
    gap: 100px 48px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .storageSect__cont .usableList__item {
    width: 368px;
  }
}

@media screen and (max-width: 768px) {
  .storageSect__cont .usableList__item {
    width: 326px;
  }
}

@media screen and (max-width: 768px) {
  .storageSect__cont .usableList__item:nth-child(3), .storageSect__cont .usableList__item:nth-child(4) {
    margin-top: 52px;
  }
}

.storageSect__cont .usableList__item .descriptionCard__cont {
  margin-top: 52px;
}

@media screen and (max-width: 768px) {
  .storageSect__cont .usableList__item .descriptionCard__cont .heading {
    font-size: 26px;
    letter-spacing: 0;
  }
}

.storageSect__cont .usableList__item .descriptionCard__cont .heading .small {
  display: block;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.4;
}

.storageSect__cont .usableList__item .descriptionCard__cont .heading .small:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.storageSect__cont .usableList__item .descriptionCard__cont .heading .small:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.storageSect__cont .usableList__item .descriptionCard__cont .heading .small:before, .storageSect__cont .usableList__item .descriptionCard__cont .heading .small:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .storageSect__cont .usableList__item--small {
    width: 264px;
  }
}

@media screen and (max-width: 768px) {
  .storageSect__cont .usableList__item--small {
    width: calc(50% - 8px);
  }
}

@media print, screen and (min-width: 768px) {
  .storageSect__head + .storageSect__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .storageSect__head + .storageSect__cont {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .space-introduction {
    padding: 140px 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .space-introduction {
    padding: 87px 0 100px;
  }
}

.space-south {
  padding: 0 0 100px;
}

.space-outpole {
  padding: 0 0 100px;
}

@media print, screen and (min-width: 768px) {
  .space-storage {
    padding: 0 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .space-storage {
    padding: 0 0 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .space-relief {
    padding: 0 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .space-relief {
    padding: 0 0 100px;
  }
}
