@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
* {
  box-sizing: border-box;
}
*:focus {
  outline-style: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  width: 100%;
  margin: 0 auto;
}
body::before {
  content: "";
  width: 100%;
  height: 50px;
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
@media screen and (min-width: 744px) {
  body::before {
    height: 62px;
  }
}

.clearfix {
  *zoom: 1;
  /*For IE 6&7 only*/
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

.video iframe {
  width: 96%;
  margin: 0 2%;
  z-index: 100;
  position: relative;
}

header {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 900;
  position: fixed;
  top: 0;
  transition: all 0.2s ease;
}
header.float {
  transition: all 0.2s ease;
}
@media screen and (min-width: 744px) {
  header {
    height: 62px;
  }
}
header .container {
  justify-content: space-between;
}
header .container .link li a {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 744px) {
  header .container .link li a {
    width: 32px;
    height: 32px;
  }
}
header .container .link li:nth-child(2) {
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (min-width: 744px) {
  header .container .link li:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
  }
}

header .container,
footer .container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 744px) {
  header .container,
  footer .container {
    padding: 0 30px;
  }
}
header .container .myv-logo,
footer .container .myv-logo {
  width: 100px;
}
header .container .myv-logo img,
header .container .myv-logo svg,
footer .container .myv-logo img,
footer .container .myv-logo svg {
  width: 100%;
}
@media screen and (min-width: 744px) {
  header .container .myv-logo,
  footer .container .myv-logo {
    width: 140px;
  }
}
header .container .link,
footer .container .link {
  display: flex;
  align-items: center;
}
header .container .link li a,
footer .container .link li a {
  display: block;
}
header .container .link li a svg,
footer .container .link li a svg {
  width: 100%;
}
header .container .link li a svg path,
header .container .link li a svg polygon,
header .container .link li a svg g,
footer .container .link li a svg path,
footer .container .link li a svg polygon,
footer .container .link li a svg g {
  transition: all 0.3s ease;
}
header .container .link li a:hover svg path,
header .container .link li a:hover svg polygon,
header .container .link li a:hover svg g,
footer .container .link li a:hover svg path,
footer .container .link li a:hover svg polygon,
footer .container .link li a:hover svg g {
  transition: all 0.3s ease;
}
header .container .link .myvideo a svg .icon-mask,
footer .container .link .myvideo a svg .icon-mask {
  display: none;
}
header .container .link .myvideo a svg .icon-icon,
footer .container .link .myvideo a svg .icon-icon {
  display: none;
}
header .container .link .myvideo:hover a svg .icon-bg,
footer .container .link .myvideo:hover a svg .icon-bg {
  fill: #F57600;
}
header .container .link .myvideo:hover a svg .icon-mask,
footer .container .link .myvideo:hover a svg .icon-mask {
  display: block;
}
header .container .link .myvideo:hover a svg .icon-icon,
footer .container .link .myvideo:hover a svg .icon-icon {
  fill: #FFFFFF;
  display: block;
}
header .container .link .facebook a svg .icon-icon,
footer .container .link .facebook a svg .icon-icon {
  fill: transparent;
}
header .container .link .facebook:hover a svg .icon-bg,
footer .container .link .facebook:hover a svg .icon-bg {
  fill: #1877f2;
}
header .container .link .facebook:hover a svg .icon-icon,
footer .container .link .facebook:hover a svg .icon-icon {
  fill: #FFFFFF;
}
header .container .link .youtube a svg .icon-icon,
footer .container .link .youtube a svg .icon-icon {
  fill: transparent;
}
header .container .link .youtube:hover a svg .icon-bg,
footer .container .link .youtube:hover a svg .icon-bg {
  fill: red;
}
header .container .link .youtube:hover a svg .icon-icon,
footer .container .link .youtube:hover a svg .icon-icon {
  fill: #FFFFFF;
}

.main-content {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  margin: 0 auto;
}

footer {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}
footer .container {
  justify-content: space-between;
}
@media screen and (min-width: 744px) {
  footer .container {
    justify-content: space-around;
  }
}
footer .container .link li {
  margin-right: 10px;
}
@media screen and (min-width: 375px) {
  footer .container .link li {
    margin-right: 12px;
  }
}
@media screen and (min-width: 744px) {
  footer .container .link li {
    margin-right: 16px;
  }
}
footer .container .link li img {
  height: 100%;
}
footer .container .link li a svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
@media screen and (min-width: 744px) {
  footer .container .link li a svg {
    width: 32px;
    height: 32px;
  }
}
footer .container .link li:last-child {
  margin-right: 0;
}
footer .container .link .ott div {
  width: 28px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 375px) {
  footer .container .link .ott div {
    width: 32px;
    height: 40px;
  }
}
@media screen and (min-width: 744px) {
  footer .container .link .ott div {
    width: 42px;
    height: 51px;
  }
}
footer .container .link .ott div img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
footer .container .link .appstore a,
footer .container .link .googleplay a {
  width: auto;
  height: 24px;
  display: flex;
  border-radius: 90px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 744px) {
  footer .container .link .appstore a,
  footer .container .link .googleplay a {
    height: 32px;
  }
}
footer .container .link .appstore a img,
footer .container .link .googleplay a img {
  width: auto;
  height: 100%;
  border-radius: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .container .link .appstore a:hover,
footer .container .link .googleplay a:hover {
  opacity: 0.85;
  transition: all 0.3s ease;
}
footer .copyright {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 24px auto 0;
  display: inline-block;
  color: #9E9E9E;
  font-size: 13px;
  text-align: left;
  line-height: 1.2rem;
}
footer .copyright a {
  color: #9E9E9E;
}
footer .copyright a:hover {
  color: #757575;
}
@media screen and (min-width: 744px) {
  footer .copyright {
    text-align: center;
  }
}
footer .copyright .ft-br {
  display: block;
}
@media screen and (min-width: 744px) {
  footer .copyright .ft-br {
    display: inline-block;
  }
}

#top {
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 8px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  z-index: 800;
  display: none;
}
#top svg,
#top img {
  width: 100%;
}
@media screen and (min-width: 744px) {
  #top {
    width: 40px;
    height: 40px;
    right: 40px;
    bottom: 40px;
  }
}

.main-content #main .brand-area .brand .video-btn:hover {
  transform: scale(1.1);
}

.video-slider-wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1056px;
}
@media screen and (max-width: 992px) {
  .video-slider-wrap {
    width: 100%;
  }
}

.film-slider .item {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .film-slider .item {
    margin-bottom: 8px;
  }
}
.film-slider .video {
  width: 100%;
}
.film-slider .post-wrap {
  background-size: 100% 100%;
  background-position: center center;
  width: 100%;
  padding-bottom: 145%;
  display: block;
  border-radius: 16px;
  background-color: #000;
  opacity: 0.8;
  transition: all 1.5s ease-out;
}
.film-slider .post-wrap:hover {
  background-size: 110% 110%;
  opacity: 1;
}
.film-slider .video-title {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 24px;
  font-family: "Noto Sans TC", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media screen and (max-width: 600px) {
  .film-slider .video-title {
    margin-bottom: 16px;
  }
}

.owl-stage {
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .owl-stage {
    left: -75.5px;
  }
}

.owl-carousel.owl-theme .owl-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot {
  display: flex;
  background-color: transparent;
}
.owl-carousel.owl-theme .owl-dots span {
  background-color: rgba(33, 33, 33, 0.3);
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  border-radius: 4px;
  transition: height 0.2s ease-out;
}
@media screen and (min-width: 1280px) {
  .owl-carousel.owl-theme .owl-dots span {
    width: 8px;
    height: 8px;
    margin: 0 10px;
  }
}
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #212121;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  position: relative;
  background-color: #212121;
  background-size: cover;
}
.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.owl-carousel.owl-theme .owl-nav:hover {
  background: none;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev {
  position: absolute;
  left: -145px;
  width: 72.5px;
  height: 100%;
  background-image: url(../images/carousel/left_normal.svg);
  background-color: transparent;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .owl-carousel.owl-theme .owl-nav button.owl-prev {
    left: -90px;
  }
}
@media screen and (max-width: 768px) {
  .owl-carousel.owl-theme .owl-nav button.owl-prev {
    display: none;
  }
}
.owl-carousel.owl-theme .owl-nav button.owl-prev:hover {
  background: none;
  background-image: url(../images/carousel/left_normal.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
}
.owl-carousel.owl-theme .owl-nav button.owl-next {
  position: absolute;
  right: -145px;
  width: 72.5px;
  height: 8px;
  height: 100%;
  background-image: url(../images/carousel/right_normal.svg);
  background-color: transparent;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .owl-carousel.owl-theme .owl-nav button.owl-next {
    right: -90px;
  }
}
@media screen and (max-width: 768px) {
  .owl-carousel.owl-theme .owl-nav button.owl-next {
    display: none;
  }
}
.owl-carousel.owl-theme .owl-nav button.owl-next:hover {
  background: none;
  background-image: url(../images/carousel/right_normal.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
}

.owl-carousel.owl-theme.progress-bar .owl-dots {
  text-align: center;
  height: 6px;
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  flex-flow: row wrap;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.owl-carousel.owl-theme.progress-bar .owl-dots .owl-dot {
  background-color: transparent;
  flex: 1 auto;
  height: 6px;
}
.owl-carousel.owl-theme.progress-bar .owl-dots span {
  background-color: rgba(180, 127, 67, 0.36);
  width: calc(100% - 20px);
  height: 6px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  position: relative;
  border-radius: 3px;
  transition: height 0.2s ease-out;
}
@media screen and (max-width: 600px) {
  .owl-carousel.owl-theme.progress-bar .owl-dots span {
    height: 3px;
    width: calc(100% - 12px);
    margin: 0 6px;
  }
}
.owl-carousel.owl-theme.progress-bar .owl-dots .owl-dot:hover span {
  background: #a7a7a7;
}
.owl-carousel.owl-theme.progress-bar .owl-dots .owl-dot.active span {
  position: relative;
  background-color: rgba(180, 127, 67, 0.36);
  width: calc(100% - 20px);
  height: 6px;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .owl-carousel.owl-theme.progress-bar .owl-dots .owl-dot.active span {
    height: 3px;
    width: calc(100% - 12px);
    margin: 0 6px;
  }
}
.owl-carousel.owl-theme.progress-bar .owl-nav.disabled + .owl-dots {
  margin-top: -24px;
}
@media screen and (max-width: 600px) {
  .owl-carousel.owl-theme.progress-bar .owl-nav.disabled + .owl-dots {
    margin-top: -12px;
  }
}

body {
  color: #000000;
  background-color: #FFFFFF;
}
body header {
  background-color: white;
}
body header.float {
  background-color: white;
}
body header .container .link .myvideo a svg .icon-bg,
body footer .container .link .myvideo a svg .icon-bg {
  fill: #000000;
}
body header .container .link .facebook a svg .icon-bg,
body footer .container .link .facebook a svg .icon-bg {
  fill: #000000;
}
body header .container .link .youtube a svg .icon-bg,
body footer .container .link .youtube a svg .icon-bg {
  fill: #000000;
}
body header .container .link .ott div img,
body footer .container .link .ott div img {
  right: 0;
}
body footer {
  background-color: #FFFFFF;
  border-top: 1px solid #F4F4F4;
}

.main-content {
  background-color: #f5f5f5;
  background-image: url(../images/bg-shape.svg), url(../images/bg-bottom-left.svg), url(../images/bg-bottom-right.svg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center calc(100vh - 50px), left bottom, right bottom;
  background-size: contain, 75vw, 20vw;
}
@media screen and (min-width: 1024px) {
  .main-content {
    background-position: center calc(100vh - 62px), left bottom, right bottom;
    background-size: contain, auto, auto;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  29% {
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotateY(180deg) rotate(-90deg);
  }
  100% {
    transform: rotateY(180deg) rotate(-450deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.main-content .kv {
  width: 100%;
  background-color: #000000;
}
.main-content .kv .wrap {
  width: 100%;
  height: calc(100vh - 50px);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .main-content .kv .wrap {
    height: calc(100vh - 62px);
  }
}
.main-content .kv .video-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.main-content .kv .video-background #bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.main-content .kv .content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.main-content .kv .content .kvimg {
  display: block;
  width: 90%;
  position: absolute;
  bottom: 0%;
  z-index: 9;
  filter: drop-shadow(2px 4px 6px black);
  transform: translateY(-50%);
  animation: float 3s ease-in-out infinite;
}
@media screen and (min-width: 1024px) {
  .main-content .kv .content .kvimg {
    width: 100%;
    max-width: 720px;
    bottom: -2.5%;
  }
}
.main-content .kv .content .container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  flex-wrap: wrap;
}
.main-content .kv .content .container .block {
  background-size: cover;
  width: 100px;
  height: 100px;
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}
.main-content .sec .wrap .sec-content {
  margin-bottom: 40px;
}
.main-content .sec .wrap .sec-content .sec-info {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #0a1942;
}
@media screen and (min-width: 1024px) {
  .main-content .sec .wrap .sec-content .sec-info {
    font-size: 28px;
    line-height: 42px;
  }
}
.main-content .sec .wrap .sec-content .sec-info span {
  color: #e64aad;
  font-family: "Arial", sans-serif;
}
.main-content .sec .wrap .sec-content .sec-note {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #9b9b9b;
  margin-top: 2px;
}
@media screen and (min-width: 1024px) {
  .main-content .sec .wrap .sec-content .sec-note {
    font-size: 18px;
    line-height: 26px;
  }
}
.main-content #main {
  padding: 20px 0 40px;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .main-content #main {
    padding: 40px 0 80px;
  }
}
.main-content #main .tab-note {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  max-width: 90%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 1024px) {
  .main-content #main .tab-note {
    font-size: 28px;
    line-height: 42px;
  }
}
.main-content #main .tab-area {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 744px) {
  .main-content #main .tab-area {
    padding: 0 120px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content #main .tab-area {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
  }
}
.main-content #main .tab-area .tab {
  width: calc((100% - 40px - 6px) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .main-content #main .tab-area .tab {
    width: 25%;
  }
}
.main-content #main .tab-area .tab .tab-content {
  width: 100%;
  border-radius: 40px 40px 0px 0px;
  background: #989898;
  border: 4px solid #000000;
  color: #212121;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  .main-content #main .tab-area .tab .tab-content {
    border: 8px solid #000000;
    align-items: center;
    transition: all 0.2s;
  }
}
.main-content #main .tab-area .tab .tab-content h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
}
@media screen and (min-width: 1024px) {
  .main-content #main .tab-area .tab .tab-content h4 {
    font-size: 28px;
    transition: all 0.2s;
  }
}
.main-content #main .tab-area .tab .tab-content h4 span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .main-content #main .tab-area .tab .tab-content h4 span {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .main-content #main .tab-area .tab .tab-content h4 br {
    display: none;
  }
}
.main-content #main .tab-area .tab.active .tab-content {
  padding: 24px 0;
}
.main-content #main .tab-area .tab.active .tab-content h4 {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .main-content #main .tab-area .tab.active .tab-content h4 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .main-content #main .tab-area .tab:hover .tab-content {
    padding: 24px 0;
  }
  .main-content #main .tab-area .tab:hover .tab-content h4 {
    font-weight: 700;
    font-size: 40px;
  }
}
.main-content #main .tab-area .tab.active .tab-content {
  background: #c293ff;
}
.main-content #main .tab-area .tab:nth-child(1), .main-content #main .tab-area .tab:nth-child(2), .main-content #main .tab-area .tab:nth-child(3) {
  margin-right: 2px;
}
.main-content #main .brand-area {
  background-color: #FFFFFF;
  border: 4px solid #000000;
  margin-top: -4px;
}
@media screen and (min-width: 1024px) {
  .main-content #main .brand-area {
    margin: auto;
    width: 1200px;
    border: 8px solid #000000;
    margin-top: -8px;
  }
}
.main-content #main .brand-area .brand {
  width: 100%;
  padding: 80px 0px;
  align-items: center;
  flex-direction: column;
  display: none;
}
.main-content #main .brand-area .brand.active {
  display: flex;
}
.main-content #main .brand-area .brand .brand-content {
  padding: 0 20px;
}
.main-content #main .brand-area .brand .brand-img {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.main-content #main .brand-area .brand .brand-img .brand-img-wrap,
.main-content #main .brand-area .brand .brand-img .brand-img-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .main-content #main .brand-area .brand .brand-img .brand-img-wrap,
  .main-content #main .brand-area .brand .brand-img .brand-img-wrap a {
    flex-direction: row;
  }
}
.main-content #main .brand-area .brand .brand-img img {
  width: -moz-max-content;
  width: max-content;
}
.main-content #main .brand-area .brand .brand-img::after {
  content: "";
  width: 80px;
  border-top: 1px solid #212121;
  margin-top: 40px;
}
@media screen and (min-width: 1280px) {
  .main-content #main .brand-area .brand .brand-img::after {
    width: 240px;
    margin-top: 80px;
  }
}
.main-content #main .brand-area .brand .video-slider-wrap {
  width: 100%;
  max-width: 860px;
  margin-top: 40px;
}
@media screen and (min-width: 1280px) {
  .main-content #main .brand-area .brand .video-slider-wrap {
    margin-top: 80px;
  }
}
.main-content #main .brand-area .brand .video-slider-wrap .film-slider .item {
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (min-width: 1280px) {
  .main-content #main .brand-area .brand .video-slider-wrap .film-slider .item {
    margin-bottom: 20px;
  }
}
.main-content #main .brand-area .brand .video-slider-wrap .film-slider .video {
  width: 100%;
}
.main-content #main .brand-area .brand .video-slider-wrap .film-slider .post-wrap {
  background-size: 100% 100%;
  background-position: center center;
  width: 100%;
  padding-bottom: 145%;
  display: block;
  border-radius: 16px;
  background-color: #212121;
  transition: all 1.5s ease-out;
  opacity: 1;
}
.main-content #main .brand-area .brand .video-slider-wrap .film-slider .post-wrap:hover {
  background-size: 110% 110%;
}
.main-content #main .brand-area .brand .video-btn {
  display: inline-block;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: normal;
  text-align: center;
  margin: auto;
  box-sizing: border-box;
  transition: all 0.2s;
  height: 42px;
  line-height: 42px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  background-color: #f66f3d;
  border: 1px solid transparent;
  color: #27245f;
  margin-top: 40px;
  border-radius: 0;
  font-weight: 900;
}
.main-content #main .brand-area .brand .video-btn:hover {
  transition: all 0.2s;
}
@media screen and (min-width: 744px) {
  .main-content #main .brand-area .brand .video-btn {
    height: 42px;
    line-height: 42px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content #main .brand-area .brand .video-btn {
    height: 62px;
    line-height: 62px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
  }
}
.main-content #main .brand-area .brand .video-btn:hover {
  border: 1px solid transparent;
  background-color: #27245f;
  color: #f66f3d;
}
.main-content #main .brand-area .brand.brand-3 .brand-img-wrap {
  background-color: #9b9b9b;
}
.main-content #main .brand-area .brand-note {
  padding: 40px 20px 80px;
  max-width: 860px;
  margin: auto;
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: grid;
  gap: 1em;
}
@media screen and (min-width: 1024px) {
  .main-content #main .brand-area .brand-note {
    font-size: 18px;
  }
}
.main-content #main .brand-area .brand-note ol {
  padding-left: 1em;
  text-indent: -1em;
  counter-reset: level1;
}
.main-content #main .brand-area .brand-note ol li {
  display: block;
  counter-increment: level1;
}
.main-content #main .brand-area .brand-note ol li::before {
  content: counters(level1, ".") ". ";
}
.main-content #main .brand-area .brand-note ol ol {
  padding-left: 2em;
  text-indent: -2em;
  counter-reset: level2;
}
.main-content #main .brand-area .brand-note ol ol li {
  counter-increment: level2;
}
.main-content #main .brand-area .brand-note ol ol li::before {
  content: counter(level1) "-" counter(level2) ". ";
}
.main-content #main .brand-area .brand-note ol ol ol {
  padding-left: 3em;
  text-indent: -3em;
  counter-reset: level3;
}
.main-content #main .brand-area .brand-note ol ol ol li {
  counter-increment: level3;
}
.main-content #main .brand-area .brand-note ol ol ol li::before {
  content: counter(level1) "-" counter(level2) "-" counter(level3) ". ";
}
.main-content #main .brand-area .brand-note ol a {
  text-decoration: underline;
}
.main-content #main .brand-area .brand-note span {
  font-family: "Arial", sans-serif;
}

.notice {
  padding: 20px 0 40px;
  margin-top: 80px;
}
.notice .container {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 744px) {
  .notice .container {
    padding: 0px 80px;
  }
}
@media screen and (min-width: 1280px) {
  .notice .container {
    padding: 0px;
  }
}
.notice .container h3 {
  border-left: 4px solid #212121;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #212121;
  padding-left: 8px;
  text-align: justify;
  margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .notice .container h3 {
    line-height: 35px;
    font-size: 24px;
    padding-left: 19px;
    margin-left: 2px;
  }
}
.notice .container ul,
.notice .container ol {
  list-style-type: none;
  text-align: justify;
}
.notice .container ul li,
.notice .container ol li {
  list-style-position: outside;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #212121;
  margin-top: 8px;
  margin-left: 7px;
  padding-left: 12px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .notice .container ul li,
  .notice .container ol li {
    font-size: 24px;
    line-height: 35px;
    margin-left: 11px;
    padding-left: 16px;
  }
}
.notice .container ul li a,
.notice .container ol li a {
  text-decoration: underline;
  transition: 0.3s all ease-in;
}
.notice .container ul li a:hover,
.notice .container ol li a:hover {
  opacity: 0.7;
  transition: 0.3s all ease-in;
}
.notice .container ul li::before,
.notice .container ol li::before {
  content: "*";
  position: absolute;
  left: -7px;
}
@media screen and (min-width: 1280px) {
  .notice .container ul li::before,
  .notice .container ol li::before {
    left: -11px;
  }
}
.notice .container ul li ol,
.notice .container ul li ul,
.notice .container ol li ol,
.notice .container ol li ul {
  list-style-type: none;
  counter-reset: counter;
}
.notice .container ul li ol li,
.notice .container ul li ul li,
.notice .container ol li ol li,
.notice .container ol li ul li {
  margin-left: 6px;
}
.notice .container ul li ol li::before,
.notice .container ul li ul li::before,
.notice .container ol li ol li::before,
.notice .container ol li ul li::before {
  content: "・";
  position: absolute;
  left: -7px;
}
@media screen and (min-width: 1280px) {
  .notice .container ul li ol li::before,
  .notice .container ul li ul li::before,
  .notice .container ol li ol li::before,
  .notice .container ol li ul li::before {
    left: -11px;
  }
}
.notice .container ul li ol li::marker,
.notice .container ul li ul li::marker,
.notice .container ol li ol li::marker,
.notice .container ol li ul li::marker {
  content: initial;
}
@media screen and (min-width: 1024px) {
  .notice {
    padding: 40px 0 80px;
  }
}
.notice .container ul li ul {
  list-style-type: none;
  counter-reset: counter;
}
.notice .container ul li ul li {
  margin-top: 4px;
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 744px) {
  .notice .container ul li ul li {
    padding-left: 40px;
  }
}
.notice .container ul li ul li::before {
  content: "(" counters(counter, ".", lower-alpha) ")";
  counter-increment: counter;
  position: absolute;
  left: -7px;
}
.notice .container ul li ul li:first-child {
  margin-top: 8px;
}
.notice span {
  font-family: "Arial", sans-serif;
}/*# sourceMappingURL=style.css.map */