:root {
  --max-width: 1200px;
  --color1: #51c2e4;
  --color2: #ffe875;
  --color3: #f88f44;
  --color4: #ffc69e;
  --color5: #0085af;
  --font-size-L: 50px;
  --font-size-M: 40px;
  --font-size-S: 32px;
  --font-size-XS: 26px;
}
@media screen and (max-width: 450px) {
  :root {
    --font-size-L: 30px;
    --font-size-M: 24px;
    --font-size-S: 20px;
    --font-size-XS: 16px;
  }
}

/**--  animation  --**/
@-webkit-keyframes floatLRAni {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
@keyframes floatLRAni {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
/**--  kv  --**/
.kv_item {
  position: absolute;
  left: 50%;
}

.kv_item-title {
  width: 33%;
  top: 11%;
  left: 17.5%;
}

.kv_item-sale {
  width: 29%;
  top: 62%;
  left: 20%;
}

.menustyle2 {
  border: unset;
}
.menustyle2 a {
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
}

html,
body {
  background-image: url(../images/bg2.png), url(../images/bg.jpg);
  background-repeat: repeat-y, no-repeat;
  background-position: center top -50px, center top;
  background-size: 100% auto, 100% 100%;
  background-attachment: scroll, fixed;
}
@media screen and (max-width: 991px) {
  html,
  body {
    background-size: 1920px auto, cover;
  }
}

.btt {
  font-family: "Noto Serif TC", serif;
  font-weight: 800;
  color: #fff;
  font-size: var(--font-size-L);
}

.stt {
  font-family: "Noto Serif TC", serif;
  font-size: var(--font-size-M);
  background-color: var(--color4);
  background-image: url(../images/deco2.png);
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  background-size: auto 1.2em;
  padding: 0.5em 2em;
}
.blk_pre .stt {
  margin-top: 1em;
}

.blk_pre {
  padding: 20px;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .blk_pre {
    padding: 4vw;
  }
}

.blk_head {
  font-size: var(--font-size-L);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 900px;
  margin: 0 auto;
  background-image: url(../images/blk_head_deco.png), url(../images/blk_head.jpg);
  background-repeat: no-repeat;
  background-position: left -5em top -5em, center;
  background-size: 10em auto, 100% auto;
  border-radius: 999em;
  padding: 0.5em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .blk_head {
    min-width: unset;
    width: 100%;
  }
}

.blk_body {
  font-size: var(--font-size-L);
}
.blk_pre .blk_body {
  background: unset;
}
.blk_bas .blk_body {
  background: unset;
  background-color: rgba(255, 232, 117, 0.6196078431);
  border-radius: 40px;
  position: relative;
  margin-top: -1em;
  padding-top: 1em;
}
.blk_bas .blk_body > * {
  margin-top: 20px;
  margin-bottom: 20px;
}
.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_item {
  font-size: var(--font-size-S);
  background: unset;
}
.blk_item > * {
  padding-top: 0;
  padding-bottom: 0;
}

.block_4 .target-fix {
  margin: 0 !important;
}

.go_btn a {
  font-size: var(--font-size-S);
}
.go_btn i {
  -webkit-animation: floatLRAni 0.5s -1s ease-in-out infinite alternate;
          animation: floatLRAni 0.5s -1s ease-in-out infinite alternate;
}

.hole {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.hole .blk_item_head {
  position: absolute;
  top: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .hole .blk_item_head {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}
@media screen and (max-width: 991px) {
  .hole .blk_item_head .stt {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 991px) {
  .hole .blk_item_head br {
    display: none;
  }
}
.hole .crosswise_3p {
  margin: 0 auto;
}

.hightlight3 .one-time ul.ot li:nth-child(6),
.hightlight3 .one-time ul.ot li:nth-child(2),
.zasshi3-buy,
.dis-for-zasshi3,
.hightlight .font h4 {
  background: url(../images/blk_head.jpg);
  background-size: cover;
}

.hightlight3 .one-time ul.ot li:nth-child(4) span,
.zasshi3 ul li .font p {
  background-color: var(--color3);
}

.hightlight3 .one-time ul.ot li:nth-child(3) span,
.zasshi3 ul li h4 {
  color: var(--color5);
}

.half ul,
.hightlight3 .scene-nobox .sliderbg {
  background-color: #ffeec7;
}