@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;600&display=swap');
/*////////////////////////////////////////////////////////

common

////////////////////////////////////////////////////////*/
.free_view, .ppv_view {
  overflow: hidden;
  font-family: "Zen Old Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.inner {
  padding: 0 10px;
}
/* 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.view {
  display: block;
  min-height: 0;
  margin-bottom: -5px;
  padding: 15px 15px 30px;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 0 5px #000, 0 0 8px #000;
  color: #f7eec9;
  background: url("../images/result/parts/line.png") no-repeat bottom;
  background-size: 100%;
}
/* lead
------------------------- */
[class^="lead"] p:last-child {
  margin-bottom: 0;
}
/* ぼかし
------------------------- */
[class^="bokashi"] {
  position: relative;
}
[class^="bokashi"] > img {
  width: 23px;
  margin: -5px;
  opacity: 0.95;
  vertical-align: middle;
}
.blur-1 span:not(.noblur), .blur-1 img {
  -ms-filter: blur(4px);
  filter: blur(4px);
}
/* btn (続きを見る)
------------------------- */
[class^="bokashi"] [class^="btn"], .btn_more_pay {
  display: block;
  width: 210px;
  margin: auto;
}
.btn_more_pay {
  margin-top: 15px;
}
[class^="bokashi"] [class^="btn"] {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 3;
  transform: translateY(-50%);
  height: 80px;
  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%;
}
/*.senja + [class^="bokashi"] [class^="btn"] {
  top: auto;
  bottom: 100px;
  transform: translateY(0);
}*/
.free_view [class^="bokashi"] [class^="btn"] {
  background-image: url("../images/btn/btn_more_regist.png");
}
.btn_pointer li,
.btn_pointer a {
  position: relative;
}
.free_view [class^="bokashi"] [class^="btn"]:after,
.free_view .btn-regist a:after,
.btn_pointer li:after,
.btn_pointer a:after,
.btn_ppvmenu.notice:after,
.btn_ppvmenu.popular:after {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  animation: tap 8s linear infinite;
  background-image: url("../images/icon/icon_pointer2.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn_ppvmenu.notice:after,
.btn_ppvmenu.popular:after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  background-image: url("../images/icon/icon_pointer.png");
}
.free_view .btn-regist a:after {
  left: 30px;
}
[class^="btn_juyo"], [class^="btn_jiki"], [class^="btn_yesno"] {
  width: 220px !important;
  height: 100px !important;
}
/* free */
.btn_juyo_free {
  background-image: url("../images/btn/btn_juyo_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;
}
.btn_kao_free {
  display: block;
  width: 70%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
/* 占者
------------------------- */
.lead .senja {
  width: 80px;
  margin-left: -15px;
  margin-right: 10px;
  float: left;
}
.lead .senja.right {
  margin-right: -15px;
  margin-left: 10px;
  float: right;
}
.komi_miyoshi1 .senja.right {
  width: 140px;
  margin-left: -40px;
}
.lead .senja.icon {
  width: 70px;
  margin: -13px 5px 0 -5px;
}

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

挨拶

////////////////////////////////////////////////////////*/ 
.komi_aisatsu {
  padding: 35px 15px;
  box-shadow: 0 -10px 8px rgba(0, 0, 0, .6) inset, 0 10px 8px rgba(0, 0, 0, .6) inset;
  text-align: left;
  background: url("../images/common/bg1.jpg") repeat;
  background-size: 320px;
}
/*----- lead -----*/
.komi_aisatsu .lead {
  padding: 30px 20px;
  position: relative;
  overflow: visible;
  line-height: 1.7;
  font-size: 14px;
  background: rgba(0, 0, 0, .45);
}
.komi_aisatsu:not(.reverse) .lead:nth-child(1),
.komi_aisatsu.reverse .lead:nth-child(2) {
  padding-left: 70px;
}
.komi_aisatsu:not(.reverse) .lead:nth-child(2),
.komi_aisatsu.reverse .lead:nth-child(1) {
  padding-right: 70px;
}
/*--- 仕切り線 ---*/
.komi_aisatsu .lead:nth-child(2):after {
  content: '';
  width: 92%;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to right, #e6cc64 0%, #e6cc64 50%, #373737 50%, #373737 100%);
}
.komi_aisatsu p {
  margin: 0;
  position: relative;
}
/*--- 背景の顔 ---*/
.komi_aisatsu .lead:before {
  content: '';
  height: 220px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
}
.komi_aisatsu .lead:nth-child(1):before {
  top: 0;
}
.komi_aisatsu .lead:nth-child(2):before {
  bottom: 0;
}
.komi_aisatsu:not(.reverse) .lead:nth-child(1):before,
.komi_aisatsu.reverse .lead:nth-child(2):before {
  left: -15px;
  background-position: left center;
}
.komi_aisatsu:not(.reverse) .lead:nth-child(2):before,
.komi_aisatsu.reverse .lead:nth-child(1):before {
  right: -15px;
  background-position: right center;
}
/* miyoshi */
.komi_aisatsu .miyoshi:before {
  width: 100px;
  background-image: url("../images/result/komi_aisatsu/miyoshi.png");
}
.komi_aisatsu .miyoshi2:before {
  width: 150px;
  background-image: url("../images/result/komi_aisatsu/miyoshi2.png");
}
/* hayatomo */
.komi_aisatsu .hayatomo:before {
  width: 140px;
  background-image: url("../images/result/komi_aisatsu/hayatomo.png");
}
.komi_aisatsu .hayatomo2:before {
  width: 100px;
  background-image: url("../images/result/komi_aisatsu/hayatomo2.png");
}

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

共通結果

////////////////////////////////////////////////////////*/
/* komi_common
------------------------- */
.komi_common {
  margin-bottom: 0;
}
.box_result {
  height: 460px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: center bottom 50px, center;
}
.box_result .inner {
  padding: 0;
}
.box_result img,
.user_name {
  margin: auto;
  position: absolute;
}
.box_result.one {
  background-image: url("../images/result/common/bg1.png"), url("../images/result/common/bg.jpg");
  background-size: 102px, 100%;
}
.box_result.two {
  background-image: url("../images/result/common_affinity/bg1.png"), url("../images/result/common/bg.jpg");
  background-size: 200px, 100%;
}
/*--- 名前 ---*/
.user_name {
  width: 100%;
  padding: 0 15px;
  line-height: 1.2;
  color: #333;
  bottom: 30px;
  left: 0;
}
/* 2人用 */
.user_name.flex-box {
  align-items: flex-end;
  justify-content: center;
}
.free_view .user_name.flex-box {
  bottom: 25px;
}
.user_name p {
  min-width: 92px;
  margin: 0;
  font-size: 11px;
}
.user_name p:nth-child(2) {
  padding-left: 8px;
}
/*--- プライベートゾーン ---*/
.privatezone {
  right: 0;
  left: 0;
}
.one .privatezone {
  width: 65px;
  top: 275px;
}
.two .privatezone {
  width: 40px;
  top: 250px;
}
.privatezone.anata {
  transform: translateX(-42px);
}
.privatezone.anohito {
  transform: translateX(50px);
}
/* 説明 */
.one .privatezone_text {
  width: 120px;
  bottom: 65px;
  left: 35px;
}
.privatezone_text.anata {
  width: 90px;
  bottom: 105px;
  left: 20px;
}
.privatezone_text.anohito {
  width: 95px;
  top: 160px;
  right: 25px;
}
/*--- シルエット ---*/
.silhouette {
  width: 263px;
  top: 20px;
  right: 0;
  left: 0;
}
/* 説明 */
.silhouette_text {
  top: 30px;
  right: auto;
  left: 25px;
}
.one .silhouette_text {
  width: 130px;
}
.two .silhouette_text {
  width: 180px;
}
/*--- モヤ ---*/
.moya {
  width: 90px;
  right: 45px;
  bottom: 85px;
}
.two .moya {
  right: 30px;
  bottom: 50px;
}
/*--- lead ---*/
.komi_common .lead {
  padding: 0 15px 25px;
  background: #232323;
}
.komi_common .lead:last-of-type {
  padding-bottom: 35px;
  box-shadow: 0 -7px 5px rgba(0,0,0,.5) inset;
}
.komi_common .lead + .lead {
  padding-top: 20px;
}
.komi_common .lead + .lead:before {
  content: '';
  width: 94%;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(255,255,255,.3);
}

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

小見出し

////////////////////////////////////////////////////////*/
[class*="komi"] {
  font-family: "Zen Old Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
[class^="komi_"] {
  clear: both;
  position: relative;
}
[class^="komi_"] .lead {
  clear: both;
}
/* title
------------------------- */
[class^="tit_komi"] {
  position: relative;
  z-index: 1;
  line-height: 1.2;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #570c00;
}
[class^="tit_komi"] h3,
[class^="tit_komi"] h4 {
  font-size: 15px;
  color: #570c00;
}
/*----- common -----*/
.tit_komi_cmn {
  text-shadow: 0 0 5px #000, 0 0 8px #000;
  font-size: 20px;
  color: #fffae6;
}
/*----- normal -----*/
.tit_komi_normal {
  margin-bottom: 10px;
  padding: 20px;
  text-align: left;
  font-size: 16px;
  background: url("../images/line/04.png") no-repeat center top 5px, url("../images/line/04.png") no-repeat center bottom 5px, url("../images/result/komi_normal/bg.jpg") repeat;
  background-size: 94%, 94%, 100%;
}
/*----- sub -----*/
.tit_komi_sub {
  margin-bottom: 10px;
  text-align: left;
  font-size: 18px;
  color: #e6cc64;
}
/* komi_moya
------------------------- */
.box_moya {
  width: 92%;
  height: 270px;
  margin: 0 auto 10px;
  overflow: hidden;
}
.box_moya .box_result {
  transform: scale(2);
  transform-origin: 90% 115%;
}
.box_moya .box_result.two {
  transform-origin: 90% 125%;
}
.box_moya .moya {
  right: 20px;
}
.box_moya .privatezone_text {
  left: 25px;
}
/* komi_miyoshi
   komi_hayatomo
   mirai
   juyo
------------------------- */
/* 1, 2 */
.komi_miyoshi1,
.komi_miyoshi2,
.komi_hayatomo1,
.komi_hayatomo2,
[class^="komi_mirai"],
.komi_juyo {
  padding-bottom: 20px;
  background: #141414;
}
/*--- lead ---*/
[class^="komi_miyoshi"] .lead,
[class^="komi_hayatomo"] .lead,
.komi_mirai .lead,
.komi_juyo .lead {
  padding: 10px 15px 5px 16px;
}
/* komi_mirai (未来同期)
------------------------- */
.box_mirai {
  display: table-cell;
  vertical-align: middle;
  width: 320px;
  height: 120px;
  margin: auto;
  padding: 0 10px;
  text-shadow: 0 0 12px #e49c00, 0 0 12px #e49c00, 0 0 12px #e49c00, 0 0 12px #e49c00, 0 0 12px #e49c00;
  font-size: 22px;
  font-weight: bold;
  background: url("../images/result/komi_mirai/bg.jpg") no-repeat;
  background-size: 100%;
}
/* komi_mirai2 (未来選択)
------------------------- */
/*--- 上部のAB選択ボタン ---*/
.btn_mirai {
  background-repeat: no-repeat;
  background-size: 100%;
}
.one .btn_mirai {
  background-image: url("../images/result/komi_mirai2/one/btn.jpg");
}
.two .btn_mirai {
  background-image: url("../images/result/komi_mirai2/two/btn.jpg");
}
.btn_mirai li {
  width: 50%;
  height: 275px;
  cursor: pointer;
}
.btn_mirai li:before {
  content: '';
  width: 25px;
  height: 30px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  animation: float 1.8s ease-in-out infinite alternate;
  background: url("../images/result/komi_mirai2/arrow.png") no-repeat;
  background-size: 100%;
}
.btn_mirai .noselect:before {
  content: '';
  width: 100%;
  height: 107%;
  position: absolute;
  top: 0;
  left: 0;
  animation: none;
  background: rgba(0,0,0,.3);
}
.btn_mirai .noselect:after {
  content: none;
}
/*--- movie ---*/
.box_movie_mirai {
  display: none;
}
/*--- lead ---*/
.komi_mirai2,
.komi_mirai_A,
.komi_mirai_B {
  padding-bottom: 0;
}
.komi_mirai2 .lead {
  padding: 8px 5px;
}
.komi_mirai2 .komi_tsunagi_miyoshi1,
.komi_mirai2 .komi_miyoshi3 {
  padding: 0 15px;
}
.komi_mirai2.one .komi_tsunagi_miyoshi1 {
  padding-top: 20px;
}
.komi_mirai2 .kao {
  margin: 10px -15px;
}
/*--- AB内の切り替えボタン ---*/
.js_mirai_change {
  cursor: pointer;
}
/* komi_juyo
------------------------- */
.box_juyo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 147px;
  margin-bottom: 10px;
  padding: 12px 50px 0;
  line-height: 2.1;
  font-size: 18px;
  color: #f5e6c8;
  background: url("../images/result/komi_juyo/bg.jpg") no-repeat;
  background-size: 100%;
}
.box_juyo .blur-1 span {
  text-shadow: 0 0 5px #f5e6c8, 0 0 5px #f5e6c8, 0 0 5px #f5e6c8, 0 0 5px #f5e6c8, 0 0 5px #f5e6c8;
}
/* komi_yesno
------------------------- */
/*--- box_yesno ---*/
[class^="box_yesno"] {
  height: 190px;
}
.box_yesno-0 .boka {
  display: none !important;
}
.box_yesno-1 .boka {
  position: absolute;
  top: 0;
  left: 0;
}
/* komi_jiki
------------------------- */
.komi_jiki {
  padding: 20px 0 0;
  background: #141414;
}
.komi_mirai + .komi_jiki {
  margin-top: -20px;
  padding-top: 5px;
}
/* komi_honne
------------------------- */
.box_honne {
  padding: 10px 15px;
}
.box_honne li {
  font-size: 22px;
  font-weight: bold;
}
.box_honne li:nth-child(1) {
  text-align: left;
}
.box_honne li:nth-child(3) {
  text-align: right;
}
.box_honne .blur-1 {
  text-shadow: 0 0 5px #fffae6, 0 0 5px #fffae6, 0 0 5px #ffd800, 0 0 5px #ffd800, 0 0 5px #ffd800;
}
/* komi_sp
------------------------- */
.box_sp {
  height: 210px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  transform: scale(1.2);
  transform-origin: center;
  font-family: "Zen Maru Gothic", sans-serif;
  background: url("../images/result/komi_sp/bg.png") no-repeat center;
  background-size: 100%;
}
.sp_time,
.sp_name {
  position: absolute;
  line-height: 20px;
  font-weight: bold;
  color: #333;
}
.sp_time {
  top: 51px;
  left: 47px;
  font-size: .7em;
}
.sp_name {
  top: 69px;
  left: 60px;
  font-size: 11px;
}
.box_sp ul{
  width: 60%;
  position: absolute;
  top: 100px;
  left: 45px;
}
.box_sp li {
  margin: 0 0 8px;
  padding-left: 5px;
  position: relative;
  text-align: left;
}
.box_sp li:not(.on) {
  opacity: 0;
  transform: translateY(20px) scale(0, 0);
  transform-origin: left bottom;
}
.box_sp li.active {
  animation: leftLight .3s forwards linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.box_sp li > span {
  display: inline-block;
  min-width: 50px;
  min-height: 20px;
  padding: 5px 10px;
  border-radius: 12px;
  position: relative;
  line-height: 1.2;
  font-size: 11px;
  font-weight: bold;
  color: #1a1a1a;
  background: #fff;
}
.box_sp li:before {
  content: "";
  width: 14px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 0;
  background: url("../images/result/komi_sp/fuki_sp.png") no-repeat;
  background-size: 100%;
}
.box_sp .blur-1 span {
  text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
/* アニメ無し */
.box_sp.on li {
  opacity: 1;
  transform: none;
}
/* komi_mes
------------------------- */
[class^="komi_mes"] {
  margin-top: 25px;
  padding: 0 13px 30px;
  background: url("../images/result/komi_mes/bg_btm.jpg") no-repeat bottom, url("../images/result/komi_mes/bg_mid.jpg") repeat-y;
  background-size: 100%;
}
[class^="komi_mes"] h3 {
  margin: 0 -13px -20px;
}
[class^="komi_mes"] .lead > div:nth-child(2) {
  padding-top: 40px;
  position: relative;
}
[class^="komi_mes"] .lead > div:nth-child(2):before {
  content: '';
  width: 100%;
  height: 1px;
  box-shadow: 0 0 3px #000, 0 0 3px #000;
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  background: #ebe5b9;
}
/* 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;
  pointer-events: none;
  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%);
}

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

無料結果

////////////////////////////////////////////////////////*/
/* komi_tsunagi_miyoshi1
------------------------- */
.komi_tsunagi_miyoshi1:after {
  content: '';
  width: 70px;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: -10px;
  background: url("../images/result/komi_aisatsu/miyoshi.png") no-repeat left center;
  background-size: 100%;
}
.komi_tsunagi_miyoshi1 .lead {
  padding-left: 60px;
}
/* あたながより幸せになれる道はこっち
------------------------- */
.btn_regist_kotae {
  width: 96%;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
/* 月額流用
------------------------- */
.free1 .menu > section:not(:last-child) {
  margin-bottom: 5px;
}
.free2 .menu > section:not(:last-child) {
  margin-bottom: 0;
  padding-bottom: 0;
}

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

月額結果

////////////////////////////////////////////////////////*/
/* komi_letter
------------------------- */
.tit_komi_letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  padding: 0 10px;
  line-height: 1.3;
  text-shadow: 0 1px 4px rgba(0,0,0,.6);
  font-size: 18px;
  color: #fffae6;
  position: absolute;
  height: 100px;
  top: 15px;
  left: 20px;
}
/*--- lead ---*/
.komi_letter .lead {
  padding: 30px 45px 100px;
  color: #513801;
  background: url("../images/result/komi_letter/bg_top.jpg") no-repeat top, url("../images/result/komi_letter/bg_btm.jpg") no-repeat bottom, url("../images/result/komi_letter/bg_mid.jpg") repeat-y;
  background-size: 100%;
}
.komi_letter .inner {
  padding: 0;
  line-height: 25px;
  background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 24px, rgba(120, 90, 50, 0.35) 24px, rgba(120, 90, 50, 0.35) 25px);
}

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

誘導

////////////////////////////////////////////////////////*/
/* 一部無料時の決済画面
------------------------- */
.ppv_view .confirm {
  background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.3) 25%, rgba(0,0,0,.5) 100%);
}
.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 [class^="komi_"] {
  margin-top: 10px;
  margin-bottom: 10px;
}
#yudo .komi_rsntk.blue + .menu_list {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
#yudo .menu_list:last-child {
  margin-bottom: 0;
}
#yudo .text_yudo > span:after {
  content: none;
}
#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 ---*/
