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

/* body {
  background: transparent !important;
  margin: 0 !important;
} */
/* 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;
  /* width: 100% !important;
  max-width: 1920px !important;
  padding: 0; */
}

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

/* 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;
  }
}
/*--  錨點微調--*/
.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, .targetList a img:hover, .go_btn a, .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:hover, .targetList a img:hover, .go_btn a:hover, .blk_pre a:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@-webkit-keyframes floatAni {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@keyframes floatAni {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@-webkit-keyframes floatLRAni {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@keyframes floatLRAni {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
#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: #2cabe0 !important;
}

/**--  menu 通用版  --**/
.menustyle2 {
  width: 120px;
  display: block;
  background: #fff;
  z-index: 999;
  height: auto;
  position: fixed;
  top: 250px;
  right: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  overflow: hidden;
  border: 3px solid #2cabe0;
  font-family: "BoutiqueBitmap9x9_Blur";
}
@media screen and (max-width: 991px) {
  .menustyle2 {
    webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-transition: background-color 1s, opacity 1s, visibility 1s;
    transition: background-color 1s, opacity 1s, visibility 1s;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    padding: 1vw 1vw;
    overflow-x: auto;
    white-space: nowrap;
    border: unset;
    background-color: #2cabe0;
    top: 0;
    left: 0;
  }
  .menustyle2.show {
    opacity: 1;
    visibility: visible;
  }
  .menustyle2::-webkit-scrollbar {
    display: none;
  }
}
.menustyle2 .nav-pills .nav-link {
  border-radius: 0;
}
.menustyle2 .nav-link:focus,
.menustyle2 .nav-link:hover {
  background: #fffb00;
  color: #2cabe0;
}
.menustyle2 ul {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .menustyle2 ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.menustyle2 li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.5px solid #2cabe0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 991px) {
  .menustyle2 li {
    width: auto;
    font-size: 20px;
    color: #fff;
    border-right: 0.5px solid rgba(255, 255, 255, 0.5647058824);
    border-bottom: unset;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 450px) {
  .menustyle2 li {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.menustyle2 li:nth-last-child(1) {
  border-bottom: unset;
  border-right: unset;
}
.menustyle2 a {
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  font-size: 20px;
  color: #2cabe0;
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
  line-height: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 6px;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .menustyle2 a {
    font-size: 1.1rem;
    letter-spacing: 0px;
    font-weight: 700;
    color: #fff;
    padding: 0.7em 1em;
  }
}
.menustyle2 .active {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #fffb00 !important;
  color: #2cabe0 !important;
  border-radius: 0;
}
.menustyle2 .menutitle a,
.menustyle2 .menutitle a:hover {
  color: #fff;
  background: #2cabe0;
}
@media screen and (max-width: 991px) {
  .menustyle2 .menutitle a,
  .menustyle2 .menutitle a:hover {
    background: rgb(21.2644628099, 108.3801652893, 144.7355371901);
  }
}
.menustyle2 .showByDate {
  width: 100%;
}
.menustyle2 .showByDate .nav-item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.menustyle2 .nav-item-50 {
  width: 50%;
}
.menustyle2 .nav-item-50:nth-child(even) {
  border-left: 0.5px solid #2cabe0;
}
@media screen and (max-width: 991px) {
  .menustyle2 br {
    display: none;
  }
}
.menustyle2 .showByDate {
  border-bottom: 0.5px solid #2cabe0;
}

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

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

html,
body {
  background-image: url(../images/bg_deco.png), url(../images/bg_top.png), url(../images/bg_bottom.png), -webkit-gradient(linear, left top, left bottom, from(#640606), color-stop(#ab1010), to(#ffcb21));
  background-image: url(../images/bg_deco.png), url(../images/bg_top.png), url(../images/bg_bottom.png), linear-gradient(180deg, #640606, #ab1010, #ffcb21);
  background-repeat: repeat-y, no-repeat, no-repeat, no-repeat;
  background-position: center, center top, center bottom;
  background-size: 100% auto;
  background-attachment: scroll, fixed, fixed, fixed;
}

.container {
  overflow: unset;
  max-width: unset;
  padding: 0;
}
@font-face {
  font-family: BoutiqueBitmap9x9_1;
  src: url("../fonts/BoutiqueBitmap9x9_1.9.ttf");
}
.btt {
  font-size: 64px;
  color: #fffb00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .btt {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  .btt {
    font-size: 30px;
  }
}
.btt:before, .btt:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 991px) {
  .btt:before, .btt:after {
    width: 40px;
    height: 40px;
  }
}
.btt:before {
  background-image: url(../images/3D_heart1.png);
  left: -0.5em;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.btt:after {
  background-image: url(../images/3D_heart1.png);
  right: -0.5em;
  -webkit-transform: translateX(100%) rotateY(180deg);
          transform: translateX(100%) rotateY(180deg);
}
.btt small {
  margin-top: 0.5em;
  display: block;
}
@media screen and (max-width: 991px) {
  .btt small {
    margin-top: 0.2em;
  }
}
.blk_pre .btt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.blk_pre .btt:before, .blk_pre .btt:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 450px) {
  .blk_pre .btt:before, .blk_pre .btt:after {
    width: 40px;
    height: 40px;
  }
}
.blk_pre .btt:before {
  background-image: url(../images/3D_heart1.png);
  left: -0.5em;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.blk_pre .btt:after {
  background-image: url(../images/3D_heart1.png);
  right: -0.5em;
  -webkit-transform: translateX(100%) rotateY(180deg);
          transform: translateX(100%) rotateY(180deg);
}

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

.titleMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.titleMore .stt {
  padding-top: 0;
}

.blk_pre {
  margin-bottom: 3%;
}
@media screen and (max-width: 450px) {
  .blk_pre {
    margin-bottom: 10%;
  }
}
.blk_pre img {
  max-width: 100%;
}

.blk_pre {
  background-image: url(../images/blk_pre_top.png), url(../images/blk_pre.png), -webkit-gradient(linear, left bottom, left top, from(#ff51e1), color-stop(#ff5959), to(#ef0086));
  background-image: url(../images/blk_pre_top.png), url(../images/blk_pre.png), linear-gradient(0deg, #ff51e1, #ff5959, #ef0086);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center top, center, center top;
  background-size: 100% auto;
  padding-top: 4%;
  position: relative;
}
.blk_pre:after {
  content: "";
  display: block;
  background-image: url(../images/blk_pre_bottom.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 450px) {
  .blk_pre:after {
    height: 30px;
  }
}
.blk_bas {
  margin-top: 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 450px) {
  .blk_bas {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}

.blk_head {
  font-size: 64px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.5em 0;
}
@media screen and (max-width: 991px) {
  .blk_head {
    padding: 0.38em 0;
  }
}
@media screen and (max-width: 1260px) {
  .blk_head {
    padding: 0.4em 0;
  }
}
@media screen and (max-width: 450px) {
  .blk_head {
    padding: 0.25em 0;
  }
}
@media screen and (max-width: 400px) {
  .blk_head {
    padding: 0.18em 0;
  }
}
.blk_bas .blk_head {
  background-image: url(../images/blk_body1.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .blk_bas .blk_head {
    background-image: url(../images/blk_body1_m.png);
  }
}

.blk_body {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 0;
}
.blk_body:nth-of-type(1) {
  margin-top: 0;
}
.blk_bas .blk_body {
  background-image: url(../images/blk_body2.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100% auto;
  position: relative;
}
.blk_bas .blk_body:after {
  content: "";
  display: block;
  background-image: url(../images/blk_body3.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  width: 100%;
  padding-bottom: 5%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.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;
  }
}

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

.go_btn {
  max-width: 1200px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.go_btn a {
  background-color: #2cabe0;
  background-image: url(../images/btn2.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  padding: 0.3em 1em;
  font-size: 35px;
  font-family: "BoutiqueBitmap9x9_1";
  line-height: 1.2;
  color: #fffb00;
  position: relative;
}
@media screen and (max-width: 991px) {
  .go_btn a {
    font-size: 24px;
  }
}
.go_btn a:hover {
  color: #fff;
}
.go_btn a:before, .go_btn a:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
}
.go_btn a:before {
  background-image: url(../images/btn1.png);
  background-position: right center;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.go_btn a:after {
  background-image: url(../images/btn3.png);
  background-position: left center;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.go_btn i {
  display: inline-block;
  -webkit-animation: floatLRAni 0.5s -1s ease-in-out infinite alternate;
          animation: floatLRAni 0.5s -1s ease-in-out infinite alternate;
}

.targetList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .targetList {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
.targetList a {
  display: block;
  margin: 0.5em;
}
.targetList a img {
  max-width: 100%;
}
.targetList a img:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 450px) {
  .targetList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .targetList a {
    text-align: center;
    width: calc(33.3333333333% - 1em);
  }
}

.kv_pc {
  position: relative;
  width: 100%;
}

.kv_pc img {
  width: 100%;
}

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

.kv_item {
  position: absolute;
  left: 50%;
}

.kv_item-ballA {
  width: 14.5%;
  top: -4%;
  left: 45%;
}

.kv_item-ballB {
  width: 27%;
  top: 76%;
  left: 0.7%;
}

.kv_item-ballC {
  width: 20%;
  top: 3.5%;
  left: 78.3%;
}

@-webkit-keyframes kv_good {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@keyframes kv_good {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
.kv_item-good1 {
  width: 18.5%;
  top: 52%;
  left: 45.5%;
  -webkit-animation: kv_good 1s steps(2, end) infinite;
          animation: kv_good 1s steps(2, end) infinite;
}

.kv_item-good2 {
  width: 17%;
  top: 14%;
  left: 49.5%;
  -webkit-animation: kv_good 1s 1s steps(2, end) infinite;
          animation: kv_good 1s 1s steps(2, end) infinite;
}

.kv_item-good3 {
  width: 23%;
  top: 54%;
  left: 3%;
  -webkit-animation: kv_good 1s 0.5s steps(2, end) infinite;
          animation: kv_good 1s 0.5s steps(2, end) infinite;
}

.kv_item-good4 {
  width: 21%;
  top: 22%;
  left: 79%;
  -webkit-animation: kv_good 1s steps(2, end) infinite;
          animation: kv_good 1s steps(2, end) infinite;
}

.kv_item-pp {
  width: 36.5%;
  bottom: 0;
  left: 57%;
}

.kv_item-title {
  width: 38.5%;
  top: 18%;
  left: 12.5%;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.kv_item-sale {
  width: 19%;
  top: 70%;
  left: 27.5%;
}
.kv_item-sale img {
  opacity: 0;
  -webkit-animation: show 0.5s 1s linear forwards;
          animation: show 0.5s 1s linear forwards;
}

.kv_m img {
  width: 100%;
}

.block_0 .blk_body {
  padding: 12px;
}
.block_0 .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block_0 a {
  position: relative;
  z-index: 1;
  padding: 10px;
  -webkit-animation: floatAni 1s -1s ease-in-out infinite alternate;
          animation: floatAni 1s -1s ease-in-out infinite alternate;
}
.block_0 a:nth-last-of-type(even) {
  -webkit-animation: floatAni 1s -2s ease-in-out infinite alternate;
          animation: floatAni 1s -2s ease-in-out infinite alternate;
}

.block_2 .stt {
  margin: 3%;
}
.block_2 .stt img {
  max-width: 100%;
}
.block_2 .half ul {
  background: rgba(255, 255, 255, 0.1333333333);
  border: 2px solid #fff;
}
.block_2 .half ul.scene {
  padding: 0 !important;
  background: transparent;
}
.block_2 .half ul.scene li {
  padding: 0 !important;
  width: 100%;
  background: #fff;
}
.block_2 .scene img {
  height: 670px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_2 .scene .font {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.block_2 .scene .font big {
  display: block;
  padding: 15px 0;
}
.block_2 .scene .font small {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--PV-eslite);
}
.block_2 .scene .font h4 {
  display: block;
  height: auto;
  background: transparent;
  text-align: center;
  color: #000;
  border-right: 1px solid #000;
  padding: 0;
  margin: 0px;
}
.block_2 .scene .font h4 img {
  width: 230px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0 10px;
  margin: 0 auto;
}
.block_2 .scene .font p span {
  display: block;
  margin: 10px 0;
  background: #000;
  padding: 4px 0px;
  width: 100px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .block_2 .scene img {
    height: auto;
  }
  .block_2 .scene .font {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1vw 0;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .block_2 .scene .font big {
    display: block;
    padding: 15px 0;
  }
  .block_2 .scene .font small {
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--PV-eslite);
  }
  .block_2 .scene .font h4 {
    display: block;
    height: auto;
    background: transparent;
    text-align: center;
    color: #000;
    border-right: 0px solid #000;
    padding: 0;
    margin: 0px;
  }
  .block_2 .scene .font p {
    padding: 1vw 0px;
    text-align: center;
  }
  .block_2 .scene .font h4 img {
    width: 70vw;
    height: 22vw;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 0;
  }
  .block_2 .scene .font p span {
    display: block;
    margin: 1vw auto;
    background: #000;
    padding: 4px 0px;
    width: 100px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
  }
  .block_2 .half ul {
    background: transparent;
    border: 0px solid #fff;
  }
}

.hightlight3 .one-time ul.ot li:nth-child(5) span,
.hightlight3 .one-time ul.ot li:nth-child(3) span,
.zasshi3 ul li h4,
.rectangle_3p .font h4,
.block_2 .scene .font small,
big {
  color: #f73cb8;
}

.hightlight3 .one-time ul.ot li:nth-child(6),
.hightlight3 .one-time ul.ot li:nth-child(2),
.alternate ul:nth-child(even) li:last-child,
.alternate ul:nth-child(odd) li:first-child,
.collect_5x6 .special,
.block_2 .scene .font p span,
.hightlight .font h4,
.zasshi3 ul li .font p,
.zasshi3-buy,
.dis-for-zasshi3 {
  background: #2cabe0;
}

.hightlight3 .scene-nobox .sliderbg {
  background: #fff;
}

.hightlight3 .one-time ul.ot li:nth-child(4) span {
  background: #f73cb8;
}

.half ul {
  background: #fffb00;
}

.alternate .font h4 {
  color: #2cabe0;
}

.hightlight3 .one-time ul.ot li:nth-child(6) p,
.alternate ul:nth-child(even) li:last-child .font h4,
.alternate ul:nth-child(odd) li:first-child .font h4 {
  color: #fffb00;
}

.collect_5x6 .s-row img {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .special_5p_1 .title_AA {
    height: unset;
    position: unset;
    margin: 0 auto;
  }
}
.special_5p_1 .title_AA h2 {
  font-family: "Noto Sans TC";
  font-size: 40px;
  color: #000;
  letter-spacing: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .special_5p_1 .title_AA h2 {
    position: unset;
    padding-top: unset;
  }
}
@media screen and (max-width: 450px) {
  .special_5p_1 .title_AA h2 {
    font-size: 24px;
    position: unset;
    padding-top: unset;
  }
}

.special_5p_1 .hightlight_5p ul li:first-child,
.special_5p_1 .hightlight_5p ul li {
  height: unset;
}

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

.keywordB .keywordA li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: unset;
}

.recommend_4p img {
  width: 100%;
  height: auto;
}

.triple .font img {
  display: inline-block;
}

.alternate ul:nth-child(odd) li:first-child img,
.alternate ul:nth-child(even) li:last-child img {
  margin: unset;
}

.boxmix-forbn .box-mix ul.hightlight li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hightlight3 .one-time ul.ot li:nth-child(4) span {
  line-height: 1.5;
}

.hightlight3 .one-time ul.ot li:nth-child(4) {
  bottom: 40px;
}

.hightlight3 .one-time ul.ot li:nth-child(5) {
  bottom: 20px;
}
@media screen and (max-width: 991px) {
  .hightlight3 .one-time ul.ot li:nth-child(5) {
    bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .special_5p_1 .hightlight_5p ul li:first-child {
    margin: 10px 1vw;
  }
  .special_5p_1 .hightlight_5p {
    width: 94vw;
  }
  .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,
  .hightlight_5p 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,
  .hightlight_5p img,
  .various img,
  .hightlight 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;
  }
  .zasshi3 ul li {
    width: 90vw;
  }
  .hightlight {
    width: 92vw;
  }
  .rectangle_3p ul,
  .hightlight_5p ul {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  .banner ul,
  .alternate ul,
  .collect_5x6 ul,
  .slickbg {
    width: 94vw;
    margin-left: auto;
    margin-right: auto;
  }
  .rectangle_3p li {
    width: calc(50% - 2vw);
  }
  .hightlight3 .scene-nobox .sliderbg {
    border-radius: 10px;
    width: 92vw;
  }
}
.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;
  }
}