/* ---------------------------------------------------
	common
------------------------------------------------------ */
.section__button {
  line-height: 1;
  text-align: center;
}

.pic__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  padding: 10px 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  text-align: right;
}
.pic__caption.top {
  top: 0;
  bottom: auto;
}
.pic__caption.left {
  right: auto;
  left: 0;
  text-align: left;
}
.pic__caption.black {
  color: #000;
}

.text__note {
  font-size: 1.2rem;
  line-height: 1.4;
}

.indent__list li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .pic__caption {
    padding: 4px 8px;
    font-size: 8px;
  }
  .pic__caption.sp_left {
    right: auto;
    left: 0;
    text-align: left;
  }
  .pic__caption.sp_right {
    left: auto;
    right: 0;
    text-align: right;
  }
  .pic__caption.sp_black {
    color: #000;
  }
}
/* ---------------------------------------------------
	main
------------------------------------------------------ */
#mainvisual {
  position: relative;
  margin: 0 auto;
  height: 768px;
  background: url(../images/top/mv_bg.jpg) no-repeat center bottom, url(../images/top/shinshun_bg01.jpg) center top;
  background-size: cover;
}
#mainvisual .mv__logo {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  line-height: 1;
  text-align: center;
}
#mainvisual .mv__title {
  position: absolute;
  left: 0;
  top: 224px;
  width: 100%;
  line-height: 1;
  text-align: center;
  z-index: 10;
}
#mainvisual .mv__img {
  position: absolute;
  left: 50%;
  bottom: 110px;
  transform: translateX(-50%);
}
#mainvisual .mv__img img {
  max-width: none;
}

@media screen and (min-width: 1401px) {
  #mainvisual {
    height: 54.86vw;
  }
  #mainvisual .mv__logo {
    top: 0.5%;
  }
  #mainvisual .mv__title {
    top: 28%;
  }
  #mainvisual .mv__title img {
    width: 33.93%;
    height: auto;
  }
  #mainvisual .mv__img {
    width: 54.79%;
    bottom: 16%;
  }
  #mainvisual .mv__img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual {
    height: 160vw;
    background: url(../images/top/mv_bg_sp.jpg) no-repeat center bottom, url(../images/top/shinshun_bg01.jpg) center top;
    background-size: cover;
  }
  #mainvisual .mv__logo {
    top: 1%;
    padding-right: 5%;
  }
  #mainvisual .mv__logo img {
    width: 75%;
    height: auto;
  }
  #mainvisual .mv__title {
    top: 21.5%;
    width: 100%;
  }
  #mainvisual .mv__title img {
    width: 80%;
    height: auto;
  }
  #mainvisual .mv__img {
    left: -6%;
    width: 50%;
    bottom: -1%;
    transform: unset;
    z-index: 1;
  }
  #mainvisual .mv__img img {
    max-width: 100%;
    height: auto;
  }
}
/* ---------------------------------------------------
		lineup
------------------------------------------------------ */
#lineup {
  position: relative;
  padding: 120px 0;
  background: url(../images/top/lead_bg01.png) no-repeat left calc(50vw - 700px) top, url(../images/top/lead_bg02.png) no-repeat right calc(50vw - 700px) top 1800px, url(../images/top/lead_bg03.png) no-repeat right calc(50vw - 700px) bottom -160px, url(../images/top/lineup_bg.jpg) center top;
  color: #fff;
}
@media screen and (min-width: 1401px) {
  #lineup {
    background: url(../images/top/lead_bg01.png) no-repeat left top, url(../images/top/lead_bg02.png) no-repeat right top 1800px, url(../images/top/lead_bg03.png) no-repeat right bottom -160px, url(../images/top/lineup_bg.jpg) center top;
    background-size: auto, auto, auto, 100%;
  }
}
#lineup .lineup__list {
  gap: 100px 0;
  justify-content: flex-start;
}
#lineup .lineup__list > li {
  width: 32%;
  margin-right: 2%;
}
#lineup .lineup__list > li:nth-of-type(3n) {
  margin-right: 0;
}
#lineup .lineup__list > li .list__title {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
}
#lineup .lineup__list > li .list__title .small {
  display: inline-block;
  font-weight: inherit;
  margin-left: 4px;
  font-size: 0.625em;
}
#lineup .lineup__list > li .list__title.small {
  font-size: 2.3rem;
}
#lineup .lineup__list > li .list__img img {
  width: 100%;
  height: auto;
}
#lineup .lineup__list > li .list__button {
  margin-top: 30px;
  line-height: 1;
  text-align: center;
}
#lineup .lineup__list > li .list__button p {
  font-size: 24px;
}
#lineup .lineup__list > li .list__button a:hover {
  filter: brightness(120%);
  opacity: 1;
}
#lineup .lineup__list > li .list__button a:has(img[src*="button02.svg"]) {
  pointer-events: none;
}
#lineup .lineup__button {
  margin-top: 160px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #lineup {
    padding: 100px 0;
    background: url(../images/top/lead_bg01.png) no-repeat left calc(50vw - 700px) top, url(../images/top/lead_bg02.png) no-repeat right calc(50vw - 700px) top 1800px, url(../images/top/lead_bg03.png) no-repeat right calc(50vw - 700px) bottom -160px, url(../images/top/lineup_bg.jpg) center top;
    background-size: 100%, 100%, 100%, 100%;
  }
  #lineup .lineup__list {
    gap: 80px 0;
    justify-content: space-between;
  }
  #lineup .lineup__list > li {
    width: 48%;
    margin-right: 0;
  }
  #lineup .lineup__list > li .list__title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  #lineup .lineup__list > li .list__button {
    margin-top: 30px;
  }
  #lineup .lineup__list > li .list__button p {
    font-size: 24px;
  }
  #lineup .lineup__list > li .list__button a:hover {
    filter: brightness(100%);
  }
  #lineup .lineup__button {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  #lineup .lineup__list > li {
    width: 100%;
    margin-right: 0;
  }
  #lineup .lineup__list > li .list__title {
    font-size: 2.4rem;
  }
}
