@charset "utf-8";

/*----------------------------------------------------------------------
   Hero, News
----------------------------------------------------------------------*/
.top_h2 {
  font-weight: bold;
}
.hero {
  display: block;
}/*
a.hero {
  transition: opacity 0.2s;
}
a.hero:hover {
  opacity: 0.7;
}*/
@media screen and (min-width:768px), print {
  .hero {
    position: relative;
    height: 600px;
  }
  .hero01 {
    background: url(../../../images/hero01_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .hero01_txt {
    position: absolute;
    bottom: 125px;
    left: 0;
    max-width: 78vw;
    padding: 0 30% 0 7vw;
  }
  .hero02 {
    background: url(../../../images/hero02_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .hero02_txt {
    position: absolute;
    bottom: 75px;
    left: 0;
    padding: 0 7vw 0 7vw;
  }
  .hero03 {
    background: url(../../../images/hero03_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .hero03_txt {
    position: absolute;
    bottom: 40px;
    left: 0;
    padding: 0 7vw 0 7vw;
  }
  .hero04 {
    background: url(../../../images/hero04_pc.jpg) no-repeat left 10% center;
    background-size: cover;
  }
  .hero04_txt {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 7vw 0 7vw;
    transform: translateY(-50%);
  }
  .hero05 {
    background: url(../../../images/hero05_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .hero05_txt {
    position: absolute;
/*    bottom: 36px;*/
    bottom:180px;
    left: 0;
    padding: 0 7vw 0 7vw;
  }

  #slick-slide04 > div > a,#slick-slide04 > div > a:link,#slick-slide04 > div > a:visited,#slick-slide04 > div > a:hover {
  color:#fff!important;
  }
  .hero05_info {
    position: absolute;
    bottom: 80px;
    padding: 20px;
    left:7vw;
    font-size:2rem;
    height: 70px;
    line-height: 1.6;
    background-color: rgba(0,0,0,0.5);
    font-weight: 700;
    letter-spacing: .075em;
  }
  .top_h2 {
    margin: 50px 0 20px;
    font-size: 2.0rem;
  }
}
@media print {
  .hero01_txt {
    max-width: 80%;
  }
}
@media screen and (max-width:767px) {
  .hero {
    position: relative;
    height: 366px;
  }
  .hero01 {
    background: url(../../../images/hero01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .hero01_txt {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .hero01_txt img {
    width: 100%;
    max-width: 356px;
    margin: 0 auto;
  }
  .hero02 {
    background: url(../../../images/hero02_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .hero02_txt {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .hero02_txt img {
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
  }
  .hero03 {
    background: url(../../../images/hero03_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .hero03_txt {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .hero03_txt img {
    width: 100%;
    max-width: 298px;
    margin: 0 auto;
  }
  .hero04 {
    background: url(../../../images/hero04_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .hero04_txt {
    position: absolute;
    top: 24px;
    width: 100%;
    text-align: left;
    margin-left: 10px;
  }
  .hero04_txt img {
    width: 100%;
    max-width: 203px;
  }
  .hero05 {
    background: url(../../../images/hero05_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .hero05_txt {
    position: absolute;
    bottom: 120px;
    width: 100%;
    text-align: left;
    padding-left: 30px;
  }
  .hero05_txt img {
    width: 100%;
    max-width: 312px;
  }
  
   #slick-slide04 > div > a,#slick-slide04 > div > a:link,#slick-slide04 > div > a:visited,#slick-slide04 > div > a:hover {
  color:#fff!important;
  }
  .hero05_info {
    position: absolute;
    bottom: 30px;
    width: 80%;
    text-align: center;
    margin-left: 10%;
    padding: 15px 15px;
    left:0;
    font-size:3.55vw;
    height: 40px;
    line-height: 1;
    background-color: rgba(0,0,0,0.5);
    font-weight: 700;
    letter-spacing: .075em;
  }
  .top_h2 {
    margin: 25px 0 14px;
    font-size: 1.5rem;
  }
}


/*----------------------------------------------------------------------
   Quadrant
----------------------------------------------------------------------*/
.top_quadrant li {
  background-repeat: no-repeat;
  background-size: cover;
}
.top_quadrant li:nth-child(1) { background-image: url(../../../images/quadrant_01.jpg); }
.top_quadrant li:nth-child(2) { background-image: url(../../../images/quadrant_02.jpg); }
.top_quadrant li:nth-child(3) { background-image: url(../../../images/quadrant_03.jpg); }
.top_quadrant li:nth-child(4) { background-image: url(../../../images/quadrant_04.jpg); }
.top_quadrant li > a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
.top_quadrant li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: 0.2s;
}
.top_quadrant li > a:hover::before {
  opacity: 1;
}
.top_quadrant li dl {
  position: relative;
  z-index: 5;
  color: #333;
  background-color: rgba(255,255,255,0.6);
}
.top_quadrant li dt {
  font-weight: bold;
}
.top_quadrant li dd div {
  display: inline-block;
  text-align: left;
}
.top_quadrant li dd .btn {
  display: inline-block;
  background: #c71627;
  text-shadow: none;
  color: #fff;
}
@media screen and (min-width:768px), print {
  .top_quadrant {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 36px;
  }
  .top_quadrant li {
    width: 50%;
    min-height: 320px;
    background-position: center center;
  }/*
  .top_quadrant li:nth-child(odd) {
    background-position: right center;
  }
  .top_quadrant li:nth-child(even) {
    background-position: left center;
  }*/
  .top_quadrant li > a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .top_quadrant li:nth-child(odd) > a {
    padding-left: 4px;
    justify-content: flex-end;
  }
  .top_quadrant li:nth-child(even) > a {
    padding-right: 4px;
  }
  .top_quadrant li dl {
    width: 100%;
    max-width: calc(512px - 12%);/*12%*/
    padding: 25px 10px;
    text-align: center;
  }
  .top_quadrant li:nth-child(odd) dl {
    margin-right: 12%;
  }
  .top_quadrant li:nth-child(even) dl {
    margin-left: 12%;
  }
  .top_quadrant li dt {
    margin-bottom: 5px;
    font-size: 2.4rem;
  }
  .top_quadrant li dd{
    font-size: 1.6rem;
  }
  .top_quadrant li dd div {
    max-width: 300px;
    padding-bottom: 20px;
  }
  .top_quadrant li dd .btn {
    display: inline-block;
    padding: 2px 70px;
    background: #c71627;
    font-size: 1.6rem;
  }
  .top_quadrant li a:hover dd .btn {
    opacity: 1;
  }
}
@media screen and (max-width:767px) {
  .top_quadrant li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .top_quadrant li a {
    display: flex;
    position: relative;
    padding: 40px 40px 25px;
    width: 100%;
    height: 100%;
  }
  .top_quadrant li dl {
    width: 100%;
    padding: 15px 10px;
    text-align: left;
  }
  .top_quadrant li dt {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .top_quadrant li dd div {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  .top_quadrant li dd:last-child {
    text-align: center;
  }
  .top_quadrant li dd .btn {
    width: 100%;
    max-width: 260px;
    padding: 9px 10px;
    font-size: 1.2rem;
  }
}


/*----------------------------------------------------------------------
   Pick up
----------------------------------------------------------------------*/
.top_pickup li {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.top_pickup a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px rgba(0,0,0,0.8);
  overflow: hidden;
}
.top_pickup li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity 0.2s;
}
.top_pickup li a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
}
.top_pickup a:hover::before {
  opacity: 1;
}
.top_pickup li span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width:960px), print {
  .top_pickup {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:959px) {
  .top_pickup {
    font-size: 1.6vw;
  }
}
@media screen and (min-width:768px), print {
  .top_pickup {
    display: flex;
    flex-wrap: wrap;
    margin: 72px auto 9px;
  }
  .top_pickup li {
    width: 31.5%;
    max-width: 320px;
    margin-bottom: 27px;
  }
  .top_pickup li:nth-child(3n + 2) {
    margin-right: 2.75%;
    margin-left: 2.75%;
  }
  .top_pickup li a::after {
    bottom: 11px;
    right: 24px;
    border-top: solid 9px transparent;
    border-bottom: solid 9px transparent;
    border-left: solid 16px #fff;
  }
  .top_pickup li span {
    padding: 10px 30px 0;
  }
}
@media screen and (max-width:767px) {
  .top_pickup {
    margin: 40px 0 25px;
    font-size: 1.4rem;
  }
  .top_pickup li {
    max-width: 320px;
    margin: 0 auto 15px;
  }
  .top_pickup a {
    max-width: 320px;
  }
  .top_pickup li span {
    padding: 10px;
  }
  .top_pickup li a::after {
    bottom: 11px;
    right: 10px;
    border-top: solid 7px transparent;
    border-bottom: solid 7px transparent;
    border-left: solid 12px #fff;
  }
}

/*----------------------------------------------------------------------
   Slick
----------------------------------------------------------------------*/
.slick-slide {
  line-height: 0;
}
.slick-arrow {
  position: absolute;
  z-index: 50;
  padding: 0;
  border: none;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.slick-arrow:hover {
  opacity: 1;
}
.slick-prev {
  left: 0;
  background-image: url(../../images/common/slide-arrow_prev.png);
}
.slick-next {
  right: 0;
  background-image: url(../../images/common/slide-arrow_next.png);
}
.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 13px 0;
  text-align: center;
  line-height: 0;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  display: block;
  padding: 0;
  background: #ccc;
  border: none;
  text-indent: -9999px;
  line-height: 0;
  outline: none;
}
.slick-dots li.slick-active button {
  background: #c71627;
}

@media screen and (min-width:768px), print {
  .slick-arrow {
    top: calc(50% - 56px);
    width: 56px;
    height: 88px;
  }
  .slick-dots {
    padding: 13px 0;
  }
  .slick-dots li {
    margin: 0 14px;
  }
  .slick-dots li button {
    width: 14px;
    height: 14px;
    border-radius: 10px;
  }
}
@media screen and (max-width:767px) {
  .slide {
    padding-bottom: 30px;
  }
  .slick-arrow {
    top: calc(50% - 28px);
    width: 28px;
    height: 44px;
    background-size: 28px 44px;
  }
  .slick-dots {
    padding: 10px 0;
  }
  .slick-dots li {
    margin: 0 8px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 6px;
  }
}