@charset "UTF-8";
/*
Site Name: UGOKU
Version: 2025.10.28
*/
/*
======================================================
  add
--------------------------------------------------- */
@media screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

.end {
  background-color: #fff0b1;
  color: #0068b4;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 10px 0;
  text-align: center;
}
.end a {
  color: #0068b4;
  display: inline-block;
  margin-left: 1em;
  text-decoration: underline;
}

dl.fv__navi-atten {
  display: flex;
  margin: 30px auto 0;
}
@media screen and (min-width: 1025px) {
  dl.fv__navi-atten {
    width: 948px;
  }
}
@media screen and (max-width: 1024px) {
  dl.fv__navi-atten {
    width: 94%;
  }
}
dl.fv__navi-atten dt,
dl.fv__navi-atten dd {
  color: #ed193b;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
}
dl.fv__navi-atten dt ul.dot-list,
dl.fv__navi-atten dd ul.dot-list {
  line-height: 1;
  margin-top: 4px;
}
dl.fv__navi-atten dt ul.dot-list li,
dl.fv__navi-atten dd ul.dot-list li {
  line-height: 1.6;
  padding-left: 13px;
  position: relative;
}
dl.fv__navi-atten dt ul.dot-list li::before,
dl.fv__navi-atten dd ul.dot-list li::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {
  #modal-end a.modal_close {
    left: calc(50% + 277px);
    top: calc(50% - 170px);
  }
}
@media screen and (max-width: 767px) {
  #modal-end a.modal_close {
    position: fixed;
    right: 7px;
    top: calc(50% - 160px);
    z-index: 102;
  }
}
@media screen and (min-width: 768px) {
  #modal-end .modal__content {
    height: 310px;
    width: 590px;
  }
}
@media screen and (max-width: 767px) {
  #modal-end .modal__content {
    height: auto;
    left: 50%;
    max-height: 95vh;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
}
#modal-end .modal__content-inner {
  text-align: center;
}
#modal-end .modal__content-inner .modal__ttl {
  padding-top: 0.75em;
}
@media screen and (max-width: 767px) {
  #modal-end .modal__content-inner .modal__ttl {
    padding-top: 0.5em;
  }
}
#modal-end .modal__content-inner p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  padding-top: 1.1em;
  text-align: center;
}
#modal-end .modal__content-inner p strong {
  color: #ed193b;
}

.modal__confirm {
  padding-top: 2.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal__confirm {
    margin: 0 auto;
    padding-top: 1.7em;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .hosoku__txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*
======================================================
  販売終了
--------------------------------------------------- */
.end__ttl {
  color: #0068b4;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .end__ttl {
    font-size: 2.2rem;
    margin-top: 60px;
  }
}

.end__txt {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 40px auto 0;
  text-align: center;
}

dl.end__atten {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  dl.end__atten {
    margin: 30px auto 0;
    width: 84%;
  }
}
dl.end__atten dt,
dl.end__atten dd {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

.end__login {
  margin: 50px auto 120px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .end__login {
    margin: 40px auto 80px;
  }
}
.end__login a {
  align-items: center;
  background-color: #0068b4;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  letter-spacing: 0.1em;
  text-decoration: none;
}

/*# sourceMappingURL=style_add.css.map */
