section * {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-feature-settings: "palt";
}

html[data-lock="true"] {
  overflow: hidden;
}

html:has(dialog:open) {
  overflow: hidden;
}

button,
label {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-js="collapseContent"] {
  overflow: hidden;
  height: 0;
}

dialog {
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  box-shadow: none;
  box-sizing: border-box;
  background-color: transparent;
  position: relative;
}

dialog::backdrop {
  background-color: transparent;
}

@media (min-width: 768px) {
  section.mv {
    display: flex;
    align-items: center;
  }
}

section.mv .mv__image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media (min-width: 768px) {
  section.mv .mv__image {
    width: 70rem;
  }
}

section.mv .mv__content {
  padding: 2rem 2rem 0;
}

@media (min-width: 768px) {
  section.mv .mv__content {
    padding: 0 0 0 9rem;
  }
}

section.mv .mv__content .mv__title {
  font-size: 2.4rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  section.mv .mv__content .mv__title {
    font-size: 3.2rem;
  }
}

section.mv .mv__content .mv__lead {
  margin-top: 3.2rem;
  font-size: 1.4rem;
  line-height: 2;
}

@media (min-width: 768px) {
  section.mv .mv__content .mv__lead {
    margin-top: 4.8rem;
  }
}

section.guideline {
  padding: 8rem 2rem 0;
}

@media (min-width: 768px) {
  section.guideline {
    max-width: 96rem;
    margin: 10rem 0 0 10rem;
    padding: 0;
  }
}

section.guideline .guideline__video {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 335/188;
}

@media (min-width: 768px) {
  section.guideline .guideline__video {
    aspect-ratio: 96/54;
  }
  section.guideline .guideline__video:hover:before {
    transform: scale(1.05);
  }
}

section.guideline .guideline__video::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/safety/parking/advanced_park_howto/images/thumbnail.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.guideline .guideline__video::after {
  content: "";
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  background-image: url("/safety/parking/advanced_park_howto/images/ico_play.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

@media (min-width: 768px) {
  section.guideline .guideline__video::after {
    width: 8rem;
    height: 8rem;
  }
}

section.guideline .guideline__caption {
  margin-top: 2.4rem;
  font-size: 1.2rem;
  line-height: 1.75;
}

@media (min-width: 768px) {
  section.guideline .guideline__caption {
    font-size: 1.4rem;
  }
}

section.guideline .guideline__caption a {
  all: unset;
  cursor: pointer;
  text-decoration: underline;
}

@media (min-width: 768px) {
  section.guideline .guideline__caption a:hover {
    color: #666;
  }
}

section.instruction {
  padding: 8rem 2rem 0;
}

@media (min-width: 768px) {
  section.instruction {
    max-width: 96rem;
    margin: 10rem 0 0 10rem;
    padding: 0;
  }
}

section.instruction .instruction__title {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  section.instruction .instruction__title {
    font-size: 3.7rem;
  }
}

section.instruction .instruction__block {
  background-color: #f4f4f4;
  padding: 2rem;
  margin-top: 3.2rem;
}

@media (min-width: 768px) {
  section.instruction .instruction__block {
    padding: 3.5rem 4rem 4rem 4rem;
    margin-top: 4rem;
  }
}

section.instruction .instruction__block .instruction__blockTitle {
  font-size: 2.1rem;
  line-height: 2;
}

section.instruction .instruction__block .instruction__blockStep {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2;
}

section.instruction .instruction__block .instruction__blockNote {
  margin-top: 2rem;
}

section.instruction .instruction__block .instruction__blockNote p {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.75;
  text-indent: -1em;
  padding-left: 1em;
}

section.instruction .instruction__block .instruction__blockNote p a {
  all: unset;
  cursor: pointer;
  text-decoration: underline;
}

@media (min-width: 768px) {
  section.instruction .instruction__block .instruction__blockNote p a:hover {
    color: #666;
  }
}

section.instruction .instruction__remotePark {
  margin-top: 3.2rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  section.instruction .instruction__remotePark {
    flex-direction: row;
    margin-top: 4rem;
    padding: 4rem;
  }
}

section.instruction .instruction__remotePark .instruction__remoteParkImage {
  width: 14rem;
  height: 14rem;
  object-fit: contain;
  margin: 0 auto;
}

@media (min-width: 768px) {
  section.instruction .instruction__remotePark .instruction__remoteParkImage {
    margin: 0;
    width: 16rem;
    height: 16rem;
  }
}

section.instruction .instruction__remotePark .instruction__remoteParkInner {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  section.instruction .instruction__remotePark .instruction__remoteParkInner {
    padding-left: 4rem;
  }
}

section.instruction .instruction__remotePark .instruction__remoteParkInner .instruction__remoteParkTitle {
  font-size: 2.1rem;
  line-height: 2;
  margin-top: 4rem;
}

@media (min-width: 768px) {
  section.instruction .instruction__remotePark .instruction__remoteParkInner .instruction__remoteParkTitle {
    margin-top: 0;
  }
}

section.instruction .instruction__remotePark .instruction__remoteParkInner .instruction__remoteParkLead01 {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2;
}

section.instruction .instruction__remotePark .instruction__remoteParkInner .instruction__remoteParkLead02 {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.75;
}

@media (min-width: 768px) {
  section.instruction .instruction__remotePark .instruction__remoteParkInner .instruction__remoteParkLead02 {
    margin-top: 2rem;
  }
}

section.instruction .instruction__remotePark .instruction__remoteParkInner .instruction__remoteParkNote {
  margin-top: 2rem;
}

section.instruction .instruction__remotePark .instruction__remoteParkInner .instruction__remoteParkNote p {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.75;
  text-indent: -0.75em;
  padding-left: 0.75em;
}

section.instruction .instruction__remotePark .instruction__remoteParkInner .instruction__remoteParkSocial {
  margin-top: 3rem;
  gap: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 768px) {
  section.instruction .instruction__remotePark .instruction__remoteParkInner .instruction__remoteParkSocial {
    display: flex;
    gap: 2rem;
  }
}

section.instruction .instruction__remotePark .instruction__remoteParkInner .instruction__remoteParkSocial .instruction__remoteParkApStore,
section.instruction .instruction__remotePark .instruction__remoteParkInner .instruction__remoteParkSocial .instruction__remoteParkGooglePlay {
  width: 100%;
  aspect-ratio: 143/42;
  background-image: url("/safety/parking/advanced_park_howto/images/ico_appstore.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  section.instruction .instruction__remotePark .instruction__remoteParkInner .instruction__remoteParkSocial .instruction__remoteParkApStore,
  section.instruction .instruction__remotePark .instruction__remoteParkInner .instruction__remoteParkSocial .instruction__remoteParkGooglePlay {
    width: 18rem;
    height: 5.3rem;
    aspect-ratio: auto;
    transition: opacity 0.3s ease;
  }
  section.instruction .instruction__remotePark .instruction__remoteParkInner .instruction__remoteParkSocial .instruction__remoteParkApStore:hover,
  section.instruction .instruction__remotePark .instruction__remoteParkInner .instruction__remoteParkSocial .instruction__remoteParkGooglePlay:hover {
    opacity: 0.75;
  }
}

section.instruction .instruction__remotePark .instruction__remoteParkInner .instruction__remoteParkSocial .instruction__remoteParkGooglePlay {
  background-image: url("/safety/parking/advanced_park_howto/images/ico_chplay.png");
}

section.instruction .instruction__remotePark .instruction__remoteParkInner .instruction__remoteParkInfo {
  margin: 1.2rem 0 0 auto;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.6rem;
  border-radius: 100%;
  color: #343434;
}

@media (min-width: 768px) {
  section.instruction .instruction__remotePark .instruction__remoteParkInner .instruction__remoteParkInfo {
    margin: 1rem 0 0 auto;
    transition: all 0.3s ease;
  }
  section.instruction .instruction__remotePark .instruction__remoteParkInner .instruction__remoteParkInfo:hover {
    color: #fff;
    background-color: #000;
  }
}

section.detail {
  padding: 5.2rem 2rem 0;
}

@media (min-width: 768px) {
  section.detail {
    max-width: 96rem;
    margin: 8rem 0 0 10rem;
    padding: 0;
  }
}

section.detail li {
  width: 100%;
  border-bottom: 1px solid #000;
}

section.detail li .detail__input {
  display: none;
}

section.detail li .detail__input:checked ~ .detail__heading::after {
  transform: rotate(180deg);
}

section.detail li .detail__heading {
  width: 100%;
  height: 6rem;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
}

@media (min-width: 768px) {
  section.detail li .detail__heading {
    height: 6.4rem;
    font-size: 1.6rem;
  }
}

section.detail li .detail__heading::after {
  content: "";
  position: absolute;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjAwMzQgMTdMMjAgOC40NDY0TDE4LjY1MjYgNy4wMDU0NUwxMi4wMDI2IDE0LjExN0w1LjM0NzY1IDdMNC4wMDAwMyA4LjQ0MDk1TDEyLjAwMzQgMTdaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  transition: transform 0.3s ease-in-out;
}

section.detail li .detail__content {
  padding: 2rem 3.5rem 2rem 0;
}

@media (min-width: 768px) {
  section.detail li .detail__content {
    padding: 2rem 8rem 4rem;
  }
}

section.detail li .detail__content .detail__video {
  width: 100%;
  aspect-ratio: 300/168;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  section.detail li .detail__content .detail__video {
    aspect-ratio: 80/45;
  }
  section.detail li .detail__content .detail__video:hover::before {
    transform: scale(1.05);
  }
}

section.detail li .detail__content .detail__video::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.detail li .detail__content .detail__video.detail__video--thumb01::before {
  background-image: url("/safety/parking/advanced_park_howto/images/thumb_1_maxresdefault.jpg");
}

section.detail li .detail__content .detail__video.detail__video--thumb02::before {
  background-image: url("/safety/parking/advanced_park_howto/images/thumb_2_maxresdefault.jpg");
}

section.detail li .detail__content .detail__video.detail__video--thumb03::before {
  background-image: url("/safety/parking/advanced_park_howto/images/thumb_3_maxresdefault.jpg");
}

section.detail li .detail__content .detail__video.detail__video--thumb04::before {
  background-image: url("/safety/parking/advanced_park_howto/images/thumb_4_maxresdefault.jpg");
}

section.detail li .detail__content .detail__video::after {
  content: "";
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  background-image: url("/safety/parking/advanced_park_howto/images/ico_play.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

@media (min-width: 768px) {
  section.detail li .detail__content .detail__video::after {
    width: 7.2rem;
    height: 7.2rem;
  }
}

section.detail li .detail__content .detail__text {
  margin-top: 2.2rem;
}

@media (min-width: 768px) {
  section.detail li .detail__content .detail__text {
    margin-top: 2.4rem;
  }
}

section.detail li .detail__content .detail__text p {
  font-size: 1.4rem;
  line-height: 1.75;
  text-indent: -1em;
  padding-left: 1em;
}

@media (min-width: 768px) {
  section.detail li .detail__content .detail__text p {
    font-size: 1.6rem;
    line-height: 2;
  }
}

section.player dialog[data-open="true"] .player__inner {
  opacity: 1;
}

section.player .player__inner {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

section.player .player__inner .player__overlay {
  z-index: 0;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

section.player .player__inner .player__view {
  position: relative;
  z-index: 10;
}

section.player .player__inner .player__view .player__iframe {
  width: 90vw;
  height: 50.625vw;
  object-fit: contain;
  background-color: #000;
}

@media (min-width: 768px) {
  section.player .player__inner .player__view .player__iframe {
    width: 96rem;
    height: 54rem;
  }
}

section.player .player__inner .player__view .player__close {
  position: absolute;
  top: -6rem;
  right: 0;
  width: 5rem;
  height: 5rem;
  border: 1px solid rgba(225, 225, 255, 0.3);
  background-color: #000;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHIAAAByBAMAAAB985hOAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAAbUExURUdwTP///////////////////////////////xb9HQ4AAAAIdFJOUwAg34F/EM9e+H/4LQAAAUtJREFUWMPt17ERwjAMBVA4G2pWYIuM4JYmA1BRMgNNPDaQS4yTSJa+aOBOv1WcxyWOjHY7j8fj8fxZLlxhLyw8XE9Mpbu3V/b5TBdiHtrkLT9oNOV8b5OZRuOrMLTJTKMvsoke33UKjWOhgYbxAgJN3C0/j56+InJ3FFGZZFAFyaAakkRVJInqSAJVkgSqJTeomtygenKFAuQKRcgFCpELFCMrFCQrFCULCpMF7WByRnFyRg1khYJkhaJkQWGyoDg5bR/LymT9tdH8hJL1rUTzTkjW3RfNO376LgOMlu8SRksrQNGqFYBo1X0wdNF9IHTR8BB01fAAdNVj9eimx6rRTVvXokRbV6LESaJDyZNEhZKHlwZlDi8FypyXMsqelyLacxcE6d84PwF0wgTATx1BmDoak04nTDr8dBWE6eqLic4+RXo8Ho/n1/IEvr9UNcjzlKYAAAAASUVORK5CYII=");
  background-size: 3rem 3rem;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 768px) {
  section.player .player__inner .player__view .player__close {
    top: 0;
    right: -6.5rem;
    width: 4.5rem;
    height: 4.5rem;
    background-size: 2.4rem 2.4rem;
    transition: background-color 0.3s ease;
  }
  section.player .player__inner .player__view .player__close:hover {
    background-color: #666;
  }
}

section.siteInfo dialog[data-open="true"] .siteInfo__overlay,
section.siteInfo dialog[data-open="true"] .siteInfo__view {
  opacity: 1;
  transform: translate(0);
}

section.siteInfo .siteInfo__inner {
  position: fixed;
  width: 100%;
  height: 100%;
}

section.siteInfo .siteInfo__inner .siteInfo__overlay {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

section.siteInfo .siteInfo__inner .siteInfo__view {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 768px) {
  section.siteInfo .siteInfo__inner .siteInfo__view {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    display: flex;
    transform: translateX(-50%);
  }
}

section.siteInfo .siteInfo__inner .siteInfo__view .siteInfo__close {
  height: 4.2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.siteInfo .siteInfo__inner .siteInfo__view .siteInfo__close::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAzBAMAAACd7s5HAAAFw2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4xLWMwMDEgNzkuYThkNDc1MzQ5LCAyMDIzLzAzLzIzLTEzOjA1OjQ1ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjQuNiAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjMtMDgtMDhUMTY6MTM6NTgrMDk6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIzLTA4LTA5VDIyOjMwOjAxKzA5OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIzLTA4LTA5VDIyOjMwOjAxKzA5OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NDY4MjRmMS1hOGU1LTQ4MGEtODU5OC03NzBkZTc2NDBiYzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Y2EwMTNjZTYtZmRjZC00OWZjLTg1OGItMTIwYTFiZTRiZTAyIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6Y2EwMTNjZTYtZmRjZC00OWZjLTg1OGItMTIwYTFiZTRiZTAyIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjYTAxM2NlNi1mZGNkLTQ5ZmMtODU4Yi0xMjBhMWJlNGJlMDIiIHN0RXZ0OndoZW49IjIwMjMtMDgtMDhUMTY6MTM6NTgrMDk6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyNC42IChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NDY4MjRmMS1hOGU1LTQ4MGEtODU5OC03NzBkZTc2NDBiYzUiIHN0RXZ0OndoZW49IjIwMjMtMDgtMDlUMjI6MzA6MDErMDk6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyNC42IChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnsiCTkAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAASUExURUdwTAAAAAAAAAAAAAAAAAAAAFZgiOcAAAAFdFJOUwB/IN+gGQyKowAAAFFJREFUKM9jYEACggyogDFUAFVANDQQTUEoqhJRoEAQmgIUFSAFgaMKSFfAYIoWtAzKQIFgBSQBJpASo1ElVFPiwICqJAQ1NyijKgAqMWHAAgBtyEIlMl/nRgAAAABJRU5ErkJggg==");
  background-size: auto 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(-90deg);
}

@media (min-width: 768px) {
  section.siteInfo .siteInfo__inner .siteInfo__view .siteInfo__close {
    height: 100%;
    width: 7.5rem;
  }
  section.siteInfo .siteInfo__inner .siteInfo__view .siteInfo__close::before {
    transform: none;
  }
}

section.siteInfo .siteInfo__inner .siteInfo__view .siteInfo__content {
  overflow: auto;
  line-height: 2;
  letter-spacing: 0.054em;
  text-indent: -1.25em;
  padding: 2.4rem 5rem 4.2rem;
  height: 100vw;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  section.siteInfo .siteInfo__inner .siteInfo__view .siteInfo__content {
    padding: 4rem 15.25rem;
    width: 62.5rem;
    height: auto;
    margin: auto 0;
  }
}
