@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Noto+Serif+TC:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Chango&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap"); */


        
        .image-container {
            width: 100%;    
            max-width: 100%; 
            height: auto;    
        }


        .image-container img {
            width: 100%;   
            height: auto;  
            display: block; 
        }

@font-face {
  font-family: "FakePearl-Regular";
  src: url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-Regular.woff) format("woff");
}
/* reset */
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;
  font-family: "Noto Sans TC", "PingFang SC", "微軟正黑體", sans-serif;
  font-weight: 400;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*自訂*/
a {
  text-decoration: none;
  outline: none;
}

body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: #fff2d6;
  letter-spacing: 1px;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  outline: none;
  border-radius: none;
}

/*HTML5 tag*/
section, article, aside, footer, header, nav, main {
  display: block;
}

/*Input reset*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; /*透明*/
}

input[type=submit], input[type=reset], input[type=button], input[type=text], input[type=password], textarea, select {
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
}

button {
  outline: none;
  border: none;
  background-color: none;
}

.codeBox.thin .gc-reset {
  top: -1px;
}

.codeBox .img {
  height: 75%;
  background-size: auto 125% !important;
  width: 100px !important;
  top: 12% !important;
}

.codeBox.thin.verify__box > div:nth-child(2) {
  height: 50px !important;
}

html {
  font-size: 16px;
}

a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.l-wrapper {
  max-width: 1366px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.l-wrapperSub {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.l-contentWidth {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 820px) {
  .l-contentWidth {
    width: 100%;
  }
}

.l-padding-b5 {
  padding-bottom: 5px;
}

.l-padding-bt {
  padding: 4% 0;
}

.l-margin-b3 {
  margin-bottom: 3% !important;
}

/* .l-margin-t3 {
} */

.l-margin-tb3 {
  margin: 3% 0;
}

.l-margin-tb2 {
  margin: 2% 0;
}

.l-margin-b1 {
  margin-bottom: 1%;
}

.l-margin-tb1 {
  margin: 1% 0;
}

.l-scaleMirror {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.l-btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
}

.l-btn-primary {
  background-color: #ac7d53;
  color: #fff;
}

.l-floatLeft {
  float: left;
}

.l-floatRight {
  float: right;
}

.l-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.l-length {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.l-title {
  font-size: 1.1875rem;
  font-weight: 500;
  color: #ac7d53;
}
@media screen and (max-width: 540px) {
  .l-title {
    font-size: 1.1rem;
  }
}

.l-pointText {
  color: #cd4350;
}

.l-textCenter {
  text-align: center;
}

.l-textLeft {
  text-align: left;
}

.l-zIndex2 {
  position: relative;
  z-index: 2;
}

.l-zindex0 {
  z-index: 0 !important;
}

.l-posAbso {
  position: absolute;
}

.l-overflowHidden {
  overflow: hidden;
}

.l-borderTop {
  border-top: 1px dashed #ffdbac;
  padding: 4% 0;
}

.l-borderBottom {
  border-bottom: 1px dashed #ffdbac;
  padding: 2% 0;
}
@media screen and (max-width: 680px) {
  .l-borderBottom {
    padding: 4vw 0;
  }
}

.l-borderTP2 {
  border-top: 1px dashed #ffdbac;
  padding: 2% 0;
}

.l-footerColor {
  background-color: #06090a;
  z-index: 1;
}

.l-blockStyle {
  background-color: #fffaed;
  position: relative;
  border-radius: 20px;
}
.l-blockStyle::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px dashed #ac8461;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 680px) {
  .l-blockStyle::after {
    width: 100%;
    height: 100%;
  }
}

.l-titleSub {
  max-width: 260px;
  width: 18%;
  margin: 4% auto;
}
@media screen and (max-width: 1170px) {
  .l-titleSub {
    width: 24%;
  }
}
@media screen and (max-width: 860px) {
  .l-titleSub {
    width: 28%;
    margin: 5% auto;
  }
}
@media screen and (max-width: 680px) {
  .l-titleSub {
    width: 36%;
    margin: 6% auto;
  }
}
@media screen and (max-width: 580px) {
  .l-titleSub {
    width: 45%;
    margin: 7% auto;
  }
}
@media screen and (max-width: 425px) {
  .l-titleSub {
    width: 55%;
  }
}

.l-noteColor {
  color: #f57f76;
}

.l-bgRed {
  background-color: #cd4350;
}

.l-bgPink {
  background-color: #fdb08e;
}

.l-titleColor {
  color: #614a37;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes jumpTop {
  0% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes jumpTop {
  0% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes shakeZenyB {
  0% {
    -webkit-transform: translate(0, 170px);
            transform: translate(0, 170px);
  }
  50% {
    -webkit-transform: translate(-5px, 170px);
            transform: translate(-5px, 170px);
  }
  100% {
    -webkit-transform: translate(0, 170px);
            transform: translate(0, 170px);
  }
}
@keyframes shakeZenyB {
  0% {
    -webkit-transform: translate(0, 170px);
            transform: translate(0, 170px);
  }
  50% {
    -webkit-transform: translate(-5px, 170px);
            transform: translate(-5px, 170px);
  }
  100% {
    -webkit-transform: translate(0, 170px);
            transform: translate(0, 170px);
  }
}
@-webkit-keyframes shakeZenyF {
  0% {
    -webkit-transform: translate(0, -90px);
            transform: translate(0, -90px);
  }
  50% {
    -webkit-transform: translate(5px, -90px);
            transform: translate(5px, -90px);
  }
  100% {
    -webkit-transform: translate(0, -90px);
            transform: translate(0, -90px);
  }
}
@keyframes shakeZenyF {
  0% {
    -webkit-transform: translate(0, -90px);
            transform: translate(0, -90px);
  }
  50% {
    -webkit-transform: translate(5px, -90px);
            transform: translate(5px, -90px);
  }
  100% {
    -webkit-transform: translate(0, -90px);
            transform: translate(0, -90px);
  }
}
@-webkit-keyframes lanternLight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lanternLight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zenyLeftFly {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
@keyframes zenyLeftFly {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
@-webkit-keyframes jumpRun {
  0% {
    -webkit-transform: translate(40px, 0px);
            transform: translate(40px, 0px);
  }
  50% {
    -webkit-transform: translate(50px, -20px) rotate(-10deg);
            transform: translate(50px, -20px) rotate(-10deg);
  }
  100% {
    -webkit-transform: translate(80px, 0px);
            transform: translate(80px, 0px);
  }
}
@keyframes jumpRun {
  0% {
    -webkit-transform: translate(40px, 0px);
            transform: translate(40px, 0px);
  }
  50% {
    -webkit-transform: translate(50px, -20px) rotate(-10deg);
            transform: translate(50px, -20px) rotate(-10deg);
  }
  100% {
    -webkit-transform: translate(80px, 0px);
            transform: translate(80px, 0px);
  }
}




.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #fff2d4;
}
.wrapper-bg {
  background-image: url("../img/bg02.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
}
@media screen and (min-width: 1921px) {
  .container {
    max-width: 2650px;
    height: auto;
  }
}
@media screen and (max-width: 1440px) {
  .container {
  height: auto;
  }
}
@media screen and (max-width: 1170px) {
  .container {
  height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .container {
  height: auto;
  }
}

.red_bag01 {
  max-width: 1920px;
  bottom: -1px;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 1921px) {
  .red_bag01 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .red_bag01 {
    width: 150%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.red_bag02 {
  max-width: 1920px;
  bottom: 0;
  position: absolute;
}
@media screen and (min-width: 1921px) {
  .red_bag02 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .red_bag02 {
    width: 178%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.zeny_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.zeny_wrap img {
  max-width: 100%;
}
.zeny_wrap .zeny_01 {
  -webkit-transform: translateY(170px);
          transform: translateY(170px);
}
.zeny_wrap .zeny_01.active {
  animation: shakeZenyB 0.2s infinite alternate-reverse;
}
.zeny_wrap .zeny_01.repeat {
  animation: shakeZenyB 5s infinite alternate-reverse;
}
.zeny_wrap .zeny_02 {
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
  position: relative;
  z-index: 2;
}
.zeny_wrap .zeny_02.active {
  animation: shakeZenyF 0.2s infinite alternate-reverse;
}
.zeny_wrap .zeny_02.repeat {
  -webkit-animation: shakeZenyF 5s infinite alternate;
          animation: shakeZenyF 5s infinite alternate;
}
.zeny_wrap .zeny_03 {
  position: absolute;
  max-width: 261px;
  width: 12%;
  top: 0%;
  left: 10%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(50%, 200%);
          transform: translate(50%, 200%);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.zeny_wrap .zeny_03.active {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  animation: zenyLeftFly 2s 2s linear infinite alternate-reverse;
}
.zeny_wrap .zeny_04 {
  position: absolute;
  max-width: 261px;
  width: 12%;
  top: 0%;
  right: 10%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-120%, 170%);
          transform: translate(-120%, 170%);
  -webkit-transition: all 0.1s 0.2s ease-in-out;
  transition: all 0.1s 0.2s ease-in-out;
  z-index: 1;
}
.zeny_wrap .zeny_04.active {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  -webkit-animation: zenyLeftFly 2s 2s linear infinite alternate;
          animation: zenyLeftFly 2s 2s linear infinite alternate;
}
@media screen and (max-width: 1024px) {
  .zeny_wrap {
    max-width: 1680px;
    width: 200%;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}

.l-wrapper {
  height: 100%;
}

.slogan {
  max-width: 788px;
  width: 65%;
  position: absolute;
  bottom: 1%;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .slogan {
    width: 80%;
    bottom: inherit;
    top: 12%;
  }
}
@media screen and (max-width: 860px) {
  .slogan {
    top: 13%;
  }
}

.kv_wrap {
  margin: 0 auto;
  position: relative;
  max-width: 1440px;
  width: 90%;
  height: 768px;
}
.kv_wrap > img {
  position: absolute;
  width: 90%;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.kv_wrap.active .kv_peo01 {
  animation: jumpTop 0.3s linear forwards, jump 2s 0.3s ease-in-out infinite alternate-reverse;
}
.kv_wrap.active .kv_peo02 {
  animation: jumpTop 0.4s linear forwards, jump 2s 0.5s ease-in-out infinite alternate-reverse;
}
.kv_wrap.active .kv_peo03 {
  animation: jumpTop 0.5s linear forwards, jump 2s 0.7s ease-in-out infinite alternate-reverse;
}
.kv_wrap.active .kv_peo04 {
  animation: jumpTop 0.6s linear forwards, jump 2s 0.9s ease-in-out infinite alternate-reverse;
}
.kv_wrap.active .kv_monster01 {
  animation: jumpTop 0.7s linear forwards, jump 2s 1.2s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 1921px) {
  .kv_wrap {
    height: 1000px;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 2;
  }
}
@media screen and (max-width: 1440px) {
  .kv_wrap {
    margin: 0;
    height: 678px;
  }
}
@media screen and (max-width: 1170px) {
  .kv_wrap {
    width: 100%;
    height: 70vw;
  }
  .kv_wrap .kv_peo01 {
    width: 60%;
    left: 10%;
  }
  .kv_wrap .kv_peo02 {
    width: 36%;
    left: 41%;
  }
  .kv_wrap .kv_peo03 {
    width: 58%;
    left: 45.144%;
  }
  .kv_wrap .kv_peo04 {
    width: 40%;
    top: 55%;
    left: -10%;
  }
  .kv_wrap .kv_monster01 {
    width: 35%;
    top: 23%;
    left: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .kv_wrap {
    height: 130vw;
  }
  .kv_wrap .kv_peo01 {
    width: 90%;
  }
  .kv_wrap .kv_peo02 {
    width: 90%;
  }
  .kv_wrap .kv_peo03 {
    width: 90%;
    top: 37.3%;
  }
  .kv_wrap .kv_peo04 {
    width: 90%;
    top: 62%;
    left: -12%;
  }
  .kv_wrap .kv_monster01 {
    width: 90%;
    top: inherit;
    bottom: 20%;
  }
}
@media screen and (max-width: 992px) {
  .kv_wrap .kv_peo04 {
    left: -19%;
  }
}
@media screen and (max-width: 860px) {
  .kv_wrap .kv_peo01 {
    width: 70%;
    left: -2%;
  }
  .kv_wrap .kv_peo02 {
    width: 40%;
  }
  .kv_wrap .kv_peo03 {
    width: 70%;
    left: 33.144%;
  }
  .kv_wrap .kv_peo04 {
    width: 40%;
    left: -15%;
  }
  .kv_wrap .kv_monster01 {
    width: 35%;
    left: 2%;
    bottom: 27%;
  }
}

.kv_peo01 {
  max-width: 673px;
  width: 55%;
  left: 19.13%;
  bottom: 0;
  z-index: 5;
}

.kv_peo02 {
  max-width: 417px;
  left: 46%;
  bottom: 0;
  z-index: 6;
}

.kv_peo03 {
  max-width: 643px;
  width: 55%;
  left: 47.144%;
  top: 11.3%;
  z-index: 2;
}

.kv_peo04 {
  max-width: 444px;
  left: 0;
  top: 44.8%;
  z-index: 2;
}

.kv_monster01 {
  max-width: 423px;
  left: 16.4%;
  top: 16.4%;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .kv_monster01 {
    top: 8.5%;
  }
}

.lantern_wrap {
  position: relative;
  top: -5%;
  pointer-events: none;
}

.lantern {
  position: absolute;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.lantern_b {
  width: 226px;
  height: 399px;
  left: -80px;
  background-image: url("../img/ac_lantern_b.png");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.lantern_b::after {
  content: "";
  position: absolute;
  background-image: url("../img/ac_lantern_b.png");
  background-size: cover;
  background-position: -226px 0;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: lanternLight 1s 0.5s ease-in-out infinite alternate;
          animation: lanternLight 1s 0.5s ease-in-out infinite alternate;
}
.lantern_s {
  width: 194px;
  height: 337px;
  left: 80px;
  background-image: url("../img/ac_lantern_s.png");
  background-size: cover;
  background-position: 0px top;
  background-repeat: no-repeat;
}
.lantern_s::after {
  content: "";
  position: absolute;
  background-image: url("../img/ac_lantern_s.png");
  background-size: cover;
  background-position: -194px 0;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: lanternLight 1s infinite alternate-reverse;
}
.lantern_br {
  width: 226px;
  height: 399px;
  right: -80px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  background-image: url("../img/ac_lantern_b.png");
  background-size: cover;
  background-position: 0px top;
  background-repeat: no-repeat;
}
.lantern_br::after {
  content: "";
  position: absolute;
  background-image: url("../img/ac_lantern_b.png");
  background-size: cover;
  background-position: -226px 0;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: lanternLight 1s 0.5s ease-in-out infinite alternate;
          animation: lanternLight 1s 0.5s ease-in-out infinite alternate;
}
.lantern_sr {
  width: 194px;
  height: 337px;
  right: 120px;
  background-image: url("../img/ac_lantern_s.png");
  background-size: cover;
  background-position: 0px top;
  background-repeat: no-repeat;
}
.lantern_sr::after {
  content: "";
  position: absolute;
  background-image: url("../img/ac_lantern_s.png");
  background-size: cover;
  background-position: -194px 0;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: lanternLight 1s infinite alternate-reverse;
}
@media screen and (max-width: 860px) {
  .lantern_b {
    width: 27vw;
    height: 48vw;
    left: -10vw;
  }
  .lantern_b::after {
    background-image: url("../img/ac_lantern_b.png");
    background-size: cover;
    background-position: -27.2vw 0;
    background-repeat: no-repeat;
  }
  .lantern_s {
    width: 23vw;
    height: 40vw;
    left: 10vw;
  }
  .lantern_s::after {
    background-image: url("../img/ac_lantern_s.png");
    background-size: cover;
    background-position: -23.2vw 0;
    background-repeat: no-repeat;
  }
  .lantern_br {
    width: 27vw;
    height: 48vw;
    right: -10vw;
  }
  .lantern_br::after {
    background-image: url("../img/ac_lantern_b.png");
    background-size: cover;
    background-position: -27.2vw 0;
    background-repeat: no-repeat;
  }
  .lantern_sr {
    width: 23vw;
    height: 40vw;
    right: 15vw;
  }
  .lantern_sr::after {
    background-image: url("../img/ac_lantern_s.png");
    background-size: cover;
    background-position: -23.2vw 0;
    background-repeat: no-repeat;
  }
}

.ribbon_wrap {
  width: 100%;
  position: absolute;
  top: 22%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.ribbon_wrap .ribbon_01 {
  max-width: 753px;
  width: 50%;
  position: absolute;
  left: -11%;
}
.ribbon_wrap .ribbon_02 {
  max-width: 605px;
  width: 50%;
  position: absolute;
  right: -5%;
}
@media screen and (max-width: 1170px) {
  .ribbon_wrap {
    top: 65%;
  }
  .ribbon_wrap .ribbon_01 {
    margin: 0 0 0 -25%;
  }
}
@media screen and (max-width: 1024px) {
  .ribbon_wrap {
    top: 35%;
  }
  .ribbon_wrap .ribbon_01 {
    width: 90%;
  }
  .ribbon_wrap .ribbon_02 {
    width: 90%;
  }
}
@media screen and (max-width: 860px) {
  .ribbon_wrap {
    top: 40%;
  }
}

.menu_wrap {
  position: fixed;
  z-index: 99;
  right: 0.5%;
  top: -60.5%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.menu_wrap.active {
  top: 4.5%;
  -webkit-animation: zenyLeftFly 0.5s 1s infinite alternate;
          animation: zenyLeftFly 0.5s 1s infinite alternate;
}
@media screen and (max-width: 1170px) {
  .menu_wrap {
    top: -200%;
  }
}
@media screen and (max-width: 992px) {
  .menu_wrap {
    right: -4.5%;
  }
}
@media screen and (max-width: 640px) {
  .menu_wrap {
    right: -10.5%;
  }
}
@media screen and (max-width: 425px) {
  .menu_wrap {
    width: 45%;
  }
  .menu_wrap.active {
    top: 1%;
  }
}
@media screen and (max-width: 412px) {
  .menu_wrap {
    right: -13.5%;
  }
}

.menu_btn {
    cursor: pointer;
    position: relative;
    right: 1vw;
    width: 2.6045vw;
    filter: brightness(200%);
}


.menu_btn:hover {
    filter: brightness(100%);
}


.menu_btn_index {
    cursor: pointer;
    position: relative;
    right: 1vw;
    width: 2.6045vw;
    filter: hue-rotate(309deg) brightness(0.3);
}


.menu_btn_index:hover {
filter: hue-rotate(360deg) brightness(0.5);
}




.menu_btn_big {
    cursor: pointer;
    position: relative;
    right: 0;
    width: 10.365vw;  
    margin-bottom: .7vw;
}


.menu_btn_big:hover, .menu_btn_big2:hover { 
filter: brightness(1.1);
bottom: .1vw;
}

.menu_btn_big2 {
    cursor: pointer;
    position: relative;
    right: 0;
    width: 10.365vw;  
    margin-bottom: .2vw;
}



/* .menu_btn img {


} */
@media screen and (max-width: 1280px) {
  .menu_btn img {
    max-width: 70%;
  }
}
@media screen and (max-width: 1170px) {
  .menu_btn img {
    max-width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .menu_btn img {
    max-width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .menu_btn img {
    max-width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .menu_btn img {
    max-width: 50%;
  }
}

.deviruchi {
  max-width: 100%;
  position: absolute;
  bottom: -160px;
  left: -35px;
}
@media screen and (max-width: 425px) {
  .deviruchi {
    max-width: 75%;
    bottom: -27vw;
    left: 0;
  }
}

.logo {
    max-width: 150px;
    width: 90%;
    position: absolute;
    top: 3%;
    left: 0.8%;
    z-index: 10;
}
@media screen and (max-width: 1024px) {
  .logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 992px) {
  .logo {
    top: 2vw;
    width: 30%;
            left: 2%;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
  }
}
@media screen and (max-width: 768px) {
    .logo {
        width: 20%;
        left: 2%;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.event_container {
  background-image: url("../img/bg01.jpg");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat-y;
  position: relative;
  z-index: 1;
  max-width: 5120px;
  width: 100%;
  margin: 0 auto;
}
.event_container::after {
  position: absolute;
  content: "";
  background-image: url("../img/acc_fixed_flower.png");
  background-size: cover;
  background-position: 0 0;
  background-repeat: repeat-y;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 860px) {
  .event_container::after {
    background-size: 200%;
    background-position: -50px 0;
  }
}
@media screen and (max-width: 540px) {
  .event_container::after {
    background-size: 270%;
  }
}

.event_wrap {
  max-width: 1064px;
  width: 90%;
  margin: 0 auto;
}
.event_wrap .title .pc {
    position: relative;
    max-width: 1064px;
    width: 100%;
    top: 1.5vw;
    z-index: 1;
}

.event_wrap .title .mobile {
display: none;
}


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

.event_wrap .title .pc {
display: none;
}

.event_wrap .title .mobile {
  display: block;
    position: relative;
    max-width: 1064px;
            width: 80%;
        margin: 0 auto;
    top: 2vw;
    z-index: 1;
}

}




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

  .event_wrap .title_notice .mobile { 
    display: none;
  }


@media screen and (max-width: 640px) {
  .event_wrap .title_notice .pc {
    display: none;
  }
  .event_wrap .title_notice .mobile {
        width: 100%;
        display: block;
        border-bottom: 1px solid #ffffff;
        margin: 5vw auto;

  }
}


.title_notice_npc {
position: absolute;
    max-width: 360px;
    width: 19vw;
    top: -6vw;
    right: -2vw;
    z-index: 1;
}


@media screen and (max-width: 640px) {
  .event_wrap .title_notice_npc {
    display: none;
  }
}





.event_btn_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin: 0 0 3% 0;
    -ms-flex-wrap: wrap;
    width: 100%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    line-height: 0;
    position: relative;
    z-index: 3;
}
.event_btn_wrp .event_btn {
  position: relative;
}
.event_btn_wrp .event_btn .visited {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.event_btn_wrp .event_btn.active .turn {
  opacity: 0;
}
.event_btn_wrp .event_btn.active .visited {
  opacity: 1;
  margin: 0 auto;
}
/* .event_btn_wrp .event_btn:hover {

} */
.event_btn_wrp .event_btn:hover .turn {
  opacity: 0;
}
.event_btn_wrp .event_btn:hover .visited {
  opacity: 1;
}
.event_btn_wrp .event_btn:nth-child(2) {
  margin: 0 1%;
}
.event_btn_wrp img {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  max-width: 352px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .event_btn_wrp .event_btn {
    width: 30%;
  }
}
@media screen and (max-width: 680px) {
  .event_btn_wrp .event_btn {
    width: 40%;
  }
  .event_btn_wrp .event_btn:nth-child(2) {
    margin: 2% 1%;
  }
}
@media screen and (max-width: 540px) {
  .event_btn_wrp .event_btn {
    width: 50%;
  }
}
@media screen and (max-width: 425px) {
  .event_btn_wrp .event_btn {
    width: 60%;
  }
}
@media screen and (max-width: 425px) {
  .event_btn_wrp .event_btn {
    width: 70%;
  }
}

.event_block {
  padding: 4% 2% 2% 2%;
  border: 4px solid #c33720;
  background-color: #f54b2f;
  border-radius: 10px;
  position: relative;
}
.event_block-light {
  background-color: #fdf6e3;
  border: none;
  color: #c33720;
}

.en_text {
  font-size: 2rem;
}
@media screen and (max-width: 425px) {
  .en_text {
    font-size: 1.5rem;
  }
}

.event_info {
  margin: 2% 0;
}
.event_info .title {
  padding: 1% 2%;
  background-color: #c33720;
  display: inline-block;
  border-radius: 50px;
  color: #fff2d4;
}
.event_info .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event_info .time p {
  font-size: 1.4rem;
  color: #fff2d4;
}
.event_info .time span {
  margin: 0 0.5%;
}
@media screen and (max-width: 425px) {
  .event_info .title {
    padding: 2% 5%;
  }
  .event_info .time p {
    font-size: 1.2rem;
  }
}

.acc_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  pointer-events: none;
}
.acc_wrap .novice {
  position: absolute;
  max-width: 313px;
  width: 100%;
  bottom: -4vw;
  right: -2vw;
  z-index: 1;
}
.acc_wrap .golem {
  position: absolute;
  max-width: 147px;
  width: 50%;
  left: -4vw;
  bottom: -2vw;
}
@media screen and (max-width: 992px) {
  .acc_wrap {
    right: -10vw;
  }
  .acc_wrap .golem {
    left: -9vw;
  }
}
@media screen and (max-width: 680px) {
  .acc_wrap {
    display: none;
  }
}

.event_text {
  margin: 1% 0;
  line-height: 22px;
}
.event_text span {
  display: inline-block;
}

.tips {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1% 0 0;
  padding: 0.5% 1%;
  background-color: #2b8087;
  border-radius: 5px;
  color: #fff2d4;
}
@media screen and (max-width: 425px) {
  .tips {
    padding: 2.5% 3%;
  }
}

.icon_flower {
  width: 22px;
  height: 21px;
  background-image: url("../img/icon_flower.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
}

.notice_wrap {
  line-height: 24px;
}
.notice_wrap li {
  margin: 0.5% 0;
}
.notice_wrap i {
  margin: 0 5px 0 0;
}
.notice_wrap .l-focus {
  padding: 2px 6px;
}

.event_notice {
  max-width: 960px;
  min-height: 358px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-image: url("../img/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.event_notice .event_game_tips {
  position: absolute;
  width: 80%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.event_notice .event_game_tips li {
  line-height: 24px;
  color: #483232;
}
.event_notice .event_game_tips li:nth-child(1) {
  color: #c33720;
  text-align: center;
  margin: 0 0 4% 0;
}
.event_notice .shine {
  position: absolute;
  top: 5px;
  left: 10px;
  max-width: 81px;
}
.event_notice .pig {
  position: absolute;
  bottom: -50px;
  right: 0;
  max-width: 293px;
}
@media screen and (max-width: 1170px) {
  .event_notice {
    background-size: contain;
  }
  .event_notice .pig {
    bottom: -80px;
  }
}
@media screen and (max-width: 768px) {
  .event_notice {
    background-size: cover;
  }
  .event_notice .pig {
    bottom: -10vw;
    right: -7vw;
  }
}
@media screen and (max-width: 480px) {
  .event_notice {
    background-color: #fff2d4;
    border-radius: 10px;
  }
  .event_notice .pig {
    bottom: -122vw;
  }
  .event_notice .event_game_tips {
    width: 90%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 11% 0;
  }
}

.acc_line {
  width: 100%;
  height: 23px;
  background-image: url("../img/line.png");
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  margin: 2% 0;
}

.acc_line_light {
  width: 100%;
  height: 23px;
  background-image: url("../img/line_light.png");
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  margin: 5% 0;
}

.event_precaution {
    color: #c33720;
    padding: 0 0 5% 0;
    position: relative;
}
.event_precaution ul {
border-radius: 10px;
    padding: 0 0 2% 2%;
    line-height: 27px;
    margin: 0;
    color: #fff;
    list-style: auto;
}
.event_precaution ul li {
  margin: 1% 0;
}


@media screen and (max-width: 640px) {
  .event_precaution ul {
        padding: 0 0 2% 6%;
        line-height: 30px;
  }
}


@media screen and (max-width: 480px) {
  .event_demo_show {
    margin: 30% 0 0;
  }
}

.demo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4% 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.demo_wrap .demoIsis {
  max-width: 353px;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .demo_wrap .demoIsis {
    width: 30%;
  }
}
@media screen and (max-width: 860px) {
  .demo_wrap .demoIsis {
    margin: 0;
    position: absolute;
    right: -20px;
    top: -130px;
  }
}
@media screen and (max-width: 680px) {
  .demo_wrap .demoIsis {
    position: relative;
    right: 0;
    top: 0;
    width: 44%;
  }
}
@media screen and (max-width: 480px) {
  .demo_wrap .demoIsis {
    display: none;
  }
}

.demo_item {
  background-color: #fff2d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 380px;
  width: 100%;
  height: 500px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-y: scroll;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.demo_item img {
  max-width: 278px;
  width: 100%;
  border: 2px solid #ffce8d;
  border-radius: 5px;
  margin: 5px;
}
@media screen and (max-width: 860px) {
  .demo_item {
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media screen and (max-width: 680px) {
  .demo_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .demo_item img {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .demo_item {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.demo_item::-webkit-scrollbar {
  width: 6px;
}
.demo_item::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 4px;
}
.demo_item::-webkit-scrollbar-track-piece {
  background: transparent;
}
.demo_item::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #fec774;
}
.demo_item::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
}

.l-en {
  color: #c33720;
  font-family: "Chango", sans-serif;
  text-transform: uppercase;
}

.l-content {
    position: relative;
    bottom: 2vw;
    width: 100%;
    max-width: 976px;
    margin: 3vw auto 0 auto;
}

.l-paddingTB {
  padding: 5% 0 5%;
}

.l-light {
  background-color: #ffce8d;
}

.l-focus {
  background-color: #ffe9cb;
  margin: 2px;
  padding: 6px;
  border-radius: 5px;
}

.l-btnStyle {
  display: inline-block;
  padding: 10px 12.7%;
  border: 2px dashed #ffce8d;
  background-color: #c33720;
  color: #ffce8d;
  font-size: 1.5rem;
  border-radius: 50px;
  cursor: pointer;
}
.l-btnStyle:hover {
  -webkit-animation: jump 0.2s linear;
          animation: jump 0.2s linear;
}

.l-cursorDefault {
  cursor: default !important;
}



/* POPUP */

.popup_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 80%);
  display: none;
}
.popup_overlay.active {
  display: block;
}

.popup_main {
  position: absolute;
    max-width: 530px;
    max-height: 490px;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .popup_main {
    width: 90%;
  }
}

.popup_body {
  background-color: #fcf6e4;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 860px) {
  .popup_body {
    padding: 0 0;
  }
}
@media screen and (max-width: 540px) {
  .popup_body {
    padding: 0 0;
  }
}
@media screen and (max-width: 480px) {
  .popup_body {
    padding: 0 0 5%;
  }
}

.close {
    position: absolute;
    right: 2%;
    top: 2%;
    z-index: 5;
    width: 2vw;
    height: 2vw;
    cursor: pointer;
    border-radius: 5px;

  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;

}


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

.close {
    position: absolute;
    right: 2%;
    top: 2%;
    z-index: 5;
    width: 7vw;
    height: 7vw;
    cursor: pointer;


}

}


.close:hover {

filter: brightness(130%);


}

/* .close.l-en {

} */

.data_body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: none;
}
.data_body.active {
  display: block;
}
.data_body iframe {
  width: calc(100% - 4px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: scroll;
}

.miracle_body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #fff2d6;
  border-radius: 10px;
  padding: 5%;
  overflow-y: scroll;
  display: none;
}
.miracle_body.active {
  display: block;
}
@media screen and (max-width: 1024px) {
  .miracle_body {
    width: 100%;
  }
}
.miracle_body::-webkit-scrollbar {
  width: 6px;
}
.miracle_body::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 4px;
}
.miracle_body::-webkit-scrollbar-track-piece {
  background: transparent;
}
.miracle_body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #fec774;
}
.miracle_body::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
}

.other_body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #fcf6e4;
  border-radius: 10px;
  padding: 0;
  overflow-y: scroll;
  display: none;
}
.other_body.active {
  display: block;
}
@media screen and (max-width: 1024px) {
  .other_body {
    width: 100%;
  }
}
.other_body::-webkit-scrollbar {
  width: 6px;
}
.other_body::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 4px;
}
.other_body::-webkit-scrollbar-track-piece {
  background: transparent;
}
.other_body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ece1bd;
}
.other_body::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
}

.bow {
  position: absolute;
  max-width: 276px;
  width: 25%;
  top: -4%;
  left: -10%;
  z-index: 6;
}
@media screen and (max-width: 540px) {
  .bow {
    width: 60%;
    left: -25vw;
    top: -20vw;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

/* .event_btn_wrp {

} */
.event_btn_wrp .event_btn {
  position: relative;
}
.event_btn_wrp .event_btn:nth-child(2) {
  margin: 0;
}
.event_btn_wrp img {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  max-width: 352px;
  margin: 0 auto;
}
@media screen and (max-width: 1170PX) {
  .event_btn_wrp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .event_btn_wrp .event_btn:nth-child(2) {
    margin: 0px;
  }
}
@media screen and (max-width: 680px) {
  .event_btn_wrp .event_btn {
    margin: 0px;
  }
}

.event_wrap .title_big img {
    position: relative;
    width: 100%;
    top: 1vw;
    z-index: 1;
}
.event_wrap .title_big .mobile {
  display: none;
  max-width: 412px;
  margin: 2% auto;
}
@media screen and (max-width: 728px) {
  .event_wrap .title_big .pc {
    display: none;
  }
  .event_wrap .title_big .mobile {
    width: 80%;
    display: block;
  }
}

.item_info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #514335;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item_info_wrap-random {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.item_info_wrap-random .item_info {
  width: calc(20% - 10px);
  margin: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item_info_wrap-random .info_left {
  border-right: none;
  margin: 0;
  padding: 0;
}
.item_info_wrap-specify {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item_info_wrap-specify .item_info {
  width: initial;
}
.item_info_wrap-specify .info_left {
  border-right: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}
.item_info_wrap-specify .icon_arrow {
  margin: 0 1%;
}
.item_info_wrap-specify .accGol {
  position: relative;
  max-width: 238px;
  width: 90%;
  margin: 0 -1% 0 -3%;
  z-index: 1;
}
.item_info_wrap-full {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.item_info_wrap-full .item_info {
  width: initial;
  margin: 5px;
}
.item_info_wrap-full .info_left {
  border-right: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}
.item_info_wrap.full01 .item_info {
  width: calc(20% - 10px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item_info_wrap.full01 .info_left p {
  margin: 5% 0 0;
}
.item_info_wrap.full01 .l-fontSM {
  margin: 5% 0;
  display: inline-block;
}
.item_info_wrap.full02 .item_info {
  width: calc(25% - 10px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .item_info_wrap-random .item_info {
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 860px) {
  .item_info_wrap.full01 .item_info {
    width: initial;
  }
}
@media screen and (max-width: 768px) {
  .item_info_wrap .item_info {
    width: 100%;
    margin: 10px;
  }
  .item_info_wrap .info_left {
    margin-top: 10px;
  }
  .item_info_wrap.full02 .item_info {
    width: initial;
  }
  .item_info_wrap-random .item_info {
    width: calc(33.3333333333% - 10px);
    margin: 5px;
  }
  .item_info_wrap-specify .item_info {
    width: initial;
  }
  .item_info_wrap-specify .accGol {
    width: 30%;
    margin: 0 -2% 0 0;
  }
}
@media screen and (max-width: 680px) {
  .item_info_wrap .accGol {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .item_info_wrap-random .item_info {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .item_info_wrap .item_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .item_info_wrap-random .item_info {
    width: calc(100% - 10px);
  }
  .item_info_wrap-random .info_left {
    border-bottom: none;
  }
  .item_info_wrap-specify .item_info {
    width: 100%;
  }
  .item_info_wrap-specify .info_left {
    border-bottom: none;
  }
  .item_info_wrap-specify .icon_arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .item_info_wrap-full .item_info {
    width: 100%;
  }
  .item_info_wrap-full .info_left {
    border-bottom: none;
  }
  .item_info_wrap.full01 .item_info {
    width: 100%;
  }
  .item_info_wrap.full02 .item_info {
    width: 100%;
  }
}

.item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 10px);
  background-color: #eee1bc;
  padding: 2%;
  border-radius: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}


.item_info.card {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    background-color: #eee1bc;
    padding: 2% 2% 0 2%;
    border-radius: 10px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    position: relative;
    align-items: stretch;
    margin: 0 auto;
}


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

.item_info.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 94%;
    background-color: #eee1bc;
    padding: 4% 6%;
    border-radius: 10px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    position: relative;
    align-items: stretch;
    margin: 0 auto;
}

}



.icon_search {
  position: absolute;
  top: 10px;
  left: 10px;
font-size: 1.4rem;
    color: #fff;
}

.info_left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  margin: 0 5px 0 0;
  padding: 0 10px 0 0;
      border-right: 1px solid #d0c190;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}


.info_left.card {
    flex-shrink: 0;
    text-align: center;
    margin: 0 12px 0 26px;
    padding: 0;
    position: relative;
    top: -2vw;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}


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

.info_left.card {
    flex-shrink: 0;
    text-align: center;
    margin: 3vw auto 3vw auto;
    padding: 0;
    position: relative;
    top: 0;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}


}





.info_left img {
  max-width: 145px;
  width: 100%;
  margin: 0 auto;
}

.info_left.card img {
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}


.info_left p {
  margin: 5% 0;
  line-height: 22px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .info_left {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-right: none;
  }
}

.info_right {
  padding: 0 0 0 10px;
  line-height: 1.5;
}

.info_right li {
    font-weight: 500;
}


.itme_info_one {
  margin: 2% 0;
  color: #df9757;
}
.itme_info_one .item_info {
  width: 100%;
}
.itme_info_one .info_left {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.itme_info_one .info_left img {
  max-width: 145px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .itme_info_one .info_left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .itme_info_one .item_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.item_img {
  max-width: 145px;
  position: relative;
  margin: 0 auto 8%;
}
.item_img .awardBg {
  margin: 0 auto;
}
.item_img .award {
  position: absolute;
  max-width: 75px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1170px) {
  .item_img {
    margin: 0 auto;
  }
}

.fontSpecify {
max-width: 953px;
    width: 100%;
    margin: 2% auto 4% auto;
}
@media screen and (max-width: 768px) {
  .fontSpecify {
    width: 100%;
  }
}

.npc_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
              margin: 2vw 0 3vw 0;
              gap: 1.2vw;
}
.npc_img img {
max-width: 282px;
    width: 15vw;
}


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

.npc_img {
              gap: 3vw;
}



.npc_img img {
    width: 45%;
}

.l-content {
    display: none;
}



}


.acc_line_light {
  margin: 2% 0;
}

.popup_main {
  width: 90%;
  height: 90%;
}

.other_body .title img {
  max-width: 330px;
  width: 90%;
  margin: 0 auto;
}

.show_other_demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.show_other_demo img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 0 auto 2%;
  border-radius: 5px;
}

.title_get {
  text-align: center;
  margin: 2% 0;
  font-size: 1.2rem;
}

.l-notice {
  color: #ac1818;
}

.l-cursorPointer {
  cursor: pointer;
}

.l-paddingB5 {
margin-top: 5%;
    padding-bottom: 3%;
}

.l-fontSM {
  font-size: 1.5rem;
}

.l-fontSS {
  font-size: 14px;
}

.l-flexStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 2%;
}

.l-cn {
  font-size: 1.4rem;
  margin: 2% 0;
}

.l-paddingTB2 {
  padding: 2% 0;
}

.l-img {
  width: initial;
  margin: 0 auto;
  display: block;
}



.title_popup img{
    position: relative;
top: -1.7vw;
    width: 100%;
}

.title_popup .mobile{
    position: relative;
top: -1.7vw;
    width: 100%;
    display: none;
}


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

.title_popup img{
display: none;
}

.title_popup .mobile{
position: relative;
        top: 0;
        width: 75%;
        margin: 0 auto;
        display: block;
        padding-top: 0;
}

}