@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
#oraclecard {
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
  letter-spacing: .1px;
  font-family: 'Noto Sans Japanese';
  color: #161616;
}
#oraclecard .sp {
  display: none;
}
#oraclecard .-fade > * {
  position: relative;
  top: 10px;
  opacity: 0;
}
#oraclecard .main_visual {
  position: relative;
  margin: 0 auto;
  height: 750px;
  overflow: hidden;
  background-image: url("../images/bg_main.png");
  background-position: left 48.854337% top -1px;
  background-repeat: no-repeat;
}
#oraclecard .main_visual .header {
  margin: 0 auto 76px;
  padding-top: 20px;
  width: 1100px;
}
#oraclecard .main_visual .header .company_logo img {
  width: 123px;
}
#oraclecard .main_visual .wrapper {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  height: 620px;
}
#oraclecard .main_visual .wrapper .site_logo {
  margin-bottom: 28px;
  text-align: center;
}
#oraclecard .main_visual .wrapper .site_logo img {
  height: 388px;
}
#oraclecard .main_visual .wrapper .txt {
  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;
  font-size: 17px;
}
#oraclecard .main_visual .wrapper .txt::before, #oraclecard .main_visual .wrapper .txt::after {
  display: block;
  content: '';
  width: 55px;
  height: 1px;
  background-color: #434343;
}
#oraclecard .main_visual .wrapper .txt::before {
  margin-right: 17px;
}
#oraclecard .main_visual .wrapper .txt::after {
  margin-left: 17px;
}
#oraclecard .main_visual .wrapper .scroll {
  position: absolute;
  left: 20px;
  bottom: 238px;
}
#oraclecard .greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 110px 0 0;
  width: 1200px;
  height: 350px;
  box-sizing: border-box;
  text-align: center;
}
#oraclecard .greeting .before_stars, #oraclecard .greeting .after_stars {
  position: relative;
  top: -34px;
  width: 304px;
  height: 196px;
}
#oraclecard .greeting .before_stars .star, #oraclecard .greeting .after_stars .star {
  position: absolute;
  display: block;
  width: 16px;
  height: 15px;
  opacity: .3;
  background-image: url("../images/bg_greeting_stars.png");
  background-position: left top;
}
#oraclecard .greeting .before_stars {
  margin-left: 19.5px;
}
#oraclecard .greeting .before_stars .star:nth-child(1) {
  top: 0px;
  left: 288px;
  animation: shine 3s linear 0s infinite;
}
#oraclecard .greeting .before_stars .star:nth-child(2) {
  top: 88px;
  left: 115px;
  animation: shine 3s linear 1s infinite;
}
#oraclecard .greeting .before_stars .star:nth-child(3) {
  top: 118px;
  left: 0;
  animation: shine 3s linear 2s infinite;
}
#oraclecard .greeting .before_stars .star:nth-child(4) {
  top: 181px;
  left: 165px;
  animation: shine 3s linear 2s infinite;
}
#oraclecard .greeting .before_stars .star:nth-child(5) {
  top: 82px;
  left: 255px;
  animation: shine 3s linear 0s infinite;
}
#oraclecard .greeting .before_stars .star:nth-child(6) {
  top: 14px;
  left: 25px;
  width: 7px;
  height: 7px;
  animation: shine 3s linear 0s infinite;
  background-position: left -27px center;
}
#oraclecard .greeting .before_stars .star:nth-child(7) {
  top: 186px;
  left: 273px;
  width: 7px;
  height: 7px;
  animation: shine 3s linear 1s infinite;
  background-position: left -27px center;
}
#oraclecard .greeting .before_stars .star:nth-child(8) {
  top: 138px;
  left: 225px;
  width: 7px;
  height: 7px;
  animation: shine 3s linear 2s infinite;
  background-position: left -27px center;
}
#oraclecard .greeting .before_stars .star:nth-child(9) {
  top: 16px;
  left: 145px;
  width: 10px;
  height: 10px;
  animation: shine 3s linear 0s infinite;
  background-position: left -16px center;
}
#oraclecard .greeting .before_stars .star:nth-child(10) {
  top: 154px;
  left: 68px;
  width: 10px;
  height: 10px;
  animation: shine 3s linear 1s infinite;
  background-position: left -16px center;
}
#oraclecard .greeting .before_stars .star:nth-child(11) {
  top: 47px;
  left: 214px;
  width: 10px;
  height: 10px;
  animation: shine 3s linear 2s infinite;
  background-position: left -16px center;
}
#oraclecard .greeting .wrapper .top {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 20px;
}
#oraclecard .greeting .wrapper .txt {
  font-size: 14px;
  line-height: 36px;
}
#oraclecard .greeting .after_stars {
  margin-right: 19.5px;
}
#oraclecard .greeting .after_stars .star:nth-child(1) {
  top: 0px;
  right: 288px;
  animation: shine 3s linear 0s infinite;
}
#oraclecard .greeting .after_stars .star:nth-child(2) {
  top: 88px;
  right: 115px;
  animation: shine 3s linear 1s infinite;
}
#oraclecard .greeting .after_stars .star:nth-child(3) {
  top: 118px;
  right: 0;
  animation: shine 3s linear 2s infinite;
}
#oraclecard .greeting .after_stars .star:nth-child(4) {
  top: 181px;
  right: 165px;
  animation: shine 3s linear 2s infinite;
}
#oraclecard .greeting .after_stars .star:nth-child(5) {
  top: 82px;
  right: 255px;
  animation: shine 3s linear 0s infinite;
}
#oraclecard .greeting .after_stars .star:nth-child(6) {
  top: 14px;
  right: 25px;
  width: 7px;
  height: 7px;
  animation: shine 3s linear 0s infinite;
  background-position: left -27px center;
}
#oraclecard .greeting .after_stars .star:nth-child(7) {
  top: 186px;
  right: 273px;
  width: 7px;
  height: 7px;
  animation: shine 3s linear 1s infinite;
  background-position: left -27px center;
}
#oraclecard .greeting .after_stars .star:nth-child(8) {
  top: 138px;
  right: 225px;
  width: 7px;
  height: 7px;
  animation: shine 3s linear 2s infinite;
  background-position: left -27px center;
}
#oraclecard .greeting .after_stars .star:nth-child(9) {
  top: 16px;
  right: 145px;
  width: 10px;
  height: 10px;
  animation: shine 3s linear 0s infinite;
  background-position: left -16px center;
}
#oraclecard .greeting .after_stars .star:nth-child(10) {
  top: 154px;
  right: 68px;
  width: 10px;
  height: 10px;
  animation: shine 3s linear 1s infinite;
  background-position: left -16px center;
}
#oraclecard .greeting .after_stars .star:nth-child(11) {
  top: 47px;
  right: 214px;
  width: 10px;
  height: 10px;
  animation: shine 3s linear 2s infinite;
  background-position: left -16px center;
}
#oraclecard .oracle_cards {
  margin-bottom: 66px;
  padding: 232px 0 0;
  height: 623px;
  box-sizing: border-box;
  background-image: url("../images/bg_oracle_cards.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
#oraclecard .oracle_cards .cards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  height: 245px;
  width: 1100px;
  overflow: hidden;
}
#oraclecard .oracle_cards .cards::before, #oraclecard .oracle_cards .cards::after {
  position: absolute;
  display: block;
  content: '';
  width: 138px;
  height: 195px;
  background-image: url("../images/bg_gradation.png");
  background-repeat: no-repeat;
  z-index: 10;
}
#oraclecard .oracle_cards .cards::before {
  top: 0;
  bottom: 0;
  left: -50px;
  margin: auto 0;
}
#oraclecard .oracle_cards .cards::after {
  top: 0;
  right: -50px;
  bottom: 0;
  margin: auto 0;
  transform: rotate(180deg);
}
#oraclecard .oracle_cards .cards .card {
  position: relative;
  left: -50px;
  flex-shrink: 0;
  margin-right: 54px;
  width: 125px;
  height: 195px;
}
#oraclecard .oracle_cards .cards .card a {
  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: 100%;
  height: 100%;
}
#oraclecard .oracle_cards .cards .card a img {
  width: 125px;
  height: 195px;
  border-radius: 10px;
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.05);
}
#oraclecard .oracle_cards .cards .card a:hover img {
  transition: .3s;
  transform: scale(1.2);
  opacity: .6;
}
#oraclecard .pop {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
#oraclecard .pop .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1100px;
  height: 700px;
  background-image: url("../images/bg_pop.png");
  background-repeat: no-repeat;
}
#oraclecard .pop .inner .wrapper {
  height: 700px;
}
#oraclecard .pop .inner .wrapper .card_area {
  padding: 50px 0 0 68px;
}
#oraclecard .pop .inner .wrapper .card_area .card {
  position: relative;
  width: 594px;
  height: 594px;
  background-image: url("../images/bg_pop_card.png");
  background-position: left 7px center;
  background-repeat: no-repeat;
}
#oraclecard .pop .inner .wrapper .card_area .card::before {
  position: absolute;
  display: block;
  content: '';
  width: 594px;
  height: 594px;
  animation: rotation 5.5s step-end 0s infinite normal forwards;
  background-image: url("../images/bg_pop_anim.png");
  background-position: left 7px center;
  background-repeat: no-repeat;
}
#oraclecard .pop .inner .wrapper .card_area .card img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 245px;
}
#oraclecard .pop .inner .wrapper .txt {
  position: absolute;
  top: 200px;
  left: 556px;
  width: 370px;
  color: #fff;
}
#oraclecard .pop .inner .wrapper .txt .title {
  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;
  margin-bottom: 45px;
  height: 58px;
  font-size: 26px;
  color: #d5c964;
  background-image: url("../images/bg_pop_title.png");
  background-size: 100% auto;
}
#oraclecard .pop .inner .wrapper .txt .oracle_txt {
  margin: 0 50px 30px;
  font-size: 18px;
  line-height: 38px;
}
#oraclecard .pop .inner .wrapper .txt .info {
  margin-left: 50px;
  font-size: 14px;
  line-height: 28px;
}
#oraclecard .pop .inner .wrapper .txt .info a {
  color: #d5c964;
  text-decoration: underline;
}
#oraclecard .pop .inner .close {
  position: absolute;
  left: 0;
  bottom: -46px;
  right: 0;
  margin: 0 auto;
  width: 92px;
  height: 92px;
}
#oraclecard .pop .inner .close a {
  display: block;
  height: 100%;
  background-image: url("../images/btn_close_hover.png");
}
#oraclecard .pop .inner .close a img {
  width: 100%;
}
#oraclecard .pop .inner .close a:hover img {
  transition: .3s;
  opacity: 0;
}
#oraclecard .pop .inner .stars .star {
  position: absolute;
  display: block;
  content: '';
  width: 29px;
  height: 29px;
  opacity: .3;
  background-position: center center;
  background-repeat: no-repeat;
}
#oraclecard .pop .inner .stars .star:nth-child(1) {
  top: 51px;
  left: 408px;
  width: 30px;
  height: 33px;
  animation: shine 3s linear 0s infinite;
  background-image: url("../images/stars/anim_star_01.png");
}
#oraclecard .pop .inner .stars .star:nth-child(2) {
  top: 44px;
  left: 76px;
  animation: shine 3s linear 1s infinite;
  background-image: url("../images/stars/anim_star_02.png");
}
#oraclecard .pop .inner .stars .star:nth-child(3) {
  top: 41px;
  left: 818px;
  animation: shine 3s linear 2s infinite;
  background-image: url("../images/stars/anim_star_03.png");
}
#oraclecard .pop .inner .stars .star:nth-child(4) {
  top: 568px;
  left: 980px;
  animation: shine 3s linear 0s infinite;
  background-image: url("../images/stars/anim_star_04.png");
}
#oraclecard .pop .inner .stars .star:nth-child(5) {
  top: 652px;
  left: 413px;
  animation: shine 3s linear 1s infinite;
  background-image: url("../images/stars/anim_star_05.png");
}
#oraclecard .pop .inner .stars .star:nth-child(6) {
  top: 335px;
  left: 65px;
  animation: shine 3s linear 2s infinite;
  background-image: url("../images/stars/anim_star_06.png");
}
#oraclecard .pop .inner .stars .star:nth-child(7) {
  top: 506px;
  left: 1009px;
  animation: shine 3s linear 0s infinite;
  background-image: url("../images/stars/anim_star_07.png");
}
#oraclecard .pop .inner .stars .star:nth-child(8) {
  top: 588px;
  left: 139px;
  width: 50px;
  height: 51px;
  animation: shine 3s linear 1s infinite;
  background-image: url("../images/stars/anim_star_08.png");
}
#oraclecard .pop .inner .stars .star:nth-child(9) {
  top: 358px;
  left: 5px;
  width: 50px;
  height: 51px;
  animation: shine 3s linear 2s infinite;
  background-image: url("../images/stars/anim_star_09.png");
}
#oraclecard .pop .inner .stars .star:nth-child(10) {
  top: 393px;
  left: 23px;
  width: 77px;
  height: 78px;
  animation: shine 3s linear 0s infinite;
  background-image: url("../images/stars/anim_star_10.png");
}
#oraclecard .pop .inner .stars .star:nth-child(11) {
  top: -6px;
  left: 848px;
  width: 77px;
  height: 78px;
  animation: shine 3s linear 1s infinite;
  background-image: url("../images/stars/anim_star_11.png");
}
#oraclecard .pop .inner .stars .star:nth-child(12) {
  top: 608px;
  left: 732px;
  width: 30px;
  height: 33px;
  animation: shine 3s linear 2s infinite;
  background-image: url("../images/stars/anim_star_12.png");
}
#oraclecard .pop .inner .stars .star:nth-child(13) {
  top: 208px;
  left: 37px;
  animation: shine 3s linear 0s infinite;
  background-image: url("../images/stars/anim_star_13.png");
}
#oraclecard .pop .inner .stars .star:nth-child(14) {
  top: 217px;
  left: 66px;
  width: 58px;
  height: 60px;
  animation: shine 3s linear 1s infinite;
  background-image: url("../images/stars/anim_star_14.png");
}
#oraclecard .pop .inner .stars .star:nth-child(15) {
  top: 70px;
  left: 854px;
  animation: shine 3s linear 2s infinite;
  background-image: url("../images/stars/anim_star_15.png");
}
#oraclecard .pop .inner .stars .star:nth-child(16) {
  top: 69px;
  left: 525px;
  width: 50px;
  height: 51px;
  animation: shine 3s linear 0s infinite;
  background-image: url("../images/stars/anim_star_16.png");
}
#oraclecard .pop .inner .stars .star:nth-child(17) {
  top: 140px;
  left: 940px;
  width: 50px;
  height: 51px;
  animation: shine 3s linear 1s infinite;
  background-image: url("../images/stars/anim_star_17.png");
}
#oraclecard .pop .inner .stars .star:nth-child(18) {
  top: 427px;
  left: 1053px;
  width: 30px;
  height: 33px;
  animation: shine 3s linear 2s infinite;
  background-image: url("../images/stars/anim_star_18.png");
}
#oraclecard .pop .inner .stars .star:nth-child(19) {
  top: 617px;
  left: 764px;
  width: 66px;
  height: 67px;
  animation: shine 3s linear 0s infinite;
  background-image: url("../images/stars/anim_star_19.png");
}
#oraclecard .pop .inner .stars .star:nth-child(20) {
  top: 246px;
  left: 1008px;
  width: 77px;
  height: 78px;
  animation: shine 3s linear 1s infinite;
  background-image: url("../images/stars/anim_star_20.png");
}
#oraclecard .pop .inner .stars .star:nth-child(21) {
  top: 370px;
  left: 996px;
  width: 50px;
  height: 51px;
  animation: shine 3s linear 2s infinite;
  background-image: url("../images/stars/anim_star_21.png");
}
#oraclecard .oracle_cards_ar {
  margin: 0 auto 84px;
  width: 1100px;
  height: 612px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 20px;
  box-shadow: 9px 9px 13px 0 rgba(201, 201, 201, 0.3);
  background-image: url("../images/bg_oracle_cards_ar.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#oraclecard .oracle_cards_ar .wrapper {
  padding-top: 156px;
  background-image: url("../images/bg_oracle_cards_ar_title.png");
  background-position: center top 48px;
  background-size: 259px;
  background-repeat: no-repeat;
}
#oraclecard .oracle_cards_ar .wrapper .title {
  margin-bottom: 45px;
}
#oraclecard .oracle_cards_ar .wrapper .title img {
  width: 327px;
}
#oraclecard .oracle_cards_ar .wrapper .name {
  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;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 24px;
}
#oraclecard .oracle_cards_ar .wrapper .name::after {
  display: block;
  content: '';
  margin-left: 13px;
  width: 22px;
  height: 30px;
  background-image: url("../images/icon_smartphone.png");
  background-size: 22px 30px;
  background-repeat: no-repeat;
}
#oraclecard .oracle_cards_ar .wrapper .description {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 30px;
}
#oraclecard .oracle_cards_ar .wrapper .note {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  color: #909090;
}
#oraclecard .oracle_cards_ar .wrapper .pc img {
  width: 111px;
}
#oraclecard .contact {
  padding: 66px 0;
  background-color: #f3f3f3;
}
#oraclecard .contact .wrapper {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 840px;
  text-align: center;
}
#oraclecard .contact .wrapper .contact_logo {
  position: relative;
  top: -28px;
  width: 336px;
}
#oraclecard .contact .wrapper .contact_logo a {
  display: block;
  margin-left: 70px;
  width: 160px;
}
#oraclecard .contact .wrapper .contact_logo img {
  width: 100%;
}
#oraclecard .contact .wrapper .inner {
  margin: 0 0 60px auto;
  padding: 68px 0 57px;
  width: 504px;
  border-radius: 20px;
  background-color: #fff;
}
#oraclecard .contact .wrapper .inner .title {
  margin-bottom: 30px;
}
#oraclecard .contact .wrapper .inner .txt {
  margin-bottom: 40px;
  line-height: 36px;
}
#oraclecard .contact .wrapper .inner a {
  position: relative;
  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;
  margin: 0 auto;
  width: 293px;
  height: 57px;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 4px;
  color: #fff;
  background-color: #000;
}
#oraclecard .contact .wrapper .inner a:hover {
  transition: .3s;
  color: #161616;
  background-color: #fff;
}
#oraclecard .contact .wrapper .inner a:hover::before {
  background-image: url("../images/icon_mail_hover.png");
}
#oraclecard .contact .wrapper .inner a:hover::after {
  background-image: url("../images/icon_arrow_hover.png");
}
#oraclecard .contact .wrapper .inner a::before, #oraclecard .contact .wrapper .inner a::after {
  display: block;
  content: '';
  background-repeat: no-repeat;
}
#oraclecard .contact .wrapper .inner a::before {
  margin-right: 10px;
  width: 18px;
  height: 13px;
  background-image: url("../images/icon_mail.png");
  background-size: 18px auto;
}
#oraclecard .contact .wrapper .inner a::after {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 9px;
  background-image: url("../images/icon_arrow.png");
  background-size: 6px auto;
}
#oraclecard .contact .hint {
  text-align: center;
}
#oraclecard .footer {
  padding: 26px 0;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  background-color: #313131;
}

@keyframes rotation {
  0% {
    transform: rotate(-45deg);
  }
  10% {
    transform: rotate(-36deg);
  }
  20% {
    transform: rotate(-27deg);
  }
  30% {
    transform: rotate(-18deg);
  }
  40% {
    transform: rotate(-9deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(9deg);
  }
  70% {
    transform: rotate(18deg);
  }
  80% {
    transform: rotate(27deg);
  }
  90% {
    transform: rotate(36deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes shine {
  0% {
    opacity: .3;
  }
  20% {
    opacity: .3;
  }
  40% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  80% {
    opacity: .3;
  }
  100% {
    opacity: .3;
  }
}
/** ------------------------------
 * MediaQuery: sp
 ------------------------------ */
@media screen and (max-width: 768px) {
  #oraclecard {
    width: 100%;
    min-width: auto;
  }
  #oraclecard .pc {
    display: none;
  }
  #oraclecard .sp {
    display: block;
  }
  #oraclecard .main_visual {
    width: 100%;
    height: 143.3333333333vw;
    overflow: visible;
    background-image: url("../images/bg_main_sp.png");
    background-position: center top;
    background-size: 100% auto;
  }
  #oraclecard .main_visual .header {
    margin-bottom: 20.5333333333vw;
    padding-top: 3.3333333333vw;
    width: auto;
  }
  #oraclecard .main_visual .header .company_logo {
    margin-left: 5.8666666667vw;
  }
  #oraclecard .main_visual .header .company_logo img {
    width: 28.1333333333vw;
  }
  #oraclecard .main_visual .wrapper {
    position: relative;
    margin: 0 auto;
    width: auto;
    height: 111.4666666667vw;
  }
  #oraclecard .main_visual .wrapper .site_logo {
    margin-bottom: 8vw;
  }
  #oraclecard .main_visual .wrapper .site_logo img {
    height: 68.6666666667vw;
  }
  #oraclecard .main_visual .wrapper .txt {
    font-size: 3.7333333333vw;
  }
  #oraclecard .main_visual .wrapper .txt::before, #oraclecard .main_visual .wrapper .txt::after {
    width: 5.8666666667vw;
  }
  #oraclecard .main_visual .wrapper .txt::before {
    margin-right: 5.3333333333vw;
  }
  #oraclecard .main_visual .wrapper .txt::after {
    margin-left: 5.3333333333vw;
  }
  #oraclecard .main_visual .wrapper .scroll {
    right: 0;
    bottom: -8.9333333333vw;
    left: 0;
    margin: 0 auto;
    width: 9.8666666667vw;
    height: 14vw;
  }
  #oraclecard .main_visual .wrapper .scroll img {
    width: 100%;
  }
  #oraclecard .greeting {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 8.8vw;
    height: 91.7333333333vw;
    width: auto;
  }
  #oraclecard .greeting .before_stars, #oraclecard .greeting .after_stars {
    position: relative;
    top: 0;
    width: 90.2666666667vw;
    height: 10.6666666667vw;
  }
  #oraclecard .greeting .before_stars .star, #oraclecard .greeting .after_stars .star {
    position: absolute;
    display: block;
    width: 2.1333333333vw;
    height: 2vw;
    background-image: url("../images/bg_greeting_stars.png");
    background-position: left top;
    background-size: 4.5333333333vw auto;
  }
  #oraclecard .greeting .before_stars {
    margin: 0 0 5.3333333333vw;
  }
  #oraclecard .greeting .before_stars .star:nth-child(1) {
    top: 0;
    left: 53.0666666667vw;
    animation: shine 3s linear 0s infinite;
  }
  #oraclecard .greeting .before_stars .star:nth-child(2) {
    top: 8.6666666667vw;
    left: 80.6666666667vw;
    animation: shine 3s linear 2s infinite;
  }
  #oraclecard .greeting .before_stars .star:nth-child(3) {
    top: 0;
    left: 35.0666666667vw;
    animation: shine 3s linear 0s infinite;
  }
  #oraclecard .greeting .before_stars .star:nth-child(4) {
    top: 8.6666666667vw;
    left: 7.4666666667vw;
    animation: shine 3s linear 2s infinite;
  }
  #oraclecard .greeting .before_stars .star:nth-child(5) {
    top: 1.8666666667vw;
    left: 89.3333333333vw;
    width: 0.9333333333vw;
    height: 0.9333333333vw;
    animation: shine 3s linear 1s infinite;
    background-position: left -3.6vw center;
  }
  #oraclecard .greeting .before_stars .star:nth-child(6) {
    top: 1.8666666667vw;
    left: 0;
    width: 0.9333333333vw;
    height: 0.9333333333vw;
    animation: shine 3s linear 1s infinite;
    background-position: left -3.6vw center;
  }
  #oraclecard .greeting .before_stars .star:nth-child(7) {
    top: 2.1333333333vw;
    left: 72.9333333333vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    animation: shine 3s linear 0s infinite;
    background-position: left -2.1333333333vw center;
  }
  #oraclecard .greeting .before_stars .star:nth-child(8) {
    top: 6.2666666667vw;
    left: 63.7333333333vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    animation: shine 3s linear 1s infinite;
    background-position: left -2.1333333333vw center;
  }
  #oraclecard .greeting .before_stars .star:nth-child(9) {
    top: 2.1333333333vw;
    left: 16vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    animation: shine 3s linear 2s infinite;
    background-position: left -2.1333333333vw center;
  }
  #oraclecard .greeting .before_stars .star:nth-child(10) {
    top: 6.2666666667vw;
    left: 25.2vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    animation: shine 3s linear 0s infinite;
    background-position: left -2.1333333333vw center;
  }
  #oraclecard .greeting .before_stars .star:nth-child(11) {
    display: none;
  }
  #oraclecard .greeting .wrapper {
    margin-bottom: 5.3333333333vw;
  }
  #oraclecard .greeting .wrapper .top {
    font-size: 4.5333333333vw;
    line-height: 4.5333333333vw;
  }
  #oraclecard .greeting .wrapper .txt {
    margin-bottom: 4vw;
    font-size: 3.4666666667vw;
    line-height: 7.2vw;
  }
  #oraclecard .greeting .wrapper .txt:last-child {
    margin-bottom: 0;
  }
  #oraclecard .greeting .after_stars {
    margin: 0;
  }
  #oraclecard .greeting .after_stars .star:nth-child(1) {
    top: 0;
    left: 53.0666666667vw;
    animation: shine 3s linear 0s infinite;
  }
  #oraclecard .greeting .after_stars .star:nth-child(2) {
    top: 8.6666666667vw;
    left: 80.6666666667vw;
    animation: shine 3s linear 2s infinite;
  }
  #oraclecard .greeting .after_stars .star:nth-child(3) {
    top: 0;
    left: 35.0666666667vw;
    animation: shine 3s linear 0s infinite;
  }
  #oraclecard .greeting .after_stars .star:nth-child(4) {
    top: 8.6666666667vw;
    left: 7.4666666667vw;
    animation: shine 3s linear 2s infinite;
  }
  #oraclecard .greeting .after_stars .star:nth-child(5) {
    top: 1.8666666667vw;
    left: 89.3333333333vw;
    width: 0.9333333333vw;
    height: 0.9333333333vw;
    animation: shine 3s linear 1s infinite;
    background-position: left -3.6vw center;
  }
  #oraclecard .greeting .after_stars .star:nth-child(6) {
    top: 1.8666666667vw;
    left: 0;
    width: 0.9333333333vw;
    height: 0.9333333333vw;
    animation: shine 3s linear 1s infinite;
    background-position: left -3.6vw center;
  }
  #oraclecard .greeting .after_stars .star:nth-child(7) {
    top: 2.1333333333vw;
    left: 72.9333333333vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    animation: shine 3s linear 0s infinite;
    background-position: left -2.1333333333vw center;
  }
  #oraclecard .greeting .after_stars .star:nth-child(8) {
    top: 6.2666666667vw;
    left: 63.7333333333vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    animation: shine 3s linear 1s infinite;
    background-position: left -2.1333333333vw center;
  }
  #oraclecard .greeting .after_stars .star:nth-child(9) {
    top: 2.1333333333vw;
    left: 16vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    animation: shine 3s linear 2s infinite;
    background-position: left -2.1333333333vw center;
  }
  #oraclecard .greeting .after_stars .star:nth-child(10) {
    top: 6.2666666667vw;
    left: 25.2vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    animation: shine 3s linear 0s infinite;
    background-position: left -2.1333333333vw center;
  }
  #oraclecard .greeting .after_stars .star:nth-child(11) {
    display: none;
  }
  #oraclecard .oracle_cards {
    position: relative;
    top: -3.0666666667vw;
    margin: 0 auto 12.2666666667vw auto;
    max-width: 89.3333333333vw;
    padding-top: 41.3333333333vw;
    height: 135.6vw;
    background-image: url("../images/bg_oracle_cards_sp.png");
    background-size: 100% auto;
  }
  #oraclecard .oracle_cards .cards {
    width: 100%;
    height: 67.4666666667vw;
  }
  #oraclecard .oracle_cards .cards::before, #oraclecard .oracle_cards .cards::after {
    width: 29.2vw;
    height: 65.3333333333vw;
    background-image: url("../images/bg_gradation_sp.png");
    background-size: 100% auto;
  }
  #oraclecard .oracle_cards .cards::before {
    left: -1px;
  }
  #oraclecard .oracle_cards .cards::after {
    right: -1px;
  }
  #oraclecard .oracle_cards .cards .card {
    left: -24.4vw;
    margin-right: 6.9333333333vw;
    width: 41.4666666667vw;
    height: 64.9333333333vw;
  }
  #oraclecard .oracle_cards .cards .card a img {
    width: 41.4666666667vw;
    height: 64.9333333333vw;
  }
  #oraclecard .oracle_cards .cards .card a:hover img {
    transition: 0;
    transform: scale(1);
    opacity: 1;
  }
  #oraclecard .pop {
    overflow: scroll;
  }
  #oraclecard .pop .inner {
    top: 5.3333333333vw;
    margin: 0 auto;
    width: 89.3333333333vw;
    height: 165.3333333333vw;
    padding-bottom: 2.6666666667vw;
    background-image: url("../images/bg_pop_sp.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  #oraclecard .pop .inner .wrapper {
    padding-top: 8vw;
    height: auto;
    box-sizing: border-box;
  }
  #oraclecard .pop .inner .wrapper .card_area {
    padding: 0;
  }
  #oraclecard .pop .inner .wrapper .card_area .card {
    margin: 0 auto;
    width: 79.2vw;
    height: 79.2vw;
    background-size: 100% auto;
    background-position: left 0.8vw top -5.3333333333vw;
  }
  #oraclecard .pop .inner .wrapper .card_area .card::before {
    width: 79.2vw;
    height: 79.2vw;
    background-size: 100% auto;
    background-position: center center;
  }
  #oraclecard .pop .inner .wrapper .card_area .card img {
    width: 35.4666666667vw;
  }
  #oraclecard .pop .inner .wrapper .txt {
    position: static;
    width: 69.4666666667vw;
    margin: -1.8666666667vw auto 0;
  }
  #oraclecard .pop .inner .wrapper .txt .title {
    margin-bottom: 5.3333333333vw;
    width: 69.4666666667vw;
    height: 10.6666666667vw;
    font-size: 4.8vw;
    background-image: url("../images/bg_pop_title_sp.png");
    background-repeat: no-repeat;
  }
  #oraclecard .pop .inner .wrapper .txt .oracle_txt {
    margin: 0 4vw 4vw;
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
  }
  #oraclecard .pop .inner .wrapper .txt .info {
    margin-left: 4vw;
    font-size: 3.2vw;
    line-height: 5.6vw;
  }
  #oraclecard .pop .inner .close {
    bottom: 0;
    width: 16.4vw;
    height: 16.4vw;
  }
  #oraclecard .pop .inner .close a {
    background-image: none;
  }
  #oraclecard .pop .inner .close a:hover img {
    opacity: 1;
  }
  #oraclecard .pop .inner .stars .star {
    width: 3.8666666667vw;
    height: 3.8666666667vw;
    background-size: 100% auto;
  }
  #oraclecard .pop .inner .stars .star:nth-child(1) {
    top: 80.6666666667vw;
    left: 80vw;
    width: 3.8666666667vw;
    height: 3.8666666667vw;
    background-image: url("../images/stars/anim_star_01_sp.png");
  }
  #oraclecard .pop .inner .stars .star:nth-child(2) {
    top: -1.6vw;
    left: 68.2666666667vw;
    width: 10.2666666667vw;
    height: 10.4vw;
    background-image: url("../images/stars/anim_star_02_sp.png");
  }
  #oraclecard .pop .inner .stars .star:nth-child(3) {
    top: 6.6666666667vw;
    left: 55.7333333333vw;
    width: 4vw;
    height: 4.4vw;
    background-image: url("../images/stars/anim_star_03_sp.png");
  }
  #oraclecard .pop .inner .stars .star:nth-child(4) {
    top: 5.8666666667vw;
    left: 11.4666666667vw;
    background-image: url("../images/stars/anim_star_04_sp.png");
  }
  #oraclecard .pop .inner .stars .star:nth-child(5) {
    top: 5.3333333333vw;
    left: 45.6vw;
    background-image: url("../images/stars/anim_star_05_sp.png");
  }
  #oraclecard .pop .inner .stars .star:nth-child(6) {
    top: 75.7333333333vw;
    left: 67.2vw;
    background-image: url("../images/stars/anim_star_06_sp.png");
  }
  #oraclecard .pop .inner .stars .star:nth-child(7) {
    top: 22.9333333333vw;
    left: 80vw;
    background-image: url("../images/stars/anim_star_07_sp.png");
  }
  #oraclecard .pop .inner .stars .star:nth-child(8) {
    top: 47.2vw;
    left: 9.8666666667vw;
    width: 3.8666666667vw;
    height: 3.8666666667vw;
    background-image: url("../images/stars/anim_star_08_sp.png");
  }
  #oraclecard .pop .inner .stars .star:nth-child(9) {
    top: 78.4vw;
    left: 20vw;
    width: 6.6666666667vw;
    height: 6.8vw;
    background-image: url("../images/stars/anim_star_09_sp.png");
  }
  #oraclecard .pop .inner .stars .star:nth-child(10) {
    top: 47.7333333333vw;
    left: 1.8666666667vw;
    width: 6.6666666667vw;
    height: 6.8vw;
    background-image: url("../images/stars/anim_star_10_sp.png");
  }
  #oraclecard .pop .inner .stars .star:nth-child(11) {
    top: 52.2666666667vw;
    left: 4.2666666667vw;
    width: 7.6vw;
    height: 10.4vw;
    background-image: url("../images/stars/anim_star_11_sp.png");
  }
  #oraclecard .pop .inner .stars .star:nth-child(n + 12) {
    display: none;
  }
  #oraclecard .oracle_cards_ar {
    margin: 0 auto 14.9333333333vw;
    width: auto;
    max-width: 89.3333333333vw;
    height: 167.6vw;
    border-radius: 2.6666666667vw;
    background-image: url("../images/bg_oracle_cards_ar_sp.png");
    background-size: 100% auto;
  }
  #oraclecard .oracle_cards_ar .wrapper {
    padding-top: 40.5333333333vw;
    background-position: center top 19.4666666667vw;
    background-size: 51.7333333333vw auto;
  }
  #oraclecard .oracle_cards_ar .wrapper .title {
    margin-bottom: 4.9333333333vw;
  }
  #oraclecard .oracle_cards_ar .wrapper .title img {
    width: 67.7333333333vw;
  }
  #oraclecard .oracle_cards_ar .wrapper .name {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
  #oraclecard .oracle_cards_ar .wrapper .name::after {
    width: 6.9333333333vw;
    height: 9.8666666667vw;
    background-size: 6.9333333333vw auto;
  }
  #oraclecard .oracle_cards_ar .wrapper .description {
    margin: 0 auto 4vw;
    width: 69.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 7.2vw;
  }
  #oraclecard .oracle_cards_ar .wrapper .note {
    margin: 0 auto 5.3333333333vw;
    width: 69.3333333333vw;
    font-size: 3.2vw;
    line-height: 5.8666666667vw;
  }
  #oraclecard .oracle_cards_ar .wrapper a {
    position: relative;
    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;
    margin: 0 auto;
    width: 69.3333333333vw;
    height: 12.8vw;
    font-size: 3.2vw;
    border-radius: 1.0666666667vw;
    color: #fff;
    background-color: #000;
  }
  #oraclecard .oracle_cards_ar .wrapper a::after {
    position: absolute;
    top: 0;
    right: 4.8vw;
    bottom: 0;
    display: block;
    content: '';
    margin: auto 0;
    width: 1.6vw;
    height: 2.8vw;
    background-image: url("../images/icon_arrow.png");
    background-size: 1.6vw auto;
    background-repeat: no-repeat;
  }
  #oraclecard .contact {
    padding: 8.8vw 0 0;
  }
  #oraclecard .contact .wrapper {
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    height: 144vw;
  }
  #oraclecard .contact .wrapper .contact_logo {
    position: static;
    order: 3;
    margin: 0 auto;
  }
  #oraclecard .contact .wrapper .contact_logo a {
    margin: 0 auto;
  }
  #oraclecard .contact .wrapper .contact_logo img {
    width: 121px;
  }
  #oraclecard .contact .wrapper .inner {
    order: 1;
    margin: 0 auto 9.3333333333vw;
    padding: 12.2666666667vw 0;
    width: 89.3333333333vw;
    max-width: 89.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  #oraclecard .contact .wrapper .inner .title {
    margin-bottom: 6.6666666667vw;
  }
  #oraclecard .contact .wrapper .inner .title img {
    margin: 0 auto;
    width: 68.9333333333vw;
  }
  #oraclecard .contact .wrapper .inner .txt {
    margin-bottom: 4vw;
    font-size: 3.4666666667vw;
    line-height: 7.2vw;
  }
  #oraclecard .contact .wrapper .inner a {
    width: 69.3333333333vw;
    height: 12.8vw;
    font-size: 3.2vw;
  }
  #oraclecard .contact .wrapper .inner a:hover {
    transition: 0;
    color: #fff;
    background-color: #000;
  }
  #oraclecard .contact .wrapper .inner a:hover::before {
    background-image: url("../images/icon_mail.png");
  }
  #oraclecard .contact .wrapper .inner a:hover::after {
    background-image: url("../images/icon_arrow.png");
  }
  #oraclecard .contact .wrapper .inner a::before {
    width: 3.6vw;
    height: 2.6666666667vw;
    background-size: 3.6vw auto;
  }
  #oraclecard .contact .wrapper .inner a::after {
    width: 1.6vw;
    height: 2.8vw;
    background-size: 1.6vw auto;
  }
  #oraclecard .contact .hint {
    order: 2;
    margin: 0 auto 8vw;
    width: 69.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 7.2vw;
  }
  #oraclecard .footer {
    padding: 5.0666666667vw 0;
  }
}
