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

/* 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;
}

.kv_m {
  display: none;
}

.for_pc {
  display: block;
}

.for_m {
  display: none;
}

/* m */
@media screen and (max-width: 991px) {
  .kv_m {
    display: block;
    width: 100%;
  }
  .kv_pc {
    display: none;
  }
  .for_pc {
    display: none;
  }
  .for_m {
    display: block;
  }
}
/*--  錨點微調--*/
.target-fix {
  position: relative;
  top: 0px;
  display: block;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .target-fix {
    top: -30px;
  }
}
/*--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;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.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;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.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;
  }
}
.block_0 a img, .blk_pre a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.block_0 a img:hover, .blk_pre a:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/**--  修正  --**/
#gotop::after {
  position: absolute;
  display: block;
  background-size: 50%;
  background-position: 85% 35%;
}

#share::after {
  position: absolute;
  display: block;
  background-size: 50%;
  background-position: 80% 35%;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
header img {
  display: inline;
}

img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  body,
  header {
    min-width: 1200px;
  }
}
.slick-dots li button:before {
  font-size: 1.5rem !important;
  color: #103f77 !important;
}

/**--  animation  --**/
@-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;
  }
}
@-webkit-keyframes kvBgAni {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: -400% center;
  }
}
@keyframes kvBgAni {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: -400% center;
  }
}
@-webkit-keyframes clipPathAni {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0% 0 0);
    opacity: 100%;
  }
}
@keyframes clipPathAni {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0% 0 0);
    opacity: 100%;
  }
}
/**--  kv  --**/
.kv_pc {
  position: relative;
  width: 100%;
}

.kv_pc img {
  width: 100%;
}

.kv_bg {
  width: 100%;
  padding-bottom: 39.0625%;
  background-image: url(../images/kv_bg.jpg);
  background-size: auto 100%;
  -webkit-animation: kvBgAni 4s 2s steps(4, end) infinite;
          animation: kvBgAni 4s 2s steps(4, end) infinite;
}

.topbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.kv_item {
  position: absolute;
}

.kv_item-subTT1 {
  width: 19%;
  top: 51%;
  left: 19%;
  -webkit-animation: text-focus-in 1.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.6s both;
          animation: text-focus-in 1.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.6s both;
}

.kv_item-subTT2 {
  width: 7%;
  top: 56%;
  left: 60%;
  -webkit-animation: text-focus-in 1.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.7s both;
          animation: text-focus-in 1.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.7s both;
}

.kv_item-subTT3 {
  width: 7%;
  top: 60%;
  left: 68%;
  -webkit-animation: text-focus-in 1.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.8s both;
          animation: text-focus-in 1.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.8s both;
}

.kv_item-subTT4 {
  width: 14%;
  top: 70%;
  left: 70%;
  -webkit-animation: text-focus-in 1.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.9s both;
          animation: text-focus-in 1.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.9s both;
}

.kv_item-title {
  width: 47%;
  top: 14%;
  left: 25%;
  -webkit-animation: clipPathAni 2s 0.5s ease-in-out forwards;
          animation: clipPathAni 2s 0.5s ease-in-out forwards;
  opacity: 0;
}

.kv_item-sale {
  width: 30%;
  top: 64%;
  left: 34%;
  -webkit-animation: clipPathAni 1.5s 1.8s ease-in-out forwards;
          animation: clipPathAni 1.5s 1.8s ease-in-out forwards;
  opacity: 0;
}

.kv_m img {
  width: 100%;
}

.side-menu2,
#TopMenu2,
#MainEventMenu-pc,
#closebtn,
#share,
#gotop,
header,
footer,
.edmNoShow {
  /*display: none !important;*/
}

.showByDate {
  /*display: block !important;*/
}

/**--  共用  --**/
html,
body {
  background-image: url(../images/bg2.png), url(../images/bg3.png), url(../images/bg4.png), url(../images/bg.jpg);
  background-repeat: repeat-y, repeat-y, repeat-y, repeat;
  background-position: center top 70px, left 8vw top, right 8vw top, center top;
  background-size: 100% auto, 5% auto, 5% auto, auto;
  background-attachment: fixed, scroll, scroll, scroll;
}

.container {
  overflow: unset;
  max-width: unset;
  padding: 0;
}
@font-face {
  font-family: ChenYuluoyan;
  src: url("../fonts/ChenYuluoyan-2.0-Thin.ttf");
}
.btt {
  font-family: "ChenYuluoyan";
  font-size: 74px;
  font-weight: 500;
  color: #103f77;
}
@media screen and (max-width: 991px) {
  .btt {
    font-size: 56px;
  }
}
@media screen and (max-width: 450px) {
  .btt {
    font-size: 34px;
  }
}
.btt small {
  display: block;
  margin-top: 0.5em;
  font-size: 0.4em;
  font-weight: 300;
  background-color: #f2f1d6;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
@media screen and (max-width: 991px) {
  .btt small {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 450px) {
  .btt small {
    font-size: 0.7em;
  }
}

.stt {
  padding-top: 0.4em;
  font-size: 40px;
}
@media screen and (max-width: 450px) {
  .stt {
    font-size: 20px;
  }
}

.blk_pre {
  padding-top: 90px;
  background-image: url(../images/bg.jpg);
}
.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: 8em;
}
@media screen and (max-width: 450px) {
  .blk_bas {
    margin-top: 4em;
  }
}

.blk_head {
  font-size: 74px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.2em 0.5em;
  background-color: #48fc9d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  clip-path: polygon(20% 0, 100% 0, 100% 90%, 92% 100%, 6% 100%, 0 13%);
}
@media screen and (max-width: 991px) {
  .blk_head {
    font-size: 34px;
  }
}

.blk_body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 0;
}
.blk_body:nth-of-type(1) {
  margin-top: 0;
}
.blk_bas .blk_body {
  background-color: #103f77;
  margin-top: -2em;
  padding-top: 2em;
  position: relative;
  background-image: url(../images/bg5.png), url(../images/bg5.png);
  background-repeat: no-repeat;
  background-position: left -5% top 5%, right -5% bottom;
  background-size: 30% auto;
}
.blk_bas .blk_body > *:nth-child(1) {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .blk_bas .blk_body > *:nth-child(1) {
    margin-top: 10px;
  }
}
.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-color: #b2e6cb;
  background-color: rgb(3.1693548387, 193.3306451613, 92.9677419355);
  background-color: #48fc9d;
}

.alternate ul:nth-child(odd) li:first-child,
.quotes li:nth-child(odd) {
  background-color: rgb(3.1693548387, 193.3306451613, 92.9677419355);
}

.alternate ul:nth-child(even) li:last-child,
.quotes li:nth-child(even) {
  background-color: rgb(244.3, 114.643575419, 0);
}

.collect_5x6 .s-row h4,
.collect_5x6 .special,
.published .font,
.hightlight .font h4,
.scene .font h4 {
  background-color: #ffa04c;
  color: #103f77;
}

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

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

.recommend .font h4 {
  border-bottom: #fff solid 1px;
}
@media screen and (max-width: 991px) {
  .recommend .font h4 {
    border-bottom: #000 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;
}

.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 #103f77;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  border-radius: 999em;
  color: #103f77;
  text-align: center;
}
.photographInner .more:hover {
  color: #fff;
  background-color: #103f77;
}

.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;
  }
}