@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.popup-2023 h2 {
  font-family: times-lt, times, serif;
}
.popup-2023 p {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.popup-2023 img {
  max-width: 100%;
  display: block;
  border: none;
}
.popup-2023 a {
  text-decoration: none;
  color: inherit;
}

.popup-half-2023 a {
  text-decoration: none;
  color: inherit;
}

.popup-half-2023 {
  position: fixed;
  bottom: 65px;
  left: 1%;
  z-index: 10;
  font-family: "untitled-sans", sans-serif;
  transition: 0.3s ease-in-out;
  display: block;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .popup-half-2023 {
    bottom: 2%;
  }
}
.popup-half-2023.active {
  animation: fade-in 0.5s ease-in-out;
}
.popup-half-2023.close {
  opacity: 0;
  visibility: hidden;
  z-index: -100;
}
.popup-half-2023.cookie-use {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.popup-half-2023 .close-btn_content {
  width: 100%;
  position: relative;
  top: 0;
  cursor: pointer;
}
.popup-half-2023 .close-btn {
  cursor: pointer;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  margin-right: -20px;
  margin-left: auto;
}
.popup-half-2023 .close-btn::before, .popup-half-2023 .close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  background: rgb(255, 255, 255);
}
.popup-half-2023 .close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-half-2023 .close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .popup-half-2023 .close-btn {
    width: 40px;
    height: 40px;
    transition: 0.3s ease;
  }
  .popup-half-2023 .close-btn:hover {
    border: 1px solid rgba(0, 0, 0, 0.6);
    background: rgba(255, 255, 255, 0.6);
  }
  .popup-half-2023 .close-btn:hover::before, .popup-half-2023 .close-btn:hover::after {
    background: #000;
  }
}
@media screen and (min-width: 1024px) {
  .popup-half-2023 .close-btn {
    margin-right: -26px;
  }
}
.popup-half-2023 .popup-half__inner {
  background: #000;
  width: 176px;
  height: auto;
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 0;
  border-radius: 4px;
  border: 1.5px solid #fff;
}
@media screen and (min-width: 768px) {
  .popup-half-2023 .popup-half__inner {
    width: 203px;
  }
}
@media screen and (min-width: 1024px) {
  .popup-half-2023 .popup-half__inner {
    width: 301px;
  }
}
.popup-half-2023 p {
  font-family: "untitled-sans", sans-serif;
  text-align: center;
  letter-spacing: 1px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .popup-half-2023 p {
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .popup-half-2023 p {
    line-height: 26px;
  }
}
.popup-half-2023 .fz-l-en {
  line-height: 1.5;
  vertical-align: middle;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 8px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .popup-half-2023 .fz-l-en {
    font-size: 17px;
    margin-bottom: 14px;
    margin-top: 16px;
    line-height: 9px;
  }
}
.popup-half-2023 .popup-desc {
  line-height: 28px;
  font-weight: 600;
  font-size: 13px;
  color: #000;
  background-color: #fff;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
}
@media screen and (min-width: 768px) {
  .popup-half-2023 .popup-desc {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 22px;
  }
}
.popup-half-2023 .fz-l {
  font-size: 24px;
  color: #960303;
}
@media screen and (min-width: 768px) {
  .popup-half-2023 .fz-l {
    font-size: 29px;
  }
}
.popup-half-2023 .fz-m {
  font-size: 15px;
  margin-bottom: 0;
}
.popup-half-2023 .fz-m:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .popup-half-2023 .fz-m {
    font-size: 17px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .popup-half-2023 .fz-m {
    font-size: 20px;
    line-height: 28px;
  }
}
.popup-half-2023 .fz-s {
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .popup-half-2023 .fz-s {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .popup-half-2023 .fz-s {
    font-size: 14px;
  }
}
.popup-half-2023 .fz-xs {
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
}
.popup-half-2023 .popup-desc-ex {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .popup-half-2023 .popup-desc-ex {
    line-height: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .popup-half-2023 .popup-desc-ex {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.popup-half-2023 .popup-desc-ex .plus-ex {
  font-weight: 400;
  line-height: 16px;
  font-size: 9px;
}
@media screen and (min-width: 768px) {
  .popup-half-2023 .popup-desc-ex .plus-ex {
    font-size: 11.5px;
    line-height: 17px;
  }
}
.popup-half-2023 .popup-desc-ex .plus-ex span {
  font-weight: bold;
  font-size: 17px;
  padding-left: 2px;
  padding-right: 2px;
}
@media screen and (min-width: 768px) {
  .popup-half-2023 .popup-desc-ex .plus-ex span {
    font-size: 19px;
  }
}
.popup-half-2023 .popup-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .popup-half-2023 .popup-btn {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .popup-half-2023 .popup-btn {
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-top: 24px;
  }
}
.popup-half-2023 .popup-btn .btn a {
  background: 0 0;
  border: 1px solid #000;
  text-align: center;
  max-width: 100%;
  display: inline-flex;
  min-width: 115px;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  background: #fff;
  color: #000;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  width: 100%;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.3px;
  font-family: "untitled-sans", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .popup-half-2023 .popup-btn .btn a {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .popup-half-2023 .popup-btn .btn a {
    font-size: 14px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .popup-half-2023 .popup-btn .btn a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
  }
}/*# sourceMappingURL=pop_up_half.css.map */