@charset "UTF-8";
@font-face {
  font-family: "LINESeedJPStd Thin";
  src: url(/static/jp/common/font/LINESeedJP_OTF_Th.woff2) format("woff2"), url(/static/jp/common/font/LINESeedJP_OTF_Th.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "LINESeedJPStd Regular";
  src: url(/static/jp/common/font/LINESeedJP_OTF_Rg.woff2) format("woff2"), url(/static/jp/common/font/LINESeedJP_OTF_Rg.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "LINESeedJPStd Bold";
  src: url(/static/jp/common/font/LINESeedJP_OTF_Bd.woff2) format("woff2"), url(/static/jp/common/font/LINESeedJP_OTF_Bd.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "LINESeedJPStd ExtraBold";
  src: url(/static/jp/common/font/LINESeedJP_OTF_Eb.woff2) format("woff2"), url(/static/jp/common/font/LINESeedJP_OTF_Eb.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}

.yaop .secflow-item__inner--img.zoom {
  position: relative;
  cursor: pointer;
}
.yaop .secflow-item__inner--img.zoom:after {
  background: url(/sites/default/files/media/jp/service/ly-ads/entry-flow/img/202605/icon_zoom.svg) center center no-repeat;
  bottom: -14px;
  content: "";
  height: 28px;
  position: absolute;
  right: 0;
  width: 28px;
}
@media (min-width: 1024px) {
  .yaop .secflow-item__inner--img.zoom:after {
    background: url(/sites/default/files/media/jp/service/ly-ads/entry-flow/img/202605/icon_zoom.svg) center center no-repeat;
    bottom: -28px;
    content: "";
    height: 28px;
    position: absolute;
    right: 2px;
    width: 28px;
  }
}
.c-step-modal {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity .3s ease;
  z-index: 9999;
}

.c-step-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.c-step-modal__overlay {
  background: #000;
  inset: 0;
  opacity: .6;
  position: absolute;
}

.c-step-modal__content {
  left: 50%;
  max-height: calc(100vh - 40px);
  max-width: calc(100vw - 40px);
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -46%);
  transition: opacity .3s ease, transform .3s ease;
  width: fit-content;
}

.c-step-modal.is-open .c-step-modal__content {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.c-step-modal__image-wrap {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.c-step-modal__image {
  display: block;
  height: auto;
  max-height: calc(100vh - 80px);
  max-width: calc(100vw - 40px);
  width: auto;
}

.c-step-modal__close {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 50%;
  color: #111;
  cursor: pointer;
  display: flex;
  font-size: 2.4rem;
  height: 40px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: -12px;
  top: -12px;
  width: 40px;
  z-index: 1;
}

body.is-step-modal-open {
  overflow: hidden;
}

@media (max-width: 1023px) {
  .c-step-modal__content {
    max-width: calc(100vw - 24px);
  }
  .c-step-modal__image {
    max-height: calc(100vh - 120px);
    max-width: calc(100vw - 24px);
  }

  .c-step-modal__close {
    font-size: 2rem;
    height: 36px;
    right: -8px;
    top: -8px;
    width: 36px;
  }
}
@media (min-width: 1024px) {
  .yaop .secreserve__table {
    margin-top: 24px;
  }
}
.secflow-item__inner--small {
  font-size: 10px;
}
@media (min-width: 1024px) {
  .secflow-item__inner--small {
    font-size: 12px;
  }
}