@charset "UTF-8";

@media print, screen and (min-width: 768px) {

/* CSS Document */
.is-sp,
.is-tab{
  display: none !important;
}
.main-container-wrapper {
  width: 100%;
  position: absolute;
}
/* fade */
.fade-type-up,
.fade-type-down,
.fade-type-left,
.fade-type-right,
.fade-elem{
  transition: 1.5s;
  opacity: 0;
}
.fade-elem{
  margin-bottom: 10px;
}
.fade-elem:last-of-type{
  margin-bottom: 10px;
}
.fade-type-up,
.fade-elem{
  transform: translateY(10px);
}
.fade-type-down{
  transform: translateY(-10px);
}
.fade-type-left{
  transform: translateX(20px);
}
.fade-type-right{
  transform: translateX(-20px);
}
.fade-elem:nth-of-type(2){transition-delay: .1s;}
.fade-elem:nth-of-type(3){transition-delay: .2s;}
.fade-elem:nth-of-type(4){transition-delay: .3s;}
.fade-elem:nth-of-type(5){transition-delay: .4s;}
.fade-elem:nth-of-type(6){transition-delay: .5s;}
.fade-elem:nth-of-type(7){transition-delay: .6s;}
.fade-up-down{
  transform: translateY(0);
  opacity: 1;
}
.fade-left-right{
  transform: translateX(0);
  opacity: 1;
}
/*------ mv ------*/
.mv {
  position: relative;
  line-height: 0;
}
.mv-fixd {
  position: fixed !important;
  top: 0 !important;
}
.mv-head{
  width: 91px;
  display: block;
  position: absolute;
  margin: 1.875em;
  z-index: 1000;
}
.mv-head .logo02{
  display: none;
}
.tab .mv-head{
  width: 120px;
}
.tab .mv-head .logo01{
  display: none;
}
.tab .mv-head .logo02{
  display: block;
}
.mv-img{
  background: url("../IMAGES/main_img01_pc.jpg") no-repeat 0 0;
  background-size: 100% auto;
}
  .mv-img img{
      width: 100%;
    height: auto;
    vertical-align: bottom;
}

  [class*="mv-lead"]{
    position: absolute;
    bottom: 9%;
    left: 0;
    width: 100%;
  }
  [class*="mv-lead"] > .logo {
    position: relative;
    left: 5%;
    width: 75%;
    top: 0;
    transition: .6s;
    
  }
  .mv-lead01 .logo{
    opacity: 1;
    transform: translateY(0);
  }
  .mv-lead02 .logo{
    opacity: 0;
    transform: translateY(20px);
  }
  .show0 .mv-lead01 .logo{
    opacity: 0;
    transform: translateY(20px);
  }
  .show1 .mv-lead02 .logo{
    opacity: 1;
    transform: translateY(0);
    
  }

/*------ contents ------*/
.contents{
  position: relative;
}
/*------ leadArea ------*/
.leadArea{
  position: relative;
  padding: 100px 0;
  text-align: center;
}
.leadArea .wrap{
  margin: 0 auto;
}
.leadArea .lead{
  font-size: 3.7rem;
  line-height: 1.72;
  letter-spacing: 0.4em;
}
.leadArea .txt{
  margin-top: 1.6em;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.34em;
}

/*------ videoArea ------*/
.videoArea{
  position: relative;
  text-align: center;
}
.videoArea .thumb{
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: url("../IMAGES/video_im01.jpg") no-repeat border-box 50%/cover border-box;
}
.videoArea .videoTxt{
  margin-top: 0;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  line-height: 1.6;
  position: absolute;
  left: 0;
  bottom: -68px;
}
.videoArea .videoTxt .en{
  font-size: 1.725rem;
}
.videoArea .thumb .btn{
  padding: 13px 31px;
  position: absolute;
  right: 0;
  bottom: -66px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.24em;
  border: 1px solid #000;
  border-radius: 22px;
  color: #000;
  z-index: 100;
}
.videoArea .thumb .btn > span{
  position: relative;
  display: block;
  padding-left: 24px;
  
}
.videoArea .thumb .btn > span::before{
  content: "";
  position: absolute;
  bottom: 0.2em;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: 9px solid #000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.videoArea .thumb .btn,
.videoArea .thumb img{
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.videoArea .thumb img{
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
.videoArea .thumb:hover img{
  opacity: 0.7;
}
.videoArea .thumb:hover .btn{
  background: #000;
  color: #fff;
}
.videoArea .thumb:hover .btn > span::before{
  border-left: 9px solid #fff;;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.videoArea .movie-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(000, 000, 000, 0.96);
  pointer-events: none;
  transition: all 0.5s;
  z-index: 1000;
}
.videoArea .movie-modal.active {
  opacity: 1;
  pointer-events: all;
}

.videoArea .modal-box {
  position: relative;
  max-width: 1094px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
.videoArea .modal-inner {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}
.videoArea .movie {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.videoArea .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoArea #close {
  position: absolute;
  right: 0;
  top: -60px;
  width: 30px;
  height: 30px;
  color: #fff;
}
.videoArea #overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------ lineupArea ------*/
.lineupArea{
  margin-top: 50px;
}
.lineupArea .head02{
  margin: 0 10.42%;
  display: flex;
  align-items: center;
}
.lineupArea .head02 > .tit01{
  width: 100%;
  max-width: 211px;
}
.lineupArea .head02 > .tit02{
  position: relative;
  margin-left: 40px;
  padding-left: 170px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.3em;
}
.lineupArea .head02 > .tit02::after{
  content: "";
  position: absolute;
  width: 128px;
  height: 1px;
  background: #000;
  top: 50%;
  left: 0;
}
.lineupArea .slider{
  margin-top: 70px;
}
.lineupArea .slider img {
  display: block;
  margin: 0 auto;
  opacity: 0.25;
  transition: 0.5s;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.lineupArea .slider .slick-current img,
.lineupArea .slider .is-active-next img,
  .lineupArea .slider .is-active-end img{
  padding: 0;
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}  
.slider .slick-slide{
  margin: 0 -30px;
  transition: .3s ease;
  transform: scale(.6);
  transform-origin: 45% 100%;
}

.slider .slick-active,
  .slider .is-active-more{
  transform-origin: 85% 100%;
}
.slider .slick-active + .slick-active,
  .slider .is-active-prev{
    transform-origin: 45% 100% !important;
  }
.slider .slick-active + .slick-active + .slick-active + .slick-active{
    transform-origin: 45% 100%;
  }

.slider .slick-active + .slick-active + .slick-active + .slick-active + .slick-active{
    transform-origin: 45% 100%;

  }
  
.slider .slick-current{
  transform: scale(1);
  transform-origin: 50% 100% !important;
}
  .slider .is-active-next,
  .slider .is-active-end{
  transform: scale(1);
}
.slider .slick-current + .slick-slide{
  transform-origin: 40% 100%;
}
.slider .slick-current + .slick-slide + .slick-slide,
  .slider .is-active-next + .slick-slide + .slick-slide,
  .slider .is-active-end + .slick-slide + .slick-slide{
  transform-origin: 0 100% !important;
}
.lineupArea .more .col{
  margin-top: 48px;
  opacity: 0;
  text-align: center;
  animation-delay: 0.5s;
  animation-duration: 1.0s;
  animation-fill-mode: both;
}
.lineupArea .more .col.leaf{
  margin-top: 34px;
}
.lineupArea .more .col.slick-active {
  animation-name: open;
}
.lineupArea .more .head03 > .tit01{
  position: relative;
  margin-right: 40px;
  padding-right: 100px;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.3em;
}
.lineupArea .more .head03 > .tit01::after{
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #cbcbcd;
  top: 50%;
  right: 0;
}
.lineupArea .more .head03 > .tit01 sup{
  position: absolute;
  top: 0.07em !important;
}
.lineupArea .more .head03 > .tit02{
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.3em;
}
.lineupArea .more .caption{
  position: relative;
  display: inline-block;
  margin-top: 18px;
  padding-left: 16px;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.24em;
}
.lineupArea .more .caption > span {
  position: absolute;
  top: -1px;
  left: 0;
}
.lineupArea .more .caption em {
  font-style: normal !important;
  font-size: 1.49rem;
}
.lineupArea .more .btn{
  margin-top: 32px;
}
.lineupArea .more .leaf .btn{
  margin-top: 24 px;
}
.lineupArea .more .btn > a{
  position: relative;
  display: inline-block;
  padding: 20px 60px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.3em;
  border: 1px solid #000;
  border-radius: 30px;
}
.lineupArea .more .btn > a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -5px;
  width: 20px;
  height: 11px;
  background: url("../IMAGES/lineup_ic01.png") no-repeat 0 0;
}
.lineupArea .more .btn > a:hover{
  background-color: #000;
  color: #fff !important;
}
.lineupArea .more .btn > a:hover::after{
  background: url("../IMAGES/lineup_ic02.png") no-repeat 0 0;
}
.lineupArea .slick-arrow{
  display: none !important;
}
.lineupArea .slick-dots{
  text-align: center;
  margin-top: 30px;
}
.lineupArea .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.lineupArea .slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid #000;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  outline: 0;
  border-radius: 5px;
  transition-duration: 0.3s;
  background: #fff;
}
.lineupArea .slick-dots li button + button{
  display: none;
}
.lineupArea .slick-dots li button:before {
  content: none;
}
.lineupArea .slick-dots li.slick-active button{
  background: #000;
}
/*------ linkArea ------*/
.linkArea{
  margin-top: 120px;
  padding: 0 10.4%;
  text-align: center;
}
.linkArea .txt{
  text-align: left;
  font-size: 1.8rem;
}
.linkArea .bnr{
  margin-top: 16px;
  border: 1px solid #e5e5e7;
}
.linkArea a{
  display: block;
}
.linkArea a img{
  width: 100%;
}
/*------ typeArea ------*/
.typeArea{
  margin-top: 180px;
  overflow-x: hidden;
}
.headingBox {
  margin: 0 10.42% 100px 10.42%;
}
.headingBox .head02{
  display: flex;
  align-items: center;
}
.headingBox .head02 > .tit01{
  display: block;
  width: 100%;
  max-width: 740px;
}
.headingBox .head02.verSec > .tit01{
  max-width: 512px;
}
.headingBox .head02 > .tit02{
  position: relative;
  margin-left: 40px;
  padding-left: 170px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.3em;
}
.headingBox .head02 > .tit02::after{
  content: "";
  position: absolute;
  width: 128px;
  height: 1px;
  background: #000;
  top: 50%;
  left: 0;
}
.headingBox .head02 > .tit02 em{
  font-style: normal !important;
  font-size: 2.3rem;
}
.headingBox > .lead{
  margin-top: 52px;
  font-size: 3.4rem;
  line-height: 1.8;
  letter-spacing: 0.3em;
}
.headingBox > .lead > sup{
  font-size: 2rem;
  top: -1em;
}
.headingBox .caption{
  margin-top: 18px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.3em;
}
.headingBox .caption em{
  font-style: normal !important;
  font-size: 1.49rem;
}
/* typeBox */
[class*="typeBox"]{
  width: 100%;
  margin-top: 20px;
}
.typeBox::after {
  content: "";
  display: block;
  clear: both;
}
.typeBox02{
  padding: 0 10.4%;
}
.typeBox .typeImg{
  box-sizing: border-box;
  width: 74%;
}
.typeBox.vLeft .typeImg{
  float: right;
  width: 84%;
}
.typeImg img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.typeBox .typeCol{
  box-sizing: border-box;
  position: relative;
  width: 39.8%;
  margin-top: -15.1%;
  margin-left: auto;
  padding: 4.7% 0.8% 5% 5%;
  background-color: #fff;
}
.typeBox.vLeft .typeCol{
   width: 38.5%;
  padding-left: 5.2%;
  margin-left: 5.2%;
  float: left;
}
.typeBox.vLeft.vSign .typeCol{
   width: 36.5%;
}
.typeBox02 .typeCol{
  padding: 5.2% 0;
  display:  flex;
  align-items: center;
  justify-content: center;
}
.typeCol .head03 > .tit01{
  font-size: 3.2rem;
  line-height: 1.8;
  letter-spacing: 0.3em;
}
.typeCol .head03 > .tit02{
  margin-top: 22px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.3em;
}
.typeCol .txt{
  margin-top: 48px;
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: 0.26em;
}
.typeCol .txt em{
  font-style: normal !important;
  font-size: 1.82rem;
}
.typeCol .txt sup{
  font-size: 1.2rem;
  top: -0.5em;
}
.typeCol .caption{
  position: relative;
  margin-top: 13px;
  padding-left: 16px;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.24em;
}
.typeCol .caption > span{
  position: absolute;
  top: 2px;
  left: 0;
}
.typeCol .caption em{
  font-style: normal !important;
  font-size: 1.49rem;
}
.typeBox02 .typeCol .txt{
  margin: 0 0 0 4%;
}
/* accBox */
.accContent{
  margin-top: 30px;
}
.accContent .wrap{
  display: flex;
  justify-content: center;
}
.accContent .col{
  margin-left: 3%;
  width: 24.3%;
}
.accContent .col:first-child{
  margin: 0;
}
.accContent .col > a img{
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.accContent .col > a:hover img{
  opacity: 0.7;
}
.accContent .col .imgcap{
  margin-top: 8px;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.22em;
  text-align: right;
}
.accContent .col .head04{
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.3em;
}
.accContent .col.navilink .head04{
  margin-top: 14px;
}

.accContent .col .head04 em{
  font-style: normal !important;
  font-size: 2rem;
  line-height: 1;
}
.accContent .col .txt{
  margin-top: 20px;
  font-size: 1.46rem;
  line-height: 2.14;
  letter-spacing: 0.22em;
}
.accContent .col.p1 .txt{
  margin-top: 19px;
}
.accContent .col .txt em{
  font-style: normal !important;
  font-size: 1.85rem;
  line-height: 1;
}
.accContent .col .caption{
  margin-top: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.22em;
}
.accContent .col .caption em{
  font-style: normal !important;
  font-size: 1.46rem;
}
/* carBox */
.carBox{
  margin-top: 120px;
  padding: 0 10.42%;
  text-align: center;
}
.carBox .head02{
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.3em;
}
.carBox .head02 > span{
  padding: 0 60px;
  position: relative;
  display: inline-block;
  background: #fff;
  z-index: 1;
}
.carBox .head02 > span > em{
  font-style: normal !important;
  font-size: 3.15rem;
}
.carBox .head02::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: 0;
}
.carBox > .wrap{
  margin-top: 60px;
  padding: 0 6.6%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.carBox.verSec > .wrap{
  justify-content: flex-start;
}
.carBox > .wrap > .col{
  width: calc((100% - 13.2%)/4);
  margin-left: 3%;
}
.carBox > .wrap > .col:nth-child(n+5){
  margin-top: 60px;
}
.carBox > .wrap > .col:nth-child(4n+1){
  margin-left: 0;
}
.carBox > .wrap > .col .txt{
  position: relative;
  margin-top: 22px;
  font-size: 1.6rem;
  letter-spacing: 0.3em;
}
.carBox > .wrap > .col .txt sup{
  position: absolute;
  top: 0.07em;
}
.carBox > .wrap > .col .caption{
  margin-top: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.3em;
}
.carBox .captionv2{
  position: relative;
  display: inline-block;
  margin-top: 70px;
  padding-left: 16px;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.24em;
}
.carBox .captionv2 > span {
  position: absolute;
  top: -1px;
  left: 0;
}
.carBox .captionv2 em {
  font-style: normal !important;
  font-size: 1.49rem;
}

.carBox .btn {
  margin-top: 50px;
}
.carBox .btn > a{
  position: relative;
  display: inline-block;
  padding: 20px 60px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.3em;
  border: 1px solid #000;
  border-radius: 30px;
}
.carBox .btn > a:hover{
  background-color: #000;
  color: #fff !important;
}

/* noteBox */
.noteBox{
  margin-top: 60px;
  padding: 0 10.42%;
  font-size: 12px;
  line-height: 2.7;
}
.noteBox.l2{
  margin-top: 28px;
}
.noteBox > .list > dt{
  position: relative;
  cursor: pointer;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  text-align: center;
}
.noteBox > .list > dt::after{
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0 0 .5em;
  background: url("../IMAGES/ach_open_pc.png") no-repeat border-box 50%/cover border-box;
  vertical-align: text-top;
}
.noteBox > .list > dt.active::after{
  background: url("../IMAGES/ach_close_pc.png") no-repeat border-box 50%/cover border-box;
}
.noteBox > .list > dd{
  margin-top: 10px;
  display: none;
}
.noteBox .note{
  font-size: 11px;
  line-height: 1.8;
}
.noteBox .note > li{
  position: relative;
  padding-left: 13px;
}
.noteBox .note > li::before{
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #333;
}
.noteBox .note > li + li{
  margin-top: 8px;
}
.noteBox .note > li em{
  font-style: normal !important;
  font-size: 1rem;
}
/*---- bnrArea ----*/
.bnrArea{
  position:  relative;
  margin-top: 140px;
  padding: 6% 15.7%;
  background: #2b2b2b;
}
.bnrArea > .list{
  display: flex;
  justify-content: space-between;
}
.bnrArea > .list > li{
  margin-left: 4.6%;
  width: 47.7%;
}
.bnrArea > .list > li:first-child{
  margin: 0;
}
  .pagetop{
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
  }
  .pagetop > a{
    display: block;
    width: 100px;
    height: 100px;
  }
}
/* ======================================================
 * PC Media Queries
====================================================== */


@media screen and (min-width: 1440px) and (max-width: 1650px) {
  .slider .slick-slide img{
    height: 250px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .slider .slick-slide img{
    height: 220px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1440px) {
  .typeBox02 .typeCol .txt {
    margin: 0 0 0 3%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  
  .headingBox .head02{
    display: block;
  }
  .headingBox .head02 > .tit02{
    display: block;
    margin: 40px 0 0;
  }

  .headingBox .head02 > .tit01 {
    max-width: 616px;
  }
  .headingBox .head02.verSec > .tit01 {
    max-width: 443px;
  }

  .accContent .col .txt {
    letter-spacing: 0.2em;
  }
  

}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .typeBox .typeCol{
    width: 48.5% !important;
  }
  .accContent .col .head04{
    font-size: 1.7rem;
    letter-spacing: 0.18em;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .typeBox .typeCol{
    width: 54% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .typeBox .typeCol{
    width: 54% !important;
  }
  .carBox > .wrap{
    padding: 0;
  }
  .headingBox .head02 > .tit01 {
    max-width: 516px;
  }
  .headingBox .head02.verSec > .tit01 {
    max-width: 332px;
  }
}
@media screen and (min-width: 940px) and (max-width: 1199px) {
  .slider .slick-slide img{
    height: 170px;
  }
  .slider .slick-slide{
    margin: 0 -20px;
  }
  .videoArea .videoTxt{
    left: 4%;
  }
  .videoArea .thumb .btn{
    right: 4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 939px) {
  .slider .slick-slide img{
    height: 150px;
  }
  .slider .slick-slide{
    margin: 0 -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

  .typeBox02 .typeCol .txt {
    margin: 0 0 0 2%;
  }
  .accContent .col .head04{
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .mv-head .logo01{
    display: none;
  }
  .mv-head .logo02{
    display: block;
  }
  .mv-head{
    width: 120px;
    display: block;
    position: absolute;
    margin: 20px 15px;
    z-index: 1000;
  }

  .is-pc {
    display: none !important;
  }
  .main-container-wrapper {
    width: 100%;
    position: absolute;
  }
  /*------ mv ------*/
  .mv {
    position: relative;
    line-height: 0;
  }
  .mv-fixd {
    position: fixed !important;
    top: 0 !important;
  }
  .mv-img {
    background: url("../IMAGES/main_img01_sp.jpg") no-repeat 0 0;
    background-size: 100% auto;
  }
  [class*="mv-lead"]{
    position: absolute;
    top: 15.8%;
    left: 0;
    width: 100vw;
  }
  [class*="mv-lead"] > .logo {
    position: relative;
    left: 50%;
    width: 77%;
    top: 0;
    transition: .7s;
    
  }
  .mv-lead01 .logo{
    opacity: 1;
    transform: translate(-50%, 0);
    
  }
  .mv-lead02 .logo{
    opacity: 0;
    transform: translate(-50%, 30px);
  }
  .mv-lead02 .lead{
    opacity: 0;
    transform: translate(-50%, 30px);
  }
  .show0 .mv-lead01 .logo{
    opacity: 0;
    transform: translate(-50%, 30px);
  }
  .show1 .mv-lead02 .logo{
    opacity: 1;
    transform: translate(-50%, 0);
  }
  /*------ leadArea ------*/
  .leadArea{
    position: relative;
    padding: 50px 8.5%;
    text-align: center;
  }
  .leadArea .wrap{
    margin: 0 auto;
  }
  .leadArea .lead{
    font-size: 1.9rem;
    line-height: 1.8;
    letter-spacing: 0.25em;
  }
  .leadArea .txt{
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.22em;
  }
  
  /*------ videoArea ------*/
  .videoArea{
    position: relative;
    text-align: center;
  }
  .videoArea .thumb{
    position: relative;
    display: inline-block;
    background: url("../IMAGES/video_im01.jpg") no-repeat border-box 50%/cover border-box;

  }
  .videoArea .videoTxt{
    margin-top: 0;
    padding-right: 120px;
    font-size: 1rem;
    letter-spacing: 0.3em;
    line-height: 1.6;
    position: absolute;
    left: 5%;
    bottom: -58px;
    text-align: left;
  }
  .videoArea .videoTxt .en{
    font-size: 1.38rem;
  }
  .videoArea .thumb .btn{
    padding: 10px 22px;
    position: absolute;
    right: 20px;
    bottom: -58px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.24em;
    border: 1px solid #000;
    border-radius: 22px;
    color: #000;
    z-index: 100;
  }
  .videoArea .thumb .btn > span{
    position: relative;
    display: block;
    padding-left: 14px;

  }
  .videoArea .thumb .btn > span::before{
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: 7px solid #000;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .videoArea .movie-modal {
    padding: 0 5%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(000, 000, 000, 0.96);
    pointer-events: none;
    transition: all 0.5s;
    z-index: 1000;
  }
  .videoArea .movie-modal.active {
    opacity: 1;
    pointer-events: all;
  }
  .videoArea .modal-box {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
  }
  .videoArea .modal-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
  }
  .videoArea .movie {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
  }
  .videoArea .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .videoArea #close {
    position: absolute;
    right: 0;
    top: -40px;
    width: 20px;
    height: 20px;
    color: #fff;
  }
  .videoArea #overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }  
  /*------ lineupArea ------*/
  .lineupArea{
    margin-top: 40px;
  }
  .lineupArea .head02{
    margin: 0 5%;
  }
  .lineupArea .head02 > .tit01{
    display: block;
    width: 100%;
    max-width: 132px;
  }
  .lineupArea .head02 > .tit02{
    display: block;
    position: relative;
    margin-top: 25px;
    padding-left: 85px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.3em;
  }
  .lineupArea .head02 > .tit02::after{
    content: "";
    position: absolute;
    width: 64px;
    height: 1px;
    background: #000;
    top: 50%;
    left: 0;
  }
  .lineupArea .block{
    max-width: 100%;
  }


  .lineupArea .slider{
    margin-top: 60px;
  }
  .lineupArea .slider .img{
    height: 120px;
    display: flex;
    align-content: center;
    justify-content: center;
  }
    .lineupArea .slider img {
      height: 114px !important;
    transition: 0.5s;
    opacity: 0.3;
      transform: scale(.7);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transform-origin: 50% 100% !important;
  }
  .lineupArea .slider .slick-center img {
    opacity: 1;
    transform: scale(1);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
  }
  .lineupArea .more .col{
    opacity: 0;
    margin-top: 50px;
    text-align: center;
    animation-delay: 0.5s;
    animation-duration: 1.0s;
    animation-fill-mode: both;
  }
  .lineupArea .more .col.leaf{
    margin-top: 20px;
  }
  .lineupArea .more .head03 > .tit01{
    position: relative;
    margin-right: 20px;
    padding-right: 50px;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.3em;
  }
  .lineupArea .more .head03 > .tit01::after{
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background: #cbcbcd;
    top: 50%;
    right: 0;
  }
  .lineupArea .more .head03 > .tit01 sup{
    position: absolute;
    top: 0.07em;
  }
  .lineupArea .more .head03 > .tit02{
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.3em;
  }
  .lineupArea .more .caption{
    margin-top: 12px;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.3em;
  }
  .lineupArea .more .caption em{
    font-style: normal !important;
    font-size: 1.15rem;
  }
  .lineupArea .more .btn{
    margin-top: 25px;
  }
  .lineupArea .more .leaf .btn{
    margin-top: 10px;
  }
  .lineupArea .more .btn > a{
    position: relative;
    display: inline-block;
    padding:15px 34px;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.3em;
    border: 1px solid #000;
    border-radius: 30px;
  }
  .lineupArea .more .btn > a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 13px;
    height: 7px;
    background: url("../IMAGES/lineup_ic01.png") no-repeat 0 0;
    background-size: 13px auto;
  }
  .lineupArea .slick-arrow{
    display: none !important;
  }
  .lineupArea .slick-dots{
    text-align: center;
    margin-top: 25px;
  }
  .lineupArea .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  .lineupArea .slick-dots li button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 1px solid #000;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    outline: 0;
    border-radius: 5px;
    transition-duration: 0.3s;
    background: #fff;
  }
  .lineupArea .slick-dots li button + button{
    display: none;
  }
  .lineupArea .slick-dots li button:before {
    content: none;
  }
  .lineupArea .slick-dots li.slick-active button{
    background: #000;
  }
  /*------ linkArea ------*/
  .linkArea{
    margin-top: 80px;
    padding: 0 4%;
    text-align: center;
  }
  .linkArea .txt{
    text-align: left;
    font-size: 1.3rem;
  }
  .linkArea .bnr{
    margin-top: 15px;
    border: 1px solid #e5e5e7;
  }
  /*------ typeArea ------*/
  .typeArea{
    margin-top: 100px;
    overflow-x: hidden;
  }
  .headingBox {
    margin: 0 5%;
  }
  .headingBox .head02 > .tit01{
    display: block;
    width: 100%;
    max-width: 332px;
  }
  .headingBox .head02.verSec > .tit01{
    max-width: 237px;
  }
  .headingBox .head02 > .tit02{
    display: block;
    position: relative;
    margin-top: 25px;
    padding-left: 85px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.3em;
  }
  .headingBox .head02 > .tit02::after{
    content: "";
    position: absolute;
    width: 63px;
    height: 1px;
    background: #000;
    top: 50%;
    left: 0;
  }
  .headingBox .head02 > .tit02 em{
    font-style: normal !important;
    font-size: 1.72rem;
  }
  .headingBox > .lead{
    margin-top:30px;
    font-size: 1.9rem;
    line-height: 1.75;
    letter-spacing: 0.3em;
  }
   .headingBox > .lead sup{
    font-size: 1.4rem;
    top: -0.8em;
  }
  .headingBox .caption{
    margin-top: 25px;
    font-size: 1rem;
    line-height: 1.9;
    letter-spacing: 0.3em;
  }
  .headingBox .caption em{
    font-style: normal !important;
    font-size: 1.15rem;
  }
  /* typeBox */
  [class*="typeBox"]{
    width: 100%;
    margin-top: 50px;
  }
  .typeBox::after {
    content: "";
    display: block;
    clear: both;
  }
  .typeCol{
    padding: 40px 4% 0;
  }
  .typeCol .head03 > .tit01{
    font-size: 1.9rem;
    line-height: 1.8;
    letter-spacing: 0.3em;
  }
  .typeCol .head03 > .tit02{
    margin-top: 16px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.3em;
  }
  .typeCol .txt{
    margin-top: 30px;
    font-size: 1.45rem;
    line-height: 1.95;
    letter-spacing: 0.3em;
  }
  .typeCol .txt.vSec{
    margin-top: 42px;
  }
  .typeCol .txt em{
    font-style: normal !important;
    font-size: 1.72rem;
  }
  .typeCol .txt sup{
    font-size: 1rem;
    top: -0.6em;
  }
  .typeCol .caption{
    position: relative;
    margin-top: 12px;
    padding-left: 10px;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.3em;
  }
  .typeCol .caption > span{
    position: absolute;
    top: 0.6px;
    left: -2px;
  }
  .typeCol .caption em{
    font-style: normal !important;
    font-size: 1.15rem;
  }
  /* accBox */
  .accBox{
    margin-top: 70px;
  }
  .accContent{
    overflow-x: auto;  /* 横スクロールの指定 */
    overflow-scrolling: touch;  /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
  }
  .accContent::-webkit-scrollbar {
    display: none;
  }
  .accContent .wrap{
    width: 180%;
    padding: 0 4% 60px;
    display: flex;
    justify-content: center;
    
  }
  .accContent .col{
    margin-left: 3%;
    width: 50%;
  }
  .accContent .col:first-child{
    margin: 0;
  }
  .accContent .col .imgcap{
    margin-top: 2px;
    font-size: 1rem;
    line-height: 1.9;
    letter-spacing: 0.3em;
    text-align: right;
  }
  .accContent .col .head04{
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.3em;
  }
  .accContent .col.navilink .head04{
    margin-top: 7px;
  }
  .accContent .col .head04 em{
    font-style: normal !important;
    font-size: 1.69rem;
  }
  .accContent .col .txt{
    margin-top: 18px;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.3em;
  }
  .accContent .col .txt em{
    font-style: normal !important;
    font-size: 1.58rem;
  }
  .accContent .col .caption{
    position: relative;
    margin-top: 25px;
    padding-left: 11px;
    font-size: 1rem;
    line-height: 1.9;
    letter-spacing: 0.3em;
  }
  .accContent .col .caption span{
    position: absolute;
    top: 1.6px;
    left: 0;
  }
  .accContent .col .caption em{
    font-style: normal !important;
    font-size: 1.13rem;
  }
  /* carBox */
  .carBox{
    margin-top: 60px;
    padding: 0 4%;
    text-align: center;
  }
  .carBox .head02{
    position: relative;
    font-size: 2.1rem;
    letter-spacing: 0.3em;
  }
  .carBox .head02 em{
    font-style: normal !important;
    font-size: 2.41rem;
  }
  .carBox > .wrap{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .carBox > .wrap20{
    justify-content: center;
  }
  .carBox > .wrap > .col{
    width: 48%;
    margin-left: 4%;
  }
  .carBox > .wrap > .col:nth-child(n+3){
    margin-top: 20px;
  }
  .carBox > .wrap > .col:nth-child(2n+1){
    margin-left: 0;
  }
  .carBox > .wrap > .col .txt{
    position: relative;
    margin-top: 26px;
    font-size: 1.4rem;
    letter-spacing: 0.3em;
  }
  .carBox > .wrap > .col .txt sup{
    position: absolute;
    top: 0.07em;
  }
  .carBox > .wrap > .col .caption{
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.3em;
  }
  .carBox .captionv2{
    position: relative;
    margin-top: 26px;
    padding-left: 10px;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.3em;
    text-align: left;
  }
  .carBox .captionv2 > span{
    position: absolute;
    top: -1.5px;
    left: 0;
  }
  .carBox .captionv2 em{
    font-style: normal !important;
    font-size: 1.15rem;
  }

  .carBox .btn {
    margin-top: 40px;
  }
  .carBox .btn > a {
    position: relative;
    display: inline-block;
    padding: 15px 34px;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.3em;
    border: 1px solid #000;
    border-radius: 30px;
  }

  .carBox .brbtn > a {
    border-radius: 50px;
    line-height: 1.7;
    font-size: 1.4rem;
  }

  /* noteBox */
  .noteBox{
    margin-top: 52px;
    padding: 0 4%;
  }
  .noteBox.l2{
    margin-top: 32px;
  }
  .noteBox > .list > dt{
    position: relative;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.3em;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .noteBox > .list > dt::after{
    content: "";
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin: 0 0 0 .5em;
    background: url("../IMAGES/ach_open_sp.png") no-repeat border-box 50%/cover border-box;
  }
  .noteBox > .list > dt.active::after{
    background: url("../IMAGES/ach_close_sp.png") no-repeat border-box 50%/cover border-box;
  }
  .noteBox > .list > dd{
    margin-top: 40px;
    display: none;
  }
  .noteBox .note{
    font-size: 1.3rem;
    line-height: 1.9;
  }
  .noteBox .note > li{
    position: relative;
    padding-left: 22px;
  }
  .noteBox .note > li::before{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #333;
  }
  .noteBox .note > li + li{
    margin-top: 8px;
  }
  .noteBox .note > li em{
    font-style: normal !important;
    font-size: 1.48rem;
  }
  /*---- bnrArea ----*/
  .bnrArea{
    margin-top: 80px;
    padding: 30px 4%;
    background: #2b2b2b;
  }
  .bnrArea > .list > li + li{
    margin-top: 20px;
  }
  .pagetop{
    display: none;
  }
}

.ls0 {
  letter-spacing: 0em;
}

@media print, screen and (min-width: 768px) {
  [class*="mv-lead"] > .logo {
    width: 49%;
  }
  .mv-lead01{
    display: flex;
  }
  .mv-lead01 .logo-fixed{
    width: 24%;
    margin-left: 8%;
  }
}

@media only screen and (max-width: 767px) {
  .mv-lead01 .logo-fixed {
    position: relative;
    width: 77%;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 7%;
  }
  .mv-lead02 .logo {
    padding-bottom: 17%;
  }
}

.caption_navi {
  text-indent: -1.15em;
  padding-left: 1em;
}
.annotation {
  text-indent: -1.15em;
  padding-left: 1em;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.22em;
}

.slide-anim {
	position:relative;
	height:13.6vw;
}
.slide-anim img {
	position:absolute;
	opacity:0;
	transition:all 1s ease-in-out;
	height:100%;
	object-fit:contain;
}

@media only screen and (max-width: 767px) {
	.slide-anim {
		height:30.6vw;
	}
}
/*------ mv_note ------*/
.mv_note{
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  font-size: 1.45rem;
}
@media only screen and (max-width: 767px) {
  .mv_note{
    font-size: 1rem;
    margin-top: 5px;
    text-align: end;
  }
}