@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/bgo.jpg") top center repeat;
}
h2, h3, h4{font-family:'Noto Serif TC', "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;}

/*------------------------------ 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; }
.topbox { position: relative; width: 1200px; margin: auto;}
.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 !important; }

.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/bgb.jpg) center center repeat;}
.quotes li:nth-child(even){background: url(../images/bgo.jpg) center center repeat;}

/*---*/
.circle img, .hightlight img, .hightlight_5p img, .circle_5p img { object-fit: contain;}
.alternate ul:nth-child(even){margin: -102px auto 25px;}
.recommend_2p, .triple, .various, .hightlight_5p, .toptitle, .brand, .broadwise, .crosswise_3p, .circle, .rectangle_3p, .hightlight, .photograph, .circle_5p, .round_3p, .quotes, .recommend{margin-bottom: 0px;}
.quotes{margin-top: 0;}
.magazine{margin: 0 auto;}
.banner {padding: 0;margin:0 auto;}

.bnbg {
    padding-bottom: 30px;
}

/*color*/
.half ul{background:#fff;}
.hightlight .font h4, .alternate ul:nth-child(odd) li:first-child, .alternate ul:nth-child(even) li:last-child{background:#2c334e;}
.alternate ul:nth-child(odd) li:first-child .font h4, .alternate ul:nth-child(even) li:last-child .font h4, .alternate ul:nth-child(odd) li:first-child .font .price big, .alternate ul:nth-child(even) li:last-child .font .price big{color: #c4a65a}

/*title*/
.subtitle{padding-bottom: 25px;}
.subtitle h3{ border-left: solid 16px #FFFFFF; text-shadow: 2px 3px 2px #272727;; color:#EDEDED}
.subtitle .more a{font-family: 'Merriweather', serif;color: #fff;letter-spacing: 5px;}
.subtitle .more a:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background: #fff;
    top: 19px;
    right: 105px;
}

/*bg*/
.sbg{padding: 30px 0;}

.deco {background:url("../images/fixedbg_01.jpg") top center no-repeat, url("../images/deco.png") top center repeat-y, url("../images/fixedbg_02.jpg") top center repeat-y;padding-bottom: 40px;}
.magazine{background:url("../images/pc_ul_bg.png") top center no-repeat;padding-bottom: 25px;}
.magazine ul{border:none;}
.magazine .font h4 {
	color: #EDEDED
}
.magazine .font p {
    font-size: 1rem;
    line-height: 1.5rem;
	color: #EDEDED
}

/*anime*/
.topbox img{position: absolute; }

img.kv0{
    top: 100px;
	left:100px;
    animation:fadeIn 3S;
    animation-fill-mode: backwards; 
}
img.kv1{
    top: 250px;
	right:150px;
    animation:fadeIn 3s;
	animation-delay: 1s;
    animation-fill-mode: backwards; 
}
img.kv2{
    top: 400px;
	left:250px;
    animation:fadeIn 3s;
    animation-delay: 2.5s;
    animation-fill-mode: backwards; 
}

img.kv3{
    top: 490px;
    left: 360px;
    animation:fadeIn 5s;
    animation-delay: 4s;
    animation-fill-mode: backwards; 
}
div.issuu{
    animation:fadeInDown 4s;
    animation-delay: 3s;
    animation-fill-mode: backwards; 
	}
.issuu{ width: 100px; height: 100px; position: absolute; top:60px; left: 900px; }
.issuu a{ display: block; width: 100px; height: 100px; }

@media screen and ( max-width: 991px ){
	.topbox_m { position: relative; width: 100%; margin:0 auto;}
	.issuu_m{ display: block; width: 16vw; height: 16vw; position: absolute; top:-27vw; right: 74vw; }
    .issuu_m a{ display: block; width: 16vw; height: 16vw; }
}


/* ------------------------------ mobile ------------------------------*/

@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 !important; }
	.for_m { display: block !important; }

    /*witch auto*/
    h2, .sbg, .titleC, .titleC h2 {width: 100%;}

    .magazine .font p{
        font-size: 1rem;
    font-weight: 300;
    line-height: 1.4rem;
		color: #000000
    }
	    .magazine .font h4{
        color: #000000
    }

    .subtitle .more a:after{display: none;}
    .magazine{background:url("../images/bgw.jpg") top center repeat;}

}


/*--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: #666;}
#gotop.show {opacity: 0.4;visibility: visible;}
	@media screen and ( max-width: 991px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;	}
	}