@charset "UTF-8";
/* ------------------------
  reset
------------------------ */
.license_mv,
.license_list{
  background-image: linear-gradient(0deg, transparent 29px, #292929 30px), linear-gradient(90deg, transparent 29px, #292929 30px);
  background-size: 30px 30px;
}
.license_mv{
  position: relative;
  padding: 25vw 0 0;
  text-align: center;
  z-index: 0;
}
.license_mv::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url(../../img/history/bg_02_sm.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.license_mv.daphne::after,
.license_mv.blade::after,
.license_mv.others::after{
  background-image: none;
}
.license_mv h2{
  font-size: 6vw;
}
.license_mv h3{
  font-size: 2.5vw;
  margin-top: 0.3vw;
}
.license_mv h4{
  margin-top: 6.4vw;
  font-size: 4vw;
}
.license_mv h4 span{
  display: block;
}
.license_mv p {
  font-size: 3vw;
  line-height: 6vw;
  padding: 6.4vw 6vw 6.4vw;
}
.license_mv p span{
  display: inline;
}
.license_mv p.brand{
  text-align: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  text-shadow: 0 0 3px black, 0 0 3px black, 0 0 3px black
}
.license_mv.daphne p.brand{
  background-image: url(../../img/license/logp_daphne.png);
}
.license_mv.blade p.brand{
  background-image: url(../../img/license/logp_blade.png);
}
.license_mv.others p.brand{
  background-image: url(../../img/license/logp_others.png);
}
.modal__linkArea{
  margin: 3.1vw 0 6.4vw;
  text-align: center;
}
.card{
  min-height: auto;
}
.card__bg + .modal__linkArea{
  margin-top: 7vw;
}
.modal__link{
  font-size: 3.5vw;
}
.license_list{
  padding: 6.4vw 0 16vw;
}
.license_list .series__subTitle{
  margin: 0 auto 0;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  width: auto;
}
.license_list .card.card__stay{
  background-color: rgba(24, 24, 24, 0.2);
}
.license_list .card.card__stay:hover {
  opacity: 1;
  transition: none;
}
.license_list .card__title{
  text-align: center;
}
.license_list .card__wrapper{
  grid-template-rows: auto;
}
.card__twoarea{
  grid-area: 3 / 1 / 3 / 3;
}
.license_list .series__subTitle::before,
.license_list .series__subTitle::after{
  content: none;
}
.license_list .card__bg {
  margin-top: 3.5625vw;
  background: none;
}
.license_list .link__sitemap{
  font-size: 3vw;
  margin: 6vw auto 0;
  text-align: center;
}
.link__sitemap__area{
  display: block;
}
.sp_none{
  display: none;
}
.license_mv .brand a{
  display: block;
}
.license_mv .brand a,
.license_list .link__sitemap a{
  text-decoration:underline;
}
.license_mv .brand a:hover,
.license_list .link__sitemap a:hover {
  opacity: 0.8;
  transition: opacity 0.18s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media screen and (min-width: 768px) {
  .license_mv{
    padding: 8.8vw 0 0;
  }
  .license_mv h2{
    font-size: 4.2vw;
  }
  .license_mv h4{
    font-size: 1.7vw;
  }
  .license_mv h4 span{
    display: inline;
  }
  .license_mv p{
    font-size: 1.4vw;
    line-height: 3vw;
    padding: 3.5vw 10vw 3.5vw;
  }
  .license_mv p span{
    display: block;
  }
  .license_mv p.brand{
    background-size: 70% auto;
  }
  .modal__link{
    font-size: 1.74vw;
  }
  .license_mv::after{
    background-image: url(../../img/history/bg_02_lg.jpg);
  }
  .license_mv .brand a{
    display: inline;
  }
  .modal__linkArea{
    margin-bottom: 0;
  }
  .license_list{
    padding: 4.5vw 0 6vw;
  }
  .license_list .link__sitemap{
    font-size: 1.4vw;
  }
  .link__sitemap__area{
    display: inline;
  }
  .sp_none{
    display: inline;
    font-size: 1.4vw;
  }
  .license_list .card__wrapper{
    grid-template-columns: 27.6125vw 27.6125vw 27.6125vw;
  }
  .license_list .series__subTitle{
    width: 42vw;
  }
  .license_list .series__subTitle::before{
    content: "";
  }
  .license_list .series__subTitle::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16vw;
    margin: auto;
    width: 12vw;
    height: 1px;
    background-color: #fff;
  }
  .license_list .series__subTitle::after {
    right: 8.0729166667vw;
    width: 4.6875vw;
  }
  .series__subTitle.series__subTitle__en::after{
    right: 4.0729166667vw;
  }
  .series__subTitle.series__subTitle__en::before{
    left: 4.0729166667vw;
  }
  .series__subTitle.series__subTitle__en_2::after{
    right: -1.927083vw;
  }
  .series__subTitle.series__subTitle__en_2::before{
    left: -1.927083vw;
  }
  .card__twoarea{
    grid-area: 2 / 2 / 2 / 4;
  }
}
@media screen and (min-width: 1920px) {
  .license_list .card__wrapper{
    grid-template-columns: 540px 540px 540px;
  }
  .license_list .series__subTitle{
    max-width: 800px;
  }
  .license_list .series__subTitle.series__subTitle__en{
    max-width: 1100px;
    width: 1100px;
  }
  .series__subTitle.series__subTitle__en::before{
    left: 155px;
    width: 90px;
  }
  .license_list .series__subTitle::after{
    right: 155px;
    width: 90px;
  }
  .license_mv p{
    font-size: 26px;
    line-height: 56px;
  }
  .license_mv p.brand{
    max-width: 1920px;
    padding: 67.2px 192px 67.2px;
    margin: auto;
  }
  .modal__link{
    font-size: 33.5px;
  }
  .license_list .link__sitemap {
    margin: 115px auto 0;
  }
  .card__bg + .modal__linkArea {
    margin-top: 135px;
  }
  .link__sitemap__area{
    font-size: 26px;
  }
}