@charset "utf-8";

/*--------------------------------------------------------------------------------------------------------------
  初期設定
--------------------------------------------------------------------------------------------------------------*/

body {
		-webkit-text-size-adjust: 100%;
	line-height: 1.5;
	letter-spacing: 0;
}

div {
	margin: 0 auto;
}

div,h1,h2,h3,h4,h5,p,li,dl,dt,dd,th,td,article,header,footer,nav,span,a {
		-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: inherit;
text-decoration: none;
}

img {
	height: auto;
	width: auto;
	max-width: 100%;
	line-height: 100%;
	vertical-align: bottom;
}

em {
	font-style: normal;
}

h1,h2,h3,h4,h5 {
	line-height: 1.5;
	padding: 0;
	margin: 0;
}

p,li,td,th,dl,dt,dd {
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	word-wrap: break-word;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	word-break: break-all;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

.cf:after {
	content: "";
	clear: both;
	display: block;
}

.center {
	text-align: center;
}


/*------------------------------------------
  フォント
------------------------------------------*/

body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/*------------------------------------------
  背景
------------------------------------------*/
body {
	background: #fff; /*url(../img/bg_pc01.jpg) no-repeat center top;*/
	background-size: 100%;
}
/*------------------------------------------
  枠内にfitするimg
------------------------------------------*/

.imgFitBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover; object-position: center;';
}


/*--------------------------------------------------------------------------------------------------------------
  枠
--------------------------------------------------------------------------------------------------------------*/

body {
	/*min-width: 1350px;*/
	min-width: 1233px;
	max-width: 1500px;
	margin: 0 auto;
}

.inner {
	position: relative;
	/*width: 1200px;*/
	width: 75%;
	margin: 0 auto;
}


/*--------------------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------------------*/
.header {
	width: 100%;
	margin: 0 0 20px;
	background: #000;
}

.header .inner {
	width: 1050px;
	margin: 0 auto;
}

.siteTtl {
	line-height: 0;
}
.siteTtl img{
	width: 100%;
}


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

.footer {
	/*background: #000;*/
	text-align: center;
	position: relative;
}
.footer_images{
	font-size: 0;
	text-align: center;
}
.footer_images li{
	display: inline-block;
	vertical-align: middle;
	width: 260px;
	margin: 0 15px;
}
.footer_images li img{
	width: 100%;
}
.foot-html {
	position: static;
	top: 0;
	left: 0;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.foot-html {
		top: 15px;
	}
}
.footer a {
	display: block;
}

.footer .inner {
	color: #000;
	padding: 15px 0 38px;
}

.footTtl {
	margin-bottom: 25px;
}


/*
	footLink
---------------------------*/

.footLink {
	display: table;
	margin: 0 auto 15px;
}

.footLink .item {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0 12px;
}


/*
	footSns
---------------------------*/

.footSns {
	display: table;
	margin: 0 auto 20px;
}

.footSns .item {
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin: 0 10px;
}


/*
  copyright
---------------------------*/

.copyright {
	font-size: 10px;
	font-weight: bold;
}


/*--------------------------------------------------------------------------------------------------------------
  contents
--------------------------------------------------------------------------------------------------------------*/

.contents {
	margin-bottom: 55px;
}

.contents .wrapper {
	background: #000;
	/*margin-bottom: 23px;*/
}

.topTxt {
	display: table;
    font-size: 32px;
    text-align: center;
    margin: 0 auto 20px;
}
/*.topTxt {
	width: 100%;
	font-size: 32px;
	text-align: center;
	margin: 0 auto;
	background: #ff9600;
}*/

.sideBNR {
	position: absolute;
	width: 150px;
	height: 835px;
	padding: 0;
	top: 0;
}
.sideBNR.left {
	left: -150px;
}
.sideBNR.right {
	right: -150px;
}

/*========================================
  main
========================================*/

.main {
	/*width: 780px;*/
	width: 60%;
	float: left;
}


/*
	movieBox
---------------------------*/

.movieBox {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}

.movieBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
		-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/*
	countBox
---------------------------*/

.countBox {
	padding: 18px 10px 19px;
	background: #2b2b2b;
	position: relative;
}

/*.countBox:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(43, 43, 43, 0);
	border-bottom-color: #2b2b2b;
	border-width: 12px;
	margin-left: -12px;
}
*/
.countBox .list {
	display: table;
	margin: 0 auto;
}

.countBox .list .item {
	color: #727272;
	font-size: 10px;
	font-weight: bold;
	min-width: 90px;
	display: inline-block;
	margin: 0 10px;
}

.countBox .list .item a {
	width: 100%;
	display: block;
	padding: 2px 0 0 48px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 40px;
}

	.applause a {
		background-image: url(../img/ico_applause_off.png);
	}
	.good a {
		background-image: url(../img/ico_good_off.png);
	}
	.bad a {
		background-image: url(../img/ico_bad_off.png);
	}
	.love a {
		background-image: url(../img/ico_love_off.png);
	}

.countBox .list .item .count {
	display: inline-block;
	margin: 0 8px 0 0;
	color: #fff;
	font-size: 30px;
}


/*
	themeBox
---------------------------*/
.themeBox{
	width: 800px;
}
.themeBox,
.themeBox_sp {
	padding: 30px 30px 30px;
	background: #000;
}

.themeBox .tit,
.themeBox_sp .tit {
/*	width: 350px;
---------------------------*/
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 25px;
	background: #ff9600;
	border-radius: 30px;
}

.themeList,
.themeList_sp {
	display: table;
	margin: 0 auto;
}

.themeList .item,
.themeList_sp .item {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0;
}

.themeList .item a,
.themeList_sp .item a {
	display: block;
	position: relative;
}

.themeList .item a:before,
.themeList_sp .item a:before {
	content: "";
	display: block;
	width: 5px;
	height: 7px;
	position: absolute;
	left: -12px;
	top: 9px;
	margin: auto;
	opacity: 0;
}


/*========================================
  side
========================================*/

.side {
	/*width: 420px;*/
	width: 40%;
	float: right;
	background: #000;
}


/*
	nowBox
---------------------------*/

.nowBox {
	position: relative;
	padding: 18px 12px 15px 20px;
}

.nowBox .tit {
	color: #ff9600;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}
.nowBox .tit span {
	font-size: 16px;
}

/*
	hdUser
---------------------------*/

.hdUser {
	position: absolute;
	width: 112px;
	top: 18px;
	right: 12px;
}
.hdUser>a{
	width: 34px;
}
.hdUser a {
	display: block;
	overflow: hidden;
	color: #ccc;
	font-size: 13px;
}

.hdUser .imgBox {
	float: left;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
}

.hdUser .name {
	display: none;
	width: 62px;
	color: #fff;
	font-size:12px;
	font-weight: bold;
	float: left;
	margin: 7px 0 0 10px;
}


/*
	.btnLogout
---------------------------*/

.nowBox .btnLogout {
	position: absolute;
	top: 4px;
	right: 0px;
	line-height: 1.4;
}
.nowBox .btnLogout>a{
	border: 2px solid #ff9600;
	color: #ff9600;
	padding: 0 3px;
}
.nowBox .btnLogout img {
	vertical-align: middle;
}


/*
	login
---------------------------*/

.loginBox {
	position: absolute;
	width: 100px;
	height: 30px;
	top: 17px;
	right: 10px;
	text-align: center;
}

.loginBox a {
	height: 100%;
	display: block;
	background: #ff9600;
	border-radius: 3px;
	line-height: 30px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}



/* userList  */

.nowBox .userListWrapper {
	width: 100%;
	overflow-x: scroll;
}
.nowBox .userList {
	/*margin-bottom: 5px;*/
	position: relative;
	display: table;
}

.nowBox .userList .item {
	margin-right: 2px;
	display: table-cell;
}

.nowBox .userList .item a {
	display: block;
	width: 25px;
	height: 25px;
}


/* time  */

.nowBox .time {
	color: #fff;
	font-size: 31px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 9px;
}

.nowBox .time .sub {
	font-size: 24px;
}

/* link  */

.nowBox .link .imgBox {
	width: 50%;
	float: left;
}

.nowBox .link .txtBox {
	width: 48%;
	float: right;
}

.nowBox .link .txtBox .txt {
	color: #ff9600;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 7px;
}

/*
	twitterBox
---------------------------*/

.twitterBox {
	position: relative;
}

#twitterListWrap {
	height: 0;
	position: relative;
	overflow: hidden;
}

.twitterList {
	height: 100%;
	background: #ededed;
	overflow: auto;
	padding: 5px 22px 84px 10px;
}

	.twitterList::-webkit-scrollbar {
		display: none;
	}

.twitterList .item {
	margin-top: 3px;
	border-bottom: 1px solid #fff;
}

.twitterList .item a {
	display: block;
	padding: 5px 0 12px;
	overflow: hidden;
}

.twitterList .item .imgBox {
	width: 34px;
	height: 34px;
	float: left;
	margin-top: 10px;
	border-radius: 50%;
	overflow: hidden;
}

.twitterList .item .txtBox {
	width: calc(100% - 45px);
	float: right;
	font-weight: bold;
}

.twitterList .item .name {
	color: #ff9600;
	font-size: 16px;
	margin-bottom: 3px;
}

.twitterList .item .txt {
	font-size: 14px;
}


/* btnTweet */

.btnTweet {
	height: 84px;
	line-height: 53px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #AD782E;
}

.btnTweet button {
	display: block;
	float: right;
	width: 84px;
	height: 100%;
	padding: 0;
	background: #ff9600;
	border: none;
	outline: none;
}

.btnTweet .fa-twitter {
	margin-right: 13px;
	font-size: 18px;
	vertical-align: -1px;
}

.btnTweet .twinput {
	display: block;
	float: left;
	width: 336px;
	height: 100%;
	background: #ff9600;
}
.btnTweet input {
	width: 330px;
	height: 43px;
	margin: 5px 0 5px 6px;
	padding: 0;
	border: none;
	outline: none;
}
.btnTweet .twcheck {
	height: 31px;
	clear: both;
	font-size: 16px;
	line-height: 20px;
	vertical-align: middle;
	background: #ff9600;	
}
.btnTweet .twcheck p {
	display: inline-block;
	margin: 7px 0 0;
	font-size: 14px;
	line-height: 1;
	vertical-align: top;
}
.btnTweet .twcheck input {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 3px 0 0 10px;
	display: none;
}

.btnTweet .twcheck label {
	position: relative;
	padding: 0 0 0 42px;
	cursor: pointer;
}
	.btnTweet .twcheck label:after,
	.btnTweet .twcheck label:before {
		position: absolute;
		content: "";
		display: block;
	}
	.btnTweet .twcheck label:after {
		top: 5px;
		left: 15px;
		width: 15px;
		height: 15px;
		background: #000;
		border: 2px solid #000;
		border-radius: 6px;
	}
	.btnTweet .twcheck label:before {
		top: 7px;
		left: 21px;
		width: 5px;
		height: 9px;
		border-right: 3px solid #ff9600;
		border-bottom: 3px solid #ff9600;
		transform: rotate(45deg);
		opacity: 0;
		z-index: 1;
	}
	/*.btnTweet .twcheck input[type=checkbox]:checked + .btnTweet .twcheck label:before*/
	.twcheck input:checked + label:before {
		opacity: 1;
	}


.twitterBox .btnTweetWrap {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 2;
}

/*
	bnrWrapp
---------------------------*/
.bnrWrapp {
	margin: 0px 0 0;
	text-align: center;
	font-size: 0;
	padding-bottom: 20px;
}
.bnrWrapp>*{
	display: inline-block;
	vertical-align: top;
	width: 280px;
	font-size: 16px;
	margin: 0 20px;
}
.aboutBox>a{
	border: 3px solid #ff9600;
	color: #ff9600;
	display: block;
	line-height: 57px;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
.aboutBox>a:last-child{
	margin-bottom: 0;
}

	.bnrBox {
		width: 275px;
		margin: 0 auto 14px;
		border: 3px solid #ff9600;
	}

	.aboutBox {
		text-align: center;
	}
	.aboutBox.hasTop {
		margin-top: 0px;
	}
		.about {
			display: inline-block;
			width: 208px;
			height: 63px;
			margin: 0 9px 0 0;
			vertical-align: top;
			border: 3px solid #ff9600;
			box-sizing: border-box;
		}
		.tw {
			display: inline-block;
			width: 63px;
			height: 63px;
			vertical-align: top;
			border: 3px solid #ff9600;
			border-radius: 50%;
			overflow: hidden;
			box-sizing: border-box;
		}
.delivery>.delivery-list{
	font-size: 0;
	text-align: left;
}
.delivery>.delivery-list>*{
	display: inline-block;
	vertical-align: top;
	width: 49%;
	font-size: 16px;
	margin-bottom: 2%;
}
.delivery>.delivery-list>*:nth-child(odd){
	margin-right: 2%;
}
/*============================================================================================================
  hover指定 ※PCのみ / 全ページ分
============================================================================================================*/
@media screen and (min-width: 769px) {

a:hover {
	filter: alpha(opacity=70);
		-moz-opacity: 0.7;
	opacity: 0.7;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.themeList .item a:before,
.btnTweet a:hover .fa-twitter {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.themeList .item a:hover,
.themeList .item.selected a {
	color: #ff9600;
}

.footer a:hover {
	color: #ccc;
}

.themeList .item a:hover,
.btnTweet a:hover,
.loginBox a:hover {
	filter: alpha(opacity=100);
		-moz-opacity: 1;
	opacity: 1;
}

.themeList .item a:hover:before {
	opacity: 1;
}

.btnTweet a:hover,
.loginBox a:hover:
#talkWdw button.btnTweet:hover {
	background: #ffa200;
}

.applause a:hover {
	background-image: url(../img/ico_applause_on.png);
}
.applause a:active {
	background-image: url(../img/ico_applause_down.png);
	transition: all 0s ease-in-out;
}
.good a:hover {
	background-image: url(../img/ico_good_on.png);
}
.bad a:hover {
	background-image: url(../img/ico_bad_on.png);
}
.love a:hover {
	background-image: url(../img/ico_love_on.png);
}

}


/*============================================================================================================
  media query
============================================================================================================*/

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

.sp {
	display: none !important;
}

}


@media screen and (max-width: 768px) {

.pc {
	display: none !important;
}

.sp {
	display: block !important;
}

body {
	min-width: 100%;
	max-width: initial;
}


/*--------------------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------------------*/
.header {
	/*padding: 5.3vw 0 1vw;*/
	/*background: url(../img/header_bg_sp.jpg) no-repeat center top;
	background-size: 100% auto;*/
	background: #000;
}
.header .inner {
	width: 100%;
}


.siteTtl {
	height: auto;
}

.siteTtl img {
	width: 100%;
	height: 100%;
}

.hdUser {
	position: relative;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	/*margin-top: 10px;*/
}
.hdUser a {
	width: 100%;
	margin: 0 auto 3vw;
	text-align: center;
	font-size: 20px;
}
.nowBox .btnLogout>a{
	font-size: 14px;
	margin: 0 auto;
}
.hdUser .imgBox {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.hdUser img {
	vertical-align: top;
}

.hdUser .name {
	float: none;
	display: inline-block;
	width: auto;
	font-size: 14px;
	line-height: 32px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

.hdUser .btnLogout {
	right: 5%;
	position: static;
	margin: 0 auto 5vw;
	width: 50%;
}


/*
	.logout
---------------------------*/

.header .btnLogout {
	margin-top: 8px;
}


/*
	login
---------------------------*/

.loginBox {
	position: relative;
	width: 93vw;
	height: 10vw;
	margin: 0 auto 2vw;
	top: 0; right: 0;
	line-height: 10vw;
	font-size: 12px;
}
.loginBox a {
	line-height: 10vw;
	border-radius: 5vw;
}

/*--------------------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------------------*/
.footer {
	padding: 0 0 0;
	background: transparent;
	/*background: url(../img/footer_bg_sp.jpg) no-repeat center top;
	background-size: 100% auto;*/
}

.footer .inner {
	padding: 15px 10px 73px;
}

.footTtl {
	height: 20px;
	margin-bottom: 20px;
}

.footTtl img {
	height: 100%;
	width: auto;
}


/*
	footLink
---------------------------*/

.footLink {
	display: block;
	width: 100%;
	margin: 0;
	padding: 4vw 0 6.25vw;
}

.footLink a {
	display: block;
	width: 42vw;
	margin: 5.6vw auto 0;
}


/*
	footSns
---------------------------*/

.footSns {
	margin-bottom: 15px;
}

.footSns .item {
	font-size: 15px;
}


/*
  copyright
---------------------------*/

.copyright {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
	transform: scale(.9);
}


/*------------------------------------------
 TOPへ戻る
------------------------------------------*/

.retop {
	color: #fff;
	font-size: 15px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	margin: 0 auto 20px;
	border-radius: 50%;
}

.retop a {
	height: 100%;
	display: block;
	background: #000;
	border-radius: 50%;
}


/*--------------------------------------------------------------------------------------------------------------
  contents
--------------------------------------------------------------------------------------------------------------*/

.contents {
	margin: 0;
}
.inner {
	width: 100%;
}

.topTxt {
	font-size: 16px;
    padding-left: 17px;
    background-size: 12px;
}
/*
.topTxt {
	padding: 1.8vw 3vw;
	font-size: 1px;
	background: #ff9600;
}*/


/*========================================
  main
========================================*/

.main {
	width: 100%;
	float: none;
}


/*
	countBox
---------------------------*/

.countBox {
	padding: 10px 5px;
}

.countBox:after {
	border-width: 8px;
	margin-left: -8px;
}

.countBox .list {
	display: flex;
	justify-content: center;
}

.countBox .list .item {
	display: block;
	float: left;
	width: 100%;
	min-width: auto;
	margin: 0;
	text-align: center;
}

.countBox .list .item a {
	display: inline-block;
	width: 35%;
	padding-left: 25px;
	background-size: 20px;
}

.countBox .list .item .count {
	font-size: 16px;
}

.countBox .list .item .sub {
	display: inline-block;
		-webkit-transform:scale(.85);
		-ms-transform: scale(.85);
	transform: scale(.85);
}

/*
	themeBox
---------------------------*/

.themeBox_sp {
	padding: 20px;
	/*border-bottom: 1px solid #fff;*/
}

.themeBox_sp .tit {
	color: #000;
	padding: 5px;
	font-size: 18px;
	background: #ff9600;
	margin: 0 auto 20px;
}

.themeList_sp {
	display: block;
}

.themeList_sp .item {
	color: #fff;
	font-size: 14px;
	text-align: center;
	/*background: #4f4f4f;*/
	border-radius: 5px;
}

.themeList_sp .item + .item {
	margin-top: 12px;
	position: relative;
}

.themeList_sp .item a {
	/*padding: 10px;*/
	display: block;
}
.themeList_sp .item.selected a {
	color: #ff9600;
}

.themeList_sp .item a:before {
	content: none;
}


/*========================================
  side
========================================*/

.side {
	width: 100%;
	float: none;
}


/*
	nowBox
---------------------------*/

.nowBox {
	padding: 5vw 4px 15px;
}

.nowBox .tit {
	font-size: 18px;
	text-align: center;
}


/* userList  */
.nowBox .userListWrapper{
	width: 97%;
}
.nowBox .userList {
	display: table;
	padding-right: 25px;
	margin: 0 auto 10px;
}

.nowBox .userList:before {
	font-size: 12px;
	line-height: 25px;
}

/*
    bannerWrapp
---------------------------*/
.bnrWrapp {
	width: 100%;
	padding: 0 0 20px;
}
.bnrWrapp>*{
	display: block;
	width: 90%;
	margin: 0 auto 20px;
}
	.bnrBox {
		width: 92vw;
	}
		.bnrBox img {
			width: 100%;
		}
.footer_images_sp {
	margin-bottom: 15px;
	padding: 0px 10px 20px;
	background-color: #000;
}
.delivery>.delivery-list>*{
	display: inline-block;
	vertical-align: top;
	width: 32%;
	font-size: 16px;
	margin-bottom: 2%;
}
.delivery>.delivery-list>*:nth-child(odd){
	margin-right: 0;
}
.delivery>.delivery-list>*:nth-child(3n-1){
	margin: 0 2% 2%;
}
/*
	twitterBox
---------------------------*/

.twitterBox {
	padding: 0 10px 15px;
}

#twitterListWrap {
	height: 300px !important;
	margin-bottom: 15px;
  -webkit-overflow-scrolling: touch;
}

.twitterList {
	padding-bottom: 10px;
	background: #292929;
}

.twitterList .item .imgBox {
	width: 50px;
	height: 50px;
	margin-top: 2px;
}

.twitterList .item .txtBox {
	width: calc(100% - 60px);
}

.twitterList .item .name {
	font-size: 12px;
}

.twitterList .item .txt {
	color: #fff;
	font-size: 12px;
}


/* btnTweet */

.btnTweet {
	font-size: 15px;
	border-radius: 3px;
}

.btnTweet a {
	border-radius: 3px;
}

.btnTweet .fa-twitter {
	font-size: 14px;
	vertical-align: 0;
}

.twitterBox .btnTweetWrap {
	position: fixed;
	bottom: 0;
	left: 0;
	/*padding: 10px;*/
	background: #ff9600;
}

.twitterBox .btnTweet {
	width: 100%;
}

.btnTweet .twinput {
	width: 78vw;
	height: 53px;
}
	.btnTweet .twinput input {
		width: 90%;
		margin: 5px 5% 5px 5%;
	}
.btnTweet button {
	float: left;
	width: 22vw;
	padding: 0 2vw 0 0;
}


.mCSB_scrollTools .mCSB_draggerRail,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools{
	width: 6px !important;
}

.footer_images_sp .bx-viewport img {
	margin: 0 auto;
}

}