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

common

////////////////////////////////////////////////////////*/
.free_view p,
.ppv_view p {
  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;
}
/*////////////////////////////////////////////////////////

パーツ

////////////////////////////////////////////////////////*/
/* ぼかし
------------------------- */
[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: 200px;
  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: 45px;
  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_five_aura {
  width: 220px !important;
  height: 80px !important;
  background-image: url("../images/btn/btn_five_aura.png") !important;
}
.senja + .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;
  float: right;
  transform: scale(-1, 1);
}
.lead .senja.small {
  width: 70px;
  margin-top: 0;
}
/*////////////////////////////////////////////////////////

挨拶

////////////////////////////////////////////////////////*/
.komi_aisatsu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 10px 20px !important;
  padding: 28px 20px 0 0;
  background-image: url("../images/result/komi_aisatsu/bg_top.jpg"), url("../images/result/komi_aisatsu/bg_btm.jpg"), url("../images/result/komi_aisatsu/bg_mid.jpg");
  background-size: 100%;
}
.komi_aisatsu:before {
  flex-shrink: 0;
  display: block;
  content: '';
  width: 170px;
  height: 200px;
  margin: -30px -20px 0 -5px;
  background: url("../images/result/teller/1.png") no-repeat bottom;
  background-size: 100%;
}
.komi_aisatsu .lead {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 28px;
  font-size: 13px !important;
  color: #281605;
}
.text_tsunagi {
  height: 75px;
  margin: 0 20px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Quicksand, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #281605;
  background: url("../images/result/parts/bg_tsunagi.png") no-repeat;
  background-size: 100%;
}
.text_tsunagi p {
  margin: 0;
  height: 30px;
  line-height: 30px;
}
/*////////////////////////////////////////////////////////

共通結果

////////////////////////////////////////////////////////*/
.view_common {
  margin: 0 10px 20px;
  padding: 35px 0 40px;
  position: relative;
  color: #281605;
  background: url("../images/result/common/bg_top1.jpg") no-repeat top, url("../images/result/common/bg_btm.jpg") no-repeat center bottom -1px, url("../images/result/common/bg_mid.jpg") repeat-y;
  background-size: 100%;
}
.box_result_cmn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
}
.box_result_cmn,
.box_result_cmn__wrap {
  background: url("../images/result/common/bg_result_ani.gif") no-repeat center;
  background-size: 100% 100%;
}
/* シルエット */
.silhouette {
  width: 35%;
  position: relative;
  z-index: 1;
}
/* 魂・オーラ */
.box_result_cmn .aura,
.box_result_cmn .spirit {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.aura {
  width: 48%;
}
.spirit {
  width: 23px;
  top: 14%;
  z-index: 2;
}
/* オーラ5層説明(free3)
------------------------- */
.fivelayer_aura_intro {
  position: relative;
  margin: -10px 0 5px;
  padding-top: 105px;
}
.fivelayer_aura_intro:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: url("../images/result/free3/fivelayer_aura_intro.png") no-repeat center top;
  background-size: 94%;
}
.fivelayer_aura_intro .fivelayer_aura {
  transform: scale(.9, .9);
  transform-origin: center;
}
/* オーラ5層ver
------------------------- */
.fivelayer_aura {
  background: none;
}
.fivelayer_aura .silhouette,
.fivelayer_aura .spirit {
  transform: scale(.7, .7);
  transform-origin: center;
}
.fivelayer_aura .spirit {
  top: 20%;
}
.fivelayer_aura .aura {
  width: 100%;
}
/* 2人用
------------------------- */
.box_user_name,
.box_result_cmn__wrap {
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow: hidden;
}
.box_user_name {
  padding: 0 42px;
}
.box_user_name .user_name {
  width: 50%;
  padding: 0 2px;
  line-height: 1.3;
  font-size: 12px;
}
.box_result_cmn__wrap .box_result_cmn {
  width: 50%;
  transform: scale(1.9, 1.9);
  background: none;
}
.box_result_cmn__wrap .box_result_cmn:nth-child(1) {
  transform-origin: 50px center;
}
.box_result_cmn__wrap .box_result_cmn:nth-child(2) {
  transform-origin: 100px center;
}
.two .spirit {
  width: 12px;
  top: 90px;
}
/*////////////////////////////////////////////////////////

小見出し

////////////////////////////////////////////////////////*/
[class*="komi"] {
  font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
[class^="komi_"] {
  clear: both;
  margin: 0 10px 20px;
  position: relative;
  color: #281605;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top, center bottom -1px, center;
  background-size: 100%;
}
[class^="komi_"] .lead {
  clear: both;
  font-size: 14px;
  color: #281605;
}
/* title
------------------------- */
[class^="tit_komi"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  color: #1d1a18;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 90%;
}
.lead + [class^="tit_komi"] {
  margin-top: 15px;
}
.tit_komi_simple {
  margin-bottom: 8px;
  padding: 0 10px;
  text-shadow: 0 0 1px rgba(29, 26, 24, .3);
}
.tit_komi_normal {
  min-height: 110px;
  padding: 8px 30px 0;
  text-shadow: 0 0 5px #c6a7fe, 0 0 10px #7800ff, 0 0 10px #7800ff, 0 0 10px #7800ff;
  font-size: 15px;
  color: #fff;
  background-image: url("../images/result/parts/bg_tit_komi.png");
}
.tit_komi_normal .label {
  display: inline-block;
  width: 180px;
  margin: -40px 0 0 -115px;
  transform: scale(2.3, 2.3);
}
/* komi_common
------------------------- */
.komi_common {
  margin: 0;
  padding: 0 5px;
}
.komi_common:nth-of-type(1) {
  padding-bottom: 50px;
  background: url("../images/result/common/bg_btm.jpg") no-repeat bottom;
  background-size: 100%;
}
.komi_common:nth-of-type(2) {
  padding-top: 50px;
  background: url("../images/result/common/bg_top2.jpg") no-repeat top;
  background-size: 100%;
}
.komi_common .senja {
  margin-top: -30px !important;
}
/*--- こんな人 ---*/
.box_intro {
  height: 120px;
  margin: 0 5px 10px;
  padding: 43px 25px 0 25px;
  text-align: left;
  color: #fff;
  background: url("../images/result/komi_common/bg_intro.png") no-repeat;
  background-size: 100%;
}
.box_intro li:before {
  display: inline-block;
  content: '';
  width: 13px;
  height: 13px;
  margin-right: 3px;
  vertical-align: -3px;
  background: url("../images/icon/01.png") no-repeat;
  background-size: 100%;
}
.box_intro li + li {
  margin-top: 4px;
}
/* 2人用 */
.box_intro__wrap {
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 5px 10px;
  background: url("../images/result/komi_common/bg_intro2.png") no-repeat;
  background-size: 100%;
}
.box_intro__wrap .box_intro {
  flex-shrink: 0;
  width: 50%;
  margin: 0;
  padding: 48px 8px 0 11px;
  font-size: 10px;
  background: none;
}
/* ラベル
------------------------- */
.view_common .label,
[class^="komi_"] [class^="label"] {
  width: 180px;
  position: absolute;
  left: -7.5px;
  z-index: 2;
}
.view_common .label {
  top: -5px;
}
[class^="komi_"] .label1 {
  top: 10px;
}
[class^="komi_"] .label2 {
  top: -10px;
}
.label2 + .lead {
  padding-top: 40px;
}
/* ワイプ
------------------------- */
.wipe {
  position: relative;
}
.lead .wipe {
  margin-top: -10px;
  margin-right: 12px;
  float: left;
}
.wipe .box_result_cmn {
  width: 130px;
  height: 145px;
  overflow: hidden;
  background-size: 110% 100%;
}
/*--- シルエット・オーラ・魂 ---*/
.wipe .box_result_cmn .silhouette,
.wipe .box_result_cmn .aura {
  transform: scale(1.3, 1.3);
  transform-origin: center;
}
.wipe .box_result_cmn .spirit {
  transform: scale(.6, .6);
  transform-origin: center top;
}
/*--- オーラ5層ver ---*/
.wipe .fivelayer_aura .aura {
  transform: scale(1, 1);
}
/* 横向き(5層目説明) */
.wipe.rotate {
  margin-right: 30px;
  transform: rotate(90deg);
}
.wipe.rotate .five {
  display: block;
  width: 80px;
  position: absolute;
  top: 8px;
  left: -3px;
  z-index: 1;
  transform: rotate(-90deg);
}
/* フレーム付き 
.wipe.frame {
  margin-top: 0;
  padding: 6px;
}
.wipe.frame:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/result/parts/wipe_frame.png") no-repeat;
  background-size: 100% 100%;
}
.wipe.frame .box_result_cmn {
  width: 110px;
  height: 110px;
  background-size: 135% 135%;
}*/

/* komi_normal
------------------------- */
.komi_normal {
  padding: 40px 5px;
  background-image: url("../images/result/common/bg_top2.jpg"), url("../images/result/common/bg_btm.jpg"), url("../images/result/common/bg_mid.jpg");
}
.komi_normal.free {
  background-image: url("../images/result/common/bg_top2_wh.jpg"), url("../images/result/common/bg_btm_wh.jpg"), url("../images/result/common/bg_mid.jpg");
}
.box_teller.flex-box {
  flex-wrap: nowrap;
  text-align: left;
}
.box_teller.flex-box .senja {
  flex-shrink: 0;
  width: 130px;
  margin: -40px 10px 0 -10px;
}
.komi_normal .lead {
  padding: 5px 14px;
}
/* komi_yesno
------------------------- */
/*--- box_yesno ---*/
/*[class^="box_yesno"] {
  position: relative;
  z-index: 1;
}
.box_yesno-1 .boka,
.box_yesno-1 .boka .tenmetsu {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
}*/
/* komi_kao
------------------------- */
.box_kao {
  height: 245px;
  margin: 10px 10px 0;
  padding: 73px 78px 0;
  background: url("../images/result/komi_kao/bg_kao.jpg") no-repeat;
  background-size: 100%;
}
.box_kao .btn_kao {
  margin: 0 -30px;
}
/* komi_today
------------------------- */
.today_wrap {
  position: relative;
}
.komi_normal .today_wrap {
  margin: -55px -10px 0;
}
/*----- 日付 -----*/
.today_wrap .today {
  margin: auto;
  padding: 0;
  color: #281605;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
/*----- 月 -----*/
.box_result_cmn.moon {
  padding: 0 60px;
  height: 180px;
}
.box_result_cmn.moon + .lead {
  margin-top: -40px;
}
.box_result_cmn.moon + .lead > div {
  padding-top: 40px;
}
/*----- ノート(今日の運勢) -----*/
.box_note {
  align-items: flex-start;
  justify-content: space-between;
  height: 205px;
  padding: 0 5px 0 8px;
  font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 11px;
  color: #281605;
  background: url("../images/result/komi_today/bg_note.png") no-repeat;
  background-size: 100%;
}
.box_note [class^="box_note_"] {
  width: 48%;
}
.box_note .box_intro {
  height: auto;
  margin: -5px 5px 0 10px;
  padding: 0;
  font-size: 10px;
  color: #281605;
  background: none;
}
.free_view .box_note .box_intro {
  margin-top: -10px;
}
/*--- 左 ---*/
.box_note_left .wipe {
  transform: scale(.8, .8);
  transform-origin: center;
}
/*--- 右 ---*/
.box_note_right {
  padding: 20px 4px 0 17px;
}
.box_note_right li + li {
  margin-top: 10px;
}
.box_note_right .blur-1 span {
  text-shadow: 0 0 2px #000, 0 0 2px #000;
}
/* マーカー文言 */
.box_note_right li:nth-child(1) {
  transform: rotate(-3deg);
}
.box_note_right li:nth-child(1) span {
  background: linear-gradient(transparent 60%, #ffd77d 60%);
}
/* 月齢 */
.box_note_right .flex-box {
  justify-content: space-between;
  flex-wrap: nowrap;
}
.box_note_right .box_result_cmn {
  flex-shrink: 0;
  width: 44%;
  height: 45px;
  padding: 5px;
}
.box_moon_age {
  width: 55%;
  padding: 10px 0;
  word-wrap: break-word;
  line-height: 1.3;
  font-size: 10px;
  background: url("../images/result/komi_today/deco.png") no-repeat top;
  background-size: 60% 100%;
}
.box_moon_age span {
  display: inline-block;
  font-size: .9em;
}
/* 一粒万倍日 */
.box_note_right li:nth-child(4) {
  margin-top: 8px;
  position: relative;
}
.box_note_right li:nth-child(4):after {
  content: '';
  width: 90%;
  height: 120%;
  min-height: 30px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-56%);
  background: url("../images/result/komi_today/circle.png") no-repeat;
  background-size: 100% 100%;
}
/* komi_zone
------------------------- */
.box_result_cmn.zone {
  justify-content: center;
  margin: 5px 0;
  padding: 0 20px;
  height: 200px;
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
}
.box_result_cmn.zone ul {
  min-width: 55%;
}
.box_result_cmn.zone li + li {
  margin-top: 8px;
}
.box_result_cmn.zone .blur-1 span {
  text-shadow: 0 0 5px #d4a7fe, 0 0 5px #d4a7fe, 0 0 5px #d4a7fe, 0 0 10px #7e00ff, 0 0 10px #7e00ff, 0 0 10px #7e00ff, 0 0 10px #7e00ff, 0 0 10px #7e00ff, 0 0 10px #7e00ff, 0 0 10px #7e00ff, 0 0 10px #7e00ff;
}
.box_result_cmn.zone .silhouette {
  width: 30%;
}
.box_zone ul {
  text-shadow: 0 0 5px #4e00ff, 0 0 5px #4e00ff, 0 0 5px #4e00ff, 0 0 10px #4e00ff, 0 0 10px #4e00ff, 0 0 10px #4e00ff;
  text-align: left;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 60px;
  left: 30px;
}
.box_zone li + li {
  margin-top: 8px;
}
.box_zone .blur-1 span {
  text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #4e00ff, 0 0 10px #4e00ff, 0 0 10px #4e00ff, 0 0 15px #4e00ff, 0 0 15px #4e00ff, 0 0 15px #4e00ff, 0 0 15px #4e00ff, 0 0 15px #4e00ff, 0 0 15px #4e00ff, 0 0 15px #4e00ff, 0 0 15px #4e00ff;
}
/* komi_jiki
------------------------- */
.jikiBox.free {
  padding: 0 0 17px;
}
.jikiBox.free img {
  width: 100%;
  height: auto;
}
/* komi_juyo
------------------------- */
[class^="box_juyo"] {
  background-repeat: no-repeat;
  background-size: 100%;
}
.box_juyo1 {
  padding-left: 125px;
  background-image: url("../images/result/komi_juyo/bg1.png");
}
.box_juyo2 {
  padding-left: 112px;
  background-image: url("../images/result/komi_juyo/bg2_v2.png");
}
[class^="box_juyo"] p {
  display: table-cell;
  vertical-align: middle;
  width: 113px;
  height: 170px;
  padding-bottom: 10px;
  line-height: 1.3;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
[class^="box_juyo"] span {
  color: red;
}
[class^="box_juyo"] .blur-1 span {
  text-shadow: 0 0 3px red, 0 0 3px red, 0 0 5px red;
  color: red;
}
.caption_gokuhi {
  margin: 0 -20px -40px;
  position: relative;
  z-index: 2;
}
/* komi_honne
------------------------- */
/*--- 本音 ---*/
.box_honne {
  height: 167px;
  margin-bottom: 10px;
  background: url("../images/result/komi_honne/bg.png") no-repeat;
  background-size: 100%;
}
.box_honne li {
  display: none;
  min-width: 100px;
  padding: 10px;
  line-height: 1.2;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  background: url("../images/result/komi_honne/bg_honne.png") no-repeat center;
  background-size: 140% 200%;
}
.box_honne li:nth-child(1) {
  top: 20px;
  right: 20px;
  color: #fe1eb7;
}
.box_honne li:nth-child(2) {
  top: 65px;
  left: 10px;
  color: #fe8900;
}
.box_honne li:nth-child(3) {
  top: 120px;
  right: 20px;
  color: #c201d9;
}
.box_honne li:nth-child(2).blur-1 span {
  text-shadow: 0 0 3px #fe8900, 0 0 3px #fe8900, 0 0 5px #fe8900;
}
.box_honne li:nth-child(3).blur-1 span {
  text-shadow: 0 0 3px #c201d9, 0 0 3px #c201d9, 0 0 5px #c201d9;
}
/* komi_sp
------------------------- */
.box_sp, .box_sp2 {
  height: 190px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  background-image: url("../images/result/komi_sp/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.box_sp ul, .box_sp2 ul {
  position: absolute;
}
/*--- box_sp (メッセージ) ---*/
.sp_name {
  line-height: 22px;
  font-weight: bold;
  position: absolute;
  top: 43.5px;
  left: 45px;
}
.box_sp ul {
  width: 70%;
  top: 80px;
  left: 40px;
}
.box_sp li {
  margin: 0 0 10px;
  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, 0 0 2px #000, 0 0 2px #000;
}
/* アニメ無し */
.box_sp.on li {
  opacity: 1;
  transform: none;
}
/*--- box_sp2 (検索履歴) ---*/
.box_sp2 {
  background-image: url("../images/result/komi_sp/bg2.png");
}
.box_sp2 ul {
  width: 65%;
  top: 40.5px;
  left: 43px;
  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: 12.5px 0 4px;
}
.box_sp2 .blur-1 span {
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
/* 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%);
}
/*////////////////////////////////////////////////////////

無料結果

////////////////////////////////////////////////////////*/
/* free1
------------------------- */
.box_teller.tsunagi {
  min-height: 180px;
  padding: 0 25px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.box_teller.right.tsunagi {
  background-image: url("../images/result/teller/8.jpg");
}
.box_teller.right2.tsunagi {
  padding-left: 28px;
  background-image: url("../images/result/teller/9.jpg");
}
.box_teller.tsunagi .serif_none {
  width: 145px;
  line-height: 1.3;
  font-size: 13px;
  font-weight: bold;
}
.box_teller.tsunagi .serif_none span {
  font-size: 1.2em;
  color: #ff4141;
}
.box_teller.tsunagi .blur-1 span {
  text-shadow: 0 0 3px #ff4141, 0 0 3px #ff4141, 0 0 3px #ff4141, 0 0 3px #ff4141, 0 0 3px #ff4141;
}
/* free2
------------------------- */
.box_spirit .spirit {
  width: 112px;
  left: auto;
  right: 30px;
  top: 60px;
}
/*////////////////////////////////////////////////////////

誘導

////////////////////////////////////////////////////////*/
/* 一部無料時の決済画面
------------------------- */
.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 {
  margin-top: 20px;
}
#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: -60px 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, .7);
}
#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%;
}
/* common
------------------------- */
.modal_free_connect .komi_normal {
  margin: 5px;
}
.modal_free_connect .bnr {
  margin: 0;
  padding: 10px;
}
.modal_free_connect .text_tsunagi p {
  height: 28px;
  line-height: 27px;
}
/* free1
------------------------- */
/*--- temp3 ---*/
.modal_free_connect .box_kao {
  padding: 68px 74px 0;
}
/*--- temp4 ---*/
.modal_free_connect .box_intro {
  margin-top: -13px;
}
/* free2
------------------------- */
/*--- temp3 ---*/
.modal_free_connect .tsunagi {
  min-height: 160px;
}
.modal_free_connect .tsunagi .serif_none {
  width: 128px;
  padding: 0 5px 10px;
}






