/*  MV
================================ */
#mv .mv_box video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#mv .contents_box {
  padding: 12px 0 30px;
}
@media screen and (max-width: 768px) {
  #mv .contents_box {
    padding: 15px 0 25px;
  }
}
#mv .contents_box .contents_list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #mv .contents_box .contents_list li {
    width: 25%;
  }
  #mv .contents_box .contents_list li:not(:last-child) a {
    border-right: 2px dotted #999;
  }
}
#mv .contents_box .contents_list a {
  font-size: 15px;
  width: 166px;
  height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mv .contents_box .contents_list a {
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 1;
  }
}
#mv .contents_box .contents_list a span {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #mv .contents_box .contents_list a span {
    max-width: 30px;
    margin-top: 6px;
    margin-bottom: 12px;
  }
}
#mv .contents_box .contents_list a br {
  display: none;
}
@media screen and (max-width: 768px) {
  #mv .contents_box .contents_list a br {
    display: inline;
  }
}

/*  About MIO
================================ */
#about {
  overflow: hidden;
  position: relative;
}
#about::before {
  content: "";
  width: 100%;
  height: calc(100% - 60px);
  background-color: #F8F5EA;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#about .flx {
  margin-right: calc((49.5vw - 50%) * -1);
}
@media screen and (max-width: 768px) {
  #about .flx {
    margin-right: 0;
    flex-direction: column-reverse;
    gap: 24px;
  }
}
#about .flx .flx_right {
  max-width: 620px;
}
@media screen and (max-width: 768px) {
  #about .flx .flx_right {
    max-width: 100%;
    margin-left: auto;
    margin-right: -20px;
    padding-top: 35px;
    position: relative;
  }
  #about .flx .flx_right .ttl {
    position: absolute;
    top: 0;
    left: -20px;
    max-width: 240px;
  }
}
#about .flx .flx_left {
  width: calc(100% - 620px);
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  #about .flx .flx_left {
    width: 100%;
    padding-right: 0;
  }
  #about .flx .flx_left p {
    font-size: 15px;
  }
}
#about .ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #about .ttl {
    margin-bottom: 0;
  }
}
#about .more_btn {
  margin: 70px 0 60px;
}
@media screen and (max-width: 768px) {
  #about .more_btn {
    margin: 36px 0;
  }
}

/*  Topics
================================ */
#topics {
  padding-bottom: 60px;
}
#topics .topics_list {
  display: flex;
  gap: 5%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #topics .topics_list {
    flex-direction: column;
    gap: 20px;
  }
}
#topics .topics_list li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #topics .topics_list li {
    width: 100%;
  }
}

/*  Banner
================================ */
#banner .bnr_box {
  text-align: center;
  padding: 72px 0;
}
@media screen and (max-width: 768px) {
  #banner .bnr_box {
    padding: 40px 0;
  }
}
#banner .bnr_box img {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  #banner .bnr_box img {
    max-width: 100%;
  }
}
#banner .bnr_list {
  background-color: #F8F5EA;
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  #banner .bnr_list {
    padding: 32px 0;
  }
}
#banner .bnr_list ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #banner .bnr_list ul {
    max-width: 100%;
    gap: 12px;
    padding: 0 20px;
    flex-direction: column;
  }
}
#banner .bnr_list ul li {
  display: inline-block;
}
#banner .bnr_list ul.link_list {
  margin-bottom: 20px;
}
#banner .bnr_list ul.link_list li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #banner .bnr_list ul.link_list li {
    width: 100%;
  }
}
#banner .bnr_list ul.link_list li a {
  border: 1px solid #999;
  box-sizing: border-box;
}
#banner .bnr_list ul.icon_list li {
  width: auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  #banner .bnr_list ul.icon_list {
    flex-wrap: wrap;
    flex-direction: row;
  }
  #banner .bnr_list ul.icon_list li {
    width: calc(50% - 12px);
  }
}

/*  Floor Map
================================ */
#floormap {
  padding: 72px 0 88px;
}
@media screen and (max-width: 768px) {
  #floormap {
    padding: 30px 0 40px;
  }
}
#floormap .ttl {
  font-size: 52px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  line-height: 1.15;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #floormap .ttl {
    font-size: 30px;
    margin-bottom: 0;
  }
}
#floormap .floor_box {
  max-width: 600px;
  margin: auto;
}
#floormap .planview_box {
  text-align: center;
}
#floormap .planview_box h3 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.15;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #floormap .planview_box h3 {
    font-size: 17px;
    margin-bottom: 12px;
  }
}
#floormap .planview_box img {
  max-width: 565px;
}
@media screen and (max-width: 768px) {
  #floormap .planview_box img {
    max-width: 100%;
  }
}
/*# sourceMappingURL=lang_top.css.map */