/* --- 微調整 設定 --- */

.header {
  background-color: transparent;
}

.header.change-color {
  background-color: #000;
}

.itemList02__inner {
  opacity: 0; 
  transition: opacity .3s linear;
}

.itemList02__inner.slick-initialized {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .itemList02__inner {
   opacity: 1;
  }
  img[src$="pc.jpg"] {
   display: none!important;
  }
}

/* --- 基本設定 設定 --- */

ul,
ol {
  list-style: none; 
  margin: 0; 
  padding: 0;
}

ul li,
ol li {
  margin: 0; 
  padding: 0;
}

dl {
  list-style: none; 
  margin: 0; 
  padding: 0;
}

dl dt,
dl dd {
  margin: 0; 
  padding: 0;
}

img {
  -webkit-backface-visibility: hidden;
}

/* --- スライダー(mv) 設定 --- */

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.mv {
  margin: 0 calc(50% - 50vw); 
  width: 100vw;
  aspect-ratio: 7 / 4;
  background-color: #FFF;
}

.mv .slick-dots {
  text-align: right; 
  bottom: 60px; 
  right: 40px;
}

.mv .slick-dots li {
  width: 40px; 
  height: 3px; 
  background-color: #707070;
}

.mv .slick-dots li.slick-active {
  background-color: #fff;
}

.mv .slick-dots li button {
  width: 100%; 
  height: 100%; 
  padding: 0;
}

.mv .slick-dots li button:before {
  content: none;
}

@media screen and (max-width: 768px) {
  .mv {
    aspect-ratio: 4 / 5;
  }
  .mv .slick-dots {
    text-align: center;
    bottom: 15px;
    right: auto;
  }
  .mv .slick-dots li {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 15px;
  }
  .mv .slick-dots li.slick-active {
    background-color: #000;
  }
  .mv .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .mv .slick-dots li button:before {
    content: none;
  }
}

.mv__item {
  width: 100%;
  position: relative;
  color: #fff;
}

.mv__itemPic {
  background-color: #000;
}

.mv__itemPic img {
  width: 100%;
  opacity: 0.5;
  aspect-ratio: 7 / 4;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .mv__itemPic img {
  width: 100%;
  opacity: 0.5;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  }
}

.mv__itemCont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.mvCont__title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .mvCont__title {
    font-size: 1.1rem;
  }
}

.mvCont__name {
  margin: 0 0 5px;
  font-family: 'EB Garamond', serif;
  font-size: 6rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .mvCont__name {
    font-size: 2.5rem;
  }
}

.mvCont__lead {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .mvCont__lead {
    font-size: 1.1rem;
  }
}

.mvCont__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .mvCont__link {
    margin-top: 20px;
  }
}

a.mvCont__linkBtn {
  display: block;
  margin: 0 5px;
  width: 175px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}

a.mvCont__linkBtn:hover {
  background-color: #000;
  border: 1px solid #000;
  text-decoration: none;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  a.mvCont__linkBtn {
    width: 135px;
    height: 50px;
    line-height: 50px;
    font-size: 1.1rem;
  }
}