@charset "UTF-8"; .container {
    padding: 0 0 80px
}

.content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 65px;
    box-sizing: border-box
}

.container.detail {
    background-color: #f1f1f1;
    padding-bottom: 0
}

.container.detail .content {
    padding: 0 30px;
    max-width: none
}

.container.detail .box_detail {
    max-width: 1300px;
    margin: 0 auto
}

.container.detail .box_detail > .inner {
    margin-top: -122px
}

h2 {
    padding: 50px 0;
    font-size: 48px;
    color: #fff;
    text-align: center;
    line-height: 1
}

.container.detail .top_news_detail_visual h2 {
    color: #000
}

.top_news_wrap {
    padding: 80px 30px 0;
    box-sizing: border-box;
    background: url(/static/images/news_visual_top.jpg) 50% 50% no-repeat;
    background-size: cover
}

.top_news_wrap > .inner {
    position: relative;
    max-width: 1200px;
    height: 525px;
    box-sizing: border-box;
    margin: 0 auto
}

.top_news_detail_visual {
    height: 323px;
    box-sizing: border-box;
    background: url(../../img/portal/news/news_detail_visual_top.png) 50% 50% no-repeat;
    background-size: cover;
    padding-top: 80px
}

.breadcrumb {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
    line-height: 1
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.breadcrumb ul li {
    position: relative;
    margin-left: 12px;
    padding-left: 12px
}

.breadcrumb ul li:before {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    top: 4px;
    left: -4px;
    width: 7px;
    height: 7px;
    box-sizing: border-box;
    border-right: 1px solid #717171;
    border-bottom: 1px solid #717171;
    background: 0 0;
    transform: rotate(-40deg) skewX(10deg)
}

.breadcrumb ul li a {
    position: relative;
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: normal
}

.breadcrumb ul li span {
    position: relative;
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: normal
}

.breadcrumb ul li.home {
    margin-left: 0;
    padding-left: 0
}

.breadcrumb ul li.home:before {
    display: none
}

.breadcrumb ul li.home a {
    width: 10px;
    height: 11px;
    box-sizing: border-box;
    font-size: 0
}

.breadcrumb ul li.home a:before {
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: url(../../img/common/spr_etc.png?v=1) -35px -574px no-repeat;
    background-size: 800px 800px
}

.search_bottom {
    position: relative;
    width: 640px;
    height: 50px;
    box-sizing: border-box;
    margin: 40px auto 0;
    font-size: 0
}

.search_bottom .custom_select {
    width: 200px;
    height: 50px;
    box-sizing: border-box;
    border: none;
    vertical-align: middle
}

.search_bottom .custom_select select {
    height: 50px;
    box-sizing: border-box;
    padding-right: 25px;
    font-size: 15px;
    border: 1px solid #dfdfdf
}

.search_bottom .custom_select:focus select {
    border: 1px solid #323232
}

.search_bottom .custom_input {
    width: 434px;
    margin-left: 6px;
    vertical-align: middle
}

.search_bottom .custom_input.search {
    border: none
}

.search_bottom .custom_input.search input[type="text"] {
    height: 50px;
    box-sizing: border-box;
    padding-right: 75px;
    border: 1px solid #dfdfdf;
    font-size: 15px;
    color: #000;
    font-weight: normal;
    transition: 0.25s
}

.search_bottom .custom_input.search input::placeholder {
    color: #888;
    opacity: 1
}

.search_bottom .custom_input.search input:-ms-input-placeholder {
    color: #888
}

.search_bottom .custom_input.search input::-ms-input-placeholder {
    color: #888
}

.search_bottom .custom_input.search .btn_search {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 51px;
    height: 50px;
    box-sizing: border-box;
    background: #f1f0ee;
    border: 1px solid #dfdfdf;
    transition: 0.25s;
    cursor: pointer
}

.search_bottom .custom_input.search .btn_search:before {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    background: url(../../img/common/spr_etc.png?v=1) -190px -448px no-repeat;
    background-size: 800px 800px
}

.search_bottom .custom_input.search input:focus {
    border: 1px solid #323232
}

.search_bottom .custom_input.search input:focus::placeholder {
    color: #000;
    opacity: 1
}

.search_bottom .custom_input.search input:focus:-ms-input-placeholder {
    color: #000
}

.search_bottom .custom_input.search input:focus::-ms-input-placeholder {
    color: #000
}

.search_bottom .custom_input.search input:focus + .btn_search {
    background: #323232;
    border: 1px solid #323232
}

.search_bottom .custom_input.search input:focus + .btn_search:before {
    background-position: -225px -448px
}

.tab_nav_area {
    margin-bottom: 24px
}

.tab_nav_area ul {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    align-items: flex-end
}

.tab_nav_area ul li {
    width: 100%;
    margin-left: -1px;
    flex-shrink: 1
}

.tab_nav_area ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    box-sizing: border-box;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #323232;
    background: rgba(255, 255, 255, 0.5);
    font-size: 17px;
    text-align: center
}

.tab_nav_area ul li.active a {
    position: relative;
    z-index: 2;
    height: 63px;
    box-sizing: border-box;
    background: #323232;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    border: 0
}

.news_slide_wrap {
    position: relative;
    margin-top: -5px;
    box-sizing: border-box
}

.news_slide_wrap .news_list .owl-stage-outer {
    padding-top: 5px
}

.news_slide_wrap .news_list:after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    opacity: 0;
    clear: both
}

.news_slide_wrap .news_list .news_item a {
    position: relative;
    display: block;
    transition: 0.25s ease
}

.news_slide_wrap .news_list .news_item a .img_area {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
    box-sizing: border-box
}

.news_slide_wrap .news_list .news_item a .img_area img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%)
}

.news_slide_wrap .news_list .news_item a .row {
    height: 140px;
    box-sizing: border-box;
    padding: 22px 20px 25px;
    background: #f7f7f7;
    transition: background 0.1s ease
}

.news_slide_wrap .news_list .news_item a .row .title_area {
    margin-bottom: 8px
}

.news_slide_wrap .news_list .news_item a .row .title {
    position: relative;
    max-height: 49px;
    font-size: 18px;
    color: #000;
    line-height: 1.277
}

.news_slide_wrap .news_list .news_item a .row .desc_area {
    height: 42px;
    box-sizing: border-box;
    overflow: hidden
}

.news_slide_wrap .news_list .news_item a .row .desc {
    position: relative;
    max-height: 100%;
    font-size: 14px;
    color: #494949;
    line-height: 1.42
}

.thumb_nail_area {
    margin-bottom: 40px;
    padding-top: 16px
}

.thumb_nail_area ul.thumb_nail_list {
    border-bottom: 1px solid #dfdfdf
}

.thumb_nail_area ul.thumb_nail_list li {
    border-top: 1px solid #dfdfdf
}

.thumb_nail_area ul.thumb_nail_list li.active {
    position: relative;
    border-color: #323232;
    border-bottom: 1px solid #323232;
    background: #f5f4f3;
    margin-bottom: -1px;
    z-index: 2
}

.thumb_nail_area ul.thumb_nail_list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    padding: 18px 20px;
    box-sizing: border-box;
    transition: 0.25s
}

.thumb_nail_area ul.thumb_nail_list li a .img_area {
    overflow: hidden;
    position: relative;
    width: 240px;
    height: 135px;
    box-sizing: border-box;
    background: #f1f1f1
}

.thumb_nail_area ul.thumb_nail_list li a .img_area img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    height: 100%;
    backface-visibility: hidden
}

.thumb_nail_area ul.thumb_nail_list li a .desc_area {
    position: relative;
    width: calc(100% - 240px);
    padding: 0 140px 0 30px;
    box-sizing: border-box
}

.thumb_nail_area ul.thumb_nail_list li a .desc_area .title {
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 17px;
    color: #000;
    font-weight: normal;
    line-height: 1.47
}

.thumb_nail_area ul.thumb_nail_list li a .desc_area .title span.reply {
    font-size: 14px;
    color: #931313;
    font-weight: normal;
    margin-right: 7px
}

.thumb_nail_area ul.thumb_nail_list li a .desc_area .title .line_clamp {
    display: inline;
    max-height: 52px;
    margin: 0 7px 0 0
}

.thumb_nail_area ul.thumb_nail_list li a .desc_area .title .thum_cate {
    white-space: nowrap
}

.thumb_nail_area ul.thumb_nail_list li a .desc_area .desc {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    color: #3d3d3d;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.thumb_nail_area ul.thumb_nail_list li a .desc_area .date {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    font-size: 15px;
    color: #888;
    font-weight: normal
}

.thumb_nail_area ul.thumb_nail_list li a .desc_area .icon_like {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-left: 33px;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: normal
}

.thumb_nail_area ul.thumb_nail_list li a .desc_area .icon_like:after {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 1px;
    height: 11px;
    box-sizing: border-box;
    background: #d7d7d7
}

.thumb_nail_area ul.thumb_nail_list li a .desc_area .icon_like:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 11px;
    width: 15px;
    height: 14px;
    box-sizing: border-box;
    background: url(../../img/common/spr_etc.png?v=1) 0 -446px no-repeat;
    -webkit-transform: translateY(10%);
    transform: translateY(10%)
}

.event_area {
    margin-bottom: 40px
}

.tab_nav_event {
    margin-bottom: 24px
}

.tab_nav_event ul {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.tab_nav_event ul li {
    width: 100%
}

.tab_nav_event ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    box-sizing: border-box;
    background: #f2f2f2;
    font-size: 17px;
    text-align: center;
    color: #9d9d9d;
    font-weight: normal
}

.tab_nav_event ul li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: 0.15s
}

.tab_nav_event ul li.active a {
    background: #fff;
    border: 1px solid #b8b8b8;
    color: #3d3d3d
}

.event_list {
    position: relative
}

.event_list ul {
    display: flex;
    justify-content: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

.event_list ul li {
    width: 32%;
    margin: 0 0 24px 2%
}

.event_list ul li:nth-child(3n+1) {
    margin-left: 0
}

.event_list ul li a {
    position: relative;
    display: block
}

.event_list ul li a .img_area {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    box-sizing: border-box;
    padding-bottom: 56.25%
}

.event_list ul li a .img_area img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease
}

.event_list ul li a .desc_area {
    padding: 18px 0;
    box-sizing: border-box
}

.event_list ul li a .desc_area .title {
    display: inline-block;
    max-width: 100%;
    position: relative
}

.event_list ul li a .desc_area .title em {
    display: -webkit-box;
    font-size: 17px;
    color: #000;
    font-weight: normal;
    line-height: 1.4;
    overflow: hidden;
    margin-right: 17px;
    text-overflow: ellipsis;
    box-sizing: border-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.event_list ul li a .desc_area .title span.reply {
    float: right;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 3px;
    font-size: 14px;
    color: #931313;
    font-weight: normal
}

.event_list ul li a .desc_area .title:after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    opacity: 0;
    clear: both
}

.event_list ul li a .desc_area .count {
    display: block;
    position: relative;
    margin-top: 6px;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: normal;
    vertical-align: middle
}

.event_list ul li a .desc_area .count:before {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    top: 2px;
    left: 0;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    background: url(../../img/common/spr_etc.png?v=1) -269px -383px no-repeat;
    background-size: 800px 800px
}

.event_list ul li a .desc_area .count em {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    color: #931313;
    padding-left: 20px
}

.event_list ul li a .desc_area .count .icon_like {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    padding-left: 33px;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: normal
}

.event_list ul li a .desc_area .count .icon_like:after {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 1px;
    height: 11px;
    box-sizing: border-box;
    background: #d7d7d7
}

.event_list ul li a .desc_area .count .icon_like:before {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: 11px;
    width: 15px;
    height: 14px;
    box-sizing: border-box;
    background: url(../../img/common/spr_etc.png?v=1) 0 -448px no-repeat
}

[class^="event_tag_"] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 6.8rem;
    max-width: 10rem;
    min-height: 1rem;
    padding: .5rem 1rem;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #261209;
    font-size: 0.8rem;
    letter-spacing: -.2px;
    color: #fff;
    font-style: normal;
    text-transform: uppercase
}

.event_tag_1 {
    background: rgba(80,178,124,.65)
}

.event_tag_2 {
    background: rgba(255,180,83,.65)
}

.event_tag_3 {
    background: rgba(39,156,189,.65)
}

.icon_new {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 19px;
    height: 19px;
    box-sizing: border-box;
    margin-right: 8px;
    font-size: 0
}

.icon_new:before {
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
    background: url(../../img/common/spr_etc.png?v=1) -139px -448px no-repeat;
    background-size: 800px 800px
}

.cate_update {
    color: #931313
}

.cate_GM {
    color: #977b4c
}

.cate_event {
    color: #2e3b7d
}

.cate_noti {
    color: #64321e
}

.cate_shop {
    color: #7797bf
}

.news_detail_wrap {
    position: relative;
    background: #fff;
    margin-top: 15px
}

.news_detail_wrap:after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    opacity: 0;
    clear: both
}

.news_detail_wrap .detail_area {
    float: left;
    vertical-align: top;
    width: calc(100% - 320px);
    padding: 50px;
    border-right: 1px solid #dfdfdf;
    box-sizing: border-box;
    min-height: 1256px
}

.news_detail_wrap .detail_area .thumb_nail_area {
    padding-top: 0;
    margin-top: 40px
}

.news_detail_wrap .paging_area .paging {
    margin-top: 30px
}

.view_detail_area {
    position: relative
}

.view_detail_area .view_detail_inner {
    border: 1px solid #dcdcdc;
    margin-top: 28px
}

.view_detail_area .title_area {
    padding: 0 0 7px;
    border-bottom: 1px solid #323232
}

.view_detail_area .title_area .title {
    display: block;
    margin-top: 10px;
    font-size: 32px;
    color: #000;
    font-weight: normal
}

.view_detail_area .title_area .date {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #888;
    font-weight: normal;
    margin-left: 12px
}

.view_detail_area .title_area .box_writer {
    margin-top: 12px
}

.view_detail_area .title_area .box_writer:after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    opacity: 0;
    clear: both
}

.view_detail_area .title_area .box_writer .left_area {
    float: left
}

.view_detail_area .title_area .box_writer .right_area {
    float: right;
    display: flex;
    align-items: center
}

.view_detail_area .view_info {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #888;
    font-weight: normal;
    margin-left: 18px;
    padding-left: 18px
}

.view_detail_area .view_info:after {
    display: block;
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 1px;
    height: 11px;
    background: #d7d7d7
}

.view_detail_area .view_info:first-child {
    padding-left: 0;
    margin-left: 0
}

.view_detail_area .view_info:first-child:after {
    display: none
}

.view_detail_area .view_info .icn_svg {
    margin-right: .4rem
}

.view_detail_area .view_info .comment_count {
    color: #888
}

.view_detail_area .view_info.like_btn {
    border: 1px solid #dfdfdf;
    padding: 8px 24px
}

.view_detail_area .view_info.like_btn .icn_svg.svg_like {
    width: 13px;
    height: 12px
}

.view_detail_area .view_info[name="btnLikePost"] {
    color: #000
}

.view_detail_area .title_area .box_writer .count {
    cursor: pointer
}

.view_detail_area .box_write {
    padding: 0 20px 0px;
    border-bottom: 1px solid #323232;
    text-align: right
}

.view_detail_area .box_write:after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    opacity: 0;
    clear: both
}

.view_detail_area .box_write span.count {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: normal
}

.view_detail_area .spr_profile.opinion {
    vertical-align: middle
}

.view_detail_area .box_write .count + a span.btn_like {
    margin-left: 20px;
    padding-left: 35px
}

.view_detail_area .box_write .count + a span.btn_like:after {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 1px;
    height: 11px;
    box-sizing: border-box;
    background: #d7d7d7
}

.view_detail_area .box_write .count + a span.btn_like:before {
    left: 15px
}

.view_detail_area .box_write::after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    opacity: 0;
    clear: both
}

.view_detail_area .box_write .info_wrap_flex .btn {
    margin-left: 15px
}

.view_detail_area .box_write .btn {
    margin-left: 20px
}

.view_detail_area .box_write .left_area {
    float: left
}

.view_detail_area .box_write .left_area .btn:first-child {
    margin-left: 0
}

.view_detail_area .box_write .right_area {
    float: right
}

.view_detail_area .box_write .info_wrap_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center
}

.view_detail_area .box_write .info_wrap_flex .view_info:after {
    display: none
}

.box_floating {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -650px;
    vertical-align: top;
    width: 320px;
    background: #fff;
    max-height: 100%
}

.box_floating h3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 47px;
    box-sizing: border-box;
    padding: 0 18px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 15px;
    color: #000;
    font-weight: normal
}

.box_floating ul li {
    border-bottom: 1px solid #dfdfdf
}

.box_floating ul li a {
    display: block;
    padding: 20px;
    transition: 0.25s
}

.box_floating ul li a .title {
    max-height: 45px;
    font-size: 15px;
    color: #000;
    font-weight: normal;
    line-height: 1.466
}

.box_floating ul li a .date {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #888;
    font-weight: normal
}

.event_part_wrap {
    display: block;
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 0;
    background: #2b2b2b
}

#event_iframe_battle {
    width: 100%;
    height: 860px;
    border: 0
}

.contents_area {
    padding: 0 20px 20px 20px;
}

.view_detail_area > .custom_sns_wrap {
    margin: 20px 10px 20px 0;
    text-align: right
}

body.bdc .search_bottom .custom_select {
    width: 200px
}

body.bdc .search_bottom .custom_input {
    width: 384px
}

:lang(zh-TW) .event_list ul li a .desc_area .count em {
    padding-left: 0
}

:lang(zh-TW) .event_list ul li a .desc_area .count {
    padding-left: 20px
}

:lang(ja-JP) .search_bottom .custom_input.search input[type="text"],:lang(ja-JP) .search_bottom .custom_select select {
    font-size: 13px
}

:lang(ja-JP) .search_bottom .custom_select select {
    padding: 0 15px
}

body.app_mode .top_news_wrap {
    padding-top: 0
}

@media (min-width: 1025px) {
    .news_slide_wrap .news_list .news_item a:hover {
        transform:translateY(-5px)
    }

    .news_slide_wrap .news_list .news_item .img_area {
        transition: filter 0.25s ease
    }

    .news_slide_wrap .news_list .news_item a:hover .img_area {
        filter: brightness(1.06)
    }

    .news_slide_wrap .news_list .news_item a:hover .row {
        background: #fff
    }

    .news_slide_wrap .news_list .news_item a:hover .row .title:after {
        background: #c4c4c4
    }

    .news_slide_wrap .news_list .news_item a:hover .row .desc:after {
        background: #c4c4c4
    }

    .tab_nav_area ul li a:hover {
        position: relative;
        border-color: #323232;
        z-index: 2
    }

    .tab_nav_event ul li a:hover:before {
        opacity: 1
    }

    .thumb_nail_area ul.thumb_nail_list li:hover a {
        background: #f5f4f3
    }

    .event_list ul li a:hover .img_area img {
        -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1);
        transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1)
    }

    .search_bottom .custom_select:hover select {
        border: 1px solid #323232
    }

    .search_bottom .custom_input.search:hover input {
        border: 1px solid #323232
    }

    .search_bottom .custom_input.search:hover input::placeholder {
        color: #000;
        opacity: 1
    }

    .search_bottom .custom_input.search:hover input:-ms-input-placeholder {
        color: #000
    }

    .search_bottom .custom_input.search:hover input::-ms-input-placeholder {
        color: #000
    }

    .search_bottom .custom_input.search:hover .btn_search {
        background: #323232;
        border: 1px solid #323232
    }

    .search_bottom .custom_input.search:hover .btn_search:before {
        background-position: -225px -448px
    }

    .box_floating ul li a:hover {
        background: #f5f4f3
    }
}

@media (max-width: 1400px) {
    .box_floating {
        right:auto;
        left: calc(100% - 320px);
        margin-right: 0
    }

    .box_floating.fixed {
        left: calc(100% - 320px - 30px)
    }
}

@media (max-width: 1024px) {
    .content {
        width:100%;
        padding-top: 0
    }

    .container {
        min-width: 100%;
        padding: 0 0 4.1666rem
    }

    .container.detail {
        min-width: inherit;
        background-image: none;
        background: #fff;
        padding-top: 4.166rem
    }

    .container.detail .content {
        width: 100%;
        padding: 0
    }

    .container.detail .box_detail > .inner {
        margin-top: 0
    }

    .top_news_wrap {
        padding: 4.166rem 0 0;
        width: 100%;
        background: url(../../img/portal/news/m_news_visual_top.jpg) no-repeat;
        background-size: cover
    }

    .top_news_wrap > .inner {
        min-height: 28rem;
        height: auto;
        padding-bottom: 2rem;
        box-sizing: border-box
    }

    .top_news_wrap h2 {
        padding: 2rem 0;
        font-size: 2.166rem
    }

    .top_news_detail_visual {
        display: none
    }

    .breadcrumb {
        width: 100%;
        height: 3.333rem;
        box-sizing: border-box;
        padding: 0 1.25rem;
        border-bottom: 1px solid #dfdfdf
    }

    .breadcrumb ul {
        height: 100%;
        box-sizing: border-box
    }

    .breadcrumb ul li {
        margin-left: 0.833rem;
        padding-left: 1.25rem
    }

    .breadcrumb ul li:before {
        top: 0.25rem;
        width: 0.666rem;
        height: 0.666rem;
        box-sizing: border-box
    }

    .breadcrumb ul li.home a {
        width: 0.75rem;
        height: 0.875rem;
        box-sizing: border-box
    }

    .breadcrumb ul li.home a:before {
        background-size: 33.333rem 33.333rem;
        background-position: -2.166rem -23.916rem
    }

    .breadcrumb ul li a {
        font-size: 1rem
    }

    .breadcrumb ul li span {
        font-size: 1rem
    }

    .tab_nav_area {
        padding: 1.5rem 1.25rem;
        margin-bottom: 0;
        background: #f1f1f1
    }

    .tab_nav_area ul {
        flex-wrap: wrap
    }

    .tab_nav_area ul li {
        width: 33.333%
    }

    .tab_nav_area ul li a {
        height: 3.291rem;
        box-sizing: border-box;
        border: 1px solid #dfdfdf;
        font-size: 0.958rem;
        margin-top: -1px
    }

    .tab_nav_area ul li.active a {
        height: 3.291rem;
        box-sizing: border-box;
        font-size: 0.958rem
    }

    .search_bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 1.666rem;
        height: 3.333rem;
        box-sizing: border-box
    }

    .search_bottom .custom_input {
        width: 70%;
        margin-left: -1px
    }

    .search_bottom .custom_input.search input[type="text"] {
        height: 3.333rem;
        padding-left: 1rem;
        padding-right: 4.3rem;
        font-size: 0.95rem;
        box-sizing: border-box
    }

    .search_bottom .custom_input.search input[type="text"]:focus + .btn_search:before {
        background-position: -10rem -19.7916rem
    }

    .search_bottom .custom_input.search .btn_search {
        width: 3.333rem;
        height: 3.333rem;
        box-sizing: border-box
    }

    .search_bottom .custom_input.search .btn_search:before {
        width: 1.833rem;
        height: 1.833rem;
        box-sizing: border-box;
        background-size: 33.333rem 33.333rem;
        background-position: -7.833rem -19.7916rem
    }

    .search_bottom .custom_select {
        width: 30%;
        height: auto;
        box-sizing: border-box
    }

    .search_bottom .custom_select select {
        height: 3.333rem;
        box-sizing: border-box;
        padding-right: 2rem;
        font-size: 0.95rem
    }

    .search_bottom > form {
        width: 80%
    }

    .news_slide_wrap {
        width: 100%
    }

    .news_slide_wrap .news_list {
        padding: 0 4.1666rem;
        box-sizing: border-box
    }

    .news_slide_wrap .news_list .news_item {
        width: 100%
    }

    .news_slide_wrap .news_list .news_item a .row {
        height: 8.541rem;
        box-sizing: border-box;
        padding: 1rem
    }

    .news_slide_wrap .news_list .news_item a .row .title_area {
        margin-bottom: 0.5rem
    }

    .news_slide_wrap .news_list .news_item a .row .title {
        max-height: 2.916rem;
        font-size: 1.208rem;
        line-height: 1.2;
        text-align: center
    }

    .news_slide_wrap .news_list .news_item a .row .desc_area {
        height: 2.3rem;
        box-sizing: border-box
    }

    .news_slide_wrap .news_list .news_item a .row .desc {
        font-size: 0.833rem;
        line-height: 1.1rem;
        text-align: center
    }

    .news_slide_wrap .news_list button[role="presentation"] {
        position: absolute;
        top: 50%;
        display: inline-block;
        vertical-align: middle;
        width: 3rem;
        height: 3rem;
        margin-top: -1.77rem
    }

    .news_slide_wrap .news_list button[role="presentation"] span {
        display: none
    }

    .news_slide_wrap .news_list button[role="presentation"]:before {
        overflow: hidden;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .news_slide_wrap .news_list button[role="presentation"].owl-prev {
        left: -3rem
    }

    .news_slide_wrap .news_list button[role="presentation"].owl-prev:before {
        left: 60%;
        width: 0.916rem;
        height: 0.916rem;
        transform: translate(-50%, -50%) rotate(-40deg) skew(10deg);
        border-left: 2px solid #fff;
        border-top: 2px solid #fff
    }

    .news_slide_wrap .news_list button[role="presentation"].owl-next {
        right: -3rem
    }

    .news_slide_wrap .news_list button[role="presentation"].owl-next:before {
        left: 40%;
        width: 0.916rem;
        height: 0.916rem;
        transform: translate(-50%, -50%) rotate(140deg) skew(10deg);
        border-left: 2px solid #fff;
        border-top: 2px solid #fff
    }

    .news_detail_wrap {
        margin-top: 0
    }

    .news_detail_wrap .detail_area {
        width: 100%;
        padding: 1.666rem 1.25rem;
        border-right: 0;
        min-height: inherit
    }

    .news_detail_wrap .detail_area .thumb_nail_area {
        margin: 2.5rem -1.25rem
    }

    .view_detail_area .box_write {
        padding-bottom: 0.666rem;
        padding-left: 0;
        padding-right: 0
    }

    .view_detail_area .box_write span.count {
        font-size: 0.958rem
    }

    .view_detail_area .box_write .count + a span.btn_like {
        margin-left: 1.25rem;
        padding-left: 2.5rem
    }

    .view_detail_area .box_write .count + a span.btn_like:after {
        width: 0.083rem;
        height: 0.798rem;
        box-sizing: border-box
    }

    .view_detail_area .box_write .count + a span.btn_like:before {
        left: 1.25rem
    }

    .view_detail_area .title_area {
        padding: 0 0 0.666rem
    }

    .view_detail_area .title_area .title {
        margin-top: 0.75rem;
        font-size: 1.666rem
    }

    .view_detail_area .title_area .box_writer {
        margin-top: 0.5rem
    }

    .view_detail_area .title_area .box_writer .left_area {
        float: none
    }

    .view_detail_area .title_area .box_writer .right_area {
        float: right;
        margin-top: 0.4166rem
    }

    .view_detail_area .view_info {
        font-size: 0.958rem;
        margin-left: 0.75rem;
        padding-left: 0.75rem
    }

    .view_detail_area .view_info:after {
        top: 0.25rem;
        height: 0.708rem;
        box-sizing: border-box
    }

    .view_detail_area .view_info.like_btn {
        padding: 0.6rem 1.8rem
    }

    .view_detail_area .box_write .info_wrap_flex .btn {
        margin-left: 0.6rem
    }

    .view_detail_area .view_info.like_btn .icn_svg.svg_like {
        width: 1.105rem;
        height: 0.791rem
    }

    .view_detail_area .title_area.symbol .box_symbol {
        width: 3.33rem;
        height: 3.33rem
    }

    .thumb_nail_area {
        margin-bottom: 1.666rem;
        padding-top: 0
    }

    .thumb_nail_area ul.thumb_nail_list li a {
        padding: 1rem
    }

    .thumb_nail_area ul.thumb_nail_list li a .img_area {
        width: 9rem;
        height: 5.06rem;
        box-sizing: border-box
    }

    .thumb_nail_area ul.thumb_nail_list li a .desc_area {
        width: calc(100% - 9rem);
        padding: 0 1rem
    }

    .thumb_nail_area ul.thumb_nail_list li a .desc_area .title {
        font-size: 1rem;
        line-height: 1.458
    }

    .thumb_nail_area ul.thumb_nail_list li a .desc_area .title span.reply {
        font-size: 0.875rem;
        margin-right: 0.5rem
    }

    .thumb_nail_area ul.thumb_nail_list li a .desc_area .title .line_clamp {
        max-height: 3.1rem;
        margin: 0 .5rem 0 0
    }

    .thumb_nail_area ul.thumb_nail_list li a .desc_area .icon_like {
        font-size: 0.875rem;
        padding-left: 1.875rem;
        margin-right: 0.625rem
    }

    .thumb_nail_area ul.thumb_nail_list li a .desc_area .icon_like:before {
        width: 0.875rem;
        height: 0.7916rem;
        background-size: 33.33rem 33.33rem;
        background-position: 0.0416rem -19.875rem;
        top: 50%;
        left: 0.625rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .thumb_nail_area ul.thumb_nail_list li a .desc_area .icon_like:after {
        width: 0.0833rem;
        height: 0.75rem;
        top: 50%;
        margin-top: -0.375rem
    }

    .thumb_nail_area ul.thumb_nail_list li a .desc_area .desc {
        margin-top: 0.5rem;
        font-size: 0.833rem
    }

    .thumb_nail_area ul.thumb_nail_list li a .desc_area .date {
        display: none
    }

    .icon_new {
        width: 1rem;
        height: 1rem;
        box-sizing: border-box
    }

    .icon_new:before {
        background-size: 33.333rem 33.333rem;
        background-position: -5.791rem -19.916rem
    }

    .event_area {
        padding: 0 1.25rem
    }

    .tab_nav_event {
        margin-bottom: 1rem
    }

    .tab_nav_event ul li a {
        height: 3.25rem;
        box-sizing: border-box;
        border-bottom: 0.083rem solid #f2f2f2;
        background: #fff;
        font-size: 0.958rem;
        color: #9d9d9d;
        font-weight: normal
    }

    .tab_nav_event ul li.active a {
        border: none;
        border-bottom: 0.083rem solid #323232;
        color: #323232
    }

    .event_list ul li a .desc_area {
        padding: 1.25rem 0;
        box-sizing: border-box
    }

    .event_list ul li a .desc_area .title {
        font-size: 1.041rem
    }

    .event_list ul li a .desc_area .title em {
        margin-right: 1.833rem;
        font-size: 1.041rem
    }

    .event_list ul li a .desc_area .title span.reply {
        font-size: 0.875rem
    }

    .event_list ul li a .desc_area .count {
        font-size: 0.8333rem;
        line-height: 0.8333rem;
        vertical-align: baseline
    }

    .event_list ul li a .desc_area .count:before {
        top: 50%;
        margin-top: -.4rem;
        width: 1rem;
        height: 1rem;
        background-position: -11.20833rem -17.125rem;
        background-size: 33.33rem 33.33rem
    }

    .event_list ul li a .desc_area .count em {
        margin-right: 0.0833rem;
        padding-left: 1.25rem
    }

    .event_list ul li a .desc_area .count em:before {
        top: 50%;
        transform: translate(0, -50%);
        width: 0.9583rem;
        height: 0.9166rem;
        box-sizing: border-box;
        background-size: 33.333rem 33.333rem;
        background-position: -11.2rem -17.125rem
    }

    .event_list ul li a .desc_area .count .icon_like {
        margin-right: 0.5rem;
        padding-left: 1.833rem;
        font-size: 0.875rem
    }

    .event_list ul li a .desc_area .count .icon_like:after {
        top: 50%;
        transform: translate(0, -50%);
        width: 0.083rem;
        height: 0.708rem;
        box-sizing: border-box
    }

    .event_list ul li a .desc_area .count .icon_like:before {
        top: 50%;
        left: 0.5rem;
        transform: translate(0, -50%);
        width: 0.875rem;
        height: 0.9166rem;
        box-sizing: border-box;
        background-size: 33.333rem 33.333rem;
        background-position: 0.0416rem -19.8333rem
    }

    .box_floating {
        display: none
    }

    #event_iframe_battle {
        height: 100vw
    }

    body.bdc .search_bottom .custom_select {
        width: 33.3333%
    }

    body.bdc .search_bottom .custom_input {
        width: 66.6666%
    }

    .contents_area {
        padding: 0 0 2.5rem 0
    }

    .view_detail_area > .custom_sns_wrap {
        margin: 0.666rem 0 0.666rem 0
    }

    .box_reply .text_area,.box_reply.re .text_area {
        padding: 0
    }

    :lang(ja-JP) #searchForm {
        width: 100%;
        padding: 0 1.666rem
    }

    :lang(ja-JP) .search_bottom .custom_select {
        width: 36.3333%
    }

    :lang(ja-JP) .search_bottom .custom_input {
        width: 63.6666%
    }

    :lang(ja-JP) .search_bottom .custom_input.search input[type="text"] {
        padding: 0 3rem 0 0.8rem
    }

    :lang(ja-JP) .search_bottom .custom_input.search input[type="text"],:lang(ja-JP) .search_bottom .custom_select select {
        font-size: 0.84rem
    }
}

@media only screen and (max-width: 768px) {
    .search_bottom {
        padding:0 1.25rem
    }

    .search_bottom > form {
        width: 100%;
        display: flex
    }

    .search_bottom .custom_select {
        width: auto
    }

    .search_bottom .custom_input {
        width: auto;
        flex: 1
    }

    .top_news_wrap > .inner {
        min-height: 23rem
    }

    .news_slide_wrap {
        padding: 0 3rem
    }

    .news_slide_wrap .news_list {
        padding: 0
    }

    .news_slide_wrap .news_list .news_item a .img_area {
        box-sizing: border-box
    }

    .news_slide_wrap .news_list .news_item a .row {
        height: 7.416rem
    }

    .news_slide_wrap .news_list .news_item a .row .title {
        max-height: 2.5rem;
        font-size: 1rem
    }

    .event_list ul li {
        width: 49%
    }

    .event_list ul li:nth-child(odd) {
        margin-left: 0
    }

    .event_list ul li:nth-child(even) {
        margin-left: 2%
    }

    .event_list ul li a .img_area {
        height: 7.916rem;
        box-sizing: border-box
    }

    :lang(ja-JP) #searchForm {
        padding: 0
    }
}

@media only screen and (max-width: 541px) {
    #event_iframe_battle {
        min-height:500px;
        height: 150vw
    }
}

@media (max-width: 480px) {
    .top_news_wrap {
        padding:4.166rem 1.25rem 0
    }

    .event_list ul li {
        width: 100%;
        margin: 0 0 0.833rem
    }

    .event_list ul li:nth-child(even) {
        margin-left: 0
    }

    .top_news_wrap h2 {
        font-size: 30px
    }

    .news_slide_wrap .news_list .news_item a .row {
        height: 108px
    }

    .news_slide_wrap .news_list .news_item a .row .title {
        max-height: 36px;
        font-size: 13px;
        line-height: 18px
    }

    .news_slide_wrap .news_list .news_item a .row .desc_area {
        height: 42px
    }

    .news_slide_wrap .news_list .news_item a .row .desc {
        font-size: 12px;
        line-height: 18px
    }

    .news_slide_wrap .news_list button[role="presentation"].owl-next {
        right: -3.8rem
    }

    .news_slide_wrap .news_list button[role="presentation"].owl-prev {
        left: -3.8rem
    }

    .tab_nav_area ul li a,.tab_nav_area ul li.active a {
        font-size: 12px
    }

    .thumb_nail_area ul.thumb_nail_list li a .desc_area .title {
        font-size: 12px
    }

    .thumb_nail_area ul.thumb_nail_list li a .desc_area .desc {
        font-size: 11px
    }

    .thumb_nail_area ul.thumb_nail_list li a .desc_area .icon_like,.thumb_nail_area ul.thumb_nail_list li a .desc_area .title span.reply {
        font-size: 11px
    }

    .search_bottom .custom_input.search input[type="text"],.search_bottom .custom_select select,.tab_nav_event ul li a {
        font-size: 12px
    }

    .event_list ul li a .desc_area .count,.event_list ul li a .desc_area .count .icon_like,.event_list ul li a .desc_area .title {
        font-size: 13px
    }

    .contents_area,.contents_area p {
        font-size: 12px
    }

    .breadcrumb ul li a,.tag_label,.view_detail_area .box_write span.count,.view_detail_area .title_area .box_writer span {
        font-size: 11px
    }

    .thumb_nail_area ul.thumb_nail_list li a .desc_area .title .line_clamp {
        max-height: none
    }
}