body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, table, th, td, form, fieldset, legend, textarea, input, select, textarea, button, article, aside, dialog, footer, header, section, footer, nav, figure, main {
  margin: 0;
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article, aside, dialog, footer, header, section, footer, nav, figure, main {
  display: block;
}

html, body {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background: #000;
}

img, form, fieldset, li {
  border: 0;
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

button {
  overflow: visible;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:disabled {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input, select, textarea {
  width: 0;
  height: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

address, caption, em {
  font-style: normal;
}

a, a:focus, a:active, a:hover {
  text-decoration: none;
}

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

@font-face {
  font-family: "sandollpress";
  font-weight: 900;
  src: url(../font/sandollpress_basic.woff) format("woff");
}
@font-face {
  font-family: "pretendard";
  font-weight: 400;
  src: url(../font/pretendard_regular.woff) format("woff");
  src: url(../font/pretendard_regular.woff2) format("woff2");
}
@font-face {
  font-family: "pretendard";
  font-weight: 500;
  src: url(../font/pretendard_medium.woff) format("woff");
  src: url(../font/pretendard_medium.woff2) format("woff2");
}
@font-face {
  font-family: "pretendard";
  font-weight: 600;
  src: url(../font/pretendard_semibold.woff) format("woff");
  src: url(../font/pretendard_semibold.woff2) format("woff2");
}
@font-face {
  font-family: "pretendard";
  font-weight: 700;
  src: url(../font/pretendard_bold.woff) format("woff");
  src: url(../font/pretendard_bold.woff2) format("woff2");
}
@font-face {
  font-family: "pretendard";
  font-weight: 800;
  src: url(../font/pretendard_extrabold.woff) format("woff");
  src: url(../font/pretendard_extrabold.woff2) format("woff2");
}
@font-face {
  font-family: "pretendard";
  font-weight: 900;
  src: url(../font/pretendard_black.woff) format("woff");
  src: url(../font/pretendard_black.woff2) format("woff2");
}
body, input, select, textarea, button {
  font-family: "pretendard";
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  font-size: 0.625vw;
}
@media (min-width: 2560px) {
  body, input, select, textarea, button {
    font-size: 16px;
  }
}

.blind, caption, legend {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 100px;
  white-space: nowrap;
}

.skip {
  height: 0;
}

.skip a {
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 25px;
  text-align: center;
}

.skip a:focus, #skip a:active {
  position: absolute;
  top: 0;
  z-index: 100;
  padding: 10px 0;
  background: #000;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

button:disabled, input:disabled {
  pointer-events: none;
  cursor: default;
}

input[type=password]::-ms-reveal, input[type=password]::-ms-clear {
  display: none;
}

.wrap {
  overflow: hidden;
}

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

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.animate:not(.bg) {
  opacity: 0.0001;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-transition-delay: calc(var(--i) * 0.1s);
  transition-delay: calc(var(--i) * 0.1s);
}
.animate:not(.bg).is_show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.animate:not(.bg).animate_left {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}
.animate:not(.bg).animate_left.is_show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.animate:not(.bg).animate_right {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}
.animate:not(.bg).animate_right.is_show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.animate_zoom {
  opacity: 0;
}
.animate_zoom.is_show {
  -webkit-animation: zoom-fade 0.5s calc(var(--i) * 0.2s) forwards cubic-bezier(0.22, 0.61, 0.36, 1);
  animation: zoom-fade 0.5s calc(var(--i) * 0.2s) forwards cubic-bezier(0.22, 0.61, 0.36, 1);
}

.animate_zoom_bg {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.animate_zoom_bg.is_show {
  -webkit-animation: zoom-fade-bg 0.1s calc(var(--i) * 0.2s) forwards cubic-bezier(0.22, 0.61, 0.36, 1);
  animation: zoom-fade-bg 0.1s calc(var(--i) * 0.2s) forwards cubic-bezier(0.22, 0.61, 0.36, 1);
}

.mission_label, .btn_img, .cta_link {
  display: inline-block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  font-size: 1px;
  color: transparent;
  text-indent: -9999px;
  vertical-align: top;
}

.riotbar-header {
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -khtml-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.riotbar-header.is_hide {
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.riotbar-header.is_show {
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.riotbar-mobile-menu.visible {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  min-height: 100vh;
  overflow-y: auto;
}
@media screen and (min-width: 1025px) {
  .riotbar-mobile-menu.visible {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .riotbar-mobile-menu-overlay {
    display: none;
  }
}

body {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .only_pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .only_mo {
    display: none !important;
  }
}

@-webkit-keyframes bouncing {
  0% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
    -khtml-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@keyframes bouncing {
  0% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
    -khtml-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes cross-slide {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% -100%, 200% 100%);
    clip-path: polygon(0% 100%, 0% -100%, 200% 100%);
  }
}
@keyframes cross-slide {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% -100%, 200% 100%);
    clip-path: polygon(0% 100%, 0% -100%, 200% 100%);
  }
}
@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes zoom-fade-bg {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom-fade-bg {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rolling-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
  }
}
@keyframes rolling-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
  }
}
@-webkit-keyframes rolling-right {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes rolling-right {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInBlur {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(100px);
    filter: blur(100px);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeInBlur {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(100px);
    filter: blur(100px);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.btn_primary .text {
  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;
}
.btn_primary.type_sm {
  width: 266px;
  width: 10.390625vw;
  height: 60px;
  height: 2.34375vw;
  font-size: 20px;
  font-size: 0.78125vw;
  line-height: 26px;
  line-height: 1.015625vw;
  color: #1b1d1f;
  background-image: url("../img/btn_sm_default.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.3s linear;
  transition: background-image 0.3s linear;
  font-weight: 700;
}
@media (min-width: 2560px) {
  .btn_primary.type_sm {
    width: 266px;
  }
}
@media (min-width: 2560px) {
  .btn_primary.type_sm {
    height: 60px;
  }
}
@media (min-width: 2560px) {
  .btn_primary.type_sm {
    font-size: 20px;
    line-height: 26px;
  }
}
.btn_primary.type_sm:hover:not(:disabled):not(.btn_complete) {
  background-image: url("../img/btn_sm_hover.png");
  color: #1b1d1f;
}
.btn_primary.type_sm:disabled {
  background-image: url("../img/btn_sm_disabled.png");
  color: #a5a5a5;
}
.btn_primary.type_sm .text {
  margin-top: -6px;
  margin-top: -0.234375vw;
}
@media (min-width: 2560px) {
  .btn_primary.type_sm .text {
    margin-top: -6px;
  }
}
.btn_primary.type_md {
  width: 256px;
  width: 10vw;
  height: 78px;
  height: 3.046875vw;
  font-size: 28px;
  font-size: 1.09375vw;
  line-height: 33px;
  line-height: 1.2890625vw;
  color: #1b1d1f;
  background-image: url("../img/btn_md_default.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.3s linear;
  transition: background-image 0.3s linear;
  font-weight: 900;
}
@media (min-width: 2560px) {
  .btn_primary.type_md {
    width: 256px;
  }
}
@media (min-width: 2560px) {
  .btn_primary.type_md {
    height: 78px;
  }
}
@media (min-width: 2560px) {
  .btn_primary.type_md {
    font-size: 28px;
    line-height: 33px;
  }
}
.btn_primary.type_md:hover:not(:disabled):not(.btn_complete) {
  background-image: url("../img/btn_md_hover.png");
  color: #1b1d1f;
}
.btn_primary.type_md:disabled {
  background-image: url("../img/btn_md_disabled.png");
  color: #a5a5a5;
}
.btn_primary.type_md .text {
  margin-top: -8px;
  margin-top: -0.3125vw;
  margin-left: -7px;
  margin-left: -0.2734375vw;
}
@media (min-width: 2560px) {
  .btn_primary.type_md .text {
    margin-top: -8px;
  }
}
@media (min-width: 2560px) {
  .btn_primary.type_md .text {
    margin-left: -7px;
  }
}
.btn_primary.type_lg {
  width: 286px;
  width: 11.171875vw;
  height: 78px;
  height: 3.046875vw;
  font-size: 28px;
  font-size: 1.09375vw;
  line-height: 33px;
  line-height: 1.2890625vw;
  color: #1b1d1f;
  background-image: url("../img/btn_lg_default.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.3s linear;
  transition: background-image 0.3s linear;
  font-weight: 900;
}
@media (min-width: 2560px) {
  .btn_primary.type_lg {
    width: 286px;
  }
}
@media (min-width: 2560px) {
  .btn_primary.type_lg {
    height: 78px;
  }
}
@media (min-width: 2560px) {
  .btn_primary.type_lg {
    font-size: 28px;
    line-height: 33px;
  }
}
.btn_primary.type_lg:hover:not(:disabled):not(.btn_complete) {
  background-image: url("../img/btn_lg_hover.png");
  color: #1b1d1f;
}
.btn_primary.type_lg:disabled {
  background-image: url("../img/btn_lg_disabled.png");
  color: #a5a5a5;
}
.btn_primary.type_lg .text {
  margin-top: -8px;
  margin-top: -0.3125vw;
}
@media (min-width: 2560px) {
  .btn_primary.type_lg .text {
    margin-top: -8px;
  }
}
@media screen and (max-width: 768px) {
  .btn_primary.type_mo {
    width: 398px;
    width: 51.8229166667vw;
    height: 90px;
    height: 11.71875vw;
    font-size: 30px;
    font-size: 3.90625vw;
    line-height: 39px;
    line-height: 5.078125vw;
    background-image: url("../img/btn_default_mo.png");
    font-weight: 700;
    color: #1b1d1f;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .btn_primary.type_mo {
    width: 398px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .btn_primary.type_mo {
    height: 90px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .btn_primary.type_mo {
    font-size: 30px;
    line-height: 39px;
  }
}
@media screen and (max-width: 768px) {
  .btn_primary.type_mo .text {
    margin-top: -9px;
    margin-top: -1.171875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .btn_primary.type_mo .text {
    margin-top: -9px;
  }
}

.notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.notes .btn_toggle {
  width: 100%;
  height: 68px;
  height: 3.5416666667vw;
  background-color: #1b1d1f;
}
@media (min-width: 1920px) {
  .notes .btn_toggle {
    height: 68px;
  }
}
@media screen and (max-width: 768px) {
  .notes .btn_toggle {
    height: 90px;
    height: 11.71875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .notes .btn_toggle {
    height: 90px;
  }
}
.notes .btn_toggle .notes_title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 30px;
  height: 1.5625vw;
  padding-right: 35px;
  padding-right: 1.8229166667vw;
  font-size: 20px;
  font-size: 1.0416666667vw;
  line-height: 30px;
  line-height: 1.5625vw;
  color: #ffffff;
}
@media (min-width: 1920px) {
  .notes .btn_toggle .notes_title {
    height: 30px;
  }
}
@media (min-width: 1920px) {
  .notes .btn_toggle .notes_title {
    padding-right: 35px;
  }
}
@media (min-width: 1920px) {
  .notes .btn_toggle .notes_title {
    font-size: 20px;
    line-height: 30px;
  }
}
.notes .btn_toggle .notes_title::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url("../img/normal.png");
  -webkit-background-size: 2740px 1067px;
  background-size: 2740px 1067px;
  -webkit-background-size: 107.03125vw 41.6796875vw;
  background-size: 107.03125vw 41.6796875vw;
  background-position: -2666px -384px;
  background-position: -104.140625vw -15vw;
  width: 18px;
  width: 0.703125vw;
  height: 12px;
  height: 0.46875vw;
  content: "";
}
@media (min-width: 2560px) {
  .notes .btn_toggle .notes_title::after {
    -webkit-background-size: 2740px 1067px;
    background-size: 2740px 1067px;
  }
}
@media (min-width: 2560px) {
  .notes .btn_toggle .notes_title::after {
    background-position: -2666px -384px;
  }
}
@media (min-width: 2560px) {
  .notes .btn_toggle .notes_title::after {
    width: 18px;
    height: 12px;
  }
}
@media screen and (max-width: 768px) {
  .notes .btn_toggle .notes_title {
    padding-right: 42px;
    padding-right: 5.46875vw;
    font-size: 30px;
    font-size: 3.90625vw;
    line-height: 60px;
    line-height: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .notes .btn_toggle .notes_title {
    padding-right: 42px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .notes .btn_toggle .notes_title {
    font-size: 30px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .notes .btn_toggle .notes_title::after {
    background-image: url("../img/retina.png");
    -webkit-background-size: 1374px 967px;
    background-size: 1374px 967px;
    -webkit-background-size: 178.90625vw 125.9114583333vw;
    background-size: 178.90625vw 125.9114583333vw;
    background-position: -1326px -316px;
    background-position: -172.65625vw -41.1458333333vw;
    width: 28px;
    width: 3.6458333333vw;
    height: 17px;
    height: 2.2135416667vw;
  }
}
.notes .btn_toggle.is_active + .precautions {
  display: block;
}
.notes .btn_toggle.is_active .notes_title::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.precautions {
  display: none;
  padding: 114px 155px 120px;
  padding: 5.9375vw 8.0729166667vw 6.25vw;
  font-size: 16px;
  font-size: 0.8333333333vw;
  line-height: 32px;
  line-height: 1.6666666667vw;
  font-weight: 400;
  word-break: break-all;
  color: #9c9c9c;
  background-color: #242424;
}
@media (min-width: 1920px) {
  .precautions {
    padding: 114px 155px 120px;
  }
}
@media (min-width: 1920px) {
  .precautions {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .precautions {
    padding: 80px 64px 90px;
    padding: 10.4166666667vw 8.3333333333vw 11.71875vw;
    font-size: 24px;
    font-size: 3.125vw;
    line-height: 40px;
    line-height: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .precautions {
    padding: 80px 64px 90px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .precautions {
    font-size: 24px;
    line-height: 40px;
  }
}
.precautions h4 {
  line-height: 32px;
  line-height: 1.6666666667vw;
  color: #d7d7e2;
}
@media (min-width: 1920px) {
  .precautions h4 {
    line-height: 32px;
  }
}
.precautions h4 ~ h4 {
  margin-top: 10px;
  margin-top: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .precautions h4 ~ h4 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .precautions h4 {
    font-size: 26px;
    font-size: 3.3854166667vw;
    line-height: 52px;
    line-height: 6.7708333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .precautions h4 {
    font-size: 26px;
    line-height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .precautions h4 ~ h4 {
    margin-top: 20px;
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .precautions h4 ~ h4 {
    margin-top: 20px;
  }
}
.precautions > ul {
  padding-left: 10px;
  padding-left: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .precautions > ul {
    padding-left: 10px;
  }
}
.precautions > ul > li {
  position: relative;
  padding-left: 17px;
  padding-left: 0.8854166667vw;
}
@media (min-width: 1920px) {
  .precautions > ul > li {
    padding-left: 17px;
  }
}
.precautions > ul > li .btn_link {
  color: #9c9c9c;
  text-decoration: underline;
}
.precautions > ul > li p {
  padding-left: 28px;
  padding-left: 1.4583333333vw;
}
@media (min-width: 1920px) {
  .precautions > ul > li p {
    padding-left: 28px;
  }
}
.precautions > ul > li > ul {
  padding-left: 17px;
  padding-left: 0.8854166667vw;
}
@media (min-width: 1920px) {
  .precautions > ul > li > ul {
    padding-left: 17px;
  }
}
@media screen and (max-width: 768px) {
  .precautions > ul {
    padding-left: 0;
  }
  .precautions > ul > li {
    padding-left: 17px;
    padding-left: 2.2135416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .precautions > ul > li {
    padding-left: 17px;
  }
}
.precautions .desc_item > li {
  padding-left: 17px;
  padding-left: 0.8854166667vw;
}
@media (min-width: 1920px) {
  .precautions .desc_item > li {
    padding-left: 17px;
  }
}
@media screen and (max-width: 768px) {
  .precautions .desc_item > li {
    padding-left: 17px;
    padding-left: 2.2135416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .precautions .desc_item > li {
    padding-left: 17px;
  }
}
.precautions .underline {
  text-decoration: underline;
}
.precautions .bold {
  font-weight: 700;
}
.precautions .table {
  margin-top: 14px;
  margin-top: 0.7291666667vw;
  padding-left: 28px;
  padding-left: 1.4583333333vw;
  padding-bottom: 20px;
  padding-bottom: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .precautions .table {
    margin-top: 14px;
  }
}
@media (min-width: 1920px) {
  .precautions .table {
    padding-left: 28px;
  }
}
@media (min-width: 1920px) {
  .precautions .table {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .precautions .table {
    margin-top: 14px;
    margin-top: 1.8229166667vw;
    padding-left: 28px;
    padding-left: 3.6458333333vw;
    padding-bottom: 20px;
    padding-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .precautions .table {
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .precautions .table {
    padding-left: 28px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .precautions .table {
    padding-bottom: 20px;
  }
}
.precautions table,
.precautions th,
.precautions td {
  border: 1px solid #fff;
  border-collapse: collapse;
}
.precautions table th,
.precautions table td {
  width: 200px;
  width: 10.4166666667vw;
  padding: 15px;
  padding: 0.78125vw;
  font-size: 14px;
  font-size: 0.7291666667vw;
  font-weight: 600;
  color: #fff;
  line-height: 1.75;
  text-align: center;
}
@media (min-width: 1920px) {
  .precautions table th,
  .precautions table td {
    width: 200px;
  }
}
@media (min-width: 1920px) {
  .precautions table th,
  .precautions table td {
    padding: 15px;
  }
}
@media (min-width: 1920px) {
  .precautions table th,
  .precautions table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .precautions table th,
  .precautions table td {
    padding: 12px;
    padding: 1.5625vw;
    font-size: 24px;
    font-size: 3.125vw;
    line-height: 28px;
    line-height: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .precautions table th,
  .precautions table td {
    padding: 12px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .precautions table th,
  .precautions table td {
    font-size: 24px;
    line-height: 28px;
  }
}

.layer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  display: none;
  width: 100%;
  height: 100vh;
  text-align: center;
}
.layer::before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.layer .scroll-x {
  display: none !important;
}

.dimmed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(27, 29, 31, 0.7);
}

.is_lock {
  position: fixed !important;
  left: 0;
  width: 100%;
  overflow: hidden;
  overscroll-behavior-y: none;
}

.is_lock .riotbar-header-wrapper {
  z-index: 100;
}

.pop {
  position: relative;
  z-index: 20;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pop_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.pop_item .pop_btn {
  margin-top: 18px;
  margin-top: 0.703125vw;
}
@media (min-width: 2560px) {
  .pop_item .pop_btn {
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pop_item .pop_btn {
    margin-top: 14px;
  }
}
.pop_item.type_sm {
  width: 380px;
  width: 14.84375vw;
  height: 188px;
  height: 7.34375vw;
  padding: 38px 10px 37px;
  padding: 1.484375vw 0.390625vw 1.4453125vw;
  background: url("../img/event/bg_pop_sm.png") center/contain no-repeat;
}
@media (min-width: 2560px) {
  .pop_item.type_sm {
    width: 380px;
  }
}
@media (min-width: 2560px) {
  .pop_item.type_sm {
    height: 188px;
  }
}
@media (min-width: 2560px) {
  .pop_item.type_sm {
    padding: 38px 10px 37px;
  }
}
@media screen and (max-width: 768px) {
  .pop_item.type_sm {
    width: 300px;
    height: 148px;
    padding: 30px 8px 29px;
  }
}
.pop_item.type_md {
  width: 380px;
  width: 14.84375vw;
  height: 200px;
  height: 7.8125vw;
  padding: 38px 10px 34px;
  padding: 1.484375vw 0.390625vw 1.328125vw;
  background: url("../img/event/bg_pop_md.png") center/contain no-repeat;
}
@media (min-width: 2560px) {
  .pop_item.type_md {
    width: 380px;
  }
}
@media (min-width: 2560px) {
  .pop_item.type_md {
    height: 200px;
  }
}
@media (min-width: 2560px) {
  .pop_item.type_md {
    padding: 38px 10px 34px;
  }
}
@media screen and (max-width: 768px) {
  .pop_item.type_md {
    width: 300px;
    height: 158px;
    padding: 30px 8px 27px;
  }
}
.pop_item.type_lg {
  width: 321px;
  width: 12.5390625vw;
  height: 460px;
  height: 17.96875vw;
  padding: 45px 21px;
  padding: 1.7578125vw 0.8203125vw;
  background: url("../img/event/bg_pop_lg.png") center/contain no-repeat;
}
@media (min-width: 2560px) {
  .pop_item.type_lg {
    width: 321px;
  }
}
@media (min-width: 2560px) {
  .pop_item.type_lg {
    height: 460px;
  }
}
@media (min-width: 2560px) {
  .pop_item.type_lg {
    padding: 45px 21px;
  }
}
@media screen and (max-width: 768px) {
  .pop_item.type_lg {
    width: 321px;
    height: 460px;
    padding: 45px 21px;
  }
}
.pop_item.type_lg_text {
  margin-top: 5px;
  margin-top: 0.1953125vw;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 2560px) {
  .pop_item.type_lg_text {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pop_item.type_lg_text {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pop_item.type_lg .pop_btn {
    margin-top: 18px;
  }
}
.pop_item.type_xl {
  width: 380px;
  width: 14.84375vw;
  height: 540px;
  height: 21.09375vw;
  padding: 31px 11px;
  padding: 1.2109375vw 0.4296875vw;
  background: url("../img/event/bg_pop_xl.png") center/contain no-repeat;
}
@media (min-width: 2560px) {
  .pop_item.type_xl {
    width: 380px;
  }
}
@media (min-width: 2560px) {
  .pop_item.type_xl {
    height: 540px;
  }
}
@media (min-width: 2560px) {
  .pop_item.type_xl {
    padding: 31px 11px;
  }
}
@media screen and (max-width: 768px) {
  .pop_item.type_xl {
    width: 300px;
    height: 426px;
    padding: 24px 9px;
  }
}
.pop .pop_coupon {
  position: relative;
  padding: 34px 35px 30px;
  padding: 1.328125vw 1.3671875vw 1.171875vw;
}
@media (min-width: 2560px) {
  .pop .pop_coupon {
    padding: 34px 35px 30px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon {
    padding: 27px 28px 24px;
  }
}
.pop .pop_coupon.type_coupon_pc .coupon_item.is_soldout .coupon_thumb {
  position: relative;
}
.pop .pop_coupon.type_coupon_pc .coupon_item.is_soldout .coupon_thumb img {
  -webkit-filter: grayscale(1) brightness(1);
  filter: grayscale(1) brightness(1);
}
.pop .pop_coupon.type_coupon_mobile .coupon_item.is_soldout .coupon_thumb {
  position: relative;
}
.pop .pop_coupon.type_coupon_mobile .coupon_item.is_soldout .coupon_thumb img {
  -webkit-filter: grayscale(1) brightness(1);
  filter: grayscale(1) brightness(1);
}
.pop .pop_coupon .pop_sub_title {
  font-size: 18px;
  font-size: 0.703125vw;
  line-height: 23px;
  line-height: 0.8984375vw;
  font-weight: 700;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .pop_sub_title {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .pop_sub_title {
    font-size: 14px;
    line-height: 18px;
  }
}
.pop .pop_coupon .img_box {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  width: 214px;
  width: 8.359375vw;
  height: 150px;
  height: 5.859375vw;
  margin: 0px auto;
  margin: 0vw auto;
  margin-top: 1px;
  margin-top: 0.0390625vw;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .img_box {
    width: 214px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .img_box {
    height: 150px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .img_box {
    margin: 0px auto;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .img_box {
    margin-top: 1px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .img_box {
    width: 169px;
    height: 118px;
    margin: 0 auto;
    margin-top: 1px;
  }
}
.pop .pop_coupon .pop_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #494a4c;
}
.pop .pop_coupon .tab_item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.pop .pop_coupon .tab_panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.pop .pop_coupon .tab_panel .pop_bx {
  margin-top: 10px;
  margin-top: 0.390625vw;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .tab_panel .pop_bx {
    margin-top: 10px;
  }
}
.pop .pop_coupon .tab_panel[aria-hidden=false] {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.pop .pop_coupon .coupon_code_area {
  position: relative;
  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;
  width: 310px;
  width: 12.109375vw;
  height: 60px;
  height: 2.34375vw;
  margin-top: 36px;
  margin-top: 1.40625vw;
  padding: 17px 20px;
  padding: 0.6640625vw 0.78125vw;
  background: #3f3f3f;
  border: 2px solid #5bfcff;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_code_area {
    width: 310px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_code_area {
    height: 60px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_code_area {
    margin-top: 36px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_code_area {
    padding: 17px 20px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_code_area {
    width: 245px;
    height: 47px;
    margin-top: 28px;
    padding: 13px 20px;
  }
}
.pop .pop_coupon .coupon_code_area.is_copied .coupon_code {
  display: none;
}
.pop .pop_coupon .coupon_code_area.is_copied .coupon_copy_msg {
  display: inline;
}
.pop .pop_coupon .coupon_code {
  padding-right: 10px;
  padding-right: 0.390625vw;
  font-size: 18px;
  font-size: 0.703125vw;
  line-height: 26px;
  line-height: 1.015625vw;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #5bfcff;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_code {
    padding-right: 10px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_code {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_code {
    padding-right: 15px;
    font-size: 15px;
    line-height: 21px;
  }
}
.pop .pop_coupon .coupon_copy_msg {
  display: none;
  padding-right: 25px;
  padding-right: 0.9765625vw;
  font-size: 16px;
  font-size: 0.625vw;
  line-height: 21px;
  line-height: 0.8203125vw;
  font-weight: 600;
  color: #5bfcff;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_copy_msg {
    padding-right: 25px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_copy_msg {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_copy_msg {
    padding-right: 25px;
    font-size: 13px;
    line-height: 17px;
  }
}
.pop .pop_coupon .btn_coupon_copy {
  position: absolute;
  right: 38px;
  right: 1.484375vw;
  width: 24px;
  width: 0.9375vw;
  height: 24px;
  height: 0.9375vw;
  overflow: hidden;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .btn_coupon_copy {
    right: 38px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .btn_coupon_copy {
    width: 24px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .btn_coupon_copy {
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .btn_coupon_copy {
    right: 30px;
    width: 19px;
    height: 19px;
  }
}
.pop .pop_coupon .pop_notice {
  margin-top: 22px;
  margin-top: 0.859375vw;
  font-size: 16px;
  font-size: 0.625vw;
  line-height: 21px;
  line-height: 0.8203125vw;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .pop_notice {
    margin-top: 22px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .pop_notice {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .pop_notice {
    margin-top: 17px;
    font-size: 13px;
    line-height: 17px;
  }
}
.pop .pop_coupon .pop_notice.highlight {
  margin-top: 19px;
  margin-top: 0.7421875vw;
  font-size: 12px;
  font-size: 0.46875vw;
  line-height: 16px;
  line-height: 0.625vw;
  font-weight: 500;
  color: #ff6060;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .pop_notice.highlight {
    margin-top: 19px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .pop_notice.highlight {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .pop_notice.highlight {
    margin-top: 15px;
    font-size: 9px;
    line-height: 13px;
  }
}
.pop .pop_coupon .pop_notice + .pop_btn {
  margin-top: 10px;
  margin-top: 0.390625vw;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .pop_notice + .pop_btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .pop_notice + .pop_btn {
    margin-top: 8px;
  }
}
.pop .pop_coupon .pop_btn {
  margin-top: 24px;
  margin-top: 0.9375vw;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .pop_btn {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .pop_btn {
    margin-top: 19px;
  }
}
.pop .pop_coupon .btn_tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  height: 1.484375vw;
  font-size: 14px;
  font-size: 0.546875vw;
  line-height: 17px;
  line-height: 0.6640625vw;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .btn_tab {
    height: 38px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .btn_tab {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .btn_tab {
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 1025px) {
  .pop .pop_coupon .btn_tab:hover {
    color: #5bfcff;
  }
}
.pop .pop_coupon .btn_tab:focus-visible {
  outline: 2px solid #5bfcff;
  outline-offset: 2px;
}
.pop .pop_coupon .btn_tab[aria-selected=true] {
  position: relative;
  color: #5bfcff;
}
.pop .pop_coupon .btn_tab[aria-selected=true]::after {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  height: 0.1171875vw;
  background: #5bfcff;
  content: "";
}
@media (min-width: 2560px) {
  .pop .pop_coupon .btn_tab[aria-selected=true]::after {
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .btn_tab[aria-selected=true]::after {
    height: 2px;
  }
}
.pop .pop_coupon .coupon_guide_area {
  display: block;
  max-height: 150px;
  max-height: 5.859375vw;
  padding-right: 7px;
  padding-right: 0.2734375vw;
  overflow-y: auto;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_guide_area {
    max-height: 150px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_guide_area {
    padding-right: 7px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_guide_area {
    max-height: 118px;
    margin-top: 8px;
    padding-right: 13px;
  }
}
.pop .pop_coupon .coupon_guide_title {
  display: block;
  font-size: 12px;
  font-size: 0.46875vw;
  line-height: 18px;
  line-height: 0.703125vw;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_guide_title {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_guide_title {
    font-size: 9px;
    line-height: 14px;
  }
}
.pop .pop_coupon .coupon_guide_desc {
  font-size: 12px;
  font-size: 0.46875vw;
  line-height: 18px;
  line-height: 0.703125vw;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_guide_desc {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_guide_desc {
    font-size: 9px;
    line-height: 14px;
  }
}
.pop .pop_coupon .coupon_guide_desc .new_link {
  color: #489eff;
}
.pop .pop_coupon .coupon_guide_list {
  margin-left: 7px;
  margin-left: 0.2734375vw;
  font-size: 12px;
  font-size: 0.46875vw;
  line-height: 18px;
  line-height: 0.703125vw;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_guide_list {
    margin-left: 7px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_guide_list {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_guide_list {
    margin-left: 7px;
    font-size: 9px;
    line-height: 14px;
  }
}
.pop .pop_coupon .coupon_guide_item {
  position: relative;
  padding-left: 7px;
  padding-left: 0.2734375vw;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_guide_item {
    padding-left: 7px;
  }
}
.pop .pop_coupon .coupon_guide_item + .coupon_guide_item {
  margin-top: 6px;
  margin-top: 0.234375vw;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_guide_item + .coupon_guide_item {
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_guide_item + .coupon_guide_item {
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_guide_item {
    padding-left: 7px;
  }
}
.pop .pop_coupon .coupon_guide_item::before {
  position: absolute;
  top: 8px;
  top: 0.3125vw;
  left: 0px;
  left: 0vw;
  width: 4px;
  width: 0.15625vw;
  height: 4px;
  height: 0.15625vw;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: "";
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_guide_item::before {
    top: 8px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_guide_item::before {
    left: 0px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_guide_item::before {
    width: 4px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_guide_item::before {
    height: 4px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_guide_item::before {
    top: 6px;
    left: 0;
    width: 3px;
    height: 3px;
  }
}
.pop .pop_coupon .coupon_guide_item .new_link {
  color: #489eff;
}
.pop .pop_coupon .coupon_group {
  width: 100%;
  margin-top: 2px;
  margin-top: 0.078125vw;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_group {
    margin-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_group {
    margin-top: 2px;
  }
}
.pop .pop_coupon .coupon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  gap: 0.390625vw;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_list {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_list {
    gap: 8px;
  }
}
.pop .pop_coupon .coupon_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 310px;
  width: 12.109375vw;
  height: 96px;
  height: 3.75vw;
  background: #323435;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_item {
    width: 310px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_item {
    height: 96px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_item {
    width: 245px;
    height: 76px;
  }
}
.pop .pop_coupon .coupon_item.is_soldout {
  pointer-events: none;
}
.pop .pop_coupon .coupon_item.is_soldout::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94px;
  width: 3.671875vw;
  height: 94px;
  height: 3.671875vw;
  background-image: url("../img/normal.png");
  -webkit-background-size: 2740px 1067px;
  background-size: 2740px 1067px;
  -webkit-background-size: 107.03125vw 41.6796875vw;
  background-size: 107.03125vw 41.6796875vw;
  background-position: -667px -672px;
  background-position: -26.0546875vw -26.25vw;
  width: 116px;
  width: 4.53125vw;
  height: 116px;
  height: 4.53125vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  content: "";
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_item.is_soldout::after {
    width: 94px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_item.is_soldout::after {
    height: 94px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_item.is_soldout::after {
    -webkit-background-size: 2740px 1067px;
    background-size: 2740px 1067px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_item.is_soldout::after {
    background-position: -667px -672px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_item.is_soldout::after {
    width: 116px;
    height: 116px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_item.is_soldout::after {
    width: 80px;
    height: 80px;
    -webkit-background-size: 1890px 735px;
    background-size: 1890px 735px;
    background-position: -460px -463px;
  }
}
.pop .pop_coupon .coupon_item.is_soldout .coupon_info .coupon_remain {
  color: #a5a5a5;
}
.pop .pop_coupon .coupon_item.is_soldout .coupon_info .coupon_name {
  color: #a5a5a5;
}
.pop .pop_coupon .coupon_item.is_soldout .coupon_card {
  opacity: 0.5;
}
.pop .pop_coupon .coupon_item.is_soldout .coupon_input {
  pointer-events: none;
}
.pop .pop_coupon .coupon_item.is_soldout .coupon_radio_mark {
  border-color: #a5a5a5;
}
.pop .pop_coupon .coupon_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 310px;
  width: 12.109375vw;
  padding: 8px 28px 8px 16px;
  padding: 0.3125vw 1.09375vw 0.3125vw 0.625vw;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_card {
    width: 310px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_card {
    padding: 8px 28px 8px 16px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_card {
    width: 245px;
    padding: 6px 22px 6px 13px;
  }
}
.pop .pop_coupon .coupon_input:checked + .coupon_card {
  border: 2px solid #5bfcff;
}
.pop .pop_coupon .coupon_input:checked + .coupon_card .coupon_radio_mark {
  border-color: #5bfcff;
}
.pop .pop_coupon .coupon_input:checked + .coupon_card .coupon_radio_mark::before {
  opacity: 1;
  background: #5bfcff;
}
.pop .pop_coupon .coupon_item.is_soldout .coupon_input:checked + .coupon_card {
  border: 2px solid transparent;
}
.pop .pop_coupon .coupon_item.is_soldout .coupon_input:checked + .coupon_card .coupon_radio_mark {
  border-color: #a5a5a5;
}
.pop .pop_coupon .coupon_item.is_soldout .coupon_input:checked + .coupon_card .coupon_radio_mark::before {
  opacity: 0;
  background: transparent;
}
.pop .pop_coupon .coupon_thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  width: 3.125vw;
  height: 80px;
  height: 3.125vw;
  margin-right: 18px;
  margin-right: 0.703125vw;
  overflow: hidden;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_thumb {
    width: 80px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_thumb {
    height: 80px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_thumb {
    margin-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_thumb {
    width: 63px;
    height: 63px;
    margin-right: 14px;
  }
}
.pop .pop_coupon .coupon_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pop .pop_coupon .coupon_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 25px;
  margin-right: 0.9765625vw;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_info {
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_info {
    margin-right: 20px;
  }
}
.pop .pop_coupon .coupon_remain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 115px;
  width: 4.4921875vw;
  font-size: 14px;
  font-size: 0.546875vw;
  line-height: 17px;
  line-height: 0.6640625vw;
  color: #3b8c8f;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_remain {
    width: 115px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_remain {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_remain {
    width: 91px;
    font-size: 11px;
    line-height: 13px;
  }
}
.pop .pop_coupon .coupon_remain .current_count {
  max-width: 70px;
  max-width: 2.734375vw;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_remain .current_count {
    max-width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_remain .current_count {
    max-width: 55px;
  }
}
.pop .pop_coupon .coupon_remain .total_count {
  max-width: 45px;
  max-width: 1.7578125vw;
  font-size: 12px;
  font-size: 0.46875vw;
  line-height: 14px;
  line-height: 0.546875vw;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_remain .total_count {
    max-width: 45px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_remain .total_count {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_remain .total_count {
    max-width: 36px;
    font-size: 9px;
    line-height: 11px;
  }
}
.pop .pop_coupon .coupon_name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 115px;
  max-width: 4.4921875vw;
  font-size: 14px;
  font-size: 0.546875vw;
  line-height: 20px;
  line-height: 0.78125vw;
  font-weight: 600;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: #5bfcff;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_name {
    max-width: 115px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_name {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_name {
    max-width: 91px;
    font-size: 11px;
    line-height: 16px;
  }
}
.pop .pop_coupon .coupon_radio_mark {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 28px;
  width: 1.09375vw;
  height: 28px;
  height: 1.09375vw;
  background: transparent;
  border: 1px solid #5bfcff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_radio_mark {
    width: 28px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_radio_mark {
    height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_radio_mark {
    width: 22px;
    height: 22px;
    border-width: 1.5px;
  }
}
.pop .pop_coupon .coupon_radio_mark::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  width: 0.625vw;
  height: 16px;
  height: 0.625vw;
  background: #5bfcff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s, background-color 0.2s;
  transition: opacity 0.2s, background-color 0.2s;
  content: "";
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_radio_mark::before {
    width: 16px;
  }
}
@media (min-width: 2560px) {
  .pop .pop_coupon .coupon_radio_mark::before {
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pop .pop_coupon .coupon_radio_mark::before {
    width: 13px;
    height: 13px;
  }
}
.pop_title {
  font-size: 18px;
  font-size: 0.703125vw;
  line-height: 23px;
  line-height: 0.8984375vw;
  font-weight: 600;
  text-align: center;
  color: #5bfcff;
}
@media (min-width: 2560px) {
  .pop_title {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 768px) {
  .pop_title {
    font-size: 14px;
    line-height: 18px;
  }
}
.pop_title + .pop_sub_title {
  margin-top: 4px;
  margin-top: 0.15625vw;
}
@media (min-width: 2560px) {
  .pop_title + .pop_sub_title {
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .pop_title + .pop_sub_title {
    margin-top: 3px;
  }
}
.pop_sub_title {
  display: block;
  font-size: 14px;
  font-size: 0.546875vw;
  line-height: 18px;
  line-height: 0.703125vw;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 2560px) {
  .pop_sub_title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pop_sub_title {
    font-size: 11px;
    line-height: 14px;
  }
}
.pop_text {
  font-size: 14px;
  font-size: 0.546875vw;
  line-height: 17px;
  line-height: 0.6640625vw;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
@media (min-width: 2560px) {
  .pop_text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .pop_text {
    font-size: 11px;
    line-height: 13px;
  }
}
.pop_desc {
  font-size: 12px;
  font-size: 0.46875vw;
  line-height: 17px;
  line-height: 0.6640625vw;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
@media (min-width: 2560px) {
  .pop_desc {
    font-size: 12px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .pop_desc {
    font-size: 9px;
    line-height: 13px;
  }
}
.pop_notice {
  font-size: 12px;
  font-size: 0.46875vw;
  line-height: 17px;
  line-height: 0.6640625vw;
  text-align: center;
}
@media (min-width: 2560px) {
  .pop_notice {
    font-size: 12px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .pop_notice {
    font-size: 9px;
    line-height: 13px;
  }
}
.pop_bx {
  margin-top: 24px;
  margin-top: 0.9375vw;
}
@media (min-width: 2560px) {
  .pop_bx {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pop_bx {
    margin-top: 19px;
  }
}
.pop .tbl {
  width: 100%;
}
.pop .tbl_head {
  display: block;
  position: relative;
  width: 100%;
}
.pop .tbl_head th {
  padding: 9px 0px;
  padding: 0.3515625vw 0vw;
  font-size: 14px;
  font-size: 0.546875vw;
  line-height: 17px;
  line-height: 0.6640625vw;
  font-weight: 600;
  color: #5bfcff;
  text-align: left;
  border-bottom: 1px solid #5bfcff;
}
@media (min-width: 2560px) {
  .pop .tbl_head th {
    padding: 9px 0px;
  }
}
@media (min-width: 2560px) {
  .pop .tbl_head th {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .pop .tbl_head th {
    padding: 7px 0;
    font-size: 11px;
    line-height: 13px;
  }
}
.pop .tbl_head th:first-child {
  width: 37px;
  width: 1.4453125vw;
  padding: 0px 10px 0px 3px;
  padding: 0vw 0.390625vw 0vw 0.1171875vw;
}
@media (min-width: 2560px) {
  .pop .tbl_head th:first-child {
    width: 37px;
  }
}
@media (min-width: 2560px) {
  .pop .tbl_head th:first-child {
    padding: 0px 10px 0px 3px;
  }
}
@media screen and (max-width: 768px) {
  .pop .tbl_head th:first-child {
    width: 29px;
    padding: 0 8px 0 2px;
  }
}
.pop .tbl_head th:nth-child(2) {
  width: 163px;
  width: 6.3671875vw;
  padding-right: 20px;
  padding-right: 0.78125vw;
}
@media (min-width: 2560px) {
  .pop .tbl_head th:nth-child(2) {
    width: 163px;
  }
}
@media (min-width: 2560px) {
  .pop .tbl_head th:nth-child(2) {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pop .tbl_head th:nth-child(2) {
    width: 129px;
    padding-right: 16px;
  }
}
.pop .tbl_head th:last-child {
  width: 110px;
  width: 4.296875vw;
  padding-right: 20px;
  padding-right: 0.78125vw;
  text-align: center;
}
@media (min-width: 2560px) {
  .pop .tbl_head th:last-child {
    width: 110px;
  }
}
@media (min-width: 2560px) {
  .pop .tbl_head th:last-child {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pop .tbl_head th:last-child {
    width: 87px;
    padding-right: 16px;
  }
}
.pop .tbl_body {
  display: block;
  width: 100%;
  height: 316px;
  height: 12.34375vw;
}
@media (min-width: 2560px) {
  .pop .tbl_body {
    height: 316px;
  }
}
@media screen and (max-width: 768px) {
  .pop .tbl_body {
    height: 249px;
  }
}
.pop .tbl_body td {
  padding: 14px 0px;
  padding: 0.546875vw 0vw;
  font-size: 14px;
  font-size: 0.546875vw;
  line-height: 17px;
  line-height: 0.6640625vw;
  font-weight: 600;
  border-bottom: 1px solid #5bfcff;
}
@media (min-width: 2560px) {
  .pop .tbl_body td {
    padding: 14px 0px;
  }
}
@media (min-width: 2560px) {
  .pop .tbl_body td {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .pop .tbl_body td {
    padding: 11px 0;
    font-size: 11px;
    line-height: 13px;
  }
}
.pop .tbl_body td:first-child {
  width: 37px;
  width: 1.4453125vw;
  padding: 0px 10px 0px 3px;
  padding: 0vw 0.390625vw 0vw 0.1171875vw;
  text-align: center;
  color: #3b8c8f;
}
@media (min-width: 2560px) {
  .pop .tbl_body td:first-child {
    width: 37px;
  }
}
@media (min-width: 2560px) {
  .pop .tbl_body td:first-child {
    padding: 0px 10px 0px 3px;
  }
}
@media screen and (max-width: 768px) {
  .pop .tbl_body td:first-child {
    width: 29px;
    padding: 0 8px 0 2px;
  }
}
.pop .tbl_body td:nth-child(2) {
  width: 163px;
  width: 6.3671875vw;
  padding-right: 20px;
  padding-right: 0.78125vw;
}
@media (min-width: 2560px) {
  .pop .tbl_body td:nth-child(2) {
    width: 163px;
  }
}
@media (min-width: 2560px) {
  .pop .tbl_body td:nth-child(2) {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pop .tbl_body td:nth-child(2) {
    width: 129px;
    padding-right: 16px;
  }
}
.pop .tbl_body td:last-child {
  width: 110px;
  width: 4.296875vw;
  padding-right: 20px;
  padding-right: 0.78125vw;
  text-align: center;
}
@media (min-width: 2560px) {
  .pop .tbl_body td:last-child {
    width: 110px;
  }
}
@media (min-width: 2560px) {
  .pop .tbl_body td:last-child {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pop .tbl_body td:last-child {
    width: 87px;
    padding-right: 16px;
  }
}
.pop .tbl_body td .reward_name {
  color: #ffffff;
}
.pop .tbl_body td .time {
  color: #3b8c8f;
}
.pop_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .pop_btn {
    margin-top: 16px;
  }
}
.pop .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  width: 2.1484375vw;
  height: 55px;
  height: 2.1484375vw;
}
@media (min-width: 2560px) {
  .pop .btn_close {
    width: 55px;
  }
}
@media (min-width: 2560px) {
  .pop .btn_close {
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .pop .btn_close {
    width: 43px;
    height: 43px;
  }
}
.pop .btn_pop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 176px;
  width: 6.875vw;
  height: 50px;
  height: 1.953125vw;
  font-size: 18px;
  font-size: 0.703125vw;
  line-height: 23px;
  line-height: 0.8984375vw;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  background: url("../img/btn_pop_primary.png") center/contain no-repeat;
  -webkit-transition: background-image 0.2s linear;
  transition: background-image 0.2s linear;
}
@media (min-width: 2560px) {
  .pop .btn_pop {
    width: 176px;
  }
}
@media (min-width: 2560px) {
  .pop .btn_pop {
    height: 50px;
  }
}
@media (min-width: 2560px) {
  .pop .btn_pop {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 768px) {
  .pop .btn_pop {
    width: 139px;
    height: 39px;
    font-size: 14px;
    line-height: 18px;
  }
}
.pop .btn_pop:hover {
  color: #1b1d1f;
  background: url("../img/btn_pop_primary_hover.png") center/contain no-repeat;
}
.pop .btn_pop.type_sm {
  width: 140px;
  width: 5.46875vw;
  height: 50px;
  height: 1.953125vw;
  background: url("../img/btn_pop_sm_primary.png") center/contain no-repeat;
}
@media (min-width: 2560px) {
  .pop .btn_pop.type_sm {
    width: 140px;
  }
}
@media (min-width: 2560px) {
  .pop .btn_pop.type_sm {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pop .btn_pop.type_sm {
    width: 110px;
    height: 39px;
  }
}
.pop .btn_pop.type_sm:hover {
  background: url("../img/btn_pop_sm_primary_hover.png") center/contain no-repeat;
}
.pop .btn_pop_tbl {
  display: block;
  margin-top: 2px;
  margin-top: 0.078125vw;
  font-size: 14px;
  font-size: 0.546875vw;
  line-height: 17px;
  line-height: 0.6640625vw;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #54faff;
}
@media (min-width: 2560px) {
  .pop .btn_pop_tbl {
    margin-top: 2px;
  }
}
@media (min-width: 2560px) {
  .pop .btn_pop_tbl {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .pop .btn_pop_tbl {
    margin-top: 2px;
    font-size: 11px;
    line-height: 13px;
  }
}
.pop .btn_pop .btn_enter_text {
  font-size: 16px;
  font-size: 0.625vw;
  line-height: 21px;
  line-height: 0.8203125vw;
}
@media (min-width: 2560px) {
  .pop .btn_pop .btn_enter_text {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 768px) {
  .pop .btn_pop .btn_enter_text {
    font-size: 13px;
    line-height: 17px;
  }
}
.pop .btn_pop:not(:first-child) {
  margin-left: 3px;
  margin-left: 0.1171875vw;
}
@media (min-width: 2560px) {
  .pop .btn_pop:not(:first-child) {
    margin-left: 3px;
  }
}
@media screen and (max-width: 768px) {
  .pop .btn_pop:not(:first-child) {
    margin-left: 2px;
  }
}
.pop .btn_pop:disabled {
  pointer-events: none;
}
.pop .scroll-wrapper {
  overflow: visible !important;
}
.pop .scroll-content::-webkit-scrollbar, .pop .scroll-content::-webkit-scrollbar-thumb {
  display: none;
}
.pop .scroll-bar {
  border-radius: 50px !important;
  background: #5bfcff !important;
  opacity: 1 !important;
}
.pop .scroll-element_outer {
  border-radius: 0 !important;
}
.pop .scroll-element_track {
  border-radius: 50px !important;
  background-color: #494a4c !important;
  opacity: 1 !important;
}
.pop .scroll-element.scroll-y {
  width: 4px;
  width: 0.15625vw;
  right: -7px;
  right: -0.2734375vw;
}
@media (min-width: 2560px) {
  .pop .scroll-element.scroll-y {
    width: 4px;
  }
}
@media (min-width: 2560px) {
  .pop .scroll-element.scroll-y {
    right: -7px;
  }
}
@media screen and (max-width: 768px) {
  .pop .scroll-element.scroll-y {
    width: 3px;
    right: -6px;
  }
}
@media screen and (max-width: 768px) {
  .pop .scroll-wrapper > .scroll-content {
    overflow: hidden !important;
  }
}

.pop_reward_list .pop_bx {
  margin: 25px 23px 0px 23px;
  margin: 0.9765625vw 0.8984375vw 0vw 0.8984375vw;
  padding-bottom: 24px;
  padding-bottom: 0.9375vw;
}
@media (min-width: 2560px) {
  .pop_reward_list .pop_bx {
    margin: 25px 23px 0px 23px;
  }
}
@media (min-width: 2560px) {
  .pop_reward_list .pop_bx {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pop_reward_list .pop_bx {
    margin: 20px 18px 0 18px;
    padding-bottom: 19px;
  }
}
.pop_reward_list .tbl {
  width: 100%;
}
.pop_reward_list .tbl_head {
  position: relative;
  display: block;
  width: 100%;
}
.pop_reward_list .tbl_head th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.546875vw;
  line-height: 17px;
  line-height: 0.6640625vw;
  font-weight: 600;
  text-align: left;
  color: #5bfcff;
}
@media (min-width: 2560px) {
  .pop_reward_list .tbl_head th {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .pop_reward_list .tbl_head th {
    font-size: 11px;
    line-height: 13px;
  }
}
.pop_reward_list .tbl_body {
  display: block;
  width: 100%;
  height: 316px;
  height: 12.34375vw;
}
@media (min-width: 2560px) {
  .pop_reward_list .tbl_body {
    height: 316px;
  }
}
@media screen and (max-width: 768px) {
  .pop_reward_list .tbl_body {
    height: 249px;
  }
}
.pop_reward_list .tbl_body td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pop_reward_list .tbl_body td .reward_name {
  display: inline-block;
  max-width: 115px;
  max-width: 4.4921875vw;
  color: #ffffff;
}
@media (min-width: 2560px) {
  .pop_reward_list .tbl_body td .reward_name {
    max-width: 115px;
  }
}
@media screen and (max-width: 768px) {
  .pop_reward_list .tbl_body td .reward_name {
    max-width: 91px;
  }
}
.pop_reward_list .tbl_body td .time {
  display: inline-block;
  max-width: 110px;
  max-width: 4.296875vw;
  color: #3b8c8f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 2560px) {
  .pop_reward_list .tbl_body td .time {
    max-width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .pop_reward_list .tbl_body td .time {
    max-width: 87px;
  }
}

.pop_rewards_guide {
  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-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: 768px) {
  .pop_rewards_guide .pop_title {
    font-size: 18px;
    line-height: 23px;
  }
}
.pop_rewards_guide .pop_text {
  margin-top: 5px;
  margin-top: 0.1953125vw;
}
@media (min-width: 2560px) {
  .pop_rewards_guide .pop_text {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pop_rewards_guide .pop_text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 17px;
  }
}
.pop_rewards_guide .pop_desc {
  margin-top: 16px;
  margin-top: 0.625vw;
}
@media (min-width: 2560px) {
  .pop_rewards_guide .pop_desc {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pop_rewards_guide .pop_desc {
    margin-top: 16px;
    font-size: 12px;
    line-height: 17px;
  }
}
.pop_rewards_guide .img_box {
  width: 180px;
  width: 7.03125vw;
  height: 126px;
  height: 4.921875vw;
}
@media (min-width: 2560px) {
  .pop_rewards_guide .img_box {
    width: 180px;
  }
}
@media (min-width: 2560px) {
  .pop_rewards_guide .img_box {
    height: 126px;
  }
}
@media screen and (max-width: 768px) {
  .pop_rewards_guide .img_box {
    width: 180px;
    height: 126px;
  }
}
@media screen and (max-width: 768px) {
  .pop_rewards_guide .pop_notice {
    font-size: 12px;
    line-height: 17px;
  }
}
.pop_rewards_guide .pop_notice.highlight {
  font-size: 12px;
  font-size: 0.46875vw;
  line-height: 16px;
  line-height: 0.625vw;
  font-weight: 500;
  color: #ff6060;
}
@media (min-width: 2560px) {
  .pop_rewards_guide .pop_notice.highlight {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pop_rewards_guide .pop_notice.highlight {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pop_rewards_guide .pop_btn {
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pop_rewards_guide .btn_pop {
    width: 140px;
    height: 50px;
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 768px) {
  .pop_rewards_guide .btn_pop.type_sm {
    width: 140px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pop_rewards_guide .btn_pop .btn_enter_text {
    font-size: 16px;
    line-height: 21px;
  }
}

.section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .section {
    -webkit-background-size: auto auto;
    background-size: auto;
  }
}
.section .character {
  position: absolute;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}
.section .character::before {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -khtml-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  content: "";
}
.section_inner {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 1400px;
  max-width: 54.6875vw;
  margin: 0 auto;
  padding: 0px 60px;
  padding: 0vw 2.34375vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 2560px) {
  .section_inner {
    max-width: 1400px;
  }
}
@media (min-width: 2560px) {
  .section_inner {
    padding: 0px 60px;
  }
}
@media (min-width: 2560px) {
  .section_inner {
    max-width: 1400px;
    max-width: 54.6875vw;
  }
}
@media (min-width: 2560px) and (min-width: 2560px) {
  .section_inner {
    max-width: 1400px;
  }
}
@media screen and (max-width: 768px) {
  .section_inner {
    max-width: 100%;
    padding: 0px 40px;
    padding: 0vw 5.2083333333vw;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_inner {
    padding: 0px 40px;
  }
}

.section_kv {
  position: relative;
  height: 1100px;
  height: 42.96875vw;
  background: url("../img/bg_kv.jpg") center/cover no-repeat;
}
@media (min-width: 2560px) {
  .section_kv {
    height: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .section_kv {
    height: 1070px;
    height: 139.3229166667vw;
    background: url("../img/bg_kv_mo.jpg") center/cover no-repeat;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_kv {
    height: 1070px;
  }
}
.section_kv .character_first {
  left: 50%;
  top: 0px;
  top: 0vw;
  margin-left: -1280px;
  margin-left: -50vw;
  z-index: 10;
}
@media (min-width: 2560px) {
  .section_kv .character_first {
    top: 0px;
  }
}
@media (min-width: 2560px) {
  .section_kv .character_first {
    margin-left: -1280px;
  }
}
@media screen and (max-width: 768px) {
  .section_kv .character_first {
    top: 367px;
    top: 47.7864583333vw;
    margin-left: -1052px;
    margin-left: -136.9791666667vw;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_kv .character_first {
    top: 367px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_kv .character_first {
    margin-left: -1052px;
  }
}
.section_kv .character_first::before {
  background-image: url("../img/char_caitlyn_kv.png");
  width: 2560px;
  width: 100vw;
  height: 1432px;
  height: 55.9375vw;
}
@media (min-width: 2560px) {
  .section_kv .character_first::before {
    width: 2560px;
  }
}
@media (min-width: 2560px) {
  .section_kv .character_first::before {
    height: 1432px;
  }
}
@media screen and (max-width: 768px) {
  .section_kv .character_first::before {
    background-image: url("../img/char_caitlyn_kv_mo.png");
    width: 1655px;
    width: 215.4947916667vw;
    height: 1064px;
    height: 138.5416666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_kv .character_first::before {
    width: 1655px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_kv .character_first::before {
    height: 1064px;
  }
}
.section_kv .section_inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 194px;
  padding-top: 7.578125vw;
  padding-left: 0px;
  padding-left: 0vw;
}
@media (min-width: 2560px) {
  .section_kv .section_inner {
    padding-top: 194px;
  }
}
@media (min-width: 2560px) {
  .section_kv .section_inner {
    padding-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .section_kv .section_inner {
    padding-top: 111px;
    padding-top: 14.453125vw;
    padding-left: 83px;
    padding-left: 10.8072916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_kv .section_inner {
    padding-top: 111px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_kv .section_inner {
    padding-left: 83px;
  }
}
.section_kv .section_label {
  width: 319px;
  width: 12.4609375vw;
  height: 36px;
  height: 1.40625vw;
}
@media (min-width: 2560px) {
  .section_kv .section_label {
    width: 319px;
  }
}
@media (min-width: 2560px) {
  .section_kv .section_label {
    height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .section_kv .section_label {
    width: 267px;
    width: 34.765625vw;
    height: 30px;
    height: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_kv .section_label {
    width: 267px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_kv .section_label {
    height: 30px;
  }
}
.section_kv .section_title {
  margin: 20px 0px 18px 0px;
  margin: 0.78125vw 0vw 0.703125vw 0vw;
  width: 768px;
  width: 30vw;
  height: 188px;
  height: 7.34375vw;
}
@media (min-width: 2560px) {
  .section_kv .section_title {
    margin: 20px 0px 18px 0px;
  }
}
@media (min-width: 2560px) {
  .section_kv .section_title {
    width: 768px;
  }
}
@media (min-width: 2560px) {
  .section_kv .section_title {
    height: 188px;
  }
}
@media screen and (max-width: 768px) {
  .section_kv .section_title {
    width: 565px;
    width: 73.5677083333vw;
    height: 138px;
    height: 17.96875vw;
    margin: 20px 0px 26px 0px;
    margin: 2.6041666667vw 0vw 3.3854166667vw 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_kv .section_title {
    width: 565px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_kv .section_title {
    height: 138px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_kv .section_title {
    margin: 20px 0px 26px 0px;
  }
}
.section_kv .section_desc {
  margin-top: 31px;
  margin-top: 1.2109375vw;
  font-size: 26px;
  font-size: 1.015625vw;
  line-height: 39px;
  line-height: 1.5234375vw;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
}
@media (min-width: 2560px) {
  .section_kv .section_desc {
    margin-top: 31px;
  }
}
@media (min-width: 2560px) {
  .section_kv .section_desc {
    font-size: 26px;
    line-height: 39px;
  }
}
@media screen and (max-width: 768px) {
  .section_kv .section_desc {
    margin-top: 0px;
    margin-top: 0vw;
    font-size: 24px;
    font-size: 3.125vw;
    line-height: 31px;
    line-height: 4.0364583333vw;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_kv .section_desc {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_kv .section_desc {
    font-size: 24px;
    line-height: 31px;
  }
}
.section_kv .date_area {
  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;
  width: 630px;
  width: 24.609375vw;
  height: 82px;
  height: 3.203125vw;
  background-image: url("../img/normal.png");
  -webkit-background-size: 2740px 1067px;
  background-size: 2740px 1067px;
  -webkit-background-size: 107.03125vw 41.6796875vw;
  background-size: 107.03125vw 41.6796875vw;
  background-position: -1204px -474px;
  background-position: -47.03125vw -18.515625vw;
  width: 630px;
  width: 24.609375vw;
  height: 82px;
  height: 3.203125vw;
}
@media (min-width: 2560px) {
  .section_kv .date_area {
    width: 630px;
  }
}
@media (min-width: 2560px) {
  .section_kv .date_area {
    height: 82px;
  }
}
@media (min-width: 2560px) {
  .section_kv .date_area {
    -webkit-background-size: 2740px 1067px;
    background-size: 2740px 1067px;
  }
}
@media (min-width: 2560px) {
  .section_kv .date_area {
    background-position: -1204px -474px;
  }
}
@media (min-width: 2560px) {
  .section_kv .date_area {
    width: 630px;
    height: 82px;
  }
}
@media screen and (max-width: 768px) {
  .section_kv .date_area {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px;
    margin-top: 5.2083333333vw;
    background-image: url("../img/retina.png");
    -webkit-background-size: 1374px 967px;
    background-size: 1374px 967px;
    -webkit-background-size: 178.90625vw 125.9114583333vw;
    background-size: 178.90625vw 125.9114583333vw;
    background-position: -772px -464px;
    background-position: -100.5208333333vw -60.4166666667vw;
    width: 322px;
    width: 41.9270833333vw;
    height: 113px;
    height: 14.7135416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_kv .date_area {
    margin-top: 40px;
  }
}
.section_kv .date_area .date_text {
  padding: 30px 30px 21px 31px;
  padding: 1.171875vw 1.171875vw 0.8203125vw 1.2109375vw;
  font-size: 24px;
  font-size: 0.9375vw;
  line-height: 31px;
  line-height: 1.2109375vw;
  font-family: "sandollpress";
  color: #ffffff;
}
@media (min-width: 2560px) {
  .section_kv .date_area .date_text {
    padding: 30px 30px 21px 31px;
  }
}
@media (min-width: 2560px) {
  .section_kv .date_area .date_text {
    font-size: 24px;
    line-height: 31px;
  }
}
@media screen and (max-width: 768px) {
  .section_kv .date_area .date_text {
    padding: 33px 26px 28px 36px;
    padding: 4.296875vw 3.3854166667vw 3.6458333333vw 4.6875vw;
    font-size: 21px;
    font-size: 2.734375vw;
    line-height: 26px;
    line-height: 3.3854166667vw;
    text-align: left;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_kv .date_area .date_text {
    padding: 33px 26px 28px 36px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_kv .date_area .date_text {
    font-size: 21px;
    line-height: 26px;
  }
}

.section_highlight_skill_info {
  position: relative;
  height: 1200px;
  height: 46.875vw;
  background: url("../img/bg_highlight_skill.jpg") center/cover no-repeat;
}
@media (min-width: 2560px) {
  .section_highlight_skill_info {
    height: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .section_highlight_skill_info {
    height: 1410px;
    height: 183.59375vw;
    background: url("../img/bg_highlight_skill_mo.jpg") center/cover no-repeat;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info {
    height: 1410px;
  }
}
.section_highlight_skill_info .section_inner {
  padding-top: 40px;
  padding-top: 1.5625vw;
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .section_inner {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section_highlight_skill_info .section_inner {
    padding-top: 28px;
    padding-top: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .section_inner {
    padding-top: 28px;
  }
}
.section_highlight_skill_info .section_label {
  width: 549px;
  width: 21.4453125vw;
  height: 121px;
  height: 4.7265625vw;
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .section_label {
    width: 549px;
  }
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .section_label {
    height: 121px;
  }
}
@media screen and (max-width: 768px) {
  .section_highlight_skill_info .section_label {
    width: 520px;
    width: 67.7083333333vw;
    height: 120px;
    height: 15.625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .section_label {
    width: 520px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .section_label {
    height: 120px;
  }
}
.section_highlight_skill_info .section_title {
  width: 842px;
  width: 32.890625vw;
  height: 61px;
  height: 2.3828125vw;
  margin: 40px 0px 10px 0px;
  margin: 1.5625vw 0vw 0.390625vw 0vw;
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .section_title {
    width: 842px;
  }
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .section_title {
    height: 61px;
  }
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .section_title {
    margin: 40px 0px 10px 0px;
  }
}
@media screen and (max-width: 768px) {
  .section_highlight_skill_info .section_title {
    margin: 34px 0px 20px 0px;
    margin: 4.4270833333vw 0vw 2.6041666667vw 0vw;
    width: 520px;
    width: 67.7083333333vw;
    height: 120px;
    height: 15.625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .section_title {
    margin: 34px 0px 20px 0px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .section_title {
    width: 520px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .section_title {
    height: 120px;
  }
}
.section_highlight_skill_info .section_desc {
  font-size: 22px;
  font-size: 0.859375vw;
  line-height: 29px;
  line-height: 1.1328125vw;
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .section_desc {
    font-size: 22px;
    line-height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .section_highlight_skill_info .section_desc {
    font-size: 24px;
    font-size: 3.125vw;
    line-height: 31px;
    line-height: 4.0364583333vw;
    letter-spacing: -0.02em;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .section_desc {
    font-size: 24px;
    line-height: 31px;
  }
}
.section_highlight_skill_info .skill_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  margin-top: 2.1875vw;
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_content {
    margin-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .section_highlight_skill_info .skill_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    margin-top: 5.2083333333vw;
    gap: 50px;
    gap: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_content {
    gap: 50px;
  }
}
.section_highlight_skill_info .skill_video {
  position: relative;
  width: 990px;
  width: 38.671875vw;
  height: 556px;
  height: 21.71875vw;
  z-index: 5;
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_video {
    width: 990px;
  }
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_video {
    height: 556px;
  }
}
@media screen and (max-width: 768px) {
  .section_highlight_skill_info .skill_video {
    width: 682px;
    width: 88.8020833333vw;
    height: 380px;
    height: 49.4791666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_video {
    width: 682px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_video {
    height: 380px;
  }
}
.section_highlight_skill_info .skill_video::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), -webkit-gradient(linear, left top, left bottom, color-stop(91.73%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), linear-gradient(180deg, rgba(0, 0, 0, 0) 91.73%, #000000 100%);
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  content: "";
}
.section_highlight_skill_info .skill_video.is_active::before {
  opacity: 0;
}
.section_highlight_skill_info .skill_video::after {
  position: absolute;
  top: -10px;
  top: -0.390625vw;
  left: 0px;
  left: 0vw;
  z-index: 2;
  width: 1000px;
  width: 39.0625vw;
  height: 576px;
  height: 22.5vw;
  background: url("../img/bg_frame_01.png") center/cover no-repeat;
  pointer-events: none;
  content: "";
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_video::after {
    top: -10px;
  }
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_video::after {
    left: 0px;
  }
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_video::after {
    width: 1000px;
  }
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_video::after {
    height: 576px;
  }
}
@media screen and (max-width: 768px) {
  .section_highlight_skill_info .skill_video::after {
    top: -4px;
    top: -0.5208333333vw;
    width: 688px;
    width: 89.5833333333vw;
    height: 387px;
    height: 50.390625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_video::after {
    top: -4px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_video::after {
    width: 688px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_video::after {
    height: 387px;
  }
}
.section_highlight_skill_info .skill_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-top: 1.171875vw;
  max-width: 1000px;
  max-width: 39.0625vw;
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_info {
    margin-top: 30px;
  }
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_info {
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .section_highlight_skill_info .skill_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    gap: 3.90625vw;
    max-width: 100%;
    margin-top: 29px;
    margin-top: 3.7760416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_info {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_info {
    margin-top: 29px;
  }
}
.section_highlight_skill_info .skill_name {
  width: 483px;
  width: 18.8671875vw;
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_name {
    width: 483px;
  }
}
@media screen and (max-width: 768px) {
  .section_highlight_skill_info .skill_name {
    width: 100%;
  }
}
.section_highlight_skill_info .skill_name_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  gap: 0.859375vw;
  margin-left: 13px;
  margin-left: 0.5078125vw;
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_name_title {
    gap: 22px;
  }
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_name_title {
    margin-left: 13px;
  }
}
@media screen and (max-width: 768px) {
  .section_highlight_skill_info .skill_name_title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0px;
    gap: 0vw;
    margin-left: 0px;
    margin-left: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_name_title {
    gap: 0px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_name_title {
    margin-left: 0px;
  }
}
.section_highlight_skill_info .skill_name_label {
  font-size: 24px;
  font-size: 0.9375vw;
  line-height: 31px;
  line-height: 1.2109375vw;
  font-family: "sandollpress";
  font-weight: 400;
  color: #5bfcff;
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_name_label {
    font-size: 24px;
    line-height: 31px;
  }
}
@media screen and (max-width: 768px) {
  .section_highlight_skill_info .skill_name_label {
    font-size: 24px;
    font-size: 3.125vw;
    line-height: 31px;
    line-height: 4.0364583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_name_label {
    font-size: 24px;
    line-height: 31px;
  }
}
.section_highlight_skill_info .skill_name_text {
  font-size: 22px;
  font-size: 0.859375vw;
  line-height: 29px;
  line-height: 1.1328125vw;
  font-weight: 900;
  color: #ffffff;
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_name_text {
    font-size: 22px;
    line-height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .section_highlight_skill_info .skill_name_text {
    margin-left: 33px;
    margin-left: 4.296875vw;
    font-size: 22px;
    font-size: 2.8645833333vw;
    line-height: 29px;
    line-height: 3.7760416667vw;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_name_text {
    margin-left: 33px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_name_text {
    font-size: 22px;
    line-height: 29px;
  }
}
.section_highlight_skill_info .skill_name_desc {
  margin: 20px 0px 0px 12px;
  margin: 0.78125vw 0vw 0vw 0.46875vw;
  font-size: 20px;
  font-size: 0.78125vw;
  line-height: 30px;
  line-height: 1.171875vw;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_name_desc {
    margin: 20px 0px 0px 12px;
  }
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_name_desc {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section_highlight_skill_info .skill_name_desc {
    margin: 11px 0px 0px 0px;
    margin: 1.4322916667vw 0vw 0vw 0vw;
    font-size: 22px;
    font-size: 2.8645833333vw;
    line-height: 33px;
    line-height: 4.296875vw;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_name_desc {
    margin: 11px 0px 0px 0px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_name_desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.section_highlight_skill_info .skill_combo {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 77px;
  margin-left: 3.0078125vw;
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_combo {
    margin-left: 77px;
  }
}
@media screen and (max-width: 768px) {
  .section_highlight_skill_info .skill_combo {
    margin-left: 0px;
    margin-left: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_combo {
    margin-left: 0px;
  }
}
.section_highlight_skill_info .skill_combo_label {
  margin-left: 10px;
  margin-left: 0.390625vw;
  font-size: 24px;
  font-size: 0.9375vw;
  line-height: 31px;
  line-height: 1.2109375vw;
  font-family: "sandollpress";
  font-weight: 400;
  color: #5bfcff;
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_combo_label {
    margin-left: 10px;
  }
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_combo_label {
    font-size: 24px;
    line-height: 31px;
  }
}
@media screen and (max-width: 768px) {
  .section_highlight_skill_info .skill_combo_label {
    font-size: 24px;
    font-size: 3.125vw;
    line-height: 31px;
    line-height: 4.0364583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_combo_label {
    font-size: 24px;
    line-height: 31px;
  }
}
.section_highlight_skill_info .skill_combo_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  gap: 0.2734375vw;
  margin: 18px 0px 0px 10px;
  margin: 0.703125vw 0vw 0vw 0.390625vw;
  font-size: 20px;
  font-size: 0.78125vw;
  line-height: 30px;
  line-height: 1.171875vw;
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_combo_text {
    gap: 7px;
  }
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_combo_text {
    margin: 18px 0px 0px 10px;
  }
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_combo_text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section_highlight_skill_info .skill_combo_text {
    margin-top: 10px;
    margin-top: 1.3020833333vw;
    font-size: 22px;
    font-size: 2.8645833333vw;
    line-height: 33px;
    line-height: 4.296875vw;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_combo_text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_combo_text {
    font-size: 22px;
    line-height: 33px;
  }
}
.section_highlight_skill_info .skill_combo_text img {
  width: 25px;
  width: 0.9765625vw;
  height: 25px;
  height: 0.9765625vw;
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_combo_text img {
    width: 25px;
  }
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_combo_text img {
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .section_highlight_skill_info .skill_combo_text img {
    width: 24px;
    width: 3.125vw;
    height: 24px;
    height: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_combo_text img {
    width: 24px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_combo_text img {
    height: 24px;
  }
}
.section_highlight_skill_info .skill_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  gap: 0.9765625vw;
  width: 100%;
  margin-left: 51px;
  margin-left: 1.9921875vw;
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_btn_list {
    gap: 25px;
  }
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_btn_list {
    margin-left: 51px;
  }
}
@media screen and (max-width: 768px) {
  .section_highlight_skill_info .skill_btn_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 36px;
    gap: 4.6875vw;
    margin-left: 0px;
    margin-left: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_btn_list {
    gap: 36px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_btn_list {
    margin-left: 0px;
  }
}
.section_highlight_skill_info .skill_btn_item .skill_btn {
  position: relative;
  width: 120px;
  width: 4.6875vw;
  height: 120px;
  height: 4.6875vw;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_btn_item .skill_btn {
    width: 120px;
  }
}
@media (min-width: 2560px) {
  .section_highlight_skill_info .skill_btn_item .skill_btn {
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .section_highlight_skill_info .skill_btn_item .skill_btn {
    width: 145px;
    width: 18.8802083333vw;
    height: 145px;
    height: 18.8802083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_btn_item .skill_btn {
    width: 145px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_highlight_skill_info .skill_btn_item .skill_btn {
    height: 145px;
  }
}
.section_highlight_skill_info .skill_btn_item .skill_btn .skill_icon {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: background-image 0.3s linear;
  transition: background-image 0.3s linear;
}
.section_highlight_skill_info .skill_btn_item .skill_btn[data-skill=peacemaker] .skill_icon {
  background-image: url("../img/ico_skill_peacemaker_disabled.png");
}
.section_highlight_skill_info .skill_btn_item .skill_btn[data-skill=peacemaker]:hover:not(.is_active) .skill_icon {
  background-image: url("../img/ico_skill_peacemaker_hover.png");
}
.section_highlight_skill_info .skill_btn_item .skill_btn[data-skill=peacemaker].is_active .skill_icon {
  background-image: url("../img/ico_skill_peacemaker_active.png");
}
.section_highlight_skill_info .skill_btn_item .skill_btn[data-skill=hextrap] .skill_icon {
  background-image: url("../img/ico_skill_hextrap_disabled.png");
}
.section_highlight_skill_info .skill_btn_item .skill_btn[data-skill=hextrap]:hover:not(.is_active) .skill_icon {
  background-image: url("../img/ico_skill_hextrap_hover.png");
}
.section_highlight_skill_info .skill_btn_item .skill_btn[data-skill=hextrap].is_active .skill_icon {
  background-image: url("../img/ico_skill_hextrap_active.png");
}
.section_highlight_skill_info .skill_btn_item .skill_btn[data-skill=ace] .skill_icon {
  background-image: url("../img/ico_skill_ace_disabled.png");
}
.section_highlight_skill_info .skill_btn_item .skill_btn[data-skill=ace]:hover:not(.is_active) .skill_icon {
  background-image: url("../img/ico_skill_ace_hover.png");
}
.section_highlight_skill_info .skill_btn_item .skill_btn[data-skill=ace].is_active .skill_icon {
  background-image: url("../img/ico_skill_ace_active.png");
}
.section_highlight_skill_info .skill_btn_item .skill_btn[data-skill=aim] .skill_icon {
  background-image: url("../img/ico_skill_aim_disabled.png");
}
.section_highlight_skill_info .skill_btn_item .skill_btn[data-skill=aim]:hover:not(.is_active) .skill_icon {
  background-image: url("../img/ico_skill_aim_hover.png");
}
.section_highlight_skill_info .skill_btn_item .skill_btn[data-skill=aim].is_active .skill_icon {
  background-image: url("../img/ico_skill_aim_active.png");
}

.section_mission_rewards {
  position: relative;
  height: 3090px;
  height: 120.703125vw;
  background: url("../img/bg_pc_event.jpg") center/cover no-repeat;
}
@media (min-width: 2560px) {
  .section_mission_rewards {
    height: 3090px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards {
    height: 6700px;
    height: 872.3958333333vw;
    background: url("../img/bg_pc_event_mo.jpg") center/cover no-repeat;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards {
    height: 6700px;
  }
}
.section_mission_rewards .section_inner {
  position: relative;
  padding-top: 100px;
  padding-top: 3.90625vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .section_inner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .section_inner {
    padding-top: 130px;
    padding-top: 16.9270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .section_inner {
    padding-top: 130px;
  }
}
.section_mission_rewards .section_label {
  width: 538px;
  width: 21.015625vw;
  height: 117px;
  height: 4.5703125vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .section_label {
    width: 538px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .section_label {
    height: 117px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .section_label {
    width: 425px;
    width: 55.3385416667vw;
    height: 120px;
    height: 15.625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .section_label {
    width: 425px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .section_label {
    height: 120px;
  }
}
.section_mission_rewards .section_title {
  width: 1049px;
  width: 40.9765625vw;
  height: 122px;
  height: 4.765625vw;
  margin: 40px 0px 20px 0px;
  margin: 1.5625vw 0vw 0.78125vw 0vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .section_title {
    width: 1049px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .section_title {
    height: 122px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .section_title {
    margin: 40px 0px 20px 0px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .section_title {
    width: 675px;
    width: 87.890625vw;
    height: 162px;
    height: 21.09375vw;
    margin: 34px 0px 20px 0px;
    margin: 4.4270833333vw 0vw 2.6041666667vw 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .section_title {
    width: 675px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .section_title {
    height: 162px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .section_title {
    margin: 34px 0px 20px 0px;
  }
}
.section_mission_rewards .section_desc {
  font-size: 22px;
  font-size: 0.859375vw;
  line-height: 29px;
  line-height: 1.1328125vw;
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 2560px) {
  .section_mission_rewards .section_desc {
    font-size: 22px;
    line-height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .section_desc {
    font-size: 24px;
    font-size: 3.125vw;
    line-height: 31px;
    line-height: 4.0364583333vw;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .section_desc {
    font-size: 24px;
    line-height: 31px;
  }
}
.section_mission_rewards .section_notice {
  margin-top: 10px;
  margin-top: 0.390625vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .section_notice {
    margin-top: 10px;
  }
}
.section_mission_rewards .section_notice + .is_earned {
  margin-bottom: 32px;
  margin-bottom: 1.25vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .section_notice + .is_earned {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .section_notice {
    font-size: 18px;
    font-size: 2.34375vw;
    line-height: 25px;
    line-height: 3.2552083333vw;
    margin-top: 20px;
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .section_notice {
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .section_notice {
    margin-top: 20px;
  }
}
.section_mission_rewards .character_second {
  left: 0;
  top: 428px;
  top: 16.71875vw;
  margin-left: -756px;
  margin-left: -29.53125vw;
  z-index: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media (min-width: 2560px) {
  .section_mission_rewards .character_second {
    top: 428px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .character_second {
    margin-left: -756px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .character_second {
    top: 624px;
    top: 81.25vw;
    margin-left: -280px;
    margin-left: -36.4583333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .character_second {
    top: 624px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .character_second {
    margin-left: -280px;
  }
}
.section_mission_rewards .character_second::before {
  background-image: url("../img/caitlyn_pc_event.png");
  width: 1551px;
  width: 60.5859375vw;
  height: 1164px;
  height: 45.46875vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .character_second::before {
    width: 1551px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .character_second::before {
    height: 1164px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .character_second::before {
    background-image: url("../img/caitlyn_pc_event_mo.png");
    width: 1090px;
    width: 141.9270833333vw;
    height: 926px;
    height: 120.5729166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .character_second::before {
    width: 1090px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .character_second::before {
    height: 926px;
  }
}
.section_mission_rewards .character_second.is_show {
  -webkit-animation: slideRight 1s cubic-bezier(0, 0.71, 0, 1) forwards;
  -khtml-animation: slideRight 1s cubic-bezier(0, 0.71, 0, 1) forwards;
  -moz-animation: slideRight 1s cubic-bezier(0, 0.71, 0, 1) forwards;
  -ms-animation: slideRight 1s cubic-bezier(0, 0.71, 0, 1) forwards;
  -o-animation: slideRight 1s cubic-bezier(0, 0.71, 0, 1) forwards;
  animation: slideRight 1s cubic-bezier(0, 0.71, 0, 1) forwards;
  -webkit-animation-delay: calc(var(--i) * 0.1s);
  animation-delay: calc(var(--i) * 0.1s);
}
.section_mission_rewards .character_third {
  right: -260px;
  right: -10.15625vw;
  bottom: 1110px;
  bottom: 43.359375vw;
  z-index: 1;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media (min-width: 2560px) {
  .section_mission_rewards .character_third {
    right: -260px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .character_third {
    bottom: 1110px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .character_third {
    right: -150px;
    right: -19.53125vw;
    bottom: 2885px;
    bottom: 375.6510416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .character_third {
    right: -150px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .character_third {
    bottom: 2885px;
  }
}
.section_mission_rewards .character_third::before {
  background-image: url("../img/char_monkey_drone.png");
  width: 481px;
  width: 18.7890625vw;
  height: 560px;
  height: 21.875vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .character_third::before {
    width: 481px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .character_third::before {
    height: 560px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .character_third::before {
    background-image: url("../img/char_monkey_drone_mo.png");
    width: 397px;
    width: 51.6927083333vw;
    height: 494px;
    height: 64.3229166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .character_third::before {
    width: 397px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .character_third::before {
    height: 494px;
  }
}
.section_mission_rewards .character_third.is_show {
  -webkit-animation: slideLeft 1s cubic-bezier(0, 0.71, 0, 1) forwards;
  -khtml-animation: slideLeft 1s cubic-bezier(0, 0.71, 0, 1) forwards;
  -moz-animation: slideLeft 1s cubic-bezier(0, 0.71, 0, 1) forwards;
  -ms-animation: slideLeft 1s cubic-bezier(0, 0.71, 0, 1) forwards;
  -o-animation: slideLeft 1s cubic-bezier(0, 0.71, 0, 1) forwards;
  animation: slideLeft 1s cubic-bezier(0, 0.71, 0, 1) forwards;
  -webkit-animation-delay: calc(var(--i) * 0.1s);
  animation-delay: calc(var(--i) * 0.1s);
}
.section_mission_rewards .character_fourth {
  left: 0;
  bottom: 596px;
  bottom: 23.28125vw;
  margin-left: -93px;
  margin-left: -3.6328125vw;
  z-index: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media (min-width: 2560px) {
  .section_mission_rewards .character_fourth {
    bottom: 596px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .character_fourth {
    margin-left: -93px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .character_fourth {
    bottom: 702px;
    bottom: 91.40625vw;
    margin-left: -73px;
    margin-left: -9.5052083333vw;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .character_fourth {
    bottom: 702px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .character_fourth {
    margin-left: -73px;
  }
}
.section_mission_rewards .character_fourth::before {
  width: 793px;
  width: 30.9765625vw;
  height: 624px;
  height: 24.375vw;
  background-image: url("../img/char_poro.png");
}
@media (min-width: 2560px) {
  .section_mission_rewards .character_fourth::before {
    width: 793px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .character_fourth::before {
    height: 624px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .character_fourth::before {
    width: 294px;
    width: 38.28125vw;
    height: 408px;
    height: 53.125vw;
    background-image: url("../img/char_poro_mo.png");
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .character_fourth::before {
    width: 294px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .character_fourth::before {
    height: 408px;
  }
}
.section_mission_rewards .reward_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 83px;
  padding-top: 3.2421875vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .reward_wrap {
    padding-top: 83px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .reward_wrap:first-of-type .reward_box {
    padding-top: 416px;
    padding-top: 54.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .reward_wrap:first-of-type .reward_box {
    padding-top: 416px;
  }
}
.section_mission_rewards .reward_wrap + .reward_wrap {
  padding-top: 100px;
  padding-top: 3.90625vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .reward_wrap + .reward_wrap {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .reward_wrap + .reward_wrap {
    padding-top: 90px;
    padding-top: 11.71875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .reward_wrap + .reward_wrap {
    padding-top: 90px;
  }
}
.section_mission_rewards .reward_box {
  position: relative;
  margin-left: auto;
}
.section_mission_rewards .reward_title_area {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 36px;
  margin-bottom: 1.40625vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .reward_title_area {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .reward_title_area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .reward_title_area {
    margin-bottom: 40px;
  }
}
.section_mission_rewards .reward_title_area .reward_label {
  height: 35px;
  height: 1.3671875vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .reward_title_area .reward_label {
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .reward_title_area .reward_label {
    width: 235px;
    width: 30.5989583333vw;
    height: 31px;
    height: 4.0364583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .reward_title_area .reward_label {
    width: 235px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .reward_title_area .reward_label {
    height: 31px;
  }
}
.section_mission_rewards .reward_title_area .reward_title {
  margin: 16px 0px;
  margin: 0.625vw 0vw;
  font-size: 55px;
  font-size: 2.1484375vw;
  line-height: 61px;
  line-height: 2.3828125vw;
  font-family: "sandollpress";
  font-weight: 400;
  color: #5bfcff;
}
@media (min-width: 2560px) {
  .section_mission_rewards .reward_title_area .reward_title {
    margin: 16px 0px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .reward_title_area .reward_title {
    font-size: 55px;
    line-height: 61px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .reward_title_area .reward_title {
    font-size: 52px;
    font-size: 6.7708333333vw;
    line-height: 57px;
    line-height: 7.421875vw;
    margin: 14px 0px 16px 0px;
    margin: 1.8229166667vw 0vw 2.0833333333vw 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .reward_title_area .reward_title {
    font-size: 52px;
    line-height: 57px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .reward_title_area .reward_title {
    margin: 14px 0px 16px 0px;
  }
}
.section_mission_rewards .reward_title_area .reward_desc {
  font-size: 20px;
  font-size: 0.78125vw;
  line-height: 26px;
  line-height: 1.015625vw;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
}
@media (min-width: 2560px) {
  .section_mission_rewards .reward_title_area .reward_desc {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .reward_title_area .reward_desc {
    font-size: 24px;
    font-size: 3.125vw;
    line-height: 31px;
    line-height: 4.0364583333vw;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .reward_title_area .reward_desc {
    font-size: 24px;
    line-height: 31px;
  }
}
.section_mission_rewards .reward_status {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../img/normal.png");
  -webkit-background-size: 2740px 1067px;
  background-size: 2740px 1067px;
  -webkit-background-size: 107.03125vw 41.6796875vw;
  background-size: 107.03125vw 41.6796875vw;
  background-position: 0px -568px;
  background-position: 0vw -22.1875vw;
  width: 663px;
  width: 25.8984375vw;
  height: 268px;
  height: 10.46875vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .reward_status {
    -webkit-background-size: 2740px 1067px;
    background-size: 2740px 1067px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .reward_status {
    background-position: 0px -568px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .reward_status {
    width: 663px;
    height: 268px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .reward_status {
    background-image: url("../img/retina.png");
    -webkit-background-size: 1374px 967px;
    background-size: 1374px 967px;
    -webkit-background-size: 178.90625vw 125.9114583333vw;
    background-size: 178.90625vw 125.9114583333vw;
    background-position: -692px 0px;
    background-position: -90.1041666667vw 0vw;
    width: 682px;
    width: 88.8020833333vw;
    height: 276px;
    height: 35.9375vw;
  }
}
.section_mission_rewards .reward_status_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 35px 62px 26px 34px;
  padding: 1.3671875vw 2.421875vw 1.015625vw 1.328125vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .reward_status_title {
    padding: 35px 62px 26px 34px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .reward_status_title {
    padding: 35px 61px 26px 37px;
    padding: 4.5572916667vw 7.9427083333vw 3.3854166667vw 4.8177083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .reward_status_title {
    padding: 35px 61px 26px 37px;
  }
}
.section_mission_rewards .reward_status_label {
  font-size: 24px;
  font-size: 0.9375vw;
  line-height: 31px;
  line-height: 1.2109375vw;
  font-family: "sandollpress";
  font-weight: 400;
  color: #ffffff;
}
@media (min-width: 2560px) {
  .section_mission_rewards .reward_status_label {
    font-size: 24px;
    line-height: 31px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .reward_status_label {
    font-size: 22px;
    font-size: 2.8645833333vw;
    line-height: 32px;
    line-height: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .reward_status_label {
    font-size: 22px;
    line-height: 32px;
  }
}
.section_mission_rewards .reward_status_limit {
  font-size: 20px;
  font-size: 0.78125vw;
  line-height: 26px;
  line-height: 1.015625vw;
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 2560px) {
  .section_mission_rewards .reward_status_limit {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .reward_status_limit {
    font-size: 21px;
    font-size: 2.734375vw;
    line-height: 27px;
    line-height: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .reward_status_limit {
    font-size: 21px;
    line-height: 27px;
  }
}
.section_mission_rewards .reward_status_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 62px 0px 37px;
  padding: 1.171875vw 2.421875vw 0vw 1.4453125vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .reward_status_area {
    padding: 30px 62px 0px 37px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .reward_status_area {
    padding: 30px 62px 0px 37px;
    padding: 3.90625vw 8.0729166667vw 0vw 4.8177083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .reward_status_area {
    padding: 30px 62px 0px 37px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .reward_status_area .btn_view {
    width: 264px;
    width: 34.375vw;
    height: 81px;
    height: 10.546875vw;
    background: url("../img/btn_view_mo.png") center/cover no-repeat;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .reward_status_area .btn_view {
    width: 264px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .reward_status_area .btn_view {
    height: 81px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .reward_status_area .btn_view .text {
    font-size: 28px;
    font-size: 3.6458333333vw;
    line-height: 33px;
    line-height: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .reward_status_area .btn_view .text {
    font-size: 28px;
    line-height: 33px;
  }
}
.section_mission_rewards .reward_status_area.is_earned {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 49px 44px 0px 44px;
  padding: 1.9140625vw 1.71875vw 0vw 1.71875vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .reward_status_area.is_earned {
    padding: 49px 44px 0px 44px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .reward_status_area.is_earned {
    padding: 49px 44px 0px 44px;
    padding: 6.3802083333vw 5.7291666667vw 0vw 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .reward_status_area.is_earned {
    padding: 49px 44px 0px 44px;
  }
}
.section_mission_rewards .reward_status_area.is_earned + .section_notice {
  padding-top: 10px;
  padding-top: 0.390625vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .reward_status_area.is_earned + .section_notice {
    padding-top: 10px;
  }
}
.section_mission_rewards .reward_status_area.is_earned .reward_status_text {
  display: block;
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .reward_status_area.is_earned .reward_status_text {
    font-size: 42px;
    font-size: 5.46875vw;
    line-height: 55px;
    line-height: 7.1614583333vw;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .reward_status_area.is_earned .reward_status_text {
    font-size: 42px;
    line-height: 55px;
  }
}
.section_mission_rewards .reward_status_text {
  display: none;
  font-size: 42px;
  font-size: 1.640625vw;
  line-height: 55px;
  line-height: 2.1484375vw;
  font-family: "sandollpress";
  font-weight: 600;
  color: #1b1d1f;
  white-space: nowrap;
}
@media (min-width: 2560px) {
  .section_mission_rewards .reward_status_text {
    font-size: 42px;
    line-height: 55px;
  }
}
.section_mission_rewards .reward_status_count {
  font-size: 66px;
  font-size: 2.578125vw;
  line-height: 86px;
  line-height: 3.359375vw;
  font-family: "sandollpress";
  font-weight: 400;
  color: #5021c4;
}
@media (min-width: 2560px) {
  .section_mission_rewards .reward_status_count {
    font-size: 66px;
    line-height: 86px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .reward_status_count {
    font-size: 68px;
    font-size: 8.8541666667vw;
    line-height: 88px;
    line-height: 11.4583333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .reward_status_count {
    font-size: 68px;
    line-height: 88px;
  }
}
.section_mission_rewards .reward_status .section_notice {
  margin: 28px 33px 18px 33px;
  margin: 1.09375vw 1.2890625vw 0.703125vw 1.2890625vw;
  font-size: 16px;
  font-size: 0.625vw;
  line-height: 22px;
  line-height: 0.859375vw;
  color: #a5a5a5;
  text-align: left;
}
@media (min-width: 2560px) {
  .section_mission_rewards .reward_status .section_notice {
    margin: 28px 33px 18px 33px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .reward_status .section_notice {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .reward_status .section_notice {
    margin: 22px 37px 22px 37px;
    margin: 2.8645833333vw 4.8177083333vw 2.8645833333vw 4.8177083333vw;
    font-size: 18px;
    font-size: 2.34375vw;
    line-height: 25px;
    line-height: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .reward_status .section_notice {
    margin: 22px 37px 22px 37px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .reward_status .section_notice {
    font-size: 18px;
    line-height: 25px;
  }
}
.section_mission_rewards .btn_view {
  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;
}
.section_mission_rewards .btn_view .text::after {
  display: inline-block;
  width: 22px;
  width: 0.859375vw;
  height: 23px;
  height: 0.8984375vw;
  margin-left: 14px;
  margin-left: 0.546875vw;
  background: url("../img/btn_refresh.png") center/cover no-repeat;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  content: "";
}
@media (min-width: 2560px) {
  .section_mission_rewards .btn_view .text::after {
    width: 22px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .btn_view .text::after {
    height: 23px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .btn_view .text::after {
    margin-left: 14px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .btn_view .text::after {
    width: 22px;
    width: 2.8645833333vw;
    height: 23px;
    height: 2.9947916667vw;
    margin-left: 14px;
    margin-left: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .btn_view .text::after {
    width: 22px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .btn_view .text::after {
    height: 23px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .btn_view .text::after {
    margin-left: 14px;
  }
}
.section_mission_rewards .btn_view:hover .text::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section_mission_rewards .product_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 1400px;
  width: 54.6875vw;
  height: 628px;
  height: 24.53125vw;
  margin-top: 33px;
  margin-top: 1.2890625vw;
  padding: 65px 51px 30px;
  padding: 2.5390625vw 1.9921875vw 1.171875vw;
  background: #1d0752;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_area {
    width: 1400px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_area {
    height: 628px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_area {
    margin-top: 33px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_area {
    padding: 65px 51px 30px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .product_area {
    width: 688px;
    width: 89.5833333333vw;
    height: 2060px;
    height: 268.2291666667vw;
    margin-top: 40px;
    margin-top: 5.2083333333vw;
    padding: 65px 0px 66px 0px;
    padding: 8.4635416667vw 0vw 8.59375vw 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_area {
    width: 688px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_area {
    height: 2060px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_area {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_area {
    padding: 65px 0px 66px 0px;
  }
}
.section_mission_rewards .product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  gap: 112px;
  gap: 4.375vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_list {
    gap: 112px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .product_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 96px;
    gap: 12.5vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_list {
    gap: 96px;
  }
}
.section_mission_rewards .product_item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .product_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.section_mission_rewards .product_item .btn_primary {
  margin-top: 20px;
  margin-top: 0.78125vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_item .btn_primary {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .product_item .btn_primary {
    margin-top: 30px;
    margin-top: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_item .btn_primary {
    margin-top: 30px;
  }
}
.section_mission_rewards .product_item .btn_primary:disabled {
  background-image: url("../img/btn_sm_disabled.png") !important;
  color: #a5a5a5 !important;
  pointer-events: none !important;
  cursor: default !important;
}
.section_mission_rewards .product_item .btn_primary:disabled:hover {
  background-image: url("../img/btn_sm_disabled.png") !important;
}
.section_mission_rewards .product_item + .product_item::before {
  position: absolute;
  top: 50%;
  left: -56px;
  left: -2.1875vw;
  width: 32px;
  width: 1.25vw;
  height: 45px;
  height: 1.7578125vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../img/normal.png");
  -webkit-background-size: 2740px 1067px;
  background-size: 2740px 1067px;
  -webkit-background-size: 107.03125vw 41.6796875vw;
  background-size: 107.03125vw 41.6796875vw;
  background-position: -2332px -424px;
  background-position: -91.09375vw -16.5625vw;
  width: 32px;
  width: 1.25vw;
  height: 46px;
  height: 1.796875vw;
  content: "";
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_item + .product_item::before {
    left: -56px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_item + .product_item::before {
    width: 32px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_item + .product_item::before {
    height: 45px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_item + .product_item::before {
    -webkit-background-size: 2740px 1067px;
    background-size: 2740px 1067px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_item + .product_item::before {
    background-position: -2332px -424px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_item + .product_item::before {
    width: 32px;
    height: 46px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .product_item + .product_item::before {
    top: -57px;
    top: -7.421875vw;
    left: 50%;
    background-image: url("../img/retina.png");
    -webkit-background-size: 1374px 967px;
    background-size: 1374px 967px;
    -webkit-background-size: 178.90625vw 125.9114583333vw;
    background-size: 178.90625vw 125.9114583333vw;
    background-position: -1326px -280px;
    background-position: -172.65625vw -36.4583333333vw;
    width: 46px;
    width: 5.9895833333vw;
    height: 32px;
    height: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_item + .product_item::before {
    top: -57px;
  }
}
.section_mission_rewards .product_item:not(.is_received):not(.is_soldout):not(.is_end):not(.is_pending):hover .product_info {
  background-image: url("../img/event/bx_reward_item_info_hover.png");
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .product_item:not(.is_received):not(.is_soldout):not(.is_end):not(.is_pending):hover .product_info {
    width: 390px;
    width: 50.78125vw;
    height: 459px;
    height: 59.765625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_item:not(.is_received):not(.is_soldout):not(.is_end):not(.is_pending):hover .product_info {
    width: 390px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_item:not(.is_received):not(.is_soldout):not(.is_end):not(.is_pending):hover .product_info {
    height: 459px;
  }
}
.section_mission_rewards .product_item:not(.is_received):not(.is_soldout):not(.is_end):not(.is_pending):hover .btn_primary:not(:disabled) {
  background-image: url("../img/btn_sm_hover.png");
}
.section_mission_rewards .product_item.is_received .product_info, .section_mission_rewards .product_item.is_soldout .product_info, .section_mission_rewards .product_item.is_end .product_info {
  position: relative;
  background-image: url("../img/event/bx_reward_frame_disabled.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .product_item.is_received .product_info, .section_mission_rewards .product_item.is_soldout .product_info, .section_mission_rewards .product_item.is_end .product_info {
    width: 390px;
    width: 50.78125vw;
    height: 459px;
    height: 59.765625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_item.is_received .product_info, .section_mission_rewards .product_item.is_soldout .product_info, .section_mission_rewards .product_item.is_end .product_info {
    width: 390px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_item.is_received .product_info, .section_mission_rewards .product_item.is_soldout .product_info, .section_mission_rewards .product_item.is_end .product_info {
    height: 459px;
  }
}
.section_mission_rewards .product_item.is_received .product_info .product_day, .section_mission_rewards .product_item.is_soldout .product_info .product_day, .section_mission_rewards .product_item.is_end .product_info .product_day {
  color: rgba(255, 255, 255, 0.2);
}
.section_mission_rewards .product_item.is_received .product_info::after, .section_mission_rewards .product_item.is_soldout .product_info::after, .section_mission_rewards .product_item.is_end .product_info::after {
  position: absolute;
  left: 50%;
  top: 70px;
  top: 2.734375vw;
  width: 180px;
  height: 180px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
  content: "";
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_item.is_received .product_info::after, .section_mission_rewards .product_item.is_soldout .product_info::after, .section_mission_rewards .product_item.is_end .product_info::after {
    top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .product_item.is_received .product_info::after, .section_mission_rewards .product_item.is_soldout .product_info::after, .section_mission_rewards .product_item.is_end .product_info::after {
    top: 105px;
    top: 13.671875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_item.is_received .product_info::after, .section_mission_rewards .product_item.is_soldout .product_info::after, .section_mission_rewards .product_item.is_end .product_info::after {
    top: 105px;
  }
}
.section_mission_rewards .product_item.is_soldout, .section_mission_rewards .product_item.is_end {
  pointer-events: none;
}
.section_mission_rewards .product_item.is_soldout .btn_primary, .section_mission_rewards .product_item.is_end .btn_primary {
  background-image: url("../img/btn_sm_disabled.png");
  color: #a5a5a5;
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
.section_mission_rewards .product_item.is_received .product_info::after {
  background-image: url("../img/normal.png");
  -webkit-background-size: 2740px 1067px;
  background-size: 2740px 1067px;
  -webkit-background-size: 107.03125vw 41.6796875vw;
  background-size: 107.03125vw 41.6796875vw;
  background-position: -462px -840px;
  background-position: -18.046875vw -32.8125vw;
  width: 227px;
  width: 8.8671875vw;
  height: 227px;
  height: 8.8671875vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_item.is_received .product_info::after {
    -webkit-background-size: 2740px 1067px;
    background-size: 2740px 1067px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_item.is_received .product_info::after {
    background-position: -462px -840px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_item.is_received .product_info::after {
    width: 227px;
    height: 227px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .product_item.is_received .product_info::after {
    background-image: url("../img/retina.png");
    -webkit-background-size: 1374px 967px;
    background-size: 1374px 967px;
    -webkit-background-size: 178.90625vw 125.9114583333vw;
    background-size: 178.90625vw 125.9114583333vw;
    background-position: -690px -626px;
    background-position: -89.84375vw -81.5104166667vw;
    width: 341px;
    width: 44.4010416667vw;
    height: 341px;
    height: 44.4010416667vw;
  }
}
.section_mission_rewards .product_item.is_soldout .product_info::after {
  background-image: url("../img/normal.png");
  -webkit-background-size: 2740px 1067px;
  background-size: 2740px 1067px;
  -webkit-background-size: 107.03125vw 41.6796875vw;
  background-size: 107.03125vw 41.6796875vw;
  background-position: -231px -840px;
  background-position: -9.0234375vw -32.8125vw;
  width: 227px;
  width: 8.8671875vw;
  height: 227px;
  height: 8.8671875vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_item.is_soldout .product_info::after {
    -webkit-background-size: 2740px 1067px;
    background-size: 2740px 1067px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_item.is_soldout .product_info::after {
    background-position: -231px -840px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_item.is_soldout .product_info::after {
    width: 227px;
    height: 227px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .product_item.is_soldout .product_info::after {
    background-image: url("../img/retina.png");
    -webkit-background-size: 1374px 967px;
    background-size: 1374px 967px;
    -webkit-background-size: 178.90625vw 125.9114583333vw;
    background-size: 178.90625vw 125.9114583333vw;
    background-position: -345px -626px;
    background-position: -44.921875vw -81.5104166667vw;
    width: 341px;
    width: 44.4010416667vw;
    height: 341px;
    height: 44.4010416667vw;
  }
}
.section_mission_rewards .product_item.is_end .product_info::after {
  background-image: url("../img/normal.png");
  -webkit-background-size: 2740px 1067px;
  background-size: 2740px 1067px;
  -webkit-background-size: 107.03125vw 41.6796875vw;
  background-size: 107.03125vw 41.6796875vw;
  background-position: 0px -840px;
  background-position: 0vw -32.8125vw;
  width: 227px;
  width: 8.8671875vw;
  height: 227px;
  height: 8.8671875vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_item.is_end .product_info::after {
    -webkit-background-size: 2740px 1067px;
    background-size: 2740px 1067px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_item.is_end .product_info::after {
    background-position: 0px -840px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_item.is_end .product_info::after {
    width: 227px;
    height: 227px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .product_item.is_end .product_info::after {
    background-image: url("../img/retina.png");
    -webkit-background-size: 1374px 967px;
    background-size: 1374px 967px;
    -webkit-background-size: 178.90625vw 125.9114583333vw;
    background-size: 178.90625vw 125.9114583333vw;
    background-position: 0px -626px;
    background-position: 0vw -81.5104166667vw;
    width: 341px;
    width: 44.4010416667vw;
    height: 341px;
    height: 44.4010416667vw;
  }
}
.section_mission_rewards .product_item.is_received .img_box img, .section_mission_rewards .product_item.is_soldout .img_box img, .section_mission_rewards .product_item.is_end .img_box img {
  -webkit-filter: grayscale(1) brightness(1);
  filter: grayscale(1) brightness(1);
}
.section_mission_rewards .product_info {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 260px;
  width: 10.15625vw;
  height: 306px;
  height: 11.953125vw;
  background: url("../img/event/bx_reward_item_info.png") center/cover no-repeat;
  -webkit-transition: background-image 0.3s linear;
  transition: background-image 0.3s linear;
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_info {
    width: 260px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_info {
    height: 306px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .product_info {
    width: 390px;
    width: 50.78125vw;
    height: 459px;
    height: 59.765625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_info {
    width: 390px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_info {
    height: 459px;
  }
}
.section_mission_rewards .product_info .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 210px;
  width: 8.203125vw;
  height: 150px;
  height: 5.859375vw;
  margin-top: 6px;
  margin-top: 0.234375vw;
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_info .img_box {
    width: 210px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_info .img_box {
    height: 150px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_info .img_box {
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .product_info .img_box {
    width: 321px;
    width: 41.796875vw;
    height: 225px;
    height: 29.296875vw;
    margin-top: 9px;
    margin-top: 1.171875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_info .img_box {
    width: 321px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_info .img_box {
    height: 225px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_info .img_box {
    margin-top: 9px;
  }
}
.section_mission_rewards .product_day {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 23px 21px 16px;
  padding: 0.8984375vw 0.8203125vw 0.625vw;
  font-size: 20px;
  font-size: 0.78125vw;
  line-height: 24px;
  line-height: 0.9375vw;
  font-family: "sandollpress";
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_day {
    padding: 23px 21px 16px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_day {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .product_day {
    padding: 35px 31px 24px;
    padding: 4.5572916667vw 4.0364583333vw 3.125vw;
    font-size: 30px;
    font-size: 3.90625vw;
    line-height: 36px;
    line-height: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_day {
    padding: 35px 31px 24px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_day {
    font-size: 30px;
    line-height: 36px;
  }
}
.section_mission_rewards .product_name {
  padding-top: 20px;
  padding-top: 0.78125vw;
  font-size: 19px;
  font-size: 0.7421875vw;
  line-height: 24px;
  line-height: 0.9375vw;
  font-weight: 900;
  color: #1b1d1f;
  text-align: center;
  max-width: 220px;
  max-width: 8.59375vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_name {
    padding-top: 20px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_name {
    font-size: 19px;
    line-height: 24px;
  }
}
@media (min-width: 2560px) {
  .section_mission_rewards .product_name {
    max-width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .section_mission_rewards .product_name {
    padding-top: 20px;
    padding-top: 2.6041666667vw;
    font-size: 27px;
    font-size: 3.515625vw;
    line-height: 36px;
    line-height: 4.6875vw;
    max-width: 280px;
    max-width: 36.4583333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_name {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_name {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_mission_rewards .product_name {
    max-width: 280px;
  }
}

.section_attendance {
  position: relative;
  height: 1418px;
  height: 55.390625vw;
  background: url("../img/bg_attendance.jpg") center/cover no-repeat;
}
@media (min-width: 2560px) {
  .section_attendance {
    height: 1418px;
  }
}
@media screen and (max-width: 768px) {
  .section_attendance {
    height: 1500px;
    height: 195.3125vw;
    background: url("../img/bg_attendance_mo.jpg") center/cover no-repeat;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance {
    height: 1500px;
  }
}
.section_attendance .section_inner {
  padding-top: 88px;
  padding-top: 3.4375vw;
}
@media (min-width: 2560px) {
  .section_attendance .section_inner {
    padding-top: 88px;
  }
}
@media screen and (max-width: 768px) {
  .section_attendance .section_inner {
    padding-top: 110px;
    padding-top: 14.3229166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .section_inner {
    padding-top: 110px;
  }
}
.section_attendance .section_label {
  width: 538px;
  width: 21.015625vw;
  height: 118px;
  height: 4.609375vw;
}
@media (min-width: 2560px) {
  .section_attendance .section_label {
    width: 538px;
  }
}
@media (min-width: 2560px) {
  .section_attendance .section_label {
    height: 118px;
  }
}
@media screen and (max-width: 768px) {
  .section_attendance .section_label {
    width: 425px;
    width: 55.3385416667vw;
    height: 120px;
    height: 15.625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .section_label {
    width: 425px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .section_label {
    height: 120px;
  }
}
.section_attendance .section_title {
  width: 989px;
  width: 38.6328125vw;
  height: 61px;
  height: 2.3828125vw;
  margin: 40px 0px 20px 0px;
  margin: 1.5625vw 0vw 0.78125vw 0vw;
}
@media (min-width: 2560px) {
  .section_attendance .section_title {
    width: 989px;
  }
}
@media (min-width: 2560px) {
  .section_attendance .section_title {
    height: 61px;
  }
}
@media (min-width: 2560px) {
  .section_attendance .section_title {
    margin: 40px 0px 20px 0px;
  }
}
@media screen and (max-width: 768px) {
  .section_attendance .section_title {
    width: 503px;
    width: 65.4947916667vw;
    height: 120px;
    height: 15.625vw;
    margin: 34px 0px 20px 0px;
    margin: 4.4270833333vw 0vw 2.6041666667vw 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .section_title {
    width: 503px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .section_title {
    height: 120px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .section_title {
    margin: 34px 0px 20px 0px;
  }
}
.section_attendance .section_desc {
  margin-bottom: 40px;
  margin-bottom: 1.5625vw;
  font-size: 22px;
  font-size: 0.859375vw;
  line-height: 29px;
  line-height: 1.1328125vw;
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 2560px) {
  .section_attendance .section_desc {
    margin-bottom: 40px;
  }
}
@media (min-width: 2560px) {
  .section_attendance .section_desc {
    font-size: 22px;
    line-height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .section_attendance .section_desc {
    margin-bottom: 39px;
    margin-bottom: 5.078125vw;
    font-size: 24px;
    font-size: 3.125vw;
    line-height: 31px;
    line-height: 4.0364583333vw;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .section_desc {
    margin-bottom: 39px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .section_desc {
    font-size: 24px;
    line-height: 31px;
  }
}
.section_attendance .section_notice {
  margin: 20px 0px 28px 0px;
  margin: 0.78125vw 0vw 1.09375vw 0vw;
  font-weight: 700;
  color: #9299fc;
}
@media (min-width: 2560px) {
  .section_attendance .section_notice {
    margin: 20px 0px 28px 0px;
  }
}
@media screen and (max-width: 768px) {
  .section_attendance .section_notice {
    margin: 16px 0px 30px 0px;
    margin: 2.0833333333vw 0vw 3.90625vw 0vw;
    font-size: 18px;
    font-size: 2.34375vw;
    line-height: 25px;
    line-height: 3.2552083333vw;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .section_notice {
    margin: 16px 0px 30px 0px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .section_notice {
    font-size: 18px;
    line-height: 25px;
  }
}
.section_attendance .btn_primary:not(.animate) {
  -webkit-transition: background-image 0.3s linear;
  transition: background-image 0.3s linear;
}
.section_attendance .btn_primary.btn_entry:disabled {
  width: 286px;
  width: 11.171875vw;
  height: 78px;
  height: 3.046875vw;
  background-image: url("../img/btn_entry_disabled.png");
}
@media (min-width: 2560px) {
  .section_attendance .btn_primary.btn_entry:disabled {
    width: 286px;
  }
}
@media (min-width: 2560px) {
  .section_attendance .btn_primary.btn_entry:disabled {
    height: 78px;
  }
}
@media screen and (max-width: 768px) {
  .section_attendance .btn_primary.btn_entry:disabled {
    width: 286px;
    width: 37.2395833333vw;
    height: 78px;
    height: 10.15625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .btn_primary.btn_entry:disabled {
    width: 286px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .btn_primary.btn_entry:disabled {
    height: 78px;
  }
}
.section_attendance .btn_primary.btn_entry .text {
  color: #1b1d1f;
}
.section_attendance .btn_primary.type_lg.btn_complete {
  background-image: url("../img/btn_lg_disabled.png");
}
.section_attendance .btn_primary.type_lg.btn_complete .text {
  color: #1b1d1f;
}
.section_attendance .btn_primary.animate {
  -webkit-transition-property: opacity, background-image, -webkit-transform;
  transition-property: opacity, background-image, -webkit-transform;
  transition-property: opacity, transform, background-image;
  transition-property: opacity, transform, background-image, -webkit-transform;
}
@media screen and (max-width: 768px) {
  .section_attendance .btn_primary {
    width: 286px;
    width: 37.2395833333vw;
    height: 78px;
    height: 10.15625vw;
    font-size: 28px;
    font-size: 3.6458333333vw;
    line-height: 33px;
    line-height: 4.296875vw;
    font-weight: 900;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .btn_primary {
    width: 286px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .btn_primary {
    height: 78px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .btn_primary {
    font-size: 28px;
    line-height: 33px;
  }
}
.section_attendance .event_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section_attendance .notice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  padding-top: 0.78125vw;
}
@media (min-width: 2560px) {
  .section_attendance .notice_list {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section_attendance .notice_list {
    padding-top: 24px;
    padding-top: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .notice_list {
    padding-top: 24px;
  }
}
.section_attendance .notice_item {
  font-size: 16px;
  font-size: 0.625vw;
  line-height: 22px;
  line-height: 0.859375vw;
  font-weight: 700;
  text-align: left;
  color: #9299fc;
}
@media (min-width: 2560px) {
  .section_attendance .notice_item {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .section_attendance .notice_item {
    font-size: 18px;
    font-size: 2.34375vw;
    line-height: 25px;
    line-height: 3.2552083333vw;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .notice_item {
    font-size: 18px;
    line-height: 25px;
  }
}
.section_attendance .event_area {
  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;
  width: 1200px;
  width: 46.875vw;
  height: 564px;
  height: 22.03125vw;
  background-image: url("../img/normal.png");
  -webkit-background-size: 2740px 1067px;
  background-size: 2740px 1067px;
  -webkit-background-size: 107.03125vw 41.6796875vw;
  background-size: 107.03125vw 41.6796875vw;
  background-position: 0px 0px;
  background-position: 0vw 0vw;
  width: 1200px;
  width: 46.875vw;
  height: 564px;
  height: 22.03125vw;
}
@media (min-width: 2560px) {
  .section_attendance .event_area {
    width: 1200px;
  }
}
@media (min-width: 2560px) {
  .section_attendance .event_area {
    height: 564px;
  }
}
@media (min-width: 2560px) {
  .section_attendance .event_area {
    -webkit-background-size: 2740px 1067px;
    background-size: 2740px 1067px;
  }
}
@media (min-width: 2560px) {
  .section_attendance .event_area {
    background-position: 0px 0px;
  }
}
@media (min-width: 2560px) {
  .section_attendance .event_area {
    width: 1200px;
    height: 564px;
  }
}
@media screen and (max-width: 768px) {
  .section_attendance .event_area {
    background-image: url("../img/retina.png");
    -webkit-background-size: 1374px 967px;
    background-size: 1374px 967px;
    -webkit-background-size: 178.90625vw 125.9114583333vw;
    background-size: 178.90625vw 125.9114583333vw;
    background-position: 0px 0px;
    background-position: 0vw 0vw;
    width: 688px;
    width: 89.5833333333vw;
    height: 460px;
    height: 59.8958333333vw;
  }
}
.section_attendance .event_area .event_card {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 625px;
  width: 24.4140625vw;
  height: 407px;
  height: 15.8984375vw;
  background: url("../img/bg_event_prd.png") center/cover no-repeat;
}
@media (min-width: 2560px) {
  .section_attendance .event_area .event_card {
    width: 625px;
  }
}
@media (min-width: 2560px) {
  .section_attendance .event_area .event_card {
    height: 407px;
  }
}
@media screen and (max-width: 768px) {
  .section_attendance .event_area .event_card {
    width: 500px;
    width: 65.1041666667vw;
    height: 336px;
    height: 43.75vw;
    background: url("../img/bg_event_prd_mo.png") center/cover no-repeat;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .event_area .event_card {
    width: 500px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .event_area .event_card {
    height: 336px;
  }
}
.section_attendance .event_area .event_card .event_thumb {
  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;
  width: 302px;
  width: 11.796875vw;
  height: 234px;
  height: 9.140625vw;
}
@media (min-width: 2560px) {
  .section_attendance .event_area .event_card .event_thumb {
    width: 302px;
  }
}
@media (min-width: 2560px) {
  .section_attendance .event_area .event_card .event_thumb {
    height: 234px;
  }
}
@media screen and (max-width: 768px) {
  .section_attendance .event_area .event_card .event_thumb {
    width: 242px;
    width: 31.5104166667vw;
    height: 187px;
    height: 24.3489583333vw;
    margin-bottom: 28px;
    margin-bottom: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .event_area .event_card .event_thumb {
    width: 242px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .event_area .event_card .event_thumb {
    height: 187px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .event_area .event_card .event_thumb {
    margin-bottom: 28px;
  }
}
.section_attendance .event_area .event_card .event_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0px;
  bottom: 0vw;
  height: 74px;
  height: 2.890625vw;
}
@media (min-width: 2560px) {
  .section_attendance .event_area .event_card .event_info {
    bottom: 0px;
  }
}
@media (min-width: 2560px) {
  .section_attendance .event_area .event_card .event_info {
    height: 74px;
  }
}
@media screen and (max-width: 768px) {
  .section_attendance .event_area .event_card .event_info {
    bottom: 21px;
    bottom: 2.734375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .event_area .event_card .event_info {
    bottom: 21px;
  }
}
.section_attendance .event_area .event_card .event_info .event_title {
  font-size: 20px;
  font-size: 0.78125vw;
  line-height: 26px;
  line-height: 1.015625vw;
  font-weight: 900;
  color: #ffffff;
  max-width: 400px;
  max-width: 15.625vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 2560px) {
  .section_attendance .event_area .event_card .event_info .event_title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 2560px) {
  .section_attendance .event_area .event_card .event_info .event_title {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .section_attendance .event_area .event_card .event_info .event_title {
    max-width: 400px;
    max-width: 52.0833333333vw;
    font-size: 22px;
    font-size: 2.8645833333vw;
    line-height: 29px;
    line-height: 3.7760416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .event_area .event_card .event_info .event_title {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .event_area .event_card .event_info .event_title {
    font-size: 22px;
    line-height: 29px;
  }
}
.section_attendance .event_area .event_card .event_info .event_amount {
  font-size: 20px;
  font-size: 0.78125vw;
  line-height: 26px;
  line-height: 1.015625vw;
  font-weight: 500;
  color: #ffffff;
}
@media (min-width: 2560px) {
  .section_attendance .event_area .event_card .event_info .event_amount {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .section_attendance .event_area .event_card .event_info .event_amount {
    font-size: 22px;
    font-size: 2.8645833333vw;
    line-height: 29px;
    line-height: 3.7760416667vw;
    margin-left: 6px;
    margin-left: 0.78125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .event_area .event_card .event_info .event_amount {
    font-size: 22px;
    line-height: 29px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_attendance .event_area .event_card .event_info .event_amount {
    margin-left: 6px;
  }
}
.section_attendance .character_fifth {
  left: 50%;
  bottom: -400px;
  bottom: -15.625vw;
  margin-left: -130px;
  margin-left: -5.078125vw;
  z-index: 0;
}
@media (min-width: 2560px) {
  .section_attendance .character_fifth {
    bottom: -400px;
  }
}
@media (min-width: 2560px) {
  .section_attendance .character_fifth {
    margin-left: -130px;
  }
}
@media screen and (max-width: 768px) {
  .section_attendance .character_fifth {
    display: none;
  }
}
.section_attendance .character_fifth::before {
  background-image: url("../img/char_caitlyn_event_02.png");
  width: 1624px;
  width: 63.4375vw;
  height: 1230px;
  height: 48.046875vw;
}
@media (min-width: 2560px) {
  .section_attendance .character_fifth::before {
    width: 1624px;
  }
}
@media (min-width: 2560px) {
  .section_attendance .character_fifth::before {
    height: 1230px;
  }
}
.section_attendance .character_fifth.is_show {
  -webkit-animation: slideLeft 1s cubic-bezier(0, 0.71, 0, 1) forwards;
  -khtml-animation: slideLeft 1s cubic-bezier(0, 0.71, 0, 1) forwards;
  -moz-animation: slideLeft 1s cubic-bezier(0, 0.71, 0, 1) forwards;
  -ms-animation: slideLeft 1s cubic-bezier(0, 0.71, 0, 1) forwards;
  -o-animation: slideLeft 1s cubic-bezier(0, 0.71, 0, 1) forwards;
  animation: slideLeft 1s cubic-bezier(0, 0.71, 0, 1) forwards;
  -webkit-animation-delay: calc(var(--i) * 0.1s);
  animation-delay: calc(var(--i) * 0.1s);
}

.section_cta {
  position: relative;
  height: 1400px;
  height: 54.6875vw;
  background: url("../img/bg_cta.jpg") center/cover no-repeat;
}
@media (min-width: 2560px) {
  .section_cta {
    height: 1400px;
  }
}
@media screen and (max-width: 768px) {
  .section_cta {
    height: 1110px;
    height: 144.53125vw;
    background: url("../img/bg_cta_mo.jpg") center/cover no-repeat;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_cta {
    height: 1110px;
  }
}
.section_cta .section_inner {
  padding-top: 93px;
  padding-top: 3.6328125vw;
}
@media (min-width: 2560px) {
  .section_cta .section_inner {
    padding-top: 93px;
  }
}
@media screen and (max-width: 768px) {
  .section_cta .section_inner {
    padding-top: 70px;
    padding-top: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_cta .section_inner {
    padding-top: 70px;
  }
}
.section_cta .section_label {
  width: 538px;
  width: 21.015625vw;
  height: 118px;
  height: 4.609375vw;
}
@media (min-width: 2560px) {
  .section_cta .section_label {
    width: 538px;
  }
}
@media (min-width: 2560px) {
  .section_cta .section_label {
    height: 118px;
  }
}
@media screen and (max-width: 768px) {
  .section_cta .section_label {
    width: 403px;
    width: 52.4739583333vw;
    height: 120px;
    height: 15.625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_cta .section_label {
    width: 403px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_cta .section_label {
    height: 120px;
  }
}
.section_cta .section_title {
  width: 1202px;
  width: 46.953125vw;
  height: 61px;
  height: 2.3828125vw;
  margin: 40px 0px 20px 0px;
  margin: 1.5625vw 0vw 0.78125vw 0vw;
}
@media (min-width: 2560px) {
  .section_cta .section_title {
    width: 1202px;
  }
}
@media (min-width: 2560px) {
  .section_cta .section_title {
    height: 61px;
  }
}
@media (min-width: 2560px) {
  .section_cta .section_title {
    margin: 40px 0px 20px 0px;
  }
}
@media screen and (max-width: 768px) {
  .section_cta .section_title {
    width: 633px;
    width: 82.421875vw;
    height: 120px;
    height: 15.625vw;
    margin: 34px 0px 20px 0px;
    margin: 4.4270833333vw 0vw 2.6041666667vw 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_cta .section_title {
    width: 633px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_cta .section_title {
    height: 120px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_cta .section_title {
    margin: 34px 0px 20px 0px;
  }
}
.section_cta .section_desc {
  font-size: 22px;
  font-size: 0.859375vw;
  line-height: 29px;
  line-height: 1.1328125vw;
  font-weight: 600;
  color: #1b1d1f;
}
@media (min-width: 2560px) {
  .section_cta .section_desc {
    font-size: 22px;
    line-height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .section_cta .section_desc {
    font-size: 22px;
    font-size: 2.8645833333vw;
    line-height: 29px;
    line-height: 3.7760416667vw;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_cta .section_desc {
    font-size: 22px;
    line-height: 29px;
  }
}
.section_cta .highlight_video {
  position: relative;
  width: 1200px;
  width: 46.875vw;
  height: 675px;
  height: 26.3671875vw;
  margin-top: 56px;
  margin-top: 2.1875vw;
  z-index: 5;
}
@media (min-width: 2560px) {
  .section_cta .highlight_video {
    width: 1200px;
  }
}
@media (min-width: 2560px) {
  .section_cta .highlight_video {
    height: 675px;
  }
}
@media (min-width: 2560px) {
  .section_cta .highlight_video {
    margin-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .section_cta .highlight_video {
    width: 688px;
    width: 89.5833333333vw;
    height: 387px;
    height: 50.390625vw;
    margin-top: 40px;
    margin-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_cta .highlight_video {
    width: 688px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_cta .highlight_video {
    height: 387px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_cta .highlight_video {
    margin-top: 40px;
  }
}
.section_cta .highlight_video::after {
  position: absolute;
  top: -10px;
  top: -0.390625vw;
  left: 0px;
  left: 0vw;
  width: 1210px;
  width: 47.265625vw;
  height: 685px;
  height: 26.7578125vw;
  background: url("../img/bg_frame_02.png") center/cover no-repeat;
  z-index: 1;
  pointer-events: none;
  content: "";
}
@media (min-width: 2560px) {
  .section_cta .highlight_video::after {
    top: -10px;
  }
}
@media (min-width: 2560px) {
  .section_cta .highlight_video::after {
    left: 0px;
  }
}
@media (min-width: 2560px) {
  .section_cta .highlight_video::after {
    width: 1210px;
  }
}
@media (min-width: 2560px) {
  .section_cta .highlight_video::after {
    height: 685px;
  }
}
@media screen and (max-width: 768px) {
  .section_cta .highlight_video::after {
    top: 0px;
    top: 0vw;
    width: 688px;
    width: 89.5833333333vw;
    height: 387px;
    height: 50.390625vw;
    background: url("../img/bg_frame_mo_02.png") center/cover no-repeat;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_cta .highlight_video::after {
    top: 0px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_cta .highlight_video::after {
    width: 688px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_cta .highlight_video::after {
    height: 387px;
  }
}
.section_cta .site_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  margin-top: 1.5625vw;
}
@media (min-width: 2560px) {
  .section_cta .site_link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section_cta .site_link {
    margin-top: 25px;
    margin-top: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_cta .site_link {
    margin-top: 25px;
  }
}
.section_cta .site_link .btn_caitlyn {
  display: inline-block;
  width: 386px;
  width: 15.078125vw;
  height: 100px;
  height: 3.90625vw;
  background: url("../img/btn_caitlyn_intro.png") center/contain no-repeat;
  -webkit-transition: background-image 0.2s linear;
  transition: background-image 0.2s linear;
}
@media (min-width: 2560px) {
  .section_cta .site_link .btn_caitlyn {
    width: 386px;
  }
}
@media (min-width: 2560px) {
  .section_cta .site_link .btn_caitlyn {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section_cta .site_link .btn_caitlyn {
    width: 386px;
    width: 50.2604166667vw;
    height: 100px;
    height: 13.0208333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_cta .site_link .btn_caitlyn {
    width: 386px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .section_cta .site_link .btn_caitlyn {
    height: 100px;
  }
}
.section_cta .site_link .btn_caitlyn:hover {
  background-image: url("../img/btn_caitlyn_intro_hover.png");
}

.yt_player_iframe {
  width: 100%;
  height: 100%;
  border: none;
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.yt_player_iframe.is_visible {
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
}

.skill_video_player {
  width: 100%;
  height: 100%;
  border: none;
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
  -o-object-fit: cover;
  object-fit: cover;
  background: #000;
}

.btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 60px;
  width: 2.34375vw;
  height: 60px;
  height: 2.34375vw;
  padding: 0;
  border: none;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: background-image 0.3s linear;
  transition: background-image 0.3s linear;
  background-image: url("../img/normal.png");
  -webkit-background-size: 2740px 1067px;
  background-size: 2740px 1067px;
  -webkit-background-size: 107.03125vw 41.6796875vw;
  background-size: 107.03125vw 41.6796875vw;
  background-position: -2666px -320px;
  background-position: -104.140625vw -12.5vw;
  width: 60px;
  width: 2.34375vw;
  height: 60px;
  height: 2.34375vw;
}
@media (min-width: 2560px) {
  .btn_play {
    width: 60px;
  }
}
@media (min-width: 2560px) {
  .btn_play {
    height: 60px;
  }
}
@media (min-width: 2560px) {
  .btn_play {
    -webkit-background-size: 2740px 1067px;
    background-size: 2740px 1067px;
  }
}
@media (min-width: 2560px) {
  .btn_play {
    background-position: -2666px -320px;
  }
}
@media (min-width: 2560px) {
  .btn_play {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .btn_play {
    width: 60px;
    width: 7.8125vw;
    height: 60px;
    height: 7.8125vw;
    background-image: url("../img/retina.png");
    -webkit-background-size: 1374px 967px;
    background-size: 1374px 967px;
    -webkit-background-size: 178.90625vw 125.9114583333vw;
    background-size: 178.90625vw 125.9114583333vw;
    background-position: -1226px -366px;
    background-position: -159.6354166667vw -47.65625vw;
    width: 60px;
    width: 7.8125vw;
    height: 60px;
    height: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .btn_play {
    width: 60px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .btn_play {
    height: 60px;
  }
}
.btn_play:hover {
  background-image: url("../img/normal.png");
  -webkit-background-size: 2740px 1067px;
  background-size: 2740px 1067px;
  -webkit-background-size: 107.03125vw 41.6796875vw;
  background-size: 107.03125vw 41.6796875vw;
  background-position: -2129px -568px;
  background-position: -83.1640625vw -22.1875vw;
  width: 60px;
  width: 2.34375vw;
  height: 60px;
  height: 2.34375vw;
}
@media (min-width: 2560px) {
  .btn_play:hover {
    -webkit-background-size: 2740px 1067px;
    background-size: 2740px 1067px;
  }
}
@media (min-width: 2560px) {
  .btn_play:hover {
    background-position: -2129px -568px;
  }
}
@media (min-width: 2560px) {
  .btn_play:hover {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .btn_play:hover {
    background-image: url("../img/retina.png");
    -webkit-background-size: 1374px 967px;
    background-size: 1374px 967px;
    -webkit-background-size: 178.90625vw 125.9114583333vw;
    background-size: 178.90625vw 125.9114583333vw;
    background-position: -1290px -366px;
    background-position: -167.96875vw -47.65625vw;
    width: 60px;
    width: 7.8125vw;
    height: 60px;
    height: 7.8125vw;
  }
}
.btn_play.is_hidden {
  opacity: 0;
  pointer-events: none;
}

.notice_list {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding-top: 37px;
  padding-top: 1.4453125vw;
}
@media (min-width: 2560px) {
  .notice_list {
    padding-top: 37px;
  }
}
@media screen and (max-width: 768px) {
  .notice_list {
    padding: 24px 0px 0px 4px;
    padding: 3.125vw 0vw 0vw 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .notice_list {
    padding: 24px 0px 0px 4px;
  }
}
.notice_list.only_mo .notice_item {
  font-size: 18px;
  font-size: 2.34375vw;
  line-height: 25px;
  line-height: 3.2552083333vw;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .notice_list.only_mo .notice_item {
    font-size: 18px;
    line-height: 25px;
  }
}

.notice_item {
  font-size: 16px;
  font-size: 0.625vw;
  line-height: 22px;
  line-height: 0.859375vw;
  font-weight: 700;
  text-align: left;
  color: #9277d7;
}
@media (min-width: 2560px) {
  .notice_item {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .notice_item {
    font-size: 18px;
    font-size: 2.34375vw;
    line-height: 25px;
    line-height: 3.2552083333vw;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .notice_item {
    font-size: 18px;
    line-height: 25px;
  }
}

.section_notice {
  font-size: 16px;
  font-size: 0.625vw;
  line-height: 22px;
  line-height: 0.859375vw;
  color: #9277d7;
}
@media (min-width: 2560px) {
  .section_notice {
    font-size: 16px;
    line-height: 22px;
  }
}

.lnb {
  position: fixed;
  left: 50%;
  bottom: 69px;
  bottom: 2.6953125vw;
  width: 1454px;
  width: 56.796875vw;
  height: 150px;
  height: 5.859375vw;
  margin-left: 29px;
  margin-left: 1.1328125vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}
@media (min-width: 2560px) {
  .lnb {
    bottom: 69px;
  }
}
@media (min-width: 2560px) {
  .lnb {
    width: 1454px;
  }
}
@media (min-width: 2560px) {
  .lnb {
    height: 150px;
  }
}
@media (min-width: 2560px) {
  .lnb {
    margin-left: 29px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lnb {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 768px) {
  .lnb {
    bottom: 0px;
    bottom: 0vw;
    margin-left: 0px;
    margin-left: 0vw;
    background-image: url("../img/retina.png");
    -webkit-background-size: 1374px 967px;
    background-size: 1374px 967px;
    -webkit-background-size: 178.90625vw 125.9114583333vw;
    background-size: 178.90625vw 125.9114583333vw;
    background-position: 0px -464px;
    background-position: 0vw -60.4166666667vw;
    width: 768px;
    width: 100vw;
    height: 158px;
    height: 20.5729166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .lnb {
    bottom: 0px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .lnb {
    margin-left: 0px;
  }
}
.lnb.is_fixed {
  position: absolute;
  bottom: auto;
}
.lnb_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 538px;
  width: 21.015625vw;
  height: 52px;
  height: 2.03125vw;
  padding: 14px 30px 14px;
  padding: 0.546875vw 1.171875vw 0.546875vw;
  background-image: url("../img/normal.png");
  -webkit-background-size: 2740px 1067px;
  background-size: 2740px 1067px;
  -webkit-background-size: 107.03125vw 41.6796875vw;
  background-size: 107.03125vw 41.6796875vw;
  background-position: -1838px -474px;
  background-position: -71.796875vw -18.515625vw;
  width: 538px;
  width: 21.015625vw;
  height: 52px;
  height: 2.03125vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .lnb_profile {
    width: 538px;
  }
}
@media (min-width: 2560px) {
  .lnb_profile {
    height: 52px;
  }
}
@media (min-width: 2560px) {
  .lnb_profile {
    padding: 14px 30px 14px;
  }
}
@media (min-width: 2560px) {
  .lnb_profile {
    -webkit-background-size: 2740px 1067px;
    background-size: 2740px 1067px;
  }
}
@media (min-width: 2560px) {
  .lnb_profile {
    background-position: -1838px -474px;
  }
}
@media (min-width: 2560px) {
  .lnb_profile {
    width: 538px;
    height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .lnb_profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    padding: 0px;
    padding: 0vw;
    left: 85px;
    left: 11.0677083333vw;
    bottom: 49px;
    bottom: 6.3802083333vw;
    width: 350px;
    width: 45.5729166667vw;
    height: 54px;
    height: 7.03125vw;
    background: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .lnb_profile {
    padding: 0px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .lnb_profile {
    left: 85px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .lnb_profile {
    bottom: 49px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .lnb_profile {
    width: 350px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .lnb_profile {
    height: 54px;
  }
}
.lnb_profile.type_logout .text {
  max-width: none;
  font-size: 14px;
  font-size: 0.546875vw;
  line-height: 17px;
  line-height: 0.6640625vw;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media (min-width: 2560px) {
  .lnb_profile.type_logout .text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lnb_profile.type_logout .text {
    max-width: 400px;
    max-width: 52.0833333333vw;
    height: 56px;
    height: 7.2916666667vw;
    font-size: 20px;
    font-size: 2.6041666667vw;
    line-height: 24px;
    line-height: 3.125vw;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .lnb_profile.type_logout .text {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .lnb_profile.type_logout .text {
    height: 56px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .lnb_profile.type_logout .text {
    font-size: 20px;
    line-height: 24px;
  }
}
.lnb_profile.type_logout .text .lnb_link_login {
  color: #5bfcff;
}
.lnb_profile .nickname {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  font-size: 18px;
  font-size: 0.703125vw;
  line-height: 21px;
  line-height: 0.8203125vw;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media (min-width: 2560px) {
  .lnb_profile .nickname {
    font-size: 18px;
    line-height: 21px;
  }
}
@media screen and (max-width: 768px) {
  .lnb_profile .nickname {
    font-size: 22px;
    font-size: 2.8645833333vw;
    line-height: 26px;
    line-height: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .lnb_profile .nickname {
    font-size: 22px;
    line-height: 26px;
  }
}
.lnb_profile .nickname .name {
  max-width: 166px;
  max-width: 6.484375vw;
  font-size: 18px;
  font-size: 0.703125vw;
  line-height: 21px;
  line-height: 0.8203125vw;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
  color: #ffffff;
}
@media (min-width: 2560px) {
  .lnb_profile .nickname .name {
    max-width: 166px;
  }
}
@media (min-width: 2560px) {
  .lnb_profile .nickname .name {
    font-size: 18px;
    line-height: 21px;
  }
}
@media screen and (max-width: 768px) {
  .lnb_profile .nickname .name {
    max-width: 203px;
    max-width: 26.4322916667vw;
    font-size: 22px;
    font-size: 2.8645833333vw;
    line-height: 26px;
    line-height: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .lnb_profile .nickname .name {
    max-width: 203px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .lnb_profile .nickname .name {
    font-size: 22px;
    line-height: 26px;
  }
}
.lnb_profile .nickname + .text {
  margin-left: 3px;
  margin-left: 0.1171875vw;
}
@media (min-width: 2560px) {
  .lnb_profile .nickname + .text {
    margin-left: 3px;
  }
}
.lnb_profile .text {
  max-width: 288px;
  max-width: 11.25vw;
  font-size: 18px;
  font-size: 0.703125vw;
  line-height: 21px;
  line-height: 0.8203125vw;
  font-weight: 500;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
  color: #ffffff;
}
@media (min-width: 2560px) {
  .lnb_profile .text {
    max-width: 288px;
  }
}
@media (min-width: 2560px) {
  .lnb_profile .text {
    font-size: 18px;
    line-height: 21px;
  }
}
@media screen and (max-width: 768px) {
  .lnb_profile .text {
    max-width: 343px;
    max-width: 44.6614583333vw;
    font-size: 22px;
    font-size: 2.8645833333vw;
    line-height: 26px;
    line-height: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .lnb_profile .text {
    max-width: 343px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .lnb_profile .text {
    font-size: 22px;
    line-height: 26px;
  }
}
.lnb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 51px;
  top: 1.9921875vw;
  width: 1124px;
  width: 43.90625vw;
  height: 100px;
  height: 3.90625vw;
  padding: 0px 10px 0px 92px;
  padding: 0vw 0.390625vw 0vw 3.59375vw;
  background-image: url("../img/normal.png");
  -webkit-background-size: 2740px 1067px;
  background-size: 2740px 1067px;
  -webkit-background-size: 107.03125vw 41.6796875vw;
  background-size: 107.03125vw 41.6796875vw;
  background-position: -667px -568px;
  background-position: -26.0546875vw -22.1875vw;
  width: 1124px;
  width: 43.90625vw;
  height: 100px;
  height: 3.90625vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .lnb_list {
    top: 51px;
  }
}
@media (min-width: 2560px) {
  .lnb_list {
    width: 1124px;
  }
}
@media (min-width: 2560px) {
  .lnb_list {
    height: 100px;
  }
}
@media (min-width: 2560px) {
  .lnb_list {
    padding: 0px 10px 0px 92px;
  }
}
@media (min-width: 2560px) {
  .lnb_list {
    -webkit-background-size: 2740px 1067px;
    background-size: 2740px 1067px;
  }
}
@media (min-width: 2560px) {
  .lnb_list {
    background-position: -667px -568px;
  }
}
@media (min-width: 2560px) {
  .lnb_list {
    width: 1124px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .lnb_list {
    display: none;
  }
}
.lnb_item {
  font-size: 20px;
  font-size: 0.78125vw;
  line-height: 25px;
  line-height: 0.9765625vw;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #74777a;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
@media (min-width: 2560px) {
  .lnb_item {
    font-size: 20px;
    line-height: 25px;
  }
}
.lnb_item:hover {
  color: #5bfcff;
}
.lnb_item.is_active .lnb_text {
  color: #5bfcff;
}
.lnb_link {
  padding: 37px 25px;
  padding: 1.4453125vw 0.9765625vw;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
@media (min-width: 2560px) {
  .lnb_link {
    padding: 37px 25px;
  }
}
.lnb_link:hover .lnb_text {
  color: #5bfcff;
}
.lnb_link.site_link {
  margin-left: 82px;
  margin-left: 3.203125vw;
  padding: 37px 90px;
  padding: 1.4453125vw 3.515625vw;
}
@media (min-width: 2560px) {
  .lnb_link.site_link {
    margin-left: 82px;
  }
}
@media (min-width: 2560px) {
  .lnb_link.site_link {
    padding: 37px 90px;
  }
}
.lnb_link.site_link .lnb_text {
  text-decoration: none;
  text-underline-offset: 3px;
  color: #5bfcff;
}
.lnb_link.site_link .lnb_text::after {
  display: inline-block;
  width: 12px;
  width: 0.46875vw;
  height: 12px;
  height: 0.46875vw;
  margin-left: 8px;
  margin-left: 0.3125vw;
  background-image: url("../img/normal.png");
  -webkit-background-size: 2740px 1067px;
  background-size: 2740px 1067px;
  -webkit-background-size: 107.03125vw 41.6796875vw;
  background-size: 107.03125vw 41.6796875vw;
  background-position: -2688px -384px;
  background-position: -105vw -15vw;
  width: 12px;
  width: 0.46875vw;
  height: 12px;
  height: 0.46875vw;
  color: #5bfcff;
  content: "";
}
@media (min-width: 2560px) {
  .lnb_link.site_link .lnb_text::after {
    width: 12px;
  }
}
@media (min-width: 2560px) {
  .lnb_link.site_link .lnb_text::after {
    height: 12px;
  }
}
@media (min-width: 2560px) {
  .lnb_link.site_link .lnb_text::after {
    margin-left: 8px;
  }
}
@media (min-width: 2560px) {
  .lnb_link.site_link .lnb_text::after {
    -webkit-background-size: 2740px 1067px;
    background-size: 2740px 1067px;
  }
}
@media (min-width: 2560px) {
  .lnb_link.site_link .lnb_text::after {
    background-position: -2688px -384px;
  }
}
@media (min-width: 2560px) {
  .lnb_link.site_link .lnb_text::after {
    width: 12px;
    height: 12px;
  }
}
.lnb_link.site_link:hover .lnb_text {
  text-decoration: underline;
}
.lnb_link .lnb_text {
  font-size: 20px;
  font-size: 0.78125vw;
  line-height: 25px;
  line-height: 0.9765625vw;
  letter-spacing: -0.01em;
  color: #74777a;
}
@media (min-width: 2560px) {
  .lnb_link .lnb_text {
    font-size: 20px;
    line-height: 25px;
  }
}
.lnb_btn_primary {
  position: absolute;
  top: 52px;
  top: 2.03125vw;
  right: 56px;
  right: 2.1875vw;
  width: 330px;
  width: 12.890625vw;
  height: 100px;
  height: 3.90625vw;
  background-image: url("../img/normal.png");
  -webkit-background-size: 2740px 1067px;
  background-size: 2740px 1067px;
  -webkit-background-size: 107.03125vw 41.6796875vw;
  background-size: 107.03125vw 41.6796875vw;
  background-position: -2332px -320px;
  background-position: -91.09375vw -12.5vw;
  width: 330px;
  width: 12.890625vw;
  height: 100px;
  height: 3.90625vw;
}
@media (min-width: 2560px) {
  .lnb_btn_primary {
    top: 52px;
  }
}
@media (min-width: 2560px) {
  .lnb_btn_primary {
    right: 56px;
  }
}
@media (min-width: 2560px) {
  .lnb_btn_primary {
    width: 330px;
  }
}
@media (min-width: 2560px) {
  .lnb_btn_primary {
    height: 100px;
  }
}
@media (min-width: 2560px) {
  .lnb_btn_primary {
    -webkit-background-size: 2740px 1067px;
    background-size: 2740px 1067px;
  }
}
@media (min-width: 2560px) {
  .lnb_btn_primary {
    background-position: -2332px -320px;
  }
}
@media (min-width: 2560px) {
  .lnb_btn_primary {
    width: 330px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .lnb_btn_primary {
    top: 50px;
    top: 6.5104166667vw;
    right: 40px;
    right: 5.2083333333vw;
    background-image: url("../img/retina.png");
    -webkit-background-size: 1374px 967px;
    background-size: 1374px 967px;
    -webkit-background-size: 178.90625vw 125.9114583333vw;
    background-size: 178.90625vw 125.9114583333vw;
    background-position: -959px -366px;
    background-position: -124.8697916667vw -47.65625vw;
    width: 263px;
    width: 34.2447916667vw;
    height: 72px;
    height: 9.375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .lnb_btn_primary {
    top: 50px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .lnb_btn_primary {
    right: 40px;
  }
}
.lnb_btn_primary:disabled {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .lnb_btn_primary:disabled {
    -webkit-filter: grayscale(1) brightness(0.5);
    filter: grayscale(1) brightness(0.5);
  }
}
.lnb_btn_primary:hover, .lnb_btn_primary.is_active {
  background-image: url("../img/normal.png");
  -webkit-background-size: 2740px 1067px;
  background-size: 2740px 1067px;
  -webkit-background-size: 107.03125vw 41.6796875vw;
  background-size: 107.03125vw 41.6796875vw;
  background-position: -1795px -568px;
  background-position: -70.1171875vw -22.1875vw;
  width: 330px;
  width: 12.890625vw;
  height: 100px;
  height: 3.90625vw;
}
@media (min-width: 2560px) {
  .lnb_btn_primary:hover, .lnb_btn_primary.is_active {
    -webkit-background-size: 2740px 1067px;
    background-size: 2740px 1067px;
  }
}
@media (min-width: 2560px) {
  .lnb_btn_primary:hover, .lnb_btn_primary.is_active {
    background-position: -1795px -568px;
  }
}
@media (min-width: 2560px) {
  .lnb_btn_primary:hover, .lnb_btn_primary.is_active {
    width: 330px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .lnb_btn_primary:hover, .lnb_btn_primary.is_active {
    background-image: url("../img/retina.png");
    -webkit-background-size: 1374px 967px;
    background-size: 1374px 967px;
    -webkit-background-size: 178.90625vw 125.9114583333vw;
    background-size: 178.90625vw 125.9114583333vw;
    background-position: -692px -366px;
    background-position: -90.1041666667vw -47.65625vw;
    width: 263px;
    width: 34.2447916667vw;
    height: 72px;
    height: 9.375vw;
  }
}
.lnb_btn_primary:hover .text, .lnb_btn_primary.is_active .text {
  color: #1b1d1f;
}
.lnb_btn_primary .text {
  margin-left: 30px;
  margin-left: 1.171875vw;
  font-size: 20px;
  font-size: 0.78125vw;
  line-height: 25px;
  line-height: 0.9765625vw;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #74777a;
  white-space: nowrap;
}
@media (min-width: 2560px) {
  .lnb_btn_primary .text {
    margin-left: 30px;
  }
}
@media (min-width: 2560px) {
  .lnb_btn_primary .text {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .lnb_btn_primary .text {
    font-size: 22px;
    font-size: 2.8645833333vw;
    line-height: 26px;
    line-height: 3.3854166667vw;
    font-weight: 600;
    color: #5bfcff;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .lnb_btn_primary .text {
    font-size: 22px;
    line-height: 26px;
  }
}

.error_page {
  margin-top: -80px;
}
.error_page ~ .riotbar-footer {
  display: none;
}

.error {
  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;
  text-align: center;
  height: 100vh;
  background: url("../img/error/bg_error_page.jpg") no-repeat top/cover;
}
.error_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 100px 0px;
  padding: 3.90625vw 0vw;
}
@media (min-width: 2560px) {
  .error_inner {
    padding: 100px 0px;
  }
}
@media screen and (max-width: 768px) {
  .error_inner {
    padding: 100px 40px;
    padding: 13.0208333333vw 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .error_inner {
    padding: 100px 40px;
  }
}
.error_label {
  width: 531px;
  width: 20.7421875vw;
  height: 136px;
  height: 5.3125vw;
}
@media (min-width: 2560px) {
  .error_label {
    width: 531px;
  }
}
@media (min-width: 2560px) {
  .error_label {
    height: 136px;
  }
}
@media screen and (max-width: 768px) {
  .error_label {
    width: 531px;
    width: 69.140625vw;
    height: 136px;
    height: 17.7083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .error_label {
    width: 531px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .error_label {
    height: 136px;
  }
}
.error_title {
  margin-top: 33px;
  margin-top: 1.2890625vw;
  margin-bottom: 26px;
  margin-bottom: 1.015625vw;
  font-size: 54px;
  font-size: 2.109375vw;
  line-height: 73px;
  line-height: 2.8515625vw;
  font-family: "sandollpress";
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #5bfcff;
}
@media (min-width: 2560px) {
  .error_title {
    margin-top: 33px;
  }
}
@media (min-width: 2560px) {
  .error_title {
    margin-bottom: 26px;
  }
}
@media (min-width: 2560px) {
  .error_title {
    font-size: 54px;
    line-height: 73px;
  }
}
@media screen and (max-width: 768px) {
  .error_title {
    margin-top: 33px;
    margin-top: 4.296875vw;
    margin-bottom: 26px;
    margin-bottom: 3.3854166667vw;
    font-size: 54px;
    font-size: 7.03125vw;
    line-height: 73px;
    line-height: 9.5052083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .error_title {
    margin-top: 33px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .error_title {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .error_title {
    font-size: 54px;
    line-height: 73px;
  }
}
.error_desc {
  font-size: 30px;
  font-size: 1.171875vw;
  line-height: 41px;
  line-height: 1.6015625vw;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.04em;
}
@media (min-width: 2560px) {
  .error_desc {
    font-size: 30px;
    line-height: 41px;
  }
}
@media screen and (max-width: 768px) {
  .error_desc {
    font-size: 30px;
    font-size: 3.90625vw;
    line-height: 41px;
    line-height: 5.3385416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .error_desc {
    font-size: 30px;
    line-height: 41px;
  }
}
.error_link {
  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;
  width: 386px;
  width: 15.078125vw;
  height: 100px;
  height: 3.90625vw;
  margin-top: 20px;
  margin-top: 0.78125vw;
  font-size: 28px;
  font-size: 1.09375vw;
  line-height: 33px;
  line-height: 1.2890625vw;
  font-weight: 900;
  color: #1b1d1f;
  background: url("../img/error/btn_error_default.png") center/cover no-repeat;
  -webkit-transition: background-image 0.3s linear;
  transition: background-image 0.3s linear;
}
@media (min-width: 2560px) {
  .error_link {
    width: 386px;
  }
}
@media (min-width: 2560px) {
  .error_link {
    height: 100px;
  }
}
@media (min-width: 2560px) {
  .error_link {
    margin-top: 20px;
  }
}
@media (min-width: 2560px) {
  .error_link {
    font-size: 28px;
    line-height: 33px;
  }
}
.error_link .text {
  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;
  margin-top: -10px;
  margin-top: -0.390625vw;
}
@media (min-width: 2560px) {
  .error_link .text {
    margin-top: -10px;
  }
}
.error_link:hover {
  background-image: url("../img/error/btn_error_hover.png");
}
@media screen and (max-width: 768px) {
  .error_link {
    width: 380px;
    width: 49.4791666667vw;
    height: 100px;
    height: 13.0208333333vw;
    margin-top: 20px;
    margin-top: 2.6041666667vw;
    font-size: 28px;
    font-size: 3.6458333333vw;
    line-height: 33px;
    line-height: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .error_link {
    width: 380px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .error_link {
    height: 100px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .error_link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .error_link {
    font-size: 28px;
    line-height: 33px;
  }
}
@media screen and (max-width: 768px) {
  .error_link .text {
    margin-top: -10px;
    margin-top: -1.3020833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .error_link .text {
    margin-top: -10px;
  }
}