@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: 25px;
  margin: -5px;
  opacity: 0.8;
  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: 240px;
  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%);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 90px;
  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");
}
.btn_kao_free {
  height: 115px !important;
  background-image: url("../images/btn/btn_kao_free.png") !important;
}
.btn_kao {
  height: 115px !important;
  background-image: url("../images/btn/btn_kao.png") !important;
}
.btn_ppv002 {
  background-image: url("../images/btn/btn_ppv002.png") !important;
}
.btn_ppv002-2 {
  background-image: url("../images/btn/btn_ppv002-2.png") !important;
}
/* 占者
------------------------- */
.lead .senja {
  width: 100px;
  margin: -5px 10px 5px 0;  
  float: left;
}
.lead .senja.right {
  margin-right: 0;
  margin-left: 10px;
  float: right;
  transform: scale(-1, 1);
}
.lead .senja.small {
  width: 70px;
  margin-top: 0;
}
/*////////////////////////////////////////////////////////

挨拶

////////////////////////////////////////////////////////*/
.komi_aisatsu .box_teller {
  min-height: 220px;
  padding-left: 5px;
  background: url("../images/result/komi_aisatsu/teller.png") right no-repeat;
  background-size: 72%;
}
.komi_aisatsu .serif {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 220px;
  padding-left: 24px;
  background: url("../images/result/komi_aisatsu/bg_serif.png") no-repeat;
  background-size: cover;
}
.komi_aisatsu .fuki {
  margin: 15px 15px -15px;
  height: 65px;
  line-height: 48px;
  font-size: 15px;
  color: #000;
  background: url("../images/result/komi_aisatsu/fuki.png") no-repeat;
  background-size: 100%;
}
.komi_aisatsu.two .fuki {
  padding-top: 6px;
  line-height: 1.2;
}
/*////////////////////////////////////////////////////////

共通結果

////////////////////////////////////////////////////////*/
.view_common {
  margin-bottom: 0;
  padding: 0 10px 40px;
  background: url("../images/result/common/bg_btm.jpg") no-repeat bottom,
    url("../images/result/common/bg_mid.jpg") repeat-y;
  background-size: 100%;
}
.free_view .view_common {
  background: url("../images/line/07.png") no-repeat top,  url("../images/result/common/bg_btm.jpg") no-repeat bottom, url("../images/result/common/bg_mid.jpg") repeat-y;
  background-size: 100%;
}
.free_view .view_common.one {
  padding-top: 15px;
}
.view_common h3 {
  margin: 0 -10px 10px;
}
.view_common > .tit_komi_common {
  margin: 0 0 10px;
}
/*----- komi_common / 共通lead -----*/
.komi_common,
.lead._cmn {
  color: #1a1a1a;
  background: rgba(255,255,255,.8);
}
.komi_common {
  padding: 15px 5px;
}
.lead._cmn {
  margin: 0 15px;
  padding: 15px;
}
.komi_common:before,
.komi_common:after,
.lead._cmn:before,
.lead._cmn:after{
  content: '';
  height: 30px;
  margin: auto;
  position: absolute;
  left: -3px;
  background-image: url("../images/result/parts/deco4.png"), url("../images/result/parts/deco5.png");
  background-repeat: no-repeat;
  background-position: left, right;
  background-size: 20px;
}
.komi_common:before,
.komi_common:after {
  width: 306px;
}
.lead._cmn:before,
.lead._cmn:after{
  width: 295px;
}
.komi_common:before,
.lead._cmn:before{
  top: -8px;
}
.komi_common:after,
.lead._cmn:after{
  bottom: -8px;
  transform: scale(1, -1);
}
.komi_common:first-of-type:before {
  top: -10px;
  background-image: url("../images/result/parts/deco4.png"), url("../images/result/parts/deco3.png");
  background-position: left 7px, right top;
  background-size: 20px, 95px;
}
.user_name {
  height: 50px;
  margin: 8px 20px 0;
  line-height: 42px;
  font-weight: bold;
  color: #000;
  background: url("../images/result/komi_common/bg_name.png") no-repeat;
  background-size: 100%;
}
/*--- 心の感触 ---*/
.box_word {
  overflow: hidden;
}
.box_word ul {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.box_word li {
  text-shadow: 0 0 3px #ff0000, 0 0 3px #ff0000, 0 0 3px #88272c, 0 0 5px #88272c, 0 0 5px #ff0000, 0 0 5px #ff0000, 0 0 5px #ff0000, 0 0 10px #ff0000;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 40px;
}
.box_word li:nth-child(1) {
  text-align: right;
  left: 20px;
  transform: skewX(10deg) rotate(-40deg);
}
.box_word li:nth-child(2) {
  right: 20px;
  transform: skewX(-10deg) rotate(40deg);
}
.box_word li:nth-child(3) {
  font-size: 22px;
  top: auto;
  right: 0;
  bottom: 5px;
  left: 0; 
}
.box_word .blur-1 span {
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 15px #88272c, 0 0 15px #88272c, 0 0 15px #88272c, 0 0 15px #88272c, 0 0 15px #ff0000, 0 0 15px #ff0000, 0 0 15px #ff0000, 0 0 15px #ff0000, 0 0 15px #ff0000, 0 0 20px #ff0000, 0 0 20px #ff0000, 0 0 20px #ff0000, 0 0 20px #ff0000;
}
/*--- 守護スピリット ---*/
.box_spirit {
  height: 180px;
  margin: 0 0 8px;
  padding: 3px 40px 0;
  background: url("../images/result/komi_common/bg.jpg") repeat;
  background-size: 15px;
}
.box_spirit img {
  height: 100%;
  object-fit: cover;
}
/*////////////////////////////////////////////////////////

小見出し

////////////////////////////////////////////////////////*/
[class^="komi_"] {
  clear: both;
  margin: 0 0 10px;
  position: relative;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top, center bottom -1px, center;
  background-size: 100%;
}
/* title
------------------------- */
[class^="tit_komi"] {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  min-height: 85px;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  line-height: 1.2;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: 100%;
}
[class^="tit_komi"] span {
  /*color: #ff0025;*/
}
/* common */
.tit_komi_common {
  color: #1a1a1a;
  background-image: url("../images/result/komi_common/bg_tit_komi.png");
}
/* normal */
.tit_komi_normal {
  padding-bottom: 25px;
  background: url("../images/line/04.png") no-repeat bottom;
  background-size: 96%;
}
.tit_komi_normal span {
  color: yellow;
}
/* gouka */
.tit_komi_gouka {
  margin: 0 8px;
  padding: 0 20px;
  height: 100px;
  color: #1a1a1a;
  background-image: url("../images/result/parts/bg_tit_komi.png");
}
/* love */
.tit_komi_love {
  padding: 70px 20px 0;
  height: 120px;
  background-image: url("../images/result/komi_love/bg_tit_komi.jpg");
}
/* komi_normal
------------------------- */
[class^="komi_norma"] {
  margin-bottom: 0;
  padding: 65px 20px 90px;
}
.komi_normal {
  background-image: url("../images/result/komi_normal/bg_top.jpg"), url("../images/result/komi_normal/bg_btm.jpg"), url("../images/result/komi_normal/bg_mid.jpg");
}
.komi_normal2 {
  background-image: url("../images/result/komi_normal2/bg_top.jpg"), url("../images/result/komi_normal2/bg_btm.jpg"), url("../images/result/komi_normal2/bg_mid.jpg");
}
/* komi_yesno
------------------------- */
.komi_yesno {
  padding-bottom: 70px;
  background-image: url("../images/result/komi_yesno/bg_top.jpg"), url("../images/result/komi_yesno/bg_btm.jpg"), url("../images/result/komi_yesno/bg_mid.jpg");
}
.komi_yesno .tit_komi_gouka {
  margin-top: -50px;
}
/*--- box_yesno ---*/
.box_yesno {
  margin-bottom: -55px;
}
.box_yesno .boka {
  position: absolute;
  top: 0;
  left: 0;
}
/* komi_jiki
------------------------- */
.komi_jiki {
  height: 320px;
  padding: 20px 0;
  background: url("../images/result/komi_jiki/bg.jpg") no-repeat;
  background-size: 100%;
}
.box_jiki {
  padding-top: 50px;
}
.free_view .komi_jiki {
  height: auto;
  margin-top: 10px;
  padding: 0;
  background: none;
}
.bg_free {
  margin-top: -110px;
}
/* komi_kao
------------------------- */
.kao {
  display: block;
  width: 80%;
  margin: -10px auto;
}
.bokashi_kao {
  margin: -75px 0 -5px;
  position: relative;
}
/* komi_core
------------------------- */
.komi_core {
  margin-top: 20px;
  padding: 30px 0 70px;
  background-image: url("../images/line/07.png"), url("../images/result/komi_core/bg_btm.jpg"), url("../images/result/komi_core/bg_mid.jpg");
}
.label_juyo {
  width: 140px;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 2;
}
/*--- box_juyo ---*/
.box_juyo {
  padding: 5px 160px 0 30px;
  background: url("../images/result/komi_core/bg.jpg") no-repeat;
  background-size: 100%;
}
.box_juyo p {
  display: table-cell;
  vertical-align: middle;
  min-width: 130px;
  height: 180px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
  color: #ab0920;
}
/* komi_honne
------------------------- */
.komi_honne {
  padding: 30px 0 70px;
  background-image: url("../images/result/komi_honne/bg_top.jpg"), url("../images/result/komi_honne/bg_btm.jpg"), url("../images/result/komi_honne/bg_mid.jpg");
}
/*--- box_honne ---*/
.box_honne {
  height: 205px;
  padding: 30px 20px 0 20px;
  text-align: left;
  background: url("../images/result/komi_honne/bg.jpg") no-repeat;
  background-size: 100%;
}
.box_honne li {
  text-shadow: 0 0 1px #a20018, 0 0 1px #a20018, 0 0 1px #a20018, 0 0 1px #a20018, 0 0 2px #a20018, 0 0 2px #a20018, 0 0 2px #a20018, 0 0 2px #a20018, 0 0 5px #ff91a1, 0 0 10px #ff91a1, 0 0 10px #ff91a1, 0 0 15px #ff91a1;
  font-size: 20px;
  font-weight: bold;
}
.box_honne li:nth-child(1) {
  transform: rotate(-7deg);
}
.box_honne li:nth-child(2) {
  margin: 30px 0 0 20px;
  transform: rotate(4deg);
}
.box_honne li:nth-child(3) {
  transform: rotate(-3deg);
}
.box_honne .blur-1 {
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 10px #a20018, 0 0 10px #a20018, 0 0 10px #a20018, 0 0 15px #ff91a1, 0 0 15px #ff91a1, 0 0 15px #ff91a1, 0 0 15px #ff91a1, 0 0 15px #ff91a1, 0 0 15px #ff91a1, 0 0 15px #ff91a1, 0 0 15px #ff91a1;
}
/* komi_sp
------------------------- */
/*--- box_sp　---*/
.box_sp {
  height: 200px;
  position: relative;
  overflow: hidden;
  background: url("../images/result/komi_sp/bg.png") no-repeat bottom;
  background-size: 100%;
}
.sp_name {
  position: absolute;
  top: 45px;
  left: 50px;
  font-weight: bold;
}
.box_sp ul {
  width: 75%;
  position: absolute;
  top: 80px;
  left: 35px;
}
.box_sp li {
  opacity: 0;
  margin: 0 0 10px;
  padding: 0 25px 0 30px;
  position: relative;
  text-align: left;
  transform: translateY(20px) scale(0, 0);
  transform-origin: left bottom;
  background: url("../images/result/komi_sp/icon.jpg") no-repeat 3px 1px;
  background-size: 18px;
}
.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: 8px;
  line-height: 1.2;
  font-size: 11px;
  font-weight: bold;
  color: #1a1a1a;
  background: #fff;
}
.box_sp li:after {
  content: "";
  width: 14px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 23px;
  background: url("../images/result/komi_sp/fuki_sp.png") no-repeat;
  background-size: 100%;
}
/* アニメ無し */
.box_sp.on li {
  opacity: 1;
  transform: none;
}
/* komi_unlock
------------------------- */
.komi_unlock {
  padding: 0 20px 105px;
  background-image: url("../images/result/komi_unlock/bg_top.jpg"), url("../images/result/komi_unlock/bg_btm.jpg"), url("../images/result/komi_unlock/bg_mid.jpg");
}
.komi_unlock h3 {
  margin: 0 -20px -15px;
}
/* komi_oracle
------------------------- */
.box_oracle {
  width: 100%;
  position: absolute;
  top: 130px;
  left: 0;
}
.oracle {
  display: block;
  width: 25%;
  margin: 0 auto 15px;
  border-radius: 6px;
  box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff;
  transform: rotate(10deg);
}
.text_oracle {
  font-size: 18px;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  font-weight: bold;
  color: #91722f;
}
.text_oracle p,
.text_oracle .text-large {
  line-height: 1.25;
  margin-bottom: 0;
}
.text_oracle p:nth-child(2) {
  font-size: 1.03em;
}
.box_oracle_word {
  height: 210px;
  margin-top: -1px;
  z-index: 1;
  padding: 13px 133px 0 37px;
  background: url("../images/result/komi_oracle/bg.jpg") no-repeat;
  background-size: 100%;
}
.box_oracle_word p {
  display: table-cell;
  vertical-align: middle;
  height: 113px;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  font-size: 12px;
  color: #000;
}
.box_oracle_word._kajitsu {
  background: url("../images/result/komi_fortune/bg.jpg") no-repeat;
  background-size: 100%;
}
.box_oracle_word._kajitsu p {
  height: 145px;
}
/* komi_love
------------------------- */
.komi_love {
  margin-top: 5px;
  padding-bottom: 90px;
  background-image: url("../images/result/komi_love/bg_top.jpg"), url("../images/result/komi_love/bg_btm.jpg"), url("../images/result/komi_love/bg_mid.jpg");
}
.komi_love .lead {
  display: none;
  padding: 0 30px;
}
/*--- box_card ---*/
.box_card {
  margin: 0 20px 10px;
  padding: 20px 20px 0;
  height: 175px;
  position: relative;
  background: url("../images/result/komi_love/bg.png") no-repeat;
  background-size: 100%;
}
.box_card .text_opn {
  width: 100%;
  position: absolute;
  bottom: 12px;
  left: 0;
  font-weight: bold;
}
.card {
  justify-content: space-between;
}
.card li {
  width: 30%;
  position: relative;
}
.card li.noselect {
  pointer-events: none;
}
.card li.active:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 8px #fff;
}
.card li.active:after,
.card img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
/* 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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1.5px solid #000;
  border-radius: 3px;
  line-height: 35px;
  font-weight: bold;
  background: #fff;
}
.box_coupon_input input.btn_use {
  display: block;
  width: 75px;
  height: 26px;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/result/komi_coupon/btn_use.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
/*////////////////////////////////////////////////////////

誘導

////////////////////////////////////////////////////////*/
/* komi_yudo
------------------------- */
#yudo {
  margin-top: 20px;
}
#yudo .menu_title {
  margin: 0 0 5px;
}
#yudo .menu_list:last-child {
  margin-bottom: 0;
}
#yudo [class^="bokashi"] .btn {
  top: 35%;
}
#yudo .text_yudo {
  margin: -50px 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: #1a1a1a;
  position: relative;
  background: rgba(255, 255, 255, .8);
}
#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

////////////////////////////////////////////////////////*/
/* common
------------------------- */
[class^="bokashi"] .btn_free_connect_more {
  background: url("../images/btn/free_connect/btn_more.png") no-repeat;
  background-size: 100%;
}
.free_connect-1 .tit_komi_normal {
  min-height: 65px;
  font-size: 13px;
}
.lead._cmn:before, .lead._cmn:after {
  content: none;
}
/* free1_template
------------------------- */
.free_connect-1 .tit_komi_gouka {
  height: 95px;
}
.free_connect-1 .komi_normal {
  padding-bottom: 70px;
}
.free_connect-1 .komi_jiki {
  height: auto;
}
/* free2_template
------------------------- */
.free_connect-1 .sp_name {
  top: 55px;
}
.free_connect-1 .box_sp ul {
  top: 90px;
}
.free_connect-1 .box_juyo p {
  height: 153px;
}
.box_free2_tamp8 ul {
  top: 295px;
}
.box_free2_tamp8 a {
  display: block;
  height: 63px;
}
.box_free2_tamp8 li:last-child a {
  height: 30px;
}


