@charset 'UTF-8';
.key-visual {
  position: relative;
  aspect-ratio: 28 / 15;
  margin: 0 0 40px 0;
  width: 100%;
}
.key-visual__photo {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
}
.key-visual__catchphrase {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40%;
}
.feature {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0 0;
}
.feature.is-obi {
  padding: 30px 0;
  background: #f1f3f7;
}
.feature__inner {
  max-width: 1600px;
  width: 80%;
  margin: 0 auto;
}
.feature__event-campaign, .feature__toyotahome, .feature__model-house, .feature__pickup {
  margin: 0;
  padding: 0;
}
.feature__list {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}
.feature__item {
  margin: 0 30px;
  padding: 0px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.feature-banner {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  transition: all 0.3s;
}
.feature__event-campaign .feature-banner {
  background: #ecebeb;
}
.feature-banner a {
  display: block;
  color: #333;
  text-decoration: none;
  height: 100%;
}
.feature-banner__image {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.feature-banner__image img {
  transition: all 0.3s;
}
.feature-banner a:hover .feature-banner__image img {
  opacity: 0.7;
  transform: scale(1.05, 1.05);
}
.feature-banner__grid {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}
.feature__model-house .feature-banner__define {
  position: relative;
  margin: 0;
  padding: 10px 30px 10px 15px;
  border-left: 5px solid #111b21;
}
.feature__model-house .feature-banner__define.is-online {
  border-left: 5px solid #fbb66c;
}
.feature__model-house .feature-banner__define::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 15px;
  font-size: 90%;
  width: 12px;
  height: 12px;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  transform: translateY(-50%) rotate(45deg);
}
.feature-banner__define {
  position: relative;
  margin: 0;
  padding: 10px 15px;
  font-size: 0.8125rem;
}
.feature-banner__genre {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 2px 10px;
  background: #000;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
}
.feature-banner__genre.is-event {
  background: #64c5d4;
}
.feature-banner__genre.is-campaign {
  background: #cd9797;
}
.feature-banner__title {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.feature-banner__explain {
  margin: 0 0 5px 0;
  padding: 0;
}
.feature-banner__brand {
  margin: 0;
  padding: 0;
}
.feature-banner__label {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 2px 10px;
  background: #000;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
}
.feature-banner__label.is-since {
  background: #b7d2b1;
}
.feature-banner__label.is-ecpacio {
  background: #65c5d4;
}
.feature__link {
  margin: 0;
  padding: 0;
  text-align: center;
}
.pickup__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.pickup__item {
  position: relative;
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
  padding: 0;
  background: #fff;
}
.pickup__item a {
  display: block;
  color: #333;
  text-decoration: none;
}
.pickup__image {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.pickup__image img {
  transition: all 0.3s;
}
.pickup__item a:hover .pickup__image img {
  opacity: 0.7;
  transform: scale(1.05, 1.05);
}
.pickup__caption {
  position: relative;
  margin: 0;
  padding: 5px 15px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
}
.pickup__caption::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 15px;
  font-size: 90%;
  width: 8px;
  height: 8px;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  transform: translateY(-50%) rotate(45deg);
}
.case-study {
  margin: 0 0 40px 0;
}
.case-study__inner {
  box-sizing: content-box;
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  padding: 0 15px;
}
.case-study__title {
  margin: 0 0 15px 0;
}
.case-study__subtitle {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
}
.case-study__list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  height: 500px;
  background: #fff url("../images/top/bg-case-study_pc.png") no-repeat center;
  background-size: cover;
}
.case-study__item {
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.9);
}
.case-study__item a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}
.case-study__item a:hover {
  color: #e55405;
}
.case-study__item span {
  display: block;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: 2px;
}
.case-study__tsl {
  margin: 0 0 5px 0;
  font-size: 1.2rem;
}
.case-study__showcase {
  position: relative;
  font-size: 1.5rem;
}
.case-study__showcase::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  font-size: 90%;
  width: 12px;
  height: 12px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.case-study__item a:hover .case-study__showcase::after {
  border-top: solid 2px #e55405;
  border-right: solid 2px #e55405;
}
.case-study__link {
  margin: 0;
  padding: 0;
  text-align: center;
}
.news-instagram {
  padding: 100px 15px;
  background: #fff url("../images/top/bg-news-instagram.jpg") no-repeat center;
  background-size: cover;
}
.news-instagram__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  width: 80%;
  margin: 0 auto;
}
.news, .instagram {
  width: calc(100% / 2 - 30px);
  padding: 50px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.news__title, .instagram__title {
  margin: 0 0 15px 0;
}
.news__subtitle, .instagram__subtitle {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
}
.news__inner {
  aspect-ratio: 8 / 9;
  overflow-y: scroll;
}
.news__define {
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 0.8125rem;
}
.news__date {
  margin: 0 0 5px 0;
  font-weight: 600;
}
.news__text {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e7e7e7;
}
.news__text a {
  text-decoration: none;
}
.news__text a:hover {
  text-decoration: underline;
}
.instagram__inner {
  position: relative;
  margin: 0;
  padding: 0;
}
.instagram__snapwidget {
  margin: 0 0 30px 0;
  padding: 0;
}
.snapwidget-widget {
  overflow: hidden;
  width: 100%;
  border: none;
}
.instagram__link {
  margin: 0;
  padding: 0;
  text-align: right;
}
.instagram__button {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.instagram__button::after {
  position: absolute;
  content: "";
  width: 42px;
  height: 5px;
  top: 50%;
  right: -25px;
  border-bottom: 2px solid #e55405;
  border-right: 2px solid #e55405;
  transform: skew(45deg);
  transition: all 0.3s;
}
.instagram__button:hover {
  color: #fff;
  background: #333;
}
.instagram__button:hover::after {
  right: -35px;
}
@media screen and (max-width: 767px) {
  .key-visual {
    height: 100vh;
  }
  .key-visual__photo img {
    object-fit: cover;
    height: 100vh;
  }
  .key-visual__catchphrase {
    width: 80%;
  }
  .feature__inner {
    width: 90%;
  }
  .feature__item {
    margin: 0 10px;
  }
  .feature__event-campaign .page-title {
    max-width: 16rem;
  }
  .feature__toyotahome .page-title {
    max-width: 10rem;
  }
  .feature__model-house .page-title {
    max-width: 11rem;
  }
  .feature__pickup .page-title {
    max-width: 7rem;
  }
  .feature-banner__label {
    padding: 2px 5px;
  }
  .pickup__item {
    width: calc(100% / 2 - 10px);
    margin: 0 5px 30px;
  }
  .pickup__caption {
    padding: 5px 10px;
    font-size: 0.75rem;
    text-align: left;
  }
  .pickup__caption::after {
    right: 10px;
  }
  .case-study .page-title {
    max-width: 10rem;
  }
  .case-study__list {
    background: #fff url("../images/top/bg-case-study_sp.png") no-repeat center;
    background-size: cover;
  }
  .case-study__item {
    padding: 15px 20px;
  }
  .case-study__tsl {
    font-size: 1rem;
  }
  .case-study__showcase {
    font-size: 1.25rem;
  }
  .case-study__showcase::after {
    width: 10px;
    height: 10px;
  }
  .news-instagram {
    padding: 40px 15px;
  }
  .news-instagram__inner {
    display: block;
    width: 100%;
  }
  .news, .instagram {
    width: 100%;
    padding: 20px;
  }
  .news {
    margin: 0 0 40px 0;
  }
  .news .page-title, .instagram .page-title {
    max-width: 9rem;
  }
}
/* slick-theme feature custom */
.feature__list .slick-list {
  padding: 0 0 10px 0;
}
.feature__list .slick-track {
  display: flex;
}
.feature__list .slick-slide {
  height: auto !important;
}
.feature__list .slick-prev, .feature__list .slick-next {
  width: inherit;
  height: inherit;
  z-index: 1;
}
.feature__list .slick-prev:before, .feature__list .slick-next:before {
  font-size: 1.5rem;
  color: #172c37;
}
.feature__list .slick-prev {
  left: -5px;
}
.feature__list .slick-next {
  right: -5px;
}
.feature__list .slick-dots {
  bottom: -10px;
}
.feature__list .slick-dots li {
  margin: 0;
}
.feature__list .slick-dots li button:before {
  opacity: 1;
  font-size: 1rem;
  line-height: 1;
  color: #172c37;
  content: '◯';
}
.feature__list .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #172c37;
  content: '●';
  text-align: center;
}
/* slick-theme feature model-house custom */
.feature__model-house .slick-prev, .feature__model-house .slick-next {
  top: auto;
  bottom: -10px;
  transform: translate(0, 0);
}
.feature__model-house .slick-dots {
  display: flex;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 40px;
}
.feature__model-house .slick-dots li {
  flex-grow: 1;
  display: block;
  width: 100%;
  height: 5px;
}
.feature__model-house .slick-dots li button {
  width: 100%;
  height: 5px;
}
.feature__model-house .slick-dots li button:before {
  opacity: 1;
  width: 100%;
  height: 5px;
  background: #dee9f8;
  content: "";
}
.feature__model-house .slick-dots li.slick-active button:before {
  opacity: 1;
  width: 100%;
  height: 5px;
  background: #172c37;
  content: "";
}