@charset "UTF-8";
/*=======================================
common
========================================*/
.free_view, .ppv_view {
  overflow: hidden;
}
.ppv_view p, .free_view p, .ppv_view section, .free_view section {
  margin-bottom: 0;
}
.free_view .menu_title h2, .free_view .menu_title h3 {
  color: #006750;
}
.free_view .menu_title.two h2, .free_view .menu_title.two h3 {
  color: #c3006e;
}
/*--- lead ---*/
.lead {
  position: relative;
  z-index: 100;
  text-align: left;
  text-shadow: 0 0 1px rgba(7, 0, 73, 0.3);
  color: #2b0000;
  padding: 10px 20px;
  /* font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; */
}
/*=====================
共通小見出し
=====================*/
/*---------- 挨拶（共通） ----------*/
.komi_aisatsu {
  position: relative;
}

.komi_aisatsu .box {
  background: url(../images/result/parts/aisatsu.jpg) no-repeat;
  background-size: 100%;
	min-height: 275px;
}
.komi_aisatsu .lead_aisatsu{
  margin: 40px 5px 15px 10px;
  text-align: left;
	font-weight: bold;
  line-height: 1.7;
  text-shadow: 0 0 15px #ff00b4, 0 0 15px #ff00b4;
}
.komi_aisatsu .lead_aisatsu span{
  color: #00e7cf;
}
.komi_aisatsu space {
  width: 120px;
  height: 180px;
  float: right;
}
.komi_aisatsu .text_energy {
  margin-bottom: 15px;
  font-size: 16px;
  color: #efdb8a;
  font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  text-shadow: 0 0 10px #ff00b4, 0 0 10px #ff00b4 , 0 0 10px #ff00b4;
  padding: 0 15px;
	margin-top: -10px;
	position: relative;
}

/* 従量挨拶 */

/*---------- common（共通） ----------*/
.result_anime_area {
  position: relative;
}
.view_common.one .result_anime_area {
  min-height: 295px;
  background: url(../images/result/parts/energy_base_one.jpg) no-repeat;
  background-size: 100%;
}
.ppv_view .view_common.one .result_anime_area {
  box-shadow: 0 0px 15px 10px #460d2c;
}
.user_info {
  position: absolute;
  width: 100%;
  top: 20px;
}
.user_info.woman {
  color: #f2c7fa;
}
.user_info.man {
  color: #30fffd;
}
.user_info .gender {
  display: inline-block;
}
.user_info .gender span {
  display: none;
}
.view_common.two .user_info {
  top: 147px;
  line-height: 1.4;
}
.view_common.two .user_info p {
  font-size: 12px;
  color: #FFF;
}
.view_common.two .user_info.woman p:nth-child(1) span {
  color: #ffa4c0;
}
.view_common.two .user_info.woman p:nth-child(2) span {
  color: #30fffd;
}
.view_common.two .user_info.man p:nth-child(1) span {
  color: #30fffd;
}
.view_common.two .user_info.man p:nth-child(2) span {
  color: #ffa4c0;
}
/*---------- 一人用 ----------*/
.view_common.one .energy_gender{
  position: absolute;
  top: 50px;
  width: 240px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.default .one .energy_gender {
  position: absolute;
  top: 35px;
  width: 240px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.default .one .energy_gender.man img.woman,.default .one .energy_gender.woman img.man{
	display: none;
}
.view_common.one .user {
  position: absolute;
  bottom: 100px;
}
.view_common.one .energy_ball {
  position: absolute;
  width: 130px;
  left: 95px;
  top: 120px;
  -webkit-animation: 8s energy_ball linear infinite ;
  -moz-animation: 8s energy_ball linear infinite ;
  animation: 8s energy_ball linear infinite ;
}
.view_common.one .energy_ball img,.default .energy_ball img{
  opacity: 0;
}
.default .one .energy_ball {
  position: absolute;
  width: 130px;
  left: 95px;
  top: 100px;
  -webkit-animation: 8s energy_ball linear infinite ;
  -moz-animation: 8s energy_ball linear infinite ;
  animation: 8s energy_ball linear infinite ;
}
@-webkit-keyframes energy_ball{
  0%{
    opacity: 1;
    -webkit-transform: rotate(0deg)
  }
  20%{
    opacity: 0.9;
  }
  50%{
    opacity: 0.8;
  }
  70%{
    opacity: 0.9;
  }
  100%{
    opacity: 1;
    -webkit-transform: rotate(360deg)
  }
}
@-moz-keyframes energy_ball{
  0%{
    opacity: 1;
    -moz-transform: rotate(0deg)
  }
  20%{
    opacity: 0.9;
  }
  50%{
    opacity: 0.8;
  }
  70%{
    opacity: 0.9;
  }
  100%{
    opacity: 1;
    -moz-transform: rotate(360deg)
  }
}
@keyframes energy_ball{
  0%{
    opacity: 1;
    transform: rotate(0deg)
  }
  20%{
    opacity: 0.9;
  }
  50%{
    opacity: 0.8;
  }
  70%{
    opacity: 0.9;
  }
  100%{
    opacity: 1;
    transform: rotate(360deg)
  }
}
.view_common.one .energy_word{
  width: 100%;
  text-align: center;
  position: absolute;
  top: 220px;
}
.default .one .energy_word,.default .one .energy_word2{
  width: 100%;
  text-align: center;
  position: absolute;
  top: 200px;
}

.view_common.one .energy_word img,.default .one .energy_word img,.default .one .energy_word2 img{
  width: 160px!important;
}
.view_common.one .energy_word span,.default .one .energy_word span,.default .one .energy_word2 span{
  font-size: 14px;
  color: #FFF;
  display: block;
}
.view_common.one .energy_word span.woman,.default .one .energy_word span.woman,.default .one .energy_word2 span.woman{
  text-shadow: 0 0 15px #820080, 0 0 15px #820080, 0 0 15px #820080, 0 0 15px #820080, 0 0 15px #820080, 0 0 15px #820080;
}
.view_common.one .energy_word span.man,.default .one .energy_word span.man,.default .one .energy_word2 span.man{
  text-shadow: 0 0 15px #1b8c8a, 0 0 15px #1b8c8a, 0 0 15px #1b8c8a, 0 0 15px #1b8c8a, 0 0 15px #1b8c8a, 0 0 15px #1b8c8a;
}
.view_common.one .energy_text {
  position: relative;
  width: 90%;
  margin: -30px auto 0;
  font-size: 15px;
  font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  text-shadow: 0 0 5px #820080, 0 0 5px #820080, 0 0 5px #820080, 0 0 5px #820080, 0 0 5px #820080, 0 0 5px #820080;
}
/*---------- 二人用 ----------*/
.energy_base_two {
  min-height: 300px;
  background: url(../images/result/parts/energy_base_two.jpg) no-repeat;
  background-size: 100%;
}
.view_common.two .energy_gender {
  display: block;
  position: absolute;
  top: 190px;
  width: 323px;
  left: 0;
  z-index: 1;
}
.default .two .energy_gender {
  display: block;
  position: absolute;
  top: 155px;
  width: 323px;
  left: 50%;
  -wevkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.view_common.two .user {
  position: absolute;
  bottom: 60px;
}
.view_common.two .energy_back{
  position: absolute;
  top: 190px;
  display: none;
}
.default .two .energy_back{
  position: absolute;
  top: 160px;
  display: none;
}
.me_you {
  position: absolute;
  bottom: 20px;
  left: 30px;
  width: 90%;
  height: 42px;
  font-size: 16px;
  font-weight: bold;
  color: #1e0007;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  -webkit-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
}
.me_you p {
  float: left;
  width: 50%;
}
.view_common.two .energy_word {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 193px;
  left: 0;
}
.default .two .energy_word {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 155px;
  left: 50%;
  -wevkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.view_common.two .energy_word img,.default .two .energy_word img {
  width: 160px !important;
}
.view_common.two .energy_word span,.default .two .energy_word span{
  display: block;
  font-weight: bold;
  opacity: 0;
}
.view_common.two .energy_word span.word-01,.default .two .energy_word span.word-01{
  text-shadow: 0 0 5px #f22bc1, 0 0 5px #f22bc1, 0 0 5px #f22bc1, 0 0 5px #f22bc1, 0 0 5px #f22bc1, 0 0 5px #f22bc1;
}
.view_common.two .energy_word span.word-02,.default .two .energy_word span.word-02{
  text-shadow: 0 0 5px #f38015, 0 0 5px #f38015, 0 0 5px #f38015, 0 0 5px #f38015, 0 0 5px #f38015, 0 0 5px #f38015;
}
.view_common.two .energy_word span.word-03,.default .two .energy_word span.word-03{
  text-shadow: 1px 1px 5px #000, 0 0 5px #fff613, 0 0 5px #fff613, 0 0 5px #fff613, 0 0 5px #fff613, 0 0 5px #fff613;
}
.view_common.two .energy_word span.word-04,.default .two .energy_word span.word-04{
  text-shadow: 0 0 5px #0949f5, 0 0 5px #0949f5, 0 0 5px #0949f5, 0 0 5px #0949f5, 0 0 5px #0949f5, 0 0 5px #0949f5;
}
.view_common.two .energy_word span.word-05,.default .two .energy_word span.word-05{
  text-shadow: 0 0 5px #ff0006, 0 0 5px #ff0006, 0 0 5px #ff0006, 0 0 5px #ff0006, 0 0 5px #ff0006, 0 0 5px #ff0006;
}
.view_common.two .energy_word span.word-06,.default .two .energy_word span.word-06{
  text-shadow: 0 0 5px #0fbb54, 0 0 5px #0fbb54, 0 0 5px #0fbb54, 0 0 5px #0fbb54, 0 0 5px #0fbb54, 0 0 5px #0fbb54;
}
.view_common.two .energy_word span.word-07,.default .two .energy_word span.word-07{
  text-shadow: 0 0 5px #bf21ff, 0 0 5px #bf21ff, 0 0 5px #bf21ff, 0 0 5px #bf21ff, 0 0 5px #bf21ff, 0 0 5px #bf21ff;
}
.view_common.two .energy_word span.word-08,.default .two .energy_word span.word-08{
  text-shadow: 0 0 5px #ec0cb3, 0 0 5px #ec0cb3, 0 0 5px #ec0cb3, 0 0 5px #ec0cb3, 0 0 5px #ec0cb3, 0 0 5px #ec0cb3;
}
.view_common.two .energy_word span.word-09,.default .two .energy_word span.word-09{
  text-shadow: 0 0 5px #18daf7, 0 0 5px #18daf7, 0 0 5px #18daf7, 0 0 5px #18daf7, 0 0 5px #18daf7, 0 0 5px #18daf7;
}
.view_common.two .energy_ball{
  position: absolute;
  width: 130px;
  left: 30px;
  top: 290px;
  animation: 8s energy_ball linear infinite;
  z-index: 3;
}
.view_common.two .energy_ball2 {
  position: absolute;
  width: 130px;
  right: 30px;
  top: 290px;
  animation: 8s energy_ball2 linear infinite;
  z-index: 3;
}
.default .two .energy_ball{
  position: absolute;
  width: 130px;
  left: 30px;
  top: 250px;
  animation: 8s energy_ball linear infinite;
  z-index: 3;
}
.default .two .energy_ball2 {
  position: absolute;
  width: 130px;
  right: 30px;
  top: 250px;
  animation: 8s energy_ball2 linear infinite;
  z-index: 3;
}
.view_common.two .energy_ball img,.default .two .energy_ball img {
  opacity: 0;
}
.view_common.two .energy_ball2 img ,.default .two .energy_ball2 img{
  opacity: 0;
}
@keyframes energy_ball2{
  0%{
    opacity: 1;
    transform: rotate(-180deg)
  }
  20%{
    opacity: 0.9;
  }
  50%{
    opacity: 0.8;
  }
  70%{
    opacity: 0.9;
  }
  100%{
    opacity: 1;
    transform: rotate(180deg)
  }
}
.view_common.two .energy_text {
  float: left;
  margin: -60px 0 0 35px;
  width: 120px;
  position: relative;
  font-size: 15px;
  z-index: 5;
}
.view_common.two .energy_text2 {
  float: right;
  margin: -60px 35px 0 0;
  width: 120px;
  position: relative;
  font-size: 15px;
  z-index: 5;
}
.default .two .energy_text {
  float: left;
  margin: -60px 0 0 35px;
  width: 120px;
  position: relative;
  font-size: 15px;
  z-index: 5;
}
.default .two .energy_text2 {
  float: right;
  margin: -60px 35px 0 0;
  width: 120px;
  position: relative;
  font-size: 15px;
  z-index: 5;
}
.view_common.two .energy_text.woman,.view_common.two .energy_text2.man,.default .two .energy_text.woman,.default .two .energy_text2.man{
  text-shadow: 0 0 5px #bc0042, 0 0 5px #bc0042, 0 0 5px #bc0042, 0 0 5px #bc0042, 0 0 5px #bc0042, 0 0 5px #bc0042;
}
.view_common.two .energy_text.woman span,.view_common.two .energy_text2.man span,.default .two .energy_text.woman span,.default .two .energy_text2.man span{
	color: #ec0075;
  text-shadow: 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;
  font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.view_common.two .energy_text2.woman,.view_common.two .energy_text.man,.default .two .energy_text2.woman,.default .two .energy_text.man{
  text-shadow: 0 0 5px #007a98, 0 0 5px #007a98, 0 0 5px #007a98, 0 0 5px #007a98, 0 0 5px #007a98, 0 0 5px #007a98;
}
.view_common.two .energy_text2.woman span,.view_common.two .energy_text.man span,.default .two .energy_text2.woman span,.default .two .energy_text.man span{
	color: #0079c5;
  text-shadow: 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;
  font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.view_common.one .lead {
  padding: 30px 25px 60px;
  color: #fff;
  background: url(../images/result/parts/bg_energy_top.jpg) no-repeat top, url(../images/result/parts/bg_energy_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_energy_mid.jpg) repeat-y;
  background-size: 100%;
  box-sizing: border-box;
}
.view_common.two .lead {
  padding: 35px 25px 35px 35px;
  color: #fff;
  background: url(../images/result/parts/bg_energy_top2.jpg) no-repeat top, url(../images/result/parts/bg_energy_btm2.jpg) no-repeat bottom, url(../images/result/parts/bg_energy_mid2.jpg) repeat-y;
  background-size: 100%;
  box-sizing: border-box;
}
/*=====================
小見出し
=====================*/
/* 共通 */
.komi_common.one {
  padding: 50px 0 62px;
  overflow: hidden;
  background: url(../images/result/parts/bg_comm_one_top.jpg) no-repeat top, url(../images/result/parts/bg_comm_one_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_comm_one_mid.jpg) repeat-y;
  background-size: 100%;
}
.komi_common.two {
  padding: 50px 0 60px;
  overflow: hidden;
  background: url(../images/result/parts/bg_comm_two_top.jpg) no-repeat top, url(../images/result/parts/bg_comm_two_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_comm_two_mid.jpg) repeat-y;
  background-size: 100%;
}
.komi_common space {
  width: 120px;
  height: 150px;
  float: right;
}
.komi_common .lead {
  line-height: 22px;
  padding: 0px 26px;
  color: #0d032c;
  text-shadow: 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, 0 0 5px #fff, 0 0 5px #fff;
  font-weight: bold;
}
.komi_common a {
  display: block;
  width: 90%;
  margin: auto;
}

/* 通常小見出し */
.komi_normal {
  padding: 0 0 30px;
  background: url(../images/result/parts/bg_komi_normal_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_komi_normal_mid.jpg) repeat-y;
  background-size: 100%;
}
.komi_normal h3 {
  padding: 60px 40px 40px;
  text-shadow: 0 0 6px #bf00c1, 0 0 6px #bf00c1, 0 0 10px #bf00c1, 0 0 10px #bf00c1;
  background: url(../images/result/parts/tit_komi_normal_top.jpg) no-repeat top, url(../images/result/parts/tit_komi_normal_btm.jpg) no-repeat bottom, url(../images/result/parts/tit_komi_normal_mid.jpg) repeat-y;
  background-size: 100%;
  box-sizing: border-box;
	font-size: 16px;
}
.komi_normal .lead {
  padding: 0 30px 10px;
}
.komi_normal .bokashi {
	padding: 0 30px 10px;
}

/* 占者小見出し */
.komi_aika {
  padding: 0 0 30px;
}
.komi_aika h3 {
  padding: 55px 40px 35px;
  text-shadow: 0 0 6px #bf00c1, 0 0 6px #bf00c1, 0 0 10px #bf00c1, 0 0 10px #bf00c1;
  background: url(../images/result/parts/tit_komi_normal_top.jpg) no-repeat top, url(../images/result/parts/tit_komi_normal_btm.jpg) no-repeat bottom, url(../images/result/parts/tit_komi_normal_mid.jpg) repeat-y;
  background-size: 100%;
  box-sizing: border-box;
}
.komi_aika .lead {
  padding: 0 30px;
}
.komi_aika .bokashi {
	padding: 0 30px;
}
/* aika */
.komi_aika.teller01 {
  background: url(../images/result/parts/bg_komi_aika_01.jpg) no-repeat center 130px, url(../images/result/parts/bg_komi_normal_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_komi_normal_mid.jpg) repeat-y;
  background-size: 100%;
}
.komi_aika.teller01 space {
  width: 150px;
  height: 180px;
  float: left;
}
/* aika2 */
.komi_aika.teller02 {
  background: url(../images/result/parts/bg_komi_aika_02.jpg) no-repeat center 130px, url(../images/result/parts/bg_komi_normal_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_komi_normal_mid.jpg) repeat-y;
  background-size: 100%;
}
.komi_aika.teller02 space {
  width: 130px;
  height: 180px;
  float: right;
}
/* aika3 */
.komi_aika.teller03 {
  background: url(../images/result/parts/bg_komi_aika_03.jpg) no-repeat center 130px, url(../images/result/parts/bg_komi_normal_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_komi_normal_mid.jpg) repeat-y;
  background-size: 100%;
}
.komi_aika.teller03 space {
  width: 140px;
  height: 180px;
  float: left;
}

.komi_aika .bokashi .btn{
	top: 50%;
}

/*未来キャッチ*/
.komi_mirai,.komi_jiki {
  position: relative;
  padding: 0 0 60px;
  background: url(../images/result/parts/bg_komi_mirai_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_komi_mirai_mid.jpg) repeat-y;
  background-size: 100%;
}
.ppv_view .komi_mirai:after, .ppv_view .komi_jiki:after {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: 2px;
  width: 200px;
  height: 70px;
  background: url(../images/result/parts/obi_mirai.png) no-repeat;
  background-size: 100%;
}
.komi_mirai.one h2, .komi_jiki h2 {
  padding: 130px 20px 15px;
  color: #c90047;
  font-weight: bold;
  text-shadow: 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;
  background: url(../images/result/parts/tit_komi_mirai_top.jpg) no-repeat top, url(../images/result/parts/tit_komi_mirai_btm.jpg) no-repeat bottom, url(../images/result/parts/tit_komi_mirai_mid.jpg) repeat-y;
  background-size: 100%;
  box-sizing: border-box;
}
.komi_mirai .age_area {
  position: absolute;
  top: 218px;
  left: 100px;
  width: 142px;
}
.komi_mirai .age_area p {
  width: 50px;
  float: left;
  margin-right: -18px;
}
.komi_mirai .age_area .sai {
  width: 70px;
  margin: 3px 0 0 -5px;
}

.komi_mirai .bokashi,.komi_jiki .bokashi{
	padding: 0 20px 10px;
}

/*思念キャッチ*/
.komi_shinen {
  padding: 0 0 60px;
  background: url(../images/result/parts/bg_komi_shinen_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_komi_shinen_mid.jpg) repeat-y;
  background-size: 100%;
  position: relative;
}
.komi_shinen h2 {
  padding: 125px 15px 45px;
  font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #ebd587;
  font-weight: bold;
  text-shadow: 0px 1px 1px #000, 0 0 6px #d1aa41;
  background: url(../images/result/parts/tit_komi_shinen_top.jpg) no-repeat top, url(../images/result/parts/tit_komi_shinen_btm.jpg) no-repeat bottom, url(../images/result/parts/tit_komi_shinen_mid.jpg) repeat-y;
  background-size: 100%;
  box-sizing: border-box;
	line-height: 1.3;
}
.komi_shinen.two h2 {
  padding: 130px 20px 35px;
}
.komi_shinen .box ul {
  position: absolute;
  top: 0;
  width: 100%;
  height: 225px;
}
.komi_shinen .box ul li {
  opacity: 0;
  position: absolute;
  color: #FFF;
  font-size: 2em;
  font-weight: bold;
  font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  text-shadow: 0 0 5px #0fadbb,0 0 5px #0fadbb,0 0 5px #0fadbb;
}
.komi_shinen .box ul li:nth-child(1) {
  top: 40px;
  left: 20px;
}
.komi_shinen .box ul li:nth-child(2) {
  font-size: 1.8em;
  top: 90px;
  right: 10px;
}
.komi_shinen .box ul li:nth-child(3) {
  font-size: 2.2em;
  bottom: 45px;
  left: 5px;
}
.komi_shinen .box ul li:nth-child(4) {
	opacity: 1;
  font-size: 13px;
  bottom: 5px;
	left: 50%;
  transform: translateX(-50%);
	text-shadow: none;
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.free_view .komi_shinen .box ul li:nth-child(2) span {
  display: inline-block;
  width: 90px;
  height: 35px;
  margin-left: -3px;
  vertical-align: middle;
  -webkit-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
.komi_shinen .lead {
  line-height: 22px;
  padding: 0px 30px;
  margin-top: -20px;
  color: #0d032c;
  text-shadow: 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, 0 0 5px #fff, 0 0 5px #fff;
}
.word_bokashi-1 li:nth-child(2), .word_bokashi-1 li:nth-child(3) {
  position: relative;
  -webkit-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
.word_bokashi-1 li:nth-child(2):after {
  content: "";
  background: url("../images/result/bokashi/bokashi_text2.png") repeat-x, rgba(255,255,255,0.2);
  background-size: 100px; 
  position: absolute;
  top: -10px;
  left:  0;
  width: 100%;
  height: 40px;
}
.word_bokashi-1 li:nth-child(3):after {
  content: "";
  background: url("../images/result/bokashi/bokashi_text.png") repeat-x, rgba(255,255,255,0.2);
  background-size: 155px;
  position: absolute;
  top: -10px;
  left:  0;
  width: 100%;
  height: 40px;
}
.komi_shinen .blur {
  position: relative;
  -webkit-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
.komi_shinen .blur2 span{
  -webkit-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
.komi_shinen .blur:after{
  content: "";
  background: url("../images/result/bokashi/bokashi_text.png") repeat-x, rgba(255,255,255,0.2);
  background-size: 155px; 
  position: absolute;
  top: -10px;
  left:  0;
  width: 100%;
  height: 40px;
}
.komi_shinen .blur2 span:after{
  content: "";
  background: url("../images/result/bokashi/bokashi_text2.png") repeat-x, rgba(255,255,255,0.2);
  background-size: 100px; 
  position: absolute;
  top: -8px;
  right:  -10px;
  width: 100px;
  height: 40px;
}

.shinen_txt-1 .one, .shinen_txt-0 .two {
  display: none;
}
.fadeInLeft01 {
  -webkit-animation: fadeInLeft 1s ease-out forwards;
  animation:  fadeInLeft 1s ease-out forwards;
}
.fadeInRight02 {
  -webkit-animation: fadeInRight 1s ease-out 0.8s forwards;
  animation:  fadeInRight 1s ease-out 0.8s forwards;
}
.fadeInLeft03 {
  -webkit-animation: fadeInLeft 1s ease-out 1.6s forwards;
  animation:  fadeInLeft 1s ease-out 1.6s forwards;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft { 
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInRight{
  0% {
    opacity: 0;
    -webkit-transform: translate3d(8%, 0, 0);
    transform: translate3d(8%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight { 
  0% {
    opacity: 0;
    -webkit-transform: translate3d(8%, 0, 0);
    transform: translate3d(8%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.komi_shinen .bokashi {
	padding: 0 30px 10px;
}



/*重要事項*/
.sec_juuyou {
  padding: 0 0 70px;
  background: url(../images/result/parts/bg_komi_juuyou_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_komi_juuyou_mid.jpg) repeat-y;
  background-size: 100%;
  position: relative;
}
.sec_juuyou .tit {
  padding: 13px 30px 15px;
  font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  color: #000000;
  text-shadow: 0 0 4px #fffce1, 0 0 4px #fffce1, 0 0 4px #fffce1, 0 0 4px #fffce1, 0 0 4px #fffce1, 0 0 4px #fffce1, 0 0 4px #fffce1, 0 0 4px #fffce1;
  background-image: url(../images/result/parts/komi_juuyou_top.jpg), url(../images/result/parts/komi_juuyou_btm.jpg), url(../images/result/parts/komi_juuyou_mid.jpg);
  background-size: 320px auto;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: center top, center bottom, center top;
}
.sec_juuyou .fukidashi {
  height: 320px;
  position: relative;
  background-image: url(../images/result/parts/bg_juuyou.jpg);
  background-size: 320px auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.sec_juuyou .fukidashi .f_txt {
  width: 250px;
  color: #ba0000;
  font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
  line-height: 1.8;
  position: absolute;
  top: 224px;
  left: 35px;
}
.sec_juuyou .lead {
  line-height: 22px;
  padding: 0px 20px;
  color: #FFF;
}
.sec_juuyou .fukidashi .f_txt.fuki_1 {
  top: 195px;
	line-height: 1.5;
}

.sec_juuyou .b_1,
.sec_juuyou .b_2,
.sec_juuyou .b_3,
.sec_juuyou .b_4{
  display: inline-block;
  width: 25px;
  height: 27px;
  position: relative;
  top: 4px;
}
.sec_juuyou .b_1 {
  background: url(../images/result/bokashi/bokashi_t_1.png) top no-repeat;
  -webkit-background-size: 32px auto;
  background-size: 32px auto;
}
.sec_juuyou .b_2 {
  background: url(../images/result/bokashi/bokashi_t_2.png) top no-repeat;
  -webkit-background-size: 32px auto;
  background-size: 32px auto;
}
.sec_juuyou .b_3 {
  background: url(../images/result/bokashi/bokashi_t_3.png) top no-repeat;
  -webkit-background-size: 32px auto;
  background-size: 32px auto;
}
.sec_juuyou .b_4 {
  background: url(../images/result/bokashi/bokashi_t_4.png) top no-repeat;
  -webkit-background-size: 32px auto;
  background-size: 32px auto;
}
.sec_juuyou .bokashi_white {
  padding: 0 20px 10px;
}

/*メッセージ*/
.komi_mes {
  padding: 0 0 70px;
  background: url(../images/result/parts/bg_komi_mes_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_komi_mes_mid.jpg) repeat-y;
  background-size: 100%;
  position: relative;
}
.komi_mes .lead{
	margin-top: -65px; 
	padding: 10px 30px 0;
}
.komi_mes .lead span {
  background-image: url(../images/teller/teller01.png);
  float: right;
  width: 165px;
  height: 220px;
  background-size: 100%;
  background-repeat: no-repeat;
	margin: -20px -30px 0 -20px;
}
.komi_mes .bokashi{
	padding: 0 30px 10px;
}

.komi_mes .bokashi .btn{
	top: 50%;
}	

/*顔*/
.komi_kao, .komi_sumaho {
  padding: 0 0 50px;
  background: url(../images/result/parts/bg_komi_kao_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_komi_kao_mid.jpg) repeat-y;
  background-size: 100%;
  position: relative;
}
.ppv_view .komi_kao:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
  width: 158px;
  height: 60px;
  background: url(../images/result/parts/obi_kao.png) no-repeat;
  background-size: 100%;
}
.komi_kao h3, .komi_sumaho h3 {
  padding: 65px 20px 25px;
  color: #FFF;
  text-shadow: 0px 0px 6px #00a0b3, 0 0 6px #00a0b3, 0 0 6px #00a0b3, 0 0 6px #00a0b3;
  background: url(../images/result/parts/tit_komi_kao_top.jpg) no-repeat top, url(../images/result/parts/tit_komi_kao_btm.jpg) no-repeat bottom, url(../images/result/parts/tit_komi_kao_mid.jpg) repeat-y;
  background-size: 100%;
  box-sizing: border-box;
  letter-spacing: -0.5px;
}
.komi_kao .lead {
  padding: 0 32px;
  color: #2b0000;
}
.komi_kao .txt {
  position: absolute;
  padding: 1px 5px;
  color: #FFF;
  background: #bb0047;
  border-radius: 5px;
  left: 20px;
  bottom: 160px;
  font-weight: bold;
	z-index: 1001;
}
.komi_kao .bokashi {
  padding: 0 30px 10px;
}
.free_view .komi_kao .bokashi .btn{
	top: 35%;
}
.face_img,.face_img02 {
  width: 180px;
  margin: 0 auto 10px;
}
.face_img.disp-0,.face_img02.disp-1{
	display: none!important;
}
.face_img02.disp-0{
	display: block!important;
}
/* komi_sumaho */
.komi_sumaho .box.sumaho p {
  position: absolute;
  bottom: 20px;
  left: 1px;
  right: 0;
  width: 170px;
  margin: auto;
}
.sumaho_img-0 .close, .sumaho_img-1 .open {
  display: none;
}
/*list_one*/
.list_one{
  position: relative;
}
.list_one ul{
  position: absolute;
  top: 35px;
  width: 100%;
  height: 350px;
}
.list_one ul li{
  position: absolute;
  width: 200px;
  height: 90px;
  left: 10px;
}
.list_one ul li:nth-child(2){
  top: 130px;
  right: 10px;
  left: auto;
}
.list_one ul li:nth-child(3){
  top: 260px;
}
.list_one ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

/*秘奥透映*/
.komi_hiou {
  padding: 0 0 60px;
  background:  url(../images/result/parts/bg_komi_hiou_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_komi_hiou_mid.jpg) repeat-y;
  background-size: 100%;
  position: relative;
}
.ppv_view .komi_hiou:after {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  left: 2px;
  width: 200px;
  height: 70px;
  background: url(../images/result/parts/obi_hiou.png) no-repeat;
  background-size: 100%;
}
.komi_hiou h2 {
  padding: 150px 20px 20px;
  font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #ebd587;
  font-weight: bold;
  line-height: 1.3;
  text-shadow: 0 0 6px #a4003d, 0 0 6px #a4003d, 0 0 6px #a4003d, 0 0 6px #a4003d;;
  background: url(../images/result/parts/tit_komi_hiou_top.jpg) no-repeat top, url(../images/result/parts/tit_komi_hiou_btm.jpg) no-repeat bottom, url(../images/result/parts/tit_komi_hiou_mid.jpg) repeat-y;
  background-size: 100%;
  box-sizing: border-box;
}
.komi_hiou .lead {
  line-height: 22px;
  padding: 30px 20px;
  margin-top: -20px;
  color: #fff;
}
.komi_hiou .bokashi_white {
  padding: 0 20px;
}

/*yesno*/
.komi_yesno {
  position: relative;
  padding: 0 0 50px;
  background:  url(../images/result/parts/bg_komi_yesno_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_komi_yesno_mid.jpg) repeat-y;
  background-size: 100%;
}
.ppv_view .komi_yesno:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
  width: 160px;
  height: 65px;
  background: url(../images/result/parts/obi_yesno.png) no-repeat;
  background-size: 100%;
}
.komi_yesno h3 {
  padding: 65px 25px 35px;
  text-shadow: 0 0 6px #00a0b3, 0 0 6px #00a0b3, 0 0 10px #00a0b3, 0 0 10px #00a0b3;
  background: url(../images/result/parts/tit_komi_yesno_top.jpg) no-repeat top, url(../images/result/parts/tit_komi_yesno_btm.jpg) no-repeat bottom, url(../images/result/parts/tit_komi_yesno_mid.jpg) repeat-y;
  background-size: 100%;
  box-sizing: border-box;
}
.komi_yesno h2{
  position: relative;
}
.komi_yesno .lead {
  padding: 0 30px;
	color: #002941;
}
.default .komi_yesno .lead {
  text-shadow: none;
}
.komi_yesno .txt {
  position: absolute;
  padding: 1px 5px;
  color: #FFF;
  background: #bb0047;
  border-radius: 5px;
  left: 10px;
  bottom: 175px;
  font-weight: bold;
	z-index: 1001;
}
.komi_yesno .bokashi {
  padding: 0 30px 10px;
}
.ppv_view .komi_yesno .text-answer {
  position: absolute;
  width: 120px;
  top: 58px;
  right: 35px;
	display: none;
}
.default .komi_yesno .text-answer {
  position: absolute;
  width: 120px;
  top: 200px;
  right: 35px;
  animation: 3s ease fade_in;
}
.ppv_view .komi_yesno .text-answer.yesno_disp-1 .open,
.ppv_view .komi_yesno .text-answer.yesno_disp-0 .close {
  display: none;
}
.ppv_view .komi_yesno .text-answer.yesno_disp-1 .close {
  width: 120% !important;
  -webkit-transform: translate(-10%, -11%);
  transform: translate(-10%, -11%);
}

/* sec07 two */
.sec07.two{
  background: linear-gradient(to bottom, rgba(101,27,55,0.65) 70%,rgba(0,0,0,0) 100%);
}
.sec07.two .box ul li, .free_view .sec05 .box ul li,  .menu .sec_hidden ul li {
  position: absolute;
}
.sec07.two .box ul li:nth-child(1){
  top: 220px;
  left: 13px;
  width: 140px;
  height: 70px;
}
.sec07.two .box ul li:nth-child(2) {
  top: 280px;
  right: 15px;
  width: 140px;
  height: 70px;
}
.sec07.two .box ul li:nth-child(3) {
  top: 300px;
  left: 13px;
  width: 140px;
  height: 70px;
}
.sec07.two .box ul li:nth-child(4) {
  top: 360px;
  right: 15px;
  width: 140px;
  height: 70px;
}
.sec07.two .box ul li:nth-child(5) {
  top: 380px;
  left: 13px;
  width: 140px;
  height: 70px;
}
.sec07.two .box ul li:nth-child(6) {
  top: 440px;
  right: 15px;
  width: 140px;
  height: 70px;
}
.sec07.two .box ul li a{
  display: block;
  width: 100%;
  height: 100%;
}

/*=====================
誘導
=====================*/
.yudo_flg-1 {
  display: none;
}
.ppv_view #yudo .komi_normal {
  margin-bottom: 10px;
  padding: 30px 0 0;
}
.ppv_view #yudo .menu_list {
  margin-bottom: 0;
  padding: 25px 10px 30px;
  background: url(../images/result/parts/bg_list_yudo_top.jpg) no-repeat top, url(../images/result/parts/bg_list_yudo_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_list_yudo_mid.jpg) repeat-y;
  background-size: 100%;
}
.komi_yudo {
  padding: 0 0 12px;
  background:  url(../images/result/parts/bg_komi_normal_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_komi_normal_mid.jpg) repeat-y;
  background-size: 100%;
}
.komi_yudo .tit_komi {
  padding: 50px 40px 30px;
  text-shadow: 0 0 6px #bf00c1, 0 0 6px #bf00c1, 0 0 10px #bf00c1, 0 0 10px #bf00c1;
  background: url(../images/result/parts/tit_komi_normal_top.jpg) no-repeat top, url(../images/result/parts/tit_komi_normal_btm.jpg) no-repeat bottom, url(../images/result/parts/tit_komi_normal_mid.jpg) repeat-y;
  background-size: 100%;
  box-sizing: border-box;
}
.komi_yudo .lead{
	padding: 0 30px 5px;
}
.komi_yudo .bokashi{
	padding: 0 30px 40px;
}
.komi_yudo .bokashi .btn{
	top: 15px;
}
.txt-yudo {
	width: 78%;
  padding: 10px;
  line-height: 13px;
  text-align: left;
  font-size: 11px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: rgb(255 255 255 / 0.8);
  border-radius: 10px;
  color: #000;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.txt-yudo .text-yellow {
  display: block;
  padding-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}
.txt-yudo .text-red02 {
  display: block;
  padding-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}
/*=====================
menu_list
=====================*/
.menu_list {
  margin-bottom: 10px;
  padding: 25px 10px 50px;
  position: relative;
  background: url(../images/result/parts/bg_list_yudo_top.jpg) no-repeat top, url(../images/result/parts/bg_list_yudo_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_list_yudo_mid.jpg) repeat-y;
  background-size: 100%;
}
.menu_list ul {
  position: relative;
  z-index: 1;
}
.menu_list .caption {
  margin: 0 0 10px;
  line-height: 17px;
  font-size: 12px;
}
.menu_list .caption .btn-next {
  width: 212px;
  margin: 0 auto;
}
.menu_list .caption .btn-next .btn {
	width: 100%;
	margin: 0 auto;
	padding: 15% 0;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/result/parts/btn_more.png) no-repeat center;
	background-size: 100%;
}

.list_wrap {
  margin: 0 10px;
  clear: both;
}
.list_wrap li {
  margin: 5px 0;
  padding-left: 23px;
  text-shadow: 0 1px 1px #19052a;
  text-align: left;
  color: #fff;
  background: url(../images/icon/03.png) no-repeat -2px -3px;
  background-size: 27px;
}
.menu_list h3, .confirm .menu_list .tit_list {
  width: 90%;
  margin: 10px auto;
}
.menu_list .com {
  font-weight: bold;
  color: #ffff00;
  background: url(../images/icon/01.png) no-repeat -5px -5px;
  background-size: 36px;
  padding: 3px 0px 3px 25px;
}
.menu_list .normal {
  background: url(../images/icon/02.png) no-repeat -3px -5px;
  background-size: 30px;
}
.menu_list .indent {
  margin: 0 0 5px 23px;
  position: relative;
  line-height: 17px;
  font-weight: bold;
  background: none;
}
.menu_list .com + .indent, .menu_list .special + .indent {
  margin: -3px 0 5px 23px;
}
.menu_list .indent:after {
  content: "∟";
  font-weight: bold;
  position: absolute;
  top: -5px;
  left: 8px;
}
.menu_list .special {
  font-weight: bold;
  color: #00ff0c;
  background: url(../images/icon/03.png) no-repeat -2px -7px;
  background-size: 23px;
}
.menu_list .message {
  font-weight: bold;
  color: #00ffff;
  background: url(../images/icon/02.png) no-repeat -1px 0px;
  background-size: 28px;
  padding: 3px 0px 3px 25px;
}

/*=====================
display control
=====================*/
.disp0, .disp-0, .free-0 .close, .free-1 .open {
	display: none !important;
}
.disp1, .disp-1, .free-0 .open, .free-1 .close {
	display: block !important;
}

/* ぼかし(続きを見る)
------------------------- */
.bokashi, .bokashi_long, .bokashi_white {
  min-height: 90px;
  position: relative;
	text-align: left;
	z-index: 100;
}
.bokashi img, .bokashi_long img, .bokashi_white img {
  width: 24px!important;
  margin: -5px;
  opacity: 0.5;
}
/* btn
------------------------- */
.bokashi .btn, .bokashi_long .btn, .bokashi_white .btn, .lead .btn {
  display: block;
  width: 212px;
  height: 75px;
  margin: 0 auto;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  z-index: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/free/btn_more.png) left top no-repeat;
  background-size: 100%;
}
.bokashi.long .btn {
  top: 55%;
}
.btn.relative {
  width: 100% !important;
  position: relative !important;
}
.free_view .komi_word .lead .btn, .free_view .komi_juyo .lead .btn {
  width: 100%;
  position: relative;
}
.btn_yudo {
  width: 269px;
  margin: 0 auto;
}

.ppv_view .bokashi .btn, .ppv_view .bokashi_white .btn {
  background: url(../images/result/parts/btn_more.png) left top no-repeat;
  background-size: 100%;
}

.blur {
	-ms-filter: blur(3px);
	filter: blur(3px);
}