@font-face {
  font-family: 'Arial';
  src: url(../fonts/arial.ttf) format('truetype'), url(../fonts/arial.woff) format('woff');
}
body {
  font-family: 'Arial';
  font-weight: normal;
  font-size: 16px;
  color: #000;
  background: #fff;
}
body,
h1,
h2,
h3,
p,
ul,
ol,
li,
div,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
img {
  display: inline-block;
  vertical-align: top;
}
i {
  display: block;
}
.container {
  width: 1080px;
  margin: 0 auto;
}
.nav-bar {
  z-index: 10 !important;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
header {
  height: 75px;
  background: #fff;
  box-shadow: 0 -3px 22px 0 rgba(0, 0, 0, 0.1);
}
header .container {
  height: 100%;
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .container {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  header .container {
    width: 100%;
    padding: 0 15px;
  }
}
header .header-info_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .header-info_text {
  font-size: 24px;
  font-weight: bold;
  color: #1f2857;
  margin-left: 14px;
}
header .header-info_menu {
  display: none;
}
header .header-menu {
  width: 65%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
header .header-menu_item {
  position: relative;
  width: 15%;
  height: 100%;
}
header .header-menu_item.media,
header .header-menu_item.bd-dvd {
  width: 26%;
}
header .header-menu_item.media .menu-item_top .item-top_text,
header .header-menu_item.bd-dvd .menu-item_top .item-top_text {
  user-select: none;
}
header .header-menu_item.media .menu-item_top::after,
header .header-menu_item.bd-dvd .menu-item_top::after {
  content: '';
  width: 13px;
  height: 8px;
  background: url(../img/global/header-arrow.svg) no-repeat;
  filter: brightness(0);
  transform: rotate(180deg);
  margin-left: 8px;
  transition: all 0.3s;
}
header .header-menu_item.media.active .menu-item_top .item-top_text,
header .header-menu_item.bd-dvd.active .menu-item_top .item-top_text {
  color: #3c55ef;
}
header .header-menu_item.media.active .menu-item_top::after,
header .header-menu_item.bd-dvd.active .menu-item_top::after {
  transform: rotate(0);
  filter: brightness(1);
}
header .header-menu_item.media .menu-item_bottom {
  position: absolute;
  top: 75px;
  left: calc(50% - 150px);
  z-index: 20;
  width: 300px;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 16px;
  display: none;
}
header .header-menu_item.media .item-bottom_subitem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  padding: 16px 0;
}
header .header-menu_item.media .item-bottom_subitem .bottom-subitem_text {
  max-width: 200px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
}
header .header-menu_item.media .item-bottom_subitem:hover {
  background: rgba(209, 209, 209, 0.15);
}
header .header-menu_item.bd-dvd .menu-item_bottom {
  position: absolute;
  top: 75px;
  left: 4px;
  z-index: 10;
  display: none;
}
header .header-menu_item.bd-dvd .menu-item_bottom-flex {
  width: 560px;
  height: 305px;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 16px;
}
header .header-menu_item.bd-dvd .menu-item_bottom::after {
  content: '';
  position: absolute;
  top: 32px;
  left: 50%;
  width: 1px;
  height: 170px;
  background: rgba(0, 0, 0, 0.02);
}
header .header-menu_item.bd-dvd .item-bottom_subitem {
  box-sizing: border-box;
  width: 242px;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}
header .header-menu_item.bd-dvd .item-bottom_subitem .bottom-subitem_text {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-left: 14px;
}
header .header-menu_item.bd-dvd .item-bottom_subitem:hover {
  border-radius: 5px;
  background: rgba(209, 209, 209, 0.15);
}
header .menu-item_top {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .menu-item_top .item-top_text {
  font-size: 16px;
  font-weight: bold;
  color: #262626;
}
header .menu-item_top .item-top_text:hover {
  color: #3c55ef;
}
.to-top {
  position: fixed;
  bottom: 76px;
  right: 20px;
  z-index: 1000;
  background-image: url(../img/public-sprite.png);
  background-repeat: no-repeat;
  background-position: -489px -27px;
  width: 83px;
  height: 83px;
  display: none;
  cursor: pointer;
}
.to-top:active {
  background-position: -489px -127px;
}
footer {
  background: #000c2b;
  padding-top: 50px;
  margin-top: 150px;
}
footer .container {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  footer .container {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  footer .container {
    width: 100%;
    padding: 0 15px;
  }
}
footer .footer-info {
  width: 212px;
}
footer .footer-info_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
footer .footer-info .footer-info_text {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-left: 14px;
}
footer .footer-info_desc {
  font-size: 13px;
  font-weight: normal;
  color: #DBDBDB;
  line-height: 1.5;
  margin-bottom: 35px;
}
footer .footer-info_follow {
  display: flex;
  flex-flow: row wrap;
}
footer .footer-info_follow .info-follow_title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 18px;
}
footer .footer-info_follow .info-follow_media {
  background-image: url(../img/public-sprite.png);
  background-repeat: no-repeat;
  width: 34px;
  height: 34px;
  margin-right: 20px;
}
footer .footer-info_follow .info-follow_media.twitter {
  background-position: -393px -703px;
  height: 35px;
}
footer .footer-info_follow .info-follow_media.youtube {
  background-position: -393px -761px;
}
footer .footer-menu {
  width: 700px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
footer .footer-menu_logo {
  display: none;
}
footer .footer-menu .menu-item_title {
  display: flex;
  margin-bottom: 18px;
}
footer .footer-menu .item-title_text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
footer .footer-menu .menu-item_info {
  display: flex;
  flex-direction: column;
}
footer .footer-menu .item-info_link {
  font-size: 14px;
  font-weight: normal;
  color: #A0A0A0;
  margin-bottom: 16px;
}
footer .footer-menu .item-info_link:hover {
  color: #fff;
}
footer .footer-copyright{display: flex;justify-content: space-between;flex-wrap: wrap;}
footer .footer-copyright {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  color: #A0A0A0;
  text-align: center;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 50px;
}
footer .footer-copyright .pay_box img{
    margin-right: 10px;
}
footer .footer-copyright .pay_box img:last-child{
    margin-right: 0;
}
.hide-display{display: none !important;}
.bottom_off{
  position: fixed;
  bottom: 150px;
  right: 20px;
  z-index: 20;
}
.bottom_off img{
  width: 210px;
}
.bottom_off>i{
  top: 12px;
  display: block;
  cursor: pointer;
  right: 10px;
  background: url(/images/index/close.svg) no-repeat;
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  position: absolute;
}
.aside_coupon {
  position: fixed;
  right: 20px;
  bottom: 174px;
  z-index: 10;
  cursor: pointer;
}
.aside_coupon .close {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
}
.aside_coupon img:nth-child(3) {
  position: absolute;
  bottom: 128px;
  right: 64px;
  transition: all linear 0.2s;
  opacity: 0;
}
.aside_coupon img:nth-child(3).active {
  bottom: 148px;
  opacity: 1;
}
.aside_coupon div.mobile img:nth-child(3) {
  position: absolute;
  bottom: 54px;
  right: 30px;
  transition: all linear 0.2s;
  opacity: 0;
}
.aside_coupon div.mobile img:nth-child(3).active {
  bottom: 74px;
  opacity: 1;
}
.aside_coupon .pc{
  display: block;
}
.aside_coupon .mobile{
  display: none;
}
#trp-floater-ls.trp-bottom-right{
  right: 0 !important;
}
@media (max-width: 1200px){
  footer .footer-copyright{
    justify-content: center;
    align-items: center;
  }
  footer .footer-copyright p{
    text-align: center;
    margin: 12px 0;
  }
  footer .footer-copyright .pay_box{
        padding-top: 0px;
        justify-content: center;
        padding-top: 8px;
    }
  footer .footer-copyright .pay_box img{
        margin: 8px 10px;
    }
}
@media (max-width: 770px) {
  html {
    font-size: 0.2666667vw;
  }
  header {
    height: auto;
    box-shadow: none;
  }
  header .container {
    position: relative;
    height: 100%;
    flex-direction: column;
    padding: 0;
  }
  header .header-info {
    width: 100%;
    height: 64rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15rem;
    box-shadow: 0 -3rem 22rem 0 rgba(0, 0, 0, 0.1);
  }
  header .header-info_icon {
    width: 28rem;
    height: 32rem;
  }
  header .header-info_text {
    font-size: 20rem;
    margin-left: 12rem;
  }
  header .header-info_menu {
    display: block;
    width: 19px;
    height: 20px;
    background: url(../img/global/header-menu.svg) no-repeat;
    background-size: 100% 100%;
  }
  header .header-info_menu.close {
    width: 15px;
    height: 15px;
    background: url(../img/global/header-close.svg) no-repeat;
    background-size: 100% 100%;
  }
  header .header-menu {
    position: absolute;
    top: 64rem;
    width: 100%;
    height: auto;
    flex-direction: column;
    display: none;
    z-index: 100;
    background: #fff;
  }
  header .header-menu.active {
    display: flex;
  }
  header .header-menu_item {
    position: static;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e1e1e1;
  }
  header .header-menu_item.media,
  header .header-menu_item.bd-dvd {
    width: 100%;
  }
  header .header-menu_item.media .menu-item_top,
  header .header-menu_item.bd-dvd .menu-item_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-menu_item.media .menu-item_top::after,
  header .header-menu_item.bd-dvd .menu-item_top::after {
    content: '';
    width: 13rem;
    height: 8rem;
    margin-left: 0;
  }
  header .header-menu_item.media:hover .menu-item_top .item-top_text,
  header .header-menu_item.bd-dvd:hover .menu-item_top .item-top_text {
    color: #1f2857;
  }
  header .header-menu_item.media:hover .menu-item_top::after,
  header .header-menu_item.bd-dvd:hover .menu-item_top::after {
    transform: rotate(180deg);
    filter: brightness(0);
  }
  header .header-menu_item.media:hover .menu-item_bottom,
  header .header-menu_item.bd-dvd:hover .menu-item_bottom {
    display: none;
  }
  header .header-menu_item.media.active .menu-item_top .item-top_text,
  header .header-menu_item.bd-dvd.active .menu-item_top .item-top_text {
    color: #3c55ef;
  }
  header .header-menu_item.media.active .menu-item_top::after,
  header .header-menu_item.bd-dvd.active .menu-item_top::after {
    transform: rotate(0);
    filter: brightness(1);
  }
  header .header-menu_item.media.active .menu-item_bottom,
  header .header-menu_item.bd-dvd.active .menu-item_bottom {
    display: flex;
  }
  header .header-menu_item.media .menu-item_bottom {
    position: static;
    width: 100%;
    box-shadow: none;
    padding: 0 15rem 16rem;
  }
  header .header-menu_item.media .item-bottom_subitem {
    padding: 16rem 0;
  }
  header .header-menu_item.media .item-bottom_subitem .bottom-subitem_text {
    font-size: 14rem;
  }
  header .header-menu_item.bd-dvd .menu-item_bottom {
    position: static;
  }
  header .header-menu_item.bd-dvd .menu-item_bottom-flex {
    width: 100%;
    height: auto;
    box-shadow: none;
    padding: 0 15rem 16rem;
  }
  header .header-menu_item.bd-dvd .menu-item_bottom::after {
    display: none;
  }
  header .header-menu_item.bd-dvd .item-bottom_subitem {
    width: 100%;
    height: 80rem;
    padding: 12rem 8rem 12rem 38rem;
  }
  header .header-menu_item.bd-dvd .item-bottom_subitem .bottom-subitem_text {
    font-size: 14rem;
    margin-left: 36rem;
  }
  header .menu-item_top {
    position: static;
    width: 100%;
    height: 62rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15rem;
  }
  header .menu-item_top .item-top_text {
    width: 100%;
    font-size: 16rem;
  }
  .to-top {
    bottom: 50px;
    right: 0;
    background-position: -489rem -27rem;
    background-size: 685rem 914rem;
    width: 83rem;
    height: 83rem;
    transform: scale(0.6);
  }
  .to-top:active {
    background-position: -489rem -127rem;
  }
  footer {
    padding-top: 25rem;
    margin-top: 75rem;
  }
  footer .container {
    flex-direction: column;
    flex-flow: column wrap;
  }
  footer .footer-info {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    order: 2;
  }
  footer .footer-info_logo {
    display: none;
  }
  footer .footer-info_desc {
    font-size: 12rem;
    text-align: center;
    margin: 0 auto;
    padding: 0 30rem;
  }
  footer .footer-info_follow {
    margin-bottom: 35rem;
  }
  footer .footer-info_follow .info-follow_title {
    width: 100%;
    font-size: 16rem;
    margin-bottom: 18rem;
  }
  footer .footer-info_follow .info-follow_media {
    background-size: 685rem 914rem;
    width: 34rem;
    height: 34rem;
    margin-right: 20rem;
  }
  footer .footer-info_follow .info-follow_media.twitter {
    background-position: -393rem -703rem;
    height: 35rem;
  }
  footer .footer-info_follow .info-follow_media.youtube {
    background-position: -393rem -761rem;
  }
  footer .footer-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    order: 1;
    margin-bottom: 10rem;
  }
  footer .footer-menu_logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30rem;
  }
  footer .footer-menu .footer-info_text {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin-left: 14rem;
  }
  footer .footer-menu .footer-menu_item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    margin-bottom: 18rem;
  }
  footer .footer-menu .menu-item_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18rem;
  }
  footer .footer-menu .menu-item_title.active .item-title_arrow {
    transform: rotate(180deg);
  }
  footer .footer-menu .item-title_text {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  footer .footer-menu .item-title_arrow {
    width: 13rem;
    height: 8rem;
    background: url(../img/global/footer-arrow.svg) no-repeat;
    transition: transform 0.3s;
  }
  footer .footer-menu .menu-item_info {
    flex-direction: column;
    padding: 15px 25px;
    display: none;
  }
  footer .footer-menu .menu-item_info.active {
    display: flex;
  }
  footer .footer-menu .item-info_link {
    font-size: 14px;
    font-weight: normal;
    color: #A0A0A0;
    margin-bottom: 16px;
  }
  footer .footer-menu .item-info_link:hover {
    color: #fff;
  }
  footer .footer-copyright {
    order: 3;
    font-size: 12rem;
    padding: 12rem 0;
    border-top: 1rem solid rgba(255, 255, 255, 0.15);
    margin-top: 25rem;
  }
}
@media (max-width: 770px) {
  html {
    font-size: 0.2666667vw;
  }
}
@media (max-width: 560px) {
  .aside_coupon .close {
    top: -20px;
    width: 14px;
    height: 14px;
  }
  .aside_coupon img:nth-child(2){
    width: 161px;
    height: auto;
  }
  .aside_coupon img:nth-child(3){
    width: 50px;
    height: 20px;
  }
  .aside_coupon .pc{
    display: none;
  }
  .aside_coupon .mobile{
    display: block;
  }
}