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

@keyframes up {
  0% {
    transform: translateX(-50%) translateY(20%);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
.new_second .gbox-wrap {
  margin: 50px 0;
  max-width: none;
  width: unset;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .new_second .gbox-wrap {
    margin: 6.5104166667vw 0;
  }
}
.new_second .gbox-wrap .gbox-content {
  padding: 0;
}
.new_second .gbox-wrap .gbox-close {
  font-size: 0;
  background-image: url(./img/btn_close.png);
  width: 46px;
  height: 46px;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .new_second .gbox-wrap .gbox-close {
    width: 5.9895833333vw;
    height: 5.9895833333vw;
    top: 1.3020833333vw;
    right: 1.3020833333vw;
  }
}

.new_second .gbox-content {
  width: 1160px;
}
@media screen and (max-width: 768px) {
  .new_second .gbox-content {
    width: 91.1458333333vw;
  }
}
.new_second .video_block {
  width: 500px;
  height: 280px;
  position: absolute;
  left: 50%;
  transform: translateX(39px);
}
@media screen and (max-width: 768px) {
  .new_second .video_block {
    width: 85.9375vw;
    height: 48.1770833333vw;
    transform: translateX(-50%);
  }
}
.new_second .video_block video {
  width: 100%;
  height: 100%;
}
.new_second.popup_2_1 .gbox-content {
  background-image: url(./img/popup_2_1.jpg);
  height: 691px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_2_1 .gbox-content {
    background-image: url(./img/popup_2_1_m.jpg);
    height: 135.9375vw;
  }
}
.new_second.popup_2_2 .gbox-content {
  background-image: url(./img/popup_2_2.jpg);
  height: 707px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_2_2 .gbox-content {
    background-image: url(./img/popup_2_2_m.jpg);
    height: 136.328125vw;
  }
}
.new_second.popup_3_1 .gbox-content {
  background-image: url(./img/popup_3_1.jpg);
}
@media screen and (max-width: 768px) {
  .new_second.popup_3_1 .gbox-content {
    background-image: url(./img/popup_3_1_m.jpg);
  }
}
.new_second.popup_3_2 .gbox-content {
  background-image: url(./img/popup_3_2.jpg);
}
@media screen and (max-width: 768px) {
  .new_second.popup_3_2 .gbox-content {
    background-image: url(./img/popup_3_2_m.jpg);
  }
}
.new_second.popup_3_3 .gbox-content {
  background-image: url(./img/popup_3_3.jpg);
}
@media screen and (max-width: 768px) {
  .new_second.popup_3_3 .gbox-content {
    background-image: url(./img/popup_3_3_m.jpg);
  }
}
.new_second.popup_3_4 .gbox-content {
  background-image: url(./img/popup_3_4.jpg);
}
@media screen and (max-width: 768px) {
  .new_second.popup_3_4 .gbox-content {
    background-image: url(./img/popup_3_4_m.jpg);
  }
}
.new_second.popup_3_5 .gbox-content {
  background-image: url(./img/popup_3_5.jpg);
}
@media screen and (max-width: 768px) {
  .new_second.popup_3_5 .gbox-content {
    background-image: url(./img/popup_3_5_m.jpg);
  }
}
.new_second.popup_3_6 .gbox-content {
  background-image: url(./img/popup_3_6.jpg);
}
@media screen and (max-width: 768px) {
  .new_second.popup_3_6 .gbox-content {
    background-image: url(./img/popup_3_6_m.jpg);
  }
}
.new_second.popup_3_7 .gbox-content {
  background-image: url(./img/popup_3_7.jpg);
}
@media screen and (max-width: 768px) {
  .new_second.popup_3_7 .gbox-content {
    background-image: url(./img/popup_3_7_m.jpg);
  }
}
.new_second.popup_3_1 .gbox-content {
  height: 745px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_3_1 .gbox-content {
    height: 191.6666666667vw;
  }
}
.new_second.popup_3_2 .gbox-content {
  height: 573px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_3_2 .gbox-content {
    height: 135.0260416667vw;
  }
}
.new_second.popup_3_2 .video_block {
  top: 195px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_3_2 .video_block {
    top: 80.7291666667vw;
  }
}
.new_second.popup_3_3 .gbox-content {
  height: 579px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_3_3 .gbox-content {
    height: 155.078125vw;
  }
}
.new_second.popup_3_4 .gbox-content {
  height: 574px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_3_4 .gbox-content {
    height: 143.2291666667vw;
  }
}
.new_second.popup_3_4 .video_block {
  top: 215px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_3_4 .video_block {
    top: 88.5416666667vw;
  }
}
.new_second.popup_3_5 .gbox-content {
  height: 574px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_3_5 .gbox-content {
    height: 144.0104166667vw;
  }
}
.new_second.popup_3_5 .video_block {
  top: 215px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_3_5 .video_block {
    top: 89.84375vw;
  }
}
.new_second.popup_3_6 .gbox-content {
  height: 619px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_3_6 .gbox-content {
    height: 158.3333333333vw;
  }
}
.new_second.popup_3_6 .video_block {
  top: 215px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_3_6 .video_block {
    top: 104.1666666667vw;
  }
}
.new_second.popup_3_7 .gbox-content {
  height: 1571px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_3_7 .gbox-content {
    height: 242.96875vw;
  }
}
.new_second.popup_4_1 .gbox-content {
  background-image: url(./img/popup_4_1.jpg);
}
@media screen and (max-width: 768px) {
  .new_second.popup_4_1 .gbox-content {
    background-image: url(./img/popup_4_1_m.jpg);
  }
}
.new_second.popup_4_1 .video_block {
  top: 215px;
}
.new_second.popup_4_2 .gbox-content {
  background-image: url(./img/popup_4_2.jpg);
}
@media screen and (max-width: 768px) {
  .new_second.popup_4_2 .gbox-content {
    background-image: url(./img/popup_4_2_m.jpg);
  }
}
.new_second.popup_4_2 .video_block {
  top: 215px;
}
.new_second.popup_4_3 .gbox-content {
  background-image: url(./img/popup_4_3.jpg);
}
@media screen and (max-width: 768px) {
  .new_second.popup_4_3 .gbox-content {
    background-image: url(./img/popup_4_3_m.jpg);
  }
}
.new_second.popup_4_3 .video_block {
  top: 215px;
}
.new_second.popup_4_4 .gbox-content {
  background-image: url(./img/popup_4_4.jpg);
}
@media screen and (max-width: 768px) {
  .new_second.popup_4_4 .gbox-content {
    background-image: url(./img/popup_4_4_m.jpg);
  }
}
.new_second.popup_4_4 .video_block {
  top: 215px;
}
.new_second.popup_4_5 .gbox-content {
  background-image: url(./img/popup_4_5.jpg);
}
@media screen and (max-width: 768px) {
  .new_second.popup_4_5 .gbox-content {
    background-image: url(./img/popup_4_5_m.jpg);
  }
}
.new_second.popup_4_5 .video_block {
  top: 215px;
}
.new_second.popup_4_6 .gbox-content {
  background-image: url(./img/popup_4_6.jpg);
}
@media screen and (max-width: 768px) {
  .new_second.popup_4_6 .gbox-content {
    background-image: url(./img/popup_4_6_m.jpg);
  }
}
.new_second.popup_4_6 .video_block {
  top: 215px;
}
.new_second.popup_4_7 .gbox-content {
  background-image: url(./img/popup_4_7.jpg);
}
@media screen and (max-width: 768px) {
  .new_second.popup_4_7 .gbox-content {
    background-image: url(./img/popup_4_7_m.jpg);
  }
}
.new_second.popup_4_7 .video_block {
  top: 215px;
}
.new_second.popup_4_8 .gbox-content {
  background-image: url(./img/popup_4_8.jpg);
}
@media screen and (max-width: 768px) {
  .new_second.popup_4_8 .gbox-content {
    background-image: url(./img/popup_4_8_m.jpg);
  }
}
.new_second.popup_4_8 .video_block {
  top: 215px;
}
.new_second.popup_4_1 .gbox-content {
  height: 594px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_4_1 .gbox-content {
    height: 147.265625vw;
  }
  .new_second.popup_4_1 .gbox-content .video_block {
    top: 92.4479166667vw;
  }
}
.new_second.popup_4_2 .gbox-content {
  height: 580px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_4_2 .gbox-content {
    height: 146.2239583333vw;
  }
  .new_second.popup_4_2 .gbox-content .video_block {
    top: 92.4479166667vw;
  }
}
.new_second.popup_4_3 .gbox-content {
  height: 538px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_4_3 .gbox-content {
    height: 139.5833333333vw;
  }
  .new_second.popup_4_3 .gbox-content .video_block {
    top: 85.9375vw;
  }
}
.new_second.popup_4_4 .gbox-content {
  height: 595px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_4_4 .gbox-content {
    height: 145.4427083333vw;
  }
  .new_second.popup_4_4 .gbox-content .video_block {
    top: 91.1458333333vw;
  }
}
.new_second.popup_4_5 .gbox-content {
  height: 666px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_4_5 .gbox-content {
    height: 158.0729166667vw;
  }
  .new_second.popup_4_5 .gbox-content .video_block {
    top: 104.1666666667vw;
  }
}
.new_second.popup_4_6 .gbox-content {
  height: 717px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_4_6 .gbox-content {
    height: 166.9270833333vw;
  }
  .new_second.popup_4_6 .gbox-content .video_block {
    top: 111.9791666667vw;
  }
}
.new_second.popup_4_7 .gbox-content {
  height: 645px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_4_7 .gbox-content {
    height: 158.59375vw;
  }
  .new_second.popup_4_7 .gbox-content .video_block {
    top: 105.46875vw;
  }
}
.new_second.popup_4_8 .gbox-content {
  height: 1908px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_4_8 .gbox-content {
    height: 279.9479166667vw;
  }
}
.new_second.popup_5_1 .gbox-content {
  background-image: url(./img/popup_5_1.jpg);
  height: 752px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_5_1 .gbox-content {
    background-image: url(./img/popup_5_1_m.jpg);
    height: 133.203125vw;
  }
}
.new_second.popup_5_2 .gbox-content {
  background-image: url(./img/popup_5_2.jpg);
  height: 804px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_5_2 .gbox-content {
    background-image: url(./img/popup_5_2_m.jpg);
    height: 204.0364583333vw;
  }
}
.new_second.popup_6_1 .gbox-content {
  background-image: url(./img/popup_6_1.jpg);
  height: 988px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_6_1 .gbox-content {
    background-image: url(./img/popup_6_1_m.jpg);
    height: 276.953125vw;
  }
}
.new_second.popup_6_2 .gbox-content {
  background-image: url(./img/popup_6_2.jpg);
  height: 1123px;
}
@media screen and (max-width: 768px) {
  .new_second.popup_6_2 .gbox-content {
    background-image: url(./img/popup_6_2_m.jpg);
    height: 226.3020833333vw;
  }
}

.popup_YT .gbox-content {
  width: 988px;
  height: 556px;
}
@media screen and (max-width: 768px) {
  .popup_YT .gbox-content {
    width: 91.1458333333vw;
    height: 51.3020833333vw;
  }
}
.popup_YT .gbox-content #YTplayer {
  width: 100%;
  height: 100%;
}

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

body {
  background-color: #000;
}

#app {
  color: #fff;
}
#app .btn_arr_type {
  border: 1px solid #9f6e15;
  background-color: #3e2e10;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #app .btn_arr_type {
    border: 0.1302083333vw solid #9f6e15;
  }
}
#app .btn_arr_type:hover .icon {
  background-color: #ffa600;
}
#app .btn_arr_type .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .btn_arr_type .icon {
  background-color: #f2bc58;
  position: relative;
}
#app .btn_arr_type .icon::before {
  content: "↗";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #725622;
}
@media screen and (max-width: 768px) {
  #app .btn_arr_type .icon::before {
    width: 2.34375vw;
    height: 2.34375vw;
    font-size: 3.3854166667vw;
  }
}
.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;
  }
}

.event_page {
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  .event_page {
    min-width: auto;
  }
}

.MenuPanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #6c5119;
  padding: 20px 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .MenuPanel {
    padding: 2.6041666667vw 0;
  }
}
.MenuPanel.fixed {
  position: fixed;
  z-index: 95;
}
.MenuPanel .content_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 30px;
  padding-left: 20px;
  height: 34.5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .MenuPanel .content_wrap {
    font-size: 3.125vw;
    padding-left: 1.3020833333vw;
    height: 3.59375vw;
  }
}
.MenuPanel .content_wrap:not(:last-child)::after {
  content: "•";
  color: #ffe400;
  margin-left: 20px;
  pointer-events: none; /* ⭐ 重點 */
}
@media screen and (max-width: 768px) {
  .MenuPanel .content_wrap:not(:last-child)::after {
    margin-left: 1.3020833333vw;
  }
}
.MenuPanel .content_wrap .content span {
  color: #e1b764;
  display: block;
}
.MenuPanel .content_wrap .content .fff {
  color: #fff;
}
.MenuPanel .content_wrap.active .content {
  transform: translateY(-34.5px);
  transition-duration: 0.5s;
}
@media screen and (max-width: 768px) {
  .MenuPanel .content_wrap.active .content {
    transform: translateY(-3.59375vw);
  }
}

#Page_1 {
  background-image: url(./img/bg_page_1.jpg);
  background-size: 1920px 1230px;
  height: 1230px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #Page_1 {
    background-image: url(./img/bg_page_1_m.jpg);
    background-size: contain;
    height: 98.828125vw;
  }
}
#Page_1 .btn_movie {
  background-image: url(./img/btn_movie.png);
  background-size: 340px 170px;
  background-position: 0 0;
  width: 170px;
  height: 170px;
  position: absolute;
  top: 860px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
#Page_1 .btn_movie:hover {
  background-position: -170px 0;
}
@media screen and (max-width: 768px) {
  #Page_1 .btn_movie {
    background-size: 28.6458333333vw 14.3229166667vw;
    background-position: -14.3229166667vw 0;
    width: 14.3229166667vw;
    height: 14.3229166667vw;
    top: 71.6145833333vw;
  }
}
#Page_1 .btn_scroll {
  background-image: url(./img/btn_scroll.png);
  width: 77px;
  height: 77px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  animation: up 0.5s ease-in-out infinite alternate;
}
@media screen and (max-width: 768px) {
  #Page_1 .btn_scroll {
    width: 10.0260416667vw;
    height: 10.0260416667vw;
    bottom: 3.90625vw;
  }
}

#Page_2 {
  background-image: url(./img/bg_page_2.jpg);
  background-size: 1920px 1230px;
  height: 1230px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #Page_2 {
    background-image: url(./img/bg_page_2_m.jpg);
    background-size: contain;
    background-position: center bottom;
    height: 157.6822916667vw;
    padding-top: 7.8125vw;
  }
}
#Page_2 .btn_link,
#Page_2 .btn_popup {
  color: #f2bc58;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  #Page_2 .btn_link,
  #Page_2 .btn_popup {
    font-size: 3.3854166667vw;
  }
}
#Page_2 .btn_link {
  height: 82px;
  position: absolute;
  left: 50%;
  transform: translateX(-465px);
}
@media screen and (max-width: 768px) {
  #Page_2 .btn_link {
    height: 7.8125vw;
  }
}
#Page_2 .btn_link:nth-of-type(1) {
  top: 795px;
}
@media screen and (max-width: 768px) {
  #Page_2 .btn_link:nth-of-type(1) {
    top: 74.21875vw;
    transform: translateX(-41.6666666667vw);
  }
}
#Page_2 .btn_link:nth-of-type(2) {
  top: 890px;
}
@media screen and (max-width: 768px) {
  #Page_2 .btn_link:nth-of-type(2) {
    top: 74.21875vw;
    transform: translateX(1.3020833333vw);
  }
}
#Page_2 .btn_link .content {
  width: 294px;
}
@media screen and (max-width: 768px) {
  #Page_2 .btn_link .content {
    width: 32.5520833333vw;
  }
}
#Page_2 .btn_link .icon {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #Page_2 .btn_link .icon {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
#Page_2 .btn_popup {
  width: 164px;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #342914;
  border: 1px solid #3a2e18;
  cursor: pointer;
  position: absolute;
  top: 800px;
  left: 50%;
}
@media screen and (max-width: 768px) {
  #Page_2 .btn_popup {
    width: 37.7604166667vw;
    height: 10.4166666667vw;
    top: 128.90625vw;
    border: 0.1302083333vw solid #3a2e18;
  }
  #Page_2 .btn_popup br {
    display: none;
  }
}
#Page_2 .btn_popup:nth-of-type(2) {
  transform: translateX(100px);
}
@media screen and (max-width: 768px) {
  #Page_2 .btn_popup:nth-of-type(2) {
    transform: translateX(-39.0625vw);
  }
}
#Page_2 .btn_popup:nth-of-type(3) {
  transform: translateX(290px);
}
@media screen and (max-width: 768px) {
  #Page_2 .btn_popup:nth-of-type(3) {
    transform: translateX(1.3020833333vw);
  }
}

#Page_3 {
  background-image: url(./img/bg_page_3.jpg);
  background-size: 1920px 1230px;
  height: 1230px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #Page_3 {
    background-image: url(./img/bg_page_3_m.jpg);
    background-size: 100vw 125.5208333333vw;
    height: 125vw;
    background-position: center center;
  }
}
#Page_3 .skill_group {
  display: flex;
  position: absolute;
  top: 755px;
  left: 50%;
}
@media screen and (max-width: 768px) {
  #Page_3 .skill_group {
    top: 70.3125vw;
    width: 33.8541666667vw;
    flex-wrap: wrap;
  }
}
#Page_3 .skill_group .skill {
  background-size: contain;
  width: 62px;
  height: 62px;
  cursor: pointer;
  position: relative;
  margin: 0 2px;
}
@media screen and (max-width: 768px) {
  #Page_3 .skill_group .skill {
    width: 8.0729166667vw;
    height: 8.0729166667vw;
    margin: 1.3020833333vw;
  }
}
#Page_3 .skill_group .skill:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#Page_3 .skill_group .skill:nth-child(1) {
  background-image: url("./img/skill_3_1.jpg");
}
#Page_3 .skill_group .skill:nth-child(2) {
  background-image: url("./img/skill_3_2.jpg");
}
#Page_3 .skill_group .skill:nth-child(3) {
  background-image: url("./img/skill_3_3.jpg");
}
#Page_3 .skill_group .skill:nth-child(4) {
  background-image: url("./img/skill_3_4.jpg");
}
#Page_3 .skill_group .skill:nth-child(5) {
  background-image: url("./img/skill_3_5.jpg");
}
#Page_3 .skill_group .skill:nth-child(6) {
  background-image: url("./img/skill_3_6.jpg");
}
#Page_3 .btn_popup {
  font-size: 26px;
  height: 45px;
  position: absolute;
  left: 50%;
  top: 880px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #Page_3 .btn_popup {
    font-size: 3.3854166667vw;
    height: 11.71875vw;
    top: 98.9583333333vw;
    transform: translateX(-1.953125vw);
  }
}
#Page_3 .btn_popup .content {
  width: 350px;
}
@media screen and (max-width: 768px) {
  #Page_3 .btn_popup .content {
    width: 26.0416666667vw;
    text-align: center;
  }
}
#Page_3 .btn_popup .icon {
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  #Page_3 .btn_popup .icon {
    width: 11.71875vw;
    height: 11.71875vw;
    background-color: #c29011;
  }
}
#Page_3 .btn_popup .icon::before {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #Page_3 .btn_popup .icon::before {
    font-size: 5.2083333333vw;
  }
}

#Page_4 {
  background-image: url(./img/bg_page_4.jpg);
  background-size: 1920px 1230px;
  height: 1230px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #Page_4 {
    background-image: url(./img/bg_page_4_m.jpg);
    background-size: 100vw 125vw;
    height: 125vw;
  }
}
#Page_4 .skill_group {
  display: flex;
  position: absolute;
  top: 760px;
  left: 50%;
  transform: translateX(-415px);
}
@media screen and (max-width: 768px) {
  #Page_4 .skill_group {
    top: 69.0104166667vw;
    width: 45.5729166667vw;
    flex-wrap: wrap;
    justify-content: center;
    transform: translateX(-39.0625vw);
  }
}
#Page_4 .skill_group .skill {
  background-size: contain;
  width: 62px;
  height: 62px;
  cursor: pointer;
  position: relative;
  margin: 0 2px;
}
@media screen and (max-width: 768px) {
  #Page_4 .skill_group .skill {
    width: 8.0729166667vw;
    height: 8.0729166667vw;
    margin: 1.3020833333vw;
  }
}
#Page_4 .skill_group .skill:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#Page_4 .skill_group .skill:nth-child(1) {
  background-image: url("./img/skill_4_1.jpg");
}
#Page_4 .skill_group .skill:nth-child(2) {
  background-image: url("./img/skill_4_2.jpg");
}
#Page_4 .skill_group .skill:nth-child(3) {
  background-image: url("./img/skill_4_3.jpg");
}
#Page_4 .skill_group .skill:nth-child(4) {
  background-image: url("./img/skill_4_4.jpg");
}
#Page_4 .skill_group .skill:nth-child(5) {
  background-image: url("./img/skill_4_5.jpg");
}
#Page_4 .skill_group .skill:nth-child(6) {
  background-image: url("./img/skill_4_6.jpg");
}
#Page_4 .skill_group .skill:nth-child(7) {
  background-image: url("./img/skill_4_7.jpg");
}
#Page_4 .btn_arr_type {
  font-size: 26px;
  height: 45px;
  position: absolute;
  left: 50%;
  top: 890px;
  transform: translateX(-365px);
  cursor: pointer;
  background-color: #0e1d35;
  border: 0;
}
@media screen and (max-width: 768px) {
  #Page_4 .btn_arr_type {
    font-size: 3.3854166667vw;
    height: 11.71875vw;
    top: 98.9583333333vw;
    transform: translateX(-36.4583333333vw);
  }
}
#Page_4 .btn_arr_type .content {
  width: 350px;
}
@media screen and (max-width: 768px) {
  #Page_4 .btn_arr_type .content {
    width: 26.0416666667vw;
    text-align: center;
  }
}
#Page_4 .btn_arr_type:hover .icon {
  background-color: #f351ce;
}
#Page_4 .btn_arr_type .icon {
  width: 45px;
  height: 45px;
  background-color: #6d225c;
}
@media screen and (max-width: 768px) {
  #Page_4 .btn_arr_type .icon {
    width: 11.71875vw;
    height: 11.71875vw;
  }
}
#Page_4 .btn_arr_type .icon::before {
  color: #fff;
}

#Page_5 {
  background-image: url(./img/bg_page_5.jpg);
  background-size: 1920px 1380px;
  height: 1380px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #Page_5 {
    background-image: url(./img/bg_page_5_m.jpg);
    background-size: 100vw 157.5520833333vw;
    height: 157.5520833333vw;
  }
}
#Page_5 .btn_popup {
  width: 370px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  position: absolute;
  left: 50%;
  top: 820px;
  cursor: pointer;
  background-color: #290d06;
  color: #dc370e;
}
#Page_5 .btn_popup:nth-of-type(1) {
  transform: translateX(-465px);
}
#Page_5 .btn_popup:nth-of-type(2) {
  transform: translateX(95px);
}
@media screen and (max-width: 768px) {
  #Page_5 .btn_popup {
    width: 48.1770833333vw;
    height: 10.4166666667vw;
    font-size: 3.3854166667vw;
  }
  #Page_5 .btn_popup:nth-of-type(1) {
    transform: translateX(-50%);
    top: 62.5vw;
  }
  #Page_5 .btn_popup:nth-of-type(2) {
    transform: translateX(-50%);
    top: 109.375vw;
  }
}
#Page_5 .btn_arr_type {
  font-size: 26px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 1055px;
  transform: translateX(90px);
  cursor: pointer;
  background-color: #290d06;
  border: 0;
  color: #dc370e;
}
#Page_5 .btn_arr_type .content {
  width: 320px;
}
@media screen and (max-width: 768px) {
  #Page_5 .btn_arr_type {
    font-size: 3.90625vw;
    height: 10.4166666667vw;
    top: 134.765625vw;
    transform: translateX(0vw);
  }
  #Page_5 .btn_arr_type .content {
    width: 32.5520833333vw;
  }
}
#Page_5 .btn_arr_type:hover .icon {
  background-color: #f0481d;
}
#Page_5 .btn_arr_type .icon {
  width: 80px;
  height: 80px;
  background-color: #ac3315;
}
@media screen and (max-width: 768px) {
  #Page_5 .btn_arr_type .icon {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
}
#Page_5 .btn_arr_type .icon::before {
  color: #fff;
}

#Page_6 {
  background-image: url(./img/bg_page_6.jpg);
  background-size: 1920px 1480px;
  height: 1480px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #Page_6 {
    background-image: url(./img/bg_page_6_m.jpg);
    background-size: 100vw 298.1770833333vw;
    height: 298.1770833333vw;
  }
}
#Page_6 .btn_arr_type {
  font-size: 26px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 980px;
  transform: translateX(90px);
  cursor: pointer;
  background-color: #46327d;
  border: 0;
  color: #c9b6ff;
}
#Page_6 .btn_arr_type:nth-of-type(1) {
  transform: translateX(-370px);
}
#Page_6 .btn_arr_type:nth-of-type(1) .content {
  width: 210px;
}
#Page_6 .btn_arr_type:nth-of-type(2) {
  transform: translateX(68px);
}
#Page_6 .btn_arr_type:nth-of-type(2) .content {
  width: 280px;
}
#Page_6 .btn_arr_type:hover .icon {
  background-color: #e4461f;
}
#Page_6 .btn_arr_type .icon {
  width: 60px;
  height: 60px;
  background-color: #ac3316;
}
#Page_6 .btn_arr_type .icon::before {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #Page_6 .btn_arr_type {
    font-size: 3.90625vw;
    height: 10.4166666667vw;
  }
  #Page_6 .btn_arr_type:nth-of-type(1) {
    top: 117.1875vw;
    transform: translateX(-50%);
  }
  #Page_6 .btn_arr_type:nth-of-type(1) .content {
    width: 27.34375vw;
  }
  #Page_6 .btn_arr_type:nth-of-type(2) {
    transform: translateX(-50%);
    top: 205.078125vw;
  }
  #Page_6 .btn_arr_type:nth-of-type(2) .content {
    width: 45.5729166667vw;
  }
  #Page_6 .btn_arr_type .icon {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
}/*# sourceMappingURL=default.css.map */