@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
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, strong, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	background:url("../images/bg_color1.jpg");
	scroll-behavior: smooth;
}




/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 991px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container { overflow: hidden; background: url("../images/side_deco.png")top center repeat-y;}
.topbox { position: relative; width: 1200px; margin: auto; /*height:  ; parallax*/}
.kv_pc {width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}
.kv_pc img { display: block; text-align: center; }
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

/* m */
@media screen and ( max-width: 991px ){
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }
	.for_m img {  width: 100%; }
}





/*主視覺動畫*/
.topbox img {position: absolute;}
.kv_tt {top: 97px; left: 606px;
	-webkit-animation: text-focus-in 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0s both; 
	animation: text-focus-in 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0s both;}
.kv_stt {top: 253px; left: 721px;
-webkit-animation: text-focus-in 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) .8s both; 
	animation: text-focus-in 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) .8s both;}
.kv_promotion {top: 375px; left: 564px;
	-webkit-animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.2s both; 
	animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.2s both;}
.kv_hand {top: 50px; left: -146px; animation: swingA ease-in-out 1s infinite alternate; animation-delay: 0s;  }


@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes swingA {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-1deg); }
}



/* ----------------------CUSTOMERIZATION---------------------- */


/*--COMMON--*/
@font-face{font-family: MaoKenWangYanBoSong-S; src: url("https://events.eslite.com/font/猫啃网烟波宋-S.ttf");}
.titleC{background: url("../images/btt_bg.png")top center no-repeat; height: 110px;}
.titleC h2{ font-family:MaoKenWangYanBoSong-S;font-size:4rem; color: #fff; letter-spacing: 3px; padding: 15px 0 0 0; line-height: 5rem;}
.titleC h2 span{ font-size:4.8rem; color: #ff4242; line-height: 4rem;}

.subtitle h3 { font-family:MaoKenWangYanBoSong-S; color: #fff; border-left: solid 0px #e38053;}
.subtitle h3:before { 
	background-image: url("../images/deco_be.png");
    background-size: contain;
    display: inline-block;
    width: 55px; 
    height: 55px;
	margin-right: 5px;
	margin-bottom: -12px;
    content:""; 
}
.subtitle .more {top:12px;}
.subtitle .more a {font-family:MaoKenWangYanBoSong-S;  color: #fff;letter-spacing: 2px; background: url("../images/bg_color4.jpg"); border-radius: 50px; padding: 5px 10px 5px 15px; transition: .5s;}

.banner{ margin: 0 auto; padding: 0;}

/*promotion三塊*/
.block_00 ul {
    width: 1200px;
    margin: 20px auto ;
    display: flex;
    justify-content: space-around;
}
img.a1 {-webkit-animation: text-focus-in 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.6s both; 
	animation: text-focus-in 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.6s both;
}
img.a2 {-webkit-animation: text-focus-in 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.3s both; 
	animation: text-focus-in 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.3s both;
}
img.a3 {-webkit-animation: text-focus-in 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.9s both; 
	animation: text-focus-in 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.9s both;
}


@media screen and ( max-width: 991px ){
.titleC {background-size: contain; width: 100%; height: 18vw;}
.titleC h2{ font-size: 2.5rem; letter-spacing: 3px; padding: 2vw 0 0 0; line-height: 4rem;}
.titleC h2 span{ font-size: 3.5rem; line-height: 3rem;}
	
.subtitle h3 {font-size: 2rem;}
.subtitle h3:before { display: none;}
.subtitle .more {top:2vw; padding: 2vw 3vw 2vw 2vw;}
.subtitle .more a {font-size: 1rem; letter-spacing: 0px; border-radius: 50px; padding: 1vw 2vw; }	
	
/*promotion三塊*/
.block_00 ul { display: none;}
.block_00 .kv_m {margin: 3vw auto ;}	
.block_00 .kv_m a {margin: 0 2vw; padding: 0.5vw 0;}	
	
}




/*--video/banner--*/
.bg_0{}

/* ------------------影片款式2------------------ */

.rectangle.yt ul li:first-child{width: 600px; background:#fff;}
.rectangle.yt ul li iframe:first-child{width: 100%; height: 380px; margin:0 auto;}
.rectangle.yt ul li{border: 3px solid #1e2c5b;border-radius: 10px;}

@media screen and ( max-width: 991px ){
	.rectangle.yt {margin: 2vw auto;}	
	.rectangle.yt ul li:first-child{width: 96%;}
	.rectangle.yt ul li iframe:first-child{width: 100%; height: 300px; margin:0 auto;}	
}


/*--photograph-一品--*/
.bg_1{}
.bg_1 .photograph { overflow: hidden; padding: 25px 40px; margin: 20px auto; width: 1160px; position: relative; background:url("../images/bg_color2.jpg"); border-radius: 30px;}
.bg_1 .photograph a { display: flex; justify-content: space-between; }
.bg_1 .photograph a p { width: 470px; font-weight: bold; font-size: 20px; line-height: 40px; color: #040e27;; padding: 20px 20px 0; text-align: center; }
.bg_1 .photograph a p span { display: block; color: #040e27; margin: 30px 0 0; }
.bg_1 .photograph a p span big { font-size: 35px; color: #ff4242;}
.bg_1 .photograph a img { width: 700px; height: 350px; object-fit: cover;}
.bg_1 .photograph .label { display: inline-block; position: absolute; top: -6px; left: 60px; margin: 0; padding: 20px 0 10px; z-index: 2; width: 100px; text-align: center; color: #fff; font-size: 36px; line-height: 							   40px; background: #ad8c50; border-radius: 2px 0 0 0;}
.bg_1 .photograph .label:after { content: ""; position: absolute; left: 0; top: 100%; height: 0; width: 0; border-left: 50px solid transparent; border-right: 50px solid transparent; border-top: 20px solid #ad8c50;}

@media screen and ( max-width: 991px ){
	.bg_1 .photograph {padding: 0 0 8vw;margin:2vw auto;width: 98vw;border-radius: 15px;}
    .bg_1 .photograph a {flex-wrap: wrap;background: none;}
    .bg_1 .photograph a p { width: 90vw;font-size: 18px;line-height: 2rem;padding: 0 2vw;margin: auto;}
    .bg_1 .photograph a p span { margin: 3vw 0 0;}
    .bg_1 .photograph a p span big {font-size: 2rem;}
    .bg_1 .photograph a img {width: 90vw;height: 50vw;object-fit: contain;margin: 2vw auto;}
    .bg_1 .photograph .label {top: 0;left: 5vw;padding: 2vw 0 1vw;width: 20vw;font-size: 1.6rem;line-height: 1.8rem; }
    .bg_1 .photograph .label:after { border-left: 10vw solid transparent;border-right: 10vw solid transparent;border-top: 3vw solid #ad8c50; }
}


/*--左右兩品--*/
.bg_2{}
.quotes .font h4:after {  content:''; height: 32px;background:  url("../images/quote-left.svg") center center no-repeat; background-size: 100%; display:block; margin: 1rem 0;}
.quotes .font:after { content:''; height: 32px;background:  url("../images/quote-right.svg") center center no-repeat; background-size: 100%;display:block; margin: 1rem 0;}
.quotes li:nth-child(odd){ background: url("../images/bg_color3.jpg"); border-radius: 30px 0 0 30px;}
.quotes li:nth-child(even){ background: url("../images/bg_color4.jpg"); border-radius: 0 30px 30px 0;}


@media screen and ( max-width: 991px ){
.quotes li:nth-child(odd){border-radius: 15px 0 0 15px;}
.quotes li:nth-child(even){border-radius: 0 15px 15px 0;}	
}


/*--三品一排--*/
.bg_3{}
.published .font { background: url("../images/bg_color4.jpg");}

@media screen and ( max-width: 991px ){
	.items3 img {width: 100%;height: auto;}
}


/*--上下四品加小字--*/
.bg_4{}
.half ul::before{
	content: '';
	width: 572px;
	margin: 0px auto -400px;
	background: url("../images/bg_572.png")center top no-repeat;
	height: 65px;
	display: flex;
	top:-55px;
	right: 0px;
	position: relative;
}
.half ul {background: url("../images/bg_color2.jpg"); border-radius: 0 0 30px 30px; padding: 0 0 20px;}
.hightlight.half {margin: 70px auto 40px;}
.half ul h3 {font-family:MaoKenWangYanBoSong-S; color: #040e27;}
.hightlight .font h4 { background: url("../images/bg_color4.jpg");}

@media screen and ( max-width: 991px ){
.half ul::before{
	content: '';
	width: 100%;
	margin: -10vw auto -20vw;
	background: url("../images/bg_572.png")center top no-repeat;
	background-size: contain;
	height: 65px;
	display: flex;
	top:0vw;
	right: 0px;
	position: relative;
}	
.half ul {border-radius: 0 0 15px 15px; padding: 0 0 2vw; margin: 6vw 0;}
.hightlight.half {margin: 7vw auto 2vw;}	
	
}


/*--左大一品右四品--*/
.bg_5{}

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


/*--collect06 上面兩品下面四品--*/
.bg_6{}
.collect_5x6 .s-row h4{ background: url("../images/bg_color4.jpg");}

@media screen and ( max-width: 991px ){
.collect_5x6 .s-row h4 {width: 46vw !important;}	
	
}


/*--4品副標+more--*/
.bg_7{}
.magazine ul::before{
	content: '';
	width: 1160px;
	margin: 0px auto -400px;
	background: url("../images/bg_1160.png")center top no-repeat;
	height: 65px;
	display: flex;
	top:-55px;
	right: 0px;
	position: relative;
}
.magazine ul {background: url("../images/bg_color2.jpg"); border-radius: 0 0 30px 30px; border: 0px solid #fff;}
.magazine {margin: 70px auto 40px;}

@media screen and ( max-width: 991px ){
.magazine ul::before{
	content: '';
	width: 100%;
	margin: -10vw auto -20vw;
	background: url("../images/bg_572.png")center top no-repeat;
	background-size: contain;
	height: 65px;
	display: flex;
	top:0vw;
	right: 0px;
	position: relative;
}
.magazine ul { border-radius: 0 0 15px 15px; margin: 11vw 0;}
.magazine {margin: 7vw auto 2vw; width:94vw;}	
	
}


/*--bargain 超值專區--*/
.bg_8{}
.bg_8 .subtitle { border-bottom: 1px solid #fff;}
.bg_8 .subtitle h3{ border-left: none; font-size: 30px; padding: 0 0 15px 0;}
.bg_8 .subtitle h3:before { background-image: url("../images/deco_be.png");  background-size: 100%; display: inline-block; width: 55px;  height: 55px; margin: 0 10px -10px 0; content:""; }
.bg_8 .subtitle h3 big{ font-size: 36px; color: #ff4242;}

.bargain { margin: 0 auto 20px; max-width: 1160px; }
.bargain ul { display: flex; justify-content: center;}
.bargain ul li { width: 50vw; text-align: center; margin: 1vw; padding: 1vw; font-size: 26px; box-shadow: 3px 3px #fff;  border: 1px solid #fff; border-radius: 10px; background:  url("../images/bg_color3.jpg"); }
.bargain ul li:nth-child(even) { background:  url("../images/bg_color4.jpg");}
.bargain ul li a {color: #fff; font-family:MaoKenWangYanBoSong-S;}
.bargain ul li big { font-size: 36px; color: #fff; font-family:MaoKenWangYanBoSong-S;}
.adbox .banner{ margin: 0 auto; padding: 0 }

@media screen and ( max-width: 991px ){
	.bg_8 .subtitle {}
	.bg_8 .subtitle h3{ font-size: 1.6rem; padding: 0 0 1vw 0;}
	.bg_8 .subtitle h3:before {display: none; }
	.bg_8 .subtitle h3 big{ font-size: 2rem;}
	
	.bargain { width: 98vw; margin: 0 auto; margin-bottom: 2vw;}
    .bargain ul { flex-wrap: wrap; }
    .bargain ul li { width: 46vw; margin: 1vw; padding: 1vw; font-size: 1.2rem; box-shadow: 1px 2px #000; }
	.bargain ul li:nth-child(3) { background: url("../images/bg_color3.jpg")}
	.bargain ul li:nth-child(4) { background: url("../images/bg_color4.jpg");}
    .bargain ul li big { font-size: 1.6rem; }
    .bargain ul .full { width: 96vw; }
}

/*--sortbox 文學分類--*/
.bg_9{}

.literature {margin-bottom: 40px; width: 1200px; margin: 10px auto 30px; }
.literature ul {display: flex;  justify-content: center; }
.literature ul li{ width: 50vw; text-align: center; margin: 1vw; padding: 1vw; font-size: 26px; background:url("../images/bg_color4.jpg"); box-shadow: 3px 3px #fff;  border: 1px solid #fff; border-radius: 10px; }
.literature ul li a{  color:#fff;font-family:MaoKenWangYanBoSong-S; }
.literature ul li:hover{ background:url("../images/bg_color3.jpg");}
.literature ul li:hover a{  color:#fff;}
.literature ul li big{font-size: 36px;}

@media screen and ( max-width: 991px ){
	.literature{margin-bottom: 5vw;width: 100%;}
	.literature ul {flex-wrap: wrap;}
	.literature ul li{width: 46vw;margin: 1vw;padding: 1vw;font-size:1.2rem;box-shadow: 1px 2px #000; }
	.literature ul li big{font-size: 1.6rem;}
	.literature ul .full{width: 96vw;}	
}

/*--精選出版社--*/
.bg_10{}
.publish::before{
	content: '';
	width: 1160px;
	margin: 0px auto -80px;
	background: url("../images/bg_1160.png")center top no-repeat;
	height: 65px;
	display: flex;
	top:-55px;
	right: 0px;
	position: relative;
}
.publish{background: url("../images/bg_color2.jpg"); border-radius: 0 0 30px 30px; width: 1160px; margin: 70px auto 40px; padding-bottom: 10px; }
.item_m { display: none;}
.publish ul {  display: flex; flex-wrap: wrap; justify-content: center; }
.publish ul li{ margin: 20px; transition: .3s;}
.publish ul li:hover{ transform: translateY(-8px); }
.publish ul li img{ width:165px; height:217px;}
.publish ul li h6{ background: url("../images/bg_color4.jpg"); width:165px; height:30px;  margin-top:15px;  text-align:center;  font-size:1.1rem; line-height:30px; border-radius:50px; color:#fff; font-family:MaoKenWangYanBoSong-S; }

@media screen and ( max-width: 991px ){	
.publish::before{	
	content: '';
	width: 100%;
	margin: 0vw auto -20vw;
	background: url("../images/bg_572.png")center top no-repeat;
	background-size: contain;
	height: 65px;
	display: flex;
	top:-10vw;
	right: 0px;
	position: relative;
	}
	.publish{ width:94vw; margin: 12vw auto 2vw; padding-bottom: 2vw;}		
	.publish ul {}	
	.publish ul li{ width:40vw; margin:3vw 2vw; }
	.publish ul li img{ width:40vw;  height:58vw; }
	.publish ul li h6{ font-size:1.1rem; font-weight:700; margin-top:2vw;  width: 40vw; }
}

/*--keybox 關鍵字--*/
.bg_11{}
.keyword-bn .ten-word li {background: url("../images/bg_color3.jpg");}
.keyword-bn .ten-word li:nth-child(even) {background: url("../images/bg_color4.jpg");}
.keyword-bn .ten-word a, .keyword-bn .four-link a {font-family:MaoKenWangYanBoSong-S; color: #fff;}
.keyword-bn .four-link li {background: url("../images/bg_color4.jpg"); border: solid 0px #000}

@media screen and ( max-width: 991px ){
.keyword-bn .ten-word li { background: url("../images/bg_color3.jpg")!important; }
.keyword-bn .ten-word li:nth-child(4n) { background:url("../images/bg_color4.jpg")!important;}
.keyword-bn .ten-word li:nth-child(4n-3) { background:url("../images/bg_color4.jpg")!important;}		
	
}

/*--圈圈五品--*/
.bg_12{}
.round_5p .font p, .round_5p .font .price { color: #fff;}
.round_5p .font .price big {color: #ff4242;}

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

/*--recommend 熱門推薦--*/
.bg_13{}
.keywordB .keywordA li {background: url("../images/bg_color4.jpg");}
.keywordB .keywordA li:hover {background: url("../images/bg_color3.jpg");}
.keywordB .keywordA a {font-family:MaoKenWangYanBoSong-S;}

.keywordC .round_5p img { border:2px solid #ad8c50; background: #fff;}
.keywordC .round_5p .font {background: url("../images/bg_color4.jpg");}

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

/*--film-genre01 圈圈版--*/
.bg_14{}
.film-genre01 li {width: 278px;height: 278px;border-radius: 50%;}
.film-genre01 img {height: auto;width: 278px;object-position: 0;}
.film-genre01 .font {width: 278px;height: 278px;}
.film-genre01 .font h4{line-height: 278px;}

/*-----------------nomask無遮罩-----------------*/
.nomask.film-genre01 .font, .nomask.film-genre .font{display: none;}
.nomask.film-genre li{border-radius: 0;}

@media screen and ( max-width: 991px ){
	.film-genre01 li {width: 45vw; height: 45vw; }
	.film-genre01 .font { width: 45vw; height: 45vw; }	
	.film-genre01 img { height: auto; width: 45vw;object-position: 0;}	
	.film-genre01 .font h4{line-height:45vw;}
	
	.nomask.film-genre img{ width: 100%;height: auto;}
}


/*--film-genre 方形版---*/
.bg_15{}
.film-genre img {  width: 410px; object-fit: cover;  object-position: 0px 0px; }

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

/*--classic--*/
.bg_16{}

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






/* -- 右側選單 -- */
/* -- sidemanu for pc -- */
.side-menu2{
	position: fixed;
	width: 130px;
	top:22%;
	right:1%;
	padding:10px 5px;
	box-sizing: border-box;
	border-radius: 15px;
	background:url("../images/bg_color3.jpg");
	display: flex;
	flex-direction: column;
	transform: translateX(0);
	transition: .3s;
	text-align:center;
	z-index:99;
	font-size:15px;
	overflow:hidden;
}
.side-menu2 label{
	position: fixed;
	width: 130px;
	height: 150px;
	background:#ffea00;
	opacity:0.95; 
	color: #285976;
	right: -40px;
	top: 0%;
	line-height: 28px;
	text-align: center;
	font-size: 24px;
	border-radius: 0 2px 2px 0;
	padding:18px 8px 10px 8px;
}
#side-menu-switch2{
	position: absolute;
	opacity: 0;
	z-index: -1;
}
#side-menu-switch2:checked + .side-menu{
	transform: translateX(0);
}
.side-menu2 nav li{ border-bottom: 1px dotted #fff;}
.side-menu2 nav li:nth-last-child(1){ border-bottom: none;}

/*.side-menu2 nav li:nth-child(odd){ background:  #6E5688; border-bottom: 1px dotted #fff;}
.side-menu2 nav li:nth-child(even){ background: #9A75A0; border-bottom: 1px dotted #fff;}*/

.side-menu2 nav a{
	display: block;
	padding: 10px 4px;
	color: #fff;
	text-decoration: none;
	position: relative;
	font-size:18px;	
	font-family:MaoKenWangYanBoSong-S;
	letter-spacing: 2px;
	line-height: 1.4rem;
}
.side-menu2 nav p.name_menu{ padding:10px 0; font-size:1.5em; line-height:1em; border-bottom:3px solid; border-color:#04414b; color:#df6616; font-weight:bold;}
.side-menu2 nav ul.area1{ margin-bottom:150px;}
.side-menu2 nav ul.area1 li{ width:50%; float:left;}
.side-menu2 nav ul.area1 li:nth-last-child(1){ border-bottom:none;}
	@media screen and ( max-width:991px ){
		.side-menu2 {display: none;}
	}
/*Plugin*/
.side-menu2 .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.side-menu2 .nav-pills>li.active>a, .side-menu2 .nav-pills>li.active>a:focus, .side-menu2 .nav-pills>li.active>a:hover, .nav-pills>li>a:hover {
    background:url("../images/bg_color2.jpg");
    color: #040e27;

}

.side-menu2 .nav-pills>li>a {
    border-radius: 0px;
}
.side-menu2 .nav>li>a {
    position: relative;
    display: block;
}


/* -- 版頭TopMenu -- */
/*navigation bar for pc*/
/* Style the TopMenu */
#TopMenu {
	/*overflow: hidden;*/
	display: none;
/*
	max-width:100%;
	height:60px;
	z-index:999;
	margin:0 auto;
	background: #4e351f;
*/
  }
  	
  .nav_content{ width:1200px; margin:0 auto;}
  /* Navbar links */
  #TopMenu a {
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	width:16.2%;
	margin:0 2.5px;
	font-size:24px;
	color:#fff;
	border-right: 1px solid #ffffff;
	height:60px;
	line-height:60px;
	letter-spacing: 1px;
	font-weight: 600;
  } 
  #TopMenu .row_06 a{border-right: none;}
  #TopMenu span{ color:#000000;}

  /*#TopMenu a:hover{ transform: scale(.95)}*/


/*for mobile*/

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

#TopMenu { width: 100%; height: auto; display: block;}	
#TopMenu ul.nav_content{margin:0;width:100%;display:flex; flex-wrap: wrap; list-style: none;background:url("../images/bg_color4.jpg");z-index:1000;border-top:none; }
#TopMenu ul li{border-right:1px solid #ffffff;border-bottom:1px solid #ffffff; padding: 1vw; width:25%;box-sizing:border-box;text-align:center;font-size:15px;}
/*#TopMenu ul li:nth-child(odd){ background: #6E5688;}
#TopMenu ul li:nth-child(even){ background: #9A75A0;}*/
#TopMenu ul li a{ width:100%; margin:0 auto; font-size:1rem; border-right: none; height:auto; line-height:1.4; letter-spacing: 0; font-family:MaoKenWangYanBoSong-S;}
#TopMenu ul li:nth-child(4), #TopMenu ul li:nth-child(8){border-right:none;}
}








 /*--goto top--*/          #gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}          #gotop::after {font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 50px;color: #fff;  opacity:0.5;background: url(../images/top.png) center no-repeat; background-size:50%;background-position:50% 20%;}          #gotop:hover {cursor: pointer;background-color: #666;}          #gotop:active {background-color: #ccc;}          #gotop.show {opacity: 0.4;visibility: visible;}          @media screen and ( max-width: 991px ){          #gotop {bottom: 70px;right: 0;margin: 2vw;}          }          /* share url */          #share{display: inline-block;background-color: #000;opacity:0.4;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 50px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;z-index: 1000;margin: 30px;}#share::after{font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 50px;color: #fff; opacity:0.5;background: url(../images/share.png) center no-repeat; background-size:20px;background-position:50% 30%;}#share:hover{cursor: pointer;background-color: #666;}#share:active{background-color: #666;}@media screen and ( max-width: 991px ){#share{bottom:115px;right: 0;margin: 2vw;}}                    @media screen and ( max-width: 991px ){          html{padding-bottom: 80px;}          } 