/* ===============================================================

 project / card top

=============================================================== */
.u-mb--32 {
  margin-bottom: 32px !important;
}

.p-lineupcard__buttonbox {
  display: block;
}

.p-lineupcard__buttonbox__item {
  margin-bottom: 8px;
}

.p-lineupcard__buttonbox__item:last-child {
  margin-bottom: 0;
}

.p-twocard {
  width: 217px;
}

.h1 {
  padding: 16px 0;
  margin-bottom: 0;
}

.p-flexbutton__pink {
  background: #FBF2F7;
  padding: 24px;
  margin-top: 16px;
}

/* 20240209 add */
.c-column--sp .slick-list {
  padding-right: 70px;
}

.c-tag--icon::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  margin-right: 3px;
}

.c-tag--icon.-iconyellow::before {
  background-color: #FCEC7B;
}

.c-tag--icon.-iconblue::before {
  background-color: #90B9F2;
}

.c-tag--icon.-icongreen::before {
  background-color: #90DD99;
}

.c-tag--icon.-iconorange::before {
  background-color: #FDB06E;
}

.c-tag--icon.-iconpink::before {
  background-color: #FCBACE;
}

.c-button--column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 16px 26px;
  background: #4E5B73;
  background: -webkit-gradient(linear, left top, right top, from(#4E5B73), to(#7283A3));
  background: linear-gradient(to right, #4E5B73, #7283A3);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.l-bg__blue {
  background: #EDF1F2;
  padding: 64px 0;
}

.p-lineupcard__title {
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
}

.p-lineupcard__box {
  height: 281px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 0 0 24px;
}

.p-lineupcard__portrait {
  width: 81px;
  margin-bottom: 16px;
}

.p-lineupcard__landscape {
  width: 129px;
  margin-bottom: 40px;
}

.p-text_color__blue {
  color: #4E5B73 !important;
}

.p-text_color__blue::before {
  border-color: #4E5B73 !important;
}

.c-button_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.c-button_box .c-button.-single {
  width: 100%;
}

.c-slider--simple__foot {
  padding: 0 15px;
}

.c-slider--simple__inner.-recommend {
  max-width: 100%;
}

.c-slider--simple__list__item.-recommend figure {
  margin-bottom: 16px;
}

.c-slider--simple__list__item.-recommend p {
  text-align: left;
}

.l-gridblock.-fixed-element {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 8px 0;
  z-index: 5;
}

.l-gridblock.-fixed-element .l-gridblock__inner .l-gridblock__item a {
  width: 100%;
}

.c-follow {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(250, 250, 250, 0.8);
}

.c-follow .c-follow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-follow .c-follow__button {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  position: relative;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 16px 26px;
  background: #4E5B73;
  background: -webkit-gradient(linear, left top, right top, from(#4E5B73), to(#7283A3));
  background: linear-gradient(to right, #4E5B73, #7283A3);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.c-follow .c-follow__button.-important {
  background: -webkit-gradient(linear, left top, right top, from(#EF6877), to(#F4838F));
  background: linear-gradient(to right, #EF6877, #F4838F);
  border: none;
}

.c-follow .c-follow__button.-important::after {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .c-column--sp {
    display: none;
  }
  .c-cardbox__detailbox__inner {
    margin-bottom: 24px;
  }
  .columnButton {
    margin-bottom: 48px;
  }
  .l-gridblock.\-4col .l-gridblock__item {
    width: calc((100% - 16px * 3)/4);
    margin-left: 16px;
  }
  .c-follow {
    height: 64px;
    padding: 8px 0;
    min-width: 1200px;
  }
  .c-follow .c-follow__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-follow .c-follow__button {
    width: 422px;
  }
  .c-follow .c-follow__button + .c-follow__button {
    margin-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    padding: 15px 0 16px;
  }
  .c-slider--simple__dottedbox .slick-dots li {
    width: 40px;
    height: 3px;
  }
  .l-gridblock.\-2col .l-gridblock__item:nth-child(n+2) {
    margin-top: 16px;
  }
  .l-gridblock.\-3col .l-gridblock__item:nth-child(n+2) {
    margin-top: 16px;
  }
  .p-flexbutton__pink {
    padding: 15px 24px !important;
  }
  .c-button__2col .l-gridblock__item {
    margin-bottom: 16px;
  }
  .c-button__2col .l-gridblock__item :last-child {
    margin-bottom: 0;
  }
  .c-column--pc {
    display: none;
  }
  .c-column--sp {
    display: block;
  }
  .c-cardbox__detailbox__inner {
    margin-bottom: 16px;
  }
  .columnButton {
    margin: 0 15px 64px 15px;
  }
  .c-slider--simple__list__item.-card-info {
    width: 177px !important;
  }
  .c-slider--simple__list__item.-column {
    width: 292px;
    height: 464px;
  }
  .c-button_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 15px;
  }
  .c-slider--simple__list__item.-recommend {
    position: relative !important;
    width: 285px !important;
    margin: 0  auto !important;
  }
  .l-gridblock.-fixed-element {
    padding: 4px;
  }
  .l-gridblock.-fixed-element .l-gridblock__inner {
    gap: 3px;
  }
  .l-gridblock.-fixed-element .l-gridblock__inner .l-gridblock__item {
    width: calc(50% - 3px);
  }
  .l-gridblock.\-2col .l-gridblock__item:nth-child(n+2) {
    margin-top: 0;
  }
  .c-follow {
    height: 56px;
    padding: 4px;
  }
  .c-follow .c-follow__inner {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .c-follow .c-follow__button {
    font-size: 14px;
    width: 50%;
    padding: 0 16px;
  }
  .c-follow .c-follow__button + .c-follow__button {
    margin-left: 3px;
  }
  .c-follow .c-follow__button::after,
  .c-follow .c-follow__button.-important::after {
    right: 8px;
  }
}
