@charset "UTF-8";
@media only screen and (min-width:960px) {
  section {
    padding: 7rem 0;
  }
}
.header__logo a {
  background-color: unset;
}
.head-nav > ul li a {
  color: #fff
}
.main-vis {
  display: block;
  width: 100%;
  height: 70rem;
  max-height: 100vh;
  margin-top: -10rem;
  padding-top: 10rem;
  background: url("../images/main-vis__img.jpg") no-repeat center top #fff;
  background-size: cover;
  position: relative;
}
.main-vis__inner {
  width: 100%;
  max-width: 110rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  color: #fff
}
.main-vis__copy {
  font-size: 4rem;
  font-weight: 600
}
.main-vis__txt {
  margin: 2rem 0 0
}
.main-vis__btn {
  width: 100%;
  max-width: 45rem;
  font-weight: 700;
  position: relative;
}
.main-vis__btn a {
  width: 100%;
  height: 5rem;
  padding: 0 1rem;
  background: #1eb4dc;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 959px) {
  .main-vis {
    height: 60rem;
  }
  .main-vis__inner {
    max-width: 96%;
  }
}
@media only screen and (max-width: 767px) {
  .main-vis__copy {
    font-size: 2.4rem;
  }
  .main-vis__btn {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width:320px) {
  .main-vis__btn a {
    height: 4rem;
    font-size: 1.2rem
  }
  .main-vis__btn {
    font-size: 1rem;
  }
}
.top-result {
  background: url(../images/back_ground.png) no-repeat center top / 100%;
  background-size: cover;
}
.top-result__side {
  width: 24%;
  margin-right: 4%
}
.top-search__inner {
  margin-bottom: 1.5rem;
  padding: 2.5rem 1.5rem;
  background: #f6f8f9;
  border-radius: 2px;
}
.top-search__ttl {
  margin-bottom: 1.5rem;
  font-size: 1.8rem
}
.top-search__ttl img {
  height: 2rem;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.search-field {
  width: 100%;
  height: 5.5rem;
  margin: 0;
  padding: 0 1rem;
  background: #fff;
  border: none;
  line-height: 1;
  border-radius: 2px;
}
.top-search__btn {
  width: 100%;
  margin: 1.5rem auto 0;
  font-weight: 700;
  position: relative;
}
.top-search__btn button::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/button_search.png) center center / 100% no-repeat;
  display: inline-block;
  position: relative;
  top: 0;
  left: 1rem;
}
.top-search__btn button {
  width: 100%;
  height: 5rem;
  padding: 0 1rem;
  background: #1eb4dc;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.top-result-side__inner {
  margin-bottom: 1.5rem;
  font-size: 1.2rem
}
.top-result-side__ttl {
  padding: 1.5rem 0;
  border-bottom: 1px solid #d3dde0;
  color: #1eb4dc;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.top-result-side__item a {
  padding: 1.2rem 0;
  border-bottom: 1px dotted #b4b4b4;
  display: flex;
  align-items: center;
}
.top-result-side__item a:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -.4rem;
  right: 1rem;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
.top-result__inner {
  width: 35%;
  margin-right: 2%
}
.top-result__inner:last-child {
  margin-right: 0
}
.top-result__ttl {
  padding: 1.5rem 0;
  border-bottom: 1px solid #d3dde0;
  font-size: 2rem;
  background: url(../images/ilust-sell.png) no-repeat right top / auto 100%;
}
.top-result__inner:last-child .top-result__ttl {
  background: url(../images/ilust-buy.png) no-repeat right top / auto 100%;
}
.result__list {
  margin-top: 3.5rem
}
.result__img img {
  width: 15rem;
  height: 15rem;
}
@media only screen and (max-width:959px) {
  .top-result .l-container {
    padding: 0 2rem;
  }
  .top-result__side {
    width: 26%;
    margin-right: 2%;
  }
  .result__list {
    margin-top: 2rem
  }
  .result__img img {
    width: 6rem;
    height: 6rem;
  }
  .result__txt {
    font-size: 1rem
  }
  .top-search__ttl {}
  .top-result__ttl {}
}
@media only screen and (max-width:767px) {
  .top-result__side {
    width: 100%;
    margin-right: 0;
    order: 3
  }
  .top-result__inner {
    width: 100%;
    margin-bottom: 4rem;
    margin-right: 0
  }
  .top-result__inner:first-child {
    margin-bottom: 2rem
  }
}
.news__list {
  margin: 0 auto
}
.news__item {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #b4b4b4;
}
.news__item time {
  margin-right: 1.5rem
}
.news__ttl a {
  color: #1eb4dc
}
@media only screen and (max-width:767px) {
  .news__item {
    flex-wrap: wrap
  }
}
.movie__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.movie__item {
  width: calc((100%/4) - 2rem);
  margin-top: 2rem;
}
@media only screen and (max-width:767px) {
  .movie__item {
    width: calc((100%/2) - 1rem);
    margin-top: 2rem;
  }
  .movie__item:first-child, .movie__item:nth-child(2) {
    margin-top: 0
  }
}