@charset "UTF-8";
/*ブレイクポイントを設定*/
/*メディアクエリ用のミックスイン*/
#header-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header-navigation ul {
  display: flex;
  width: 100%;
}

#header-navigation .header__mailmagazine {
  height: 40px;
  padding: 6px 0 0;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  cursor: pointer;
}

#sp-tel-navigation .header__mailmagazine {
  display: block;
  margin: 0 0 1px;
  padding: 16px 24px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.modal__mailmagazine {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

@media only screen and (max-width: 979px) {
  .modal__mailmagazine {
    z-index: 1000;
  }
}

.modal__mailmagazine_overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
}

.modal__mailmagazine_block {
  max-width: 300px;
  padding: 1.2rem 2.5rem;
  border: 3px solid #aea397;
  box-sizing: border-box;
  background: #e2ddd2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.modal__mailmagazine_ttl {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: #5a5148;
}
.modal__mailmagazine_block p{font-size:1.3rem;}
.modal__mailmagazine_box {
  width: 100%;
  margin: 0.5rem 0 0;
}

.modal__mailmagazine_box input[type="text"] {
  width: 100%;
  padding: 1rem;
  border: 1px solid #666666;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .modal__mailmagazine_box input[type="text"] {
    font-size: 1.6rem;
  }
}

.modal__mailmagazine_label {
  display: block;
  width: 100%;
}

.modal__mailmagazine_btn {
  margin: 0.5rem 0 0;
}

.modal__mailmagazine_submit {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  padding: 0.6rem 0;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #ff6328 50%, #ff5528 50%);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  color: #fff;
}

.modal__mailmagazine_submit::-webkit-search-decoration {
  display: none;
}

.modal__mailmagazine_submit::focus {
  outline-offset: -2px;
}

.modal__mailmagazine_close {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}

.modal__mailmagazine_close::before,
.modal__mailmagazine_close::after {
  content: "";
  width: 12px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}

.modal__mailmagazine_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__mailmagazine_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
