@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

/*===========================================================
+-----+// sec_entry
===========================================================*/

.inc_entry select::-ms-expand {
  display: none;
}
.inc_entry select {
  background-image: url(/denki/assets/img/common/icon_select.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 11px 6px !important;
  background-position: right 20px center !important;
}
.inc_entry select:disabled {
  background-image: none !important;
}
.inc_entry select,
.inc_entry button,
.inc_entry input[type="button"],
.inc_entry input[type="submit"],
.inc_entry input[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
}

.inc_entry .btn_login {
  text-decoration: none;
}

.sec_entry {
  position: relative;
  line-height: 1.5;
}

.sec_entry.sec_entry_uq,
.sec_entry.sec_entry_povo {
  margin-top: 24px;
}

.sec_entry .sec_inner {
  padding: 0 10px;
}
.sec_entry .entry_box {
  max-width: 640px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 60px rgba(118, 118, 118, 0.22);
  position: relative;
}
.sec_entry .entry_box_header {
  height: 203px;
  background: url(/denki/assets/img/pr/lp/bg_entry.png) no-repeat center top;
  background-size: cover;
  color: #fff;
}
.sec_entry.sec_entry_uq .entry_box_header {
  background-image: url(/denki/assets/img/pr/lp/bg_entry_uq.png);
}
.sec_entry.sec_entry_povo .entry_box_header {
  background-image: url(/denki/assets/img/pr/lp/bg_entry_povo.png);
}
.sec_entry .entry_box_body {
  padding: 25px 25px 20px;
}
.sec_entry .entry_box_step1 {
  padding-bottom: 20px;
}
.sec_entry .entry_box_note {
  margin-top: 22px;
  text-align: center;
  font-size: 12px;
  box-shadow: 0  0 rgba(118, 118, 118, 0.22);
  color: rgba(0, 0, 0, 0.46);
}
.sec_entry .entry_box h3 {
  margin-bottom: 20px;
  padding-top: 105px;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  background: url(/denki/assets/img/pr/lp/icon_entry_ttl.png) no-repeat center top 58px;
  background-size: 77px 28px;
}
.sec_entry.sec_entry_uq .entry_box h3 {
  padding-top: 130px;
  background-image: url(/denki/assets/img/pr/lp/icon_entry_ttl_uq.png);
  background-position: center top 60px;
  background-size: 138px 28px;
}
.sec_entry.sec_entry_povo .entry_box h3 {
  padding-top: 130px;
  background-image: url(/denki/assets/img/pr/lp/icon_entry_ttl_povo.png);
  background-position: center top 55px;
  background-size: 119px 50px;
  color: #1a1a1a;
}
.sec_entry .entry_box .entry_box_message {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.sec_entry .entry_box .entry_box_notes {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #E30000;
}

.sec_entry .entry_box ul {
  text-align: center;
  padding-bottom: 10px;
}
.sec_entry .entry_box ul li {
  font-size: 14px;
  font-weight: bold;
}
.sec_entry .entry_box ul li img {
  width: 18px;
  margin-right: 15px;
  padding-top: 2px;
}
.sec_entry .entry_box ul li span {
  font-size: 14px;
}
.sec_entry .entry_box select {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  background: #fafaf8;
  border: solid 2px #ededed;
  border-radius: 10px;
  padding: 20px;
}
.sec_entry .entry_box select:focus {
  outline: revert;
}
.sec_entry .entry_box .select_step2 {
  display: none;
  margin-top: 10px;
}

.sec_entry .entry_box .btn_login {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  width: 225px;
  text-align: center;
  padding: 15px;
  border-radius: 45px;
  box-sizing: border-box;
  background: rgb(235, 85, 5);
  background: url(/denki/assets/img/entry/icon_arrow.svg) right 20px center no-repeat,
    linear-gradient(180deg, rgba(235, 85, 5, 1) 0%, rgba(250, 159, 13, 1) 100%);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.08);
}
.sec_entry .entry_box .btn_login.disabled {
  background: #dbdbdb;
  cursor: default;
}
.sec_entry .entry_box .btn_login span {
  font-size: 12px;
  display: block;
}

.inc_entry_type02 .sec_entry::before {
  background: none;
}

.inc_entry_type02 .sec_entry #sec_more_now {
  background: #fff;
  padding: 0 0 30px;
  margin-bottom: 0;
}
.inc_entry_type02 .sec_entry #sec_more_now h2 {
  padding-top: 30px;
}

.sec_entry.sec_entry_uq .uqbtn,
.sec_entry.sec_entry_povo .povobtn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 6px;
  padding: 18px 10px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

.sec_entry.sec_entry_uq .uqbtn {
  background: #e53585;
  color: #fff;
}

.sec_entry.sec_entry_povo .povobtn {
  background: #fbe447;
  color: #020202;
}

.sec_entry.sec_entry_uq .uqbtn:hover,
.sec_entry.sec_entry_povo .povobtn:hover {
  opacity: 0.7;
}

.sec_entry.sec_entry_uq .uqbtn::after,
.sec_entry.sec_entry_povo .povobtn::after {
  display: inline-block;
  width: 8px;
  height: 13px;
  margin-bottom: -1px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 8px 13px;
  content: '';
}

.sec_entry.sec_entry_uq .uqbtn::after {
  background-image: url(/denki/assets/img/pr/lp/arrow_btn_uq.png);
}

.sec_entry.sec_entry_povo .povobtn::after {
  background-image: url(/denki/assets/img/pr/lp/arrow_btn_povo.png);
}

@media screen and (min-width: 769px) {
  .sec_entry .entry_box_header {
    height: 220px;
  }
  .sec_entry .entry_box_step2 {
    padding-bottom: 10px;
  }
  .sec_entry .entry_box h3 {
    font-size: 26px;
  }
  .sec_entry .entry_box .entry_box_message {
    font-size: 18px;
  }
  .sec_entry .entry_box_note {
    font-size: 13px;
  }
  .sec_entry .entry_box ul {
    padding-bottom: 20px;
  }
  .sec_entry .entry_box ul li {
    font-size: 20px;
  }
  .sec_entry .entry_box ul li img {
    width: 27px;
    margin-right: 30px;
    padding-top: 5px;
  }
  .sec_entry .entry_box ul li span {
    font-size: 12px;
  }
  .sec_entry .entry_box select {
    font-size: 20px;
  }
  .sec_entry .entry_box #other_select {
    margin-top: 15px;
  }

  .sec_entry .entry_box .btn_login {
    width: 300px;
    font-size: 22px;
  }
}

/*===========================================================
+-----+// modal
===========================================================*/

.form_modals,
.modal_confirm {
  font-size: 10px;
}

.form_modals .form_btn,
.modal_confirm .form_btn {
  color: #fff;
  font-size: 14px;
  display: block;
  border-radius: 10px;
  padding: 15px 0px;
  background: #f57f04;
  text-align: center;
  cursor: pointer;
}
.form_modals .form_btn:focus,
.modal_confirm .form_btn:focus {
  outline: revert;
}
.form_modals .form_box,
.modal_confirm .form_box {
  background: #fff;
  border-radius: 10px;
}

.form_modals .form_box .form_inner,
.modal_confirm .form_box .form_inner {
  padding: 15px;
}

.form_modals .form_box p,
.modal_confirm .form_box p {
  font-size: 12px;
}
.form_modals .form_box .note,
.modal_confirm .form_box .note {
  font-size: 11px;
  color: #848484;
}

.form_modals .modal,
.modal_confirm {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 500;
}

.form_modals .modal img{
  width: auto;
}
.form_modals .sec_inner,
.modal_confirm .sec_inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 30px 15px;
}

.form_modals .close,
.modal_confirm .close {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}

.form_modals .form_box,
.modal_confirm .form_box {
  padding: 20px;
}
.form_modals .form_box h2,
.modal_confirm .form_box h2 {
  font-size: 14px;
  margin-bottom: 15px;
}

.form_modals .form_box h2.moving,
.modal_confirm .form_box h2.moving {
  color: #f57f04;
  margin-bottom: 15px;
  border-bottom: solid 1px #f1f1f1;
  width: calc(100% + 40px);
  padding: 2px 20px 15px;
  box-sizing: border-box;
  margin-left: -20px;
  background: url(/denki/assets/img/entry/icon_plus.svg) right 10px top
    no-repeat;
  background-size: 23px auto;
}

.form_modals .form_box h3,
.modal_confirm .form_box h3 {
  font-size: 14px;
  color: #848484;
  margin-bottom: 10px;
}
.form_modals .form_box p,
.modal_confirm .form_box p {
  font-size: 14px;
  color: #696969;
}
.form_modals .input,
.modal_confirm .input {
  width: 100%;
  border: solid 1px #e5e5e5;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.form_modals .input_zip,
.modal_confirm .input_zip {
  display: block;
  width: 50%;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  padding: 10px 10px 10px 35px;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
  z-index: 0;
  background: url(/denki/assets/img/entry/icon_zip.svg) left 10px center
    no-repeat #f7f7f7;
  background-size: 16px auto;
  margin-bottom: 10px;
}

.form_modals .select,
.modal_confirm .select {
  width: 100%;
  padding: 10px;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  margin-bottom: 10px;
}

.form_modals .form_btn,
.modal_confirm .form_btn {
  margin-top: 20px;
  width: 100%;
}

.form_modals .search_zip a,
.modal_confirm .search_zip a {
  font-size: 11px;
  text-decoration: underline;
}

.form_modals .select_power,
.modal_confirm .select_power {
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  width: calc(100% + 40px);
  margin-left: -20px;
  overflow-y: scroll;
}

.form_modals .select_power label,
.modal_confirm .select_power label {
  display: block;
  padding: 20px;
  border-bottom: dashed 1px #eaeaea;
  background: url(/denki/assets/img/entry/icon_check_off02.svg) right 20px
    center no-repeat;
  background-size: 23px auto;
}
.form_modals .select_power label.active,
.modal_confirm .select_power label.active {
  background: url(/denki/assets/img/entry/icon_check.svg) right 20px center
    no-repeat #fff5eb;
  background-size: 23px auto;
}

.form_modals .select_power label input,
.modal_confirm .select_power label input {
  display: none;
}

.form_modals .select_power label:last-child,
.modal_confirm .select_power label:last-child {
  border: none;
}

.form_modals .modal_attention,
.modal_confirm .modal_attention {
  overflow-y: scroll;
}
.form_modals .modal_attention h3,
.modal_confirm .modal_attention h3 {
  font-size: 11px;
  color: #f37f02;
}
.form_modals .modal_attention p,
.modal_confirm .modal_attention p {
  color: #696969;
  font-size: 11px;
}
.form_modals figure,
.modal_confirm figure {
  text-align: center;
}

.form_modals h2.precon_ttl,
.modal_confirm h2.precon_ttl {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #707070;
}
.form_modals p.read_txt,
.modal_confirm p.read_txt {
  margin-bottom: 10px;
  text-align: center;
  color: #696969;
}
.form_modals p.kome,
.modal_confirm p.kome {
  margin-top: 10px;
  font-size: 10px;
  color: #e30000;
}


/* Sticky Button */
.sticky-entry {
  position: fixed;
  right: 0;
  max-width: 334px;
  width: calc(100% - 10px);
  z-index: 11;
  bottom: 20px;
  transition: all 0.25s cubic-bezier(0.65,0.05,0.36,1);
}

.sticky-entry.is-hidden {
  opacity: 0;
  transform: translateX(100%);
}

.sticky-entry-btn {
  position: relative;
  height: 80px;
  padding: 12px 12px 12px 80px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.37);
  border-radius: 10px 0 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.69);
  border-right: none;
  overflow: hidden;
  background: #e57f09;
}

.sticky-entry-btn::before,
.sticky-entry-btn::after {
  display: block;
  position: absolute;
  content: '';
}

.sticky-entry-btn::before {
  top: 0;
  left: 0;
  width: 68px;
  height: 100%;
  background: #d75904;
}
.sticky-entry-btn::after {
  top: 50%;
  left: 10px;
  width: 49px;
  height: 62px;
  margin-top: -31px;
  background: url(/denki/assets/img/pr/lp/icon_btn_entry.png) no-repeat left top;
  background-size : contain;
}

.sticky-entry-btn button {
  display: block;
  width: 100%;
  max-width: 240px;
  height: 54px;
  border-radius: 10px;
  border: none;
  outline: none;
  background: linear-gradient(180deg, #00e294 0%, #00c754 100%);
  box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  appearance: none;
  transition: all 0.25s ease;
}

.sticky-entry-btn button:hover {
  opacity: 0.8;
}

.sticky-entry-btn button::after {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 11px;
  margin-left: 10px;
  background: url(/denki/assets/img/pr/lp/arrow_btn_entry.png) no-repeat left top;
  background-size: contain;
  content: '';
}

.fixed-entry {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.46);
}

.fixed-entry .form-entry {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 12;
  width: 100%;
  transition: all 0.25s cubic-bezier(0.65,0.05,0.36,1);
}

.fixed-entry.is-open .form-entry {
  bottom: 0;
}

.fixed-entry .sec_entry {
  margin: 0;
  padding: 0;
  background: transparent;
}


.fixed-entry .sec_entry .sec_inner {
  padding: 0;
}

.fixed-entry .sec_entry .entry_box {
  border: none;
  border-radius: 22px 22px 0 0;
  overflow: hidden;
}

.fixed-entry .sec_entry .entry_box_header {
  height: auto;
  padding: 22px 0;
  background: #fff;
  color: #eb5705;
}

.fixed-entry .sec_entry .entry_box h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  background: none !important;
}

.fixed-entry .sec_entry .entry_box_body {
  min-height: 200px;
  background: #f8f8f8;
}

.prevent_btn_group {
  margin-top: 20px;
  text-align: center;
}

.prevent_btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 0 3px;
  border: 1px solid #f57f04 !important;
  border-radius: 10px;
  padding: 15px;
  background: #fff;
  text-align: center;
  color: #f57f04;
  cursor: pointer;
}

.show_uq {
  display: none;
}

.show_uq img {
  max-width: 270px;
}

.inc_entry_uq .show_au {
  display: none;
}

.inc_entry_uq .show_uq {
  display: block;
}

/*===========================================================
+-----+// mod_call
===========================================================*/
.mod_call {
  margin-top: 20px;
  padding: 2em 1em 2.2em;
  background: #fff;
  border-radius: 9px;
  text-align: center;
  line-height: 1;
  color: #111;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #eee;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 15px;
  pointer-events: auto !important;
}
@media screen and (max-width: 768px) {
  .mod_call {
      padding-right: 0.5em;
      padding-left: 0.5em;
  }
}

.mod_call a {
  text-decoration: none;
}

.mod_call span {
  display: inline-block;
}

.mod_call .body {
  margin-top: 0.8em;
  display: flex;
  justify-content: center;
}

.mod_call .foot {
  margin-top: 0.1em;
}

.mod_call .title {
  font-weight: 700;
  color: #18185c;
  font-size: 1em;
}

.mod_call .fcmark {
  width: 2.2em;
  height: 100%;
  margin-right: 0.5em;
  transform: translateY(13%);
}

@media screen and (max-width: 768px) {
  .mod_call .fcmark {
      width: 9vw;
  }
}

.mod_call .fcmark svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mod_call .number {
  color: #111;
  font-size: 2.65em;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.mod_call .number span {
  transform: translateY(-10%);
}

@media screen and (max-width: 768px) {
  .mod_call .number {
      font-size: 10vw;
  }
}

.mod_call .callex {
  font-size: 0.7em;
  opacity: 0.6;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .mod_call .callex {
      font-size: 3vw;
  }
}

.mod_call .head + .callex {
  display: block;
  margin-top: 1em;
}

.mod_call.small {
  padding: 1.5em 1em 1.6em;
}

.mod_call.small .fcmark {
  height: 1.8em;
  transform: translateY(17%);
}

@media screen and (max-width: 768px) {
  .mod_call.small .fcmark {
      width: 7vw;
  }
}

.mod_call.small .number {
  font-size: 2.65em;
}

@media screen and (max-width: 768px) {
  .mod_call.small .number {
      font-size: 8vw;
  }
}

.mod_call.small .callex {
  font-size: 0.7em;
}

@media screen and (max-width: 768px) {
  .mod_call.small .callex {
      font-size: 2.5vw;
  }
}
