@charset "utf-8";
/* ********************************************************
	Common Format CSS
******************************************************** */

/*-------------------------------
  Font Set - Color
-------------------------------*/
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: normal;
	src: local('YuGothic-Medium'), /* PostScript Name = localの正式な指定方法 */
	local('Yu Gothic Medium'),     /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
	local('YuGothic-Regular');     /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: bold;
	src: local('YuGothic-Bold'), /* PostScript Name = localの正式な指定方法 */
	local('Yu Gothic');          /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}

/*-------------------------------
  common
-------------------------------*/
html,body{
	height: 100%;
	color: #231815;
}
body {
  -webkit-text-size-adjust: 100%;
	font-family : MyYuGothicM,YuGothic,sans-serif;
	font-family: 'Titillium Web',"游ゴシック体", sans-serif;
  background: #f2f2f2;
}
ul,ol{
	list-style: none;
}
a[href^="tel:"]{
	text-decoration: none;
}
a[href^="tel:"]:hover{
	cursor: default;
}
.textWrapping {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.textWrapping *,
.textWrapping pre {
	word-wrap: break-word;
  overflow-wrap: break-word;
	overflow: auto;
	white-space: pre-wrap;
}
#container{
}
#container .btn{
	background: #231815;
	padding: 18px;
	border: solid 2px #231815;
	border-radius: 60px;
	position: relative;
	overflow: hidden;
	display: block;
	z-index: 5;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#container .btn:hover{
	color: #231815;
}
#container .btn:before{
	background: #fff;
	width: 0;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#container .btn:hover:before{
	width: 100%;
}
#headerInner .searchBtn input {
	position: absolute;
  right: 55px;
  bottom: -25px;
	cursor: pointer;
  border: 0px;
  width:28px;
  height:28px;
  display: block;
  background: url(../images/common/search.svg) center no-repeat;
  text-indent: 150%;
  overflow: hidden;
}
#contentsInner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto!important;
  margin-right: auto!important;
}
.showPC{
	display: block;
}
.showSP{
	display: none;
}
.pageTopDiv {
    position: absolute;
    bottom: -80px;
    right: 100px;
}
.pageTop {
    position: fixed;
    top: 600px;
    display: none;
}
.pageTop a {
    background: url(../images/common/TOPscroll.png) center center no-repeat;
    background-size: 64px;
    width: 64px;
    height: 64px;
    display: block;
    position: relative;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.linkToArtist {
  text-align: left;
  margin-left: 60px;
}
.linkToArtist a {
  padding: 0px 15px;
  font-size: 14px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  text-decoration: none;
  color: #000;
}
.linkToArtist a:hover {
  background:#D6D6D6;
}

.formDiv span.hissu {
	color: #E60012;
}
.mw-wp-form_image img {
	width: auto;
	max-width: 100%;
}

@media screen  and (max-width:1024px){
	.showPC{
		display: block;
	}
	.showSP{
		display: none;
	}
	#container{
		width: 100%;
		min-width: 0;
		padding-top: 50px;
	}
}
/*ポートレイトで幅が413以下、もしくはランドスケープで幅が735以下（iPhone6Plusより小さいデバイス）*/
@media screen  and (max-width: 735px){
	.showSP{
		display: block;
	}
	.showPC{
		display: none;
	}
	#container{
		width: 100%;
		min-width: 0;
		padding-top: 50px;
	}
	#contentsInner{
		width: 100%;
	}
  .linkToArtist {
    margin: 0 0 10px;
    text-align: center;
  }
}
/*-------------------------------
  Header
-------------------------------*/
#pageHeader{
	height: 130px;
	width: 1200px;
	margin: 0 auto;
}
#pageHeader a {
	text-decoration: none;
}
#headerInner{
	background: #f2f2f2;
	margin-top: 30px;
	text-align: center;
	letter-spacing: -.4em;
	position: relative;
}
#headerInner .logo{
	letter-spacing: normal;
	vertical-align: middle;
	clear: both;
	padding-top: 20px;
	position: relative;
}
#headerInner .logo a.logos{
	background: url(../images/common/logo.svg) center center no-repeat;
	height: 70px;
  background-size: 240px 70px;
  overflow: hidden;
	display: inline-block;
  white-space: nowrap;
  text-indent: 100%;
  width: 300px;
  text-align: center;
}
.searchArea {
	position: relative;
}
#headerInner .search {
	float: right;
  margin-right: 90px;
  border: none;
  border-radius: 10px;
  padding: 5px;
}
#navGlobal .navGroup ul .searchLi {
	display: none;
}

.h_fbb {
	position: absolute;
	top: 5px;
	right: 300px;
	z-index: 999;
}
.h_twb {
	position: absolute;
	top: 5px;
	right: 340px;
	z-index: 999;
}

@media screen and (max-width:1024px){
	#pageHeader ,#headerInner {
		width: 100%;
	}
	#pageHeader{
		height: auto;
	}
	#headerInner{
		width: auto;
		margin: 0 auto;
		padding: 10px;
		position: relative;
	}
	#headerInner {
    padding: 0;
    height: 50px;
		background: #fff;
	}

	#headerInner .search {
    float: none;
    margin-right: 0px;
		border: 1px solid #231815;
    width: 70%;
	}
	#headerInner .searchBtn {
    position: absolute;
		right: 5%;
    bottom: 13px;
	}
	#pageHeader {
    background: #fff;
    width: 100%;
		height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
	}
	#headerInner .logo {
    background: #fff;
    padding: 3px 0 0 0;
	}

	#headerInner .logo a {
		background-size: 170px 35px;
    width: 170px;
    height: 50px;
    padding-top: 5px;
	}
	.topSearch{
		display: none;
	}
	#navGlobal .navGroup ul .searchLi {
		display: block;
	}
  #headerInner .searchBtn input {
    right: 0;
    bottom: auto;
    margin-top: -28px;
  }
}
/*ポートレイトで幅が413以下、もしくはランドスケープで幅が735以下（iPhone6Plusより小さいデバイス）*/
@media screen  and (max-width: 735px){
.h_fbb {
	position: absolute;
	top: 20px;
	right: auto;
	left: 60px;
	z-index: 999;
}
.h_twb {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 999;
}

	#pageHeader ,#headerInner {
		width: 100%;
	}
	#pageHeader{
		height: auto;
	}
	#headerInner{
		width: auto;
		margin: 0 auto;
		padding: 10px;
		position: relative;
	}
	#headerInner {
    padding: 0;
    height: 50px;
		background: #fff;
	}

	#headerInner .search {
    float: none;
    margin-right: 0px;
		border: 1px solid #231815;
    width: 70%;
	}
	#headerInner .searchBtn {
    position: absolute;
		right: 5%;
    bottom: 13px;
	}
	#pageHeader {
    background: #fff;
    width: 100%;
		height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
	}
	#headerInner .logo {
    background: #fff;
    padding: 3px 0 0 0;
	}

	#headerInner .logo a.logos {
		background-size: 170px 35px;
    width: 170px;
    height: 50px;
    padding-top: 5px;
	}
	.topSearch{
		display: none;
	}
  #headerInner .searchBtn input {
    right: 0;
    bottom: auto;
    margin-top: -28px;
  }
	#navGlobal .navGroup ul .searchLi {
		display: block;
		padding-left: 10px;
	}
}
/*-------------------------------
  navGlobal
-------------------------------*/
#navGlobal{
	width: auto;
	position: static;
	letter-spacing: normal;
	text-align: left;
	margin: 60px 0 0 60px;
}
#navGlobal .menu{
	display: none;
}
#navGlobal .navGroup ul{
	letter-spacing: -.40em;
	list-style: none;
}
#navGlobal .navGroup ul>li{
	margin-left: 20px;
	display: inline-block;
	box-sizing: border-box;
	letter-spacing: normal;
	vertical-align: middle;
}
#navGlobal .navGroup ul>li>a{
	display: block;
	color: #231815;
	font-size: 16px;
	padding: 1px 15px;
	text-decoration: none;
}

#navGlobal .navGroup ul>li .btn{
	margin-left: 40px;
	color: #fff;
	font-size: 13px;
}

#navGlobal .navGroup ul>li .btn:hover{
	color: #231815;
}
#navGlobal .navGroup ul .wait{
  font-size: 14px;
	color: #B3B3B3;
}
#navGlobal .navGroup ul li ,.hedDiv ul li{
	position: relative;
}
#navGlobal .navGroup ul li:before{
	content: '';
  display: inline-block;
  position: absolute;
  height: 15px;
  top: 1px;
  left: -10px;
  border-left: 1px solid #231815;
}

#navGlobal .navGroup ul .lastli:after{
	content: '';
  display: inline-block;
  position: absolute;
  height: 15px;
  top: 1px;
  left: 100px;
  border-left: 1px solid #231815;
}
.breadcrumb {
  margin: 0 auto;
  padding: 40px 0 0 60px;
	font-size: 14px;
	float: left;
}

.breadcrumb li{
  display: inline-block;
	position: relative;
}
.breadcrumb li+li {
	padding-left: 10px;
}
.breadcrumb li+li:before{
	content: '>';
	display: inline-block;
	position: absolute;
	top: -2px;
	left: 0px;
}

.breadcrumb a,.hedDiv a {
  color: #231815;
  text-decoration: none;
}
.hedDiv {
	height: 30px;
  border-bottom: 1px solid #231815;
	margin: 15px 60px;
	padding-bottom: 15px;
	font-size: 14px;
	clear: both;
}
.hedDiv a{
	padding: 0px 10px;
}
.hedDiv h2{
	float: left;
	font-size: 32px;
}
.hedDiv ul {
 float: right;
  margin-right: 20px;
  padding-top: 15px;
}
.hedDiv ul li{
	display: inline-block;
	margin-left: 40px;
}
.hedDiv ul li:before{
	content: '';
  display: inline-block;
  position: absolute;
  height: 15px;
  top: 3px;
  left: -20px;
  border-left: 1px solid #231815;
}
.hedDiv ul li:last-child:after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 15px;
  top: 3px;
  left: 75px;
  border-left: 1px solid #231815;
}

.navGroup a:hover{
	background: #d6d6d6;
}
#navGlobal .navGroup ul li.navCurrent a {
	background: #d6d6d6;
}
.hedDiv a:hover{
	background: #d6d6d6;
}
.noResult {
  font-size: 22px;
  font-weight: bold;
  padding: 150px 0;
  text-align: center;
}
#navGlobal .navGroup ul li.sponly{
	display: none;
}

@media screen  and (max-width:1024px){
	#navGlobal{
		margin: 60px 0 0 0px;
	}
	#navGlobal .menu{
		width: 40px;
		height: 40px;
		display: block;
		position: fixed;
		top: 12px;
		right: 5px;
	}
	#navGlobal .navGroup{
		background: #CFF;
		display: none;
	}
	#navGlobal .navGroup ul>li{
		display: block;
		margin-left: 0px;
	}

	#navGlobal .navGroup ul{
		border-top: 1px solid #999;
	}
	#navGlobal {
		height: 0;
		width: 100%;
		position: fixed;
		top: 0px;
		left: 0;
		z-index: 9999;
	}
	#navGlobal .navGroup {
		background: #fff;
		width: 100%;
		height: 100vh;
		border-bottom: 1px solid #999;
		display: none;
		overflow: scroll;
		position: relative;
	}

	#navGlobal .navGroup ul li{
		width: 100%;
		height: 60px;
		padding-left: 10px;
		border-bottom: 1px dotted #999;
		position: relative;
		display: block;
		text-align: left;
		color: #000;
		line-height: 57px;
	}
	#navGlobal .navGroup ul li.sponly{
		display: block;
	}
	#navGlobal .navGroup ul li a {
			position: relative;
			text-decoration: none;
	}
	.menu {
		width: 35px;
		height: 35px;
		display: block;
		background: #fff;
		position: relative;
		top: 10px;
		right: 10px;
	}
	.menu span {
		background: #e63082;
		width: 15px;
		height: 2px;
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		-webkit-transition: .1s;
		-o-transition: .1s;
		transition: .1s;
	}
	.menu span {
		width: 20px;
		height: 2px;
		display: block;
		background: #231815;
		position: absolute;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		top: 50%;
		left: 50%;
		margin-top: -1px;
		margin-left: -10px;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}
	.menu:before,
	.menu:after {
		display: block;
		content: "";
		position: absolute;
		width: 20px;
		height: 2px;
		background: #231815;
		left: 50%;
		margin: 0 0 0 -10px;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}
	.menu:before {
		top: 10px;
	}
	.menu:after {
		bottom: 9px;
	}
	.menu.open span {
		opacity: 0;
	}
	.menu.open:before {
		top: 17px;
		-webkit-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
	}
	.menu.open:after {
		bottom: 21px;
		-webkit-transform: rotateZ(-45deg);
		-ms-transform: rotateZ(-45deg);
		transform: rotateZ(-45deg);
	}
	.liBtn {
		width: 70%;
		margin-top: 25px;
	}
	#navGlobal .navGroup ul>li .btn{
		text-align: center;
	}
	#navGlobal .navGroup ul>li a:after {
		content: "";
		position: absolute;
		display: block;
		width: 15px;
		height: 15px;
		border-right: 1px solid #231815;
		border-top: 1px solid #231815;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: -5px;
		bottom: 0;
		margin: auto;
		right: 30px;
	}
	#navGlobal .navGroup .liBtn a:after {
		width: 0px;
		height: 0px;
	}

	#navGlobal .navGroup ul li:before {
		display: none;
	}

	#navGlobal .navGroup ul li:last-child:after{
		display: none;
	}
	#navGlobal .navGroup ul .lastli:after{
		display: none;
	}
	.hedDiv {
		height: 30px;
	  border-bottom: 1px solid #231815;
		margin: 10px;
		padding-bottom: 15px;
		font-size: 14px;
		clear: both;
	}
}
/*ポートレイトで幅が413以下、もしくはランドスケープで幅が735以下（iPhone6Plusより小さいデバイス）*/
@media screen  and (max-width: 735px){

	#navGlobal{
		margin: 60px 0 0 0px;
	}
	#navGlobal .menu{
		width: 40px;
		height: 40px;
		display: block;
		position: fixed;
		top: 12px;
    right: 5px;
	}
	#navGlobal .navGroup{
		background: #CFF;
		display: none;
	}
	#navGlobal .navGroup ul>li{
		display: block;
		margin-left: 0px;
	}

	#navGlobal .navGroup ul{
		border-top: 1px solid #999;
	}
	#navGlobal {
		height: 0;
		width: 100%;
		position: fixed;
		top: 0px;
		left: 0;
		z-index: 9999;
	}
	#navGlobal .navGroup {
		background: #fff;
		width: 100%;
		height: 100vh;
		border-bottom: 1px solid #999;
		display: none;
		overflow: scroll;
		position: relative;
	}

	#navGlobal .navGroup ul li{
		width: 100%;
		height: 60px;
		border-bottom: 1px dotted #999;
		position: relative;
		display: block;
		text-align: left;
		color: #000;
		line-height: 57px;
		padding-left: 0px;
	}
	#navGlobal .navGroup ul li a {
			position: relative;
			text-decoration: none;
	}
	.menu {
		width: 35px;
		height: 35px;
		display: block;
		background: #fff;
		position: relative;
		top: 10px;
		right: 10px;
	}
	.menu span {
		background: #e63082;
		width: 15px;
		height: 2px;
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		-webkit-transition: .1s;
		-o-transition: .1s;
		transition: .1s;
	}
	.menu span {
		width: 20px;
		height: 2px;
		display: block;
		background: #231815;
		position: absolute;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		top: 50%;
		left: 50%;
		margin-top: -1px;
		margin-left: -10px;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}
	.menu:before,
	.menu:after {
		display: block;
		content: "";
		position: absolute;
		width: 20px;
		height: 2px;
		background: #231815;
		left: 50%;
		margin: 0 0 0 -10px;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}
	.menu:before {
		top: 10px;
	}
	.menu:after {
		bottom: 9px;
	}
	.menu.open span {
		opacity: 0;
	}
	.menu.open:before {
		top: 17px;
		-webkit-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
	}
	.menu.open:after {
		bottom: 21px;
		-webkit-transform: rotateZ(-45deg);
		-ms-transform: rotateZ(-45deg);
		transform: rotateZ(-45deg);
	}
	.liBtn {
    width: 70%;
		margin-top: 25px;
	}
	#navGlobal .navGroup ul>li .btn{
    text-align: center;
	}
	#navGlobal .navGroup ul>li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    border-right: 1px solid #231815;
    border-top: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -5px;
    bottom: 0;
    margin: auto;
    right: 30px;
	}
	#navGlobal .navGroup .liBtn a:after {
		width: 0px;
		height: 0px;
	}

	#navGlobal .navGroup ul li:before {
		display: none;
	}

	#navGlobal .navGroup ul li:last-child:after{
		display: none;
	}
	#navGlobal .navGroup ul .lastli:after{
		display: none;
	}
}
/*-------------------------------
  Contents
-------------------------------*/
#contents{
}
#container {
	min-width: 0px;
}
#contentsInner{
	padding: 1000px 0;
	width: 1200px;
	margin: 0 auto;
	margin-top: 70px;
}
#dummy{
	background: #CCC;
	height: 300px;
}
@media screen and (max-width:1024px){
	#contentsInner{
		width: 95%;
	}
}
/*ポートレイトで幅が413以下、もしくはランドスケープで幅が735以下（iPhone6Plusより小さいデバイス）*/
@media screen and (max-width: 735px){
	#dummy{
		margin-top: -50px;
		padding-top: 50px;
	}
}
/*-------------------------------
  Footer
-------------------------------*/
#pageFooter{
	width: 100%;
	background: #f2f2f2;
	margin-top: 100px;
	clear: both;
}
#footerInner{
  width: 100%;
  max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	margin-bottom: 20px;
}
.navFooter {
	clear: both;
}
#footerInner .navFooter ul{
	letter-spacing: -.4em;
	margin-left: 60px;
}
#footerInner .navFooter ul li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	position: relative;
}
#footerInner .navFooter ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 12px;
    top: 2px;
    left: -10px;
    border-left: 1px solid #231815;
}
#footerInner .navFooter .iconNavi li:before {
    content: '';
    display: inline-block;
    position: absolute;
		height: 15px;
    top: 1px;
    left: 0px;
    border-left: 1px solid #231815;
}

#footerInner .navFooter ul li:last-child::after {
    content: '';
    display: inline-block;
    position: absolute;
		height: 12px;
    top: 2px;
    border-left: 1px solid #231815;
		right: -10px;
}
#footerInner .navFooter .iconNavi li:last-child::after {
	content: '';
	display: inline-block;
	position: absolute;
	height: 15px;
	top: 1px;
	right: 0px;
	border-left: 1px solid #231815;
}
#footerInner .navFooter ul .wait{
	color: #B3B3B3;
	font-size: 14px;
}
#footerInner .navFooter ul li+li{
	margin-left: 20px;
}
#footerInner .navFooter .iconNavi li+li{
	margin-left: 0px;
}
#footerInner .navFooter ul li a{
	color: #231815;
	text-decoration: none;
	padding: 0 15px;
	font-size: 14px;
}

#footerInner .navFooter ul {
	float: left;
}
#footerInner .navFooter .iconNavi {
	float: right;
	margin-right: 60px;
}
#footerInner .navFooter .btn{
	font-size: 14px;
}
#copyright{
	padding: 50px 0 30px 60px;
	background: #fff;
	display: block;
	color: #231815;
	font-size: 12px;
	text-align: center;
  width: 100%;
  min-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#copyright img{
	margin-right: 20px;
}
#copyright .fm802{
	margin:0 10px;
}
#copyright p{
	display: inline-block;
}

.pageTop a{
	background: url(../images/common/TOPscroll.png) center center no-repeat;
	background-size: 64px;
	width: 64px;
	height: 64px;
	display: block;
	position: fixed;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 99999;
}
.pageTop a:hover{
}
.navFooter a:hover{
	background: #d6d6d6;
}
.iconNavi a:hover{
	background: #d6d6d6;
}

ul.footer-banner {
	width: 100%;
	clear: both;
	list-style-type: none;
	margin-top: 40px;
}
ul.footer-banner li {
	display: inline-block;
	width: 15%;
	margin-right: 1%;
	margin-top: 1%;
}
ul.footer-banner li img {
	width: 100%;
}


@media screen and (min-width:480px) and (max-width:1024px){
  #copyright{
    min-width: auto;
  }
}
/*ポートレイトで幅が413以下、もしくはランドスケープで幅が735以下（iPhone6Plusより小さいデバイス）*/
@media screen  and (max-width: 735px){
	#pageFooter {
    margin-top: 0px;
	}
	#footerInner{
		width: auto;
		padding: 10px 0;
	}
	#footerInner .navFooter ul li{
		display: block;
	}
	#footerInner .navFooter ul li+li{
		margin-left: 0;
	}
	#footerInner .navFooter ul li{
    border-bottom: 1px #231815 dotted;
	}
	#footerInner .navFooter ul li:first-child{
    border-top: 1px #231815 dotted;
	}
	#footerInner .navFooter .iconNavi li:first-child{
    border-top: none;
	}
	#footerInner .navFooter .iconNavi li{
    border-bottom: none;
	}

	#footerInner .navFooter ul li a{
		display: block;
		padding: 15px;
	}
	#pageFooter .pageTop{
		margin: 0 20px 20px 0;
	}
	#footerInner .navFooter .btn {
    width: 70%;
    display: inline-block;
		border: none;
		margin:15px 0 5px 0;
  }
	#footerInner .navFooter ul {
    float: none;
		margin-left: 0px;
		text-align: center;
	}
	#footerInner .navFooter ul li:before {
		display: none;
	}
	#footerInner .navFooter ul li:last-child::after {
		display: none;
	}
	#footerInner .navFooter .iconNavi li {
    display: inline-block;
	}
	#footerInner .navFooter .iconNavi li a{
		border: none;
	}
	#footerInner .navFooter .iconNavi {
    float: none;
    margin-right: 0px;
		margin-top: 50px;
	}
	#footerInner .navFooter .iconNavi li:before {
    top: 15px;
	}
	#footerInner .navFooter .iconNavi li:last-child::after {
    top: 15px;
	}
	#copyright {
    padding: 20px 10px 100px 10px;
		text-align: center;
    min-width: auto;
	}
	#copyright .fm802 {
		margin: 0;
	}
	#copyright img {
    margin-right: 0px;
		margin-left: 10px;
	}
	#copyright p {
    margin: 10px 0;
	}
	.pageTop a{
		background-size: 100% auto;
		width: 50px;
		height: 50px;
		bottom: 50px;
	}

	ul.footer-banner {
		list-style-type: none;
		width: 95%;
		margin-left: 3%;
	}
	ul.footer-banner li {
		display: inline-block;
		width: 31%;
		margin-right: 1%;
		margin-top: 1%;
	}
	ul.footer-banner li img {
		width: 100%;
	}


}


/* video tag */
.video_frame {
	width: 60%;
}

@media screen  and (max-width: 735px){
	.video_frame {
		width: 100%;
	}
}


/* ========================
802.DJでart gives you a smile
========================== */
.djsitetitle {
    width: 100%;
    background: #FFF;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 140%;
    line-height: 120%;
    letter-spacing: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c6d0da;
    font-family: Impact,fantasy,sans-serif
}

.djfooter {
	background-color: #343a40 !important;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-family:"Noto Sans", sans-serif;
}
.djback-btn {
	width: 100%;
	text-align: center;
}
.djback-btn a {
	width: 80%;
	max-width: 400px;
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
    border-radius: 0.25rem;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none !important;
}
.djcopyright {
	font-family:"Noto Sans", sans-serif;
	width: 100%;
	background: #FFF;
	font-size: 100%;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}