@charset "utf-8";

#fv {
  z-index: 10;
}
.slick-dots li button:before {
  color: #fff;
  opacity: 0.8;
}
.slick-dots li.slick-active button:before {
  color: #75AFD3;
}
#fv .slick-dots {
  z-index: 12;
}


a.btn,
button {
  margin-left: auto;
  margin-right: auto;
}

#theme {
  background: #80CAFF;
}
#theme a {
  text-decoration: none;
}
#theme .wrapper>a {
  display: flex;
}
#theme h3 {
  color: #fff;
  font-weight: bold;;
}
#theme h3 small:before {
  content: '- ';
}
#theme h3 small:after {
  content: ' -';
}
#theme p {
  color: #000;
  font-weight: bold;
}

/* SP */
@media screen and (max-width:767px) {
  a.btn {
    width: 80%;
    margin-top: 2em;
  }
  h2 img {
    max-width: 100%;
  }
  #fv {
    height: auto;
  }
  #fv img {
    width: 100%;
    height: auto;
  }
  #fv .bg {
    height: 81.6vw;
    background: center/contain no-repeat url(../img/sp_fv_bg.png);
  }
  #fv .slick-dots {
    bottom: 0;
  }
  #theme {
    padding-bottom: 2em;
  }
  #theme .wrapper .title {
    padding: 1em 1em;
    margin-right: -4%;
    background: #fff;
    width: 100%;
  }
  #theme .wrapper>a {
    margin-top: 1em;
    width: 100%;
  }
  #theme .img {
    margin-right: 0.5em;
    max-width: 45%;
  }
  #theme .img img {
    width: 100%;
    height: auto;
  }
  #theme h3 {
    font-size: 200%;
    line-height: 1;
    margin-bottom: 1em;
  }
  #theme h3 small {
    position: absolute;
    margin-top: 0.5em;
    font-size: 0.5em;
  }
}

/* PC */
@media screen and (min-width:768px) {
  a.btn {
    width: 306px;
    margin-top: 40px;
  }
  #fv {
    height: 520px;
    min-width: 1200px;
    margin-bottom: 20px;
  }
  #fv .bg {
    width: 1200px;
    height: 520px;
    background: center/contain no-repeat url(../img/fv.png);
  }
  #fv .slick-dots {
    bottom: 20px;
  }
  #fv .slick-box.pc img {
    height: 520px;
  }
  #fv .arrow {
    position: absolute;
    top: 0;
    z-index: 11;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 40px;
    height: 520px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #fv .arrow.prev {
    transform: translateX(-620px);
  }
  #fv .arrow.next {
    transform: translateX(620px);
  }
  #fv .prevArrow,
  #fv .nextArrow {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 80px;
    background: rgba(255,255,255, 0.5);
  }
  #fv .prevArrow {
    border-radius: 40px 0 0 40px;
  }
  #fv .nextArrow {
    border-radius: 0 40px 40px 0;
  }
  #fv .prevArrow:before,
  #fv .nextArrow:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 0px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
  }
  #fv .prevArrow:before {
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    position: absolute;
    left: auto;
    right: 0;
  }
  #fv .nextArrow:before {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  #theme {
    padding-bottom: 80px;
  }
  #theme .wrapper .title {
    width: 472px;
    padding: 20px 28px;
    background: #fff;
  }
  #theme .wrapper>a {
    width: 472px;
  }
  #theme .wrapper>a:nth-child(n+3) {
    margin-top: 28px;
  }
  #theme .img {
    margin-right: 14px;
  }
  #theme h3 {
    font-size: 36px;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    margin-bottom: 28px;
  }
  #theme h3 small {
    position: absolute;
    margin-top: 8px;
    font-size: 14px;
  }
}
