main {
  padding-bottom: 0;
}

.area_lead {
  margin-top: 35px;
}
.area_lead .box_lead {
  width: min(100%, 1080px);
  margin: 40px auto 0;
}
.area_lead .box_lead .catch {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
.area_lead .box_lead .txt_lead {
  line-height: 2.2;
}
@media screen and (max-width: 1023px) {
  .area_lead .box_lead .catch {
    font-size: min(1.9550342131vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .area_lead {
    margin-top: 1em;
  }
  .area_lead .inner {
    width: 100%;
    padding: 0;
  }
  .area_lead .box_lead {
    width: 90%;
    margin: 1em auto 0;
  }
  .area_lead .box_lead .catch {
    margin-bottom: 0.5em;
    font-size: min(4.8vw, 20px);
  }
  .area_lead .box_lead .txt_lead {
    font-size: min(3.7333333333vw, 14px);
  }
}

.ul_anchor_virtual {
  width: min(100%, 1200px);
  margin: 92px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ul_anchor_virtual li {
  width: 49.1666%;
  height: 50px;
}
.ul_anchor_virtual li a {
  height: 100%;
  font-size: 1.155rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0F864C;
  border: 1px solid #0F864C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.ul_anchor_virtual li a::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid #0F864C;
  border-right: 2px solid #0F864C;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 1.25rem;
  top: calc(50% - 0.375rem);
}
.ul_anchor_virtual li a:hover {
  background: #0F864C;
  color: #fff;
  opacity: 1;
}
.ul_anchor_virtual li a:hover::after {
  border-color: #fff;
}
@media screen and (max-width: 1023px) {
  .ul_anchor_virtual li a {
    font-size: min(1.7595307918vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .ul_anchor_virtual {
    width: 90%;
    margin-top: 3em;
    gap: 0.8em 0;
  }
  .ul_anchor_virtual li {
    width: 100%;
  }
  .ul_anchor_virtual li a {
    font-size: min(4.2666666667vw, 18px);
  }
}

main .title {
  margin: 0 0 44px;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  main .title {
    font-size: min(2.7370478983vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  main .title {
    margin-bottom: 0.5em;
    font-size: min(5.8666666667vw, 22px);
    letter-spacing: 0.05em;
  }
}

#virtual,
#near {
  margin-top: -85px;
  padding-top: 170px;
}
@media screen and (max-width: 768px) {
  #virtual,
  #near {
    margin-top: -3em;
    padding-top: 6em;
  }
}

#virtual .title {
  margin: 0 0 52px;
}
@media screen and (max-width: 768px) {
  #virtual .title {
    margin: 0 0 0.5em;
  }
}

#near .title {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #near .title {
    margin: 0 0 0.5em;
  }
}
#near ul.l-showroom-list-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 75px 40px;
  letter-spacing: -0.4em;
}
#near ul.l-showroom-list-wrap li {
  display: block;
  margin: 0;
  letter-spacing: 0;
  text-align: center;
}
#near ul.l-showroom-list-wrap li .e-link {
  margin: 0 0 15px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
#near ul.l-showroom-list-wrap li .e-title {
  font-size: 18px;
  margin: 0 0 2px;
  display: block;
}
#near ul.l-showroom-list-wrap li .e-text {
  font-size: 0.875rem;
  line-height: 2;
  margin: 0 0 10px;
  display: block;
}
#near ul.l-showroom-list-wrap li .e-text a {
  text-decoration: underline;
}
#near ul.l-showroom-list-wrap li .e-button {
  text-align: center;
  display: inline-block;
}
#near ul.l-showroom-list-wrap li .e-button a {
  width: 210px;
  padding: 4px 0;
  display: block;
  background: #000;
  color: #fff;
}
#near ul.l-showroom-list-wrap li .e-button a:hover {
  background: #0F864C;
}
@media screen and (max-width: 768px) {
  #near ul.l-showroom-list-wrap {
    display: block;
  }
  #near ul.l-showroom-list-wrap li {
    width: 100%;
    display: block;
    margin: 0;
    letter-spacing: 0;
    text-align: center;
  }
  #near ul.l-showroom-list-wrap li + li {
    margin-top: 2.5em;
  }
  #near ul.l-showroom-list-wrap li .e-link {
    margin: 0 0 15px;
    display: inline-block;
    text-decoration: none;
    position: relative;
  }
  #near ul.l-showroom-list-wrap li .e-title {
    font-size: 18px;
    margin: 0 0 2px;
    display: block;
  }
  #near ul.l-showroom-list-wrap li .e-text {
    font-size: 0.875rem;
    line-height: 2;
    margin: 0 0 10px;
    display: block;
  }
  #near ul.l-showroom-list-wrap li .e-button {
    text-align: center;
    display: inline-block;
  }
  #near ul.l-showroom-list-wrap li .e-button a {
    width: 210px;
    padding: 4px 0;
    display: block;
    background: #000;
    color: #fff;
  }
}

.l-movie {
  margin-top: 80px;
  padding: 100px 0 100px;
  background: #f3f3f3;
  text-align: center;
}
.l-movie .title {
  margin-bottom: 40px;
}
.l-movie .e-movie {
  max-width: 866px;
  height: 0;
  margin: 20px auto 0;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .l-movie .e-movie {
    padding-top: 56%;
  }
}
.l-movie .e-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-movie {
    margin-top: 5em;
    padding: 3em 0 3em;
    background: #f3f3f3;
    text-align: center;
  }
  .l-movie .title {
    margin-bottom: 1em;
    line-height: 1.6;
  }
  .l-movie .e-movie {
    width: 100%;
    margin: 1em auto 0;
    padding-top: 56%;
  }
}

.kv {
  max-width: 1200px;
  width: 100%;
  margin: 34px auto 0;
}
@media screen and (max-width: 768px) {
  .kv {
    width: 100%;
    margin-top: 1em;
  }
}

.area_detail {
  margin-top: 100px;
}
.area_detail .img {
  width: 58.33%;
}
.area_detail .text {
  width: 41.67%;
  padding-left: min(5.303030303vw, 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2.05;
}
.area_detail .text p {
  position: relative;
}
.area_detail .text p + p {
  margin-top: 20px;
}
.area_detail .text p::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #003A59;
  position: absolute;
  top: 0.75em;
  left: -1.25em;
}
.area_detail .text p a {
  color: #0F864C;
  text-decoration: underline;
}
.area_detail + .area_detail {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .area_detail.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .area_detail.reverse .text {
    padding: 0 min(3.7878787879vw, 50px) 0 min(1.5151515152vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .area_detail {
    margin-top: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .area_detail .img {
    width: 100%;
  }
  .area_detail .text {
    width: 100%;
    margin-top: 1.2em;
    padding-left: 1em;
  }
  .area_detail .text p {
    font-size: min(3.2vw, 12px);
  }
  .area_detail .text p + p {
    margin-top: 0.8em;
  }
  .area_detail .text p::before {
    width: 8px;
    height: 8px;
    top: 0.65em;
    left: -1.25em;
  }
}

.l-access {
  margin: 104px 0 100px;
}
.l-access .flex_wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-access .flex_wrap .l-access-wrap {
  width: min(37.8787878788vw, 500px);
}
.l-access .flex_wrap .e-map {
  position: relative;
  width: calc(100% - min(37.8787878788vw, 500px));
  height: 0;
  padding-top: 34%;
  overflow: hidden;
}
.l-access .flex_wrap .e-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
.l-access .l-access-item {
  line-height: 2;
  width: 100%;
  margin: 0 0 15px;
  display: table;
}
.l-access .l-access-item.is-attention {
  color: #c00000;
  font-size: min(1.2121212121vw, 16px);
}
.l-access .l-access-item .e-title {
  width: min(7.5757575758vw, 100px);
  font-weight: 700;
  display: table-cell;
  font-size: min(1.2121212121vw, 16px);
}
.l-access .l-access-item .e-item {
  width: calc(100% - 100px);
  display: table-cell;
  font-size: min(1.2121212121vw, 16px);
}
.l-access .l-access-item .e-item .e-link.is-map {
  width: min(3.7878787879vw, 50px);
  margin: 0 0 0 15px;
  padding: 5px 0;
  color: #fff;
  display: inline-block;
  font-size: min(0.9848484848vw, 13px);
  line-height: 1;
  text-align: center;
  vertical-align: 0.15em;
  text-decoration: none;
  border-radius: 4px;
  background: #008842;
}
@media screen and (max-width: 768px) {
  .l-access {
    margin: 15vw 0 20vw;
  }
  .l-access .flex_wrap .l-access-wrap {
    width: 100%;
  }
  .l-access .flex_wrap .e-map {
    width: 100%;
    margin-bottom: 1em;
    padding-top: 60%;
  }
  .l-access .l-access-item {
    margin-top: 0.8em;
    font-size: min(3.2vw, 12px);
  }
  .l-access .l-access-item.is-attention {
    font-size: min(3.2vw, 12px);
  }
  .l-access .l-access-item .e-title {
    width: 7em;
    font-size: min(3.2vw, 12px);
  }
  .l-access .l-access-item .e-item {
    width: calc(100% - 100px);
    display: table-cell;
    font-size: min(3.2vw, 12px);
  }
  .l-access .l-access-item .e-item .e-link.is-map {
    width: min(13.3333333333vw, 50px);
    margin: 0 0 0 0;
    font-size: min(3.2vw, 12px);
  }
  .l-access .l-access-item .e-item a {
    text-decoration: underline;
  }
}

.box_btn.showroom {
  max-width: 560px;
  width: 86%;
  height: 76px;
  margin: 84px auto 120px;
}
.box_btn.showroom a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #003A59;
  font-size: 20px;
}
.box_btn.showroom a span {
  position: relative;
}
.box_btn.showroom a span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 10px;
  top: 2px;
  background: url(/wp/wp-content/themes/osmo-edel_2025/assets/img/common/icon_calendar.svg) no-repeat center;
  background-size: 100%;
}
.box_btn.showroom a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .box_btn.showroom {
    width: 92%;
    height: min(16vw, 60px);
    margin: 2em auto 20vw;
  }
  .box_btn.showroom a {
    font-size: min(4.2666666667vw, 16px);
  }
  .box_btn.showroom a span::before {
    width: 16px;
    height: 16px;
    top: 2px;
  }
}

.area_form {
  margin-top: 120px;
  background: #F5FCF8;
}

.bx-wrapper {
  margin-bottom: 0 !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bx-controls-direction {
  display: none;
}

.l-content-main {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-content-main .inner {
    width: 100%;
    padding: 0;
  }
}

.l-slider-thumb {
  text-align: center;
  letter-spacing: -0.4em;
  padding: 5px 0 0;
}
.l-slider-thumb .e-item {
  letter-spacing: 0;
  width: 190px;
  margin: 5px;
  display: inline-block;
}
.l-slider-thumb .e-item .e-link.active {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .l-slider-thumb {
    width: 90%;
    margin-inline: auto;
  }
  .l-slider-thumb .e-item {
    width: calc((100% - 24px) / 6);
    margin: 2px;
  }
}