@charset "UTF-8";
.pt-0 {
  padding-top: 0;
}
.c-movie-block {
  text-align: center;
}
.c-movie-list {
  display: inline-block; text-align: left;
}
.c-graybox {
  background: #f2f4f8; margin-top: 80px; padding: 60px 20px;
}
@media screen and (max-width: 1023px) {
  .c-graybox {
    margin-top: 40px;
  }
}
.c-graybox__list {
  display: flex; gap: 42px; justify-content: center; margin-inline: auto; margin-top: -140px; max-width: 1200px;
}
@media screen and (max-width: 1023px) {
  .c-graybox__list {
    flex-direction: column; margin-top: 0;
  }
}
.c-graybox__item {
  background: #fff; border-radius: 6px; box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .07); padding-block: 24px 32px; padding-inline: 25px; text-align: center; width: calc(33.3333333333% - 21px);
}
@media screen and (max-width: 1023px) {
  .c-graybox__item {
    width: 100%;
  }
}

.c-graybox__h3title {
  background: #f2f4f8; border-radius: 8px; font-family: "UD新ゴ DB", sans-serif; font-size: 1.5rem; margin-top: 12px; padding: 12px; text-align: center;
}
.c-graybox__imgLink {
  display: block; margin-top: 16px; transition: opacity .3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-graybox__imgLink:hover {
    opacity: .7;
  }
}
.c-graybox__imgLink img {
  border-radius: 6px; display: block; margin-inline: auto;
}
.c-graybox__btnLink {
  align-items: center; background: #f77911; border: 2px solid #f77911; border-radius: 100px; color: #fff; display: inline-flex; font-family: "UD新ゴ DB"; font-size: 1.4rem; justify-content: center; line-height: 1.428; margin-top: 16px; max-width: 270px; min-height: 52px; overflow: hidden; padding: 3px 45px 2px 25px; position: relative; text-align: left; text-decoration: none; transition: all .2s linear; width: 100%;
}
.c-graybox__btnLink:after {
  align-items: center; background-color: #fff; border-radius: 100%; color: #f77911; content: "\e900"; display: flex; font-family: "linebiz-icon"; font-size: 16px; height: 56px; justify-content: center; position: absolute; right: 13px; top: 50%; transform: scale(.5) translateY(-50%); transform-origin: 100% 0; transition: all .2s cubic-bezier(.165, .84, .44, 1); width: 56px;
}
@media (hover: hover) and (pointer: fine) {
  .c-graybox__btnLink:hover {
    background: #fff; border: 2px solid #f77911; color: #f77911; text-decoration: none;
  }
  .c-graybox__btnLink:hover:after {
    background: #f77911; color: #fff;
  }
}
.c-graybox__body {
  margin-top: 24px;
}
.c-graybox__txt {
  font-size: 1.4rem; letter-spacing: .03em; line-height: 1.714; text-align: center;
}
.c-graybox__body-list {
  display: flex; flex-direction: column; gap: 8px; margin-top: 12px;
}
.c-graybox__body-item {
  align-items: center; color: #06c755; display: flex; font-family: "UD新ゴ DB", sans-serif; font-size: 1.4rem; gap: 12px; justify-content: flex-start; letter-spacing: .03em;
}
.c-graybox__body-item--num {
  align-items: center; border: 2px solid #06c755; border-radius: 46px; color: #06c755; display: flex; flex-direction: column; font-size: 1.1rem; height: 56px; justify-content: center; letter-spacing: .15em; line-height: 1.3; padding-top: 5px; text-align: center; vertical-align: middle; width: 56px;
}
.c-graybox__body-item--num-txt {
  font-size: 1.4rem;
}
.c-graybox__body-img {
  margin-inline: auto; margin-top: 8px;
}
.pageTxt-small {
  font-size: 1.2rem;
}
.completeConversionBox {
  margin-top: 20px; padding: 50px;
}
.completeConversionBox *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .completeConversionBox {
    padding: 50px 20px;
  }
}
.coupon .contents__inner {
  padding-bottom: 0;
}
.coupon-campaign {
  margin: 80px auto 0; max-width: 980px; text-align: center;
}
.coupon-campaign__link {
  display: inline-block; transition: .4s all;
}
.coupon-campaign__link:hover {
  opacity: .6;
}
.coupon-campaign__link img {
  max-width: 980px; width: 100%;
}
.meritList {
  display: flex; justify-content: space-between; margin: auto; width: 700px;
}

@media screen and (max-width: 1023px) {
  .meritList {
    flex-direction: column; width: auto;
  }
}

.meritList__item {
  margin: 0; text-align: center;
}

@media screen and (max-width: 1023px) {
  .meritList__item:not(:last-child) {
    margin: 0 0 40px;
  }
}

.meritList__image {
  height: 160px; margin: 0 0 10px; width: 160px;
}