@font-face {
    font-family: YouSheBiaoTiHei;
    src: url("//staticcdn.bandaihobbysite.cn/fonts/YouSheBiaoTiHei-2.ttf");
    font-display: swap;
}
#mv {
    /*margin: 5px 0 10px;*/
}

#mv .main-swiper-parent {
    overflow: hidden;
}

#mv .main-swiper-parent .main-swiper {
    /*display: none;*/
    width: 100%;
    max-width: 1000px;
    overflow: visible;
    margin: 0 auto;
}

#mv .main-swiper-parent .main-swiper .swiper-slide {
    display: block;
}

#mv .main-swiper-parent .main-swiper .swiper-slide img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#mv .main-swiper-parent .thumbs-swiper-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#mv .main-swiper-parent .thumbs-swiper-parent .thumbs-swiper-inner {
    width: 100%;
    margin: 0 2px;
    overflow: hidden;
}

#mv .main-swiper-parent .thumbs-swiper-parent .thumbs-swiper {
    width: 100px;
    overflow: visible;
    margin: 0;
    display: none;
}

#mv .main-swiper-parent .thumbs-swiper-parent .thumbs-swiper .swiper-slide {
    display: block;
}

#mv .main-swiper-parent .thumbs-swiper-parent .thumbs-swiper .swiper-slide img {
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#mv .main-swiper-parent .thumbs-swiper-parent .thumbs-swiper .swiper-slide-thumb-active {
    position: relative;
}

#mv .main-swiper-parent .thumbs-swiper-parent .thumbs-swiper .swiper-slide-thumb-active::after {
    content: "";
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid #00a6ec;
    z-index: 10;
}

#mv .main-swiper-parent .thumbs-swiper-parent .thumbs-swiper .swiper-slide-thumb-active .swiper-slide-thumb-active-dtl {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: .5;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

#mv .main-swiper-parent .thumbs-swiper-parent .main-swiper-btn {
    background-color: #323232;
    color: #fff;
    width: 20px;
    z-index: 10;
    position: relative;
}

#mv .main-swiper-parent .thumbs-swiper-parent .main-swiper-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
}

#mv .main-swiper-parent .thumbs-swiper-parent .main-swiper-prev::after {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 60%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

#mv .main-swiper-parent .thumbs-swiper-parent .main-swiper-next::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 60%;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
}

#notices {
    display: none;
    background-color: #FF5569;
    color: #fff;
    padding: 8px;
    /*margin-bottom: 10px;*/
}

#notices h3 {
    text-align: center;
}

#notices a {
    text-decoration: none;
    color: #fff;
}

#notices p {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#notices span {
    margin-right: 10px;
}

#pickup {
    background-color: #00a6ec;
    padding: 20px 0;
    margin: 30px 0;
}

#pickup h3 {
    text-align: center;
    margin-bottom: 10px;
    fill: #fff;
}

#pickup .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}

#pickup .inner a {
    display: block;
    width: 32%;
    position: relative;
    overflow: hidden;
}

/*#pickup .inner a::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg) translate(70%, 0%);
          transform: rotate(45deg) translate(70%, 0%);
  background-image: url(/top/img/pickup-dtl.svg);
  background-color: #00a6ec;
  background-repeat: no-repeat;
  background-position: 2px 50%;
  background-size: 10px;
}*/

#pickup .beginner_sp {
    width: 95%;
    text-align: center;
    margin: 0 auto 10px;
}

#pickup a img {
    border: 1px solid #3bbced;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#pickup .inner .beginner_pc {
    display: none;
}

h2 {
    margin: 0 0 20px 4%;
}

h2 p {
    height: 65px;
    font-size: 55px;
    width: auto;
    margin-bottom: 5px;
    fill: #323232;
    font-family: SHanSanB;
}

h2 span {
    display: block;
    font-size: 24px;
    position: relative;
    color: #323232;
    font-family: SHanSanH;
    letter-spacing: initial;
}

h2 span::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ccc;
    top: 50%;
    left: 75px;
}

#news {
    border-top: 4px solid #00a6ec;
    padding: 15px 0 30px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    background-color: #F6F8F9;
}

#news h2 span::before {
    left: 80px;
}

#news .inner {
    width: 95%;
    margin: 0 auto;
}

#news .news-swiper-parent {
    width: 95%;
    margin: 0 auto 20px;
    padding-bottom: 20px;
}

#news .news-swiper-parent .news-swiper-container {
    margin: auto;
    overflow: visible;
}

#news .news-swiper-parent .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#news .news-swiper-parent .swiper-slide a {
    width: 32%;
    text-decoration: none;
    color: #323232;
    font-family: SHanSanB;
    font-size: 14px;
    margin-bottom: 20px;
}

#news .news-swiper-parent .swiper-slide a:nth-child(n+5),
#news .news-swiper-parent .swiper-slide a:nth-child(n+6),
#news .news-swiper-parent .swiper-slide a:nth-child(n+7),
#news .news-swiper-parent .swiper-slide a:nth-child(n+8),
#news .news-swiper-parent .swiper-slide a:nth-child(n+9),
#news .news-swiper-parent .swiper-slide a:nth-child(n+10) {
    display: none;
}

#news .news-swiper-parent .swiper-slide a .img {
    position: relative;
    width: 100%;
    padding-top: 60%;
    margin-bottom: 5px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

#news .news-swiper-parent .swiper-slide a img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

#news .news-swiper-parent .swiper-slide a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}

#news .news-swiper-parent .swiper-slide a p {
    height: 40px;
    overflow: hidden;
    margin-bottom: 7px;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#news .news-swiper-parent .swiper-slide a .category {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 10px;
    /*-webkit-box-flex: 1;*/
    /*    -ms-flex-positive: 1;*/
    /*        flex-grow: 1;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news .news-swiper-parent .swiper-slide a .online-shop {
    color: #E60012;
}

#news .news-swiper-parent .swiper-slide a .new-item {
    color: #3D8A09;
}

#news .news-swiper-parent .swiper-slide a .event {
    color: #2644A5;
}

#news .news-swiper-parent .swiper-slide a .fun-to-build {
    color: #1582C7;
}

#news .news-swiper-parent .swiper-slide a .campaign {
    color: #86327C;
}

#news .news-swiper-parent .swiper-slide a .topics {
    color: #0A9478;
}

#news .news-swiper-parent .swiper-slide a .notice {
    color: #e35ce2;
}

#news .news-swiper-parent .swiper-slide a .date {
    display: block;
    text-align: right;
    font-size: 10px;
    color: #929292;
}

#news .news-swiper-parent .swiper-slide .new {
    position: relative;
}

#news .news-swiper-parent .swiper-slide .new::after {
    content: "NEW";
    font-size: 10px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #FF5569;
    border-radius: 100px;
    top: -10px;
    left: -5px;
}

#news .news-swiper-parent .swiper-pagination {
    bottom: -20px !important;
}

#news .news-swiper-parent .swiper-pagination-bullet {
    background-color: #a5a5a5;
}

#news .news-swiper-parent .swiper-pagination-bullet-active {
    background-color: #35363A;
}

#news .more-btn {
    margin: 0 auto;
    width: 250px;
    height: 40px;
    border: 2px solid #323232;
    color: #323232;
    text-decoration: none;
    border-radius: 100px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#news .more-btn span {
    position: relative;
    padding-right: 20px;
}

#news .more-btn span::after {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #323232;
    border-right: 2px solid #323232;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    margin-left: 10px;
    top: 50%;
    right: 0;
}

#siteguide{
    width: 100%;
    height: 42px;
    margin: 0 auto;
    background-color: transparent;
    background-image: url(../../img/new_guide_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
#siteguide .guide-left{
    position: absolute;
    left: 29.3%;
    top: 8px;
    color: #B30000;
    font-size: 14px;
}
#siteguide .guide-left img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
#siteguide .guide-right{
    position: absolute;
}

#siteguide .guide-right .imgs{
    position: relative;
    font-size: 0;
    display: flex;
    justify-content: space-between;
}
#siteguide .guide-right .imgs-btn{
    width: 27px;
    height: 27px;
}
#siteguide .guide-right .imgs .weibo-div{
    display: none;
    position: absolute;
    left: -46px;
    bottom: -128px;
    z-index: 999;
    background: #fff;
    width: 120px;
    height: 120px;
    border-radius: 5px;
    box-shadow: 0 0 3px #888888;
}
#siteguide .guide-right .imgs .weibo-div:after {
    position: absolute;
    display: inline-block;
    bottom: 117px;
    left: 57px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 3px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    box-shadow: 1px -1px 1px #c3c3c3;
}

#siteguide .guide-right .imgs .weixin-div{
    display: none;
    position: absolute;
    left: -46px;
    bottom: -128px;
    z-index: 999;
    background: #fff;
    width: 120px;
    height: 120px;
    border-radius: 5px;
    box-shadow: 0 0 3px #888888;
}
#siteguide .guide-right .imgs .weixin-div:after {
    position: absolute;
    display: inline-block;
    bottom: 117px;
    left: 57px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 3px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    box-shadow: 1px -1px 1px #c3c3c3;
}

#siteguide .guide-right .imgs .douyin-div{
    display: none;
    position: absolute;
    left: -15px;
    bottom: -128px;
    z-index: 999;
    background: #fff;
    width: 120px;
    height: 120px;
    border-radius: 5px;
    box-shadow: 0 0 3px #888888;
}
#siteguide .guide-right .imgs .douyin-div:after {
    position: absolute;
    display: inline-block;
    bottom: 117px;
    left: 57px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 3px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    box-shadow: 1px -1px 1px #c3c3c3;
}
#siteguide .guide-right .imgs .weibo-div.active,
#siteguide .guide-right .imgs .weixin-div.active,
#siteguide .guide-right .imgs .douyin-div.active{
    display: block;
}

#calendar {
    border-top: 4px solid #00a6ec;
    /*border-top: 4px solid #B30000;*/
    padding: 15px 0 30px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    background-color: #F6F8F9;
    /*
      .inner {
          width: 95%;
          margin: 0 auto;
      }
      */
}

#calendar h2 {
    margin: 0 0 30px 4%;
}

#calendar h2 span::before {
    left: 140px;
}

#calendar .change-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 20px;
    width: 95%;
}

#calendar .change-btn a {
    display: block;
    width: 31%;
    height: 63px;
    font-family: SHanSanB;
    color: #323232;
    border: 2px solid #323232;
    border-radius: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#calendar .change-btn .active {
    background-color: #323232;
    color: #fff;
    position: relative;
}

#calendar .change-btn .active::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 4px 0 4px;
    border-color: #323232 transparent transparent transparent;
    left: 50%;
    bottom: -9px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#calendar .swiper-parent {
    margin: 0 auto 20px;
    padding-bottom: 20px;
    position: relative;
    width: 95%;
}

#calendar .swiper-parent .swiper-container {
    margin: 0 auto;
    display: none;
}

#calendar .swiper-parent .swiper-slide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #323232;
    font-family: SHanSanB;
    font-size: 14px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#calendar .swiper-parent .swiper-slide a .img {
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 5px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

#calendar .swiper-parent .swiper-slide a img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

#calendar .swiper-parent .swiper-slide a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}

#calendar .swiper-parent .swiper-slide a p {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*margin-bottom: 15px;*/
}

#calendar .swiper-parent .swiper-slide a .category {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#calendar .swiper-parent .swiper-slide a .counter-sale {
    color: #ff1915;
}

#calendar .swiper-parent .swiper-slide a .cat_shop {
    color: #E60012;
}

#calendar .swiper-parent .swiper-slide a .cat_gbase {
    color: #005A88;
}

#calendar .swiper-parent .swiper-slide a .cat_event {
    color: #08a6ec;
}

#calendar .swiper-parent .swiper-slide a .others {
    color: #555;
}

#calendar .swiper-parent .swiper-slide a .cat_gfy {
    color: #693db8;
}

#calendar .swiper-parent .swiper-slide a .date {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #929292;
}

#calendar .swiper-parent .swiper-pagination {
    bottom: -20px !important;
}

#calendar .swiper-parent .swiper-pagination-bullet {
    background-color: #a5a5a5;
}

#calendar .swiper-parent .swiper-pagination-bullet-active {
    background-color: #35363A;
}

#calendar .next-month-swiper-parent {
    display: none;
}

#calendar .month-after-swiper-parent {
    display: none;
}

#calendar .more-btn {
    margin: 0 auto;
    width: 250px;
    height: 40px;
    border: 2px solid #323232;
    color: #323232;
    text-decoration: none;
    border-radius: 100px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#calendar .more-btn span {
    position: relative;
    padding-right: 20px;
}

#calendar .more-btn span::after {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #323232;
    border-right: 2px solid #323232;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    margin-left: 10px;
    top: 50%;
    right: 0;
}

#online-shop {
    border-top: 4px solid #00a6ec;
    padding: 15px 0 30px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

#online-shop .inner {
    width: 95%;
    margin: 0 auto;
}

#online-shop h2 {
    margin: 0 0 20px 4%;
    position: relative;
}

#online-shop h2 span::before {
    left: 175px;
}

#online-shop h2 .topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 10px;
    bottom: 30px;
    background: #ed1f32;
    color: #fff;
    font-size: 11px;
    border-radius: 5px;
    padding: 5px 8px;
}

#online-shop h2 .topics svg {
    fill: #fff;
    width: 10px;
    height: 10px;
    margin: 0 0 0 5px;
}

#online-shop h4 {
    margin-bottom: 18px;
}

#online-shop .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
}

#online-shop .item a {
    display: block;
    width: 32%;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 2%;
}

#online-shop .item a:last-child {
    margin-right: 0;
}

#online-shop .more-btn {
    margin: 0 auto;
    width: 250px;
    height: 40px;
    border: 2px solid #323232;
    color: #323232;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

#online-shop .more-btn span {
    width: 100%;
}
#online-shop .more-btn span::after {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #323232;
    border-right: 2px solid #323232;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    margin-left: 10px;
    top: 50%;
    right: 25%;
}

#online-shop .hos {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

#ev-cp-wrap {
    overflow: hidden;
    position: relative;
}

#ev-cp-wrap h2 {
    margin: 0 0 30px 4%;
}

#ev-cp-wrap h2 span::before {
    left: 90px;
}

#ev-cp-wrap .swiper-container {
    margin: auto;
    display: none;
    overflow: visible;
}

#ev-cp-wrap .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#ev-cp-wrap .swiper-slide a {
    width: 32%;
    text-decoration: none;
    color: #323232;
    font-size: 13px;
    margin-right: 2%;
    font-family: SHanSanB;
}

#ev-cp-wrap .swiper-slide a:nth-child(3n) {
    margin-right: 0;
}

#ev-cp-wrap .swiper-slide a .img {
    position: relative;
    width: 100%;
    padding-top: 60%;
    margin-bottom: 5px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

#ev-cp-wrap .swiper-slide a img {
    position: absolute;
    top: 50%;
    left: 50%;
    /*min-height: 100%;*/
    transform: translate(-50%, -50%);
}

#ev-cp-wrap .swiper-slide a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}

#ev-cp-wrap .swiper-slide a .period {
    display: block;
    margin-bottom: 5px;
    color: #929292;
    font-size: 11px;
}

#ev-cp-wrap .swiper-slide a p {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
}

#ev-cp-wrap .swiper-slide .new {
    position: relative;
}

#ev-cp-wrap .swiper-slide .new::after {
    content: "NEW";
    font-size: 10px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #FF5569;
    border-radius: 100px;
    top: -10px;
    left: -5px;
}

#ev-cp-wrap .swiper-pagination {
    bottom: -20px !important;
}

#ev-cp-wrap .swiper-pagination-bullet {
    background-color: #a5a5a5;
}

#ev-cp-wrap .swiper-pagination-bullet-active {
    background-color: #35363A;
}

#ev-cp-wrap .more-btn {
    margin: 0 auto;
    width: 250px;
    height: 40px;
    border: 2px solid #323232;
    color: #323232;
    text-decoration: none;
    border-radius: 100px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#ev-cp-wrap .more-btn span {
    position: relative;
    padding-right: 20px;
}

#ev-cp-wrap .more-btn span::after {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #323232;
    border-right: 2px solid #323232;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    margin-left: 10px;
    top: 50%;
    right: 0;
}

#event {
    border-top: 4px solid #00a6ec;
    padding: 15px 0 30px;
    margin-bottom: 30px;
    background-color: #F6F8F9;
}

#event .event-swiper-parent {
    width: 95%;
    margin: 0 auto 20px;
    padding-bottom: 20px;
}

#campaign {
    border-top: 4px solid #00a6ec;
    padding: 15px 0 30px;
    margin-bottom: 30px;
    background-color: #F6F8F9;
}

#campaign h2 span::before {
    left: 140px;
}

#campaign .campaign-swiper-parent {
    width: 95%;
    margin: 0 auto 20px;
    padding-bottom: 20px;
}


#special-content {
    border-top: 4px solid #00a6ec;
    padding: 15px 0 30px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    background-color: #F6F8F9;
}

#special-content h2 span::before {
    left: 250px;
}

#special-content .swiper-parent {
    /*margin: 0 auto;
    padding: 20px 0;
    width: 95%;*/
    margin: 0 auto 20px;
    padding-bottom: 20px;
    position: relative;
    width: 95%;
}

#special-content .swiper-parent .swiper-container {
    margin: auto;
    display: none;
    overflow: visible;
}

#special-content .swiper-parent .swiper-slide {
    display: flex;
    flex-wrap: wrap;
}

#special-content .swiper-parent .swiper-slide a {
    width: 100%;
    text-decoration: none;
    color: #323232;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 20px;
    margin-right: 2%;
    font-family: SHanSanB;
}

/*#special-content .swiper-parent .swiper-slide a:nth-child(3n) {
  margin-right: 0;
}*/

#special-content .swiper-parent .swiper-slide a .img {
    position: relative;
    width: 100%;
    padding-top: 60%;
    margin-bottom: 5px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

#special-content .swiper-parent .swiper-slide a img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}
#special-content .swiper-parent .swiper-slide a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}

#special-content .swiper-parent .swiper-slide a p {
    margin-top: 5px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#special-content .swiper-parent .swiper-pagination {
    bottom: -20px !important;
}

#special-content .swiper-parent .swiper-pagination-bullet {
    background-color: #ccc;
    opacity: 1;
}

#special-content .swiper-parent .swiper-pagination-bullet-active {
    background-color: #323232;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#link {
    /*overflow: hidden;*/
    background-color: #F6F8F9;
    padding: 20px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#link h3 {
    /*margin: 0 0 20px 4%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#link .inner {
    width: 95%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#link .inner a {
    width: 24%;
    margin: 0 0.5% 20px 0.5%;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*#link .inner a:nth-child(2n) {
  margin-right: 0;
}*/


@media screen and (max-width: 759px) {
    #siteguide{
        background-image: url(../../img/new_guide_bg_750.png);
    }
    #siteguide .guide-left{
        top: 10px;
        left: 12%;
        font-size: 15px;
        width: 25%;
        text-align: center;
    }
    #siteguide .guide-right{
        right: 2%;
        top: 10px;
        width: 29%;
        min-width: 120px;
    }
    #siteguide .guide-right .imgs-btn{
        margin-right: 3px;
    }
    h2 p{
        font-size: 24px;
        height: 29px;
    }
    h2 span{
        font-size: 11px;
    }
    h2 span::before{
        left: 40px;
    }
    #mv .main-swiper-parent .thumbs-swiper-parent .thumbs-swiper{
        padding-right: calc(100% - 100px);
    }
    #pickup h3 {
        text-align: center;
    }
    #pickup h3 p {
        margin: 0 auto;
        font-size: 24px;
        color: #fff;
        font-family: SHanSanH;
    }
    #news h2 span::before {
        left: 45px;
    }
    #news .swiper-slide a {
        width: 49% !important;
    }
    /*#news .more-btn{
        height: 35px;
    }*/
    #calendar h2 span::before{
        left: 70px;
    }
    #calendar .change-btn a{
        height: 27px;
        border-radius: 27px;
    }
    /*#calendar .more-btn{
        height: 35px;
    }*/
    #calendar .swiper-parent .swiper-slide a .date{
        font-size: 12px;
    }
    /*#blog .more-btn{
        height: 35px;
    }*/
    #online-shop h2 span::before{
        left: 90px;
    }
    #online-shop h2 .topics{
        bottom: 20px;
    }
    #online-shop h4 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-align: end;
        -ms-flex-align: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #ev-cp-wrap h2 span::before{
        left: 45px;
    }
    #campaign h2 span::before{
        left: 70px;
    }
    #special-content h2 span::before{
        left: 125px;
    }
    #event h2 span::before {
        left: 50px;
    }
    #special-content .swiper-parent{
        padding: 0 0 20px;
    }

    #link h3 {
        text-align: center;
        margin-bottom: 20px;
    }
    #link h3 p {
        margin: 0 auto;
        font-size: 24px;
        color: #00a6ec;
        font-family: SHanSanH;
    }
}
@media screen and (max-width: 440px) {
    #siteguide .guide-left{
        top: 10px;
        left: 11%;
        font-size: 14px;
        width: auto;
    }
    #siteguide .guide-right{
        right: 2px;
    }
}
@media screen and (min-width: 760px) {
    #siteguide{
        background-image: url(../../img/new_guide_bg_980.png);
    }
    #siteguide .guide-left{
        left: 11%;
        font-size: 18px;
        top: 4px;
        width: 16%;
        min-width: 125px;
        text-align: center;
    }
    #siteguide .guide-right{
        right: 1%;
        top: 10px;
        width: 15%;
    }

    #mv .main-swiper-parent .main-swiper {
        max-width: 650px;
    }
    #mv .main-swiper-parent .main-swiper .swiper-slide {
        opacity: .7;
    }
    #mv .main-swiper-parent .main-swiper .swiper-slide-active {
        opacity: 1;
    }
    #mv .main-swiper-parent .thumbs-swiper-parent .thumbs-swiper {
        width: 120px;
    }
    #notices {
        padding: 20px 10px;
    }
    #pickup {
        margin-bottom: 40px;
        padding: 25px 0;
    }
    #pickup .inner {
        width: 80%;
    }
    #pickup h3 {
        text-align: center;
    }
    #pickup h3 p {
        margin: 0 auto;
        font-size: 32px;
        color: #fff;
        font-family: SHanSanH;
    }
    #pickup h3 img {
        height: 25px;
        width: auto;
    }
    #pickup .inner a::after {
        width: 50px;
        height: 50px;
        background-size: 12px;
    }
    #pickup .beginner_sp {
        width: 80%;
        margin-bottom: 20px;
    }
    #news {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    #news .news-swiper-parent {
        margin-bottom: 40px;
    }
    #news .swiper-slide a {
        width: 32% !important;
    }
    #news .news-swiper-parent .swiper-slide .new::after {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    #news .news-swiper-parent .swiper-slide a .category {
        font-size: 14px;
    }
    #news .news-swiper-parent .swiper-slide a p {
        font-size: 14px;
        /*height: 40px;*/
    }
    #news .news-swiper-parent .swiper-slide a .date {
        font-size: 14px;
    }
    #news .news-swiper-parent .swiper-slide a:nth-child(5),
    #news .news-swiper-parent .swiper-slide a:nth-child(6) {
        display: block;
    }
    #calendar {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    #calendar h2 {
        margin-bottom: 18px;
    }
    #calendar .swiper-parent {
        /*margin-bottom: 40px;*/
    }
    #calendar .swiper-parent .swiper-slide a .category {
        font-size: 14px;
    }
    #calendar .swiper-parent .swiper-slide a p {
        font-size: 14px;
        /*height: 40px;*/
    }
    #calendar .swiper-parent .swiper-slide a .date {
        font-size: 14px;
    }

    #online-shop {
        /*margin-bottom: 40px;*/
        padding-bottom: 40px;
    }
    #online-shop .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #online-shop .hos {
        width: 49%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    #online-shop .gos {
        width: 49%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #online-shop h4 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*align-items: flex-end;*/
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #online-shop .item {
        margin-bottom: 30px;
    }

    #ev-cp-wrap .swiper-slide a .period {
        font-size: 12px;
    }
    #ev-cp-wrap .swiper-slide a p {
        font-size: 14px;
    }
    #ev-cp-wrap .swiper-slide a .period br {
        display: none;
    }
    #event {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    #event .swiper-slide a {
        width: 23.5% !important;
    }
    #event .swiper-slide a:nth-child(3n) {
        margin-right: 2% !important;
    }
    #event .swiper-slide a:nth-child(4n) {
        margin-right: 0;
    }
    #campaign {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    #campaign .swiper-slide a {
        width: 23.5% !important;
    }
    #campaign .swiper-slide a:nth-child(3n) {
        margin-right: 2% !important;
    }
    #campaign .swiper-slide a:nth-child(4n) {
        margin-right: 0;
    }
    #special-content {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    #link h3 {
        text-align: center;
        margin-bottom: 20px;
    }
    #link h3 p {
        margin: 0 auto;
        font-size: 32px;
        color: #00a6ec;
        font-family: SHanSanH;
    }
    #link .inner a {
        width: 24%;
    }
    #link .inner a:nth-child(2n) {
        margin-right: 0;
    }
    /*#link .inner a:nth-child(n + 4) {
      margin-top: 0;
    }
    #link .inner a:nth-child(n + 5) {
      margin-top: 2%;
    }*/
    .swiper-button-prev,
    .swiper-button-next {
        width: 30px;
        height: 82px;
        margin-top: -41px;
    }
}

@media screen and (min-width: 980px) {
    #news .swiper-slide a {
        width: 24% !important;
    }
    #news .news-swiper-parent .swiper-slide a:nth-child(7),
    #news .news-swiper-parent .swiper-slide a:nth-child(8) {
        display: block;
    }
    #siteguide{
        background-image: url(../../img/new_guide_bg_1200.png);
    }
    #siteguide .guide-left{
        left: 17%;
        width: 12%;
    }
    #siteguide .guide-right{
        right: 0.5%;
        width: 13%;
    }
    #mv .main-swiper-parent .main-swiper {
        max-width: 1100px;
        padding: 0 100px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #mv .thumbs-swiper .swiper-slide img {
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    #mv .thumbs-swiper .swiper-slide img:hover {
        opacity: .8;
    }
    #header-cnt .search .search-swiper-btn {
        cursor: pointer;
    }
    .thumbs-swiper-parent .thumbs-swiper {
        width: 200px;
    }
    .thumbs-swiper-parent .main-swiper-btn {
        width: 25px;
    }
    #notices {
        padding: 10px 0;
        /*margin-bottom: 30px;*/
    }
    #notices .wrapper {
        max-width: 1200px;
        padding: 0;
        /*padding: 0 40px;*/
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #notices .cnt {
        width: 100%;
    }
    #notices h3 {
        width: 170px;
        text-align: left;
        margin: 0;
        font-size: 18px;
    }
    #notices a:hover {
        text-decoration: underline;
    }
    #notices p {
        font-size: 15px;
    }
    #notices p:first-child {
        margin-top: 0;
    }
    #pickup {
        background-color: transparent;
        width: auto;
        max-width: 1200px;
        padding: 0;
        /*padding: 0 40px;*/
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin:50px auto;
        /*margin-bottom: 50px;*/
    }
    #pickup .wrapper {
        margin: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding: 25px 0;
        background-color: #00a6ec;
    }
    #pickup h3 {
        text-align: center;
    }
    #pickup h3 p{
        margin: 0 auto;
        font-size:55px;
        color: #fff;
        font-family: SHanSanH;
    }
    #pickup .inner {
        width: 90%;
    }
    #pickup .inner a::after {
        width: 60px;
        height: 60px;
    }
    #pickup .inner a {
        width: 24%;
        border: 3px solid transparent;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }
    #pickup .inner a:hover {
        border: 3px solid #fff;
    }
    #pickup .inner img {
        border: 1px solid #3bbced;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #pickup .beginner_sp {
        display: none;
    }
    #pickup .inner .beginner_pc {
        display: block;
    }
    #news {
        padding: 0 0 50px;
        margin: 0 auto;
        overflow: visible;
    }
    #news::after {
        display: none;
    }
    #news .container {
        max-width: 1200px;
        padding: 0;
        /*padding: 0 40px;*/
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
    }
    #news .wrapper {
        overflow: hidden;
    }
    #news h2 {
        margin-left: 0;
        padding-top: 20px;
    }
    #news .news-swiper-parent {
        width: 98%;
    }
    #news .more-btn {
        width: 353px;
        height: 63px;
        margin: 0 auto;
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    #news .more-btn span {
        font-size: 18px;
        font-family: SHanSanB;
    }
    #news .more-btn:hover {
        background-color: #323232;
        color: #fff;
    }
    #news .more-btn span::after {
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    #news .more-btn:hover span::after {
        border-color: #fff;
    }
    #news .swiper-slide a {
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    #news .swiper-slide a img {
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    #news .swiper-slide a:hover {
        opacity: .8;
    }
    #calendar {
        padding: 0 0 50px;
        margin: 0 auto;
    }
    #calendar .container {
        max-width: 1200px;
        padding: 0;
        /*padding: 0 40px;*/
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #calendar .wrapper {
        overflow: hidden;
    }
    #calendar h2 {
        margin-left: 0;
        overflow: hidden;
        padding-top: 20px;
    }
    #calendar::after {
        width: 200%;
        top: 50px;
        right: 80px;
    }
    #calendar .change-btn a {
        font-size: 18px;
        height: 63px;
        cursor: pointer;
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    #calendar .change-btn a:hover {
        background-color: #323232;
        color: #fff;
    }
    #calendar .change-btn .active {
        cursor: default;
    }
    #calendar .change-btn {
        margin: 0 auto 40px;
    }
    #calendar .more-btn {
        width: 353px;
        height: 63px;
        margin: 0 auto;
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    #calendar .more-btn span {
        font-size: 18px;
        font-family: SHanSanB;
    }
    #calendar .more-btn:hover {
        background-color: #323232;
        color: #fff;
    }
    #calendar .more-btn span::after {
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    #calendar .more-btn:hover span::after {
        border-color: #fff;
    }
    #calendar .swiper-slide a {
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    #calendar .swiper-slide a:hover {
        opacity: .8;
    }
    #calendar .swiper-slide a img {
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    #online-shop {
        padding: 0 0 50px;
        margin: 0 auto;
    }
    #online-shop .container {
        max-width: 1200px;
        padding: 0;
        /*padding: 0 40px;*/
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #online-shop h2 {
        overflow: hidden;
        margin-left: 0;
        padding-top: 20px;
    }
    #online-shop .inner {
        width: 100%;
    }
    #online-shop .more-btn {
        width: 353px;
        height: 63px;
        margin: 0 auto;
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    #online-shop .more-btn span {
        font-size: 18px;
        font-family: SHanSanB;
    }
    #online-shop .more-btn:hover {
        background-color: #323232;
        color: #fff;
    }
    #online-shop .more-btn span::after {
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    #online-shop .more-btn:hover span::after {
        border-color: #fff;
    }
    #online-shop::after {
        width: 200%;
        top: 50px;
        left: 80px;
    }
    #online-shop .item {
        min-height: 0%;
    }
    #online-shop .item a {
        overflow: hidden;
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    #online-shop .item a img {
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    #online-shop .item a:hover {
        opacity: .8;
    }
    #online-shop .item a:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    #ev-cp-wrap {
        margin: 0 auto;
        overflow: visible;
        border-top: 4px solid #00a6ec;
    }
    #ev-cp-wrap::after {
        width: 200%;
        height: 85%;
        top: 50px;
        right: 80px;
    }
    #ev-cp-wrap .container {
        max-width: 1200px;
        padding: 0;
        /*padding: 0 40px;*/
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #ev-cp-wrap h2 {
        margin-left: 0;
        margin-bottom: 40px;
    }
    #ev-cp-wrap .more-btn {
        width: 353px;
        height: 63px;
        margin: 0 auto;
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    #ev-cp-wrap .more-btn span {
        font-size: 18px;
        font-family: SHanSanB;
    }
    #ev-cp-wrap .more-btn:hover {
        background-color: #323232;
        color: #fff;
    }
    #ev-cp-wrap .more-btn span::after {
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    #ev-cp-wrap .more-btn:hover span::after {
        border-color: #fff;
    }
    #ev-cp-wrap .swiper-slide a {
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    #ev-cp-wrap .swiper-slide a:hover {
        opacity: .8;
    }
    #ev-cp-wrap .swiper-slide a img {
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }

    #ev-cp-wrap .wide {
        width: 100%;
    }
    #ev-cp-wrap .wide .swiper-slide a {
        width: 23.5% !important;
    }
    #ev-cp-wrap .wide .swiper-slide a:nth-child(3n) {
        margin-right: 2% !important;
    }
    #ev-cp-wrap .wide .swiper-slide a:nth-child(4n) {
        margin-right: 0 !important;
    }
    #event {
        width: 49%;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0 50px;
        margin-bottom: 0;
        background-color: transparent;
        border-top: 0;
    }
    #event .swiper-slide a {
        width: 32% !important;
    }
    #event .swiper-slide a:nth-child(3n) {
        margin-right: 0 !important;
    }
    #event .swiper-slide a:nth-child(4n) {
        margin-right: 2% !important;
    }
    #event .event-swiper-parent {
        width: 98%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    #event .event-swiper-parent {
        min-height: 0%;
    }

    #campaign {
        width: 49%;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0 50px;
        margin-bottom: 0;
        background-color: transparent;
        border-top: 0;
    }
    #campaign .swiper-slide a {
        width: 32% !important;
    }
    #campaign .swiper-slide a:nth-child(3n) {
        margin-right: 0 !important;
    }
    #campaign .swiper-slide a:nth-child(4n) {
        margin-right: 2% !important;
    }
    #campaign .campaign-swiper-parent {
        width: 98%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    #special-content {
        padding: 0 0 50px;
        margin: 0 auto;
    }
    #special-content h2 {
        margin-left: 0;
        padding-top: 20px;
    }
    #special-content .container {
        max-width: 1200px;
        padding: 0;
        /*padding: 0 40px;*/
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
    }
    #special-content .wrapper {
        overflow: hidden;
    }
    #special-content .swiper-parent .swiper-slide a{
        font-size: 14px;
    }
    #link {
        padding: 20px 0 35px;
    }
    #link .container {
        max-width: 1200px;
        padding: 0;
        /*padding: 0 40px;*/
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #link h3 {
        text-align: center;
        margin-bottom: 25px;
    }
    #link h3 p{
        margin: 0 auto;
        font-size:55px;
        color: #00a6ec;
        font-family: SHanSanH;
    }
    #link .inner {
        width: 100%;
    }
    #link .inner a {
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
        overflow: hidden;
    }
    #link .inner a:hover>img {
        opacity: .8;
    }
    #link .inner a img {
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    #link .inner a:hover>img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@media screen and (min-width: 1200px) {
    #siteguide{
        background-image: url(../../img/new_guide_bg_1440.png);
    }
    #siteguide .guide-left{
        left: 23.5%;
        font-size: 18px;
        top: 4px;
        width: 10%;
    }
    #siteguide .guide-right{
        right: 8%;
        top: 8px;
        width: 10%;
    }
    #mv .main-swiper-parent .thumbs-swiper-parent .thumbs-swiper {
        width: 180px;
    }
    #news .swiper-slide a {
        width: 18% !important;
    }
    #news .news-swiper-parent .swiper-slide a:nth-child(5),
    #news .news-swiper-parent .swiper-slide a:nth-child(6),
    #news .news-swiper-parent .swiper-slide a:nth-child(7),
    #news .news-swiper-parent .swiper-slide a:nth-child(8),
    #news .news-swiper-parent .swiper-slide a:nth-child(9),
    #news .news-swiper-parent .swiper-slide a:nth-child(10) {
        display: block;
    }
    #ev-cp-wrap .wide .swiper-slide a {
        width: 18.4% !important;
    }
    #ev-cp-wrap .wide .swiper-slide a:nth-child(3n) {
        margin-right: 2% !important;
    }
    #ev-cp-wrap .wide .swiper-slide a:nth-child(5n) {
        margin-right: 0 !important;
    }
    #ev-cp-wrap .wide .swiper-slide a:nth-child(4n) {
        margin-right: 2% !important;
    }
}

@media screen and (min-width: 1700px) {
    #siteguide{
        background-image: url(../../img/new_guide_bg_1920.png);
    }

    #siteguide .guide-left{
        left: 30%;
        width: 7.6%;
    }
    #siteguide .guide-right{
        right: 18%;
        width: 7.6%;
    }
}


@media all and (-ms-high-contrast: none) {
    #news h2 p {
        width: 180px;
    }
    #calendar h2 p {
        width: 326px;
    }
    #event h2 p {
        width: 194px;
    }
    #campaign h2 p {
        width: 338px;
    }
    #link h3 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 45px;
    }
    * {
        min-height: 0;
    }
    #news .news-swiper-parent .swiper-slide a p {
        /*height: 40px;*/
    }
    #calendar .swiper-parent .swiper-slide a p {
        /*height: 40px;*/
    }
    #ev-cp-wrap .swiper-slide a p {
        /*height: 40px;*/
    }
}
