.mainVisual {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mainVisual .caption {
  position: absolute;
  top: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mainVisual .caption {
    padding: 10px 10px 0 0;
    text-align: right;
    max-width: 1200px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual .caption {
    width: 100%;
    padding: 10px 32px 0;
  }
}
.mainVisual__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mainVisual__image {
    aspect-ratio: 144/90;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__image {
    aspect-ratio: 39/67;
  }
}
.mainVisual__image .photo {
  width: 100%;
  height: 100%;
}
.mainVisual__image .photo__pic, .mainVisual__image .photo__image {
  width: 100%;
  height: 100%;
}
.mainVisual__image .photo__image {
  object-fit: cover;
  object-position: center top;
  filter: brightness(1.2);
  transition: filter 0.3s ease-in-out 0.5s;
}
.mainVisual__head {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  top: 50px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .mainVisual__head {
    gap: 56px;
    max-width: 888px;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__head {
    flex-direction: column;
    gap: 24px;
  }
}
.mainVisual__lead {
  mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 33%, rgb(255, 255, 255) 66%, rgba(255, 255, 255, 0) 75%);
  mask-position: 100% 50%;
  mask-size: 400% 100%;
}
@media screen and (min-width: 768px) {
  .mainVisual__lead {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__lead {
    width: 300px;
  }
}
.mainVisual__catch {
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.4;
}
.mainVisual__catch:before {
  content: "";
  margin-top: calc((1 - 1.4) * 0.5em);
}
.mainVisual__catch:after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
.mainVisual__catch:before, .mainVisual__catch:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.mainVisual__catch {
  opacity: 0;
  transition: opacity 0.3s ease-in-out 2s;
}
@media screen and (min-width: 768px) {
  .mainVisual__catch {
    color: #ffffff;
    text-shadow: 0 0 10px #044046;
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__catch {
    text-align: center;
    font-size: 20px;
    color: #6A717D;
  }
}
.mainVisual.sai-animate .mainVisual__image .photo__image {
  filter: brightness(1);
}
.mainVisual.sai-animate .mainVisual__lead {
  mask-position: 50% 50%;
  transition: 3s cubic-bezier(0.43, 0.02, 0.05, 1) 1s !important;
}
.mainVisual.sai-animate .mainVisual__catch {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .introArea {
    background: url("../imgs/pc/bg-concept-01@1.5x.png") repeat-y top center/100% auto;
  }
}

@media screen and (min-width: 768px) {
  .uspArea {
    padding: 104px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .uspArea {
    background: url("../imgs/sp/bg-concept-top.png") no-repeat top center/100% auto, url("../imgs/sp/bg-concept-bottom.png") no-repeat bottom center/100% auto;
    padding: 300px 0 0;
  }
}
.uspArea__inner {
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .uspArea__inner {
    max-width: 1280px;
    padding: 40px 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__inner {
    padding: 60px 30px;
  }
}
.uspArea__heading {
  text-align: center;
  font-weight: 500;
  color: #6A717D;
}
@media screen and (min-width: 768px) {
  .uspArea__heading {
    font-size: 30px;
    line-height: 1.6;
  }
  .uspArea__heading:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .uspArea__heading:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .uspArea__heading:before, .uspArea__heading:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__heading {
    font-size: 26px;
    line-height: 1.4;
  }
  .uspArea__heading:before {
    content: "";
    margin-top: calc((1 - 1.4) * 0.5em);
  }
  .uspArea__heading:after {
    margin-bottom: calc((1 - 1.4) * 0.5em);
  }
  .uspArea__heading:before, .uspArea__heading:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.uspArea__heading .accent {
  color: #00A29A;
}
.uspArea__heading .num {
  font-family: "EB Garamond", serif;
  display: inline-block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .uspArea__heading .num {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__heading .num {
    font-size: 34px;
  }
}
.uspArea__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .uspArea__list {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .uspArea__list {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__list {
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
  }
}
.uspArea__item {
  position: relative;
  z-index: 1;
  color: #6A717D;
}
@media screen and (min-width: 768px) {
  .uspArea__item {
    display: flex;
    align-items: flex-end;
    min-height: 62px;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__item {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .uspArea__item:not(:last-child) {
    padding-right: 38px;
  }
}
.uspArea__item:not(:last-child):before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .uspArea__item:not(:last-child):before {
    height: 62px;
    width: 1px;
    background-color: #6A717D;
    transform-origin: center center;
    transform: rotate(13deg);
    top: 0;
    right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__item:not(:last-child):before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E1E1E1;
  }
}

.uspItem {
  position: relative;
  z-index: 1;
  line-height: 1.4;
}
.uspItem:before {
  content: "";
  margin-top: calc((1 - 1.4) * 0.5em);
}
.uspItem:after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
.uspItem:before, .uspItem:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .uspItem {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .uspItem {
    font-size: 26px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.uspItem .num {
  display: inline-block;
  line-height: 1;
  font-family: "EB Garamond", serif;
}
@media screen and (min-width: 768px) {
  .uspItem .num {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .uspItem .num {
    font-size: 50px;
  }
}
.uspItem .label {
  position: absolute;
  padding: 4px 16px;
  display: inline-block;
  color: #fff;
  background-color: #F39800;
  font-size: 12px;
  line-height: 1.2;
  top: 0;
  left: 0;
}
.uspItem .ruby {
  position: absolute;
  top: 0;
  display: inline-block;
  left: 0;
  font-size: 12px;
  line-height: 1.4;
}
.uspItem .ruby:before {
  content: "";
  margin-top: calc((1 - 1.4) * 0.5em);
}
.uspItem .ruby:after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
.uspItem .ruby:before, .uspItem .ruby:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .uspItem:has(.label) {
    padding-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .uspItem:has(.label) {
    padding-top: 24px;
  }
}
.uspItem .small {
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}
.uspItem .small:before {
  content: "";
  margin-top: calc((1 - 1.4) * 0.5em);
}
.uspItem .small:after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
.uspItem .small:before, .uspItem .small:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (max-width: 768px) {
  .uspItem .spSmall {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .pieceArea {
    padding: 97px 0 173px;
  }
}
@media screen and (max-width: 768px) {
  .pieceArea {
    background: url("../imgs/sp/bg-concept-top.png") no-repeat top center/100% auto, url("../imgs/sp/bg-concept-bottom.png") no-repeat bottom center/100% auto;
    padding: 110px 0 142px;
  }
}
.pieceArea__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pieceArea__inner {
    width: 1200px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .pieceArea__inner {
    padding: 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pieceArea__inner {
    padding: 0 32px;
  }
}
.pieceArea__logo {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pieceArea__logo {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .pieceArea__logo {
    width: 300px;
  }
}
.pieceArea__body {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pieceArea__body {
    max-width: 596px;
    margin: -72px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .pieceArea__body {
    max-width: 280px;
    margin: -82px auto 0;
  }
}
.pieceArea__heading {
  letter-spacing: 0.1em;
  font-size: 24px;
  line-height: 1.4;
}
.pieceArea__heading:before {
  content: "";
  margin-top: calc((1 - 1.4) * 0.5em);
}
.pieceArea__heading:after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
.pieceArea__heading:before, .pieceArea__heading:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .pieceArea__txt {
    font-size: 16px;
    line-height: 2.2;
  }
  .pieceArea__txt:before {
    content: "";
    margin-top: calc((1 - 2.2) * 0.5em);
  }
  .pieceArea__txt:after {
    margin-bottom: calc((1 - 2.2) * 0.5em);
  }
  .pieceArea__txt:before, .pieceArea__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .pieceArea__txt {
    font-size: 14px;
    line-height: 2;
  }
  .pieceArea__txt:before {
    content: "";
    margin-top: calc((1 - 2) * 0.5em);
  }
  .pieceArea__txt:after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
  .pieceArea__txt:before, .pieceArea__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.pieceArea__heading + .pieceArea__txt {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .conceptGuidance {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 768px) {
  .conceptGuidance {
    padding: 0 16px 160px;
    background: url("../imgs/sp/bg-concept-top.png") no-repeat top center/100% auto, url("../imgs/sp/bg-concept-bottom.png") no-repeat bottom center/100% auto;
  }
}
.conceptGuidance__inner {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}
@media screen and (min-width: 768px) {
  .conceptGuidance__inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 100px;
    display: flex;
    flex-direction: row-reverse;
    gap: 74px;
  }
}
@media screen and (max-width: 768px) {
  .conceptGuidance__inner {
    padding: 60px 16px;
  }
}
@media screen and (min-width: 768px) {
  .conceptGuidance__head {
    width: 576px;
  }
}
@media screen and (max-width: 768px) {
  .conceptGuidance__head {
    width: 270px;
    margin: 0 auto;
  }
}
.conceptGuidance__cont {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .conceptGuidance__cont {
    flex: 1;
    padding-top: 394px;
  }
}
@media screen and (max-width: 768px) {
  .conceptGuidance__cont {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .conceptGuidance__cont .guidanceTtl {
    position: absolute;
    top: 74px;
    left: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .conceptGuidance__cont .guidanceTtl + .guidanceTxt {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .conceptGuidance__head + .conceptGuidance__cont {
    margin-top: 40px;
  }
}

.guidanceTtl {
  color: #292E6C;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Playfair Display", serif;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .guidanceTtl {
    font-size: 120px;
  }
}
@media screen and (max-width: 768px) {
  .guidanceTtl {
    font-size: 60px;
  }
}
.guidanceTtl .t {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .guidanceTtl .indent {
    padding-left: 0.5em;
  }
}
.guidanceTtl.js-splitText {
  visibility: hidden;
}
.guidanceTtl.js-splitText[data-split-ready=true] {
  visibility: visible;
}

.guidanceTxt {
  color: #6A717D;
}
@media screen and (min-width: 768px) {
  .guidanceTxt {
    font-size: 22px;
    line-height: 2;
  }
  .guidanceTxt:before {
    content: "";
    margin-top: calc((1 - 2) * 0.5em);
  }
  .guidanceTxt:after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
  .guidanceTxt:before, .guidanceTxt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .guidanceTxt {
    font-size: 18px;
    line-height: 1.6;
  }
  .guidanceTxt:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .guidanceTxt:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .guidanceTxt:before, .guidanceTxt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.guidanceTxt--small {
  font-size: 16px;
}

.guidanceBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  background: linear-gradient(to right, #8386b2, #9ab2bf);
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: filter 0.3s ease;
}
@media screen and (min-width: 768px) {
  .guidanceBtn {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .guidanceBtn {
    width: 326px;
    padding: 18px 24px;
  }
}
@media screen and (min-width: 768px) {
  .guidanceBtn:hover {
    filter: brightness(1.12);
  }
  .guidanceBtn:hover .guidanceBtn__arrow {
    transform: translateX(5px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .guidanceBtn:hover {
    filter: brightness(1.12);
  }
  .guidanceBtn:hover .guidanceBtn__arrow {
    transform: translateX(5px);
  }
}
.guidanceBtn__ttl {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .guidanceBtn__ttl {
    gap: 2px;
  }
}
.guidanceBtn__ttl .en {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.guidanceBtn__ttl .jp {
  display: block;
  font-family: "Shippori Mincho B1", "Noto Serif JP", YuMincho, "Yu Mincho", serif;
  font-size: 12px;
  line-height: 1.4;
}
.guidanceBtn__ttl .jp:before {
  content: "";
  margin-top: calc((1 - 1.4) * 0.5em);
}
.guidanceBtn__ttl .jp:after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
.guidanceBtn__ttl .jp:before, .guidanceBtn__ttl .jp:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.guidanceBtn__arrow {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .guidanceBtn__arrow {
    width: 14px;
  }
}
@media screen and (max-width: 768px) {
  .guidanceBtn__arrow {
    width: 9px;
  }
}
.guidanceBtn__arrow .arrowSVG {
  display: block;
  width: 100%;
  height: auto;
}
.guidanceTxt + .guidanceBtn {
  margin-top: 40px;
}
.guidanceBtn--disable {
  cursor: default;
  pointer-events: none;
  border: none;
  appearance: none;
  outline: none;
}
.guidanceBtn--disable .guidanceBtn__ttl {
  opacity: 0.2;
}
.guidanceBtn--disable::after {
  content: "coming soon";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .guidanceBtn--disable::after {
    font-size: 18px;
  }
}

.locationGuidance {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .locationGuidance {
    padding: 160px 0 140px;
  }
}
@media screen and (max-width: 768px) {
  .locationGuidance {
    padding: 100px 0;
  }
}
.locationGuidance:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/2;
  position: absolute;
  z-index: -1;
  background: url("../assets/imgs/bg-diamond-left@1.5x.png") no-repeat left top/100% auto;
  left: 0;
}
@media screen and (min-width: 768px) {
  .locationGuidance:before {
    top: 380px;
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .locationGuidance:before {
    width: 100%;
    top: 220px;
  }
}
@media screen and (min-width: 768px) {
  .locationGuidance__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.locationGuidance__cont {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .locationGuidance__cont .guidanceTtl + .guidanceTxt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .locationGuidance__cont .guidanceTtl + .guidanceTxt {
    margin-top: 24px;
  }
}
.locationGuidance__cont .guidanceBtn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .locationGuidance__head + .locationGuidance__cont {
    margin: -16px auto 0;
  }
}

.accessGuidance {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .accessGuidance {
    padding: 0 0 140px;
  }
}
@media screen and (max-width: 768px) {
  .accessGuidance {
    padding: 100px 0;
  }
}
.accessGuidance:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/2;
  position: absolute;
  z-index: -1;
  background: url("../assets/imgs/bg-diamond-right@1.5x.png") no-repeat left top/100% auto;
  right: 0;
}
@media screen and (min-width: 768px) {
  .accessGuidance:before {
    top: -280px;
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .accessGuidance:before {
    width: 100%;
    top: 120px;
  }
}
.accessGuidance__inner {
  display: flex;
}
@media screen and (min-width: 768px) {
  .accessGuidance__inner {
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 75px 44px;
  }
}
@media screen and (max-width: 768px) {
  .accessGuidance__inner {
    flex-direction: column;
    gap: 40px;
    padding: 0 32px;
  }
}
.accessGuidance__head {
  display: flex;
}
@media screen and (min-width: 768px) {
  .accessGuidance__head {
    gap: 12px;
    width: 784px;
    padding-top: 87px;
  }
}
@media screen and (max-width: 768px) {
  .accessGuidance__head {
    gap: 1px;
  }
}
.accessGuidance__head .spotCard {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: clip-path 1s linear;
}
@media screen and (min-width: 768px) {
  .accessGuidance__head .spotCard {
    width: 253px;
  }
}
@media screen and (max-width: 768px) {
  .accessGuidance__head .spotCard {
    width: calc((100% - 2px) / 3);
  }
}
.accessGuidance__head .spotCard:nth-child(1) {
  transition-delay: 0.4s;
}
.accessGuidance__head .spotCard:nth-child(2) {
  transition-delay: 0.8s;
}
.accessGuidance__head .spotCard:nth-child(3) {
  transition-delay: 1.2s;
}
.accessGuidance__head.sai-animate .spotCard {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.accessGuidance__cont {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .accessGuidance__cont {
    width: 372px;
    padding-top: 274px;
  }
}
@media screen and (max-width: 768px) {
  .accessGuidance__cont {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .accessGuidance__cont .guidanceTxt {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .accessGuidance__cont .guidanceTtl {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .accessGuidance__cont .guidanceTtl + .guidanceTxt {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .accessGuidance__btn {
    width: 100%;
  }
}
.accessGuidance__btn .guidanceBtn {
  margin-left: auto;
  margin-right: auto;
}

.spotCard {
  position: relative;
  z-index: 1;
}
.spotCard__ttl {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: absolute;
  top: 50%;
  white-space: nowrap;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 2;
  line-height: 1.2;
}
.spotCard__ttl:before {
  content: "";
  margin-top: calc((1 - 1.2) * 0.5em);
}
.spotCard__ttl:after {
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
.spotCard__ttl:before, .spotCard__ttl:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .spotCard__ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .spotCard__ttl {
    font-size: 20px;
  }
}
