* {
    outline: none;
}

*,
:after,
:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

html {
    -webkit-font-smoothing: antialiased;
    height: 100%;
    margin: 0px !important;

}

body {
    padding: 0 !important;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-weight: 300;
    margin: 0px;
    margin-top: -32px;
}

a:hover {
    opacity: .8;
    text-decoration: none !important;
}

header {
    position: relative;
    width: 100%;
    min-width: 1060px;
    font-size: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

header * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header .header-top {
    /*position: fixed;*/
    top: 0;
    width: 100%;
    height: 54px;
    background-color: #F5F5F5;
    z-index: 10000;
    display: flex;
    justify-content: space-between;
}

header .header-bottom .logo {
    width: 30%;
    height: 70px;
}

header .header-bottom .logo p {
    line-height: 70px;
    margin: 0;
    display: block;
    box-sizing: border-box;
    padding-left: 50px;
    height: 100%;
}

header .header-bottom .logo p a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
}

header .header-bottom .logo p img {
    width: 142px;
    height: 35px;
}

.stt-lang-select {
    display: none !important;
}

header .header-top .language {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-left: 50px;
    z-index: 10000;
}

header .header-top .language ul {
    padding: 0;
    display: flex;
}

header .header-top .language ul li {
    margin-right: 2px;
}

header .header-top .language a {
    display: block;
    width: auto;
    height: 30px;
    padding: 0 12px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
    background-color: #2D2D2D;
}

header .header-top .language a[data-stt-active] {
    color: rgba(255, 255, 255, 1);
    background-color: #E0002D;
}

header .header-top .navigation {
    position: absolute;
    display: block;
    text-align: center;
    margin-left: calc((100% - 502px) / 2);
    width: 502px;
}

header .header-top .navigation a {
    display: inline-block;
    width: 150px;
    height: 80px;
    margin: 0px 2px 0px 0;
    background-color: #2D2D2D;
    text-align: center;
    line-height: 76px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s;
}

header .header-top .navigation a.active,
header .header-top .navigation a:hover {
    background-color: #e6002d;
    opacity: 1;
}

header .header-top .navigation a:last-child {
    margin-right: 0;
}

header .header-top .header-contents {
    right: 0;
    display: flex;
}

header .header-top .header-contents .top-menu {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: flex-end;
    padding-right: 50px;
}

header .header-top .header-contents .top-menu li {
    margin-left: 30px;
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
}

header .header-top .header-contents .top-menu li:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 0;
    right: 0;
    background: transparent;
}

header .header-top .header-contents .top-menu li a {
    color: #000;
    font-family: Roboto Condensed;
    font-weight: normal;
    font-size: 16px;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
}

header .header-top .header-contents .top-menu li a.active {
    color: #ff0000;
}

header .header-top .header-contents .top-menu li.active a.dropdown-title {
    color: #ff0000;
}

header .header-top .header-contents .top-menu li:hover:after {
    background: #ff0000;
}

header .header-top .header-contents .top-menu li .dropdown-content {
    top: 100%;
    background: #bdbdbd;
    width: auto;
    min-width: 150px;
}

header .header-top .header-contents .top-menu li .dropdown-content li {
    margin: 0;
    display: block;
    width: 100%;
}

header .header-top .header-contents .top-menu li .dropdown-content li:hover::after {
    display: none;
}

header .header-top .header-contents .sns-icons {
    display: inline-flex;
    height: 80px;
    justify-content: center;
    align-items: center;
    vertical-align: top;
}

header .header-bottom .site-nav ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 70px;
}

header .header-bottom .site-nav ul.dropdown-content li a {
    line-height: 20px !important;
}

header .header-bottom .site-nav ul.navbar-nav li.nav-item {
    display: inline-block;
    width: auto;
    height: 70px;
    margin: 0;
    padding: 0 25px;
    line-height: 20px;
    font-family: Roboto Condensed;
    font-weight: normal;
    font-size: 16px;
    position: relative;
}

header .header-bottom .site-nav ul.navbar-nav li.nav-item.active {
    background-color: red;
}

header .header-top .header-contents .sns-icons ul {
    display: flex;
    width: 250px;
    justify-content: space-between;
    align-items: center;
    margin-right: 35px;
    padding: 0;
}

header .header-top .header-contents .sns-icons ul li {}

header .header-top .header-contents .sns-icons ul li img {
    width: auto;
    height: 40px;
}

header .header-top .header-contents .slide-menu-btn {
    display: inline-flex;
    margin: 0 0 0 auto;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    background-color: #2D2D2D;
    font-size: 26px;
    color: #FFF;
    cursor: pointer;
    transition: 0.2s;
}

header .header-top .header-contents .slide-menu-btn:hover {
    background-color: #e6002d;
}

header .header-top .header-contents .slide-menu-btn:hover::after {
    background: url(../img/icon/slide-menu_hover.svg);
    background-size: 26px 20px;
}

header .header-top .header-contents .slide-menu-btn.active,
header .header-top .header-contents .slide-menu-btn.active:hover {
    background-color: #2D2D2D;
}

header .header-top .header-contents .slide-menu-btn.active::after,
header .header-top .header-contents .slide-menu-btn.active:hover::after {
    background: url(../img/icon/slide-menu_close.svg);
    background-size: 26px 20px;
}

header .header-top .header-contents .slide-menu-btn:after {
    content: '';
    display: block;
    width: 26px;
    height: 20px;
    background: url(../img/icon/slide-menu.svg);
    background-size: 26px 20px;
}

header .header-top .header-contents .slide-menu {
    visibility: hidden;
    position: fixed;
    top: 80px;
    right: -250px;
    width: 330px;
    height: calc(100vh - 80px);
    padding: 7px 30px;
    box-sizing: border-box;
    background-color: #2D2D2D;
    z-index: 1000;
    overflow: hidden;
    transition: 0.2s;
    opacity: 0;
}

header .header-top .header-contents .slide-menu .site-link {
    height: calc(100vh - 187px);
}

header .header-top .header-contents .slide-menu .site-link ul {
    width: 270px;
    padding: 35px 0 0 0;
    border-top: 1px solid #5E5E5E;
}

header .header-top .header-contents .slide-menu .site-link ul.main {
    border: 0;
}

header .header-top .header-contents .slide-menu .site-link ul.main>li {
    font-weight: bold;
}

header .header-top .header-contents .slide-menu .site-link ul>li {
    margin-bottom: 15px;
    padding-left: 10px;
    box-sizing: border-box;
    font-family: Roboto Condensed;
    font-weight: normal;
    text-align: left;
    font-size: 20px;
    color: #6E6E6E;
    list-style: none;
}

header .header-top .header-contents .slide-menu .site-link ul>li.active {
    color: #FFFFFF;
}

header .header-top .header-contents .slide-menu .site-link ul>li:last-of-type {
    margin-bottom: 40px;
}

header .header-top .header-contents .slide-menu .sns-link {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 330px;
    padding-left: 40px;
    text-align: left;
    box-sizing: border-box;
}

header .header-top .header-contents .slide-menu .sns-link p {
    display: inline-block;
    margin: 0;
    height: 100px;
    padding: 0;
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 12px;
    line-height: 100px;
    color: #6E6E6E;
    vertical-align: bottom;
}

header .header-top .header-contents .slide-menu .sns-link ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

header .header-top .header-contents .slide-menu .sns-link ul li {
    display: inline-flex;
    width: 30px;
    height: 100px;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
    padding: 0;
}

header .header-top .header-contents .slide-menu .sns-link ul li img {
    height: 40px;
}

header .header-top .header-contents .slide-menu.active {
    display: block;
    visibility: visible;
    right: 0;
    transition: 0.2s;
    opacity: 1.0;
}

header .header-bottom {
    width: 100%;
    height: 70px;
    background-color: #161616;
    margin-top: 0px !important;
    display: inline-flex;
}

header .header-bottom .site-nav {
    display: block;
    text-align: right;
    width: 100%;
    padding-right: 25px;
}

header .header-bottom .site-nav p {
    display: inline-block;
    width: auto;
    height: 70px;
    margin: 0;
    padding: 0 25px;
    line-height: 70px;
    font-family: Roboto Condensed;
    font-weight: normal;
    font-size: 16px;
}

header .header-bottom .site-nav p a {
    color: #fff;
    font-weight: 600;
}

header .header-bottom .site-nav p:hover {
    color: #e6002d;
    opacity: 1;
}

header .header-bottom .site-nav p a:hover {
    opacity: 1;
}

header .breadcrumb {
    width: 100%;
    height: 50px;
    padding: 18px 35px 0;
    box-sizing: border-box;
    background-color: #F5F5F5;
}

header .breadcrumb.media {
    border-bottom: 2px solid #F5F5F5;
    background-color: #FFFFFF;
}

header .breadcrumb a {
    display: inline-block;
    height: 12px;
    padding: 0 15px;
    border-left: 1px solid #DADADA;
    text-decoration: none;
    font-family: Roboto Condensed;
    font-size: 12px;
    font-weight: normal;
    color: #2D2D2D;
}

header .breadcrumb a:first-of-type {
    border: 0;
}

header .breadcrumb a:hover {
    color: #e6002d;
    opacity: 1;
}

header .breadcrumb a.current {
    cursor: text;
}

header .breadcrumb a.current:hover {
    opacity: 1;
    color: #2D2D2D;
}

header .sr-list {
    display: block;
    position: absolute;
    width: 160px;
    height: 75px;
    right: 0;
    bottom: -140px;
    box-sizing: border-box;
    background-color: transparent;
    color: #FFFFFF !important;
    z-index: 10;
    transition: 0.2s;
}

header .sr-list:hover {
    color: #e6002d !important;
    opacity: 1;
}

header .sr-list:hover p::after {
    margin: 0 0 0 22px;
    background: url(../img/icon/arrow_sr_hover.svg);
    width: 34px;
    height: 8px;
    background-size: 34px 8px;
}

header .sr-list p {
    margin: 25px 0 0 3px;
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.28px;
}

header .sr-list p:after {
    content: '';
    display: inline-block;
    margin: 0 0 0 22px;
    width: 34px;
    height: 8px;
    background: url(../img/icon/arrow_sr.svg);
    background-size: 34px 8px;
    transition: 0.2s;
}

main {
    position: relative;
    width: 100%;
    margin-bottom: 150px;
    font-size: 14px;
    /* margin-top: 124px; */

}

.philospphy-title {
     font-size: 32px;
     text-align: center;
     margin-top: 30px;
}
.idea.philospphy h3 {
    font-size: 22px;
    text-align: center;
}
main#top-news {
    margin-bottom: 0;
}

main section {
    margin-bottom: 20px;
    overflow: hidden;
}

main section h1 {
    display: inline-block;
    background: url(../img/headline.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 140px;
    margin-top: 0;
    margin-bottom: 0;
    color: #FFFFFF;
    font-size: 28px;
    letter-spacing: 1.12px;
    font-weight: bold;
}

@media screen and (min-width: 769px) {
    main section h1 {
        margin-top: 32px;
    }
}

main section h1:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc((100% - 1186px) / 2);
    height: 140px;
    background-color: #e6002d;
}

main section h1:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc((100% - 1186px) / 2);
    height: 140px;
    right: 0;
    background-color: #000000;
}

main section h1 span {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 140px;
    text-align: center;
    line-height: 140px;
}

main section h1.sub {
    width: 100%;
    height: 138px;
    bottom: -2px;
    margin-top: 0;
    margin-bottom: 90px;
    border-bottom: 2px solid #F5F5F5;
    font-size: 28px;
    letter-spacing: 1.12px;
    font-weight: bold;
    background: none;
    color: #000;
}

main section h1.sub:before,
main section h1.sub:after {
    content: none !important;
}

main section h1.sub span {
    display: block;
    position: relative;
    width: 100%;
    height: 138px;
    text-align: center;
    line-height: 138px;
}

main section h1.sub span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: calc((100% / 2) - 250px);
    width: 500px;
    height: 2px;
    background-color: #e6002d;
}

main section .contents {
    max-width: 1200px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

main#top-news section .contents {
    padding: 0;

}

main section .contents.top {
    width: 770px;
}

@media screen and (max-width: 768px) {
    main section .contents.top {
        width: 100%;
    }
}

main section .contents.full-width {
    width: 100%;
    padding: 0;
}

main section .contents p {
    margin-bottom: 2em;
}

main section .contents .information-text {
    font-size: 14px;
    line-height: 1.5em;
}

main section .col2 .col,
main section .col2-2 .col {
    display: inline-block;
    width: 480px;
    margin-right: 60px;
    margin-bottom: 30px;
    vertical-align: top;
}

main section .col2 .col:nth-of-type(2n),
main section .col2-2 .col:nth-of-type(2n) {
    margin-right: 0;
}

main section .col2-deviation {
    box-sizing: border-box;
}

main section .col2-deviation .col {
    display: inline-block;
    max-width: 700px;
    margin: 0 10px 0 0;
    vertical-align: top;
    padding: 5px;
    box-sizing: border-box;
}

main#top-news section .col2-deviation .col {
    max-width: initial;
}

main section .col2-deviation .col:nth-of-type(2n) {
    width: 405px;
    margin: 0;
    /* margin-left: 30px; */
}

main section .col3 .col,
main section .col3-2 .col {
    display: inline-block;
    width: 320px;
    margin-right: 25px;
    margin-bottom: 30px;
    vertical-align: top;
}

main section .col3 .col:nth-of-type(3n),
main section .col3-2 .col:nth-of-type(3n) {
    margin-right: 0;
}

main section .recommendation .col {
    margin-bottom: 21px;
}

main section .recommendation img {
    width: 320px;
    height: 213px;
    object-fit: cover;
    margin-bottom: 30px;
}

main section .recommendation .recommendation-text {
    padding: 0 10px;
}

main section .recommendation .recommendation-text .recommendation-date {
    display: inline-block;
    position: relative;
    width: auto;
    height: 15px;
    margin-bottom: 14px;
    font-size: 12px;
    color: #5A5A5A;
    line-height: 15px;
}

main section .recommendation .recommendation-text .recommendation-date:after {
    content: '|';
    position: absolute;
    right: -12px;
}

main section .recommendation .recommendation-text .recommendation-tag {
    display: inline-block;
    width: auto;
    height: 15px;
}

main section .recommendation .recommendation-text .recommendation-tag a {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    color: #5A5A5A;
    cursor: pointer;
}

main section .recommendation .recommendation-text .recommendation-tag a:first-of-type {
    margin-left: 24px;
}

main section .recommendation .recommendation-text .recommendation-tag a:hover {
    color: #e6002d;
}

main section .recommendation .recommendation-text p {
    margin: 0;
    font-size: 14px;
    color: #2D2D2D;
    line-height: 22px;
    overflow: hidden;
}

main section .recommendation .recommendation-text p a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

main section .recommendation-btn {
    margin-top: 65px;
}

main section .sns {
    position: relative;
}

main section .sns.contents {
    margin: 0;
    padding: 0;
    width: 100%;
}

main section .sns .col3 {
    width: 1020px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

main section .sns:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 153px;
    background-color: #F5F5F5;
}

main section .sns h2 {
    width: 320px;
    height: 138px;
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.8px;
    font-weight: bold;
    color: #000000;
}

main section .sns h2 span {
    display: flex;
    position: absolute;
    top: 15px;
    width: 320px;
    height: 138px;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #e6002d;
}

main section .sns .twitter {
    border: 2px solid #F5F5F5;
}

main section .sns .insta {
    border: 2px solid #F5F5F5;
    overflow: hidden;
}

footer .footer-top {
    width: 100%;
    padding-top: 88px;
    padding-right: calc((100% - 960px) / 2);
    padding-bottom: 90px;
    padding-left: calc((100% - 960px) / 2);
    box-sizing: border-box;
    background-color: #DBDBDB;
    text-align: center;
}

footer .footer-top .sponsor {
    margin-bottom: 58px;
    font-size: 22px;
    letter-spacing: 0.64px;
    font-weight: bold;
}

footer .footer-top .sponsor .banner {
    font-size: 0;
    margin-top: 15px;
}

/* footer .footer-top .sponsor .banner a {
    display: inline-block;
    margin-right: 15px;
    width: 165px;
    height: 42px;
    margin-top: 15px;
} */

footer .footer-top .sponsor .banner a:last-of-type {
    margin-right: 0;
}

footer .footer-top .sponsor .banner a img {
    width: 100%;
}

footer .footer-top .sponsor:last-of-type {
    margin-bottom: 0;
}

footer .footer-middle {
    position: relative;
    width: 100%;
    padding-top: 60px;
    padding-right: calc((100% - 1020px) / 2);
    padding-bottom: 60px;
    padding-left: calc((100% - 1020px) / 2);
    box-sizing: border-box;
    background-color: #F5F5F5;
    font-size: 0;
}

footer .footer-middle .footer-middle-l {
    display: inline-block;
    width: 184px;
    padding-right: 60px;
    border-right: 2px solid #DBDBDB;
}

footer .footer-middle .footer-middle-l>a {
    display: block;
}

footer .footer-middle .footer-middle-l>a:first-child img {
    width: 184px;
}

footer .footer-middle .footer-middle-l>a:nth-of-type(2) img {
    width: 184px;
}

footer .footer-middle .footer-middle-l>a:nth-of-type(3) img {
    width: 184px;
}

footer .footer-middle .footer-middle-l>a:nth-of-type(4) {
    display: inline-block;
}

footer .footer-middle .footer-middle-l>a:nth-of-type(4) img {
    width: 70px;
}

footer .footer-middle .footer-middle-l>a:nth-of-type(5) {
    display: inline-block;
}

footer .footer-middle .footer-middle-l>a:nth-of-type(5) img {
    width: 50px;
}

footer .footer-middle .footer-middle-l>a:nth-of-type(6) img {
    width: 184px;
}

footer .footer-middle .footer-middle-l>a:nth-of-type(7) {
    display: inline-block;
}

footer .footer-middle .footer-middle-l>a:nth-of-type(7) img {
    width: auto;
    height: 55px;
    margin-right: 20px;
}

footer .footer-middle .footer-middle-l>a:nth-of-type(8) {
    display: inline-block;
}

footer .footer-middle .footer-middle-l>a:nth-of-type(8) img {
    width: auto;
    height: 55px;
}

footer .footer-middle .footer-middle-l p {
    margin: 0 0 18px 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.32px;
}

footer .footer-middle .footer-middle-l p a {
    color: #2D2D2D;
}

footer .footer-middle .footer-middle-l p a:hover {
    opacity: 1;
    color: #e6002d;
}

footer .footer-middle .footer-middle-r {
    display: inline-block;
    vertical-align: top;
}

footer .footer-middle .footer-middle-r ul {
    display: inline-block;
    margin: 0;
    padding-left: 61px;
    vertical-align: top;
}

footer .footer-middle .footer-middle-r ul.active>li {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.32px;
    margin-bottom: 16px;
}

footer .footer-middle .footer-middle-r ul>li {
    margin-bottom: 18px;
    list-style: none;
    font-family: Roboto Condensed;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.28px;
}

footer .footer-middle .footer-middle-r ul>li a,
footer .footer-middle .footer-middle-r ul>li a:visited {
    color: #2D2D2D;
}

footer .footer-middle .footer-middle-r ul>li a:hover {
    opacity: 1;
    color: #e6002d;
}

footer .footer-middle .footer-middle-r .social-site {
    display: block;
    position: absolute;
    /*width: 242px;*/
    /*height: 38px;*/
    bottom: 60px;
    padding-bottom: 10px;
    right: calc((100% - 1020px) / 2);
    border-bottom: 1px solid #DBDBDB;
    font-size: 14px;
    font-family: Roboto Condensed;
    font-weight: bold;
    color: #DBDBDB;
}

footer .footer-middle .footer-middle-r .social-site p {
    display: inline-block;
    margin: 0;
}

footer .footer-middle .footer-middle-r .social-site ul {
    margin: 0;
    padding-left: 0;
    vertical-align: middle;
    font-size: 0;
}

footer .footer-middle .footer-middle-r .social-site ul>li {
    display: inline-block;
    margin: 0 0 0 25px;
    list-style: none;
}

footer .footer-middle .footer-middle-r .social-site ul>li img {
    width: auto;
    height: 40px;
}

footer .footer-middle .btn-top {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    background-color: #2D2D2D;
    cursor: pointer;
}

footer .footer-middle .btn-top:hover {
    background-color: #e6002d;
}

footer .footer-middle .btn-top:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    right: 30px;
    width: 1px;
    height: 35px;
    background: #FFFFFF;
}

footer .footer-middle .btn-top:after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 27px;
    right: 24px;
    border-top: 1px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

footer .footer-bottom {
    position: relative;
    width: 100%;
    padding-top: 60px;
    padding-right: calc((100% - 1020px) / 2);
    padding-bottom: 60px;
    padding-left: calc((100% - 1020px) / 2);
    box-sizing: border-box;
    font-size: 0;
}

footer .footer-bottom .company-info {
    display: inline-block;
}

footer .footer-bottom .company-info p {
    display: inline-block;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    color: #2D2D2D;
}

footer .footer-bottom .company-info ul {
    margin: 0;
    padding-left: 30px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.48px;
    color: #2D2D2D;
    vertical-align: top;
}

footer .footer-bottom .company-info ul>li {
    margin: 0 0 10px 0;
    list-style: none;
}

footer .footer-bottom .company-info ul>li:last-of-type {
    margin: 0;
}

footer .footer-bottom .copyright {
    display: block;
    position: absolute;
    bottom: 60px;
    right: calc((100% - 1020px) / 2);
    font-size: 12px;
    letter-spacing: 0.48px;
    color: #2D2D2D;
}


/* share sns */

.share-btn-area {
    height: 70px;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.share-btn-area ul {
    text-align: right;
}

.share-btn-area ul>li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    height: 30px;
}

.share-btn-area ul>li:first-of-type {
    margin-right: 15px;
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: #5A5A5A;
}

.share-btn-area ul>li:last-of-type {
    margin-right: 20px;
}

.share-btn-area ul>li img {
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 750px) {
    .share-btn-area {
        margin: 0 20px 40px;
    }

    .share-btn-area ul {
        padding: 0;
        text-align: left;
    }

    .share-btn-area ul>li {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        height: 30px;
    }

    .share-btn-area ul>li:first-of-type {
        margin-right: 0;
    }

    .share-btn-area ul>li:last-of-type {
        margin-right: 0;
    }

    .share-btn-area ul>li img {
        width: 30px;
        height: 30px;
    }
}


/* carousel */

.slick-slide img {
    display: inline !important;
}

.carousel button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.carousel.conference,
.carousel.article {
    position: relative;
}

.carousel.conference .prev,
.carousel.article .prev {
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    top: 32px;
    left: 0;
    border-radius: 45px;
    background-color: #F5F5F5;
    cursor: pointer;
    z-index: 100;
    transition: 0.2s;
}

.carousel.conference .prev:before,
.carousel.article .prev:before {
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 21px;
    top: 34px;
    left: 36px;
    background: url(../img/icon/previous.svg);
    background-size: 12px 21px;
    transition: 0.2s;
}

.carousel.conference .prev:hover::before,
.carousel.article .prev:hover::before {
    background: url(../img/icon/previous_hover.svg);
}

.carousel.conference .next,
.carousel.article .next {
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    top: 32px;
    right: 0;
    border-radius: 45px;
    background-color: #F5F5F5;
    cursor: pointer;
    z-index: 100;
    transition: 0.2s;
}

.carousel.conference .next:before,
.carousel.article .next:before {
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 21px;
    top: 34px;
    right: 36px;
    background: url(../img/icon/next.svg);
    background-size: 12px 21px;
    transition: 0.2s;
}

.carousel.conference .next:hover::before,
.carousel.article .next:hover::before {
    background: url(../img/icon/next_hover.svg);
}

.carousel.conference .prev:hover,
.carousel.conference .next:hover,
.carousel.article .prev:hover,
.carousel.article .next:hover {
    background-color: #e6002d;
}

.carousel.conference .slick-dots,
.carousel.article .slick-dots {
    position: absolute;
    display: block;
    top: 74px;
    left: 0;
    width: 100%;
    height: 6px;
    padding: 0;
    text-align: center;
    z-index: 10;
}

.carousel.conference .slick-dots>li,
.carousel.article .slick-dots>li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 9px;
    padding: 0;
}

.carousel.conference .slick-dots>li button,
.carousel.article .slick-dots>li button {
    position: relative;
    text-indent: -9999px;
}

.carousel.conference .slick-dots>li button:before,
.carousel.article .slick-dots>li button:before {
    content: '';
    width: 6px;
    height: 6px;
    background-size: 6px 6px;
    background: url(../img/icon/dot.svg);
    line-height: 6px;
    text-indent: 0;
    position: absolute;
    padding: 0;
    top: 0;
    left: -3px;
    color: #DBDBDB;
    cursor: pointer;
}

.carousel.conference .slick-dots>li button:hover::before,
.carousel.article .slick-dots>li button:hover::before {
    background: url(../img/icon/dot_active.svg);
}

.carousel.conference .slick-dots>li.slick-active button:before,
.carousel.article .slick-dots>li.slick-active button:before {
    background: url(../img/icon/dot_active.svg);
}

.carousel.recommendation .slick-dots {
    position: absolute;
    display: block;
    top: 281px;
    left: 0;
    width: 100%;
    height: 6px;
    padding: 0;
    text-align: center;
    z-index: 10;
}

.carousel.recommendation .slick-dots>li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 9px;
    padding: 0;
}

.carousel.recommendation .slick-dots>li button {
    position: relative;
    text-indent: -9999px;
}

.carousel.recommendation .slick-dots>li button:before {
    content: '';
    width: 6px;
    height: 6px;
    background-size: 6px 6px;
    background: url(../img/icon/dot.svg);
    line-height: 6px;
    text-indent: 0;
    position: absolute;
    padding: 0;
    top: 0;
    left: -3px;
    color: #DBDBDB;
    cursor: pointer;
}

.carousel.recommendation .slick-dots>li button:hover::before {
    background: url(../img/icon/dot_active.svg);
}

.carousel.recommendation .slick-dots>li.slick-active button:before {
    background: url(../img/icon/dot_active.svg);
}

@media screen and (max-width: 750px) {
    .carousel.conference .prev {
        width: 35px;
        height: 70px;
        top: 15px;
        left: -20px;
        border-radius: 0;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
    }

    .carousel.conference .prev:before {
        width: 6.5px;
        height: 11px;
        top: 30px;
        left: 11px;
        background-size: 6.5px 11px;
    }

    .carousel.conference .prev:hover::before {
        left: 11px;
        background-size: 6.5px 11px;
    }

    .carousel.conference .next {
        width: 35px;
        height: 70px;
        top: 15px;
        right: -20px;
        border-radius: 0;
        border-top-left-radius: 35px;
        border-bottom-left-radius: 35px;
    }

    .carousel.conference .next:before {
        width: 6.5px;
        height: 11px;
        top: 30px;
        right: 11px;
        background-size: 6.5px 11px;
    }

    .carousel.conference .next:hover::before {
        right: 11px;
        background-size: 6.5px 11px;
    }

    .carousel.conference .slick-dots {
        position: absolute;
        display: block;
        top: 49px;
        left: 0;
        width: 100%;
        height: 6px;
        padding: 0;
        text-align: center;
        z-index: 10;
    }

    .carousel.conference .slick-dots>li {
        width: 5px;
        height: 5px;
        margin: 0 7.5px;
    }

    .carousel.conference .slick-dots>li:before {
        width: 5px;
        height: 5px;
        background-size: 5px 5px;
        line-height: 5px;
    }
}


/* accordion */

@media screen and (max-width: 750px) {
    .accordion-close {
        border-bottom: 0 !important;
    }
}


/*  parts  */

.title {
    width: auto;
    padding: 0px 5px;
    /* height: 40px; */
    margin: 0px;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 0.48px;
    text-align: left;
    line-height: 50px;
    transition: 0.2s;
    text-transform: uppercase;
}

#top-news .title {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e6002d;
    line-height: 1;
    margin-bottom: 20px;


}

@media screen and (max-width: 768px) {
    #top-news .title {
        line-height: 2.6;
        padding-bottom: 0;
        font-size: 21px;
    }
}


/*  Arrow button  */

a.arrow {
    position: relative;
    display: inline-block;
    width: 460px;
    height: 84px;
    line-height: 80px;
    margin-bottom: 16px;
    border: 2px solid #F5F5F5;
    border-radius: 42px;
    font-size: 20px;
    letter-spacing: 0.72px;
    font-weight: bold;
    box-sizing: border-box;
    transition: 0.2s;
}

a.arrow:hover {
    color: #FFFFFF;
    background-color: #e6002d;
    opacity: 1;
}

a.arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 42px;
    left: 73px;
    width: 45px;
    height: 1px;
    background: #e6002d;
    transition: 0.2s;
}

a.arrow::after {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    top: 36px;
    left: 104px;
    border-top: 1px solid #e6002d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.2s;
}

a.arrow:hover::before {
    background: #ffffff;
}

a.arrow:hover::after {
    border-top: 1px solid #ffffff;
}


/*  Link button  */

a.btn-link {
    width: 101px;
    height: 36px;
    border: 2px solid #F5F5F5;
    border-radius: 44px;
    text-align: center;
    text-decoration: none;
    font-family: Roboto Condensed;
    font-weight: normal;
    font-size: 12px;
    line-height: 36px;
    color: #2D2D2D;
}

a.btn-link:hover {
    color: #FFFFFF;
    background-color: #e6002d;
}

@media screen and (max-width: 750px) {
    a.btn-link {
        width: 77px;
        height: 28px;
        border: 1px solid #F5F5F5;
        border-radius: 38.5px;
        font-size: 10px;
        letter-spacing: 0.2px;
        line-height: 28px;
        background-color: #FFFFFF;
    }
}


/* live not-yet */

a.not-yet {
    display: inline-block;
    width: 540px;
    height: 84px;
    border-radius: 42px;
    background-color: #F5F5F5;
    font-weight: bold;
    font-size: 18px;
    line-height: 84px;
    letter-spacing: 0.72px;
    color: #2D2D2D;
}

@media screen and (max-width: 750px) {
    a.not-yet {
        width: 256px;
        height: 46px;
        border-radius: 23px;
        font-size: 11px;
        line-height: 46px;
    }
}


/* number icon */

.num {
    display: inline-block;
    position: relative;
    text-align: center;
    background-color: #DBDBDB;
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

.num-ss {
    width: 25px;
    height: 25px;
    border-radius: 12.5px;
    line-height: 25px;
}

.num-s {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    margin-left: 10px;
    margin-right: 30px;
}

.num-ms {
    width: 35px;
    height: 35px;
    border-radius: 17.5px;
    line-height: 35px;
    margin-left: 7.5px;
    margin-right: 27.5px;
}

.num-m {
    width: 40px;
    height: 40px;
    background-color: #A7B4B4;
    border-radius: 20px;
    line-height: 40px;
    margin-left: 5px;
    margin-right: 25px;
}

.num-l {
    width: 50px;
    height: 50px;
    background-color: #B8B800;
    border-radius: 25px;
    line-height: 50px;
    margin-left: 0;
    margin-right: 20px;
}

.num-l.final {
    line-height: 60px;
}

.num-l.final:after {
    content: 'FINAL';
    width: 50px;
    height: 50px;
    display: block;
    background-color: transparent;
    text-align: center;
    position: absolute;
    line-height: 30px;
    font-size: 10px;
    font-weight: normal;
    top: 0;
    left: 0;
}

@media screen and (max-width: 750px) {
    .num {
        font-size: 12px;
    }

    .num-s {
        width: 24px;
        height: 24px;
        border-radius: 12px;
        line-height: 24px;
        margin-left: 0;
        margin-right: 0;
    }

    .num-m {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        line-height: 30px;
        margin-left: 0;
        margin-right: 0;
    }

    .num-l {
        width: 40px;
        height: 40px;
        background-color: #B8B800;
        border-radius: 20px;
        line-height: 40px;
        margin-left: 0;
        margin-right: 0;
    }

    .num-l.final {
        line-height: 50px;
    }

    .num-l.final:after {
        content: 'FINAL';
        width: 40px;
        height: 40px;
        line-height: 25px;
        font-size: 8px;
        font-weight: normal;
        letter-spacing: 0.16px;
        background-color: transparent;
        opacity: 1;
    }
}

.icon-num {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 12.5px;
    text-align: center;
    line-height: 25px;
    background-color: #DBDBDB;
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}

.gold {
    background-color: #B8B800;
}

.silver {
    background-color: #A7B4B4;
}

.bronze {
    background-color: #D7B567;
}


/* flag icon */

.flag {
    display: inline-block;
    width: 22.5px;
    height: 15px;
    margin-right: 16px;
    text-align: center;
    line-height: 25px;
    vertical-align: middle;
    background-size: 22.5px 15px;
}

.flag_china {
    background: url(../img/icon/flag/china.svg);
}

.flag_estonia {
    background: url(../img/icon/flag/estonia.svg);
}

.flag_france {
    background: url(../img/icon/flag/france.svg);
}

.flag_japan {
    background: url(../img/icon/flag/japan.svg);
}

.flag_mongolia {
    background: url(../img/icon/flag/mongolia.svg);
}

.flag_netherlands {
    background: url(../img/icon/flag/netherlands.svg);
}

.flag_romania {
    background: url(../img/icon/flag/romania.svg);
}

.flag_russia {
    background: url(../img/icon/flag/russia.svg);
}

.flag_serbia {
    background: url(../img/icon/flag/serbia.svg);
}

.flag_ukraine {
    background: url(../img/icon/flag/ukraine.svg);
}

table tr:nth-of-type(2n+1) td .flag_japan:before {
    content: '';
    display: block;
    width: 22.5px;
    height: 15px;
    background-color: transparent;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
}


/* ranking table */

.ranking {
    margin-bottom: 50px;
}

.ranking h2 {
    margin-bottom: 10px;
}

.ranking table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    width: 100%;
}

.ranking table thead {
    border-bottom: 1px solid #F5F5F5;
}

.ranking table thead th {
    position: relative;
    padding: 11px 0 10px 10px;
    text-align: left;
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.18px;
    color: #2D2D2D;
}

.ranking table thead th:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 6px;
    right: 0;
    bottom: 0;
    background-color: #F5F5F5;
}

.ranking table thead th:last-of-type::after {
    display: none;
}

.ranking table thead th div {
    text-align: center;
    padding: 2px 0;
    margin-left: 4px;
}

.ranking table thead th div:first-child {
    border-bottom: 1px solid #bdbdbd;
}

.ranking table tr:nth-of-type(2n) {
    background-color: #F5F5F5;
}

.ranking table tr:nth-of-type(2n) td:after {
    background-color: #FFFFFF;
}

.ranking table td {
    position: relative;
    height: 46px;
    vertical-align: middle;
}

.ranking table td:first-of-type::after {
    display: none;
}

.ranking table td:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 6px;
    right: 0;
    bottom: 0;
    background-color: #F5F5F5;
}

.ranking table td:last-of-type::after {
    display: none;
}

.ranking table td div {
    margin-left: 5px;
}

.ranking table td div:first-child {
    border-bottom: 1px solid #bdbdbd;
}

@media screen and (max-width: 750px) {
    .ranking {
        margin-bottom: 50px;
    }

    .ranking h2 {
        margin-bottom: 10px;
    }

    .ranking table {
        margin-left: -20px;
        margin-right: -20px;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 12px;
    }

    .ranking table thead {
        border-bottom: 1px solid #F5F5F5;
    }

    .ranking table thead th {
        position: relative;
        padding: 11px 0 10px 10px;
        text-align: left;
        font-family: Roboto Condensed;
        font-weight: bold;
        font-size: 9px;
        color: #2D2D2D;
    }

    .ranking table thead th:after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 6px;
        right: 0;
        bottom: 0;
        background-color: #F5F5F5;
    }

    .ranking table thead th:last-of-type:after {
        display: none;
    }

    .ranking table tr:nth-of-type(2n) {
        background-color: #F5F5F5;
    }

    .ranking table td {
        height: 46px;
        vertical-align: middle;
    }
}


/*  common  */

a,
a:visited,
a:hover {
    color: inherit;
    text-decoration: none;
}

a:hover {
    opacity: .8;
}

.en {
    font-family: Roboto Condensed !important;
}

.ja {
    font-family: "Noto Sans JP" !important;
}

.ml30 {
    margin-left: 30px;
}

.ml25 {
    margin-left: 25px;
}

.ml20 {
    margin-left: 20px;
}

.ml15 {
    margin-left: 15px;
}

.ml10 {
    margin-left: 10px;
}

.ml5 {
    margin-left: 5px;
}

.mr30 {
    margin-right: 30px;
}

.mr25 {
    margin-right: 25px;
}

.mr20 {
    margin-right: 20px;
}

.mr15 {
    margin-right: 15px;
}

.mr10 {
    margin-right: 10px;
}

.mr5 {
    margin-right: 5px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.pl25 {
    padding-left: 25px;
}

.pl20 {
    padding-left: 20px;
}

.pl15 {
    padding-left: 15px;
}

.pl10 {
    padding-left: 10px;
}

.pl5 {
    padding-left: 5px;
}

.pr25 {
    padding-right: 25px;
}

.pr20 {
    padding-right: 20px;
}

.pr15 {
    padding-right: 15px;
}

.pr10 {
    padding-right: 10px;
}

.pr5 {
    padding-right: 5px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb5 {
    padding-bottom: 5px;
}

.tCenter {
    text-align: center;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.btn-language {
    display: none;
}

@media screen and (min-width: 750px) {
    .br-pc {
        display: block;
    }

    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }
}

.btn-expand-menu {
    display: none;
}

@media screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }

    header {
        position: relative;
        width: 100%;
        min-width: 375px;
        z-index: 10000;
    }

    header.fixed {
        position: fixed;
        top: 0;
    }

    header:before {
        display: none;
        content: none;
    }

    header .header-top {
        position: relative;
        height: 40px;
        z-index: 10000;
        background: #333333;
        padding: 0;
    }

    .btn-language {
        display: block;
        border: 0;
        border-radius: 0;
        color: rgba(255, 255, 255, 0.5);
        background-color: #2D2D2D;
        line-height: 20px;
        padding: 5px 8px;
        font-size: 12px;
        white-space: nowrap;
        z-index: -1;
    }

    header .header-top .language {
        padding-left: 15px;
    }

    header .header-top .language ul {
        display: none;
    }

    header .header-top .language a {
        font-size: 12px;
    }

    header .header-top .logo {
        width: 109px;
        height: 56px;
        background-color: #000000;
        z-index: 10000;
    }

    header .header-top .logo p {
        margin-top: 19px;
        margin-left: 18px;
    }

    header .header-top .logo p img {
        width: 73px;
        height: 18px;
    }

    header .header-top .navigation {
        position: absolute;
        display: block;
        text-align: center;
        right: 57px;
        width: auto;
        background-color: #000000;
        z-index: 10000;
    }

    header .header-top .navigation a {
        width: 69px;
        height: 56px;
        margin: 0px 1px 0px 0;
        background-color: #1C1C1C;
        text-align: center;
        line-height: 56px;
        font-weight: normal;
        font-family: Roboto Condensed;
        font-size: 10px;
        letter-spacing: 0.2px;
        color: #FFFFFF;
        text-decoration: none;
        cursor: pointer;
    }

    header .header-top .navigation a.active,
    header .header-top .navigation a:hover {
        background-color: #e6002d;
        opacity: 1;
    }

    header .header-top .navigation a:last-child {
        margin-right: 0;
    }

    header .header-top .header-contents .sns-icons {
        display: none;
    }

    header .header-top .header-contents .slide-menu-btn {
        position: fixed;
        top: 0;
        right: 0;
        width: 56px;
        height: 56px;
        z-index: 100000;
    }

    header .header-top .header-contents .slide-menu-btn:hover::after {
        background-size: 20px 15px;
    }

    header .header-top .header-contents .slide-menu-btn.active::after,
    header .header-top .header-contents .slide-menu-btn.active:hover::after {
        background-size: 20px 15px;
    }

    header .header-top .header-contents .slide-menu-btn:after {
        content: '';
        display: block;
        width: 20px;
        height: 15px;
        background-size: 20px 15px;
    }

    header .header-top .header-contents .slide-menu {
        position: fixed;
        top: calc(-1 * (50vh - 56px));
        right: 0;
        width: 375px;
        height: calc(100vh - 56px);
        padding: 0 20px;
        transition: 0.2s;
        z-index: 9999;
    }

    header .header-top .header-contents .slide-menu .site-link ul {
        width: 100%;
        padding-top: 30px;
        text-align: left;
    }

    header .header-top .header-contents .slide-menu .site-link ul.main>li {
        display: block;
    }

    header .header-top .header-contents .slide-menu .site-link ul>li {
        display: inline-block;
        width: 160px;
        margin-bottom: 18px;
        font-size: 14px;
    }

    header .header-top .header-contents .slide-menu .site-link ul>li:last-of-type {
        margin-bottom: 30px;
    }

    header .header-top .header-contents .slide-menu .sns-link {
        display: block;
        position: absolute;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    header .header-top .header-contents .slide-menu .sns-link p {
        width: 20%;
        height: 88px;
        line-height: 88px;
        padding-bottom: 5px;
    }

    header .header-top .header-contents .slide-menu .sns-link ul {
        width: 80%;
        text-align: right;
        padding-left: 0;
        margin: 0;
    }

    header .header-top .header-contents .slide-menu .sns-link ul li {
        width: 26px;
        height: 100px;
        margin: 0 14px 0 0;
    }

    header .header-top .header-contents .slide-menu .sns-link ul li:last-child {
        margin: 0;
    }

    header .header-top .header-contents .slide-menu .sns-link ul li img {
        height: 40px;
    }

    header .header-top .header-contents .slide-menu.active {
        display: block;
        top: 56px;
        transition: 0.2s;
    }

    header .header-bottom {
        margin-top: 0;
        width: 100%;
        height: 60px;
        background-color: #000000;
        display: flex;
        justify-content: space-between;
    }

    header .header-bottom .logo {
        height: 100%;
        width: auto;
        display: flex;
        align-items: center;
    }

    header .header-bottom .logo p {
        padding-left: 15px;
        line-height: 35px;
        height: 35px;
    }

    header .header-bottom .site-nav {
        position: fixed;
        top: 100px;
        bottom: 0;
        width: 100vw;
        left: -100vw;
        text-align: left;
        padding: 15px;
        box-sizing: border-box;
        background: #e1e1e1;
        transition: all .5s;
    }

    header .header-bottom .site-nav ul.navbar-nav {
        padding-left: 0;
        display: flex;
        flex-direction: column;
    }

    header .header-bottom .site-nav ul.navbar-nav li.nav-item {
        padding: 0 50px 0 10px;
        position: relative;
        min-height: 50px;
        height: auto;
        border-bottom: 1px solid #d3d3d3;
    }

    header .header-bottom .site-nav ul.navbar-nav li.nav-item a {
        color: #000;
        line-height: 50px;
        /*pointer-events: none;*/
        cursor: pointer;
    }

    header .header-bottom .site-nav.is-active {
        left: 0;
        transition: all .5s;
    }

    header .header-bottom .site-nav p {
        display: inline-block;
        width: auto;
        height: 42px;
        margin: 0;
        padding: 0 10px;
        line-height: 42px;
        font-size: 12px;
        letter-spacing: 0.24px;
    }

    header .header-bottom .site-nav p:last-of-type {
        padding-right: 0px;
    }

    .btn-expand-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        border: 0;
        padding: 0 15px;
        background: transparent;
    }

    .btn-expand-menu span {
        display: block;
        width: 16px;
        height: 16px;
        border-bottom: 1px solid #333333;
        border-left: 1px solid #333333;
        transform: rotate(-135deg);
        position: absolute;
        top: 15px;
    }

    .news-dropdown .dropdown-content.news-sub-menu {
        position: fixed;
        top: 100px;
        bottom: 0;
        width: 100vw;
        left: 100vw;
        text-align: left;
        padding: 15px;
        box-sizing: border-box;
        background: #e1e1e1;
    }

    .news-dropdown:hover .dropdown-content.news-sub-menu {
        display: none;
    }

    .news-dropdown .dropdown-content.news-sub-menu.sub-active {
        left: 0;
        transition: all .5s;
    }

    /* header .header-bottom .site-nav:after {
        content: '';
        display: inline-block;
        position: absolute;
        width: 35px;
        height: 42px;
        top: 0;
        right: -35px;
        background-color: #F5F5F5;
    }
    header .header-bottom .site-nav:before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 5px;
        height: 7px;
        top: 18px;
        right: -17px;
        background: url(../img/icon/menu.svg);
        background-size: 5px 7px;
        z-index: 10;
    } */
    header .breadcrumb {
        margin-top: 0px;
        height: 36px;
        padding: 12px 5px 12px;
        box-sizing: border-box;
    }

    header .breadcrumb.media {
        border-bottom: 1px solid #F5F5F5;
    }

    header .breadcrumb a {
        display: inline-block;
        height: 12px;
        padding: 0 15px;
        border-left: 1px solid #DADADA;
        text-decoration: none;
        font-family: Roboto Condensed;
        font-size: 12px;
        font-weight: normal;
        line-height: 12px;
        color: #2D2D2D;
    }

    header .breadcrumb a:first-of-type {
        border: 0;
    }

    header .breadcrumb a:hover {
        color: #e6002d;
    }

    header .breadcrumb a.current {
        cursor: text;
    }

    header .breadcrumb a.current:hover {
        opacity: 1;
        color: #2D2D2D;
    }

    header .sr-list {
        display: block;
        display: none;
        position: absolute;
        width: 290px;
        height: 100px;
        right: 0;
        bottom: -140px;
        padding-top: 40px;
        text-align: center;
        background-color: #F5F5F5;
        color: #2D2D2D;
    }

    header .sr-list:hover {
        background-color: #e6002d;
        color: #FFFFFF;
    }

    header .sr-list p {
        margin: 0 0 25px 0;
        font-family: Roboto Condensed;
        font-weight: bold;
        font-size: 16px;
    }

    header .sr-list p.icon {
        margin: 0 auto 25px auto;
        width: 20px;
        height: 20px;
        background: url(../img/icon/list.svg);
        background-size: 20px 20px;
    }

    header .sr-list:hover p.icon {
        background: url(../img/icon/list_hover.svg);
    }

    header .header-top .header-contents .top-menu {
        padding-right: 15px;
    }

    header .header-top .header-contents .top-menu li {
        margin-left: 22px;
    }

    header .header-top .header-contents .top-menu li a {
        font-size: 13px;
        color: #ffffff;
    }

    main {
        margin-top: 0;
        margin-bottom: 80px;
    }

    main section {
        margin-bottom: 0;
    }

    main section h1 {
        background: url(../img/headline_sp.png);
        height: 73px;
        margin-bottom: 0;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0.64px;
    }

    main section h1:before,
    main section h1:after {
        display: none;
    }

    main section h1 span {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 73px;
        text-align: center;
        line-height: 73px;
    }

    main section h1.sub {
        width: 100%;
        height: 71px;
        bottom: -2px;
        margin-top: 0;
        margin-bottom: 40px;
        border-bottom: 2px solid #F5F5F5;
        font-size: 28px;
        font-weight: bold;
    }

    main section h1.sub span {
        display: block;
        position: absolute;
        width: 375px;
        height: 35px;
        line-height: 16px;
        font-size: 16px;
        text-align: center;
        padding-top: 36px;
    }

    main section h1.sub span:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        margin-left: 87.5px;
        width: 200px;
        height: 2px;
        background-color: #e6002d;
    }

    main section .contents {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    main section .col2 .col {
        display: inline-block;
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
        vertical-align: top;
    }

    main section .col2 .col:nth-of-type(2n) {
        margin-right: 0;
    }

    main section .col2-deviation .col {
        display: block;
        width: 100%;
        margin: 0;
    }

    main section .col2-deviation .col:nth-of-type(2n) {
        width: 100%;
    }

    main section .col3 .col {
        display: block;
        width: 100%;
        margin: 0;
    }

    main section .col3-2 .col,
    main section .col2-2 .col {
        display: inline-block;
        width: 157px;
        margin-right: 20px;
        vertical-align: top;
    }

    main section .col3-2 .col:nth-of-type(3n),
    main section .col2-2 .col:nth-of-type(3n) {
        margin-right: 20px;
    }

    main section .col3-2 .col:nth-of-type(2n),
    main section .col2-2 .col:nth-of-type(2n) {
        margin-right: 0;
    }

    main section .recommendation {
        margin-left: -20px;
        margin-right: -20px;
    }

    main section .recommendation .col {
        width: 270px;
        padding: 0 10px;
        box-sizing: border-box;
        margin-bottom: 66px;
    }

    main section .recommendation img {
        width: 250px;
        height: 166px;
        margin-bottom: 20px;
    }

    main section .recommendation .recommendation-text {
        padding: 0 5px;
    }

    main section .recommendation .recommendation-text .recommendation-date {
        height: 10px;
        margin-bottom: 12px;
        font-size: 10px;
        line-height: 10px;
    }

    main section .recommendation .recommendation-text .recommendation-tag {
        height: 10px;
    }

    main section .recommendation .recommendation-text .recommendation-tag a {
        font-size: 10px;
        line-height: 10px;
    }

    main section .recommendation .recommendation-text p {
        font-size: 12px;
        letter-spacing: 0.48px;
        line-height: 20px;
    }

    main section .recommendation-btn {
        margin-top: 0;
    }

    main section .recommendation-btn a.arrow {
        width: 260px;
        height: 50px;
        font-size: 12px;
        line-height: 46px;
        padding-right: 30px;
        text-align: right;
        margin-bottom: 40px;
    }

    main section .recommendation-btn a.arrow::before {
        width: 23px;
        top: 25px;
        left: 28px;
    }

    main section .recommendation-btn a.arrow::after {
        width: 10px;
        height: 10px;
        top: 20px;
        left: 39px;
    }

    main section .recommendation-btn a.arrow span:after {
        width: 14px;
        height: 14px;
        top: 16px;
        right: 29px;
        background-size: 14px 14px;
    }

    main section .sns {
        position: relative;
    }

    main section .sns .col3 {
        width: 100%;
    }

    main section .sns:before {
        display: none;
    }

    main section .sns h2 {
        position: relative;
        width: 100%;
        height: 71px;
        bottom: -2px;
        margin-top: 0;
        margin-bottom: 30px;
        border-bottom: 2px solid #F5F5F5;
        font-size: 28px;
        font-weight: bold;
    }

    main section .sns h2 span {
        display: block;
        margin-left: calc((100% / 2) - 100px);
        top: 0;
        width: 200px;
        height: 35px;
        font-size: 16px;
        text-align: center;
        padding-top: 36px;
    }

    main section .sns .sns-area {
        margin: 0 27px;
    }

    main section .sns .twitter {
        margin-bottom: 24px;
        border: 2px solid #F5F5F5;
    }

    main section .sns .facebook {
        margin-bottom: 24px;
    }

    footer .footer-top {
        width: 100%;
        padding: 38px 20px 30px 20px;
        box-sizing: border-box;
        background-color: #DBDBDB;
        text-align: center;
    }

    footer .footer-top .sponsor {
        margin-bottom: 30px;
        font-size: 14px;
        font-weight: bold;
    }

    footer .footer-top .sponsor .banner {
        font-size: 0;
        margin-top: 18px;
    }

    footer .footer-top .sponsor .banner a {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 150px;
        height: 39px;
    }

    footer .footer-top .sponsor .banner a:nth-of-type(2n) {
        margin-right: 0;
    }

    footer .footer-top .sponsor .banner a img {
        width: 100%;
    }

    footer .footer-top .sponsor:last-of-type {
        margin-bottom: 0;
    }

    footer .footer-middle {
        position: relative;
        width: 100%;
        padding: 40px 20px 0 20px;
    }

    footer .footer-middle .footer-middle-l {
        display: block;
        width: 100%;
        text-align: center;
        padding-right: 0;
        padding-bottom: 18px;
        border-right: 0;
        border-bottom: 1px solid #DBDBDB;
    }

    footer .footer-middle .footer-middle-l>a {
        display: block;
        margin: 0 auto;
    }

    footer .footer-middle .footer-middle-l>a img {
        margin: 0 0 30px 0 !important;
    }

    footer .footer-middle .footer-middle-l>a:first-child {
        width: 121px;
    }

    footer .footer-middle .footer-middle-l>a:first-child img {
        width: 121px;
    }

    footer .footer-middle .footer-middle-l>a:nth-of-type(2) {
        display: inline-block;
        width: 121px;
        margin-right: 10px;
    }

    footer .footer-middle .footer-middle-l>a:nth-of-type(2) img {
        width: 121px;
    }

    footer .footer-middle .footer-middle-l>a:nth-of-type(3) {
        display: inline-block;
        width: 121px;
        margin-left: 10px;
    }

    footer .footer-middle .footer-middle-l>a:nth-of-type(3) img {
        width: 121px;
    }

    footer .footer-middle .footer-middle-l>a:nth-of-type(4) {
        display: inline-block;
        width: 121px;
        margin-right: 10px;
        text-align: right;
    }

    footer .footer-middle .footer-middle-l>a:nth-of-type(4) img {
        width: 70px;
    }

    footer .footer-middle .footer-middle-l>a:nth-of-type(5) {
        display: inline-block;
        width: 121px;
        margin-left: 10px;
        text-align: left;
    }

    footer .footer-middle .footer-middle-l>a:nth-of-type(5) img {
        width: 50px;
    }

    footer .footer-middle .footer-middle-l>a:nth-of-type(6) {
        width: 210px;
    }

    footer .footer-middle .footer-middle-l>a:nth-of-type(6) img {
        width: 210px;
    }

    footer .footer-middle .footer-middle-l>a:nth-of-type(7) {
        display: inline-block;
        width: 121px;
        margin-right: 10px;
        text-align: right;
    }

    footer .footer-middle .footer-middle-l>a:nth-of-type(7) img {
        height: 55px;
    }

    footer .footer-middle .footer-middle-l>a:nth-of-type(8) {
        display: inline-block;
        width: 121px;
        margin-left: 20px;
        text-align: left;
    }

    footer .footer-middle .footer-middle-l>a:nth-of-type(8) img {
        height: 55px;
    }

    footer .footer-middle .footer-middle-l p {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
    }

    footer .footer-middle .footer-middle-l p a:hover {
        color: #e6002d;
    }

    footer .footer-middle .footer-middle-r {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    footer .footer-middle .footer-middle-r ul {
        display: block;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    footer .footer-middle .footer-middle-r ul.active {
        margin-bottom: 38px;
    }

    footer .footer-middle .footer-middle-r ul.active>li {
        display: block;
        line-height: 30px;
        margin-bottom: 0;
    }

    footer .footer-middle .footer-middle-r ul>li {
        display: inline-block;
        width: 157px;
        margin-bottom: 18px;
    }

    footer .footer-middle .footer-middle-r .social-site {
        position: static;
        width: 315px;
        height: auto;
        margin: 0 10px;
    }

    footer .footer-middle .footer-middle-r .social-site p {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        margin: 0;
    }

    footer .footer-middle .footer-middle-r .social-site ul {
        display: block;
        position: absolute;
        bottom: 44px;
        right: 30px;
        padding: 0;
    }

    footer .footer-middle .footer-middle-r .social-site ul>li {
        margin: 0 0 0 20px;
        width: auto;
    }

    footer .footer-middle .footer-middle-r .social-site ul>li img {
        width: auto;
        height: 30px;
    }

    footer .footer-middle .btn-top {
        width: 40px;
        height: 40px;
        top: auto;
        bottom: -40px;
        z-index: 10;
    }

    footer .footer-middle .btn-top:hover {
        background-color: #e6002d;
    }

    footer .footer-middle .btn-top:before {
        top: 9px;
        right: 20px;
        width: 1px;
        height: 23px;
    }

    footer .footer-middle .btn-top:after {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        top: 11px;
        right: 16px;
        border-top: 1px solid #FFFFFF;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    footer .footer-bottom {
        width: 100%;
        padding: 40px 30px 40px 30px;
    }

    footer .footer-bottom .company-info {
        display: block;
    }

    footer .footer-bottom .company-info p {
        display: block;
        margin-bottom: 20px;
    }

    footer .footer-bottom .company-info ul {
        margin-bottom: 20px;
        padding-left: 0;
    }

    footer .footer-bottom .company-info ul>li {
        font-size: 10.5px;
    }

    footer .footer-bottom .copyright {
        display: block;
        position: static;
        font-size: 10px;
    }
}


/* 2020-08-27 countries蟇ｾ蠢� */

header .header-bottom .countries-nav {
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    padding-left: 40px;
    height: 70px;
}

header .header-bottom .countries-nav .pc {
    display: inline;
}

header .header-bottom .countries-nav div {
    padding-right: 9px;
    font-family: Roboto Condensed;
    font-weight: normal;
    font-size: 12px;
}

header .header-bottom .countries-nav div a:hover {
    opacity: .3;
}

header .header-bottom .countries-nav div img {
    width: 33px;
    height: 22px;
    border: 1px solid #ffffff;
}

header .header-bottom .countries-nav div.cr-state {
    opacity: .3;
}

header .header-bottom .countries-nav div.cr-state:hover {
    opacity: 1;
}

header .header-bottom .countries-nav div.cr-state a:hover {
    opacity: 1;
}

header .header-bottom .countries-nav div.selected {
    opacity: 1;
}

header .header-bottom .countries-nav div.selected img {
    border: 1px solid #2d2d2d;
}

@media screen and (max-width: 750px) {
    header .header-bottom .countries-nav {
        position: relative;
        text-align: left;
        padding: 0 20px;
        width: 375px;
        height: 37px;
        box-sizing: border-box;
        justify-content: flex-end;
        background-color: #d6d6d6;
    }

    header .header-bottom .countries-nav .pc {
        display: none;
    }

    header .header-bottom .countries-nav div:last-child {
        padding-right: 0;
    }

    header .header-bottom .countries-nav div:first-child {
        position: absolute;
        left: 20px;
    }

    header .header-bottom .countries-nav div img {
        width: 24px;
        height: 16px;
        border: 1px solid #ffffff;
    }

    header .header-bottom .countries-nav div.selected img {
        border: 1px solid #8c8c8c;
    }
}

.news .KV-area {
    margin: 0 auto;
    width: 100%;
    background-color: #2D2D2D;
}

.news .KV-area .KV {
    margin: 0 auto;
    min-width: 1060px;
    max-width: 1500px;
    width: 100%;
    height: 100%;
}

.news .KV-area .KV .KV-left {
    position: relative;
    display: inline-block;
    width: 70%;
    height: 100%;
    min-height: 480px;
}

.news .KV-area .KV .KV-left>a {
    display: block;
    width: 100%;
    height: 100%;
}

.news .KV-area .KV .KV-left>a img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news .KV-area .KV .KV-left .pick-up {
    position: absolute;
    width: 380px;
    height: 130px;
    padding: 30px 50px 0 30px;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    background-color: #000000;
}

.news .KV-area .KV .KV-left .pick-up dl {
    width: 100%;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.news .KV-area .KV .KV-left .pick-up dl>dt {
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-size: 12px;
    color: #DBDBDB;
    margin-right: 10px;
}

.news .KV-area .KV .KV-left .pick-up dl>dt:after {
    content: '|';
    position: absolute;
    right: -12px;
}

.news .KV-area .KV .KV-left .pick-up dl>dd {
    display: inline-block;
    margin-left: 10px;
}

.news .KV-area .KV .KV-left .pick-up dl>dd a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color: #525252;
}

.news .KV-area .KV .KV-left .pick-up dl>dd a:hover {
    color: #e6002d;
}

.news .KV-area .KV .KV-left .pick-up p {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 26px 0;
    font-size: 14px;
    line-height: 24px;
    color: #DBDBDB;
    overflow: hidden;
}

.news .KV-area .KV .KV-left .pick-up p a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .KV-area .KV .KV-left .pick-up a.more {
    position: absolute;
    display: block;
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 10px;
    color: #e6002d;
    width: 67px;
    top: 77px;
    left: 360px;
    padding-bottom: 13px;
    z-index: 2;
}

.news .KV-area .KV .KV-left .pick-up a.more:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 67px;
    height: 1px;
    background-color: #e6002d;
    transition: 0.2s;
}

.news .KV-area .KV .KV-left .pick-up a.more:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 18px;
    left: 53px;
    border-top: 1px solid #e6002d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.2s;
}

.news .KV-area .KV .KV-left .pick-up:after {
    content: '';
    position: absolute;
    left: 380px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 65px solid transparent;
    border-right: 65px solid transparent;
    border-bottom: 65px solid #000000;
    border-left: 65px solid #000000;
}

.news .KV-area .KV .KV-left .pick-up:after:after {
    content: '';
    position: absolute;
    left: 380px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 65px solid transparent;
    border-right: 65px solid transparent;
    border-bottom: 65px solid #000000;
    border-left: 65px solid #000000;
}

.news .KV-area .KV .KV-right {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    height: 100%;
}

.news .KV-area .KV .KV-right>a {
    display: block;
    width: 100%;
    height: 50%;
}

.news .KV-area .KV .KV-right>a img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news .information .latest {
    margin-bottom: 50px;
}

.news .information .latest dl {
    width: 100%;
    padding-left: 10px;
    padding-bottom: 4px;
    box-sizing: border-box;
    border-bottom: 2px solid #F5F5F5;
}

.news .information .latest dl>dt {
    display: inline-block;
    margin-bottom: 24px;
    vertical-align: top;
    font-size: 12px;
    color: #5A5A5A;
    font-weight: bold;
}

.news .information .latest dl>dd {
    display: inline-block;
    position: relative;
    width: 518px;
    height: 26px;
    vertical-align: top;
    font-size: 12px;
    color: #5A5A5A;
    overflow: hidden;
}

.news .information .latest dl>dd a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .information .latest dl>dd:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 9px;
    height: 9px;
    top: 1px;
    right: -24px;
    vertical-align: middle;
    background: url(../img/icon/arrow_right.svg);
    background-size: 9px 10px;
}

.news .information .pick-up {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news .information .pick-up .article {
    display: inline-block;
    /* border-bottom: 1px solid #F5F5F5; */
    vertical-align: top;
    flex: 0 0 48%;
}

.news .information .pick-up .article.top-article {
    border-bottom: none;

}

.news .information .pick-up.main-article .article {
    flex: 0 0 100%;
}

.news .information .pick-up.main-article .article .thumbnail picture {
    display: block;
    width: 100%;
}

.news .information .pick-up.main-article .article .thumbnail picture img {
    /* height: 540px; */
    height: auto;
}

.news .information .pick-up .article:nth-of-type(2n) {
    margin-right: 0;
}

.news .information .pick-up .article .thumbnail {
    position: relative;
    display: block;
    margin: 0 auto 30px auto;
}

.news .information .pick-up .article .thumbnail picture {
    display: block;
}

.news .information .pick-up .article .thumbnail picture img {
    object-fit: contain;
    object-position: center bottom;
    width: 100%;
    /* height: 292px; */
    height: auto;


}

.news .information .pick-up .article .thumbnail>img {
    object-fit: contain;
}

.news .information .pick-up .article dl {
    width: 100%;
    margin-bottom: 18px;
    padding: 0 10px;
    box-sizing: border-box;
}

.news .information .pick-up .article dl>dt {
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-size: 12px;
    color: #5A5A5A;
}

.news .information .pick-up .article dl>dt span {
    display: inline;
}

.news .information .pick-up .article dl>dt:after {
    content: '|';
    position: absolute;
    right: -12px;
}

.news .information .pick-up .article dl>dd {
    display: inline-block;
    margin-left: 24px;
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
    color: #5A5A5A;
}

.news .information .pick-up .article dl>dd a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color: #525252;
}

.news .information .pick-up .article dl>dd a:hover {
    color: #e6002d;
}

.news .information .pick-up .article p {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0 0 26px 0;
    padding: 0 10px;
    font-size: 14px;
    line-height: 24px;
    color: #2D2D2D;
    overflow: hidden;
}

.news .information .pick-up .article p a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .information a.arrow {
    width: 300px;
    height: 54px;
    line-height: 50px;
    font-size: 16px;
}

.news .information a.arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 27px;
    left: 38px;
    width: 28px;
    height: 1px;
    background: #e6002d;
}

.news .information a.arrow::after {
    content: "";
    display: block;
    position: absolute;
    width: 8.5px;
    height: 8.5px;
    top: 22px;
    left: 55px;
    border-top: 1px solid #e6002d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.news .information a.arrow:hover::before {
    background: #ffffff;
}

.news .information a.arrow:hover::after {
    border-top: 1px solid #ffffff;
}

.news .ranking.ranking-ja th:nth-of-type(4) {
    padding-left: 0;
    padding-right: 10px;
    text-align: right;
}

.news .ranking.ranking-ja td:nth-of-type(1) {
    width: 33px;
    padding: 0;
    text-align: right;
}

.news .ranking.ranking-ja td:nth-of-type(2) {
    width: 103px;
    padding: 0 0 0 10px;
    font-size: 12px;
    letter-spacing: 0.48px;
    color: #2D2D2D;
}

.news .ranking.ranking-ja td:nth-of-type(3) {
    width: 113px;
    padding: 0 0 0 10px;
    font-family: Roboto Condensed;
    font-size: 12px;
    letter-spacing: 0.24px;
    color: #2D2D2D;
}

.news .ranking.ranking-ja td:nth-of-type(4) {
    width: 51px;
    padding: 0 10px 0 0;
    text-align: right;
    font-family: Roboto Condensed;
    font-size: 12px;
    letter-spacing: 0.24px;
    color: #2D2D2D;
}

.news .ranking.ranking-ja tr:last-child td {
    padding-top: 10px;
    height: auto;
    text-align: right;
}

.news .ranking.ranking-ja h5 {
    margin: 0;
    width: 100%;
    height: 16px;
    font-size: 14px;
    letter-spacing: 0.56px;
    color: #2D2D2D;
    font-weight: normal;
    text-align: right;
}

.news .ranking.ranking-fiba-premier .gender a.title {
    display: inline-block;
    min-width: 55px;
    text-align: center !important;
    height: 40px;
    line-height: 40px;
    margin-right: 1px;
    margin-bottom: 1px;
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.2px;
    border-width: 1px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.news .ranking.ranking-fiba-premier .gender a.title:last-of-type {
    margin-right: 0;
}

.news .ranking.ranking-fiba-premier .gender a.title.active,
.news .ranking.ranking-fiba-premier .gender a.title:hover {
    background-color: #e6002d;
    border-color: #e6002d;
    color: #FFFFFF;
    opacity: 1;
}

.news .ranking.ranking-fiba-premier th:nth-of-type(3) {
    padding-left: 0;
    padding-right: 10px;
    text-align: right;
}

.news .ranking.ranking-fiba-premier td:nth-of-type(1) {
    width: 33px;
    padding: 0;
    text-align: right;
}

.news .ranking.ranking-fiba-premier td:nth-of-type(2) {
    width: 192px;
    padding: 0 0 0 10px;
    font-family: Roboto Condensed;
    font-size: 12px;
    letter-spacing: 0.24px;
    color: #2D2D2D;
}

.news .ranking.ranking-fiba-premier td:nth-of-type(3) {
    width: 67px;
    padding: 0 10px 0 0;
    text-align: right;
    font-family: Roboto Condensed;
    font-size: 12px;
    letter-spacing: 0.24px;
    color: #2D2D2D;
}

.news .ranking.ranking-fiba-premier.premier tr:last-child td {
    padding-top: 10px;
    height: auto;
    text-align: right;
}

.news .ranking.ranking-fiba-premier h5 {
    margin: 0;
    width: 100%;
    height: 16px;
    font-size: 14px;
    letter-spacing: 0.56px;
    color: #2D2D2D;
    font-weight: normal;
    text-align: right;
}

@media screen and (max-width: 750px) {
    .news .KV-area {
        margin-bottom: 0;
    }

    .news .KV-area .KV {
        margin: 0 auto;
        min-width: initial;
        width: 100%;
        height: auto;
        background-color: #FFFFFF;
    }

    .news .KV-area .KV .KV-left {
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 20px;
        min-height: initial;
    }

    .news .KV-area .KV .KV-left>a img {
        display: block;
        width: 100%;
        height: 250px;
    }

    .news .KV-area .KV .KV-left .pick-up {
        position: absolute;
        width: 278px;
        height: 97px;
        padding: 20px 18px 20px 20px;
        box-sizing: border-box;
        left: 0;
        bottom: 0;
        background-color: #000000;
    }

    .news .KV-area .KV .KV-left .pick-up dl {
        margin-bottom: 12px;
    }

    .news .KV-area .KV .KV-left .pick-up dl>dt {
        display: inline-block;
        position: relative;
        vertical-align: top;
        font-size: 10px;
        line-height: 10px;
    }

    .news .KV-area .KV .KV-left .pick-up dl>dt:after {
        right: -10px;
    }

    .news .KV-area .KV .KV-left .pick-up dl>dd {
        display: inline-block;
        width: 150px;
        margin-left: 10px;
        vertical-align: top;
    }

    .news .KV-area .KV .KV-left .pick-up dl>dd a {
        margin-right: 8px;
        font-size: 10px;
        line-height: 10px;
    }

    .news .KV-area .KV .KV-left .pick-up p {
        margin: 0 0 26px 0;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.48px;
        color: #DBDBDB;
    }

    .news .KV-area .KV .KV-left .pick-up a.more {
        width: 47px;
        top: 62px;
        left: 278px;
        padding-bottom: 10px;
    }

    .news .KV-area .KV .KV-left .pick-up a.more:after {
        content: "";
        display: block;
        position: absolute;
        width: 12px;
        height: 12px;
        top: 15px;
        left: 32px;
        border-top: 1px solid #e6002d;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .news .KV-area .KV .KV-left .pick-up a.more:before {
        width: 47px;
    }

    .news .KV-area .KV .KV-left .pick-up a.more:hover:after {
        left: 32px;
    }

    .news .KV-area .KV .KV-left .pick-up a.more:hover:before {
        left: 0;
        width: 47px;
    }

    .news .KV-area .KV .KV-left .pick-up:after {
        left: 278px;
        border-top: 48.5px solid transparent;
        border-right: 48.5px solid transparent;
        border-bottom: 48.5px solid #000000;
        border-left: 48.5px solid #000000;
    }

    .news .KV-area .KV .KV-left .pick-up:after:after {
        content: '';
        position: absolute;
        left: 380px;
        bottom: 0;
        width: 0;
        height: 0;
        border-top: 65px solid transparent;
        border-right: 65px solid transparent;
        border-bottom: 65px solid #000000;
        border-left: 65px solid #000000;
    }

    .news .KV-area .KV .KV-right {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    .news .KV-area .KV .KV-right>a {
        display: inline-block;
        width: initial;
        height: initial;
    }

    .news .KV-area .KV .KV-right>a img {
        display: inline;
        width: 157.5px;
        height: 105px;
        object-fit: cover;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .news h2.title {
        width: 100%;
        position: relative;
        height: 50px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0px;
        line-height: 46px;
        border-radius: 0;
        background-color: #FFFFFF;
        font-size: 12px;
        letter-spacing: 0.48px;
        color: #2D2D2D;
        border: 0;
        /* border-top: 2px solid #F5F5F5; */
        border-bottom: 2px solid #F5F5F5;
    }

    .news h2.title .btn-list {
        display: block;
        position: absolute;
        width: 25px;
        height: 25px;
        top: 12px;
        right: 16px;
        border-radius: 12.5px;
        background-color: #DBDBDB;
    }

    .news h2.title .btn-list.close {
        background-color: #222222;
        transform: rotate(180deg);
    }

    .news h2.title .btn-list::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 4px;
        top: 10.5px;
        right: 9px;
        background: url(../img/icon/arrow_top.svg);
        background-size: 7px 4px;
    }

    .news .information .latest {
        margin-bottom: 28px;
    }

    .news .information .latest dl {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        padding-top: 30px;
        padding-left: 20px;
        padding-bottom: 7px;
        box-sizing: border-box;
    }

    .news .information .latest dl>dt {
        width: 72px;
        vertical-align: top;
        font-size: 10px;
        line-height: 12px;
    }

    .news .information .latest dl>dd {
        display: inline-block;
        position: relative;
        margin: 0;
        width: 240px;
        height: auto;
        margin-bottom: 24px;
        font-size: 12px;
        line-height: 20px;
        margin-top: -4px;
    }

    .news .information .latest dl>dd a {
        -webkit-line-clamp: 1;
    }

    .news .information .latest dl>dd:after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 4.6px;
        height: 8px;
        top: 6px;
        right: -5px;
        vertical-align: middle;
        background: url(../img/icon/arrow_next_sp.svg);
        background-size: 4.6px 8px;
    }

    .news .information .pick-up {
        margin-bottom: 8px;
    }

    .news .information .pick-up.main-article {}

    .news .information .pick-up.main-article .article {
        width: 100%;
        flex: 0 0 100%;
        padding-top: 0;
    }

    .news .information .pick-up.main-article .article .thumbnail {
        width: 100%;
        height: auto;
    }

    .news .information .pick-up.main-article .article .thumbnail img {
        width: 100%;
        height: auto !important;
    }

    .news .information .pick-up .article {
        width: calc(50% - 10px);
        margin-right: 0;
        padding-top: 20px;
        margin-bottom: 0;
        vertical-align: top;
        border-top: 1px solid #F5F5F5;
        border-bottom: 0;
    }

    .news .information .pick-up .article:first-of-type,
    .news .information .pick-up .article:nth-of-type(2) {
        border: 0;
    }

    .news .information .pick-up .article .thumbnail {
        position: relative;
        display: block;
        margin: 0 auto 20px auto;
    }

    .news .information .pick-up .article .thumbnail picture {
        display: block;
    }

    .news .information .pick-up .article .thumbnail picture img {
        object-fit: cover;
        object-position: center bottom;
        width: 100%;
        /* height: 100px; */
        height: auto;

    }

    .news .information .pick-up .article dl {
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
        box-sizing: border-box;
    }

    .news .information .pick-up .article dl>dt {
        display: block;
        margin-bottom: 9px;
        font-size: 10px;
        line-height: 10px;
    }

    .news .information .pick-up .article dl>dt:after {
        content: none;
    }

    .news .information .pick-up .article dl>dd {
        display: block;
        margin-left: 0;
        vertical-align: top;
    }

    .news .information .pick-up .article dl>dd a {
        margin-right: 9px;
        font-size: 10px;
        line-height: 10px;
    }

    .news .information .pick-up .article p {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        margin: 0 0 26px 0;
        padding: 0;
        font-size: 12px;
        line-height: 20px;
        color: #2D2D2D;
    }

    .news .information .pick-up .article p a {
        -webkit-line-clamp: 3;
    }

    .news .information a.arrow {
        width: 260px;
        height: 50px;
        font-size: 12px;
        line-height: 46px;
        padding-right: 30px;
        text-align: right;
        margin-bottom: 40px;
    }

    .news .information a.arrow::before {
        width: 23px;
        top: 25px;
        left: 28px;
    }

    .news .information a.arrow::after {
        width: 10px;
        height: 10px;
        top: 20px;
        left: 39px;
    }

    .news .information a.arrow span:after {
        width: 14px;
        height: 14px;
        top: 16px;
        right: 29px;
        background-size: 14px 14px;
    }

    .news .information a.arrow {
        font-size: 11px;
    }

    .news .information a.arrow::before {
        left: 28px;
        width: 23px;
    }

    .news .information a.arrow::after {
        width: 7px;
        height: 7px;
        top: 21px;
        left: 42px;
    }

    .news .information a.arrow:hover::before {
        left: 28px;
        width: 23px;
        background: #ffffff;
    }

    .news .information a.arrow:hover::after {
        width: 7px;
        height: 7px;
        top: 21px;
        left: 42px;
        border-top: 1px solid #ffffff;
    }

    .news .ranking {
        margin-bottom: 0;
    }

    .news .ranking .accordion {
        margin-left: -20px;
        width: 375px;
    }

    .news .ranking.ranking-fiba-premier .accordion {
        padding-top: 20px;
    }

    .news .ranking h2 {
        margin-bottom: 0;
    }

    .news .ranking table {
        width: 100%;
        margin-left: 0;
        margin-bottom: 35px;
    }

    .news .ranking.ranking-ja td:nth-of-type(1) {
        width: 40px;
        padding: 0;
        text-align: right;
    }

    .news .ranking.ranking-ja td:nth-of-type(2) {
        width: 126px;
        padding: 0 0 0 10px;
        font-size: 12px;
        color: #2D2D2D;
    }

    .news .ranking.ranking-ja td:nth-of-type(3) {
        width: 148px;
        padding: 0 0 0 10px;
        font-family: Roboto Condensed;
        font-size: 12px;
        color: #2D2D2D;
    }

    .news .ranking.ranking-ja td:nth-of-type(4) {
        width: 61px;
        padding: 0 10px 0 0px;
        font-family: Roboto Condensed;
        font-size: 12px;
        color: #2D2D2D;
    }

    .news .ranking.ranking-ja tr:last-child td {
        padding-right: 10px;
    }

    .news .ranking.ranking-fiba-premier h2 {}

    .news .ranking.ranking-fiba-premier .gender {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    .news .ranking.ranking-fiba-premier .gender a.title {
        width: 170px;
        height: 40px;
        line-height: 40px;
        font-family: Roboto Condensed;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: 0.24px;
        border-width: 1px;
        cursor: pointer;
    }

    .news .ranking.ranking-fiba-premier .gender a.title:last-of-type {
        margin-right: 0;
    }

    .news .ranking.ranking-fiba-premier .gender a.title.active,
    .news .ranking.ranking-fiba-premier .gender a.title:hover {
        background-color: #e6002d;
        border-color: #e6002d;
        color: #FFFFFF;
    }

    .news .ranking.ranking-fiba-premier td:nth-of-type(1) {
        width: 40px;
        padding: 0;
        text-align: right;
    }

    .news .ranking.ranking-fiba-premier td:nth-of-type(2) {
        width: 258px;
        padding: 0 0 0 10px;
        font-family: Roboto Condensed;
        font-size: 12px;
        color: #2D2D2D;
    }

    .news .ranking.ranking-fiba-premier td:nth-of-type(3) {
        width: 77px;
        padding: 0 10px 0 0px;
        font-family: Roboto Condensed;
        font-size: 12px;
        color: #2D2D2D;
    }

    .news .ranking.ranking-fiba-premier tr:last-child td {
        padding-right: 10px;
    }

    .recommendation-btn {
        display: none !important;
    }
}

.information .latest {
    display: inline-flex;
}

.information-item {
    width: 303px;
    margin: 0px 2px;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 2px;
}

.article-item {
    width: 460px;
    margin: 0px 2px;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 2px;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

.site-nav ul.dropdown-content li {
    display: inline-block;
    font-family: Roboto Condensed;
    font-weight: normal;
    font-size: 16px;
    line-height: 10px !important;
    height: 20px !important;
    width: 100%;
    margin-bottom: 10px;
}

.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    padding: 0px !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    width: 220px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    left: 0;
    text-align: left;
    padding: 10px 0px !important;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.acf-map {
    width: 1020px;
    height: 500px;
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

@media screen and (max-width: 750px) {
    .acf-map {
        width: 375px;
        height: 250px;
        margin-left: -20px;
        margin-bottom: 41px;
    }
}

.news .ranking.ranking-fiba-premier td:nth-of-type(2) {
    width: 145px;
}

.news .ranking.ranking-fiba-premier td:nth-of-type(6) {
    text-align: center;
}

.ranking table thead th {
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

div.data_item>table>thead>tr>th {
    text-align: left;
}

.data_item {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    line-height: 1.15 !important;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 14px;
    outline: none;
    box-sizing: content-box;
    border-top: 1px solid;
    margin: 10px 0px;
}

.home .information .pick-up .article {
    display: inline-block;
    width: 425px;
    margin-right: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #F5F5F5;
    vertical-align: top;
}

.hide {
    display: none !important;
}

.conference a {
    margin-top: 5px;
}

.news-dropdown:hover .dropdown-content.news-sub-menu {
    display: flex !important;
    min-width: 320px;
}

.news-sub-menu .col:first-child {
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
}

.news-sub-menu .col:last-child {
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
}

.news-sub-menu ul {
    padding: 0;
    margin: 0;
}

.news-sub-menu ul li {
    list-style: none;
}

.news-sub-menu ul li a {
    line-height: 30px !important;
    padding: 0 10px 0 25px;
    position: relative;
    background: url(../img/icarow-9.png) no-repeat;
    background-position: 10px 50%;
}

.news-sub-menu ul li a:hover {
    position: relative;
    background: url(../img/icarow-9-red.png) no-repeat;
    background-position: 10px 50%;
}

#btn-menu-mobile {
    display: none;
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger.active:hover {
    opacity: 1;
}

.hamburger.active .hamburger-inner,
.hamburger.active .hamburger-inner::before,
.hamburger.active .hamburger-inner::after {
    background-color: #ffffff;
}

.hamburger-box {
    width: 35px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 35px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*
  * Slider
  */
.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger--slider .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider.active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider.active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}

body.overflow-hidden {
    overflow: hidden;
}

.header-contents .dropdown-btn,
.close-lang,
.lang-backdrop,
.btn-back-menu {
    display: none;
}

.articles-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.articles-list article {
    flex: 0 0 48%;
    margin: 0;
}

.side-panel * {
    box-sizing: border-box;
}

.side-panel {
    margin-bottom: 20px;
    box-sizing: border-box;
}

.side-panel .side-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.side-panel .side-header.side-header-single {
    margin-top: 63px;
}

@media screen and (max-width: 750px) {
    .side-panel .side-header.side-header-single {
        margin-top: 0;
    }
}

.side-panel .side-header h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.side-content {
    width: 100%;
}

.side-content iframe {
    width: 100% !important;
    max-width: 100%;
    overflow: hidden;
}

.side-content a {
    display: block;
}

.side-content a img {
    display: block;
    max-width: 100%;
}

.side-content a.img-02 img {
    margin-top: 14px;
}

.container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container .context {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.container .context h3 {
    font-size: 22px;
}

.container .context p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 12px;
}

.content-title {
    padding: 15px 0;
}

.content-title h2 {
    font-family: Roboto Condensed;
    font-size: 36px;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
}

.content-title p {
    font-size: 18px;
    color: #666666;
    text-align: center;
}

.image {
    box-sizing: border-box;
}

.image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.comming-soon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0 40px;
    font-weight: bold;
    font-family: Roboto Condensed;
    color: #999999;
    font-size: 32px;
}

.comming-soon img {
    display: block;
    opacity: .88;
    max-width: 100%;
}

html {
    margin: 0 !important;
}

/* custom */
@media screen and (max-width: 750px) {
    .container {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
        display: block;
    }

    .container .context {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e6e6e6;
    }

    .container .context h3 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .container .context p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .content-title h2 {
        font-size: 24px;
    }

    .content-title p {
        font-size: 15px;
    }

    header .header-bottom .site-nav ul.navbar-nav li.nav-item.active a {
        color: #000;
    }

    #btn-menu-mobile {
        display: block;
        appearance: none;
        background: transparent;
        border: 0;
        padding: 0 15px;
    }

    header .header-bottom .site-nav ul.navbar-nav li.nav-item a.year {
        color: #fff;
        pointer-events: visible;
    }

    header .header-bottom .site-nav ul.navbar-nav li.nav-item a.sub-menu {
        pointer-events: visible;
    }

    header {
        background: #000000;
    }

    .btn-back-menu {
        display: block;
        position: absolute;
        top: 10px;
        left: 15px;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .btn-back-menu span {
        display: block;
        width: 16px;
        height: 16px;
        border-bottom: 1px solid #333333;
        border-left: 1px solid #333333;
        transform: rotate(45deg);
        position: absolute;
        top: 2px;
        left: 7px;
    }

    .news-dropdown .dropdown-content.news-sub-menu.sub-active {
        display: block !important;
        flex-wrap: wrap;
        align-items: flex-start;
        /* padding: 0 !important; */
    }

    .news-sub-menu .col:first-child {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        position: relative;
    }

    .news-sub-menu .col:first-child ul li {
        padding: 5px 50px 15px;
        border-bottom: 1px solid #333333;
    }

    .news-sub-menu .col:first-child ul li a {
        background: none;
        text-align: center;
        padding: 0;
    }

    .news-sub-menu .col:last-child {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 0 15px;
    }

    .news-sub-menu .col:last-child ul li a {
        background: none;
        padding: 0 15px;
        line-height: 50px !important;
        border-bottom: 1px solid #d3d3d3;
    }

    header .header-top .language ul.opened {
        display: block;
        position: fixed;
        top: 60px;
        left: 15px;
        margin: 0;
        right: 15px;
        z-index: 999;
    }

    /* header .header-top .language ul.opened::after {
        content: "";
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: fixed;
        z-index: -1;
        background: rgba(0, 0, 0, 0.9);
    } */
    header .header-top .language ul li {
        margin-bottom: 3px;
    }

    header .header-top .language a {
        padding: 10px;
        height: auto;
    }

    .close-lang.opened {
        border: 0;
        display: block;
        position: fixed;
        top: 26px;
        right: 15px;
        width: 20px;
        height: 2px;
        background: #cdcdcd;
        transform: rotate(45deg);
        z-index: 9;
    }

    .close-lang.opened:after {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 20px;
        height: 2px;
        background: #cdcdcd;
        transform: rotate(-90deg);
        z-index: 9;
    }

    .close-lang.opened {
        width: 20px;
        height: 2px;
        background: #ffffff;
        transform: rotate(45deg);
    }

    .lang-backdrop.opened {
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: fixed;
        z-index: -1;
        background: rgba(0, 0, 0, 0.9);
    }

    .header-contents .dropdown-btn {
        padding: 10px;
        position: relative;
        display: block;
        border: 0;
        background: transparent;
    }

    .header-contents .dropdown-btn span {
        display: block;
        width: 6px;
        height: 6px;
        border-bottom: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
        transform: rotate(-45deg);
        position: absolute;
        top: 5px;
    }

    header .header-top .header-contents .top-menu li:last-child .dropdown-content {
        left: auto;
        right: 0;
    }

    header .header-top .header-contents .top-menu li .dropdown-content a.dropdown-item {
        color: #333333;
    }

    .comming-soon img {
        max-width: 88%;
    }


}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {



}

.privacy_txt_cont {
    max-width: 1000px;
    margin: 0 auto;
}

.privacy_txt_cont p {
    font-size: 15px;
}

.privacy_txt_cont ul li a {
    font-size: 15px;
}

.information {
    margin-top: 12px;
}

/* ------------------------------------
season-regulation
------------------------------------- */
#season-regulation h1.with-sub-title span.h1-sub-title {
    font-size: 12px;
}

#season-regulation h1.with-sub-title span {
    line-height: 45px;
    height: 0;
    vertical-align: sub;
    margin-top: 10px;
}

#season-regulation .content-title h2 {
    color: #fff;
    background-color: #333;
}
#season-regulation .content-title h2.title {
    color: #333;
    background-color: #F8F8F8;
}

#season-regulation .content-title h2.small-x {
    text-transform: none;
}

@media screen and (max-width: 768px) {
    #season-regulation .content-title h2 {
        font-size: 22px;
        padding-top: 4px;
        padding-bottom: 4px;
        margin-bottom: 10px;
    }

    #season-regulation .container .context p.mt-0-sp {
        margin-top: 0;
    }

    #season-regulation .container .context {
        padding-bottom: 0;
    }
}


#season-regulation .sub-text {
    font-size: 13px;
}

#season-regulation .container .context {
    border-bottom: none;
    margin-bottom: 0;
    max-width: 960px;
    margin: 0 auto;
}

.under-line {
    text-decoration: underline;
}

#season-regulation p.image-with-text {
    margin-left: 1.6em;
    margin-bottom: -5px;
}

#season-regulation .image-wrapper {
    display: flex;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #season-regulation .image-wrapper {
        flex-direction: column;
    }
}

#season-regulation .image-wrapper .image-box {
    /* width: 50%; */
}

@media screen and (max-width: 768px) {
    #season-regulation .image-wrapper .image-box {
        width: 100%;
    }
}

#season-regulation .image-wrapper .image-box.one-image {
    width: 100%;
}

#season-regulation .image-wrapper .image-box img {
    width: 100%;
    height: auto;
}

#season-regulation .inter-conference .image-box {
    margin-top: 20px;
    margin-right: 10px;
}


#season-regulation h3 span {
    font-size: 16px;

}

#season-regulation tbody {
    text-align: center;
}

#season-regulation table td, #season-regulation table th {
    border: 1px solid #595959;
    border-collapse: collapse;
}

#season-regulation td, #season-regulation th {
    padding: 3px;
    width: 30px;
    height: auto;
    padding: 10px 20px;
}

@media screen and (max-width: 768px) {
    #season-regulation .container .context h3 {}
}


#season-regulation th {
    background: #333;
    color: #fff;
    width: 105px;
}

@media screen and (max-width: 768px) {

    #season-regulation .first-table th,
    #season-regulation .first-table td {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #season-regulation .first-table tr {
        border: none !important;
    }
}

#season-regulation tbody.specification th {
    width: 25%;
}

@media screen and (max-width: 768px) {

    #season-regulation tbody.specification th,
    #season-regulation tbody.specification td {
        width: 50%;
        height: auto;
        padding: 10px;
        text-align: left;
    }

    #season-regulation tbody.specification tr {
        display: flex;
        border: none;
    }
}

#season-regulation tbody.specification td {
    width: 75%;
    text-align: left;
}

@media screen and (max-width: 768px) {
    #season-regulation .container .context h3.order-deside {
        margin-bottom: 18px;
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    #season-regulation table.pc_hide tr {
        display: flex;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝
for-media
＝＝＝＝＝＝＝＝＝＝＝＝ */
#for-media h2 {
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

#for-media .conv-button-wrapper {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    #for-media .conv-button-wrapper {
        flex-direction: column;
    }
}

#for-media .conv-button-wrapper .conv-button,
#for-media .conv-button-wrapper .other-button {
    width: 45%;
}

@media screen and (max-width: 768px) {

    #for-media .conv-button-wrapper .conv-button,
    #for-media .conv-button-wrapper .other-button {
        width: 100%;
    }
}

#for-media .conv-button-wrapper a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#for-media .conv-button-wrapper a.conver-button {
    flex-direction: row;
    width: 200px;
    margin: 0 auto;
    border-radius: 30px;
    font-weight: bold;
}

#for-media .conv-button-wrapper .conv-button a.conver-button {
    margin-top: 40px;
}

#for-media .conv-button-wrapper .other-button a.conver-button {
    margin-top: 10px;
}

#for-media .conv-button-wrapper .other-button a.conver-button:first-of-type {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    #for-media .conv-button-wrapper .other-button a.conver-button:first-of-type {
        margin-top: 10px;
    }
}

body.for-media main {
    margin-bottom: 88px;
}

@media screen and (max-width: 768px) {
    body.for-media main {
        margin-bottom: 0;
    }
}

body.for-media main section .contents {
    width: 960px;
}

@media screen and (max-width: 768px) {
    body.for-media main section .contents {
        width: 100%;
    }
}

.kv-under-content-wrapper {
    background-color: #333;

}

.kv-under-content {
    display: flex;
    padding: 10px 20px;
    margin: 0 auto;
    max-width: 1100px;
}

@media screen and (max-width: 768px) {
    .kv-under-content {
        flex-direction: column;
    }
}

.kv-under-content a {
    margin-left: 10px;
    display: block;
}

@media screen and (max-width: 768px) {
    .kv-under-content a {
        margin-left: 0;
        margin-top: 5px;
    }
}

.kv-under-content a:first-of-type {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .kv-under-content a:first-of-type {
        margin-top: 0;
    }

}

.kv-under-content img {
    width: 100%;
    height: auto;

}


/* ＝＝＝＝＝＝＝＝＝＝＝＝
共通
＝＝＝＝＝＝＝＝＝＝＝＝ */

main section .contents section.content-section {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    main section .contents section.content-section {
        margin-bottom: 10px;
    }
}

a.conver-button {
    padding: 10px 30px;
    background-color: #333;
    color: #fff;
    position: relative;
}

a.conver-button.bg-white {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
}

a.conver-button.bg-white.bd-gray {
    border: 1px solid gray;
    color: gray;
}

a.conver-button::after {
    position: absolute;
    top: 41%;
    right: 18px;
    padding: 9px;
    padding-top: 0px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    background-image: url(../img/more-mark.png);
}

a.pdf-link {
    text-decoration: underline;
    font-weight: bold;
}

a.mail-link {
    color: blue;
}

a.pdf-link:hover {
    cursor: pointer;
    opacity: .7;
}

aside.sns {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 30px;
}



aside.sns h2 {
    /* border-bottom: 2px solid #e6002d; */
    padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
    aside.sns h2 {
        /* text-align: center; */
    }

    aside.sns iframe {
        /* width: 100%!important; */
    }



}

/* facebook */
.fb-wrap {
    max-width: 500px;
    width: 500px;
}

@media screen and (max-width: 768px) {
    .fb-wrap {
        width: 100%;
        text-align: center !important;
        margin: 0 auto !important;
    }

    .fb-page {
        text-align: center !important;
        margin: 0 auto !important;
    }
}


/* ====================================================
  ticket
  ==================================================== */
main#about-ticket section .contents {
    max-width: 960px;
}

main#about-ticket p.main-text {
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 60px;
}

#ticket-desc .desc span {
    font-size: 12px;
}

#ticket-desc .desc-item-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #ticket-desc .desc-item-wrapper {
        flex-direction: column;
    }
}

#ticket-desc .desc-item-wrapper .image {
    width: 50%;
}

@media screen and (max-width: 768px) {
    #ticket-desc .desc-item-wrapper .image {
        width: 100%;
    }
}

#ticket-desc .desc-item-wrapper .text {
    width: 50%;
    margin-left: 30px;
}

@media screen and (max-width: 768px) {
    #ticket-desc .desc-item-wrapper .text {
        width: 100%;
        margin-left: 0;
    }
}

#ticket-desc .title {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: bold;
    padding-left: 0;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 10px;
}

main#about-ticket section .contents p.desc {
    margin-bottom: 0;
    margin-top: 0;
}

#ticket-link-box>ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 960px;
    margin: 0 auto;
    padding-left: 0;
}

@media screen and (max-width: 620px) {
    #ticket-link-box>ul {
        flex-direction: column;
    }
}

#ticket-link-box ul>li {
    border: 5px solid #333;
    list-style: none;
    width: 200px;
    height: 200px;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 620px) {
    #ticket-link-box ul>li {
        width: 80%;
        /* margin-right: 30px;
        margin-left: 30px; */
        margin-bottom: 10px;
        border: 3px solid #333;

    }
}

#ticket-link-box ul>li:first-of-type {
    margin-right: 0;
}

#ticket-link-box ul>li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#ticket-link-box>ul>li img {
    width: 60px;
    height: auto;
}

#ticket-link-box>ul>li .text {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#ticket-link-box>ul>li .text span {
    font-size: 12px;
}

#ticket-flow {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
}

#ticket-flow h2 {
    text-align: center;
}

#ticket-flow ol.flow-wrapper {
    margin: 0 auto;
    padding: 0;
}

#ticket-flow ol.flow-wrapper li {
    border: 1px solid #333;
    list-style: none;
}

#ticket-flow ol.flow-wrapper li p {
    text-align: center;
}

#ticket-flow ol.flow-wrapper .flow-title {
    font-size: 20px;
    font-weight: bold;
}

/* ================================================== */
/* ====================================================
  common
  ==================================================== */

.bold {
    font-weight: bold;
}

.main-wrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .main-wrapper {
        flex-direction: column;
    }
}



@media screen and (min-width: 769px) {
    .pc_hide {
        display: none;
    }

    .mt-10-pc {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .sp_hide {
        display: none;
    }

    .mb-0-sp {
        margin-bottom: 0 !important;
    }
}

.allo {
    text-align: center;
}

.conver-button.ticket {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6002d;
    color: #fff;
    width: 20%;
    margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
    a.conver-button.ticket::after {
        right: 0;
    }
}


.conver-button:hover {
    cursor: pointer;
}

.creditcard {
    width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
galleryトップ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#gallery img {
    width: 100%;
    height: 340px;
    height: auto;
    object-fit: cover;
}

ul.gal-country-list {
    list-style: none;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
}


ul.gal-country-list li {
    width: 49%;
    position: relative;
    margin-top: 16px;
}

ul.gal-country-list li a {
    display: block;
}

ul.gal-country-list p.name {
    position: absolute;
    top: 41%;
    left: 38%;
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #gallery img {
        height: auto;
    }

    ul.gal-country-list {
        flex-direction: column;
    }

    ul.gal-country-list li {
        width: 100%;
    }
}

#gallery .list-item {
    list-style: none;
    width: 33%;
    margin-top: 1%;
    margin-right: .3%;
}

#gallery .list-3-column {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    #gallery .list-item {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
    }

    #gallery .list-3-column {
        flex-direction: column;
    }
}

#gallery-japan-list {
    padding-left: 0;
}

#gallery-japan-list .image-box {
    position: relative;
}

#gallery-japan-list h2 {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #gallery-japan-list h2 {}
}

#gallery-japan-list img {
    width: 100%;
}

#gallery-japan-list .image-box::before {
    content: '';
    /* ↓暗いオーバーレイを半透明で配置 */
    background-color: rgba(0, 0, 0, 0.4);
    /* ↓全体を覆うように配置 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;

}

#single-gallery img {
    height: auto;
}

.maintenance-comment {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.attention-text-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .attention-text-wrapper {
        margin-bottom: 30px;

    }
}


.attention-text-wrapper img {
    /* width: 100%; */
    max-width: 355px;
    height: auto;
}


.round4-page-style {
    /* margin-top: 60px; */
}

.round4-page-style .wrap {
    max-width: 960px;
    margin: 0 auto;
}

.round4-page-style .wrap img {
    width: 100%;
    height: auto;
}

.round4-page-style p {
    font-size: 16px;
}

footer ul li:before {
    content: none;

}

@media screen and (min-width: 769px) {
    .pc-hide {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    .sp-hide {
        display: none;
    }
}

.mb20 {
    margin-bottom: 20px;
}