@media only screen and (min-width: 1080px) {
  .minInner {
    max-width: 82rem;
  }
}

#kvWrap .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
#kvWrap .inner.propertyInfo .propertyPageTitleWrap .areaWrap {
  margin-bottom: 20px;
}
#kvWrap .inner.propertyInfo .propertyPageTitleWrap .areaWrap .text {
  text-align: center;
  font-size: 20px;
}
#kvWrap .inner.propertyInfo .propertyPageTitleWrap .textWrap {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 0;
}
#kvWrap .inner.propertyInfo .propertyPageTitleWrap .textWrap .text {
  margin-top: 0;
  font-size: 2rem;
}
#kvWrap .inner.propertyInfo .propertyPageTitleWrap .titleWrap {
  margin-bottom: 0;
  text-align: center;
}
#kvWrap .inner.propertyInfo .propertyPageTitleWrap .titleWrap .title {
  font-size: 40px;
}
@media only screen and (max-width: 1079px) {
  #kvWrap .inner.propertyInfo .propertyPageTitleWrap .titleWrap .title {
    font-size: 30px;
  }
}
#kvWrap .propertyPageTitleWrap {
  padding: 3.5rem 9rem 5rem;
  background-color: rgba(0, 0, 0, 0.67);
}
@media only screen and (max-width: 1079px) {
  #kvWrap .propertyPageTitleWrap {
    width: 80%;
    padding: 3.5rem 5% 5rem;
  }
}
#kvWrap .propertyPageTitleWrap > * {
  color: #fff;
}
#kvWrap .propertyPageTitleWrap .textWrap {
  margin-bottom: 4rem;
  text-align: center;
}
#kvWrap .propertyPageTitleWrap .textWrap .text {
  font-size: 20px;
}
#kvWrap .propertyPageTitleWrap .textWrap .text.theme {
  font-size: 20px;
}
#kvWrap .propertyPageTitleWrap .textWrap .text.theme + .text {
  margin-top: 2rem;
}
#kvWrap .propertyPageTitleWrap .titleWrap {
  text-align: center;
}
#kvWrap .propertyPageTitleWrap .titleWrap .title {
  font-size: 40px;
}
@media only screen and (max-width: 1079px) {
  #kvWrap .propertyPageTitleWrap .titleWrap .title {
    font-size: 30px;
  }
}
#kvWrap .propertyPageTitleWrap .titleWrap .enTitle {
  position: relative;
  display: inline-block;
  margin-top: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#kvWrap .propertyPageTitleWrap .titleWrap .enTitle::before, #kvWrap .propertyPageTitleWrap .titleWrap .enTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 1px;
  background-color: #fff;
}
#kvWrap .propertyPageTitleWrap .titleWrap .enTitle::before {
  left: -3.5rem;
}
#kvWrap .propertyPageTitleWrap .titleWrap .enTitle::after {
  right: -3.5rem;
}

.propertyTitleWrap .contentWrap {
  display: block;
  margin-top: 0;
}
.propertyTitleWrap .contentWrap .areaCategoryWrap .areaCategory {
  font-size: 16px;
  font-weight: bold;
  color: var(--esRed);
}
@media only screen and (max-width: 550px) {
  .propertyTitleWrap .contentWrap .areaCategoryWrap .areaCategory {
    font-size: 14px;
  }
}
.propertyTitleWrap .contentWrap .titleWrap {
  margin-top: 4px;
  padding-bottom: 5px;
}
.propertyTitleWrap .contentWrap .titleWrap .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 550px) {
  .propertyTitleWrap .contentWrap .titleWrap .title {
    font-size: 24px;
  }
}
.propertyTitleWrap .contentWrap .propertyInfoWrap {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 6px;
  border-top: 1px solid #000;
}
.propertyTitleWrap .contentWrap .propertyInfoWrap .baseText {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 550px) {
  .propertyTitleWrap .contentWrap .propertyInfoWrap .baseText {
    font-size: 16px;
  }
}

.photo {
  margin-top: 100px;
}
@media only screen and (max-width: 550px) {
  .photo {
    margin-top: 70px;
  }
}

section .sectionTitleWrap.titleAndEnWrap .sectionTitle {
  font-size: 3.6rem;
  font-weight: bold;
}
section .sectionTitleWrap.titleAndEnWrap .enTitle {
  margin-top: 2.5rem;
  font-size: 1.8rem;
  font-weight: 500;
}

#poem .poemContentWrap h1 + *,
#poem .poemContentWrap h2 + *,
#poem .poemContentWrap h3 + * {
  margin-top: 15px !important;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap h1 + *,
  #poem .poemContentWrap h2 + *,
  #poem .poemContentWrap h3 + * {
    margin-top: 1.9230769231vw !important;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap h1 + *,
  #poem .poemContentWrap h2 + *,
  #poem .poemContentWrap h3 + * {
    margin-top: 3.8461538462vw !important;
  }
}
#poem .poemContentWrap h4 + *,
#poem .poemContentWrap h5 + *,
#poem .poemContentWrap h6 + * {
  margin-top: 8px !important;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap h4 + *,
  #poem .poemContentWrap h5 + *,
  #poem .poemContentWrap h6 + * {
    margin-top: 1.0256410256vw !important;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap h4 + *,
  #poem .poemContentWrap h5 + *,
  #poem .poemContentWrap h6 + * {
    margin-top: 2.0512820513vw !important;
  }
}
#poem .poemContentWrap h1 {
  line-height: 1.6;
  padding-bottom: 0.5em;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.06em;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap h1 {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap h1 {
    font-size: 7.1794871795vw;
  }
}
#poem .poemContentWrap h2 {
  line-height: 1.6;
  padding: 0.8em 1em;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  background-color: #eee;
  box-sizing: border-box;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap h2 {
    font-size: 3.0769230769vw;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap h2 {
    font-size: 6.1538461538vw;
  }
}
#poem .poemContentWrap h3 {
  line-height: 1.6;
  padding-left: 0.3em;
  border-left: 3px solid #000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap h3 {
    font-size: 3.0769230769vw;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap h3 {
    font-size: 6.1538461538vw;
  }
}
#poem .poemContentWrap h4 {
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap h4 {
    font-size: 2.3076923077vw;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap h4 {
    font-size: 4.6153846154vw;
  }
}
#poem .poemContentWrap h5 {
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap h5 {
    line-height: 1.6;
    font-size: 2.0512820513vw;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap h5 {
    line-height: 1.6;
    font-size: 4.1025641026vw;
  }
}
#poem .poemContentWrap h6 {
  line-height: 2;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap h6 {
    line-height: 1.8;
    font-size: 1.7948717949vw;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap h6 {
    line-height: 1.8;
    font-size: 3.5897435897vw;
  }
}
#poem .poemContentWrap p {
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap p {
    font-size: 2.0512820513vw;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap p {
    font-size: 4.1025641026vw;
  }
}
#poem .poemContentWrap a {
  line-height: 2;
  letter-spacing: 0.02em;
  text-decoration: underline;
  font-size: 16px;
  color: #0cb4ce;
}
#poem .poemContentWrap a:visited, #poem .poemContentWrap a:focus, #poem .poemContentWrap a:active {
  color: #0cb4ce;
}
@media only screen and (min-width: 1080px) {
  #poem .poemContentWrap a:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap a {
    font-size: 2.0512820513vw;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap a {
    font-size: 4.1025641026vw;
  }
}
#poem .poemContentWrap a[target=_blank]:after {
  width: 0.7em;
  height: 0.7em;
  content: "";
  margin-left: 0.2em;
  display: inline-block;
  vertical-align: super;
  background-color: currentColor;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="178" height="178" viewBox="0 0 178 178"><image width="178" height="178" xlink:href="data:image/png;base64,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"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
}
#poem .poemContentWrap b,
#poem .poemContentWrap em,
#poem .poemContentWrap strong {
  font-weight: bold;
}
#poem .poemContentWrap em {
  font-style: italic;
}
#poem .poemContentWrap sup,
#poem .poemContentWrap sub {
  font-size: 80%;
}
#poem .poemContentWrap sup {
  vertical-align: super;
}
#poem .poemContentWrap sub {
  vertical-align: sub;
}
#poem .poemContentWrap img.alignleft {
  padding-right: 30px;
  padding-bottom: 30px;
  float: left;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap img.alignleft {
    padding-right: 2.5641025641vw;
    padding-bottom: 2.5641025641vw;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap img.alignleft {
    padding: 0;
    padding-bottom: 5.1282051282vw;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
  }
}
#poem .poemContentWrap img.alignright {
  padding-bottom: 30px;
  padding-left: 30px;
  float: right;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap img.alignright {
    padding-bottom: 2.5641025641vw;
    padding-left: 2.5641025641vw;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap img.alignright {
    padding: 0;
    padding-bottom: 5.1282051282vw;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
  }
}
#poem .poemContentWrap img.aligncenter {
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  display: block;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap img.aligncenter {
    padding-bottom: 2.5641025641vw;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap img.aligncenter {
    padding: 0;
    padding-bottom: 5.1282051282vw;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
#poem .poemContentWrap hr {
  width: 100%;
  height: 2px;
  border: none;
  background-color: #ccc;
  display: block;
}
#poem .poemContentWrap blockquote {
  width: 100%;
  line-height: 2;
  padding: 40px;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #6a6a6a;
  background-color: #eee;
  display: block;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap blockquote {
    padding: 5.1282051282vw;
    font-size: 2.0512820513vw;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap blockquote {
    padding: 10.2564102564vw;
    font-size: 4.1025641026vw;
  }
}
#poem .poemContentWrap blockquote * {
  color: inherit;
}
#poem .poemContentWrap blockquote:before, #poem .poemContentWrap blockquote:after {
  width: 21px;
  height: 16px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap blockquote:before, #poem .poemContentWrap blockquote:after {
    width: 2.6923076923vw;
    height: 2.0512820513vw;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap blockquote:before, #poem .poemContentWrap blockquote:after {
    width: 5.3846153846vw;
    height: 4.1025641026vw;
  }
}
#poem .poemContentWrap blockquote:before {
  background-image: url("../images/icon/editor/quate_top_2x.png");
  top: 13px;
  left: 13px;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap blockquote:before {
    top: 1.6666666667vw;
    left: 1.6666666667vw;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap blockquote:before {
    top: 3.3333333333vw;
    left: 3.3333333333vw;
  }
}
#poem .poemContentWrap blockquote:after {
  background-image: url("../images/icon/editor/quate_bottom_2x.png");
  right: 20px;
  bottom: 20px;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap blockquote:after {
    right: 2.5641025641vw;
    bottom: 2.5641025641vw;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap blockquote:after {
    right: 5.1282051282vw;
    bottom: 5.1282051282vw;
  }
}
#poem .poemContentWrap blockquote > * {
  margin-top: 16px;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap blockquote > * {
    margin-top: 2.0512820513vw;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap blockquote > * {
    margin-top: 4.1025641026vw;
  }
}
#poem .poemContentWrap blockquote > *:first-child {
  margin-top: 0;
}
#poem .poemContentWrap blockquote p {
  line-height: 2;
  position: relative;
  z-index: 2;
}
#poem .poemContentWrap ul {
  line-height: 2;
  padding-left: 1.2em;
  list-style: disc;
  font-size: 16px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap ul {
    font-size: 2.0512820513vw;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap ul {
    font-size: 4.1025641026vw;
  }
}
#poem .poemContentWrap ul li {
  list-style: disc;
}
#poem .poemContentWrap ol {
  line-height: 2;
  padding-left: 1.2em;
  list-style: decimal;
  font-size: 16px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap ol {
    font-size: 2.0512820513vw;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap ol {
    font-size: 4.1025641026vw;
  }
}
#poem .poemContentWrap ol li {
  list-style: decimal;
}
#poem .poemContentWrap li {
  line-height: 2;
  margin-top: 0.5em;
  font-size: inherit;
  letter-spacing: 0.02em;
}
#poem .poemContentWrap li:first-child {
  margin-top: 0;
}
#poem .poemContentWrap li li {
  margin-top: 0;
}
#poem .poemContentWrap iframe,
#poem .poemContentWrap video {
  max-width: 100% !important;
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap iframe,
  #poem .poemContentWrap video {
    width: 100% !important;
    height: 56.25vw !important;
  }
}
#poem .poemContentWrap table {
  font-size: 16px;
  letter-spacing: 0.02em;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #poem .poemContentWrap table {
    font-size: 2.0512820513vw;
  }
}
@media only screen and (max-width: 550px) {
  #poem .poemContentWrap table {
    font-size: 4.1025641026vw;
  }
}
#poem .poemContentWrap table th {
  line-height: 1.8;
  padding: 1em;
  font-size: inherit;
  letter-spacing: 0.02em;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#poem .poemContentWrap table td {
  line-height: 1.8;
  padding: 1em;
  font-size: inherit;
  letter-spacing: 0.02em;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#poem .poemContentWrap table thead th,
#poem .poemContentWrap table thead td {
  background-color: #eee;
}
#poem .poemContentWrap table tfoot th,
#poem .poemContentWrap table tfoot td {
  background-color: #eee;
}
#poem .poemContentWrap > * {
  line-height: 2;
  letter-spacing: 0.2em;
}
#poem + #sellingPrice {
  margin-top: 12.5rem;
}

#sellingPrice .tableWrap table tr {
  border-bottom: 1px solid #adadad;
}
#sellingPrice .tableWrap table tr:first-of-type {
  border-top: 1px solid #adadad;
}
#sellingPrice .tableWrap table tr th,
#sellingPrice .tableWrap table tr td {
  text-align: center;
}
#sellingPrice .tableWrap table tr th {
  padding: 2rem 1rem;
  font-weight: bold;
}
#sellingPrice .tableWrap table tr td {
  padding: 3rem 1rem;
  font-size: 1.5rem;
}
#sellingPrice .tableWrap table tr td.price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #e2002b;
}
#sellingPrice .tableWrap table tr td span {
  font-weight: bold;
  color: #e2002b;
}
#sellingPrice .tableWrap table tr td span.priceNum {
  font-size: 2.4rem;
}
#sellingPrice.builtHouse .contentWrap {
  display: grid;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  grid-template-columns: 1fr;
}
#sellingPrice.builtHouse .contentWrap .priceWrap {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  justify-content: right;
  width: 100%;
  border-bottom: 1px solid #505050;
  /* justify-content: center; */
  padding-bottom: 10px;
}
#sellingPrice.builtHouse .contentWrap .priceWrap .baseText.bold {
  font-size: 18px;
  font-weight: bold;
}
#sellingPrice.builtHouse .contentWrap .priceWrap .price {
  font-size: 40px;
  font-weight: bold;
}
#sellingPrice.builtHouse .contentWrap .priceWrap .price .small {
  font-size: 18px;
  font-weight: bold;
  margin-left: -9px;
  line-height: 1;
}
#sellingPrice.builtHouse .contentWrap .areaWrap {
  width: 100%;
  display: flex;
  justify-content: right;
}
#sellingPrice.builtHouse .contentWrap .areaWrap .baseText {
  font-size: 18px;
  font-weight: bold;
}

#access {
  display: flex;
}
@media only screen and (max-width: 1079px) {
  #access {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 550px) {
  #access {
    flex-wrap: wrap;
  }
}
#access .blockMapWrap,
#access .mapWrap {
  border: 1px solid #dfdfdf;
}
#access .blockMapWrap {
  padding: 8rem 7rem;
  width: 50%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1079px) {
  #access .blockMapWrap {
    padding: 3rem 12.5%;
    width: 100%;
  }
}
#access .blockMapWrap .contentWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#access .blockMapWrap .imageWrap {
  width: 100%;
}
#access .blockMapWrap .imageWrap .image {
  text-align: center;
}
#access .blockMapWrap + .mapWrap {
  width: 50%;
}
@media only screen and (max-width: 1079px) {
  #access .blockMapWrap + .mapWrap {
    width: 100%;
  }
}
#access .mapWrap {
  width: 100%;
}
#access .mapWrap .map {
  width: 100%;
  height: 100%;
  min-height: 45rem;
}

.accessMapB .contentWrap .imageWrap {
  margin-bottom: 30px;
}

#landPoint {
  margin-bottom: 100px;
}
@media only screen and (max-width: 550px) {
  #landPoint {
    margin-bottom: 70px;
  }
}
#landPoint .contentWrap {
  margin-top: 5rem;
}
#landPoint .landPointSliderWrap {
  width: 100%;
  margin: 0 auto;
}
#landPoint .landPointSliderWrap .landPointSlider .slick-list {
  padding-bottom: 5px !important;
}
#landPoint .landPointSliderWrap .landPointSlider .sliderContent {
  margin: 0 1rem;
  width: 27vw;
  max-width: 40rem;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #landPoint .landPointSliderWrap .landPointSlider .sliderContent {
    width: 39vw;
  }
}
@media only screen and (max-width: 550px) {
  #landPoint .landPointSliderWrap .landPointSlider .sliderContent {
    width: 69.44vw;
  }
}
#landPoint .landPointSliderWrap .landPointSlider .sliderContent .thumbnailWrap .image {
  width: 100%;
  height: 30rem;
  overflow: hidden;
}
@media only screen and (max-width: 1079px) {
  #landPoint .landPointSliderWrap .landPointSlider .sliderContent .thumbnailWrap .image {
    height: 23rem;
  }
}
#landPoint .landPointSliderWrap .landPointSlider .sliderContent .thumbnailWrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#landPoint .landPointSliderWrap .landPointSlider .sliderContent .sliderContentWrap {
  padding: 2rem 2rem;
  height: calc(100% - 30rem);
  background-color: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 1079px) {
  #landPoint .landPointSliderWrap .landPointSlider .sliderContent .sliderContentWrap {
    height: calc(100% - 22rem);
  }
}
#landPoint .landPointSliderWrap .landPointSlider .sliderContent .sliderContentWrap .textWrap .text {
  line-height: 1.5;
}

#movie {
  margin-top: 100px;
}
@media only screen and (max-width: 550px) {
  #movie {
    margin-top: 70px;
  }
}
#movie .movieWrap .movie {
  margin: 0 auto;
  width: 100%;
  max-width: 76.8rem;
  height: 28.37vw;
  max-height: 42rem;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  #movie .movieWrap .movie {
    height: 45.57vw;
    max-height: 35rem;
  }
}
@media only screen and (max-width: 550px) {
  #movie .movieWrap .movie {
    height: 62.5vw;
    max-height: 22.5rem;
  }
}
#movie .movieWrap .movie iframe {
  width: 100%;
  height: 100%;
}

#exsample {
  margin-top: 80px;
}
@media only screen and (max-width: 550px) {
  #exsample {
    margin-top: 50px;
  }
}
#exsample .sectionContentWrap {
  margin-top: 7rem;
}
#exsample .sectionContentWrap > .textWrap {
  display: flex;
  justify-content: center;
}
#exsample .sectionContentWrap > .textWrap .text {
  line-height: 1.8;
}
#exsample .sellingPriceWrap {
  margin-top: 7.5rem;
}
#exsample .sellingPriceWrap .setWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
#exsample .sellingPriceWrap .setWrap .setContent {
  padding: 0.5rem;
  color: #fff;
  background-color: #1e6c0b;
}
#exsample .sellingPriceWrap .setWrap .setContent + .plus {
  margin: 0 0.4em;
  font-size: 2.1rem;
}
#exsample .sellingPriceWrap .price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
}
#exsample .sellingPriceWrap .price .priceNum {
  margin-right: 0.1em;
  margin-left: 0.25em;
  font-size: 4.8rem;
  font-style: italic;
  color: #a40027;
}
#exsample .infoWrap {
  margin-top: 3rem;
}
#exsample .infoWrap.flex {
  justify-content: space-between;
}
#exsample .infoWrap .infoContentWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  width: 48%;
  border: 1px solid #000;
  box-sizing: border-box;
}
@media only screen and (max-width: 1079px) {
  #exsample .infoWrap .infoContentWrap {
    margin-top: 3rem;
    width: 100%;
  }
}
@media only screen and (max-width: 1079px) {
  #exsample .infoWrap .infoContentWrap:first-of-type {
    margin-top: 0;
  }
}
#exsample .infoWrap .infoContentWrap .imageWrap .image {
  width: 100%;
}
#exsample .infoWrap .infoContentWrap .imageWrap .image img {
  width: 100%;
}
#exsample .infoWrap .infoContentWrap .textWrap {
  margin-top: 3rem;
}
#exsample .infoWrap .infoContentWrap .textWrap .text {
  font-size: 1.8rem;
  line-height: 1.6;
}
#exsample .paymentWrap {
  margin-top: 6rem;
}
#exsample .paymentWrap .simulationWrap .title,
#exsample .paymentWrap .simulationWrap .text {
  font-size: 1.8rem;
  font-weight: bold;
}
#exsample .paymentWrap .simulationWrap .text {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: #000;
}
#exsample .paymentWrap .paymentContentWrap {
  margin-top: -1.5rem;
  padding: 3.5rem;
  background-color: #c4d3c7;
  border: 1px solid #000;
}
#exsample .paymentWrap .paymentContentWrap .paymentInner {
  padding: 3rem 3rem 2.5rem;
  background-color: #fff;
}
#exsample .paymentWrap .paymentContentWrap .priceWrap .price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 550px) {
  #exsample .paymentWrap .paymentContentWrap .priceWrap .price {
    display: block;
  }
}
#exsample .paymentWrap .paymentContentWrap .priceWrap .price .priceNum {
  margin-right: 0.25em;
  font-size: 4.8rem;
  font-style: italic;
  color: #a40027;
}
#exsample .paymentWrap .paymentContentWrap .textWrap {
  margin-top: 2rem;
  text-align: center;
}
#exsample .paymentWrap .paymentContentWrap .textWrap .text {
  line-height: 1.8;
}
#exsample .paymentWrap > .textWrap {
  margin-top: 2.5rem;
}
#exsample .paymentWrap > .textWrap .text {
  font-size: 1.5rem;
}