@charset "UTF-8";
.modal_line_wrapper *, .modal_line_wrapper *::before, .modal_line_wrapper *::after {
  box-sizing: border-box;
}
.modal_line_wrapper h1, .modal_line_wrapper h2, .modal_line_wrapper h3, .modal_line_wrapper h4, .modal_line_wrapper p, .modal_line_wrapper figure, .modal_line_wrapper blockquote, .modal_line_wrapper dl, .modal_line_wrapper dd {
  margin: 0;
  padding: 0;
}
.modal_line_wrapper ul[role=list], .modal_line_wrapper ol[role=list] {
  list-style: none;
}
.modal_line_wrapper h1, .modal_line_wrapper h2, .modal_line_wrapper h3, .modal_line_wrapper h4, .modal_line_wrapper button, .modal_line_wrapper input, .modal_line_wrapper label {
  line-height: 1.1;
}
.modal_line_wrapper h1, .modal_line_wrapper h2, .modal_line_wrapper h3, .modal_line_wrapper h4 {
  text-wrap: balance;
}
.modal_line_wrapper a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}
.modal_line_wrapper header, .modal_line_wrapper footer {
  background: none;
}

.modal_line_wrapper {
  display: none;
}
.modal_line_wrapper.open {
  display: block;
}
.modal_line_wrapper .for_sp {
  display: block !important;
}
.modal_line_wrapper .for_pc {
  display: none !important;
}
@media screen and (min-width: 767px) {
  .modal_line_wrapper .for_sp {
    display: none !important;
  }
  .modal_line_wrapper .for_pc {
    display: block !important;
  }
}
.modal_line_wrapper .modal_line_background {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}
.modal_line_wrapper .modal_line_container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  width: 90%;
  max-height: 90%;
  overflow-y: auto;
  background-color: #fff;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(10%);
}
.modal_line_wrapper .modal_line_container.active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 767px) {
  .modal_line_wrapper .modal_line_container {
    width: 780px;
    padding: 20px 20px 60px;
  }
}
.modal_line_wrapper .modal_line_container .modal_line_header {
  display: block;
  text-align: right;
}
.modal_line_wrapper .modal_line_container .modal_line_header .modal_line_btn__close {
  position: sticky;
  z-index: 1;
  display: block;
  top: -9px;
  right: 8px;
  margin-top: 1px;
  margin-right: -12px;
  margin-left: auto;
  background: transparent;
  border: 0;
}
.modal_line_wrapper .modal_line_container .modal_line_header .modal_line_btn__close::before {
  font-size: 5.3333333333vw;
  color: #000;
  content: "✕";
}
@media screen and (min-width: 767px) {
  .modal_line_wrapper .modal_line_container .modal_line_header .modal_line_btn__close::before {
    font-size: 20px;
  }
}
.modal_line_wrapper .modal_line_container .modal_line_title {
  font-size: 6.9333333333vw;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 767px) {
  .modal_line_wrapper .modal_line_container .modal_line_title {
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.12em;
  }
}
.modal_line_wrapper .modal_line_container .modal_line_lead {
  padding: 0 70px;
  margin: 10px auto 0;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .modal_line_wrapper .modal_line_container .modal_line_lead {
    padding: 0%;
  }
}
@media screen and (max-width: 414px) {
  .modal_line_wrapper .modal_line_container .modal_line_lead {
    padding: 0 1%;
    line-height: 1.4em;
  }
}
.modal_line_wrapper .modal_line_container .modal_line_contents {
  margin-top: 2%;
  margin-bottom: 4%;
  line-height: 1.5;
}
.modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_list {
  overflow: scroll;
  padding: 2.6666666667vw;
  margin-top: 4.5333333333vw;
  list-style: none;
  height: 250px;
  margin: 16px 70px 0;
  border: 1px solid #6a6a6a;
}
@media screen and (max-width: 744px) {
  .modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_list {
    height: 315px;
    margin: 16px 10px 0;
  }
}
@media screen and (max-width: 414px) {
  .modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_list {
    margin: 0;
    padding: 3%;
  }
}
@media screen and (min-width: 767px) {
  .modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_list {
    padding: 10px;
    height: 250px;
    margin: 16px 70px 0;
    border: 1px solid #6a6a6a;
  }
}
.modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_list .modal_line_listitem {
  display: flex;
  align-items: center;
  font-size: 3.4666666667vw;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 744px) {
  .modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_list .modal_line_listitem {
    font-size: 2.4266666667vw;
  }
}
@media screen and (max-width: 414px) {
  .modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_list .modal_line_listitem {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_list .modal_line_listitem {
    font-size: 13px;
  }
}
.modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_list .modal_line_listitem span.modal_list_itemnum {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.8666666667vw;
  height: 5.8666666667vw;
  margin-right: 2.6666666667vw;
  font-size: 3.2vw;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 100%;
  background-color: #ffbeba;
  margin-right: 2%;
}
@media screen and (min-width: 767px) {
  .modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_list .modal_line_listitem span.modal_list_itemnum {
    min-width: 22px;
    height: 22px;
    margin-right: 12px;
    font-size: 12px;
    line-height: 1;
  }
}
.modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_list .modal_line_listitem p span.modal_line_listattention {
  font-size: 2.6666666667vw;
  color: dimgray;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 767px) {
  .modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_list .modal_line_listitem p span.modal_line_listattention {
    font-size: 10px;
  }
}
.modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_list .modal_line_listitem:not(:first-child) {
  margin-top: 5.3333333333vw;
}
@media screen and (max-width: 744px) {
  .modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_list .modal_line_listitem:not(:first-child) {
    margin-top: 3.7333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_list .modal_line_listitem:not(:first-child) {
    margin-top: 13px;
  }
}
.modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_btn_reserve {
  text-align: center;
  letter-spacing: 0.06em;
  border-radius: 26.6666666667vw;
  width: 275px;
  padding: 12px;
  margin: 26px auto 0;
  font-size: 16px;
  background-color: #39c755;
  border: none;
}
@media screen and (max-width: 744px) {
  .modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_btn_reserve {
    width: 73.3333333333vw;
    padding: 3.2vw;
    margin: 5.0133333333vw auto 0;
    font-size: 4.2666666667vw;
    text-align: center;
    letter-spacing: 0.06em;
    border-radius: 26.6666666667vw;
  }
}
.modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_btn_reserve .modal_line_btn_reserve_text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_btn_reserve .modal_line_btn_reserve_icon {
  width: 5.3333333333vw;
  margin: 0 1.3333333333vw;
}
.modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_block_reserve {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-block: 1em;
}
.modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_block_reserve li:first-child {
  width: 128px;
}
.modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_block_reserve li:nth-child(2) {
  width: 400px;
  padding-left: 20px;
}
.modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_block_reserve li:nth-child(2) p {
  font-size: 14px;
}
.modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_block_reserve li:nth-child(2) p::before {
  position: relative;
  top: 7px;
  margin: 0 10px 0 0;
  content: url(https://cdn.getshifter.co/be7ed2e8e82138bc0a01637baba83e9585cb0b44/uploads/2023/07/line_icon_min.png);
}
.modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_block_reserve .modal_line_block_attention {
  font-size: 14px;
  text-align: left;
  padding-top: 15px;
  color: #4d4d4d;
}
.modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_btn_reserve_txt {
  text-align: left;
  padding-top: 15px;
  color: #4d4d4d;
  font-size: 12px;
  line-height: 1.6;
}
.modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_age_attention {
  width: 600px;
  margin: 16px 70px 0;
}
@media screen and (max-width: 744px) {
  .modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_age_attention {
    width: 100%;
    margin: 5% auto 0;
  }
}
.modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_general_attention {
  color: #7d7d7d;
  padding: 0 70px;
  margin: 10px auto 0;
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_general_attention {
    padding: 0;
  }
}
@media screen and (max-width: 414px) {
  .modal_line_wrapper .modal_line_container .modal_line_contents .modal_line_general_attention {
    padding: 0 1%;
  }
}

@keyframes lmfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=linemodal.css.map */