@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body.modal-open {
  overflow: hidden;
  height: 100vh;
}

.teikibin_btn {
  width: 190px;
  cursor: pointer;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal.is-show {
  opacity: 1;
  visibility: visible;
}
.modal .modalBg {
  background-color: rgba(112, 112, 112, 0.9);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modal .modalBox {
  margin: auto;
  width: 580px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  /* 閉じるボタン */
}
.modal .modalBox .modalClose {
  position: absolute;
  top: -20px;
  right: -12px;
  width: 59px;
  height: 59px;
  z-index: 10;
  cursor: pointer;
}
.modal .modalBox .modalBoxIn {
  margin: auto;
  padding: 15px 0;
  width: 100%;
  height: 90vh;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  overflow-y: scroll;
  background: #fff;
  color: #3f3a39;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
}
.modal .modalBox .modalBoxIn .txt_center {
  text-align: center;
}
.modal .modalBox .modalBoxIn .bold {
  font-weight: 800;
}
.modal .modalBox .modalBoxIn .underline {
  background: linear-gradient(transparent 50%, #fcecd0 50%);
}
.modal .modalBox .modalBoxIn .fs_14 {
  font-size: 14px;
}
.modal .modalBox .modalBoxIn h3 {
  margin: 0 auto 30px;
  padding-bottom: 8px;
  width: 500px;
  font-size: 20px;
  border-bottom: solid 2px #3f3a39;
}
.modal .modalBox .modalBoxIn .modal_subsec {
  margin: 0 auto 32px;
  padding: 12px 20px;
  width: 500px;
  position: relative;
  background-color: #fffdf8;
  border: solid 2px #eda52e;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.625;
}
.modal .modalBox .modalBoxIn .modal_subsec .red_txt {
  color: #e63b3b;
}
.modal .modalBox .modalBoxIn .modal_subsec .fs_22 {
  font-size: 22px;
}
.modal .modalBox .modalBoxIn .modal_subsec .lh_15 {
  line-height: 1.4;
}
.modal .modalBox .modalBoxIn .modal_subsec .small {
  margin-top: 6px;
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.7;
}
.modal .modalBox .modalBoxIn .modal_subsec .fs_12 {
  font-size: 12px;
}
.modal .modalBox .modalBoxIn .modal_subsec .pt_20 {
  display: inline-block;
  padding-top: 5px;
}
.modal .modalBox .modalBoxIn .modal_subsec .fs_16 {
  font-size: 16px;
}
.modal .modalBox .modalBoxIn .modal_subsec .lh_12 {
  line-height: 1.2;
}
.modal .modalBox .modalBoxIn .modal_subsec .fs_10 {
  font-size: 10px;
}
.modal .modalBox .modalBoxIn .modal_subsec .icon_left {
  display: inline-block;
  width: 54px;
  margin-right: 5px;
}
.modal .modalBox .modalBoxIn .modal_subsec .icon_right {
  display: inline-block;
  padding-top: 3px;
  width: 68px;
}
.modal .modalBox .modalBoxIn .modal_subsec .bg_orange {
  margin-top: 8px;
  padding: 5px 12px;
  display: inline-block;
  background-color: #fff2d6;
  border-radius: 5px;
}
.modal .modalBox .modalBoxIn .modal_subsec .bg_orange span {
  color: #e63b3b;
}
.modal .modalBox .modalBoxIn .modal_subsec.pt_19 {
  padding-top: 5px;
}
.modal .modalBox .modalBoxIn .modal_subsec.last {
  margin-bottom: 10px;
}
.modal .modalBox .modalBoxIn .modal_subttl {
  padding-bottom: 3px;
  width: 120px;
  background-color: #eda52e;
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
  top: -27px;
  left: -5px;
}
.modal .modalBox .modalBoxIn .modal_subttl span {
  font-size: 23px;
}
.modal .modalBox .modalBoxIn .modal_subttl::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 25px;
  border-style: solid;
  border-width: 5px 0 0 7px;
  border-color: #eda52e transparent transparent;
}
.modal .modalBox .modalBoxIn .modal_deco_01 {
  width: 120px;
  position: absolute;
  top: -6px;
  right: 29px;
}
.modal .modalBox .modalBoxIn .modal_deco_02 {
  width: 80px;
  position: absolute;
  top: -20px;
  right: 10px;
}
.modal .modalBox .modalBoxIn .modal_deco_03 {
  width: 78px;
  position: absolute;
  top: -14px;
  right: 29px;
}
.modal .modalBox .modalBoxIn .modal_deco_04 {
  margin: 10px auto 0;
  display: block;
  width: 403px;
}
.modal .modalBox .modalBoxIn .modal_deco_05 {
  width: 116px;
  position: absolute;
  bottom: 0;
  right: 8px;
}
.modal .modalBox .modalBoxIn .modal__bnr {
  margin: 5px auto 15px;
  width: 500px;
}
.modal .modalBox .modalBoxIn .modalClose02 {
  margin: auto;
  width: 82px;
  font-size: 12px;
  border-radius: 50px;
  border: solid 1px #707070;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}
.modal .product_link_btn {
  margin: 0 auto 10px;
  width: 370px;
  height: 50px;
  text-align: center;
}
.modal .product_link_btn a {
  width: 100%;
  height: 100%;
  font-size: 17px;
  display: flex;
  justify-content: center;
  font-family: Verdana, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  text-decoration: none;
  line-height: 2.9;
  background: #ff4747;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #ff4747;
  position: relative;
  transition: all 0.2s ease-in-out;
  /* ----- 221107 追加 ----- */
  letter-spacing: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  /* ----- //. 221107 追加 ----- */
  /* ----- 221108 追加 ----- */
  -webkit-font-feature-settings: normal;
  -moz-osx-font-smoothing: unset;
  font-feature-settings: normal;
  /* ----- //. 221108 追加 ----- */
}
.modal .product_link_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  left: 90%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.modal .product_link_btn a:hover {
  color: #ff4747;
  background-color: #fff;
  border: 1px solid #ff4747;
}
.modal .product_link_btn a:hover::after {
  border-color: #ff4747 #ff4747 transparent transparent;
}