@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_fixed.jpg") top center repeat-y fixed;}



/* 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; }
.keywordA .for_pc{ display: block; }
.keywordA .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%; }
  .keywordA .for_pc{ display: none; }
.keywordA .for_m { display: block; }
}

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


/*--主視覺動畫--*/
img.subtitle1{
	position: absolute;
  top: 70px;
  left: 343px;
 	-webkit-animation: text-focus-in 3s cubic-bezier(0.550, 0.085, 0.680, 0.530) 2.5s both;
	        animation: text-focus-in 3s cubic-bezier(0.550, 0.085, 0.680, 0.530) 2.5s both;
}
img.title_1{
	position: absolute;
  top: 69px;
  left: 54px;
 	-webkit-animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) .1s both;
	        animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) .1s both;
}
img.title_2{
	position: absolute;
  top: 284px;
  left: 26px;
 	-webkit-animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s both;
	        animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s both;
}
img.title_3{
	position: absolute;
  top: 284px;
  left: 148px;
 	-webkit-animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.1s both;
	        animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.1s both;
}
img.title_4{
	position: absolute;
  top: 284px;
  left: 271px;
 	-webkit-animation: text-focus-in 2.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.2s both;
	        animation: text-focus-in 2.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.2s both;
}
img.title_5{
	position: absolute;
  top: 284px;
	left: 390px;
 	-webkit-animation: text-focus-in 3s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.3s both;
	        animation: text-focus-in 3s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.3s both;
}
img.title_6{
	position: absolute;
  top: 284px;
  left: 518px;
 	-webkit-animation: text-focus-in 3.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.4s both;
	        animation: text-focus-in 3.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.4s both;
}


/* ----------------------------------------------
 * Generated by Animista on 2022-8-16 10:28:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-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;
  }
}

/**--  promotion區  --**/
.block_0 .blk_body {
  padding: 12px;
}
.block_0 .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block_0 a {
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .block_0 a {
    padding: 5px;
  }
}

/* ------------------其他修改------------------ */

.quotes li:nth-child(odd),.alternate ul:nth-child(odd) li:first-child {background: url("../images/bg_color3.jpg");}
.quotes li:nth-child(even),.alternate ul:nth-child(even) li:last-child {background: url("../images/bg_color1.jpg");}

/* -----------------COMMON----------------- */


/* ------------FONT----------- */

h2, h3,a{
	font-family: 'Noto Serif TC' ,serif;
    font-weight: 700;
}

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


/* -----------------COMMON----------------- */


/**--  共用  --**/
html,
body {
  background: url("../images/bg_fixed.jpg") top center repeat-y fixed;
  background-size: cover;
}

.container {
  overflow: unset;
  max-width: unset;
  padding: 0;
}

.btt {
width: 100%; 
	margin: 20px 0px;
	padding: 50px 0 25px;
	color: #222;
	letter-spacing: 5px;
	font-size: 3.5rem;
}
.block_1 .btt {padding: 20px 0 25px;}

.keywordA a{font-size: 1.15rem;line-height: 26px;font-weight: 500;}
.keywordA li{padding: 10px 20px;}
@media screen and (max-width: 991px) {
  .keywordA li {        padding: 2vw 3vw;}
}

@media screen and (max-width: 991px) {
  .btt {
    font-size: 24px;
    padding: 0px;
    letter-spacing: 1px;
  }
  .block_1 .btt {padding: 0px;line-height: 2.5rem;}
}

.btt small {
  display: block;
  margin-top: 1em;
  font-size: 0.5em;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .btt small {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 450px) {
  .btt small {
    font-size: 0.7em;
  }
}


.blk_pre {
  padding-top: 20px;
}
.blk_pre.bgShow {
  background-image: unset;
}
@media screen and (max-width: 1500px) {
  .blk_pre.bgShow {
    background-image: unset;
  }
}
.blk_pre img {
  max-width: 100%;
}

.blk_bas {
  margin-top: 2em;
}
@media screen and (max-width: 450px) {
  .blk_bas {
    margin-top: 2em;
  }
}

.blk_head h2:before { 
	background-image: url("../images/btt_before.png");
    background-size: 100%;
    display: inline-block;
    width: 100px; 
    height: 70px;
	  margin-right: 10px;
	  margin-bottom: -16px;
    content:""; 
}

@media screen and ( max-width: 991px ){
.blk_head h2:before { 
	background-image: url("../images/btt_before.png");
    background-size: 100%;
    display: inline-block;
    width: 60px; 
    height: 42px;
	  margin-right: 10px;
	  margin-bottom: -10px;
    content:""; 
}
}

.blk_body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 0;
}
.blk_body:nth-of-type(1) {
  margin-top: 0;
}
.blk_bas .blk_body {
  padding-top: 2em;
  position: relative;
  background-image:  url("../images/bg_color2.jpg");
  background-repeat: repeat;
}
@media screen and (max-width: 991px) {
  .blk_bas .blk_body {
   padding-top: 1em;
  }
}
.blk_bas .blk_body > *:nth-child(1) {
  margin-top: 0px;
}
@media screen and (max-width: 991px) {
  .blk_bas .blk_body > *:nth-child(1) {
    margin-top: 0px;
  }
}
.blk_bas .blk_body > *:nth-last-child(1) {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .blk_bas .blk_body > *:nth-last-child(1) {
    margin-bottom: 10px;
  }
}
.blk_bas .blk_body:before, .blk_bas .blk_body:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  width: 100%;
  padding-bottom: 5%;
}
.blk_bas .blk_body:before {
  background-position: center bottom;
  background-image: url(../images/blk_body_top.png);
  top: 1px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.blk_bas .blk_body:after {
  background-position: center top;
  background-image: url(../images/blk_body_bottom.png);
  bottom: 1px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.notice {
  text-align: center;
  font-size: 14px;
  padding: 1em;
}
@media screen and (max-width: 991px) {
  .notice {
    font-size: 12px;
  }
}
.notice br {
  display: none;
}
@media screen and (max-width: 450px) {
  .notice br {
    display: block;
  }
}

.video-container {
  position: relative;
  width: 750px;
  height: 350px;
}
@media screen and (max-width: 991px) {
  .video-container {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
  }
}

.video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**--  promotion區  --**/
.block_0 .blk_body {
  padding: 12px;
}
.block_0 .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block_0 a {
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .block_0 a {
    padding: 5px;
  }
}
/**--  區塊  --**/

.collect_5x6 .font h4 {
  white-space: unset;
}

.half ul {
  background:url("../images/bg_color3.jpg");
}

.collect_5x6 .s-row h4,
.collect_5x6 .special,
.published .font,
.hightlight .font h4,
.scene .font h4 {
  background:url("../images/bg_color4.jpg");
}

.alternate .font h4,
.published .font .price,
.photograph .font h4 {
  color: #d35436;
}

.recommend .font p,
.recommend .font h4 {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .recommend .font p,
  .recommend .font h4 {
    color: #1e1f21;
  }
}

.recommend .font h4 {
  border-bottom: #fff solid 1px;
}
@media screen and (max-width: 991px) {
  .recommend .font h4 {
    border-bottom: #1e1f21 solid 1px;
  }
}

.alternate ul:nth-child(odd) li:first-child .font .price big,
.alternate ul:nth-child(even) li:last-child .font .price big,
.alternate ul:nth-child(even) li:last-child .font h4,
.alternate ul:nth-child(odd) li:first-child .font h4 {
  color: #ffe72f;
}

.scene .font p {color: #fff;}

.collect_5x6 .s-row img {
  margin: 65px auto 0;
}

.photograph .font {
  height: unset;
}

.photographInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .photographInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.photographInner .more {
  display: block;
  border: 1px solid #1e1f21;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  border-radius: 999em;
  color: #1e1f21;
  text-align: center;
}
.photographInner .more:hover {
  color: #fff;
  background-color: #1e1f21;
}

.banner {
  padding: 0;
  margin-bottom: 0;
}
.banner + .banner {
  margin-top: 10px;
}

.published img,
.toptitle img,
.hightlight img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 991px) {
  .collect_5x6 .s-row h4 {
    width: 100% !important;
  }
  .various .font h4 {
    position: unset;
  }
  .recommend_4p li,
  ul.crosswise-width46 li,
  .baseline li,
  .toptitle li,
  .various li,
  .circle li,
  .alternate li,
  .rectangle li,
  .various_5p li,
  .circle li,
  .recommend_2p li,
  .various li,
  .various_5p li,
  .collect_5x6 .s-row li,
  ul.crosswise_3p_for2p li,
  .alternate li,
  .rectangle li,
  .various_5p li,
  .hightlight li {
    width: calc(50% - 2vw);
  }
  .crosswise_3p li {
    width: calc(33.3333333333% - 2vw);
    padding: 5px;
  }
  .crosswise_3p li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .crosswise_3p li img {
    width: 100%;
  }
  .broadwise li {
    width: calc(100% - 1vw);
  }
  .broadwise li img {
    width: 40%;
  }
  .broadwise li .font {
    width: calc(60% - 2vw);
  }
  .broadwise li:nth-child(3n) img {
    width: 50%;
  }
  .broadwise li:nth-child(3n) .font {
    width: 100%;
    margin-top: 2vw;
  }
  .toptitle .font h4,
  .alternate img,
  .various img,
  .rectangle_3p img,
  .circle img {
    width: 100%;
  }
  .toptitle img {
    width: 100%;
    height: unset;
  }
  .circle .font h4 {
    width: unset;
  }
  .alternate .font h4 {
    width: unset;
    white-space: unset;
  }
}
.topfive li,
.half ul li,
.half ul,
.meeteslite .photograph img,
.boxmix-forbn .box-mix ul.quotes img,
.baseline li,
.zasshi3 ul li,
.hightlightAd li:first-child img,
.triple li,
.hightlight li a,
.hlfont h2,
.hightlightFont,
.toptitle li,
.broadwise li,
.hightlight ul,
.various li,
.collect_5x6 li,
.collect_5x6 .h-row li,
.recommend_2p li,
.swiper-brand a,
.alternate li,
.rectangle li,
.slick-slide,
.rectangle_3p li,
.various_5p li,
.crosswise_3p li,
.hightlight_5p li,
.block_a1 .title1slick4 .slick-slide,
.banner li,
.brand li {
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .photograph a {
    border-radius: 10px;
    overflow: hidden;
  }
}

.keywordB .keywordA li {
    text-align: center;
    overflow: hidden;
    border: solid 1px #1e1f21;
    border-radius: 200px;
    background: url("../images/bg_color3.jpg");
  }

.keywordB .keywordA li:hover{background: url("../images/bg_color1.jpg");}  

.keywordA li {box-shadow: 4px 4px 0px #1e1f21;}

/*--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 {position: absolute;display: block;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: 80% 35%;}         
 #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{position: absolute;display: block;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: 50%;background-position: 80% 35%;}
 #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;}          
 } 