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


#recommond_info {
    max-width : 250px;
    position : fixed;
    z-index : 9999;
    /*right: 0;*/
    left: 0;
    opacity: 0;
    box-sizing : border-box;
    bottom : 100px;
    transition-duration : 0.5s;
    transition-timing-function : ease;
    transition-delay : 0s;
    transition-property : all;
  }
  #recommond_info img {
    max-width : 100%;
  }
  @media screen and (max-width: 767px) {
  #recommond_info {
    max-width : 50vw;
    right : auto;
    /*right: 0;*/
    left:0;
    bottom : 6vw;
  }
  }
  #recommond_info span.info-closebtn {
    display : block;
    font-size : 38px;
    color : rgb(0, 0, 0);
    position : absolute;
    /*top : -50px;*/
    right : -15px;
    cursor : pointer;
    
font-family:"Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
background: rgba(255,255,255,.90);
border-radius: 50%;
border: 2px solid #F4F4F4;
top: -15px;
text-align: center;
height: 45px;
width: 45px;

line-height: 40px;
  }
  @media screen and (max-width: 767px) {
  #recommond_info span.info-closebtn {
    font-size : 26px;
    top : -9vw;
    right: auto;
    right : 2px;
  }
  }
  #recommond_info.fadein{
  animation-name:fadeInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  }
  @keyframes fadeInAnime{
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #recommond_info.fadeout {
    animation-name:fadeOutAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
  }
  @keyframes fadeOutAnime{
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }


/*ページ先頭緑帯*/
/*テンプレ変更あり*/
/*共通ヘッダー / (ログイン中)、トップページヘッダー / (ログイン中)　各PCSPとも合計8箇所*/
.campaign_band{text-align: center; background: #049900;}
.campaign_band img{width: 1200px; margin: auto;}
@media screen and (max-width: 767px) {
.campaign_band{background: none;}
.campaign_band img{width: 100%;}
  
  /*下スクロールした時に隠れる*/
  #header_wrap.js-hide {
    transform: translateY(-233px);
}
  }

/*会員登録画面PC・SP*/
.page-entryonetimepasswordsend .campaign_band{display: none;}
.page-entryonetimepasswordsend #recommond_info{display: none!important;}
/*確認コード入力PC・SP*/
.page-entryonetimepasswordcertify .campaign_band{display: none;}
.page-entryonetimepasswordcertify #recommond_info{display: none!important;}
/*情報入力*/
.page-entry .campaign_band{display: none;}
.page-entry #recommond_info{display: none!important;}


/*リンク必要ない場合はこちらで*/
/*.wrapper::before{
background: #079a02;
content: '';
  display: inline-block;
  width: 100%;
  height: 50px;
  background-image: url(/img/usr/banner/2607_obi-pc_kigokochi_line_4.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: middle;}
  
  @media screen and (max-width: 767px) {
  .wrapper::before{display: none;}
  #header_wrap::before{
  background: #079a02;
content: '';
  display: inline-block;
  width: 100%;
  height: 14vw;
  background-image: url(/img/usr/banner/2607_obi-sp_kigokochi_line_3.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: middle;}
  }
*/