
@charset "UTF-8";

.campaign_title {
  margin-bottom: 48px;
  font-size: 32px;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.1em;
}

.js-dialog-close {
  border:none;
}

#c-stickyBtnTop {
  z-index: 1000;
}

.c-stickyBtn-campaign {
  z-index: 1000;
}



/*news*/

.c-stickyBtn,
  .c-stickyBtn *,
  .dialog,
  .dialog * {
    box-sizing: border-box;
  }

  .c-stickyBtn img,
  .dialog img {
    max-width: 100%;
    height: auto;
  }

  .c-stickyBtn {
    position: fixed;
    background-color: white;
    border: none;
    cursor: pointer;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    white-space: nowrap;
    bottom: 20px;
    right: 120px;
    width: 250px;
    border-radius: 8px;
    color: #000;
  }

  .c-stickyBtn__logo img.c-stickyBtn__hover {
    display: none;
  }
  .c-stickyBtn__logo img:not(.c-stickyBtn__hover) {
    display: block;
  }

  @media (hover: hover) and (pointer: fine) {
    .c-stickyBtn {
      transition: background-color 0.4s linear;
    }
    .c-stickyBtn:hover {
      background-color: #101010;
      color: white;

      .c-stickyBtn__logo img.c-stickyBtn__hover {
        display: block;
      }
      .c-stickyBtn__logo img:not(.c-stickyBtn__hover) {
        display: none;
      }
    }
  }

  .c-stickyBtn__img,
  .c-stickyBtn__inner,
  .c-stickyBtn__upper,
  .c-stickyBtn__text1,
  .c-stickyBtn__text2,
  .c-stickyBtn__lower,
  .c-stickyBtn__lowerText,
  .c-stickyBtn__lowerIcon {
    display: block;
  }

  .c-stickyBtn__lowerText {
    text-align: center;
  }

  .c-stickyBtn__img {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    width: 43px;
  }

  .c-stickyBtn__inner {
    overflow: hidden;
    border-radius: 8px;
    text-align: left;
  }

  .c-stickyBtn__upper {
    padding: 4px 12px 4px 52px;
    display: flex;
  }

  .c-stickyBtn__logo {
    margin: auto 10px auto 0;
    font-size: 18px;
  }

  .c-stickyBtn__text1 {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 700;
    line-height: 1.375;
    font-size: 13px;
  }

  .c-stickyBtn__text2 {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 700;
    line-height: 1.375;
      font-size: 10px;
  }

  .c-stickyBtn__lower {
    background: linear-gradient(#7b7b7b 0%, #7d7d7d 22.71%, #7b7b7b 47.97%, #646464 100%);
    color: white;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    position: relative;
    padding: 8px 30px 8px 52px;
    font-size: 13px;
  }

  .c-stickyBtn__lowerIcon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
  }

  .dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
    background: none;
  }

  .dialog[open] {
    animation: fadeIn 1s ease normal;
    margin: auto;
  }

  @keyframes fadeIn{
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  dialog::backdrop {
    background-color: rgba(0,0,0,0.3);
  }

  .js-dialog-close {
    position: absolute;
    right: 8px;
    top: 8px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
  }

  .js-dialog-close svg {
    width: 20px;
    height: 20px;
  }

  .js-dialog-container {
    position: relative;
    width: 560px;
    max-width: 80vw;
    margin: 0 auto;
    padding: 40px;
    background: white;
  }

  @media (max-width: 500px) {
    .js-dialog-container {
      width: 80vw;
      padding-right: 20px;
      padding-left: 20px;
    }
  }

  .dialog-btnwrap {
    display: flex;
    flex-wrap: wrap;
  }

  @media (min-width: 768px) {
    .dialog-btnwrap {
      justify-content: space-between
    }

    .dialog-btnwrap > div {
      width: calc(50% - 14px);
    }
  }

  @media (max-width: 767px) {
    .dialog-btnwrap {
      justify-content: center;
      gap: 20px;
    }

    .dialog-btnwrap > div {
      width: 100%;
    }
  }

  .dialog-btn {
    display: inline-block;
    width: 100%;
    background-color: #222;
    color: white !important;
    font-size: 16px;
    font-family: 'Noto Serif', serif;
    text-align: center;
    transition: opacity .3s;
    letter-spacing: 0.1em;
  }

  @media (hover: hover) and (pointer: fine) {
    .dialog-btn:hover {
      opacity: 0.9;
    }
  }

  .dialog-btn > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
  }

  .dialog-btn .arrow {
    width: 8px;
    height: 11px;
    filter: brightness(0) invert(1);
  }

  .dialog-lead {

  }

  .dialog-price {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }

  @media (max-width: 767px) {
    .dialog-price {
      margin-top: 6px;
    }
  }

  .dialog-price strong {
    margin-right: 8px;
    font-weight: 700;
  }

  .dialog-price small {
    font-size: 80%;
  }

  .dialog-outline {
    margin-top: 12px;
    padding: 12px;
    font-size: 13px;
    line-height: 1.5;
    background-color: rgba(0,0,0,0.1);
  }

  .dialog-outline p {
    line-height: 1.5;
  }

  @media (max-width: 767px) {
    .dialog-outline {
      margin-top: 24px;
    }
  }

