@charset "UTF-8";

@media screen and (min-width: 768px) {
  /* mv */
  #mv {
    padding: 0 50px;
    min-width: 1024px;
    max-width: 1400px;
    margin: auto;
    box-sizing: border-box;
  }
  #mv img {
    width: 100%;
  }
  
  /* lead */
  .ly-container-single .ly-main>.ly-contents.lead {
    margin-top: 25px;
  }
  .lead > .text {
    font-size: 18px;
  }
  .lead > .box,
  .lead > .box-border {
    width: fit-content;
    margin-inline: auto;
  }
  .lead > .box {
    padding: 30px 100px 25px;
  }
  .lead > .box .box__heading {
    font-size: 22px;
  }
  .lead > .box .text {
    font-size: 20px;
  }
  .lead > .box .note-text {
    font-size: 16px;
  }
  .lead > .box-border {
    padding: 30px 60px 25px;
  }
  
  .heading_figure {
    margin-bottom: 10px;
  }
  
  .js-open .button-primary:hover {
    background: #876528;
    color: #fff;
  }
  .js-open .button-primary.open {
    background: #fff;
    color: #876528;
  }
  .js-open .button-primary.open::before {
    background: url(/sp/j_bond/img/img-icon-close.svg) center no-repeat;
  }
  .js-open .button-primary::before {
    background: url(/sp/j_bond/img/img-icon-open.svg) center no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 1;
    border: none;
    margin-top: auto;
  }
  
  /* disclaimer */
  .disclaimer .box-border__heading,
  .disclaimer .list-dot,
  .disclaimer .list-dot__list,
  .disclaimer .text,
  .disclaimer .note-text {
    margin: 0;
  }
  .disclaimer .box-border__heading {
    margin-block: 24px 4px;
  }
  .disclaimer .box-border__heading:first-child {
    margin-top: 0;
  }
  .disclaimer .text + .text {
    margin-top: 12px;
  }
  
  .fixed-btn {
    position: fixed;
    top: 284px;
    right: 10px;
  }
  .fixed-btn a {
    font-size: 20px;
    height: 150px;
    writing-mode: vertical-rl;
    display: grid;
    place-items: center;
    width: auto;
    padding: 0 5px;
  }
  .fixed-btn .btn + .btn {
    margin-top: 20px;
  }
  .fixed-btn a.u-smp-only {
    display: none;
  }
  .fixed-btn a::before {
    display: none;
  }
}

@media screen and (max-width: 48em) {
  /* mv */
  #mv img {
    width: 100%;
  }
  
  /* lead */
  .ly-container-single .ly-main>.ly-contents.lead {
    margin-top: 2rem;
  }
  .lead > .text {
    font-size: 1.6rem;
  }
  
  .heading_figure {
    margin-bottom: 1rem;
  }
  
  .js-open .button-primary.open {
    background: #fff;
    color: #876528;
  }
  .js-open .button-primary.open::before {
    background: url(/sp/j_bond/img/img-icon-close.svg) center no-repeat;
  }
  .js-open .button-primary::before {
    background: url(/sp/j_bond/img/img-icon-open.svg) center no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 1;
    border: none;
    margin-top: auto;
  }
  
  /* disclaimer */
  .disclaimer .box-border__heading,
  .disclaimer .list-dot,
  .disclaimer .list-dot__list,
  .disclaimer .text,
  .disclaimer .note-text {
    margin: 0;
  }
  .disclaimer .box-border__heading {
    margin-block: 24px 4px;
  }
  .disclaimer .box-border__heading:first-child {
    margin-top: 0;
  }
  .disclaimer .text + .text {
    margin-top: 12px;
  }
  
  .fixed-btn {
    position: fixed;
    bottom: 0;
    padding: 1rem 2rem;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.6);
  }
  .fixed-btn a {
    font-size: 1.8rem;
    display: inline-flex;
    padding: 0 5px;
    margin-bottom: 0;
    min-height: 4rem;
  }
  .fixed-btn .btn {
    width: 47%;

  }
  .fixed-btn a.u-pc-only {
    display: none;
  }
  .fixed-btn a::before {
    display: none;
  }
}