@charset "UTF-8";

/* ------------------------------------------------------------------
mv
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .mv{
    padding: 40px 0;
    background: #f3f3f3;
  }
  .mv_in{
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: auto;
  }
  .mv_list{
    position: relative;
    padding: 0 0 0 62%;
  }
  .mv_item{
    margin: 0 0 2.5vh
  }
  .mv_item:last-child{
    margin: 0;
  }
  .mv_item a{
    display: flex;
    background: #fff;
    overflow: hidden;
  }
  .mv_item .image{
    width: 36%;
    overflow: hidden;
  }
  .mv_item .image span{
    display: block;
    height: 15vh;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
  }
  .mv_item a:hover .image span{
    transform: scale(1.1);
  }
  .mv_item .txt{
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 35px 20px 15px;
  }
  .mv_item .cat{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 24px;
    font-size: 1.2rem;
    color: #fff;
  }
  .mv_item .ttl{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .mv_item .taglist{
    margin-top: auto;
  }
  .mv_item .taglist span{
    font-size: 1.2rem;
  }
  .mv_item:first-child{
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
  }
  .mv_item:first-child .image{
    width: 100%;
    overflow: hidden;
  }
  .mv_item:first-child .image span{
    display: block;
    height: 50vh;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
  }
  .mv_item:first-child a:hover .image span{
    transform: scale(1.05);
  }
  .mv_item:first-child .txt{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 60%;
    padding: 35px 20px 15px;
    background: rgba(255,255,255,0.9);
  }
  .mv_item:first-child .cat{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 24px;
    font-size: 1.2rem;
    color: #fff;
  }
  .mv_item:first-child .ttl{
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .mv_item:first-child .taglist{
    margin-top: 10px;
  }
  @media only screen and (max-width:1380px) {
    .mv_item .ttl{
      font-size: 1.4rem;
    }
  }
}
@media only screen and (max-width:767.98px) {
  .mv{
    background: #f3f3f3;
  }
  .slick-track{
    display: flex;
  }
  .mv_csl .image{
    overflow: hidden;
  }
  .mv_csl .image span{
    display: block;
    height: 40vh;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
  }
  .mv_csl a.hover .image span{
    transform: scale(1.05);
  }
  .mv_csl .txt{
    position: relative;
    padding: 30px 15px 15px;
    background: rgba(255,255,255,0.9);
    margin: -40px 15px 0;
  }
  .mv_csl .cat{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 20px;
    font-size: 1.0rem;
    color: #fff;
  }
  .mv_csl .ttl{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .mv_csl .taglist{
    margin-top: 10px;
  }
}

/* ------------------------------------------------------------------
page_top
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .page_top{
  }
  .page_top .row{
    margin: 0 0 40px;
  }
  .page_top .row:last-child{
    margin: 0;
  }
}
@media only screen and (max-width:767.98px) {
  .page_top{
  }
  .page_top .row{
    margin: 0 0 40px;
  }
  .page_top .row:last-child{
    margin: 0;
  }
}
.target_category {
  transition: opacity 0.4s;
}
.target_category:hover {
  opacity: 0.8;
}
.target_category + .target_category {
  margin-top: 30px;
}
.target_category_thumb {
  display: block;

}
.target_category_title {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
}
.target_category_desc {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

