@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL PLUS
    Theme URI: https://manuon.com/swell_plus/
    Description: SWELLを機能拡張する子テーマ
    Version: 1.3.0
    Author: suya(suyasite)@manuon.com
    Author URI: https://manuon.com/
*/

#swell_plus_floating_button {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 98;
    bottom: -90px;
    transition: bottom .4s;
    margin-bottom: 0.5em;
}

[data-scrolled=true] #swell_plus_floating_button {
    display: block;
    bottom: 0;
}

/*.p-fixBtnWrap {
    bottom: calc(50px + 1.25em);
}*/

.sp-follow-bnr {
            display: none;
        }

.l-content {
  margin: 0 auto 0em;
  padding-top: 0em;
  position: relative;
  z-index: 1;
}

.l-header .l-header__menuBtn{visibility: hidden;}

@media screen and (min-width: 961px) {

.c-infoBar__text.-flow-off {
  display: none;
}	

}

/*タブレット時の見た目*/
@media screen and (max-width: 959px) {
	
 .l-header__inner {
    display: none;
}
	
/* ここにセレクタを指定する */
}

/*スマホ時の見た目*/
@media screen and (max-width: 599px) {
	
 .l-header__inner {
    display: none;
}
	
    /* ここにセレクタを指定する */
}
