@charset "UTF-8";
/*共通
----------------------------*/
.l-container {
  width: 100%;
}

#feature {
  width: 100%;
  margin: 0 auto 212px;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  font-family: "lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow: clip;
}
#feature * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #000;
}
#feature a:hover {
  text-decoration: none;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature figure {
  background-color: #fff;
}
#feature .fadeimg {
  transition: 0.3s;
}
#feature .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#feature .slider .slick-slide {
  line-height: 0;
}
#feature .sec .sec__credit {
  width: 90%;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s all ease;
  opacity: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .sec .sec__credit:hover {
  opacity: 1;
}
#feature .sec .sec__credit .credit {
  width: fit-content;
  text-align: left;
}
#feature .sec .sec__credit .credit .item {
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link {
  transition: 0.3s;
}
#feature .sec .sec__credit .credit .item .link:hover {
  opacity: 0.7;
}
#feature .sec .sec__credit .credit .item .link p {
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#feature .sec .sec__credit .credit .item .link p.schedule {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
#feature .sec .sec__credit .credit .item.is_notrelease {
  pointer-events: none;
}
#feature .sec .sec__credit .credit .item.is_notrelease .link p {
  color: #4d4d4d;
}
#feature .sec .sec__flex {
  display: flex;
  position: relative;
}
#feature .sec .sec__flex.is_reverse {
  flex-direction: row-reverse;
}
#feature .sec .sec__img {
  width: 50vw;
  margin: 0 auto 20px;
  position: relative;
}
#feature .sec .sec__img.sec__img08 {
  margin-bottom: 0;
}
#feature .sec .sec__logo {
  position: relative;
}
#feature .sec .sec__logo.sec__logo01 {
  width: 100svw;
  height: 100svh;
}
#feature .sec .sec__logo.sec__logo01 img {
  width: 272px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
}
#feature .sec .sec__logo.sec__logo02 {
  width: 172px;
  margin: 105px auto 0;
}
#feature .sec .sec__btn {
  width: 684px;
}
#feature .sec .sec__btn.sec__btn01 {
  margin: 99px auto 0;
}
#feature .sec .sec__btn.sec__btn02 {
  margin: 27px auto 0;
}
