@charset "UTF-8";
/*////////////////////////////////////////////////////////

common

////////////////////////////////////////////////////////*/
.inner {
  padding: 0 15px;
}
/* display
------------------------- */
.disp0, .disp-0, .free-0 .close, .free-1 .open {
  display: none !important;
}
.disp1, .disp-1, .free-0 .open, .free-1 .close {
  display: block !important;
}
.text-red.disp-1 {
  display: inline !important;
}
/* 一人/二人用 出しわけ */
.affinity-1 .two, .affinity-0 .one {
  display: block !important;
}
.affinity-0 .two, .affinity-1 .one {
  display: none !important;
}
/*////////////////////////////////////////////////////////

パーツ

////////////////////////////////////////////////////////*/
/* ぼかし
------------------------- */
[class^="bokashi"] {
  position: relative;
}
[class^="bokashi"] > img {
  width: 23px;
  margin: -5px;
  opacity: 0.9;
  vertical-align: middle;
}
.blur-1 span:not(.noblur), .blur-1 img {
  -ms-filter: blur(5px);
  filter: blur(5px);
}
/* btn (続きを見る)
------------------------- */
[class^="bokashi"] [class^="btn"], .btn_more_pay {
  display: block;
  width: 180px;
  margin: auto;
}
.btn_more_pay {
  margin-top: 15px;
}
[class^="bokashi"] [class^="btn"] {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  height: 65px;
  overflow: hidden;
  text-shadow: none;
  text-indent: 100%;
  white-space: nowrap;  
  background-image: url("../images/btn/btn_more_pay.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.free_view [class^="bokashi"] [class^="btn"] {
  background-image: url("../images/btn/btn_more_regist.png");
}
[class^="btn_kao"],
[class^="btn_sp"],
[class^="btn_unmei"],
[class^="btn_yukue"],
[class^="btn_end"] {
  width: 220px !important;
  height: 90px !important;
}
.btn_kao {
  background-image: url("../images/btn/btn_kao.png") !important;
}
.btn_sp {
  background-image: url("../images/btn/btn_sp.png") !important;
}
.btn_unmei {
  background-image: url("../images/btn/btn_unmei.png") !important;
}
.btn_end {
  background-image: url("../images/btn/btn_end.png") !important;
}
/* free */
.btn_kao_free {
  background-image: url("../images/btn/btn_kao_free.png") !important;
}
.btn_sp_free {
  background-image: url("../images/btn/btn_sp_free.png") !important;
}
.btn_unmei_free {
  background-image: url("../images/btn/btn_unmei_free.png") !important;
}
.btn_yukue_free {
  background-image: url("../images/btn/btn_yukue_free.png") !important;
}
.senja + [class*="bokashi"] .btn {
  top: auto;
  bottom: 5%;
}

/* 占者
------------------------- */
.lead .senja {
  width: 130px;
  margin: 0 10px 0 -10px;
  float: left;
}
.lead .senja.right {
  margin: 0 -10px 0 10px;
  transform: scale(-1, 1);
  float: right;
}
.lead .senja.small {
  width: 70px;
  margin-top: 0;
}
/*////////////////////////////////////////////////////////

挨拶

////////////////////////////////////////////////////////*/
.komi_aisatsu {
  margin-bottom: 0;
}
.komi_aisatsu .box_teller {
  min-height: 290px;
  padding-top: 40px;
  background: url("../images/result/teller/main.jpg") no-repeat;
  background-size: 100%;
}
.komi_aisatsu .serif {
  width: 180px;
}
.komi_aisatsu .text-yellow {
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 0 10px;
  line-height: 38px;
  font-size: 14px;
  position: absolute;
  top: 5px;
  left: 0;
}
/*////////////////////////////////////////////////////////

共通結果

////////////////////////////////////////////////////////*/
.view_common {
  margin-bottom: 10px;
  padding: 0 15px 40px;
  color: #000;
  background-repeat: no-repeat, repeat-y;
  background-position: center bottom -1px, center;
  background-image: url("../images/result/common/bg_btm.jpg"), url("../images/result/common/bg_mid.jpg");
  background-size: 100%;
}
.view_common.two {
  background-image: url("../images/result/common_affinity/bg_btm.jpg"), url("../images/result/common_affinity/bg_mid.jpg");
}
.box_result {
  overflow: hidden;
  margin: 5px auto 10px;
  border: 1px solid #c5a617;
}
/* 1人用
------------------------- */
.box_result {
  width: 280px;
  height: 230px;
  padding: 7px 10px 10px;
  background: #fff;
}
/*--- シルエット・吹き出し ---*/
.box_result:before,
.box_result:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-position:  center bottom;
}
/* シルエット */
.box_result:before {
  bottom: 0;
  background-image: url("../images/result/common/silhouette.png");
  background-size: 62%;
}
/* 吹き出し */
.box_result:after {
  bottom: 7px;
  background-image: url("../images/result/common/fuki.png");
  background-size: 92%;
}
.free_view .box_result:after {
  bottom: 22px;
  background-image: url("../images/result/common/fuki_free.png");
  background-size: 95%;
}
/*--- 生き霊 ---*/
.box_result .ikiryo {
  width: 80px;
  position: absolute;
  top: 15px;
  right: 40px;
  z-index: 0;
}
/*--- あなたが放つオーラ ---*/
.box_result [class*="aura"] {
  position: relative;
  z-index: 1;
}
.box_result:not(.wipe_ikiryo) .aura02 {
  margin-top: -30px;
}
.box_result:not(.wipe_ikiryo) .aura03 {
  margin-top: -17px;
}
/* ワイプ */
.wipe {
  width: 120px;
  height: 120px;
  margin-right: 10px;
  border: 1px solid #c5a617;
  float: left;
  overflow: hidden;
  background: #fff;
}
.wipe img {
  margin-top: 10px;
}
.wipe .aura02 {
  margin-top: 30px;
}
.wipe .aura03 {
  margin-top: 15px;
}
.wipe .aura04 {
  margin-top: 7px;
}
/*--- あなたの本質 ---*/
.spirit_word {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 40px;
  padding: 0 8px;
  line-height: 1.1;
  font-size: 10px;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 180px;
  left: 14px;
  z-index: 3;
}
/* 2人用
------------------------- */
/*--- あの人のタイプ ---*/
.box_type {
  height: 155px;
  margin: 5px 5px 10px;
}
.user_name {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 1.2;
  font-size: 11px;
  font-weight: bold;
}
.user_name.type {
  width: 135px;
  bottom: 0;
  left: 5px;
  right: auto;
}
.hr {
  margin: 0 -15px;
}
/*--- 二人の相性 ---*/
.two .box_result {
  width: 280px;
  height: 185px;
  background: #26251e;
}
.two .box_result:before,
.two .box_result:after {
  content: none;
}
/* 名前 */
.user_name.flex-box {
  justify-content: space-between;
  width: 96%;
  margin: auto;
  padding: 3px;
  bottom: 5px;
  background: rgba(255,255,255,.9);
}
.user_name .anata {
  padding-right: 5px;
  text-align: right;
}
.user_name .anohito {
  padding-left: 5px;
  text-align: left;
}
/* シルエット */
.silhouette {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.silhouette li {
  transition: 1.8s linear;
  transition-delay: .5s;
}
.silhouette .anata {
  transform: translateX(-50px);
}
.silhouette .anohito {
  transform: translateX(50px);
}
.silhouette .anata.active {
  transform: translateX(30px);
}
.silhouette .anohito.active {
  transform: translateX(-30px);
}
/* 相性オーラ */
.aisho_img {
  opacity: 0;
  transition: 2s;
  transition-delay: 2.5s;
}
.aisho_img.active {
  opacity: 1;
}
/*////////////////////////////////////////////////////////

小見出し

////////////////////////////////////////////////////////*/
[class^="komi_"] {
  clear: both;
  position: relative;
  color: #281605;
}
[class^="komi_"] .lead {
  clear: both;
  color: #000;
}
/* title
------------------------- */
[class^="tit_komi"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  line-height: 1.3;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #4f0009;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.lead + [class^="tit_komi"] {
  margin-top: 15px;
}
/*----- common -----*/
.tit_komi_common {
  min-height: 130px;
  margin: 0 -15px;
  padding: 45px 25px 25px;
  line-height: 1.6;
  color: #fff;
  background-image: url("../images/result/common/bg_tit_komi.jpg");
}
.two .tit_komi_common {
  font-size: 17px;
  background-image: url("../images/result/common_affinity/bg_tit_komi.jpg");
}
.tit_komi_common_sub {
  margin-bottom: 5px;
  padding: 35px 20px;
  background: url("../images/line/06.png") no-repeat top, url("../images/line/06.png") no-repeat bottom;
  background-size: 85%;
}
/*----- normal -----*/
.tit_komi_normal {
  min-height: 100px;
  padding: 25px 15px;
  background-image: url("../images/result/komi_normal/bg_tit_komi.png");
}
/*----- special -----*/
.tit_komi_special {
  min-height: 100px;
  padding: 20px 50px;
  color: #fff;
}
/* red */
.tit_komi_special.red {
  background-image: url("../images/result/komi_special/bg_tit_komi_red.jpg");
}
/* pink */
.tit_komi_special.pink1 {
  background-image: url("../images/result/komi_special/bg_tit_komi_pink1.jpg");
}
.tit_komi_special.pink2 {
  min-height: 170px;
  padding-top: 78px;
  background-image: url("../images/result/komi_special/bg_tit_komi_pink2.jpg");
}
/* blue / yellow */
.tit_komi_special.blue,
.tit_komi_special.yellow {
  min-height: 145px;
  padding-top: 40px;
}
.tit_komi_special.blue {
  background-image: url("../images/result/komi_special/bg_tit_komi_blue.jpg");
}
.tit_komi_special.yellow {
  background-image: url("../images/result/komi_special/bg_tit_komi_yellow.jpg");
}
/* komi_common
------------------------- */
.komi_common {
  margin-bottom: 0;
}
/*--- lead ---*/
.komi_common .lead {
  padding: 5px 8px;
}
/* komi_normal
------------------------- */
.komi_normal {
  padding: 18px 22px 30px;
  background: url("../images/result/komi_normal/bg_top.jpg") no-repeat top, url("../images/result/komi_normal/bg_btm.jpg") no-repeat center bottom -1px, url("../images/result/komi_normal/bg_mid.jpg") repeat-y;
  background-size: 100%;
}
.komi_normal + .komi_normal {
  margin-top: -10px;
}
/*--- lead ---*/
.komi_normal .lead {
  padding: 5px 14px;
}
/* komi_special
------------------------- */
.komi_special .lead {
  padding: 25px 42px 75px 48px;
}
/*----- red -----*/
.komi_special.red {
  background: url("../images/result/komi_special/bg_mid_red1.jpg") repeat-y;
  background-size: 100%;
}
/*--- lead ---*/
.komi_special.red .lead {
  background: url("../images/result/komi_special/bg_top_red.jpg") no-repeat top,  url("../images/result/komi_special/bg_btm_red.jpg") no-repeat center bottom -1px, url("../images/result/komi_special/bg_mid_red2.jpg") repeat-y;
  background-size: 100%;
}
/*----- pink -----*/
.komi_special.ikiryo {
  background: url("../images/result/komi_ikiryo/bg_mid1.jpg") repeat-y;
  background-size: 100%;
}
/*--- lead ---*/
.komi_special.pink .lead {
  padding-top: 1px;
}
.komi_special.pink .lead {
  color: #fff;
  background: url("../images/result/komi_special/bg_btm_pink.jpg") no-repeat center bottom -1px, url("../images/result/komi_special/bg_mid_pink.jpg") repeat-y;
  background-size: 100%;
}
/*----- blue / yellow -----*/
.komi_special.blue {
  background: url("../images/result/komi_special/bg_mid_blue1.jpg") repeat-y;
  background-size: 100%;
}
.komi_special.yellow {
  background: url("../images/result/komi_special/bg_mid_yellow1.jpg") repeat-y;
  background-size: 100%;
}
/*--- lead ---*/
.komi_special.blue .lead,
.komi_special.yellow .lead {
  margin-top: 12px;
  padding: 15px 43px 65px;
  color: #26251e;
  position: relative;
  overflow: visible;
  background-repeat: no-repeat, repeat-y;
  background-position: center bottom -0.5px, center;
  background-size: 100%;
}
.komi_special.blue .lead {
  background-image: url("../images/result/komi_special/bg_btm_blue.jpg"), url("../images/result/komi_special/bg_mid_blue2.jpg");
}
.komi_special.yellow .lead {
  background-image: url("../images/result/komi_special/bg_btm_yellow.jpg"), url("../images/result/komi_special/bg_mid_yellow2.jpg");
}
.komi_special.blue .lead:after,
.komi_special.yellow .lead:after{
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0;
  background: url("../images/line/01.png") no-repeat center;
  background-size: 85%;
}
/* 生き霊について・ワイプ (free1のみ)
------------------------- */
.wipe_ikiryo {
  flex-shrink: 0;
  width: 125px !important;
  height: 110px;
  margin: 0;
}
.wipe_ikiryo [class^="aura"],
.wipe_ikiryo:before,
.wipe_ikiryo:after {
  transform: scale(2, 2);
  transform-origin: right top;
}
.wipe_ikiryo:after {
  bottom: 48px !important;
}
.wipe_ikiryo .ikiryo {
  top: -13px;
  right: 30px;
}
.wipe_ikiryo + div {
  width: 54% !important;
  font-size: 12px;
  font-weight: bold;
}
/* あなたを好きな異性 (free1のみ)
------------------------- */
.wipe_ikiryo2 {
  width: 270px;
  height: 210px;
}
.wipe_ikiryo2 [class^="aura"],
.wipe_ikiryo2:before,
.wipe_ikiryo2:after {
  transform: scale(2.4, 2.4);
  transform-origin: right top;
}
.wipe_ikiryo2:before,
.wipe_ikiryo2 [class^="aura"] {
  margin: 10px 0 0 55px;
}
.wipe_ikiryo2:after {
  content: none;
}
.wipe_ikiryo2 .ikiryo {
  width: auto;
  height: 230px;
  top: 5px;
  right: 20px;
}
.wipe_ikiryo2 .ikiryo:nth-child(1) {
  top: -20px;
}
.wipe_ikiryo2 .ikiryo.active {
  animation-delay: .5s;
  animation-duration: 5s;
}
.ikiryo_tsunagi {
  margin: -41px 0 0;
  position: relative;
}
/*--- lead ---*/
.komi_special.ikiryo .lead {
  color: #fff;
  background: url("../images/result/komi_ikiryo/bg_top.jpg") no-repeat top, url("../images/result/komi_ikiryo/bg_btm.jpg") no-repeat center bottom -1px, url("../images/result/komi_ikiryo/bg_mid2.jpg") repeat-y;
  background-size: 100%;
}
/* komi_honne
------------------------- */
.box_honne {
  display: flex;
  align-items: center;
  height: 160px;
  overflow: hidden;
  background: url("../images/result/komi_honne/bg.jpg") no-repeat;
  background-size: 100%;
}
.box_honne .user_name {
  bottom: 10px;
  text-shadow: 0 0 2px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  color: #000;
}
.box_honne li {
  width: 130px;
  position: absolute;
  line-height: 1.15;
  text-shadow: 0 0 2px #3e1994, 0 0 2px #3e1994, 0 0 2px #3e1994, 0 0 2px #3e1994, 0 0 2px #3e1994, 0 0 2px #3e1994, 0 0 2px #3e1994, 0 0 2px #3e1994, 0 0 2px #3e1994, 0 0 2px #3e1994, 0 0 2px #3e1994, 0 0 2px #3e1994, 0 0 2px #3e1994, 0 0 2px #3e1994, 0 0 2px #3e1994, 0 0 2px #3e1994;
  font-size: 15px;
  font-weight: bold;
  color: #ffca13;
}
.box_honne li:nth-child(1) {
  top: 30px;
  left: 35px;
  transform: rotate(8deg);
}
.box_honne li:nth-child(2) {
  top: 60px;
  left: 160px;
  transform: rotate(-10deg);
  animation-delay: .5s;
}
.box_honne li:nth-child(3) {
  top: 110px;
  left: 45px;
  transform: rotate(-5deg);
  animation-delay: 1s;
}
.box_honne .blur-1 span {
  text-shadow: 0 0 2px #ffca13, 0 0 2px #ffca13, 0 0 2px #ffca13, 0 0 2px #ffca13, 0 0 3px #ffca13, 0 0 5px #3e1994, 0 0 5px #3e1994, 0 0 5px #3e1994, 0 0 5px #3e1994, 0 0 5px #3e1994, 0 0 5px #3e1994, 0 0 5px #3e1994, 0 0 5px #3e1994, 0 0 5px #3e1994, 0 0 5px #3e1994, 0 0 5px #3e1994, 0 0 5px #3e1994, 0 0 5px #3e1994, 0 0 5px #3e1994, 0 0 5px #3e1994, 0 0 5px #3e1994, 0 0 5px #3e1994, 0 0 5px #3e1994;
}
/* komi_yesno
------------------------- */
/*--- box_yesno ---*/
[class^="box_yesno"] {
  margin: -25px 23px 5px 15px;
  position: relative;
  z-index: 1;
}
.box_yesno-1 .boka,
.box_yesno-1 .boka .tenmetsu {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.box_yesno-0 .boka {
  display: none !important;
}
/* komi_kao
------------------------- */
.kao_text {
  width: 85%;
  margin: -15px auto 0;
  position: relative;
}
/* komi_jiki
------------------------- */
.komi_normal .jikiBox {
  height: 72px;
  margin: 5px;
}
/* komi_juyo
------------------------- */
[class^="box_juyo"] {
  background-repeat: no-repeat;
  background-size: 100%;
}
.box_juyo1 {
  justify-content: flex-end;
  height: 227px;
  padding: 0 30px 40px;
  background-image: url("../images/result/komi_juyo/bg1.jpg");
}
.box_juyo2 {  
  justify-content: flex-start;
  height: 220px;
  padding: 0 32px 50px;
  background-image: url("../images/result/komi_juyo/bg2.jpg");
}
[class^="box_juyo"] p {
  width: 153px;
  margin: 0;
  line-height: 1.3;
  font-size: 20px;
  font-weight: bold;
}
[class^="box_juyo"] span {
  font-size: 1.1em;
  color: red;
}
[class^="box_juyo"] .blur-1 span {
  text-shadow: 0 0 1px red, 0 0 1px red;
}
/* komi_or
------------------------- */
/*----- common -----*/
[class^="box_or_"] {
  padding: 10px 13px 30px;
  background-image: url("../images/result/komi_or/bg_btm.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
}
/* word */
[class^="box_or_"] [class^="word"] {
  display: flex;
  align-items: center;
  min-height: 120px;
  padding: 10px 10px 15px 13px;
  position: relative;
  border: 3px solid #4f0009;
  border-radius: 10px;
  line-height: 1.3;
  text-align: left;
  color: #6a0c11;
  transition: 1s;
  background: #fff;
}
/* lead */
.box_or .komi_normal {
  margin-top: -40px;
}
/*----- ppv / result_or -----*/
.box_or_ppv {
  background-image: url("../images/result/komi_or/bg_btm2.jpg");
  background-size: 100% 124%;
}
.box_or_ppv:after {
  content: '';
  width: 150px;
  height: 135px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: url("../images/result/komi_or/teller.png") no-repeat bottom;
  background-size: 100%;
}
/* word */
.box_or_ppv .word {
  width: 47%;
  padding-left: 14px;
}
.menudo .box_or_ppv .word {
  font-size: 17px;
}
/* ポインター */
.or-0 .word:nth-child(2):after,
.isei3:after {
  opacity: 0;
  content: '';
  position: absolute;
  right: 0;
  transition: 1s;
  background: url("../images/icon/icon_pointer.png") no-repeat;
  background-size: 100%;
}
.or-0 .word:nth-child(2):after {
  width: 30px;
  height: 35px;
  bottom: -18px;
}
/* 決定後 (一部無料時は決定しない) */
.or-0.on .word:nth-child(2) {
  border-color: deeppink;
  font-weight: bold;
}
.or-0.on .word:nth-child(2):after {
  opacity: 1;
}
/*----- 誰があなたを幸せにしてくれる？ (free1) -----*/
.box_or_free {
  padding-top: 0;
  padding-bottom: 230px;
}
/* 異性のシルエット */
.box_isei {
  align-items: flex-start;
  width: 100% !important;
}
.box_isei li {
  width: 47%;
  position: relative;
}
.isei2 {
  display: none;
}
/* word */
.box_isei [class^="word"] {
  margin-top: -13px;
  font-size: 12px;
}
/* 丸 */
[class^="isei"]:before {
  content: '';
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  background: url("../images/result/komi_or/circle.png") no-repeat center;
  background-size: 100%;
}
/* ポインター */
.isei3:after {
  width: 50px;
  height: 60px;
  bottom: -45px;
}
/* or */
.box_isei .or {
  width: 40px;
  position: absolute;
  top: 50px;
  right: -28px;
  z-index: 1;
}
/* teller */
.box_or_free .teller {
  display: block;
  width: 100%;
  height: 260px;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 1s;
  background: url("../images/result/komi_or/teller1.png") no-repeat bottom, url("../images/result/komi_or/teller2.png") no-repeat bottom;
  background-size: 100%, 0;
}
/* アニメーション中 */
.active [class^="isei"]:before {
  animation: tenmetsu 1s ease-in-out 4 alternate;
}
.active .isei2:before {
  animation-delay: 1.3s;
}
.active .isei3:before {
  animation-delay: .8s;
}
/* 決定後 */
.on .isei1:before,
.on .isei2:before {
  opacity: 0;
}
.on .isei3:after,
.on .teller {
  opacity: 1;
}
.on .word3 {
  font-weight: bold;
  border-color: deeppink;
}
/*--- 3人の時 ---*/
.type-02,
.type-05 {
  padding-bottom: 100px;
}
.type-02 .isei2,
.type-05 .isei2 {
  display: block;
}
.type-02 .isei3,
.type-05 .isei3 {
  margin: -13px auto 0;
}
/* or */
.type-02 .or,
.type-05 .or {
  display: none;
}
/* teller */
.type-02 .teller,
.type-05 .teller {
  background-size: 0, 100%;
}
/*--- lead ---*/
.komi_or .lead {
  margin: -15px 20px 0;
  padding: 20px 22px;
  z-index: 2;
  background: url("../images/menulist/bg_top.jpg") no-repeat top, url("../images/menulist/bg_btm.jpg") no-repeat bottom, url("../images/menulist/bg_mid.jpg") repeat-y;
  background-size: 100%;
}
/*----- ずっと一緒にいられる？ (free2) -----*/
.box_or_free.box_yesno-1 {
  background-size: 100% 150%;
}
/* komi_sp
------------------------- */
.box_sp,
.box_sp2 {
  height: 222px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.box_sp {
  background-image: url("../images/result/komi_sp/bg.jpg");
}
.box_sp ul,
.box_sp2 ul{
  position: absolute;
}
/*--- box_sp (メッセージ) ---*/
.sp_name {
  line-height: 22px;
  font-weight: bold;
  position: absolute;
  top: 57px;
  left: 72px;
  color: #fff;
}
.box_sp ul {
  width: 60%;
  top: 100px;
  left: 60px;
}
.box_sp li {
  margin: 0 0 8px;
  padding-left: 5px;
  position: relative;
  text-align: left;
}
.box_sp li:not(.on) {
  opacity: 0;
  transform: translateY(20px) scale(0, 0);
  transform-origin: left bottom;
}
.box_sp li.active {
  animation: leftLight .3s forwards linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.box_sp li > span {
  display: inline-block;
  min-width: 50px;
  min-height: 20px;
  padding: 5px 10px;
  border-radius: 12px;
  position: relative;
  line-height: 1.2;
  font-size: 11px;
  font-weight: bold;
  color: #1a1a1a;
  background: #fff;
}
.box_sp li:before {
  content: "";
  width: 14px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 0;
  background: url("../images/result/komi_sp/fuki_sp.png") no-repeat;
  background-size: 100%;
}
.box_sp .blur-1 span {
  text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
/* アニメ無し */
.box_sp.on li {
  opacity: 1;
  transform: none;
}
/*--- box_sp2 (検索履歴) ---*/
.box_sp2 {
  background-image: url("../images/result/komi_sp/bg2.jpg");
}
.box_sp2 ul {
  width: 55%;
  top: 65px;
  left: 70px;
  line-height: 1.7;
  text-align: left;
  font-size: 11px;
}
.box_sp2 li {
  padding-left: 20px;
  color: #fff;
}
.box_sp2 li:nth-child(1) {
  padding: 0;
  color: #888;
}
.box_sp2 li:nth-child(2) {
  margin: 13.5px 0 4px;
}
.box_sp2 .blur-1 span {
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
/* komi_mes
------------------------- */
/*--- lead ---*/
.komi_special.mes .lead {
  margin-top: -1px; /*線消し*/
  padding: 1px 43px 65px;
  color: #26251e;
  background: url("../images/result/komi_mes/bg_btm.jpg") no-repeat bottom, url("../images/result/komi_mes/bg_mid.jpg") repeat-y;
  background-size: 100%;
}
/* komi_yudou
------------------------- */
.komi_yudou {
  background-image: url("../images/result/komi_yudou/bg.jpg");
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 100%;
}
.free_view .komi_yudou {
  background-position: top;
}
.free_view .text_select {
  margin: 10px 0 -10px;
  font-size: 16px;
  text-shadow: 0 0 2px #4f0009, 0 0 2px #4f0009, 0 0 2px #4f0009;
  font-weight: bold;
  color: #fff;
}
.komi_yudou h3 {
  margin: 0 10px;
}
/*--- teller ---*/
.box_teller.yudo {
  min-height: 200px;
  padding-top: 30px;
  background: url("../images/result/komi_yudou/teller.jpg") no-repeat;
  background-size: 100%;
}
.box_teller.yudo:after {
  content: '';
  width: 70px;
  height: 75px;
  position: absolute;
  top: 5px;
  left: 75px;
  animation: float 2.5s ease-in-out infinite alternate;
  background: url(../images/result/komi_yudou/ikiryo.png) no-repeat center;
  background-size: 100%;
}
/*--- tarot ---*/
.box_tarot {
  padding: 10px 20px;
}
.box_tarot ul {
  justify-content: space-between;
}
.box_tarot li {
  min-height: 170px;
  position: relative;
  cursor: pointer;
}
.box_tarot .lock {
  pointer-events: none;
}
.box_tarot .back {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*--- lead ---*/
.komi_normal.yudo {
  display: none;
  padding-top: 25px;
}
.free_view .komi_normal.yudo {
  margin-top: -25px;
}
/* komi_coupon
------------------------- */
/*--- lead ---*/
.box_coupon_use {
  padding: 10px 0 0;
}
.box_coupon_use .text-red {
  text-align: center;
}
.box_coupon_input {
  margin: 3px 0 0;
  position: relative;
}
.box_coupon_input input[type="text"] {
  width: 100%;
  padding: 0 10px;
  border: 1.5px solid #a97b0c;
  border-radius: 3px;
  line-height: 30px;
  font-weight: bold;
  background: #fff;
}
.box_coupon_input input.btn_use {
  display: block;
  width: 70px;
  height: 22px;
  padding: 0;
  background: url("../images/result/komi_coupon/btn_use.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
/*////////////////////////////////////////////////////////

月額結果

////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////

無料結果

////////////////////////////////////////////////////////*/
/* free2
------------------------- */
.box_tsunagi_ikiryo .ikiryo {
  width: 110px;
  top: 70px;
  right: 5px;
}
.btn_midnight {
  position: absolute;
  top: 73%;
  left: 0;
  right: 0;
}

/* free8
------------------------- */
.free_view.free8 .view_common {
  background-image: none;
  padding: 0 15px 0px;
}
.name_box {
  background: #fffbda;
  border: 1px solid #cabc3e;
  border-radius: 5px;
  margin: auto;
  width: 180px;
  padding: 2px 10px;
}
.box_result2 {
  width: 280px;
  padding: 7px 10px 10px;
  background: #fff;
  margin: 5px auto 10px;
  border: 1px solid #c5a617;
  text-align: left;
}
.free_view.free8 .box_result::after {
  bottom: 22px;
  background-image: url(../images/result/common/fuki_free02.png);
  background-size: 95%;
}
.wipe.circle {
  border-radius: 50%;
  width: 110px;
  height: 110px;
}
.wipe.circle img {
  width: 150%;
  margin-top: 10px;
  position: relative;
  right: 25px;
}
/*////////////////////////////////////////////////////////

誘導

////////////////////////////////////////////////////////*/
/* 一部無料時の決済画面
------------------------- */
.ppv_view .confirm {
  color: #fff;
}
.btn_menu_check {
  width: 60%;
  margin: 0 auto 10px;
}
.frame-yellow {
  display: block;
  width: 70%;
  margin: 2px auto 5px;
  padding: 3px;
  color: #000;
  background: yellow;
}
/* form */
.disp-1 .confirmBox > li {
  margin-bottom: 10px;
}
.disp-1 .confirmBox > li img {
  display: block;
  width: auto;
  height: 20px;
  margin: 0 auto 5px;
}
/* coipo */
.disp-1 .box_point_form {
  margin-bottom: 10px;
  font-size: 12px;
}
.disp-1 .box_point_form p {
  margin-bottom: 0;
  line-height: 1.2;
}
.disp-1 .box_point_form .text-yellow {
  font-size: 1.3em;
}
.disp-1 .box_point_form .pop_coipo {
  margin-bottom: 5px;
  font-size: .9em;
}
/* komi_yudo
------------------------- */
#yudo .menu_title {
  margin: 0 0 5px;
}
#yudo .menu_list:last-child {
  margin-bottom: 0;
}
#yudo [class^="komi_"] {
  margin-bottom: 0;
}
#yudo [class^="bokashi"] .btn {
  top: 35%;
}
#yudo .text_yudo {
  margin: -40px auto 0;
  padding: 8px 10px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
  border-radius: 3px;
  border: 1px solid #555;
  line-height: 1.2;
  font-size: 10px;
  color: #000;
  position: relative;
  background: rgba(255, 255, 255, .9);
}
#yudo .text_yudo span {
  display: block;
  padding: 0 0 3px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: red;
}
#yudo .txt_notice {
  margin: 8px 0 0;
  text-align: center;
  line-height: 1.2;
  font-size: 11px;
}
#yudo a {
  text-decoration: none;
}
/*--- 誘導3 ---*/
.yudo3 {
  margin: 0;
  color: #fff;
}
.yudo3 [class^="ppv"] {
  display: none;
}
.yudo3 .btn_ppvmenu {
  margin-top: -15px;
}
/* アイコン出しわけ */
.ppvicon-11 .ppv002-1, .ppvicon-14 .ppv002-1, .ppvicon-12 .ppv009, .ppvicon-13 .ppv009, .ppvicon-16 .ppv002-2, .ppvicon-17 .ppv002-2, .ppvicon-18 .ppv002-2 {
  display: block;
}

/*////////////////////////////////////////////////////////

free_connect

////////////////////////////////////////////////////////*/
/* btn
------------------------- */
[class^="bokashi"] .btn_free_connect_more {
  background: url("../images/btn/free_connect/btn_more.png") no-repeat;
  background-size: 100%;
}

/* free1
------------------------- */
/*--- temp1 ---*/

/* free2
------------------------- */
/*--- temp1 ---*/
