@charset "utf-8";

/* -------------------------------------------------
	font
------------------------------------------------- */

/*
	[Market Pro Bold]
	font-family: ff-market-web, sans-serif;
	font-weight: 700;
	font-style: normal;
*/

@font-face {
  font-family: "RobotoCondensed";
  font-weight: 400;
  font-style: normal;
  src: url("../font/Roboto_Condensed/RobotoCondensed-Regular.ttf")
    format("truetype");
}
@font-face {
  font-family: "RobotoCondensed";
  font-weight: 700;
  font-style: normal;
  src: url("../font/Roboto_Condensed/RobotoCondensed-Bold.ttf")
    format("truetype");
}

/* -------------------------------------------------
	reset
------------------------------------------------- */

* {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

html {
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #333;
  position: relative;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic Medium",
    "YuGothic Medium", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3",
    "Hiragino Kaku Gothic Pro", sans-serif;
}

p,
h1,
h2,
h3,
h4,
th,
td,
li,
dt,
dd,
figcaption,
input,
select,
textarea {
  font-weight: normal;
}

p,
li,
dt,
dd {
  letter-spacing: 0.08em;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

iframe {
  border: none;
}

.youtube-box {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 40px 0;
}
.youtube-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
}

ul,
ol {
  list-style-type: none;
}

main {
  padding-bottom: 120px;
  display: block;
}
.ph {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
.ph img {
  pointer-events: none;
  z-index: 1;
}
.ph:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  a {
    transition: opacity 0.3s ease-out;
  }
  a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  main {
    padding-bottom: 0;
  }
  .youtube-box {
    margin: 8vw 0;
  }
}

/* -------------------------------------------------
	box
------------------------------------------------- */

.box1080 {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.box880 {
  width: 92%;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .box1080,
  .box880 {
    width: auto;
  }
  .box-sp {
    width: calc(990 / 1125 * 100vw);
    position: relative;
    margin: 0 auto;
  }
}

/* -------------------------------------------------
	h
------------------------------------------------- */

.h-normal {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.h-normal .main {
  font-size: 42px;
  color: #474747;
  font-family: ff-market-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .h-normal {
    margin-bottom: calc(65 / 1125 * 100vw);
  }
  .h-normal .main {
    font-size: calc(100 / 1125 * 100vw);
  }
}

/* -------------------------------------------------
	more
------------------------------------------------- */

.more-style1 {
  padding-bottom: 0.1em;
  font-size: 16px;
  font-family: "RobotoCondensed";
  font-weight: 700;
  color: #59768a;
  display: inline-block;
  border-bottom: solid 2px #59768a;
  letter-spacing: 0.1em;
}
.more-style1.centering {
  width: 50px;
  margin: 50px auto 0;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .more-style1 {
    font-size: calc(48 / 1125 * 100vw);
  }
}

/* -------------------------------------------------
	btn
------------------------------------------------- */

.btn-style1 {
  width: 280px;
  height: 60px;
  border-radius: 30px;
  background: #59768a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: "RobotoCondensed";
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .btn-style1 {
    width: calc(780 / 1125 * 100vw);
    height: calc(180 / 1125 * 100vw);
    font-size: calc(48 / 1125 * 100vw);
  }
}

/* -------------------------------------------------
	pc-gnav
------------------------------------------------- */

@media print, screen and (min-width: 768px) {
  /*#pc-gnav {
		padding: 30px 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		position: absolute;
		width: 100%;
		background-color: rgba(255,255,255,0.8);
	}
	.page--home #pc-gnav.on {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 11;
	}
	#pc-gnav ul {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	#pc-gnav ul li {
		font-size: 16px;
		font-family: 'RobotoCondensed';
		font-weight: 700;
		letter-spacing: 0.05em;
	}
	#pc-gnav ul li.jp {
    	font-size: 14px;
	}
	#pc-gnav ul li + li {
		margin-left: 20px;
	}
	#pc-gnav ul.main li a {
		color: #474747;
	}
	#pc-gnav ul.sub li a {
		color: #59768a;
	}

	#pc-gnav ul.sub {
		margin-top: 15px;
	}*/

  #pc-gnav {
    padding: 40px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .page--home #pc-gnav.on {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #pc-gnav ul {
    display: flex;
    justify-content: center;
  }
  #pc-gnav ul li {
    font-size: 15px;
    font-family: "RobotoCondensed";
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  #pc-gnav ul li + li {
    margin-left: 17px;
  }
  #pc-gnav ul.main li a {
    color: #474747;
    position: relative;
  }
  #pc-gnav ul.sub li a {
    color: #59768a;
    position: relative;
  }

  #pc-gnav ul.sub {
    margin-left: 20px;
    padding-left: 20px;
    border-left: solid 1px #e6e6e5;
  }

  #pc-gnav .up {
    color: #f6ab00;
    position: absolute;
    bottom: -1em;
    left: 50%;
    font-size: 11px;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1600px) {
  #pc-gnav ul {
    width: 100%;
  }

  #pc-gnav ul.sub {
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    border-left: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 990px) {
  #pc-gnav ul.sub {
    width: 100%;
    margin: 15px 0 0;
    padding: 0;
    border-left: none;
  }
}

/* -------------------------------------------------
	pc-gnav lower
------------------------------------------------- */
.page--home header #pc-gnav {
  display: none !important;
}

header #pc-gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px 3%;
  justify-content: space-between;
  border-bottom: #e6e6e6 solid 1px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}
header #pc-gnav ul {
  justify-content: flex-end;
}
header #pc-gnav h1 {
  padding: 0;
  width: 20%;
  max-width: 240px;
}
header #pc-gnav h1 a {
  display: block;
  width: 100%;
}

header #pc-gnav .pc-nav-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
header #pc-gnav .pc-nav-wrap .main {
  margin-bottom: 15px;
}

header #pc-gnav .pc-nav-wrap .sub {
  margin: 0;
  padding-left: 0;
  border-left: none;
}

@media print, screen and (min-width: 768px) and (max-width: 990px) {
  header #pc-gnav ul li {
    font-size: 1.4vw;
    margin-left: 2vw;
  }
}

/* -------------------------------------------------
	header
------------------------------------------------- */

@media screen and (max-width: 767px) {
  #menu-btn {
    width: calc(70 / 1125 * 100vw);
    height: calc(30 / 1125 * 100vw);
    display: block;
    position: absolute;
    right: calc(67 / 1125 * 100vw);
    top: calc(380 / 1125 * 100vw);
    z-index: 1100;
  }
  #menu-btn span {
    display: block;
    width: 100%;
    height: calc(6 / 1125 * 100vw);
    background: #000;
    position: absolute;
    left: 0;
    transition: all 0.3s ease-out;
  }
  #menu-btn span:first-child {
    top: 0;
  }
  #menu-btn span:last-child {
    top: 100%;
  }
  .on #menu-btn{
    top: calc(119 / 1125 * 100vw);
  }
  .on #menu-btn span:first-child {
    top: 50%;
    transform: rotate(45deg);
  }
  .on #menu-btn span:last-child {
    top: 50%;
    transform: rotate(-45deg);
  }
  #menu-btn.fixed{
    position: fixed;
    top: calc(119 / 1125 * 100vw);
  }
  
  #menu-panel {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  #menu-panel .inner {
    width: 100%;
    height: 100vh;
    padding-top: calc(155 / 1125 * 100vw);
    text-align: center;
    background: #fff;
    overflow: auto;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }

  .fc-news #menu-panel .inner,
  .fc-movie #menu-panel .inner,
  .fc-photo #menu-panel .inner,
  .fc-qa #menu-panel .inner,
  .fc-blog #menu-panel .inner,
  .fc-guide #menu-panel .inner {
    padding-top: 0;
  }

  .fc-view {
    display: none;
  }
  .fc-news #menu-panel .bg.fc-view,
  .fc-movie #menu-panel .bg.fc-view,
  .fc-photo #menu-panel .bg.fc-view,
  .fc-qa #menu-panel .bg.fc-view,
  .fc-blog #menu-panel .bg.fc-view,
  .fc-guide #menu-panel .bg.fc-view {
    display: block;
    margin-top: 0;
  }
  .fc-news #menu-panel .bg.normal-view,
  .fc-movie #menu-panel .bg.normal-view,
  .fc-photo #menu-panel .bg.normal-view,
  .fc-qa #menu-panel .bg.normal-view,
  .fc-blog #menu-panel .bg.normal-view,
  .fc-guide #menu-panel .bg.normal-view {
    display: none;
  }

  .fc-news #menu-panel .bg,
  .fc-movie #menu-panel .bg,
  .fc-photo #menu-panel .bg,
  .fc-qa #menu-panel .bg,
  .fc-blog #menu-panel .bg,
  .fc-guide #menu-panel .bg {
    padding: calc(110 / 1125 * 100vw) 0 calc(140 / 1125 * 100vw);
  }
  .fc-news #menu-panel .menuNormal,
  .fc-movie #menu-panel .menuNormal,
  .fc-photo #menu-panel .menuNormal,
  .fc-qa #menu-panel .menuNormal,
  .fc-blog #menu-panel .menuNormal,
  .fc-guide #menu-panel .menuNormal {
    padding: calc(110 / 1125 * 100vw) 0 calc(300 / 1125 * 100vw);
  }

  #menu-panel .logo1 {
    width: calc(570 / 1125 * 100vw);
  }
  #menu-panel .main-links {
    margin: calc(150 / 1125 * 100vw) calc(120 / 1125 * 100vw) 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
  }
  #menu-panel .main-links li {
    width: 50%;
    font-size: calc(64 / 1125 * 100vw);
    font-family: "RobotoCondensed";
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    box-sizing: border-box;
  }
  #menu-panel .main-links li:nth-child(even) {
    padding-left: 0.9em;
  }
  #menu-panel .main-links li:nth-child(2) ~ li {
    margin-top: 1.1em;
  }
  #menu-panel .main-links li a {
    color: #040000;
  }
  #menu-panel .logo3 {
    width: calc(680 / 1125 * 100vw);
  }
  #menu-panel .sns {
    margin-top: calc(150 / 1125 * 100vw);
    display: flex;
    justify-content: center;
  }
  #menu-panel .sns li + li {
    margin-left: calc(135 / 1125 * 100vw);
  }
  #menu-panel .sns .f {
    width: calc(33 / 1125 * 100vw);
  }
  #menu-panel .sns .t {
    width: calc(79 / 1125 * 100vw);
  }
  #menu-panel .sns .i {
    width: calc(71 / 1125 * 100vw);
  }
  #menu-panel .sns .l {
    width: calc(84 / 1125 * 100vw);
  }
  #menu-panel .bg {
    margin-top: calc(150 / 1125 * 100vw);
    padding: calc(150 / 1125 * 100vw) 0 calc(420 / 1125 * 100vw);
    background: url(/static/saucydog/official/top/bg_01.png) repeat center
      center / 639px auto;
  }

  #menu-panel .fc-login {
    display: flex;
    justify-content: center;
    margin-top: 6vw;
  }
  #menu-panel .fc-login li {
    margin: 0 2vw;
  }

  #menu-panel .btn-style1 {
    width: 40vw;
    height: 12vw;
    font-size: calc(52 / 1125 * 100vw);
    border-radius: calc(80 / 1125 * 100vw);
    margin: 0;
  }
  #menu-panel .fc-links {
    display: flex;
    margin: calc(100 / 1125 * 100vw) calc(100 / 1125 * 100vw) 0;
    text-align: left;
  }

  #menu-panel .fc-links ul {
    width: 50%;
  }
  #menu-panel .fc-links li {
    font-size: calc(52 / 1125 * 100vw);
    font-family: "RobotoCondensed";
    font-weight: 700;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
  #menu-panel .fc-links li.jp {
    font-size: 4.2vw;
  }
  #menu-panel .fc-links li + li {
    margin-top: 1.2em;
  }
  #menu-panel .fc-links li a {
    color: #59768a;
  }
  #menu-panel .fc-links li a .small {
    font-size: calc(36 / 1125 * 100vw);
  }
  #menu-panel .copyright {
    margin-top: calc(100 / 1125 * 100vw);
    font-size: calc(24 / 1125 * 100vw);
  }

  .up {
    color: #f6ab00;
    font-size: 2.8vw;
    white-space: nowrap;
    vertical-align: baseline;
    margin-left: 0.5em;
  }
}

/* -------------------------------------------------
	footer
------------------------------------------------- */

@media print, screen and (min-width: 768px) {
  footer {
    padding: 40px 70px 105px;
    background-color: #fff;
  }
  footer .support-btn {
    display: none;
  }
  footer .pc-two-col {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  footer .logo {
    width: 130px;
  }
  footer .copyright {
    margin-top: 40px;
    font-size: 11px;
  }
  footer .pc-right {
    width: 565px;
    margin-top: 15px;
    display: flex;
    flex-direction: column-reverse;
  }
  footer .upper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  footer .links1 {
    display: none;
  }
  .page--home footer .links1 {
    display: flex;
    justify-content: space-between;
  }
  footer .links1 li {
    font-family: "RobotoCondensed";
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
  }
  footer .links1 li + li {
    margin-left: 38px;
  }
  footer .links1 li a {
    color: #59768a;
  }
  footer .links1 li a span {
    font-size: 12px;
    display: inline-block;
    vertical-align: 1px;
  }

  footer .sns {
    display: flex;
    align-items: center;
    margin-left: 60px;
  }
  footer .sns li + li {
    margin-left: 40px;
  }
  footer .sns .f {
    width: 10px;
  }
  footer .sns .t {
    width: 24px;
  }
  footer .sns .i {
    width: 21px;
  }
  footer .sns .l {
    width: 25px;
  }
  footer .lower {
    margin-top: 45px;
  }

  footer .links2 {
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    justify-content: flex-end;
  }
  footer .links2 div + div {
    margin-top: 1em;
  }
  footer .links2 span {
    display: inline-block;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 930px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .pc-right {
    width: 500px;
  }
  footer .links2 {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding: 10vw 5vw 16vw;
    text-align: center;
    background-color: #fff;
    margin-top: 20vw;
  }
  /*
  .page--home footer {
    margin-top: 0;
  }
  */
  footer .support-btn {
    width: 75vw;
    margin: -18vw auto 0;
  }
  footer .support-btn a {
    background-color: #59768a;
    color: #fff;
    font-family: "RobotoCondensed";
    font-weight: 700;
    text-align: center;
    display: block;
    font-size: 5.4vw;
    letter-spacing: 0.1em;
    padding: 5vw 3vw;
    border-radius: 10vw;
    position: relative;
  }
  footer .support-btn a::before,
  footer .support-btn a::after {
    content: "";
    display: block;
    width: 5vw;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -2px;
  }
  footer .support-btn a::after {
    transform: rotate(90deg);
    transition: all 0.3s ease-out;
  }
  footer .support-btn a.on::after {
    transform: rotate(0);
  }

  footer .sp-lower .links2 {
    display: none;
    padding-top: 8vw;
  }
  footer .sp-lower .links2 li {
    margin-bottom: 5vw;
  }
  footer .sp-lower .links2 li:last-child {
    margin-bottom: 0;
  }
  footer .sp-lower .links2 li a {
    font-size: 3.6vw;
    font-weight: bold;
    color: #59768a;
  }

  footer .upper {
    margin-top: 10vw;
  }

  footer .sns {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .sns li + li {
    margin-left: calc(135 / 1125 * 100vw);
  }
  footer .sns .f {
    width: calc(33 / 1125 * 100vw);
  }
  footer .sns .t {
    width: calc(79 / 1125 * 100vw);
  }
  footer .sns .i {
    width: calc(71 / 1125 * 100vw);
  }
  footer .sns .l {
    width: calc(84 / 1125 * 100vw);
  }
  footer .logo {
    width: calc(320 / 1125 * 100vw);
    margin-top: calc(145 / 1125 * 100vw);
  }
  footer .copyright {
    margin-top: calc(115 / 1125 * 100vw);
    font-size: calc(28 / 1125 * 100vw);
  }
}

/* -------------------------------------------------
	responsive
------------------------------------------------- */

@media print, screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

/* -------------------------------------------------
	print
------------------------------------------------- */

@media print {
  body {
    width: 980px !important;
  }
}


/* -------------------------------------------------
	appmenu
------------------------------------------------- */

.page--appfcmenu #menu-btn{
  display: none;
}
.page--appfcmenu .section--detail{
  padding-top: 45px;
}
.page--appfcmenu .section--detail .fclogo{
  width: 41vw;
  margin-left: 7vw;
  max-width: 200px;
}
.page--appfcmenu .section--detail .list-appmenu{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 8vw;
  margin-top: 30px;
}
.page--appfcmenu .section--detail .list-appmenu li{
  width: 47%;
  position: relative;
  margin-bottom: 3vw;
}
.page--appfcmenu .section--detail .list-appmenu li:nth-of-type(3),.page--appfcmenu .list-appmenu li:nth-of-type(4){
  margin-bottom: 40px;
}
.page--appfcmenu .section--detail .list-appmenu li:nth-of-type(n+5){
  border-bottom: 1px solid #59768a;
  margin-bottom: 8vw;
}
.page--appfcmenu .section--detail .list-appmenu li a{
  display: block;
  height: 100%;
}
.page--appfcmenu .section--detail .list-appmenu li a .item-detail{
  position: relative;
}
.page--appfcmenu .section--detail .list-appmenu li.new a .item-detail::before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #f6ab00 transparent transparent;
  z-index: 1;
}
.page--appfcmenu .section--detail .list-appmenu li a .item-detail .thumb{
  position: relative;
  background: url(/static/saucydog/fanclub/appmenu/dummy_fcmenu.png) no-repeat center center / cover;
}
.page--appfcmenu .section--detail .list-appmenu li a .item-detail .thumb::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #597689;
  opacity: 0.7;
}

.page--appfcmenu .section--detail .list-appmenu li a .item-detail .thumb img{
  width: 100%;
  background-size: cover;
  background-position: center;
}

.page--appfcmenu .section--detail .list-appmenu li a .tit--box{
  position: absolute;
  top: 0;
  left: 0;
  padding: 1em 1.1em;
  color: #ffffff;
  font-size: 14px;
  font-family: "RobotoCondensed"
}
.page--appfcmenu .section--detail .list-appmenu li a .sub-tit--box{
  margin-bottom: 15px;
  color: #59768a;
  font-size: 14px;
  font-family: "RobotoCondensed"
}
/* -------------------------------------------------
	app
------------------------------------------------- */
.body--app #content{
  padding-bottom: 18vw;
}
#app-bnr {
  display: none;
  position: relative;
  z-index: 10;
  font-family: -apple-system, BlinkMacSystemFont, 'Arial', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-weight: 300;
  transition: none;
}
#app-bnr * {
  transition: none;
}
#app-bnr a {
  display: block;
  background: #59768a;
  color: inherit;
  padding: 10px 7% 10px 30px;
  position: relative;
  z-index: 150;
  font-size: 12px;
  line-height: 1.5em;
  color: #fff;
  display: flex;
  display: webkit-flex;
  align-items: center;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
#app-bnr a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: #ddd solid 2px;
  border-right: #ddd solid 2px;
  transform: translateY(-50%) rotate(45deg);
  font-weight: normal;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 5%;
}
#app-bnr .icon {
  width: 18%;
  float: left;
  line-height: 0;
  margin: 0 3.5% 0 0;
}
#app-bnr .icon img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 1px solid #eee;
}
#app-bnr .txt {
  overflow: hidden;
  -webkit-flex: 1;
  flex: 1;
  margin: 0 0 10px;
  line-height: 1.5em;
}
#app-bnr .txt span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 6px 0 5px;
  color: #fff;
  font-family: 'oswald_stencilbold', sans-serif;
}
#app-bnr .close {
  width: 30px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
#app-bnr .close:before,
#app-bnr .close:after {
  content: '';
  width: 12px;
  height: 2px;
  background: #bbb;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -2px;
}
#app-bnr .close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#app-bnr .close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home #app-bnr .close {
  width: 30px;
  height: 100%;
  position: absolute;
  left: 0;
}
.home #app-bnr .close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.home #app-bnr .close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home #app-bnr .close:before,
.home #app-bnr .close:after {
  content: '';
  width: 12px;
  height: 2px;
  background: #bbb;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -2px;
}
