@charset "UTF-8";
@import url(base.css);
@import url(common.css);
@import url(common_sp.css);
/*---------------------------------
  Common CSS 2016.11
  CSS Document 2022.05
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
body{
  position: relative;
}
#FirstPopupWall{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: rgba(51, 51, 51, 0.8);
  z-index: 900;
}
#FirstPopup{
  display: none;
  border: 10px solid #ebebeb;
  width: 100%;
  max-width: 740px;
  min-height: 387px;
  height: auto;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 901;
  transform: translate(-50%, -50%);
  font-family: "Shippori Mincho", "游明朝体", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-weight: 400;
}
#FirstPopup #FirstPopupInner{
  position: relative;
  height: 100%;
  text-align: center;
}
#FirstPopup #FirstPopupInner .FirstPopupClose{
  position: absolute;
  top: -40px;
  right: -32px;
  width: 40px;
  height: 40px;
  background: url(../img/contents/searchModal/icon_close.png) no-repeat left top;
  background-size: 100% auto;
  text-decoration: none;
}
#FirstPopup h2{
  margin: 10px 0 -30px 17px;
  width: 171px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../img/contents/index_popup01.png);
  background-size: 171px auto;
  text-indent: -9999px;
  text-align: left;
}
#FirstPopup p{
  margin-bottom: 9px;
  line-height: 30px;
  text-align: center;
  font-size: 24px;
  color: #000000;
  font-weight: 400;
}
#FirstPopup p:nth-of-type(6){
  margin-bottom: 18px;
}
#FirstPopup p.text03,#FirstPopup p.text04{
  margin-bottom: 0;
  line-height: 50px;
}
#FirstPopup p.text03 strong{
  display: inline-block;
  margin-bottom: 8px;
  border-bottom: 4px solid #a30091;
  font-size: 28px;
  color: #a30091;
  font-weight: 400;
}
#FirstPopup p.text03 strong span{
  font-size: 55px;
  font-weight: 600;
}
#FirstPopup p.text04{
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: 800;
}
#FirstPopup p#text01::after,
#FirstPopup p#text02::after,
#FirstPopup p#text03::after,
#FirstPopup p#text04::after{
  content: "";
  display: none;
  border-right: 2px solid;
  padding-left: 2px;
  animation: caret 1s steps(1) infinite;
  width: 2px;
  height: 16px;
}
#FirstPopup p#text01.active::after,
#FirstPopup p#text02.active::after,
#FirstPopup p#text03.active::after,
#FirstPopup p#text04.active::after{
  display: inline;
}
@keyframes caret {
  50% {
    border-color: transparent;
  }
}
#FirstPopup .firstPopupBtn{
  display: block;
  padding: 30px 10px;
  max-width: 360px;
  width: 100%;
  margin: 0 auto 13px;
  border-radius: 50px;
  background-color: #a91e9a;
  -webkit-box-shadow: 0 3px #e796de;
  box-shadow: 0 3px #e796de;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  line-height: 1px;
}
#FirstPopup .firstPopupBtn + p{
  margin-bottom: 0;
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
@media print, screen and (min-width: 768px) {
  #FirstPopup .disp_sp{
    display: none;
  }
  #FirstPopup p#text01, #FirstPopup p#text02,
  #FirstPopup p#text03, #FirstPopup p#text04{
    display: inline-block;
  }
  #FirstPopup .firstPopupBtn:hover{
    opacity: .8;
  }
}

@media print, screen and (min-width: 768px)  and (max-width: 1024px) {
}

/*トップページ sp
-------------------------------------*/
@media print, screen and (max-width: 767px) {
  #FirstPopup .disp_pc{
    display: none;
  }
  #FirstPopup{
    width: calc(100% - 20px);
    max-width: none;
    min-height: 350px;
  }
  #FirstPopup #FirstPopupInner .FirstPopupClose{
    top: -40px;
    right: 0px;
  }
  #FirstPopup h2{
    margin: 12px auto 7px;
    width: 129px;
    height: 36px;
    background-size: 129px auto;
  }
  #FirstPopup p{
    margin-bottom: 7px;
    line-height: 22px;
    font-size: 16px;
  }
  #FirstPopup p.text03 strong{
    margin-bottom: 15px;
    border-bottom-width: 3px;
    font-size: 19px;
  }
  #FirstPopup p.text03 strong span{
    font-size: 37px;
  }
  #FirstPopup p.text04{
    line-height: 32px;
    font-size: 24px;
  }
  /*#FirstPopup p#text01, #FirstPopup p#text02{
    padding: 0 50px;
  }*/
  #FirstPopup .firstPopupBtn{
    padding: 14px 10px;
    max-width: 250px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
  }
  #FirstPopup .firstPopupBtn + p{
    margin-bottom: 14px;
    font-size: 10px;
    color: #666666;
  }
}

@media print, screen and (max-width: 290px) {
}
