@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*SPのフォントサイズ
 デザインカンプ横幅 720pxに合わせるために仕様*/
/*
	$weight:フォントの太さ
	@include f_noto_cjk();
	@include f_noto_cjk(700);
*/
/*
	$weight:フォントの太さ
	@include f_trajan();
*/
/*
	$weight:フォントの太さ
	@include f_prata();
*/
/*
	$weight:フォントの太さ
	@include f_roboto();
*/
/*
	$weight:フォントの太さ
	@include f_dancing();
*/
/*
	$weight:フォントの太さ
	@include f_barlow();
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
/* 15th anniversary banner 追加 */
.popup_banner {
  position: fixed;
  top: 2.5rem;
  left: 50%;
  z-index: 999;
  width: 3.5rem;
  height: auto;
  -webkit-transform: translateX(-170%);
          transform: translateX(-170%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .popup_banner {
    top: 2.2rem;
    width: 2.3rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.popup_banner_close {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .popup_banner_close {
    width: 0.2rem;
    height: 0.2rem;
    top: 0.05rem;
    right: 0.05rem;
  }
}
.popup_banner_close::before, .popup_banner_close::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.15rem;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .popup_banner_close::before, .popup_banner_close::after {
    width: 0.12rem;
  }
}
.popup_banner_close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup_banner_close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popup_banner_btn {
  position: absolute;
  bottom: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .popup_banner_btn {
    gap: 0.08rem;
    bottom: 0.12rem;
  }
}
.popup_banner_later {
  width: 1.1rem;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .popup_banner_later {
    width: 0.7rem;
  }
}
.popup_banner_link {
  display: block;
  width: 1.9rem;
}
@media screen and (max-width: 640px) {
  .popup_banner_link {
    width: 1.2rem;
  }
}
.popup_banner_link img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup_banner.is-hidden {
  opacity: 0;
  pointer-events: none;
}
/*# sourceMappingURL=index_15th_anniversary_bnr.css.map */