@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
.blkLineUpAnchor {
  position: relative;
  z-index: 10;
}

.blkLineUpAnchor__inner {
  padding-top: 5.3rem;
  padding-bottom: 5.3rem;
}
@media screen and (max-width: 750px) {
  .blkLineUpAnchor__inner {
    padding-top: 12rem;
    padding-bottom: 11rem;
  }
}

@media screen and (max-width: 750px) {
  .blkLineUpAnchor__list {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
}

.listLineUpAnchor__product {
  margin-top: 3rem;
}

.listLineUpAnchor {
  gap: 0 7.1rem;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .listLineUpAnchor {
    flex-wrap: wrap;
    gap: 7.1rem 2rem;
  }
}

.listLineUpAnchor__item {
  width: 18.3rem;
}
@media screen and (max-width: 750px) {
  .listLineUpAnchor__item {
    width: 16.5rem;
  }
}
.listLineUpAnchor__item:nth-child(1) {
  width: 64rem;
}
@media screen and (max-width: 750px) {
  .listLineUpAnchor__item:nth-child(1) {
    width: 100%;
  }
}
.listLineUpAnchor__item:nth-child(1) .listLineUpAnchorProduct__item {
  width: 17.1rem;
}
@media screen and (max-width: 750px) {
  .listLineUpAnchor__item:nth-child(1) .listLineUpAnchorProduct__item {
    width: 15rem;
  }
}
@media screen and (max-width: 750px) {
  .listLineUpAnchor__item:nth-child(2) .listLineUpAnchor__product {
    margin-top: 5rem;
  }
}
.listLineUpAnchor__item:nth-child(2) .listLineUpAnchorProduct__item {
  width: 18.3rem;
}
@media screen and (max-width: 750px) {
  .listLineUpAnchor__item:nth-child(2) .listLineUpAnchorProduct__item {
    width: 15rem;
  }
}
.listLineUpAnchor__item:nth-child(3) .listLineUpAnchorProduct__item {
  width: 10.2rem;
}

.listLineUpAnchorProduct__img {
  transition: all 0.3s;
  display: block;
}
.listLineUpAnchorProduct__img:hover {
  transform: scale(1.05);
}

.listLineUpAnchor__title {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7; /* 30.6px */
  letter-spacing: 0.45rem;
  border-radius: 10rem;
  border: 0.1rem solid #1E3C5C;
  background: #1E3C5C;
  padding: 0.5rem 1rem;
}
.listLineUpAnchorProduct {
  gap: 0 6.6rem;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .listLineUpAnchorProduct {
    flex-wrap: wrap;
    gap: 3rem;
  }
}

.secLineUpDetail + .secLineUpDetail {
  margin-top: 20rem;
}
@media screen and (max-width: 750px) {
  .secLineUpDetail + .secLineUpDetail {
    margin-top: 16.5rem;
  }
}

.blkLineUpDetailUpper {
  padding-bottom: 12rem;
}
@media screen and (max-width: 750px) {
  .blkLineUpDetailUpper {
    padding-bottom: 8rem;
  }
}

.blkLineUpDetailUpper__title {
  margin: -14.5rem auto 0;
  position: relative;
  width: 43.2rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 750px) {
  .blkLineUpDetailUpper__title {
    margin-top: -9.5rem;
    width: 29.5rem;
  }
}
.blkLineUpDetailUpper__title--02 {
  margin: -14.5rem auto 0;
  position: relative;
  width: 69.4rem;
  padding-bottom: 1.2rem;
}
.blkLineUpDetailUpper__title--02 .blkLineUpDetailUpper__title--bg {
  background-image: url(../images/line_up/blk_detail_title_bg_02.png);
}
@media screen and (max-width: 750px) {
  .blkLineUpDetailUpper__title--02 .blkLineUpDetailUpper__title--bg {
    background-image: url(../images/line_up/sp-blk_detail_title_bg_02.png);
    height: 13.4rem;
  }
}
@media screen and (max-width: 750px) {
  .blkLineUpDetailUpper__title--02 {
    width: 29.5rem;
  }
}

.blkLineUpDetailUpper__title--icon {
  display: block;
  width: 8.3rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .blkLineUpDetailUpper__title--icon {
    width: 5.7rem;
  }
}

.blkLineUpDetailUpper__title--text {
  display: block;
  color: #FFF;
  text-align: center;
  font-family: "M PLUS 1";
  font-size: 4.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 70.5px */
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .blkLineUpDetailUpper__title--text {
    font-size: 3.6rem;
    line-height: 1.2;
  }
}

.blkLineUpDetailUpper__title--bg {
  width: 100%;
  height: 12.4rem;
  background-image: url(../images/line_up/blk_detail_title_bg_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

.blkLineUpDetailUpper__contentInner {
  padding-top: 6rem;
}

.blkLineUpDetailUpper__leadTitle {
  color: #004EA2;
  text-align: center;
  font-family: "M PLUS 1";
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2; /* 57.6px */
  letter-spacing: -0.048rem;
  max-width: 96.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .blkLineUpDetailUpper__leadTitle {
    font-size: 2.8rem;
    letter-spacing: -0.028rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.blkLineUpDetailUpper__leadText {
  max-width: 96.8rem;
  margin: 2rem auto 0;
  color: #0B0308;
  /* Text/Medium/Normal */
  font-family: "Noto Sans";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 27px */
}
@media screen and (max-width: 750px) {
  .blkLineUpDetailUpper__leadText {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.blkLineUpDetailUpper__box {
  margin: 6rem -0.1rem 0;
  max-width: 128.2rem;
}
@media screen and (max-width: 750px) {
  .blkLineUpDetailUpper__box {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}

.blkLineUpDetailLower__item {
  background-image: url(../images/line_up/blk_detail_bg_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 750px) {
  .blkLineUpDetailLower__item {
    background-image: url(../images/line_up/sp-blk_detail_bg_01.png);
  }
}

.blkLineUpDetailLower__inner {
  margin: 0 auto;
  padding: 8rem 6rem;
  max-width: 140rem;
}
@media screen and (max-width: 750px) {
  .blkLineUpDetailLower__inner {
    padding: 6rem 1.5rem;
  }
}

.columnLineUpDetailLowerHead {
  background-color: #004EA2;
  border-radius: 1rem;
  padding: 2rem 4rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .columnLineUpDetailLowerHead {
    flex-direction: column;
    padding: 1.5rem;
    align-items: flex-start;
    gap: 2rem 0;
  }
}

.columnLineUpDetailLowerHead__text {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 49.5px */
}
@media screen and (max-width: 750px) {
  .columnLineUpDetailLowerHead__text {
    font-size: 1.8rem;
  }
}

.columnLineUpDetailLowerHead__name {
  width: 63.1rem;
}
@media screen and (max-width: 750px) {
  .columnLineUpDetailLowerHead__name {
    width: 100%;
  }
}

.secLineUpDetailLower__column {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .secLineUpDetailLower__column {
    margin-top: 3rem;
  }
}

.columnLineUpDetailLowerProduct {
  gap: 0 1.6rem;
}
@media screen and (max-width: 750px) {
  .columnLineUpDetailLowerProduct {
    flex-direction: column;
    gap: 4rem 0;
  }
}

.columnLineUpDetailLowerProduct__item {
  width: 63.2rem;
}
@media screen and (max-width: 750px) {
  .columnLineUpDetailLowerProduct__item {
    width: 100%;
  }
}

.columnLineUpDetailLowerProduct__package {
  width: 42.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .columnLineUpDetailLowerProduct__package {
    width: 26rem;
  }
}

.columnLineUpDetailLowerProduct__lead {
  margin-top: 4rem;
  color: #1E3C5C;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 78px */
}
@media screen and (max-width: 750px) {
  .columnLineUpDetailLowerProduct__lead {
    font-size: 3.6rem;
    line-height: 1.3; /* 46.8px */
  }
}

.columnLineUpDetailLowerProduct__photo {
  border-radius: 0.5rem;
  overflow: hidden;
}

.columnLineUpDetailLowerProduct__inside {
  margin-top: -10rem;
  width: 29.1rem;
}
@media screen and (max-width: 750px) {
  .columnLineUpDetailLowerProduct__inside {
    margin: -10rem auto 0;
    width: 20rem;
  }
}

.columnLineUpDetailLowerProduct__list {
  margin-top: -11.8rem;
}
@media screen and (max-width: 750px) {
  .columnLineUpDetailLowerProduct__list {
    margin-top: 2rem;
  }
}

.listLineUpDetailLowerProduct {
  gap: 0 2rem;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .listLineUpDetailLowerProduct {
    justify-content: center;
  }
}

.listLineUpDetailLowerProduct__icon {
  width: 9rem;
}

.listLineUpDetailLowerProduct__text {
  margin-top: 1rem;
  color: #4076A6;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 18px */
  letter-spacing: 0.18rem;
}
.listLineUpDetailLowerProduct__text--lsSmall {
  letter-spacing: -0.1rem;
}

.secLineUpDetailLower__efficacy {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .secLineUpDetailLower__efficacy {
    margin-top: 3rem;
  }
}

.columnLineUpDetailLowerEfficacy {
  gap: 0 2rem;
  align-items: center;
  height: 11.1rem;
}
@media screen and (max-width: 750px) {
  .columnLineUpDetailLowerEfficacy {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
}

.columnLineUpDetailLowerEfficacy__item:first-child {
  flex-shrink: 0;
}

.columnLineUpDetailLowerEfficacy__text {
  color: #1E72BC;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 30px */
}
@media screen and (max-width: 750px) {
  .columnLineUpDetailLowerEfficacy__text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 750px) {
  .columnLineUpDetailLower__list {
    margin-top: 1rem;
  }
}

.listLineUpDetailLowerEfficacy {
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .listLineUpDetailLowerEfficacy {
    gap: 1rem 0.5rem;
  }
}

.listLineUpDetailLowerEfficacy__item {
  padding: 0.5rem 2.5rem;
  border: 0.1rem solid #1E72BC;
  border-radius: 10rem;
  background-color: #fff;
  color: #1E72BC;
  font-family: "Noto Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 30px */
}
@media screen and (max-width: 750px) {
  .listLineUpDetailLowerEfficacy__item {
    padding: 0.5rem 1.6rem;
    font-size: 1.6rem;
  }
}

.secLineUpDetailLower__foot {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .secLineUpDetailLower__foot {
    margin-top: 3rem;
  }
}

.columnLineUpDetailLowerFoot {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .columnLineUpDetailLowerFoot {
    flex-direction: column;
    align-items: flex-end;
    gap: 4rem 0;
  }
}

.columnLineUpDetailLowerFoot__text {
  color: #0B0308;
  font-family: "Noto Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 24px */
}

.blkLineUpDetailLower__item--item02 {
  background-image: url(../images/line_up/blk_detail_bg_02.png);
}
@media screen and (max-width: 750px) {
  .blkLineUpDetailLower__item--item02 {
    background-image: url(../images/line_up/sp-blk_detail_bg_02.png);
  }
}
.blkLineUpDetailLower__item--item02 .columnLineUpDetailLowerHead {
  background-color: #E03613;
}

.blkLineUpDetailLower__item--item03 {
  background-image: url(../images/line_up/blk_detail_bg_03.png);
}
@media screen and (max-width: 750px) {
  .blkLineUpDetailLower__item--item03 {
    background-image: url(../images/line_up/sp-blk_detail_bg_03.png);
  }
}
.blkLineUpDetailLower__item--item03 .columnLineUpDetailLowerHead {
  background-color: #11542F;
}

.blkLineUpDetailLower__item--item04 {
  background-image: url(../images/line_up/blk_detail_bg_04.png);
}
@media screen and (max-width: 750px) {
  .blkLineUpDetailLower__item--item04 {
    background-image: url(../images/line_up/sp-blk_detail_bg_04.png);
  }
}
.blkLineUpDetailLower__item--item04 .columnLineUpDetailLowerHead {
  background-color: #FDD000;
}
.blkLineUpDetailLower__item--item04 .columnLineUpDetailLowerHead__text {
  color: #000;
}

.blkLineUpDetailLower__item--item05 {
  background-image: url(../images/line_up/blk_detail_bg_05.png);
}
@media screen and (max-width: 750px) {
  .blkLineUpDetailLower__item--item05 {
    background-image: url(../images/line_up/sp-blk_detail_bg_05.png);
  }
}
.blkLineUpDetailLower__item--item05 .columnLineUpDetailLowerHead {
  background-color: #FDD000;
}
.blkLineUpDetailLower__item--item05 .columnLineUpDetailLowerProduct__package {
  width: 28.6rem;
}
@media screen and (max-width: 750px) {
  .blkLineUpDetailLower__item--item05 .columnLineUpDetailLowerProduct__package {
    width: 17.5rem;
  }
}
.blkLineUpDetailLower__item--item05 .columnLineUpDetailLowerHead__text {
  color: #000;
}

.blkLineUpDetailLower__item--rev .columnLineUpDetailLowerProduct {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .blkLineUpDetailLower__item--rev .columnLineUpDetailLowerProduct {
    flex-direction: column;
  }
}
.blkLineUpDetailLower__item--rev .columnLineUpDetailLowerProduct__inside {
  margin-left: auto;
}
.blkLineUpDetailLower__item--rev .listLineUpDetailLowerProduct {
  justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  .blkLineUpDetailLower__item--rev .listLineUpDetailLowerProduct {
    justify-content: center;
  }
}

.secLineUpLink__inner {
  padding-top: 11.2rem;
  padding-bottom: 21rem;
}
@media screen and (max-width: 750px) {
  .secLineUpLink__inner {
    padding-top: 13rem;
    padding-bottom: 22rem;
  }
}

.secLineUpLink__column {
  border-radius: 2rem;
  border: 0.2rem solid #2F7BBE;
  background: #FFF;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.columnLineUpSecretLink {
  align-items: center;
  gap: 0 6rem;
}
@media screen and (max-width: 750px) {
  .columnLineUpSecretLink {
    flex-direction: column-reverse;
  }
}

.columnLineUpSecretLink__item:nth-child(1) {
  padding-left: 4rem;
}
@media screen and (max-width: 750px) {
  .columnLineUpSecretLink__item:nth-child(1) {
    padding: 3.1rem 1.5rem 1.5rem;
  }
}

.columnLineUpSecretLink__title {
  color: #2F7BBE;
  /* Heading/H2 */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2; /* 57.6px */
  letter-spacing: -0.048rem;
}
@media screen and (max-width: 750px) {
  .columnLineUpSecretLink__title {
    font-size: 3.2rem;
    letter-spacing: -0.032rem;
  }
}

.columnLineUpSecretLink__text {
  margin-top: 2.4rem;
  color: #0B0308;
  /* Text/Medium/Normal */
  font-family: "Noto Sans";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 27px */
}
@media screen and (max-width: 750px) {
  .columnLineUpSecretLink__text {
    font-size: 1.6rem;
  }
}

.columnLineUpSecretLink__foot {
  margin-top: 2.4rem;
  align-items: center;
  gap: 0 3.6rem;
}
@media screen and (max-width: 750px) {
  .columnLineUpSecretLink__foot {
    flex-direction: column;
    gap: 2.4rem 0;
  }
}

.listLineUpSecretLink {
  gap: 1.5rem;
}
@media screen and (max-width: 750px) {
  .listLineUpSecretLink {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.listLineUpSecretLink__item {
  width: 7.5rem;
}

.columnLineUpSecretLink__button {
  flex-shrink: 0;
}

.columnLineUpSecretLink__img {
  width: 41.1rem;
}
@media screen and (max-width: 750px) {
  .columnLineUpSecretLink__img {
    width: 100%;
  }
}
/*# sourceMappingURL=line_up.css.map */
