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

common

////////////////////////////////////////////////////////*/
.free_view, .ppv_view {
  font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.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;
}

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

パーツ

////////////////////////////////////////////////////////*/
/* title
------------------------- */
.menu_title_cap {
  display: inline-block;
  margin: 0 0 7px;
  padding: 0 15px;
  border-radius: 30px;
  font-size: 12px;
  color: #fff;
  background: #de2f00;
}
.free_view .menu_title {
  display: block;
  text-align: center;
}
.free_view .menu_title h2 {
  width: auto;
}
/* lead
------------------------- */
.lead.cmn {
  margin: 10px 15px;
  padding: 15px;
  box-shadow: 0 0 0 3px #d9be5e, 0 0 10px #003747;
  border: 1.5px solid #10057b;
  color: #100e42;
  background: #f2f3ec;
}
.lead.cmn.none {
  display: none;
}
[class^="lead"] p:last-child {
  margin-bottom: 0;
}
/* ぼかし
------------------------- */
[class^="bokashi"] {
  position: relative;
}
[class^="bokashi"] > img {
  width: 24px;
  margin: -5px;
  opacity: 0.95;
  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: 190px;
  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: 55px;
  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");
}
.free_view [class^="bokashi"] [class^="btn"]:after,
.free_view .btn-regist a:after {
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  animation: tap 8s linear infinite;
  background: url("../images/icon/icon_pointer2.png") no-repeat;
  background-size: 100%;
}
[class^="btn_kao"], [class^="btn_jiki"], [class^="btn_yesno"] {
  width: 220px !important;
  height: 90px !important;
}
.btn_kao {
  background-image: url("../images/btn/btn_kao.png") !important;
}
.btn_jiki {
  background-image: url("../images/btn/btn_jiki.png") !important;
}
.btn_yesno {
  background-image: url("../images/btn/btn_yesno.png") !important;
}
/* free */
.btn_kao_free {
  background-image: url("../images/btn/btn_kao_free.png") !important;
}
.btn_jiki_free {
  background-image: url("../images/btn/btn_jiki_free.png") !important;
}
.btn_yesno_free {
  background-image: url("../images/btn/btn_yesno_free.png") !important;
}
/* 占者
------------------------- */
.lead .senja {
  width: 120px;
  margin: 0 10px 0 -5px;
  float: left;
}
.lead .senja.right {
  margin: 0 -5px 0 10px;
  float: right;
}
.senja.scale-11 {
  transform: scale(-1, 1);
}
.lead .senja.small {
  width: 70px;
  margin-top: 0;
}
.lead .senja.icon {
  width: 50px;
  margin: 0 0 0 10px;
}
/* 背景コントロール
------------------------- */
.bg_none {
  box-shadow: none !important;
  border: 0 !important;
  background: none !important;
}
.bg_none:after {
  content: none;
}

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

挨拶

////////////////////////////////////////////////////////*/
.komi_aisatsu .lead {
  padding: 0 25px;
  overflow: hidden;
  line-height: 1.7;
  text-shadow: 0 0 2px #005edb, 0 0 2px #005edb, 0 0 5px #005edb, 0 0 8px #005edb;
  font-size: 1.08em;
  color: #fff;
}
.komi_aisatsu .teller {
  margin: -20px 0 -30px;
  position: relative;
  z-index: -1;
}
/*--- オラクルカード ---*/
.oracle_card {
  width: 92%;
  margin: auto;
  justify-content: space-around;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}
.oracle_card.free {
  top: 160px;
}
.oracle_card li {
  width: 28%;
  opacity: 0;
  transform: translateY(-70px);
}
.oracle_card span {
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 5px #f5efd8, 0 0 8px #f5efd8, 0 0 10px #f5efd8;
  animation-duration: 3s !important;
}
.oracle_card li:nth-child(2) {
  margin-top: -100px;
}
.oracle_card li:nth-child(2),
.oracle_card li:nth-child(2) span {
  animation-delay: .3s !important;
}
.oracle_card li:nth-child(3),
.oracle_card li:nth-child(3) span {
  animation-delay: .5s !important;
}

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

共通結果

////////////////////////////////////////////////////////*/
/* komi_card
------------------------- */
.komi_card {
  overflow: hidden;
  background: url("../images/result/komi_card/bg.jpg") no-repeat center top;
  background-size: 100%;
}
.komi_card .label {
  display: block;
  width: 85px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.ppv_view .komi_card {
  margin-bottom: 5px;
  padding-top: 25px;
}
.ppv_view .komi_card + .komi_vision {
  margin-top: 10px;
}
.ppv_view .komi_vision {
  margin-bottom: 30px;
}
/*--- box_card ---*/
.box_card,
.box_card_free {
  margin: 25px auto;
  box-shadow: 0 0 5px #f5efd8, 0 0 8px #f5efd8, 0 0 10px #f5efd8;
  border-radius: 8px;
  overflow: hidden;
  transform: rotate(10deg);
}
.box_card {
  width: 50%;
}
[class^="box_"] .mp4 {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.caed_name {
  padding: 0 10px 5px;
  line-height: 1.3;
  text-shadow: 0 0 5px #010623, 0 0 5px #010623;
  font-size: 18px;
  font-weight: bold;
  color: #f0e3ba;
}
/*--- word ---*/
.card_word {
  margin-bottom: 5px;
  text-align: center;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 8px #fff;
  font-size: 16px;
  font-weight: bold;
  color: #7c6003;
}
/* komi_vision
------------------------- */
.box_vision {
  height: 440px;
  margin-bottom: -60px;
  padding-top: 67px;
  background: url("../images/result/komi_vision/bg.jpg") no-repeat;
  background-size: 100%;
}
.box_vision {
  isolation: isolate;
}
/*--- ビジョン画像上の個別画像 ---*/
[class*="fade_vision_"] {
  width: 90px;
  position: absolute;
}
[class*="fade_vision_"].fade_in.active {
  animation-delay: 1s;
}
/* 顔/シルエット/天秤 */
[class*="vision_pattern"] [class*="fade_vision_"] {
  display: none;
}
.vision_pattern-kao .fade_vision_kao,
.vision_pattern-silhouette .fade_vision_silhouette,
.vision_pattern-tenbin .fade_vision_tenbin {
  display: block;
}
.fade_vision_kao,
.fade_vision_silhouette,
.fade_vision_tenbin {
  top: 170px;
  left: 20px;
}
.fade_vision_kao {
  mix-blend-mode: screen;
  filter: contrast(2) brightness(1.5);
}
/* 時計(固定) */
.fade_vision_tokei {
  top: 120px;
  right: 20px;
}
.fade_vision_tokei.fade_in.active {
  animation-delay: .5s;
}
/*--- word ---*/
.vision_word {
  padding: 0 10px 10px;
  position: relative;
  text-shadow: 0 0 5px #010623, 0 0 5px #010623, 0 0 8px #010623;
  font-size: 20px;
  font-weight: bold;
}
/* komi_vision newバージョン
------------------------- */
.komi_vision.new {
  padding-bottom: 75px;
  overflow: hidden;
  background: url("../images/result/komi_vision/new/bg_btm.jpg") no-repeat bottom, url("../images/result/komi_vision/new/bg_mid.jpg") repeat-y;
  background-size: 100%;
}
.komi_vision.new h3 {
  margin-bottom: -190px;
  position: relative;
  z-index: 1;
}
.new .box_vision {
  height: 565px;
  padding-top: 190px;
  background: url("../images/result/komi_vision/new/bg.jpg") no-repeat top;
  background-size: 100%;
}
/*--- animation ---*/
/* テキスト */
.vision_text,
.vision_text2,
.vision_light {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.vision_text,
.vision_light {
  opacity: 0;
  bottom: 80px;
}
.vision_text {
  transform: translateY(30px);
}
.vision_text.fade_up2.active {
  animation-delay: .5s;
}
/* 3連テキスト */
.vision_text2 {
  top: 190px;
  z-index: 1;
}
.vision_text2 li {
  opacity: 0;
  height: 60px;
  position: absolute;
}
.vision_text2 .text1 {
  top: 0;
  left: 0;
  right: 0;
}
.vision_text2 .text2 {
  top: 90px;
  left: 70px;
  transform: translateX(-30px);  
}
.vision_text2 .text3 {
  top: 200px;
  right: 90px;
  transform: translateX(30px);
}
.vision_text2 img {
  width: auto;
  height: 100%;
}
.vision_text2 li.active {
  animation-duration: 2.5s;
}
.vision_text2 .text1.active {
  animation-delay: 2.5s;
}
.vision_text2 .text2.active {
  animation-delay: 3.5s;
}
.vision_text2 .text3.active {
  animation-delay: 4s;
}
/* 光 */
.vision_light {
  transform: scale(0, 0);
}
.vision_light.zoom.active {
  animation-delay: 1.5s;
}
/* ビジョン */
.new [class^="fade_vision"] {
  opacity: 0;
  transform: scale(1, 1);
}
.fade_vision.active {
  animation-delay: 2.2s;
}
/* 時計 */
.new .fade_vision_tokei {
  top: 240px;
  left: 10px;
}
.fade_vision_tokei.active {
  animation-delay: 3.5s;
}
/* 顔 */
.new .fade_vision_kao {
  top: 370px;
  left: auto;
  right: 20px;
}
.fade_vision_kao.active {
  animation-delay: 3.7s;
}
/*--- lead ---*/
.komi_vision.new .lead {
  padding: 25px 18px;
  margin: 0 15px;
  text-shadow: 0 0 5px #3ae6ff;
  background: url("../images/result/komi_vision/new/bg_top2.jpg") no-repeat top, url("../images/result/komi_vision/new/bg_btm2.jpg") no-repeat bottom, url("../images/result/komi_vision/new/bg_mid2.jpg") repeat-y;
  background-size: 100%;
}
/*////////////////////////////////////////////////////////

小見出し

////////////////////////////////////////////////////////*/
[class^="komi_"] {
  clear: both;
  position: relative;
  font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
[class^="komi_"] .lead {
  clear: both;
}
/* title
------------------------- */
[class^="tit_komi"] {
  position: relative;
  z-index: 1;
  line-height: 1.3;
  text-align: center;
  font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 15px;
  font-weight: bold;
  color: #3e2d00;
}
[class^="tit_komi"]:before,
[class^="tit_komi"]:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
/*----- card -----*/
.tit_komi_card {
  margin: 0 20px;
  padding: 25px 10px;
  text-shadow: 0 0 5px #010623, 0 0 5px #010623;
  font-size: 20px;
  color: #f0e3ba;
}
.tit_komi_card:before,
.tit_komi_card:after {
  height: 15px;
  background-image: url("../images/line/02.png");
}
.tit_komi_card:before {
  top: 0;
}
.tit_komi_card:after {
  bottom: 0;
  transform: scale(1,-1);
}
/*----- normal -----*/
.tit_komi_normal {
  margin: 10px 0 5px;
  padding: 8px 10px;
  box-shadow: 0 1.5px #cfba55;
  border-bottom: 1.5px solid #fffff8;
  text-shadow: 0 0 3px #fff690, 0 0 3px #fff690, 0 0 3px #fff690, 0 0 3px #fff690, 0 0 3px #fff690;
  color: #533809;
  background: #cfba55;
}
.tit_komi_normal:before {
  height: 15px;
  top: -14px;  
  background-image: url("../images/line/05.png");
}
/* black */
.tit_komi_normal.black {
  margin-top: 0;
  padding: 20px 8px;
  box-shadow: none;
  border: 0;
  text-shadow: none;
  color: #ffeabb;
  background: none;
}
.tit_komi_normal.black:before,
.tit_komi_normal.black:after {
  height: 15px;
  background-image: url("../images/line/06.png");
}
.tit_komi_normal.black:before {
  top: 0;
}
.tit_komi_normal.black:after {
  bottom: 0;
  transform: scale(1,-1);
}
/* komi_normal
------------------------- */
.komi_normal {
  margin: 10px 15px 25px;
  padding: 12px 12px 15px;
  box-shadow: 0 0 0 1px #d9be5e, 0 0 5px #ffefab, 0 0 7px #ffefab, 0 0 7px #ffefab, 0 0 7px #ffefab;
  border: 1.5px solid #a28937;
  border-radius: 1px;
  text-align: left;
  color: #100e42;
  background-image: url("../images/result/parts/deco1.png"), url("../images/result/parts/deco2.png");
  background-repeat: no-repeat;
  background-position: center 2px, center bottom 2px;
  background-size: 99%;
  background-color: #fffff8;
}
.komi_normal.black {
  box-shadow: 0 0 0 1px #fef590, 0 0 5px #000978, 0 0 7px #000978, 0 0 7px #000978, 0 0 7px #000978;
  border: 2px solid #d9be5e;
  color: #fff;
  background-color: #16022f;
}
.caption + .komi_normal {
  margin-top: 0;
}
/*--- lead ---*/
.komi_normal .lead {
  padding: 5px;
}
/* 導き系小見出し
komi_yogen
komi_jiki
komi_yesno
komi_caution
komi_kao
komi_kao2
------------------------- */
.guidance {
  margin: 0;
  padding: 20px 0;
  background: url("../images/common/bg2.jpg") repeat;
  background-size: 100%;
}
.guidance.first,
.guidance + .guidance {
  padding-top: 0;
}
.guidance .komi_normal {
  margin-top: 0;
  margin-bottom: 0;
}
.guidance + .komi_normal,
.guidance + .caption {
  margin-top: 25px;
}
/* title・caption */
.guidance_title {
  margin-bottom: -20px;
}
.guidance_caption {
  margin-top: -25px;
  margin-bottom: -45px;
}
/* word */
.box_word {
  width: 98%;
  min-height: 50px;
  margin: 25px auto 10px;
  padding: 15px 10px;
  box-shadow: 0 1px 5px #ffe57b;
  border-radius: 2px;
  line-height: 1.3;
  text-align: center;
  text-shadow: 1px 1px 3px #c6c6c6;
  font-size: 15px;
  font-weight: bold;
  color: #8a4a11;
  background: linear-gradient(to right, #c9a849 0%,#ffffc1 25%,#ffffc1 50%,#ffffc1 75%,#c9a849 100%);
}
.box_word p {
  margin: 0;
}
.box_word a {
  color: #8a4a11;
}
/* 一部無料時 */
.disp-1 + .word {
  display: none;
}
.box_word .blur-1 span {
  text-shadow: 0 0 1px #8a4a11, 0 0 1px #8a4a11, 1px 1px 3px #c6c6c6;
}
/* ラベル */
.guidance_label {
  display: inline-block;
  width: 100px;
  height: 40px;
  margin: auto;
  line-height: 35px;
  text-align: center;
  text-shadow: none;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -20px;
  left: -8px;
  z-index: 3;
  background: url("../images/result/parts/label.png") no-repeat;
  background-size: 100%;
}
.guidance_label span {
  font-size: .85em;
}
.box_kao .guidance_label {
  top: 0;
  left: 0;
  right: 0;
}
/* komi_yesno
------------------------- */
/*--- box_yesno ---*/
[class^="box_yesno"] {
  height: 200px;
  margin: 8px 5px 5px;
  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
------------------------- */
.box_kao {
  margin: 0 10px;
}
/* komi_movie
------------------------- */
.box_movie {
  margin: 8px 0;
  border-radius: 20px;
  overflow: hidden;
}
.box_movie .mp4 {
  height: 101%;
  object-fit: cover;
}
/* komi_mes
------------------------- */
.komi_mes {
  padding: 15px 0 20px;
  overflow: hidden;
  background: url("../images/common/bg2.jpg") repeat-y;
  background-size: 100%;
}
.komi_mes .box_card {
  position: absolute;
  top: 290px;
  left: 0;
  right: 0;
}
.komi_mes .caed_name {
  margin: -40px 0 0;
  padding-bottom: 10px;
}
.komi_mes .card_word {
  text-shadow: 0 0 5px #010623, 0 0 5px #010623;
  color: #fff;
}
/*--- lead ---*/
.komi_mes .lead {
  margin: 0 15px;
  padding: 13px;
  border-radius: 5px;
  color: #ffeabb;
  background: rgba(0,0,0,.3);
}
/* 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;
  margin: 0;
  padding: 0;
  box-shadow: none;
  background: url("../images/result/komi_coupon/btn_use.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

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

月額結果

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

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

無料結果

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

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

誘導

////////////////////////////////////////////////////////*/
/* 一部無料時の決済画面
------------------------- */
.ppv_view .confirm, .ppv_view .tit_sub01 {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Quicksand, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btn_menu_check {
  width: 55%;
  margin: 0 auto 15px;
}
.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;
  color: deeppink !important;
}
.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,
#yudo .text_yudo {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Quicksand, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#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: 1px solid #555;
  border-radius: 3px;
  line-height: 1.2;
  text-shadow: none;
  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;
}

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

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 ---*/

/*--- temp2 ---*/

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