@charset "UTF-8";

/************reset style************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
	border-style: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	vertical-align: bottom;
}

.fb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
  	display: flex;
  	-webkit-box-direction: row;
  	-ms-flexbox-direction: row;
  	-webkit-flex-direction: row;
  	flex-direction: row;
  	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-box-pack: justify;
  	-ms-flex-pack: justify;
  	-webkit-justify-content: space-between;
  	justify-content: space-between;
}

.fbstart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
  	display: flex;
  	-webkit-box-direction: row;
  	-ms-flexbox-direction: row;
  	-webkit-flex-direction: row;
  	flex-direction: row;
  	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: start;
  	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.fbend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
  	display: flex;
  	-webkit-box-direction: row;
  	-ms-flexbox-direction: row;
  	-webkit-flex-direction: row;
  	flex-direction: row;
  	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: end;
  	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.fbcenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
  	display: flex;
  	-webkit-box-direction: row;
  	-ms-flexbox-direction: row;
  	-webkit-flex-direction: row;
  	flex-direction: row;
  	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
}

.fb-column {
	-webkit-box-direction: column;
  	-ms-flexbox-direction: column;
  	-webkit-flex-direction: column;
  	flex-direction: column;
}

.fb-align {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.fb-reverse {
  flex-direction : row-reverse;
  -webkit-box-direction: reverse;
  -ms-flexbox-direction: reverse;
  -webkit-flex-direction: reverse;
}

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

/*=====================================================================

    common

======================================================================= */

html,body {
	position: relative;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	font-family: 'Noto Sans JP' , "Hiragino Kaku Gothic ProN","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	overflow-x: hidden;
	z-index: -100;
}

.gf {
	font-family: 'Oswald' , sans-serif;
	font-weight: 400;
}

.gfi {
	font-family: 'Oswald' , sans-serif;
	font-weight: 400;
	font-style: italic;
}

.gfb {
	font-weight: 500;
}

.container {
	position: relative;
	z-index: -100;
}

.sp {
	display: none;
}

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

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
}


/*=====================================================================

    header

======================================================================= */


.global-header {
	position: fixed;
	width: 250px;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	padding-top: 50px;
	background: #002e6b;
	z-index: 99;
	transition: all .8s;
}

/*_:-ms-input-placeholder, :root .global-header {
	width: 20%;
}*/

.global-header.close {
	left: -290px;
	transition-delay: .15s;
}

.header-inner {
	background: #002e6b;
	z-index: auto;
}

.global-header h1 {
	width: 130px;
	height: auto;
	margin: 0 auto;
	transition: all .2s;
}

.global-header h1:hover {
	opacity: .85;
}

.global-header h1 a {
	display: block;
}

.global-header .global-nav {
	padding-left: 40px;
	margin-top: 25px;
}

.global-header .global-nav li {
	margin-top: 16px;
}

.global-header .global-nav li:first-child {
	margin-top: 0px;
}

.global-header .global-nav li a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 16px;
	letter-spacing: 4px;
	transition: all .6s cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

.global-header .global-nav li a:hover {
	letter-spacing: 7px;
}

.global-header .feature-nav {
	margin-top: 30px;
}

.global-header .feature-nav li:nth-child(n+2) {
	margin-top: 8px;
}

.global-header .feature-nav a {
	position: relative;
	display: block;
	width: calc(100% + 12px);
	color: #fff;
	font-style: italic;
	letter-spacing: 1px;
	padding: 20px 0 20px 15px;
	background: linear-gradient(275deg, #ff786d, #ff5f74);
	box-sizing: border-box;
	transition: all .4s cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

.global-header .feature-nav a:hover {
	width: calc(100% + 20px);
	padding: 20px 0 20px 23px;
}

.global-header .feature-nav li:nth-child(2) a {
	background: linear-gradient(275deg, #acd84d, #95c839);
}

.global-header .feature-nav a::after {
	content: " ";
    position: absolute;
    width: 100%;
    height: 20px;
    top: 100%;
    right: 12px;
    background: #a10636;
    transform: skewX(-50deg);
    z-index: -1;
}

.global-header .feature-nav li:nth-child(2) a::after {
	background: #588a0b;
}

.global-header .share {
	margin-top: 25px;
}

.global-header .share-heading {
	position: relative;
	/*font-size: 18px;
    color: #002e6b;
    letter-spacing: 4px;
	text-shadow: 0.5px 0.5px 0 #fff,-0.5px 0.5px 0 #fff,0.5px -0.5px 0 #fff,-0.5px -0.5px 0 #fff;*/
	width: 65px;
	padding-bottom: 2px;
	margin-right: 70px;
}

.global-header .share-heading::before {
	content: " ";
	position: absolute;
	width: 34px;
	height: 1px;
	top: 50%;
	left: calc(100% + 18px);
	background: #fff;
}

.global-header .share-heading img {
	vertical-align: bottom;
}

.global-header .share-list {
	padding-top: 2px;
}

.global-header .share-list__item:first-child {
	margin-right: 10px;
}

.global-header .share-list__item a {
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
}

.share-list__item-twitter a {
	background: url('../../img/common/icon_twitter.png') no-repeat center;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.share-list__item-facebook a {
	background: url('../../img/common/icon_fb.png') no-repeat center;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.open-btn {
	cursor: pointer;
}

.open-btn__bg {
	position: fixed;
	top: 0px;
    left: 0px;
	width: 100px;
    height: 100px;
	filter: drop-shadow(-2px -2px 10px rgba(0,0,0,0.2));
	background: url("/2019/img/common/tri.svg") no-repeat center;
	transition: all .3s;
	z-index: 9998;
}

.open.open-btn .open-btn__bg {
	box-shadow: 0px 0px 0px rgba(0,0,0,0.15);
}

.open-btn__inner {
	position: fixed;
	display: block;
	top: 12px;
	left: 15px;
	width: 30px;
	height: 24px;
    z-index: 9999;
}

.open-btn span {
	display: block;
	width: 30px;
	height: 3px;
	margin-top: 6px;
	background: #002e6b;
	transition: all .3s;
}

.open-btn span:nth-child(2) {
	transform: translateX(8px);
}

.open-btn span.third {
	width: 15px;
	margin-left: auto;
}

.close.open-btn span:nth-child(2) {
	transform: translateX(0px);
}

@media screen and (max-width: 768px) {
	.global-header {
		width: 100%;
		height: 100%;
		left: -100%;
		padding-top: 0;
		background: rgba(0,46,107,0.95);
	}
	.global-header.close {
		left: 0;
		transition-delay: 0s;
	}
	.header-inner {
		position: relative;
		width: 100%;
		height: 100%;
		padding-top: 30px;
		background: none;
		box-sizing: border-box;
	}
	.global-header h1 {
		display: none;
		width: 40%;
	}
	.global-header .global-nav {
		padding: 0 20px;
		margin-top: 0px;
	}
	.global-header .global-nav li {
		width: 100%;
		margin-top: 0;
	}
	.global-header .global-nav li a {
		font-size: 20px;
		text-align: center;
		padding: 7px 0;
	}
	.global-header .feature-nav {
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		margin-top: 0;
	}
	.global-header .feature-nav li:nth-child(n+2) {
		margin-top: 0px;
	}
	.global-header .feature-nav a {
		width: 100%;
		font-size: 17px;
		padding: 20px;
	}
	.global-header .feature-nav a::after {
		display: none;
	}
	.global-header .share-heading {
		width: 70px;
	}
	.global-header .share-list__item:first-child {
		margin-right: 15px;
	}
	.global-header .share-list__item a {
		width: 22px;
		height: 22px;
	}
	.open-btn__bg {
		top: -1px;
	    left: calc(100% - 100px);
	    transform: rotate(90deg);
	}	
	.open-btn__inner {
		top: 10px;
		left: calc(100% - 47px);
	}
	.open-btn span:nth-child(2) {
		transform: translateX(0px);
	}
	.close.open-btn span:nth-child(2) {
		transform: translateX(8px);
	}
}



/*=====================================================================

    footer

======================================================================= */


.global-footer {
	position: relative;
	width: 100%;
	padding: 30px 60px 40px;
	box-sizing: border-box;
}



.footer__inner {
	font-size: 12px;
	letter-spacing: 1px;
}

.footer__inner .sponsor dl {
	margin-left: auto;
}

.footer__inner .sponsor dl.special {
	margin-top: 15px;
}

.footer__inner .sponsor dt {
	display: inline-block;
	width: 80px;
	font-size: 14px;
    letter-spacing: 2px;
	text-align: center;
}

.footer__inner .sponsor__item {
	display: inline-block;
	margin-left: 25px;
}

.footer__inner .sponsor__item#up {
	width: 200px;
}

.footer__inner .sponsor__item#familymart {
	width: 160px;
}

.footer__inner .sponsor__item#jcb {
	width: 120px;
}

.footer__inner .sponsor__item#skyperfectv {
	width: 140px;
}

.footer__inner .sponsor__item#otaisan {
	width: 158px;
}

.footer__inner .sponsor__item a {
	display: block;
	transition: all .4s;
}

.footer__inner .sponsor__item a:hover {
	opacity: .8;
}

.footer-bottom {
	margin-top: 30px;
}

.followus h3 {
	position: relative;
	font-size: 14px;
	color: #002e6b;
	letter-spacing: 2px;
}

.followus h3::before {
	content: " ";
	position: absolute;
	top: 50%;
	right: 0;
	width: 85%;
	height: 1px;
	background: #ccc;
}

.footer-bottom__inner {
	margin-top: 15px;
}

.followus ul {
	width: 124px;
}

.followus .followus__item {
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	margin-left: 12px;
	background: #ccc;
	transition: all .2s;
}

.followus .followus__item:hover {
	opacity: .8;
}

.followus .followus__item:first-child {
	margin-left: 0;
}

.followus .followus__item-twitter {
	background: url('../../img/common/icon_twitter.svg') no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.followus .followus__item-facebook {
	background: url('../../img/common/icon_facebook.svg') no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.followus .followus__item-instagram {
	background: url('../../img/common/icon_instagram.svg') no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.followus .followus__item-line {
	background: url('../../img/common/icon_line.svg') no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.followus .followus__item a {
	display: block;
	width: 100%;
	height: 100%;
}

.copyright a {
	display: block;
	width: 200px;
	text-align: right;
}

.copyright small {
	display: block;
	font-size: 10px;
	text-align: right;
	margin-top: 10px;
}

.footer-pagetop {
    position: absolute;
    top: -75px;
    right: 60px;
}

.footer-pagetop a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    background: #333;
}

.footer-pagetop a::before {
    display: block;
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    top: calc(50% - 4px);
    left: calc(50% - 6px);
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
}

@media screen and (max-width: 768px) {
	.global-footer {
	    padding: 0 5% 40px;
	}
	.footer__inner {
		display: block;
		min-width: 100%;
		font-size: 12px;
		padding-top: 30px;
	}
	.footer__inner .sponsor dl {
		display: block;
		text-align: center;
	}
	.footer__inner .sponsor dl.special {
		margin-top: 20px;
	}
	.footer__inner .sponsor dt {
		width: 100%;
		text-align: center;
	}
	.footer__inner .sponsor__item {
		display: inline-block;
		margin-left: 9%;
		margin-top: 10px;
		vertical-align: middle;
	}
	.footer__inner .sponsor__item:nth-child(even) {
		margin-left: 0px;
	}
	.footer__inner .sponsor__item#up {
		width: 150px;
	}
	.footer__inner .sponsor__item#familymart,
	.footer__inner .sponsor__item#jcb,
	.footer__inner .sponsor__item#skyperfectv,
	.footer__inner .sponsor__item#otaisan {
		width: 40%;
	}
	.footer__inner .sponsor__item img {
		display: block;
		margin: 0 auto;
	}
	.footer__inner .sponsor__item#familymart img {
		width: 100px;
	}
	.footer__inner .sponsor__item#jcb img {
		width: 80px;
	}
	.footer__inner .sponsor__item#skyperfectv img {
		width: 105px;
	}
	.footer__inner .sponsor__item#otaisan img {
		width: 115px;
	}
	.followus {
		margin-top: 25px;
	}
	.followus__title {
		text-align: center;
	}
	.followus h3::before {
	    content: " ";
	    position: absolute;
	    top: 50%;
	    right: 0;
	    width: 30%;
	    height: 1px;
	    background: #ccc;
	}
	.followus h3::after {
	    content: " ";
	    position: absolute;
	    top: 50%;
	    left: 0;
	    width: 30%;
	    height: 1px;
	    background: #ccc;
	}
	.followus ul {
		width: 140px;
		margin: 10px auto 0;
	}
	.followus .followus__item {
		width: 26px;
		height: 26px;
	}
	.copyright {
		width: 80%;
		margin: 20px auto 0;
	}
	.copyright small {
		text-align: center;
	}
	.footer-pagetop {
	    top: -5px;
    	right: 20px;
	}
	.footer-pagetop a {
	    width: 45px;
	    height: 45px;
	}

}


/*=====================================================================

    parts

======================================================================= */

.contents__wrapper {
	display: block;
	width: calc(100% - 250px);
	min-width: 880px;
	margin-left: 250px;
	transition: all .8s;
	transition-delay: .15s;
}

.contents__wrapper.close {
	width: 100%;
	margin-left: 0px;
	transition-delay: 0s;
}

/*_:-ms-input-placeholder, :root .contents__wrapper {
	width: 80%;
	margin-left: 20%;
}

@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  .contents__wrapper {
    width: 80%;
	margin-left: 20%;
  }
}*/

.skew-content {
	transform: skewY(-7deg);
	-webkit-backface-visibility: hidden;
}

.skew__inner {
	transform: skewY(7deg);
	-webkit-backface-visibility: hidden;
}

.skew-btn {
	transform: skewX(-15deg);
}

.skew-btn__inner {
	transform: skewX(15deg);
}

.btn-line {
	position: relative;
}

.btn-line::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 92%;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	top: -5px;
	left: -5px;
	transition: all .5s cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

.share__btn .btn-line::before {
	top: -3px;
    left: -3px;
}

.btn-line::after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 94%;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	top: 2px;
	left: -5px;
	transition: all .5s cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

.share__btn .btn-line::after {
	top: 1px;
    left: -3px;
}

.btn-line:hover::before {
	top: 0px;
	left: 0px;
	height: 100%;
}

.btn-line:hover::after {
	top: 0px;
	left: 0px;
	height: 100%;
}

.main-area {
	position: relative;
	padding: 120px 0 16vw;
	background: linear-gradient(90deg, #09112c, #002e6b, #09112c);
}

.main-area .bg-box img {
	position: absolute;
}

.main-area .bg-image {
	transition: all .6s;
}

.main-area .bg-image01 {
	width: 114%;
	top: -3%;
	left: -7%;
	z-index: 1;
}

.main-area h1 {
	position: relative;
	width: 60vw;
	margin: 0 auto;
	z-index: 2;
}

.main-text {
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 2.2;
	letter-spacing: 2px;
	margin-top: 30px;
	z-index: 2;
}

.main-area .share {
	position: relative;
	width: 300px;
	margin: 30px auto 0;
	z-index: 2;
}

.main-area .share::before {
	content: " ";
	position: absolute;
	width: 30%;
	height: 1px;
	top: 50%;
	left: 30%;
	background: #fff;
}

.main-area .share__title {
	font-size: 18px;
	color: #fff;
	font-style: italic;
	line-height: 46px;
	letter-spacing: 2px;
	margin-right: auto;
}

.main-area .share__inner {
	width: 100px;
}

.main-area .share__btn {
	width: 46px;
	height: 46px;
	text-indent: -9999px;
	transform: skewX(-15deg);
}

.main-area .share__btn:nth-child(n+2) {
	margin-left: 8px;
}

.main-area .share__btn a {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}

.main-area .share__btn-twitter a {
	background: #41b8ff;
}

.main-area .share__btn-facebook a {
	background: #002e6b;
}

.main-area .share__btn a span {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
	transform: skewX(15deg);
}

.main-area .share__btn-twitter a span {
	background: url('../../img/common/icon_twitter.png') no-repeat center;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.main-area .share__btn-facebook a span {
	background: url('../../img/common/icon_fb.png') no-repeat center;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.mvBanner-list {
	position: relative;
    width: 90%;
    margin: 60px auto 0;
    z-index: 1;
}

/*#top .mvBanner-list {
	width: 90%;
}*/

.mvBanner-list .mvBanner-list__item {
	width: 32%;
}

.list-col4 .mvBanner-list__item {
	width: 24%;
}

.mvBanner-list.fbcenter .mvBanner-list__item {
	/*margin: 0 30px;*/
}

.mvBanner-list .mvBanner-list__item a {
	display: table;
    width: 100%;
	height: 100%;
	font-size: 1.4vw;
	color: #002e6b;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	background: linear-gradient(275deg, #ff786d, #ff5f74);
	transition: all .5s cubic-bezier(0.68, -0.1, 0.265, 1.55);
	box-sizing: border-box;
}

.list-col4 .mvBanner-list__item a {
	font-size: 1.3vw;
}

.mvBanner-list .mvBanner-list__item:nth-child(2) a {
	background: linear-gradient(275deg, #acd84d, #95c839);
}

.mvBanner-list .mvBanner-list__item:nth-child(3) a {
	background: linear-gradient(275deg, #41b8ff, #23acff);
}

#top .mvBanner-list .mvBanner-list__item:nth-child(1) a {
	background: linear-gradient(275deg, #acd84d, #95c839);
}

#top .mvBanner-list .mvBanner-list__item:nth-child(2) a {
	background: linear-gradient(275deg, #ff786d, #ff5f74);
}

#top .mvBanner-list .mvBanner-list__item:nth-child(3) a {
	background: linear-gradient(275deg, #41b8ff, #23acff);
}

#top .mvBanner-list .mvBanner-list__item:nth-child(4) a {
	background: linear-gradient(275deg, #fbfbaa, #f7f72b);
}

.mvBanner-list .mvBanner-list__item a:hover {
	transform: translate(-5px,-5px);
}

.mvBanner-list .mvBanner-list__item a .skew-btn__inner {
	display: table-cell;
	vertical-align: middle;
}

.mvBanner-list .mvBanner-list__item a span {
	display: block;
    font-size: 1.1vw;
    margin-top: 3px;
    transform: translateX(-8px);
}


@media screen and (max-width: 768px) {
	.contents__wrapper {
		width: 100%;
		min-width: 100%;
		margin-left: 0;
		transition-delay: 0s;
	}
	.skew-content {
		transform: skewY(-11deg);
	}

	.skew__inner {
		transform: skewY(11deg);
	}
	.skew-btn {
		transform: skewX(-12deg);
	}
	.skew-btn__inner {
		transform: skewX(12deg);
	}
	.main-area {
		padding: 100px 0 80px;
	}
	.main-area h1 {
		width: 85%;
	}
	.main-text {
		width: 85%;
		text-align: left;
		line-height: 2;
		letter-spacing: 1px;
		margin: 20px auto 0;
	}
	.main-area .share {
		width: 60%;
		margin: 20px auto 0;
	}
	.main-area .share::before {
		width: 15%;
		left: 36%;
	}
	.mvBanner-list {
		display: block;
		width: 80%;
		margin: 40px auto 0;
	}
	#top .mvBanner-list {
		width: 80%;
	}
	.mvBanner-list .mvBanner-list__item,
	#top .mvBanner-list__item {
		width: 100%;
	}
	.mvBanner-list.fbcenter .mvBanner-list__item {
		margin: 15px 0 0;
	}
	.mvBanner-list .mvBanner-list__item:nth-child(n+2) {
		margin-top: 15px;
	}
	.mvBanner-list .mvBanner-list__item a,
	#top .mvBanner-list__item a{
		font-size: 18px;
		padding: 15px 0;
	}
	.mvBanner-list .mvBanner-list__item a span {
	    font-size: 15px;
	}
}



