@charset "UTF-8";
/*! normalize.css v8.0.1 + custom reset | MIT License */
/* 基本 normalize */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* RESET Plus (custom) */
* {
  background-position: center top;
  background-repeat: no-repeat;
}

html,
body {
  font-family: "PingFangTC-Regular", "Heiti TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input,
select,
option {
  font-family: inherit;
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
  border: 0;
}

li {
  margin-left: 1.25em;
}

p {
  margin: 1.25em 0;
}

body.ovh {
  overflow: hidden;
}

.btn {
  cursor: pointer;
}

/* hover 狀態 */
.wrapper.desktop .btn:hover,
body.desktop .gbox-btn:hover {
  background-position: center bottom;
}

/* wrapper 通用 */
.wrapper {
  position: relative;
  box-sizing: border-box;
}

.wrapper *,
.gbox * {
  box-sizing: border-box;
  word-break: break-all;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.wrapper::before,
.wrapper::after,
.wrapper *::before,
.wrapper *::after,
.gbox *::before,
.gbox *::after {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/* 桌機/手機 顯示控制 */
.wrapper.mobile *[data-type=dt] {
  display: none;
}

.wrapper.desktop *[data-type=mb] {
  display: none;
}

/* RWD 調整 */
@media screen and (max-width: 768px) {
  .wrapper.desktop *[data-type=mb] {
    display: initial;
  }
  .wrapper.desktop *[data-type=dt] {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #topBar {
    display: none;
  }
}
.UNI-footer {
  position: relative;
}

/* 表單統一設定 */
input,
select,
button,
textarea {
  padding: 0;
  color: black;
  font-size: 16px;
  line-height: 1;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  display: inline-block;
}

#app * {
  box-sizing: border-box;
}
#app a {
  display: block;
  text-decoration: none;
  color: #fff;
}
#app p {
  margin: 0;
}

html,
body {
  touch-action: manipulation; /* 避免雙擊縮放，保留基本手勢 */
}

body {
  background-color: #efefef;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#app {
  color: #fff;
  overflow: hidden;
  position: relative;
  padding: 50px 0 100px 0;
}
@media screen and (max-width: 768px) {
  #app {
    padding: 0;
  }
}
#app .ball {
  position: absolute;
  border-radius: 50%;
  opacity: 0.5;
}
#app .qa {
  background-color: #f77461;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: help;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #app .qa {
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
#app .qa::before {
  content: "?";
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #app .qa::before {
    font-size: 2.6041666667vw;
  }
}
#app .qa:hover .pop {
  display: block;
}
#app .qa .pop {
  background-color: #f77461;
  position: absolute;
  font-size: 20px;
  color: #000;
  text-align: center;
  padding: 25px 15px;
  display: none;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  #app .qa .pop {
    font-size: 3.90625vw;
    padding: 2.6041666667vw 3.90625vw;
  }
}
#app .qa .pop span {
  font-weight: bold;
}
#app .qa .pop::after {
  content: "";
  border: 10px solid #f77461;
  position: absolute;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #app .qa .pop::after {
    border: 1.3020833333vw solid #f77461;
  }
}

.bg {
  background-image: url(./img/bg.jpg);
  background-size: 1920px 1010px;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1; /* 放在背景層 */
}

.logo {
  background-image: url(./img/logo.png);
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 116px;
  height: 92px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .logo {
    top: 2.6041666667vw;
    left: 6.5104166667vw;
    width: 15.1041666667vw;
    height: 11.9791666667vw;
  }
}

.SplashPage {
  background-color: #000;
  position: relative;
  width: 1150px;
  height: 973px;
  margin: 0 auto;
  box-shadow: 0 0 30px #000;
  transform: skewY(-1deg);
  transform-origin: 0 0;
  cursor: pointer;
  font-size: 20px;
  animation: show 0.5s;
}
@media screen and (max-width: 768px) {
  .SplashPage {
    width: 100vw;
    height: 134.1145833333vw;
    transform: none;
    font-size: 3.125vw;
    box-shadow: none;
    animation: none;
  }
}
.SplashPage .SplashPage_book {
  background-image: url(./img/splash.jpg);
  background-size: contain;
  width: 1150px;
  height: 973px;
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(1deg);
  transform-origin: 0 0;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .SplashPage .SplashPage_book {
    width: 100vw;
    height: 134.1145833333vw;
    background-image: url(./img/splash_m.jpg);
    transform: none;
    transition-duration: 0s;
  }
}
.SplashPage:hover .SplashPage_book {
  transform: skewY(1.5deg);
}
@media screen and (max-width: 768px) {
  .SplashPage:hover .SplashPage_book {
    transform: none;
  }
}
.SplashPage:hover .SplashPage_book .go {
  background-position: -79px 0;
}
.SplashPage .act_time {
  color: #5a4573;
  z-index: 2;
  position: absolute;
  top: 440px;
  left: 60px;
}
@media screen and (max-width: 768px) {
  .SplashPage .act_time {
    top: 53.3854166667vw;
    left: 6.5104166667vw;
  }
}
.SplashPage .go {
  background-image: url(./img/go_btn.png);
  background-size: 158px 191px;
  width: 79px;
  height: 191px;
  background-position: 0 0;
  position: absolute;
  right: -1px;
  top: 50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .SplashPage .go {
    display: none;
  }
}

.inside_page {
  animation: show 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1241px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inside_page {
    animation: none;
    width: 100%;
    display: block;
  }
}
.inside_page .MenuPanel {
  background-color: #fff;
  width: 359px;
  height: 974px;
  position: relative;
  padding-top: 290px;
}
.inside_page .MenuPanel::after {
  content: "";
  background-image: url(./img/nav_content.png);
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 288px;
  height: 899px;
  pointer-events: none;
}
.inside_page .MenuPanel .btn_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 307px;
  margin: 0 auto;
}
.inside_page .MenuPanel .btn_group::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(./img/bot_dec.png);
  background-size: contain;
  width: 307px;
  height: 99px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.inside_page .MenuPanel .btn_group .act_btn {
  width: 98px;
  height: 98px;
  cursor: pointer;
  position: relative;
  background-size: 98px 98px;
  margin-bottom: 5px;
}
.inside_page .MenuPanel .btn_group .act_btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 98px 196px;
  background-position: 0 0;
  transition-duration: 0.5s;
}
.inside_page .MenuPanel .btn_group .act_btn:hover::after {
  background-position: 0 -98px;
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(1) {
  background-image: url(./img/a1.jpg);
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(1)::after {
  background-image: url(./img/nb1.png);
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(1).active::after {
  display: none;
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(2) {
  background-image: url(./img/a2.jpg);
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(2)::after {
  background-image: url(./img/nb2.png);
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(2).active::after {
  display: none;
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(3) {
  background-image: url(./img/a3.jpg);
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(3)::after {
  background-image: url(./img/nb3.png);
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(3).active::after {
  display: none;
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(4) {
  background-image: url(./img/a4.jpg);
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(4)::after {
  background-image: url(./img/nb4.png);
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(4).active::after {
  display: none;
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(5) {
  background-image: url(./img/a5.jpg);
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(5)::after {
  background-image: url(./img/nb5.png);
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(5).active::after {
  display: none;
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(6) {
  background-image: url(./img/a6.jpg);
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(6)::after {
  background-image: url(./img/nb6.png);
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(6).active::after {
  display: none;
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(7) {
  background-image: url(./img/a7.jpg);
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(7)::after {
  background-image: url(./img/nb7.png);
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(7).active::after {
  display: none;
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(8) {
  background-image: url(./img/a8.jpg);
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(8)::after {
  background-image: url(./img/nb8.png);
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(8).active::after {
  display: none;
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(9) {
  background-image: url(./img/a9.jpg);
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(9)::after {
  background-image: url(./img/nb9.png);
}
.inside_page .MenuPanel .btn_group .act_btn:nth-child(9).active::after {
  display: none;
}
.inside_page .MenuPanel .back {
  background-image: url(./img/back.png);
  background-size: contain;
  width: 131px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  left: -5px;
  bottom: 120px;
}

.inside {
  width: 790px;
  height: 974px;
  animation: show 0.5s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .inside {
    animation: none;
    width: 100%;
    height: auto;
  }
}
.inside .content {
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .inside .content {
    position: relative;
  }
}
.inside .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(./img/dec.png);
  background-size: contain;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .inside .content::before {
    display: none;
  }
}
.inside video {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .inside video {
    display: none;
  }
}

.Inside_1 .content {
  background-image: url(./img/inside_1.png);
}
@media screen and (max-width: 768px) {
  .Inside_1 .content {
    background-image: url(./img/inside_1_m.jpg);
  }
}

.Inside_2 .content {
  background-image: url(./img/inside_2.png);
}
@media screen and (max-width: 768px) {
  .Inside_2 .content {
    background-image: url(./img/inside_2_m.jpg);
  }
}

.Inside_3 .content {
  background-image: url(./img/inside_3.png);
}
@media screen and (max-width: 768px) {
  .Inside_3 .content {
    background-image: url(./img/inside_3_m.jpg);
  }
}

.Inside_4 .content {
  background-image: url(./img/inside_4.png);
}
@media screen and (max-width: 768px) {
  .Inside_4 .content {
    background-image: url(./img/inside_4_m.jpg);
  }
}

.Inside_5 .content {
  background-image: url(./img/inside_5.png);
}
@media screen and (max-width: 768px) {
  .Inside_5 .content {
    background-image: url(./img/inside_5_m.jpg);
  }
}

.Inside_6 .content {
  background-image: url(./img/inside_6.png);
}
@media screen and (max-width: 768px) {
  .Inside_6 .content {
    background-image: url(./img/inside_6_m.jpg);
  }
}

.Inside_7 .content {
  background-image: url(./img/inside_7.png);
}
@media screen and (max-width: 768px) {
  .Inside_7 .content {
    background-image: url(./img/inside_7_m.jpg);
  }
}

.Inside_8 .content {
  background-image: url(./img/inside_8.png);
}
@media screen and (max-width: 768px) {
  .Inside_8 .content {
    background-image: url(./img/inside_8_m.jpg);
  }
}

.Inside_9 .content {
  background-image: url(./img/inside_9.png);
}
@media screen and (max-width: 768px) {
  .Inside_9 .content {
    background-image: url(./img/inside_9_m.jpg);
  }
}

@media screen and (max-width: 768px) {
  .Inside_1 {
    height: 210.9375vw;
  }
}

@media screen and (max-width: 768px) {
  .Inside_2 {
    height: 190.1041666667vw;
  }
}

@media screen and (max-width: 768px) {
  .Inside_3 {
    height: 204.4270833333vw;
  }
}

@media screen and (max-width: 768px) {
  .Inside_4 {
    height: 225.2604166667vw;
  }
}

.Inside_5 {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .Inside_5 {
    height: 192.7083333333vw;
  }
}

@media screen and (max-width: 768px) {
  .Inside_6 {
    height: 248.6979166667vw;
  }
}
.Inside_6 video {
  width: 100%;
  height: auto;
}
.Inside_6 .content .qa .pop {
  text-align: left !important;
}
.Inside_6 .content .qa:nth-child(1) {
  top: 892px;
  left: 705px;
}
@media screen and (max-width: 768px) {
  .Inside_6 .content .qa:nth-child(1) {
    top: 222.9166666667vw;
    left: 80.7291666667vw;
  }
}
.Inside_6 .content .qa:nth-child(1) .pop {
  top: 0;
  left: -200px;
  transform: translate(0, calc(-100% - 8px));
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .Inside_6 .content .qa:nth-child(1) .pop {
    top: unset;
    bottom: 0;
    left: -50.2604166667vw;
    transform: translate(0, calc(100% + 1.3020833333vw));
  }
}
.Inside_6 .content .qa:nth-child(1) .pop::after {
  bottom: -2px;
  right: 72px;
}
@media screen and (max-width: 768px) {
  .Inside_6 .content .qa:nth-child(1) .pop::after {
    bottom: unset;
    top: -0.2604166667vw;
    right: 5.5989583333vw;
  }
}

@media screen and (max-width: 768px) {
  .Inside_7 {
    height: 234.375vw;
  }
}
.Inside_7 video {
  width: 100%;
  height: auto;
}
.Inside_7 .content .qa:nth-child(1) {
  top: 800px;
  left: 360px;
}
@media screen and (max-width: 768px) {
  .Inside_7 .content .qa:nth-child(1) {
    top: 128.90625vw;
    left: 85.9375vw;
  }
}
.Inside_7 .content .qa:nth-child(1) .pop {
  width: 555px;
  top: 0;
  left: -330px;
  transform: translate(0%, calc(-100% - 6px));
}
@media screen and (max-width: 768px) {
  .Inside_7 .content .qa:nth-child(1) .pop {
    top: -0.6510416667vw;
    width: 92.1875vw;
    transform: translate(0%, calc(-100% - 0.78125vw));
    left: -82.03125vw;
  }
}
.Inside_7 .content .qa:nth-child(1) .pop::after {
  bottom: -2px;
  left: 330px;
}
@media screen and (max-width: 768px) {
  .Inside_7 .content .qa:nth-child(1) .pop::after {
    bottom: -0.2604166667vw;
    left: 82.6822916667vw;
  }
}
.Inside_7 .content .qa:nth-child(1) .pop .tt {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .Inside_7 .content .qa:nth-child(1) .pop .tt {
    margin-bottom: 2.6041666667vw;
  }
}
.Inside_7 .content .qa:nth-child(1) .pop .i_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Inside_7 .content .qa:nth-child(1) .pop .i_group .item {
  width: 130px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .Inside_7 .content .qa:nth-child(1) .pop .i_group .item {
    width: 19.53125vw;
    margin-bottom: 1.953125vw;
    font-size: 2.8645833333vw;
  }
}
.Inside_7 .content .qa:nth-child(1) .pop .i_group .item .item_img {
  width: 84px;
  height: 84px;
  background-size: contain;
  margin: 0 auto 5px;
}
@media screen and (max-width: 768px) {
  .Inside_7 .content .qa:nth-child(1) .pop .i_group .item .item_img {
    width: 10.9375vw;
    height: 10.9375vw;
    margin: 0 auto 0.6510416667vw;
  }
}
.Inside_7 .content .qa:nth-child(1) .pop .notice {
  color: #fff;
  background-color: #cc604f;
  padding: 15px;
  line-height: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .Inside_7 .content .qa:nth-child(1) .pop .notice {
    padding: 1.953125vw;
    line-height: 3.90625vw;
    border-radius: 2.6041666667vw;
  }
}
.Inside_7 .content .qa:nth-child(1) .pop .notice span {
  display: block;
  color: #ffb6ab;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .Inside_7 .content .qa:nth-child(1) .pop .notice span {
    font-size: 2.6041666667vw;
  }
}
.Inside_7 .content .qa:nth-child(2) {
  top: 800px;
  left: 625px;
}
@media screen and (max-width: 768px) {
  .Inside_7 .content .qa:nth-child(2) {
    top: 203.125vw;
    left: 56.640625vw;
  }
}
.Inside_7 .content .qa:nth-child(2) .pop {
  bottom: 0;
  left: -133px;
  transform: translate(0, calc(100% + 10px));
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .Inside_7 .content .qa:nth-child(2) .pop {
    left: -17.3177083333vw;
    transform: translate(0, calc(100% + 1.3020833333vw));
  }
}
.Inside_7 .content .qa:nth-child(2) .pop::after {
  top: -2px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .Inside_7 .content .qa:nth-child(2) .pop::after {
    top: -0.2604166667vw;
    right: 17.1875vw;
  }
}
.Inside_7 .content .qa:nth-child(3) {
  top: 800px;
  left: 740px;
}
@media screen and (max-width: 768px) {
  .Inside_7 .content .qa:nth-child(3) {
    top: 203.125vw;
    left: 85.9375vw;
  }
}
.Inside_7 .content .qa:nth-child(3) .pop {
  top: -46px;
  right: 28px;
  transform: translate(0, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .Inside_7 .content .qa:nth-child(3) .pop {
    top: -5.7291666667vw;
    right: 5.859375vw;
  }
}
.Inside_7 .content .qa:nth-child(3) .pop .tt {
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .Inside_7 .content .qa:nth-child(3) .pop .tt {
    margin-bottom: 2.6041666667vw;
  }
}
.Inside_7 .content .qa:nth-child(3) .pop .video_wrap {
  width: 220px;
  height: 330px;
}
@media screen and (max-width: 768px) {
  .Inside_7 .content .qa:nth-child(3) .pop .video_wrap {
    width: 28.6458333333vw;
    height: 42.96875vw;
  }
}
.Inside_7 .content .qa:nth-child(3) .pop .video_wrap video {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .Inside_7 .content .qa:nth-child(3) .pop .video_wrap video {
    display: block;
  }
}
.Inside_7 .content .qa:nth-child(3) .pop::after {
  top: 60%;
  right: -2px;
}
@media screen and (max-width: 768px) {
  .Inside_7 .content .qa:nth-child(3) .pop::after {
    right: -0.2604166667vw;
  }
}

@media screen and (max-width: 768px) {
  .Inside_8 {
    height: 191.40625vw;
  }
}

@media screen and (max-width: 768px) {
  .Inside_9 {
    height: 212.2395833333vw;
    background-color: #efefef;
  }
}
.Inside_9 .content {
  padding-top: 287px;
}
@media screen and (max-width: 768px) {
  .Inside_9 .content {
    background-size: 100vw 207.03125vw;
    background-position: top center;
    padding-top: 46.875vw;
  }
}
.Inside_9 .reward {
  width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .Inside_9 .reward {
    width: 92.4479166667vw;
  }
}
.Inside_9 .reward .btn_group {
  display: flex;
  flex-wrap: wrap;
  background-color: #1a1a1d;
}
.Inside_9 .reward .btn_group .btn {
  width: 148px;
  height: 80px;
  font-size: 18px;
  color: #4e4e5a;
  background-color: #1a1a1d;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #4e4e5a;
}
.Inside_9 .reward .btn_group .btn:nth-last-child(1) {
  display: none;
}
@media screen and (max-width: 768px) {
  .Inside_9 .reward .btn_group .btn {
    width: 25%;
    height: 19.53125vw;
    font-size: 3.125vw;
    border: 0.1302083333vw solid #4e4e5a;
    padding: 0 1.3020833333vw;
  }
  .Inside_9 .reward .btn_group .btn br {
    display: none;
  }
  .Inside_9 .reward .btn_group .btn:nth-last-child(1) {
    display: block;
  }
}
.Inside_9 .reward .btn_group .btn.off {
  cursor: auto;
}
.Inside_9 .reward .btn_group .btn.active {
  color: #fff;
  background-color: #cb3a8c;
}
.Inside_9 .reward .video_area {
  height: 380px;
  background-color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Inside_9 .reward .video_area {
    height: 65.1041666667vw;
  }
}
.Inside_9 .reward .video_area video {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Inside_9 .reward .video_area video {
    display: block;
  }
}
.Inside_9 .reward .video_area img {
  height: 100%;
}
.Inside_9 .reward .name {
  background-color: #2b3094;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 5px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .Inside_9 .reward .name {
    font-size: 3.90625vw;
    padding: 0.6510416667vw;
    height: 16.9270833333vw;
  }
}
.Inside_9 .reward .name br {
  display: none;
}/*# sourceMappingURL=default.css.map */