/* ========================= [ base ] */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0 auto;
  padding: 0;
}

ul,
ol,
dl {
  list-style: none;
}

img {
  vertical-align: bottom;
}

body {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
}

/* ========================= [ #page ] */

#page {
  margin: 0;
  padding: 0;
  position: relative;
}

/* ===== #navi */
#navi {
  position: relative;
  height: 45px;
  margin: 0;
  padding: 0 20px;
  /*border-bottom: 1px #000000 solid;*/
  background: #202020;
  z-index: 999;
}

#navi .logo {
  float: left;
  width: 108px;
}

#navi .logo img {
  float: left;
  margin-top: 7px;
}

#navi .head-navi {
  float: right;
  height: 15px;
  font-size: 13px;
  margin: 8px 0 0;
}

#navi .head-navi li {
  display: inline;
  font-size: 13px;
  padding: 0 10px;
  border-right: 1px #333 solid;
}

#navi .head-navi li:last-child {
  border: none;
}

/* ===== #copy */
#copy {
  position: relative;
  height: 30px;
  margin-top: -30px;
  padding: 10px 0;
  border-top: 1px #000000 solid;
  background: #202020;
  color: #ffffff;
  font-size: 11px;
  z-index: 10;
}

#content-wrap {
  padding-bottom: 1rem;
  /* Footer height */
}

footer {
  position: fixed;
  /*transform: translate(34%, -160%);*/
  bottom: 0px;
  width: 100%;
  height: 1rem;
  background: #202020;
  padding: 10px 0;
  /*border-top: 1px #000000 solid;*/
  color: #ffffff;
  z-index: 20;
  font-size: 11px;
}

/* ============================================== [ 以上模版不可編輯] */

/* ============================================ [ 以下模版可進行編輯 ] */

/* ========================= [ #main ] */
#main {
  background: #000;
  height: 95vh;
}

/* ===== #head */
#main #head {
  min-width: 1020px;
  background: url(main_bg_adult.jpg) no-repeat center top;
  height: 1000px;
  overflow: hidden;
}

#main #head h1 {
  position: relative;
  top: 7px;
}

#main #head .logo {
  position: relative;
  margin-top: 410px;
}

.adult_slide {
  transform: rotate(-15deg);
  margin-top: 150px;
  position: relative;
}

.adult_slide_inner {
  animation: scroll 30s linear infinite;
  display: flex;
  width: calc(2528px * 2);
  height: 737px;
  position: relative;
}

.adult_slide img {
  position: relative;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-2528px * 1));
  }
}

#main #head .slogan {
  position: relative;
  margin-top: -340px;
  z-index: 1;
}

.cv-area {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 420px;
}

#main #head .bt-play {
  position: relative;
}

#main .bt-play a {
  display: block;
}

#main #head .bt-login {
  position: relative;
}

#main .bt-login a {
  display: block;
}

.bt-play,
.bt-login {
  transition: 0.3s;
}
.bt-play:hover,
.bt-login:hover {
  filter: brightness(1.5);
  transform: scale(1.05);
}

#main #head .bt-play:hover {
  background: url(bt_play_base_02.png) no-repeat center top;
}

#main #head .bt-login:hover {
  background: url(bt_login_base_02.png) no-repeat center top;
}
