@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ttl {
  background: #c19b75;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .ttl__content {
    padding: 25px 15px 18px;
  }
}
@media only screen and (min-width: 768px) {
  .ttl__content {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  .ttl__content {
    max-width: 950px;
    width: calc(100% - 17px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .ttl__content h1 {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .ttl__content h1 {
    margin: 0 0 25px;
  }
}
.ttl__content h1 img {
  filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.1));
}
.ttl__text dl {
  font-weight: 600;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .ttl__text dl {
    font-size: 0.9rem;
    margin: 0 0 5px;
  }
  .ttl__text dl:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ttl__text dl {
    font-size: 1.2rem;
    line-height: 2.1rem;
    margin: 0;
    align-items: center;
  }
}
.ttl__text dl dt {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .ttl__text dl dt {
    width: 90px;
  }
}
.ttl__text dl dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .ttl__text dl dd {
    width: calc(100% - 90px);
    line-height: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .ttl__text dl dd {
    line-height: 1.5rem;
  }
}

.topics {
  background: #fbf4cc;
}
@media only screen and (max-width: 767px) {
  .topics {
    padding: 35px 0 28px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 35px 0 28px;
  }
}
.topics__container {
  margin: 0 auto;
}
.topics__midashi {
  text-align: center;
  margin: 0 0 25px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .topics__midashi {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__midashi {
    font-size: 1.5rem;
  }
}
.topics__slid {
  scroll-snap-type: x mandatory;
  white-space: nowrap;
  overflow-x: auto;
}
.topics__item {
  position: relative;
  scroll-snap-align: center;
  display: inline-block;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .topics__item {
    width: 49%;
    margin: 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__item {
    width: 24%;
    margin: 0 7px 10px;
  }
}
.topics__item:hover .topics__pic, .topics__item:hover a {
  opacity: 0.8;
}
.topics__pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #f1f1f1;
  position: relative;
  text-align: center;
  padding: 0;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .topics__pic {
    height: 120px;
    line-height: 115px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__pic {
    height: 143px;
    line-height: 160px;
  }
}
.topics__pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.topics__ttl {
  padding: 10px 0 0;
  font-size: 0.9rem;
}
.topics__ttl a {
  color: #272121;
  font-weight: 600;
  text-decoration: none;
}
.topics__ttl a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.slick-dots li.slick-active button:before {
  color: #272121 !important;
}

.slide {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.slide.slick-initialized {
  opacity: 1;
}

.slick-dots {
  bottom: -20px !important;
}
.slick-dots li {
  margin: 0 3px !important;
}

.intro {
  background: #fbf4cc;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .intro {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    padding: 25px 0;
  }
}
.intro__content {
  max-width: 950px;
  width: calc(100% - 17px);
  margin: 0 auto;
}
.intro__content p {
  font-family: "Sawarabi Mincho";
  text-align: center;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .intro__content p {
    font-size: 1rem;
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro__content p {
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
}

.hero {
  background: url(../img/bg.jpg);
  background-size: 350px;
  position: relative;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .hero__content {
    max-width: 950px;
    margin: 0 auto;
  }
}

.twitter {
  background: #fbf4cc;
}
@media only screen and (min-width: 768px) {
  .twitter {
    padding: 45px 0;
  }
}
@media only screen and (min-width: 768px) {
  .twitter__content {
    display: flex;
    justify-content: space-between;
    max-width: 950px;
    width: calc(100% - 17px);
    margin: 0 auto;
  }
}
.twitter__item {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .twitter__item {
    width: 100%;
    border-bottom: #ccc solid 1px;
  }
  .twitter__item:last-child {
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  .twitter__item {
    width: 48.5%;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .twitter__item iframe.twitter-timeline {
    height: 280px !important;
  }
}
@media only screen and (min-width: 768px) {
  .twitter__item iframe.twitter-timeline {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.global_head {
  margin: 0;
  padding: 0;
}

.bx-wrapper {
  box-shadow: 0 0 0 #fff !important;
  border: none !important;
  margin: 0 auto !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: -25px !important;
}/*# sourceMappingURL=home.css.map */