@charset "utf-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,700");
@import url('https://fonts.googleapis.com/css?family=Teko:600');

html {
    margin: 0;
    padding: 0;
    font-size: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    background: #000;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue" ,sans-serif;
    color: #000;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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

a:hover {
    color: #333;
    text-decoration: underline;
}

a:visited {
    color:#fff;
}

.wrapper {
    position: relative;
    padding-bottom: 213px;
    min-height: 100vh;
    display: none;
}

/*header*/

.header_area {
    width: 100%;
    height: 90px;
    border-top: 10px solid #da002a;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1000;
    background-color: #000;
}

.header_area_line {
    border-bottom: 2px solid #333;
}

.header_area_inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.header_area_inner h1 {
    display: inline-block;
    height: 50px;
    margin: 15px 0 0 20px;
    padding: 0;
}

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

/*nav*/

.global_nav {
    display: block;
    width: 100%;
    margin: 0 30px 0 8%;
    padding: 0;
}

.global_nav ul.nav_list {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: -ms-space-between;
    justify-content: space-between;
}

.global_nav ul.nav_list li {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 0;
    font-size: 34px;
    height: 90px;
    line-height: 80px;
}

.global_nav .nav_list li:hover {
    cursor: pointer;
}

.global_nav .nav_list li a {
    display: inline-block;
    color: #fff;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Teko', sans-serif;;
    letter-spacing: 1px;
    transition: color .3s;
}

.global_nav .nav_list li a.current {
    color: #e11155;
}

.global_nav .nav_list li a:hover {
    text-decoration: none;
    color: #e11155;
}

.global_nav .nav_list li a span{
    position: relative;
}

.global_nav .nav_list li a i {
    font-size: 20px;
    padding: 0 0 0 3px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    transition: color .3s;
}

.global_nav .nav_list li a:hover i {
    color: #dd0556;
}

/*menu_btn*/

.menu_btn {
    display: none;
}

/*return_top*/

#return_top {
    position: fixed;
    bottom: 10px;
    right: 8px;
    z-index:998;
}

#return_top a {
    display: block;
    opacity: 0.7;
}

#return_top a:hover {
    text-decoration: none;
    opacity: 1.0;
}

/*main_image*/

.main_container {
    width: 100%;
    margin: 0;
    padding: 90px 0 0;
    position: relative;
    overflow: hidden;
    background: #000;
    min-height: calc( 100vh - 213px );
}

.main_image {
    margin: 0;
    padding-top: 0;
    /*min-height: calc( 100vh - 90px );*/
    /*min-height: calc( 100vh + 90px ); */
    min-height: calc( 100vh - 90px );
    background: url('../images/main_image_202201_007.png'), -ms-linear-gradient(90deg, #2e2e2e, #3f3f3f);
    background: url('../images/main_image_202201_007.png'), -moz-linear-gradient(90deg, #2e2e2e, #3f3f3f);
    background: url('../images/main_image_202201_007.png'), -o-linear-gradient(90deg, #2e2e2e, #3f3f3f);
    background: url('../images/main_image_202201_007.png'), -webkit-linear-gradient(90deg, #2e2e2e, #3f3f3f);
    background: url('../images/main_image_202201_007.png'), linear-gradient(90deg, #2e2e2e, #3f3f3f);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: hidden;
    position: relative;
}

.moritaka_line_container {
    position: absolute;
    right: 0;
    left: 0;
    /*bottom: 8%;*/
    /*bottom: 26%;*/
    bottom: 10%;
    width: 85%;
    max-width: 1720px;
    margin: 0 auto;
}

.moritaka_line {
    stroke:#da002a;
    fill-opacity: 0;
    stroke-width:3px;
    stroke-dasharray: 3000;
    stroke-dashoffset:3000;
    -webkit-animation: LINE 5s ease-in 0s forwards;
    animation: LINE 5s ease-in 0s forwards;
}

.scroll_btn {
    position: absolute;
    /*bottom: 20px;*/
    /*bottom: 200px;*/
    bottom: 20px;
    left: 50%;
    margin-left: -30px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.scroll_btn:hover {
    transform: translate(0, 5px);
    -webkit-transform: translate(0,5px);
}

/*top_news*/

.top_news_area_container {
    margin: 0 auto;
    padding: 0;
    width: 89.5%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-width: 1720px;
    overflow: hidden;
}

.top_news_area {
    margin: 110px 0 0 0;
    width: 46%;
    position: relative;
    background: #000;
    padding-bottom: 10px;
    height: auto;
}

.top_news_area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 0;
    background-color: rgba(255,221,37,1);
    transition: .5s ease;
}

.top_news_area:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3px;
    height: 0;
    background-color: rgba(255,221,37,1);
    transition: .5s ease;
}

.top_news_area:hover.top_news_area:after {
    height: 100%;
}

.top_news_area:hover.top_news_area:before {
    height: 100%;
}

.top_news_area h2 {
    font-size: 34px;
    color: #fff;
    text-align: center;
    margin:0;
    height: 60px;
    line-height: 80px;
    box-sizing: border-box;
    font-family: 'Teko', sans-serif;
}

.top_news_area h2:before {
    display: none;
}

.top_news_area ul {
    width: 100%;
    list-style:none;
    margin: 0 auto;
    padding: 0 30px;
}

.top_news_area li {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px dashed #999;
    color: #fff;
    margin: 15px 0;
    
}

.top_news_area li a {
    display: block;
    color: #fff;
    padding: 5px 0px 12px 0px;
    line-height: 1.8em;
    font-size: 15px;
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: 0.5px;
}

.top_news_area li .news_date {
    display: inline-block;
    font-size: 15px;
    color: #999;
    box-sizing: border-box;
    padding: 4px 20px 0 4px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

/*top_news_cat*/

.top_news_area li .cat1, .top_news_area li .cat2, .top_news_area li .cat3 {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    background: #FFDD25;
    color: #000;
    font-size: 12px;
    text-align: center;
    padding: 5px 8px 5px 8px;
    border-radius: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.top_news_area li .cat2 {
    background: #00c0ff;
}

.top_news_area li .cat3 {
    background: #e11155;
}

/*sns*/

.sns_area {
    position: fixed;
    right: 0;
    top: 0;
    margin: 140px 0 0 0;
    z-index: 1001;
}

.sns_area ul {
    list-style:none;
    padding: 0;
    margin: 0;
}

.sns_area li a {
    display: block;
    margin: 0;
    padding: 0;
    background-color: #000;
    margin: 0 0 14px;
    /*padding: 18px 40px 18px 20px;*/
    padding: 15px 15px 15px 15px;
}

.sns_area li a:not(:hover) {
    /*margin: 0 0 14px 10px;*/
    margin: 0 0 14px 20px;
}

/*.top_discography*/

.top_discography_area_container {
    background: -ms-linear-gradient(0deg, #353535, #000);
    background: -moz-linear-gradient(0deg, #353535, #000);
    background: -o-linear-gradient(0deg, #353535, #000);
    background: -webkit-linear-gradient(0deg, #353535, #000);
    background: linear-gradient(0deg, #353535, #000);
}

.top_discography_area {
    /*width: 89.5%;*/
    width: 82.5%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 100px;
    max-width: 1720px;
}

.top_discography_area h2 {
    font-size: 60px;
    color: #fff;
    text-align: center;
    margin:0;
    height: 210px;
    line-height: 220px;
    box-sizing: border-box;
    font-family: 'Teko', sans-serif;
}

.top_discography_area_inner {
    display: flex;
    justify-content: space-between;
}

.top_discography_area ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 48.2558%;
    padding: 0;
    margin: 0;
}

.top_discography_area li {
    width: 46.3855%;
    height: auto;
    text-align: left;
}

.top_discography_image {
    height: auto;
    position: relative;
    overflow: hidden;
}

.top_discography_image:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.top_discography_image a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.top_discography_image a:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    width: 0px;
    display: inline-block;
}

.top_discography_area li img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: transform .3s;
}

.top_discography_area li img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.top_discography_area li a p {
    display: block;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 1.8em;
    font-size: 15px;
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: 0.5px;
}

.top_discography_area li a:hover p {
    text-decoration: underline;
}

.top_discography_area li .discography_date {
    display: inline-block;
    font-size: 15px;
    color: #999;
    box-sizing: border-box;
    padding: 15px 0 5px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.more_btn {
    display: inline-block;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 80px 0 0;
}

.more_btn a {
    border-radius: 2px;
    padding: 10px 65px;
    display: block;
    color: #fff;
    background: #e11155;
    transition: opacity .3s ease;
}

.more_btn a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*top_menu*/

.top_menu_area_container {
    background: -ms-linear-gradient(0deg, #1f1f1f, #000);
    background: -moz-linear-gradient(0deg, #1f1f1f, #000);
    background:  -o-linear-gradient(0deg, #1f1f1f, #000);
    background: -webkit-linear-gradient(0deg, #1f1f1f, #000);
    background: linear-gradient(0deg, #1f1f1f, #000);
}

.top_menu_area {
    margin: 0 auto;
    /*width: 89.5%;*/
    width: 82.5%;
    padding: 100px 0;
    max-width: 1720px;
}

.top_menu_area ul {
    list-style: none;
    padding: 0;
}

.top_menu_area_top,
.top_menu_area_bottom {
    width: 100%;
    margin: 50px 0;;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.top_menu_area_top > li,
.top_menu_area_bottom > li {
    width: 48.2558%;
}

.top_menu_area_top > li ul,
.top_menu_area_bottom > li ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.top_menu_area_top_inner li, .top_menu_area_bottom_inner li {
    width: 46.3855%;
    font-family: 'Teko', sans-serif;
    font-size: 60px;
    position: relative;
}

.top_menu_area_top_inner li:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 71, 71, 0.5);
    transition: opacity .3s ease;
}

.top_menu_area_bottom_inner li {
    background: #2e2e2e;
}

.top_menu_area a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.top_menu_area_top .top_menu_text {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    padding: 80% 0 0;
}

.top_menu_area_top li p {
    text-align: center;
    color: #fff;
    margin: 0;
    transition: color .3s ease;
    font-size: 70%;
}

.top_menu_area_top .top_menu_icon {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
    color: #fff;
    transition: color .3s ease;
    font-size: 70%;
}

.top_menu_area_bottom .top_menu_icon {
    display: block;
    text-align: center;
    z-index: 4;
    color: #fff;
    transition: color .3s ease;
    font-size: 70%;
}

.top_menu_area_bottom li p {
    text-align: center;
    z-index: 3;
    color: #fff;
    margin: 0;
    padding: 0 0 40px;
    transition: color .3s ease;
    font-size: 70%;
}

.top_menu_area_bottom li .top_menu_area_text_s {
    position: absolute;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 30%;
    bottom: 14%;
    right: 0;
    left: 0;
    padding: 0;
}

.top_menu_area_bottom .top_menu_icon {
    padding: 30px 0 20px;
}

.top_menu_area_top_inner li:hover p ,
.top_menu_area_bottom_inner li:hover p {
    color: #36d8ff;
}

.top_menu_area_top_inner li:hover .top_menu_icon,
.top_menu_area_bottom_inner li:hover .top_menu_icon {
    color: #36d8ff;
}

.top_menu_area_top li:hover:after {
    opacity: 0;
}

.top_menu_area_container li img {
    width: 100%;
    height: auto;
}

/*footer*/

.footer_area {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: 0;
    background-color: #000;
    text-align: center;
    border-bottom: 10px solid #da002a;
}

.footer_area_inner {
    margin: 0 auto;
    padding: 0;
    width: 89.5%;
    height: 100%;
    overflow: hidden;
}

.footer_link_area {
    margin: 0 auto;
    padding: 30px 0 0 0;
}

.footer_link_area a {
    padding: 0 10px 0 0;
}

.footer_text_area {
    padding: 30px 0 40px 0;
    margin: 0 0 0 0;
    text-align: center;
}

.footer_text_area p {
    color: #fff;
    font-size: 11px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: 0.5px;
}

.fadein {
   opacity : 0;
   transform: translateX(50px);
   transition: all 1s;
}

/*NEWS*/

.news_main_container {
    width: 100%;
    margin: 0;
    padding: 90px 0 0;
    position: relative;
    overflow: hidden;
    background: #a3a7b3;
    min-height: calc( 100vh - 213px );
}

.news_area_container {
    background:-ms-linear-gradient(0deg, #a3a7b3 0%, #3d414a 100%);
    background:-moz-linear-gradient(0deg, #a3a7b3 0%, #3d414a 100%);
    background:-o-linear-gradient(0deg, #a3a7b3 0%, #3d414a 100%);
    background:-webkit-linear-gradient(0deg, #a3a7b3 0%, #3d414a 100%);
    background:linear-gradient(0deg, #a3a7b3 0%, #3d414a 100%);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100%;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.news_area_container_inner {
    margin: 0 auto;
    padding: 0;
    width: 79.16%;
    position: relative;
    z-index:100;
}

.news_area {
    width: 65.78%;
    min-width: 840px;
    margin: 20px 0 50px;
    padding: 30px 40px 40px 40px;
    background-color: rgba(255,255,255,0.8);
    float: right;
}

.news_area h2 {
    font-size: 60px;
    color: #e11155;
    text-align: center;
    margin:0 0 30px 0;
    height: 40px;
    line-height: 50px;
    box-sizing: border-box;
    font-family: 'Teko', sans-serif;
}

.news_area ul.news {
    width: 100%;
    list-style:none;
    margin: 0 auto;
    padding: 0;
}

.news_area ul.news li {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px dashed #999;
    color: #fff;
    margin: 15px 0;
}

.news_area ul.news li a {
    display: inline-block;
    width: calc( 100% - 320px );
    color: #000;
    padding: 0 0px 15px 0px;
    line-height: 1.6em;
    font-size: 15px;
    font-family: 'Noto Sans Japanese', sans-serif;
}

.news_area ul.news li .news_date, .news_detail_area .news_date {
    display: inline-block;
    width: 95px;
    font-size: 15px;
    color: #7d7d7d;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 2em;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    vertical-align: top;
}

.news_area ul.news li .cat1, .news_area ul.news li .cat2, .news_area ul.news li .cat3, .news_detail_area .cat1, .news_detail_area .cat2, .news_detail_area .cat3 {
    display: inline-block;
    width: 100px;
    box-sizing: border-box;
    background: #FFDD25;
    color: #000;
    font-size: 11px;
    text-align: center;
    margin: 3px 8px 0 0;
    padding: 0;
    border-radius: 2px;
    line-height: 2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    vertical-align: top;
}

.news_area ul.news li .cat2, .news_detail_area .cat2 {
    background: #00c0ff;
}

.news_area ul.news li .cat3, .news_detail_area .cat3 {
    background: #e11155;
}

.news_area ul.news li span.new {
    display: inline-block;
    width: 48px;
    font-family: 'Montserrat', sans-serif;
    background: #c60b08;
    font-weight: 400;
    color: #fff;
    font-size: 11px;
    text-align: center;
    margin: 5px 5px 0 0;
    padding: 0;
    border-radius: 8px;
    height: 16px;
    line-height: 16px;
    vertical-align: top;
}

.news_detail_area h3 {
    display: block;
    color: #000;
    padding: 5px 0px 15px 0px;
    font-size: 18px;
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #8e8e8e;
}

.news_detail_area {
    margin: 0;
    padding: 0;
    min-height: calc( 100vh - 550px );
}

.news_detail_return_link, .discography_detail_return_link, .message_detail_return_link {
    background: #1b1b1b;
    display: inline-block;
    box-sizing: border-box;
    margin: 15px 0 0 0;
    padding: 8px 15px 8px 23px;
    position: relative;
}

.news_detail_return_link a, .discography_detail_return_link a, .message_detail_return_link a {
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #fff;
}

.news_detail_return_link i,
.discography_detail_return_link i,
.message_detail_return_link i {
    position: absolute;
    top: 10px;
    left: 8px;
}

.news_detail_return_link a:hover,
.discography_detail_return_link a:hover,
.message_detail_return_link a:hover {
    color: #e11155;
    text-decoration: none;
    transition: color .3s;
}

/*category*/

.news_category, .discography_category {
    width: 100%;
    height: 40px;
    line-height: 44px;
    margin: 0 auto 20px auto;
    background: #000;
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    list-style:none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}

.news_category a, .discography_category a {
    font-family: 'Teko', sans-serif;
    letter-spacing: 0.5px;
    font-size: 24px;
    color: #fff;
}

.news_category a.current, .discography_category a.current {
    color: #e11155;
}

.news_category a:hover,
.discography_category a:hover {
    color: #e11155;
    text-decoration: none;
    transition: color .3s;
}

/*pager*/

.wp-pagenavi a:hover {
    color: #e11155;
    text-decoration: none;
    transition: color .3s;
}

.wp-pagenavi {
    width: 100%;
    height: 40px;
    line-height: 24px;
    margin: 20px auto 0 auto;
    background: #000;
    box-sizing: border-box;
    padding: 6px 0 0 0;
    list-style:none;
    text-align: center;
}

.wp-pagenavi a {
    display: inline-block;
}

.wp-pagenavi a {
    display: inline-block;
    font-family: 'Teko', sans-serif;
    font-size: 24px;
    color: #fff;
    margin:0 6px;;
    padding:0;
    border: none!important;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: none!important;
}

.wp-pagenavi a.now {
    display: inline-block;
    font-size: 24px;
    color: #000;
    background: #fff;
    padding: 0 8px;
    border-radius: 2px;
}

.wp-pagenavi .current {
    display: inline-block;
    font-family: 'Teko', sans-serif;
    font-size: 24px;
    color: #000;
    background: #fff;
    padding: 4px 9px 0px;
    margin:0 8px;
    border-radius: 2px;
}

.wp-pagenavi .current:hover {
    color: #e11155;
    transition: color .3s;
}

.wp-pagenavi a + a {
    margin: 0 0 0 10px;
}

.wp-pagenavi .page-numbers.dots {
    color: #000;
    border: none;
}

.message_area ul li p.message_title a{
    color: #fff;
}



/*DISCOGRAPHY*/

.discography_main_container {
    width: 100%;
    margin: 0;
    padding: 90px 0 0;
    position: relative;
    overflow: hidden;
    background: #b3b3b4;
    min-height: calc( 100vh - 213px );
}

.discography_area_container {
    background: url(../images/gray_bg.png);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.discography_area_container_inner {
    margin: 0 auto;
    padding: 0;
    width: 79.16%;
    max-width: 1720px;
}

.discography_area {
    width: 100%;
    margin: 20px 0 50px;
    padding: 30px 40px 40px 40px;
    background-color: rgba(255,255,255,0.8);
}

.discography_area h2 {
    font-size: 60px;
    color: #e11155;
    text-align: center;
    margin:0 0 30px 0;
    height: 40px;
    line-height: 50px;
    box-sizing: border-box;
    font-family: 'Teko', sans-serif;
}

.discography_area ul.discography {
    width: 100%;
    list-style:none;
    margin: 0 auto;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.discography_area ul.discography li {
    display: inline-block;
    width: 18.3%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    height: auto;
}

.discography_area ul.discography li+li {
    margin: 0 0 0 2.125%;
}

.discography_area ul.discography li:nth-child(5n+1) {
    margin: 0 0 0 0;
}

.discography_area ul.discography li:nth-child(n + 6) {
    padding-top: 20px;
}

.discography_area ul.discography li img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.discography_image {
    height: auto;
    position: relative;
    overflow: hidden;
}

.discography_image:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.discography_image a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.discography_image a:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    width: 0px;
    display: inline-block;
}


.discography_area ul.discography li img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: transform .3s;
}

.discography_area ul.discography li .discography_date {
    display: block;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #464646;
    letter-spacing: 0.5px;
    margin: 15px 0 0 0;
    padding: 0;
}

.discography_area ul.discography li p {
    display: block;
    text-align: left;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    margin: 5px 0 0 0;
    padding: 0;
}

.discography_area ul.discography li a:hover {
    text-decoration: #000 solid underline;
}

.discography_area .not_sale {
    display: block;
    text-align: center;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 18px;
    line-height: 1.8;
    color: #d90058;
}

.discography_detail_area {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.discography_detail_area .discography_detail_area_left {
    display: inline-block;
    width: 250px;
    margin: 0 30px 0 0;
    padding: 0;
    text-align: left;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.discography_detail_area .discography_detail_area_left img {
    width: 250px;
    height: auto;
}

.discography_detail_area .discography_detail_area_left h3 {
    width: 100%;
    border-bottom: 1px solid #8e8e8e;
    font-size: 14px;
    margin: 0;
    padding: 15px 0 5px 0;
}

.discography_detail_area .discography_detail_area_left p {
    margin: 0;
    padding: 8px 0 0 0;
}

.discography_detail_area .discography_detail_area_right {
    display: inline-block;
    width: calc( 100% - 280px );
    margin: 0 auto;
    padding: 0;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 1.8;
    color: #000;
}

.discography_detail_area .discography_detail_area_right p {
    margin: 0;
    padding: 0 0 5px 0;
}

.discography_other_area ul.discography_select_year {
    list-style-type: none;
    width: 85%;
    margin: 10px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.discography_other_area ul.discography_select_year li {
    float: left;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    margin: 0 0 0 0;
}

.discography_other_area ul.discography_select_year li span {
    margin: 0 5px;
    transition: color .3s;
}

.discography_other_area ul.discography_select_year li span:hover {
    color: #e11155;
    cursor : pointer;
}

.discography_list_area {
    padding: 40px 0 0 0;
    max-height: 500px;
    max-width: 1000px;
    margin: 0 auto;
    overflow-y: scroll;
    position: relative;
}

.discography_list {
    margin: -11px 0 0 0 ;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.discography_year {
    width: 13%;
    padding: 0 20px 0 0;
    font-family: 'Teko', sans-serif;
    font-size: 40px;
    color: #e11155;
    text-align: right;
}

.discography_line {
    width: 1%;
    border-left: 3px solid #e11155;
    margin: 20px 0 0 0;
    position: relative;
}

.discography_line i {
    float: right;
    color: #e11155;
    font-size: 19px;
    position: absolute;
    top:-14px;
    left:-6.5px;
}

.discography_name {
    width: 86%;
    margin: 5px 0 40px 0;
    font-family: 'Noto Sans Japanese', sans-serif;
}

.discography_name p {
    margin: 0 0 5px 20px;
}

.discography_other_title+p {
    margin: 0 0 15px 20px;
}

/* BIOGRAPHY */

.biography_area_container {
    background: url(../images/gray_bg.png);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.biography_area_container_inner {
    margin: 0 auto;
    padding: 0;
    width: 79.16%;
    max-width: 1720px;
}

.biography_area {
    width: 100%;
    margin: 50px 0;
    padding: 30px 40px 20px 40px;
    background-color: rgba(255,255,255,0.8);
    position: relative;
}

.biography_area h2 {
    font-size: 60px;
    color: #e11155;
    text-align: center;
    margin:0 0 30px 0;
    height: 40px;
    line-height: 50px;
    box-sizing: border-box;
    font-family: 'Teko', sans-serif;
}

.biography_area ul.biography_select_year,.biography_area ul.live_select_year,.biography_area ul.cm_select_year {
    list-style-type: none;
    width: 85%;
    margin: 10px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.biography_area ul.biography_select_year li,.biography_area ul.live_select_year li,.biography_area ul.cm_select_year li {
    float: left;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    margin: 0 0 0 0;
}

.biography_area ul.biography_select_year li span,.biography_area ul.live_select_year li span,.biography_area ul.cm_select_year li span {
    margin: 0 5px;
    transition: color .3s;
}

.biography_area ul.biography_select_year li span:hover,.biography_area ul.live_select_year li:hover span,.biography_area ul.cm_select_year li span:hover {
    color: #e11155;
    cursor : pointer;
}

.biography_area ul:after {
    content: "";
    clear: both;
    display: block;
}

.biography_list_area {
    padding: 40px 0 0 0;
    max-height: 500px;
    overflow-y: scroll;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.live_list_area, .cm_list_area {
    padding: 40px 0 0 0;
    max-height: 350px;
    overflow-y: scroll;
    position: relative;
    max-width:1000px;
    margin: 0 auto;
}

.biography_list, .live_list, .cm_list {
    margin: -11px 0 0 0 ;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.biography_year, .live_year, .cm_year {
    width: 13%;
    padding: 0 20px 0 0;
    font-family: 'Teko', sans-serif;
    font-size: 40px;
    color: #e11155;
    text-align: right;
}

.biography_line {
    width: 1%;
    border-left: 3px solid #dd0556;
    margin: 22px 0 0 0;
    position: relative;
}

.biography_line i {
    float: right;
    color: #e11155;
    font-size: 25px;
    position: absolute;
    top: -18px;
    left: -8.5px;
}

.biography_name {
    width: 86%;
    margin: 5px 0 40px 0;
    font-family: 'Noto Sans Japanese', sans-serif;
}

.biography_name p {
    margin: 0 0 5px 20px;
    font-size: 15px;
}

.biography_name table {
    margin: 0 0 5px 20px;
}

.biography_name table span {
    font-size: 14px;
}

.cm_list .biography_name span {
    font-size: 17px;
}

.cm_list .biography_name i {
    margin: 0 3px 0 0;
}
img.aligncenter {
    display: block;
    margin: 1px auto;
}

/* PROFILE */

.profile_main_container {
    width: 100%;
    margin: 0;
    padding: 90px 0 0;
    position: relative;
    overflow: hidden;
    background: #8d8a94;
    min-height: calc( 100vh - 213px );
}

.profile_area_container {
    background:-ms-linear-gradient(0deg, #8d8a94 0%, #333136 100%);
    background:-moz-linear-gradient(0deg, #8d8a94 0%, #333136 100%);
    background:-o-linear-gradient(0deg, #8d8a94 0%, #333136 100%);
    background:-webkit-linear-gradient(0deg, #8d8a94 0%, #333136 100%);
    background:linear-gradient(0deg, #8d8a94 0%, #333136 100%);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100%;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.profile_area_container_inner {
    margin: 0 auto;
    padding: 0;
    width: 79.16%;
}

.profile_area {
    width: 65.78%;
    /*min-width: 840px;*/
    min-width: 700px;
    margin: 20px 0 50px;
    padding: 30px 40px 60px 40px;
    background-color: rgba(0,0,0,0.8);
    float: right;
    position: relative;
    z-index: 100;
}

.profile_area h2 {
    font-size: 60px;
    color: #e11155;
    text-align: center;
    margin:0 0 40px 0;
    height: 40px;
    line-height: 50px;
    box-sizing: border-box;
    font-family: 'Teko', sans-serif;
}

.profile_area ul {
    width: 100%;
    list-style:none;
    margin: 0 auto;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile_area ul li {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}

.profile_area ul li:nth-child(1) {
    /*width: 440px;*/
    width: 340px;
    margin: 0 30px 0 0;
}

.profile_area ul li:nth-child(1) img{
    width: 100%;
}

.profile_area ul li:nth-child(2) {
    /*width: calc( 100% - 470px );*/
    width: calc( 100% - 370px );
    position: relative;
    padding: 0 0 30px;
}

.profile_area h3 {
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 0;
    color: #fff;
}

.profile_area dl {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
    color: #fff;
}

.profile_area dt {
    display: inline-block;
    width: 110px;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: 0.5px;
    font-size: 15px;
    vertical-align: top;
}

.profile_area dd {
    display: inline-block;
    width: calc( 100% - 120px );
    margin: 0 0 25px 0;
    padding: 0;
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: 0.5px;
    font-size: 17px;
    line-height: 1.6;
}

.profile_area dd:last-child {
    width: 100%;
    margin: 40px 0 25px 0;
}

.profile_area dd:last-child a {
    margin: 0 10px 0 0;
}

.profile_link {
    background: #e11155;
    display: inline-block;
    box-sizing: border-box;
    padding: 8px 23px 8px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: opacity .3s;
}

.profile_link a {
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #fff;
}

.profile_link i {
    position: absolute;
    top: 10px;
    right: 8px;
}

.profile_link a:hover {
    text-decoration: none;
}

.profile_link:hover {
    opacity: 0.7;
}

/* MESSAGE */

.message_main_container {
    width: 100%;
    margin: 0;
    padding: 90px 0 0;
    position: relative;
    overflow: hidden;
    background: #1a2634;
    min-height: calc( 100vh - 213px );
}

.message_area_container, .messages_area_container {
    background:-ms-linear-gradient(0deg, #1a2634 0%, #101824 100%);
    background:-moz-linear-gradient(0deg, #1a2634 0%, #101824 100%);
    background:-o-linear-gradient(0deg, #1a2634 0%, #101824 100%);
    background:-webkit-linear-gradient(0deg, #1a2634 0%, #101824 100%);
    background:linear-gradient(0deg, #1a2634 0%, #101824 100%);
    background-position: left 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100%;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.message_area_container_inner, .messages_area_container_inner {
    margin: 0 auto;
    padding: 0;
    width: 79.16%;
}

.message_area, .messages_area {
    width: 65.78%;
    min-width: 840px;
    margin: 20px 0 50px;
    padding: 30px 40px 40px 40px;
    background-color: rgba(0,0,0,0.8);
    float: right;
    position: relative;
    z-index: 100;
}

.message_area h2 {
    font-size: 60px;
    color: #e11155;
    text-align: center;
    margin:0 0 30px 0;
    height: 40px;
    line-height: 50px;
    box-sizing: border-box;
    font-family: 'Teko', sans-serif;
}

.message_area:after, .messages_area:after {
    content: "";
    clear: both;
    display: block;
}

.message {
    display: inline-block;
    list-style: none;
    margin: 0 30px 0 0;
    padding: 0;
}

.message_area ul {
    width: 100%;
}

.message_area ul:after {
    content: "";
    clear: both;
    display: block;
}

.message li p {
    line-height: 2em;
    margin: 0;
}

.message li p.message_date {
    color: #7d7d7d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.message li p.message_title {
    padding: 0 0 15px 0;
    border-bottom: 1px dashed #999;
    font-size: 15px;
    color: #141414;
    font-family: 'Noto Sans Japanese', sans-serif;
}

.message_detail_area {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.message_detail_area {
    width: 94%;
    margin: 0 auto;
}

.message_detail_area h3 {
    margin: 0 0 15px 0;
    padding: 8px 0;
    border-bottom: 1px solid #8e8e8e;
    font-weight: 600;
}

.message_detail_area img {
    max-width: 100%;
    height: auto;
}

.message_detail_area p {
    margin: 0;
    padding: 0 0 5px 0;
}

/* MESSAGES */

.messages_area ul {
    width: 100%;
    list-style:none;
    margin: 0 30px 0 0;
    padding: 0;
    float: left;
}

.messages_area ul li p.messages_date, .message_detail_area .message_date{
    color: #7d7d7d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin: 5px 0;
}

.messages_area ul li p.messages_date i.fa-clock, .message_detail_area .message_date i.fa-clock{
    margin: 0 3px 0 0;
}

.messages_area ul li p.messages_title{
    padding: 0 0 10px 0;
    border-bottom: 1px solid #999;
    font-size: 20px;
    color: #141414;
    margin: 10px 0;
    font-family: 'Noto Sans Japanese', sans-serif;
}

.messages_area ul li.messages_contents{
    max-height: 900px;
    overflow-y: scroll;
    width: 100%;
    padding: 0 15px 0 0;
    font-family: 'Noto Sans Japanese', sans-serif;
}

.messages_area ul li div.messages_contents_image{
    width: 50%;
    margin: 30px auto;
}

.messages_area ul li div.messages_contents_image img{
    width: 100%;
}

.messages_area ul li.messages_contents p{
    line-height: 24px;
    font-size: 14px;
}

.messages_sns_area {
    margin: 0 auto;
    padding: 30px 0 0 0;
    text-align: center;
}

.messages_link_area {
    margin: 0 auto;
    padding: 20px 0 0 0;
    text-align: center;
}

.messages_link_area a.back_button {
    text-align: center;
    background-color: #1b1b1b;
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: 0.5px;
}

.messages_link_area a.back_button i.fa-share {
    margin: 0 5px 0 0;
}

.messages_link_area a:hover {
    color: #dd0556;
    text-decoration: none;
    transition: color .3s;
}

/* BBS */

.bbs_main_container {
    width: 100%;
    margin: 0;
    padding: 90px 0 0;
    position: relative;
    overflow: hidden;
    background: #b3b3b4;
    min-height: calc( 100vh - 213px );
}

.bbs_area_container {
    background: url(../images/gray_bg.png);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.bbs_area_container_inner {
    margin: 0 auto;
    padding: 0;
    width: 79.16%;
    max-width: 1720px;
}

.bbs_area {
    width: 100%;
    margin: 20px 0 50px;
    padding: 30px 40px 40px 40px;
    background-color: rgba(0,0,0,0.8);
    position: relative;
}

.bbs_area h2 {
    font-size: 60px;
    color: #e11155;
    text-align: center;
    margin:0 0 30px 0;
    height: 40px;
    line-height: 50px;
    box-sizing: border-box;
    font-family: 'Teko', sans-serif;
}

.bbs_area ul.bbs {
    width: 100%;
    list-style:none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap:wrap;
    max-height: 1000px;
    overflow-y: scroll;
}

.bbs_area ul.bbs li {
    width: 31%;
    float: left;
    margin: 0 1%;
    padding: 20px 0 10px 0;
    text-align: left;
}

.bbs_area ul.bbs li p {
    padding: 25px;
    background-color: #fff;
    border: 1px solid #fff;
    font-family: 'Noto Sans Japanese', sans-serif;
    color: #000;
    line-height: 25px;
    font-size: 16px;
    position: relative;
}


.bbs_area ul.bbs li p:after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 52%;
    margin-left: -18px;
    border: 14px solid transparent;
    border-top: 18px solid #fff;
    z-index: 1;
}

.comment_post {
    background: #e11155;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 15px 10px 15px;
    position: absolute;
    top:60px;
    right:7%;
    border-radius: 2px;
}

.comment_post i {
    margin-right: 3px;
}

.comment_post a {
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: 0.5px;
    font-size: 18px;
    color: #fff;
}

.comment_post a:hover {
    text-decoration: none;
}

.comment_post:hover {
    transition: opacity .3s;
    opacity: 0.7;
}

.comment_box_area {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: none;
}

.comment_overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 4;
    background:rgba(0,0,0,0.3);
}

.comment_box_inner {
    width: 600px;
    height: auto;
    padding: 0 30px 80px 30px;
    position:absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin:0 auto;
    z-index: 10;
    background: #fff;
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.comment_box_inner h3 {
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #8e8e8e;
    position: relative;
    margin: 15px 0 15px 0;
    padding: 0 0 5px 0;
}

.comment_box_inner textarea {
    margin-bottom: 5px;
    width: 100%;
    border: 1px #b8b8b8 solid;
    padding: 10px;
}
 
.comment_box_inner input {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    border-radius: 2px;
    border: 1px #b8b8b8 solid;
    margin-bottom: 5px;
}

.comment_box_inner input[type="submit"] {
    background-color: #d90058;
    color: #fff;
    padding: 10px;
    -webkit-appearance: none;
    border-radius: 5px;
}

.comment_box_inner select {
    width: 100%;
    padding: 10px;
    border: 1px #b8b8b8 solid;
    background: #fff;
}

.comment_box_inner .required {
    display: inline-block;
    color: #c40000;
    vertical-align: middle;
}

.comment_box_inner label {
    display: inline-block;
    margin: 0 0 5px 0;
}

.comment_close {
    background-color: #b8b8b8;
    color: #000;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    }

.comment_box_inner input[type="submit"]:hover, .comment_close:hover {
    cursor: pointer;
}

.comment_box_area #reply-title {
    display: none;
}

.bbs_name {
    font-size: 18px;
    display: inline-block;
    text-align: right;
    width: 100%;
    margin: 20px 0 0 0;
    color: #3f3f3f;
}

.bbs_date {
    font-size: 14px;
    display: inline-block;
    text-align: right;
    width: 100%;
    color: #3f3f3f;
    transform: scaleY(0.9);
    -moz-transform: scaleY(0.9);
    -webkit-transform: scaleY(0.9);
    -o-transform: scaleY(0.9);
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
}

/* LINK */

.link_main_container {
    width: 100%;
    margin: 0;
    padding: 90px 0 0;
    position: relative;
    overflow: hidden;
    background: #b3b3b4;
    min-height: calc( 100vh - 213px );
}

.link_area_container {
    background: url(../images/gray_bg.png);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.link_area_container_inner {
    margin: 0 auto;
    padding: 0;
    width: 79.16%;
    max-width: 1000px;
}

.link_area {
    margin: 20px 0 50px;
    padding: 30px 40px 40px 40px;
    background-color: rgba(0,0,0,0.8);
}

.link_area h2 {
    font-size: 60px;
    color: #e11155;
    text-align: center;
    margin:0 0 30px 0;
    height: 40px;
    line-height: 50px;
    box-sizing: border-box;
    font-family: 'Teko', sans-serif;
}

.link_area ul.link {
    width: 100%;
    list-style:none;
    margin: 0 auto;
    padding: 0;
}

.link_area ul.link li {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    text-align: left;
    border-bottom: 1px dashed #999;
}
.link_area ul.link li p {
    margin: 10px 0;
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.link_area ul.link li p.link_url {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

ul.link p.link_url i {
    margin: 0 5px 0 0;
    color: #e11155;

}
ul.link p.link_url, ul.link p.link_url a {
    color: #7d7d7d;
}

@media (max-width: 1650px) {
    .global_nav ul.nav_list li {
        font-size: 30px;
        height: 90px;
        line-height: 80px;
    }

    .global_nav ul.nav_list li a i {
        font-size: 16px;
    }
}

@media (max-width: 1550px) {
    .global_nav ul.nav_list li {
        font-size: 26px;
        height: 90px;
        line-height: 80px;
    }

    .global_nav ul.nav_list li a i {
        font-size: 14px;
    }
}

@media (max-width: 1300px) {
    .global_nav {
        margin: 0 30px 0 6%;
    }
    
    
    .global_nav ul.nav_list li {
        font-size: 22px;
        height: 90px;
        line-height: 80px;
    }

    .global_nav ul.nav_list li a i {
        font-size: 14px;
    }
}

/* for Tablet */
@media (max-width: 1149px) {
    .wrapper {
        padding-bottom: 171px;
    }

    .header_area {
        height: 70px;
        border-top: 8px solid #da002a;
    }
    
    .header_area_inner h1 {
        height: 40px;
        margin: 8px 0 0 20px;
    }
    
     .global_nav{
        width: 100%;
        height: auto;
        position: absolute;
        top: 63px;
        left: 0;
        margin: 0;
        padding: 0;
        overflow-y: auto;
        -ms-overflow-style:none;
        display: none;
        z-index: 2;
        float: none;
    }

    .global_nav ul.nav_list {
        margin: 0;
        padding: 15px 0 30px 0;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .global_nav ul.nav_list li {
        width: 50%;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        color: #fff;
        padding: 0px;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #909090;
    }

    .global_nav .nav_list li:hover {
        cursor: pointer;
    }
    
    .global_nav .nav_list li a {
        display: block;
        font-family: 'Teko', sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 0;
        font-size: 20px;
        letter-spacing: 1px;
    }

    .global_nav .nav_list li a i {
        font-size: 14px;
    }

    .menu_btn, .menu_btn span {
        display: inline-block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        cursor :pointer;
    }

    .menu_btn {
        position: absolute;
        top: 0px;
        right: 2%;
        margin: 0;
        width: 60px;
        height: 60px;
        display: block;
    }

    .menu_btn span {
        position: absolute;
        background: #fff;
        width: 20px;
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .menu_btn span:nth-of-type(1) {
        top: 20px;
    }

    .menu_btn span:nth-of-type(2) {
        top: 29px;
    }

    .menu_btn span:nth-of-type(3) {
        top: 38px;
    }

    .menu_btn.active span:nth-of-type(1) {
        top: 29px;
        -o-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .menu_btn.active span:nth-of-type(2) {
        filter:alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
    }

    .menu_btn.active span:nth-of-type(3){
        top: 29px;
        -o-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .main_container,
    .news_main_container,
    .discography_main_container,
    .profile_main_container,
    .message_main_container,
    .bbs_main_container,
    .link_main_container {
        padding: 70px 0 0;
        min-height: calc( 100vh - 169px );
    }

    .main_image {
        min-height: calc( 100vh - 270px );
        background: url('../images/main_image_sp_202201_002.png'), -ms-linear-gradient(90deg, #2e2e2e, #3f3f3f);
        background: url('../images/main_image_sp_202201_002.png'), -moz-linear-gradient(90deg, #2e2e2e, #3f3f3f);
        background: url('../images/main_image_sp_202201_002.png'), -o-linear-gradient(90deg, #2e2e2e, #3f3f3f);
        background: url('../images/main_image_sp_202201_002.png'), -webkit-linear-gradient(90deg, #2e2e2e, #3f3f3f);
        background: url('../images/main_image_sp_202201_002.png'), linear-gradient(90deg, #2e2e2e, #3f3f3f);
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: auto 100%;
        overflow: hidden;
        position: relative;
    }

    .scroll_btn {
        bottom: 16px;
        margin-left: -25px;
    }

    .scroll_btn img {
        width: 50px;
    }
    
    .scroll_btn:hover {
        transform: translate(0, 3px);
        -webkit-transform: translate(0,3px);
    }
    
    
    .top_news_area_container {
        position: static;
        background: -ms-linear-gradient(0deg, #353535, #191919);
        background: -moz-linear-gradient(0deg, #353535, #191919);
        background: -o-linear-gradient(0deg, #353535, #191919);
        background: -webkit-linear-gradient(0deg, #353535, #191919);
        background: linear-gradient(0deg, #353535, #191919);
        width: 100%;
        padding: 40px 0;
    }

    .top_news_area {
        width: 89.5%;
        margin: 0 auto;
        padding: 0 0 20px;
    }

    .top_news_area ul {
        padding: 0 10px;
    }

    .top_news_area h2 {
        font-size: 40px;
    }

    .sns_area {
        margin: 13px 90px 0;
    }

    .sns_area ul {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }

    .sns_area li a{
        background: rgba(0, 0, 0, 0);
        padding: 10px;
    }

    .sns_area img {
        width: 30px;
    }

    .sns_area li a:not(:hover) {
        margin: 0 0 14px 0;
    }

    .sns_area li a:hover {
        opacity: 0.7;
    }

    .top_discography_area {
        padding: 0 0 60px;
    }

    .top_discography_area h2 {
        font-size: 40px;
        height: 150px;
        line-height: 150px;
    }

    .more_btn {
        margin: 60px 0 0;
        font-size: 20px;
    }

    .more_btn a {
        padding: 8px 60px;
    }

    .top_menu_area {
        padding: 60px 0 40px;
    }

    .top_menu_area_top,
    .top_menu_area_bottom {
        margin: 30px 0;
    }

    .top_menu_area_top_inner li,
    .top_menu_area_bottom_inner li {
        font-size: 40px;
    }

    .top_menu_area_top .top_menu_text {
        padding: 90% 0 0;
    }

    .top_menu_area_top .top_menu_icon {
        margin-bottom: 10px;
    }

    .top_menu_area_bottom li .top_menu_area_text_s {
        bottom: 20%;
    }

    .top_menu_area_bottom .top_menu_icon {
        padding: 30px 0 10px;
    }

    .footer_area {
        border-bottom: 8px solid #da002a;
    }

    .footer_link_area {
        padding: 20px 0 0 0;
    }

    .footer_text_area {
        padding: 10px 0 30px 0;
    }

    /* NEWS */

    .news_area_container_inner {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .news_area {
        min-width: 0;
        float: none;
        width: 96%;
        /*margin: 45px auto;*/
	margin: 2% auto 45px auto;
        padding: 40px 30px 30px 30px;
    }

/*    category */

    .news_category,
    .discography_category {
        line-height: 42px;
    }

    .news_category a,
    .discography_category a {
        font-size: 20px;
    }

    /* pager */

    .wp-pagenavi {
        padding: 8px 0 0;
    }

    .wp-pagenavi a {
        font-size: 20px;
    }

    .wp-pagenavi .current {
        font-size: 20px;
        padding: 2px 8px 0px;
        height: 24px;
    }


    /* DISCOGRAPHY */

    .discography_area_container_inner {
        width: 100%;
    }

    .discography_area {
        width: 96%;
        margin: 45px 2%;
        padding: 60px 2% 40px 2%;
    }

    .discography_category a {
        font-size: 22px;
    }

    .discography_area ul.discography li {
        width: 19.6%;
    }

    .discography_area ul.discography li+li {
        margin: 0 0 0 0.5%;
    }

    .discography_other_area ul.discography_select_year li {
        font-size: 24px;
    }

    .discography_year {
        font-size: 28px;
    }

    /* BIOGRAPHY */

    .biography_area_container_inner {
        width: 100%;
    }

    .biography_area {
        width: 96%;
        margin: 45px 2%;
    }

    .biography_area ul.biography_select_year li,.biography_area ul.live_select_year li,.biography_area ul.cm_select_year li {
        font-size: 20px;
    }

    .biography_year, .live_year, .cm_year {
        font-size: 28px;
    }

    .biography_line {
        margin: 18px 0 0 0;
    }

    .biography_line i {
        font-size: 19px;
        top: -14px;
        left: -6.5px;
    }

    /* PROFILE */

    .profile_area_container_inner {
        width: 100%;
    }

    .profile_area {
        min-width: 0;
        float: none;
        width: 96%;
        /*margin: 45px auto;*/
	margin: 2% auto 45px auto;
        padding: 40px 30px 30px 30px;
    }

    .profile_area ul li:nth-child(1) {
        width: 36%;
        margin: 0 3% 0 0;
    }

    .profile_area ul li:nth-child(1) img {
        width: 100%;
        height: auto;
    }

    .profile_area ul li:nth-child(2) {
        width: calc( 100% - 51% );
	padding: 0 0 30px 0;
    }

    /* LINK */

    .link_area_container_inner {
        width: 100%;
    }

    .link_area {
        width: 96%;
        margin: 45px 2%;
        padding: 60px 2% 40px 2%;
    }

    /* BBS */

    .bbs_area_container_inner {
        width: 100%;
    }

    .bbs_area {
        width: 96%;
        margin: 45px 2%;
        padding: 60px 2% 40px 2%;
    }
    .comment_post {
        right: 5%;
    }

    /* MESSAGE */

    .message_area_container_inner {
        width: 100%;
    }

    .message_area {
        min-width: 0;
        float: none;
        width: 96%;
        /*margin: 45px auto;*/
	margin: 2% auto 45px auto;
        padding: 40px 30px 30px 30px;
    }

    /* MESSAGES */

    .messages_area_container_inner {
        width: 100%;
    }

    .messages_area {
        width: 96%;
        margin: 45px 2%;
    }

}

/* for SP */
@media (max-width: 767px) {
    .wrapper {
        padding-bottom: 169px;
    }

    .header_area {
        height: 60px;
        border-top: 6px solid #da002a;
    }

    .header_area_inner h1 {
        height: 36px;
    }

    .header_area_inner h1 img {
        display: block;
    }

    .global_nav {
        width: 100%;
        position: absolute;
        top: 53px;
        left: 0;
        margin: 0;
        padding: 0;
        overflow-y: auto;
        -ms-overflow-style:none;
        display: none;
    }

    .global_nav ul.nav_list li {
        width: 100%;
    }

    .menu_btn {
        position: absolute;
        top: 0;
        right: 2%;
        margin: 4px 0 0;
        width: 50px;
        height: 50px;
        display: block;
    }

    .menu_btn span {
        position: absolute;
        background: #fff;
        width: 20px;
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .menu_btn span:nth-of-type(1) {
        top: 16px;
    }

    .menu_btn span:nth-of-type(2) {
        top: 23px;
    }

    .menu_btn span:nth-of-type(3) {
        top: 30px;
    }

    .menu_btn.active span:nth-of-type(1) {
        top: 23px;
        -o-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .menu_btn.active span:nth-of-type(2) {
        filter:alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
    }

    .menu_btn.active span:nth-of-type(3){
        top: 23px;
        -o-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .main_container,
    .news_main_container,
    .discography_main_container,
    .profile_main_container,
    .message_main_container,
    .bbs_main_container,
    .link_main_container {
        padding: 60px 0 0;
    }

    .main_image {
        /*min-height: calc( 100vh - 260px );*/
	min-height: calc( 90vh - 260px );
    }

    .moritaka_line_container {
        bottom: 14%;
    }

    .scroll_btn {
        bottom: 12px;
        margin-left: -15px;
    }

    .scroll_btn img {
        width: 30px;
    }

    .sns_area {
        margin: 15px 54px 0;
    }

    .sns_area li a{
        padding: 4px;
    }

    .sns_area img {
        width: 26px;
    }

    .top_discography_area_inner {
        display: block;
    }

    .top_discography_area ul {
        width: 100%;
    }

    .top_discography_area ul:last-child {
        margin-top: 20px
    }

    .top_discography_area li {
        width: 48%;
    }

    .more_btn a {
        padding: 6px 55px;
    }

    .top_menu_area_top,
    .top_menu_area_bottom {
        margin: 0;
    }

    .top_menu_area_top > li ul,
    .top_menu_area_bottom > li ul {
        display: block;
    }

    .top_menu_area_top_inner li,
    .top_menu_area_bottom_inner li {
        width: 100%;
        margin-bottom: 6%;
    }

    .footer_area {
        border-bottom: 6px solid #da002a;
    }

/*    NEWS */

    .news_area h2 {
        font-size: 40px;
        margin:0 0 28px 0;
        height: 30px;
        line-height: 40px;
    }

    .news_area {
        width: 96%;
        /*margin: 45px 2% 20px;*/
	margin: 2% 2% 20px;
        padding: 30px 10px 30px 10px;
    }

    .news_area ul.news li {
        margin: 8px 0;
    }

    .news_area ul.news li a {
        width: 100%;
        padding: 0 0px 6px 0px;
    }

    .news_detail_area {
        min-height: calc( 100vh - 490px );
    }

/*    category */

    .news_category,
    .discography_category {
        line-height: 38px;
    }

    .news_category a,
    .discography_category a {
        font-size: 15px;
    }

/*    pager */

    .wp-pagenavi {
        padding: 7px 0 0;
    }

    .wp-pagenavi a {
        font-size: 15px;
    }

    .wp-pagenavi .current {
        font-size: 15px;
        padding: 2px 8px 0px;
        height: 24px;
    }


    /* DISCOGRAPHY */

    .discography_area {
        width: 96%;
        margin: 45px 2% 20px;
        padding: 30px 2% 30px 2%;
    }

    .discography_area h2 {
        font-size: 40px;
        margin:0 0 28px 0;
        height: 30px;
        line-height: 40px;
    }

    .discography_category {
        padding: 0 2px;
    }

    .discography_area ul.discography li {
        display: inline-block;
        width: 49%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .discography_area ul.discography li+li {
        margin: 0 0 0 1%;
    }

    .discography_area ul.discography li:nth-child(2n+1) {
        margin: 0 0 0 0;
    }

    .discography_area ul.discography li:nth-child(5) {
        margin: 0 1% 0 0;
    }

    .discography_area ul.discography li:nth-child(n + 3) {
        padding-top: 15px;
    }

    .discography_detail_area .discography_detail_area_left {
        width: 94%;
        margin: 0 auto 15px auto;
        padding: 0;
        text-align: center;
    }

    .discography_detail_area .discography_detail_area_left img {
        max-width: 250px;
        height: auto;
    }

    .discography_detail_area .discography_detail_area_right {
        width: 94%;
        margin: 0 auto;
        padding: 0;
    }

    .discography_area ul.select_year {
        width: 100%;
        margin: 40px 0 0 0;
    }

    .discography_area ul.select_year li {
        margin: 0 0 5px 0;
        font-size: 14px;
    }

    .discography_other_area ul.discography_select_year {
        width: 96%;
    }

    .discography_other_area ul.discography_select_year li {
        font-size: 16px;
    }

    .discography_year {
        width: 15%;
        font-size: 22px;
        padding: 0 10px 0 0;
        margin: 10px 0 0 0;
    }

    .discography_name {
        width: 84%;
        margin: 2px 0 20px 0;
    }

    .discography_name p {
        font-size: 15px;
        margin: 5px 0 5px 20px;
    }

    .discography_line {
        margin: 20px 0 0 0;
    }

    .discography_list_area {
        padding: 30px 0 0 0
    }

    /* BIOGRAPHY */

    .biography_area {
        float: none;
        width: 96%;
        margin: 45px 2% 20px;
        padding: 30px 15px 30px 15px;
    }

    .biography_area:not(:first-child) {
        margin: 20px 2% 20px;
    }

    .biography_area h2 {
        font-size: 40px;
        margin:0 0 28px 0;
        height: 30px;
        line-height: 40px;
    }

    .biography_area ul.biography_select_year,
    .biography_area ul.live_select_year,
    .biography_area ul.cm_select_year {
        width: 96%;
    }

    .biography_area ul.biography_select_year li,
    .biography_area ul.live_select_year li,
    .biography_area ul.cm_select_year li {
        font-size: 16px;
    }

    .biography_year, .live_year, .cm_year {
        width: 15%;
        font-size: 22px;
        padding: 0 10px 0 0;
        margin: 10px 0 0 0;
    }

    .biography_name {
        width: 84%;
        margin: 2px 0 20px 0;
    }

    .biography_name p {
        font-size: 15px;
        margin: 5px 0 5px 20px;
    }

    .biography_line {
        margin: 20px 0 0 0;
    }

    .biography_line i {
        top: -14px;
    }

    .biography_list_area {
        padding: 30px 0 0 0
    }

    .cm_list .biography_name span {
        font-size: 16px;
    }

    /* PROFILE */

    .profile_area {
        width: 96%;
        /*margin: 45px 2% 20px;*/
	margin: 2% 2% 20px;
        padding: 30px 10px 30px 10px;
    }

    .profile_area h2 {
        font-size: 40px;
        margin:0 0 28px 0;
        height: 30px;
        line-height: 40px;
    }

    .profile_area ul li:nth-child(1) {
        /*width: 90%;*/
	width: 70%;
        margin: 0 15%;
    }

    .profile_area ul li:nth-child(2) {
        width: 90%;
        margin: 0 5%;
        position: static;
    }

    .profile_area h3 {
        font-family: 'Noto Sans Japanese', sans-serif;
        letter-spacing: 1px;
        font-size: 22px;
        font-weight: bold;
        margin: 20px 0 0 0;
        padding: 0;
    }

    .profile_area dl {
        width: 100%;
        margin: 15px 0 0 0;
        padding: 0;
    }

    .profile_area dd {
        margin: 0 0 15px 0;
    }

    .profile_link {
        position: relative;
    }

    /* LINK */

    .link_area {
        width: 96%;
        margin: 45px 2% 20px;
        padding: 30px 10px 30px 10px;
    }

    .link_area h2 {
        font-size: 40px;
        margin:0 0 28px 0;
        height: 30px;
        line-height: 40px;
    }

    .link_area ul.link li {
        padding: 10px 0 5px 0;
    }

    /* BBS */

    .bbs_area {
        width: 96%;
        margin: 45px 2% 20px;
        padding: 30px 10px 30px 10px;
    }

    .bbs_area h2 {
        font-size: 40px;
        margin:0 0 28px 0;
        height: 30px;
        line-height: 40px;
    }

    .bbs_area ul.bbs li {
        width: 100%;
    }

    .comment_post {
        position: static;
        margin: 0 3% 3% 0;
        width: auto;
        display: inline-block;
        top:auto;
        right: auto;
        float: right;
    }

    .comment_post a {
        font-size: 16px;
    }

    .comment_post:after {
        content: "";
        clear: both;
        display: block;
    }

    .bbs_area ul.bbs {
        margin: 0 0 50px 0;
    }

    .comment_box_inner {
        width: 96%;
        height: auto;
        padding: 0 2%;
        position:absolute;
        top: 70px;
        left: 0;
        right: 0;
        font-size: 13px;
    }

    .comment_box_inner input {
        margin-bottom: 0px;
        padding: 5px;
    }

    .comment_box_inner select {
        padding: 5px;
    }

    .comment_box_inner textarea {
        padding: 5px;
        margin-bottom: 0px;
    }

    .comment_close {
        margin-bottom:15px;
    }

    .comment_box_inner p {
        margin:10px 0;
    }

    /* MESSAGE */

    .message_area {
        width: 96%;
        /*margin: 45px 2% 20px;*/
	margin: 2% 2% 20px;
        padding: 30px 20px 30px 20px;
        background-color: rgba(0,0,0,0.8);
    }

    .message_area h2 {
        font-size: 40px;
        margin:0 0 28px 0;
        height: 30px;
        line-height: 40px;
    }

    .message li p {
        line-height: 1.6em;
    }

    .message_area ul.message_area_left {
        width: 100%;
        margin: 0 auto;
    }

    .message_area ul.message_area_right {
        width: 100%;
        margin: 0 auto;
    }

    /* MESSAGES */

    .messages_area {
        width: 96%;
        margin: 45px 2% 20px;
        padding: 30px 20px 30px 20px;
        background-color: rgba(0,0,0,0.8);
    }

    .messages_area ul li p.messages_title {
        font-size: 16px;
    }

    .messages_area ul li.messages_contents p {
        font-size: 13px;
        line-height: 20px;
    }

}

@media (max-width: 370px) {
    .header_area_inner h1 {
        height: 24px;
        margin: 14px 0 0 20px;
    }

    .sns_area {
        margin: 18px 54px 0;
    }

    .sns_area img {
        width: 22px;
    }

    .top_menu_area_top .top_menu_text {
        padding: 70% 0 0;
    }

    .biography_area ul.biography_select_year li,
    .biography_area ul.live_select_year li,
    .biography_area ul.cm_select_year li {
        font-size: 18px;
    }

    .biography_year, .live_year, .cm_year {
        font-size: 18px;
    }

    .biography_name {
        width: 80%;
        margin: 2px 0 20px 0;
    }

    .biography_name p {
        margin: 5px 0 5px 10px;
    }
    
}

/*20190522news*/
.pageBackBtn a {
    background-color: #000;
    padding: 10px 15px;
}
.pageBackBtn a:hover {
    color :#e11155;
}
.imgBox {
    float: left;
    width: 22%;
}
.imgBox p img {
    width: 100%;
    margin: 0 0 10px 0;
}
.detailBox {
    width: 75%;
    float: right;
}
.detailBox p a {
    color:#7d7d7d;
}
.detailWrapBox:after {
    content: "";
    clear: both;
    display: block;
}
.detailWrapBox {
    line-height: 22px;
    font-size:14px;
}
.detailWrapBox p, .imgBox p {
    margin:4px auto;
}

@media (max-width: 767px){
.imgBox {
    float: inherit;
    width: 95%;
	margin:0 auto;
}
.imgBox p img {
    width: 70%;
    margin: 0 auto 10px auto;
    display: block;
}
.detailBox {
    width: 95%;
    float: inherit;
    margin:0 auto;
}
}

/*20190522news*/
.newsBox span.live_event {
    display: inline-block;
    width: 100px;
    box-sizing: border-box;
    background: #FFDD25;
    color: #000;
    font-size: 11px;
    text-align: center;
    margin: 3px 8px 0 0;
    padding: 0;
    border-radius: 2px;
    line-height: 2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    vertical-align: top;
}
.newsBox span.media {
    display: inline-block;
    width: 100px;
    box-sizing: border-box;
    background: #00c0ff;
    color: #000;
    font-size: 11px;
    text-align: center;
    margin: 3px 8px 0 0;
    padding: 0;
    border-radius: 2px;
    line-height: 2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    vertical-align: top;
}
.newsBox span.topics {
    display: inline-block;
    width: 100px;
    box-sizing: border-box;
    background: #e11155;
    color: #000;
    font-size: 11px;
    text-align: center;
    margin: 3px 8px 0 0;
    padding: 0;
    border-radius: 2px;
    line-height: 2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    vertical-align: top;
}
.newsBox span.time {
    display: inline-block;
    width: 95px;
    font-size: 15px;
    color: #7d7d7d;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 2em;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    vertical-align: top;
}
.newsBoxInner {
    height:auto !important;
    max-height: 800px;
    overflow: auto;
    overflow-x: hidden;
    font-size: 14px;
}
.newsBoxInner p {
    margin:4px auto;
    line-height: 22px;
}
.newsBox h3 {
    border-bottom: 1px solid #7d7d7d;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;

}
.newsBoxInner p a {
    color:#7d7d7d;
}
.news_area .pageBackBtn a {
    background-color: #000;
    padding: 10px 15px;
}

.news_area .pageBackBtn a:hover {
    color :#fff;
}

/*20190522message*/
.mesBox span.time {
    display: inline-block;
    width: 95px;
    font-size: 15px;
    color: #7d7d7d;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 2em;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    vertical-align: top;
}
.mesBox h3 {
    border-bottom: 1px solid #7d7d7d;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color:#fff;
}
.mesContent p {
    color:#fff;
    line-height: 22px;
    font-size:14px;
    margin:4px auto;
}

.pageBackBtn a{
    color:#fff;
    background-color: #e11155;
    padding: 10px 15px;
    transition: opacity .3s;
}
.pageBackBtn a:hover{
    color:#fff;
}
.mesContent {
    overflow: scroll;
    overflow-x: hidden;
}
.snsPostBtn ul {
    padding: 0 0 0 0 !important;
}
.snsPostBtn ul li {
    float: left;
    margin: 0 5px 0 0;
}

/*20190523bbs*/
.bbs_area .boxInner {
    width: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-height: 1000px;
    overflow-y: scroll;
}
.bbs_area .item {
    width: 31%;
    float: left;
    margin: 0 1%;
    padding: 30px 0 30px 0;
    text-align: left;
}
.bbs_area .item .commentItemInner {
    padding: 25px;
    background-color: #fff;
    border: 1px solid #fff;
    font-family: 'Noto Sans Japanese', sans-serif;
    color: #000;
    line-height: 25px;
    font-size: 15px;
    position: relative;
}
.bbs_area .item .commentItemInner:after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 52%;
    margin-left: -18px;
    border: 14px solid transparent;
    border-top: 18px solid #fff;
    z-index: 1;
}
.commentItemInner .commentHeader {
    bottom: 30px;
    right: 25px;
    position: absolute;
}
.commentHeader .writer {
    font-size:18px;
    font-weight: inherit;
    margin-bottom: 5px;
	text-align: right;
}

.commentHeader span.date {
    font-size:14px;
}
.commentItemInner .commentCont {
    padding-bottom: 80px;
}
.comment_close a {
    color:#000;
}
.comment_close a:hover {
    text-decoration: none;
}
.logged-in-as a {
    color:#000;
}
@media (max-width: 767px) {
.bbs_area .item{
    width: 100%;
}
}

/*20190524biography*/
.biography_area:first-of-type {
    margin: 14px 0 0;
}
.biography_link_area {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    position: absolute;
    top: 15px;
    right: 30px;
}

.biography_link_area li {
    display: inline-block;
    background: #000;
    margin: 0 12px 0 0;
    padding: 0;
}

.biography_link_area li a {
    display: block;
    width: 100%;
    font-family: 'Teko', sans-serif;
    font-size: 22px;
    padding: 8px 10px 5px;
    transition: color .3s;
}

.biography_link_area li a:hover {
    text-decoration: none;
    color: #e11155;
}

.title_underline, .title_underline_2 {
    text-decoration: none;
    background: linear-gradient(transparent 96%, rgba(225,17,85,1) 50%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 1s;
    height: 52px;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
_::-webkit-full-page-media, _:future, :root .news_area_container {
    background-size: auto 100%;
}
_::-webkit-full-page-media, _:future, :root .message_area_container {
    background-size: auto 100%;
}
}

.fade-rollover {
    height:100%;
    background-size: 99.9% 99.9% !important;
}
.fade-rollout {
    height:100%;
}

@media (max-width: 1149px) {
    .biography_area:first-of-type {
        margin: 14px 2%;
    }
    
    .biography_link_area {
        margin: 20px 0 0;
    }

    .biography_link_area li a {
        font-size: 20px;
        padding: 8px 10px 5px;
    }
    .profile_area_top_sp {
        /*
        background: url(../images/bg_profile_202201.png), linear-gradient(0deg, #333136 0%, #333136 100%);
        background-position: center -10px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-size: auto 420px;
        width: 100%;
	height:250px;
        overflow: hidden;
        */
        /* 20220120 */
        background: url(../images/bg_profile_sp_202201.png), linear-gradient(0deg, #333136 0%, #333136 100%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 90%;
        width: 100%;
	    height:250px;
        overflow: hidden;
    }
    .profile_area_container {
        background:none;
    }
    .message_area_top_sp {
        /*
        background: url('../images/bg_message_2.png'), linear-gradient(0deg, #070c13 0%, #101824 100%);
        background-position: center -25px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-size: auto 500px;
        width: 100%;
	height:250px;
        overflow: hidden;
        */
        background: url('../images/bg_message_sp_202201_002.png'), linear-gradient(0deg, #070c13 0%, #101824 100%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 90%;
        width: 100%;
	    height:250px;
        overflow: hidden;
    }
    .message_area_container {
        background:none;
    }
    .news_area_top_sp {
        /*
        background: url(../images/bg_news_202201.png), linear-gradient(0deg, #5c6068 0%, #44474f 100%);
        background-position: center -24px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-size: auto 400px;
        width: 100%;
	height:250px;
        overflow: hidden;
        */
        /* 20220120 */
        background: url(../images/bg_news_sp_202201_002.png), linear-gradient(0deg, #5c6068 0%, #44474f 100%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        width: 100%;
	    height:250px;
        overflow: hidden;
    }
    .news_area_container {
        background:none;
    }
    .news_area_container_bgimage {
        display:none;
    }
    .message_area_container_bgimage {
        display:none;
    }
    .profile_area_container_bgimage {
        display:none;
    }
}

@media (max-width: 767px) {
    .biography_area:first-of-type {
        margin: 14px 2% 20px;
    }

    .biography_link_area li {
        margin: 0 8px 0 0;
    }

    .biography_link_area li a {
        font-size: 18px;
        padding: 8px 10px 5px;
    }
    .title_underline, .title_underline_2 {
        height: 40px;
    }
    .biography_link_area {
        list-style: none;
        padding: 0;
        margin: 20px 0 0;
        position: absolute;
        top: -10px;
        right: 0;
    }
    .sp30 {
        margin: 30px 0 28px 0 !important;
    }
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.ps__rail-x {
  display: block;
  opacity: 1;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: block;
  opacity: 1;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: #fff;
  width:10px;
  border-radius:6px;
}

.ps--active-x > .ps__rail-x {
  display: none;
}

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #585858;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 8px;
  /* there must be 'right' for ps__thumb-y */
  right: 1px;
  /* please don't change 'position' */
  position: absolute;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

#scroll, #scroll1, #scroll2, #scroll3, #scroll4 {
position: relative;
    width: 100%;
    padding: 20px 10px 0 0 !important;
}

.ps__rail-x, .ps__rail-y {
    opacity: 0.8!important;
}


.news_area_container_bgimage {
    position:absolute;
    height:100%;
    /*width: 400px;*/
    width: 550px;
    background: url('../images/bg_news_202201.png'); /*20220120*/
    background: url('../images/bg_news_202201.png'); /*20220120*/
    background: url('../images/bg_news_202201.png'); /*20220120*/
    background: url('../images/bg_news_202201.png'); /*20220120*/
    background: url('../images/bg_news_202201.png'); /*20220120*/
    background-position: 0 50px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 99;
}

.message_area_container_bgimage {
    position:absolute;
    height:100%;
    /*width: 400px;*/
    width: 550px;
    background: url('../images/bg_message_202201.png'); /*20220120*/
    background: url('../images/bg_message_202201.png'); /*20220120*/
    background: url('../images/bg_message_202201.png'); /*20220120*/
    background: url('../images/bg_message_202201.png'); /*20220120*/
    background: url('../images/bg_message_202201.png'); /*20220120*/
    background-position: 0 20px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 99;
}

.profile_area_container_bgimage {
    position:absolute;
    height:100%;
    width: 430px;
    background: url('../images/bg_profile_202201.png'); /*20220120*/
    background: url('../images/bg_profile_202201.png'); /*20220120*/
    background: url('../images/bg_profile_202201.png'); /*20220120*/
    background: url('../images/bg_profile_202201.png'); /*20220120*/
    background: url('../images/bg_profile_202201.png'); /*20220120*/
    background-position: 0 20px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 99;
}


@media (orientation: landscape) and (max-width: 767px){
    .main_image {
        min-height: calc( 90vh - 60px );
    }
}


/* ----
 20251225 add 
----- */
.top_banner_area_container {
    width: 46%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin: 10px 0 0;
}

.top_banner_area_container a {
    width: 49%;
    max-width: fit-content;
}

.top_banner_area_container img {
    max-width: 100%;
}

@media (max-width: 1149px) {
    .top_banner_area_container {
        width: 89.5%;
        margin: 10px auto 0;
        justify-content: center;
    }
}

.main_image {
    background: url('../images/main_image_202512_001.png'), -ms-linear-gradient(90deg, #2e2e2e, #3f3f3f);
    background: url('../images/main_image_202512_001.png'), -moz-linear-gradient(90deg, #2e2e2e, #3f3f3f);
    background: url('../images/main_image_202512_001.png'), -o-linear-gradient(90deg, #2e2e2e, #3f3f3f);
    background: url('../images/main_image_202512_001.png'), -webkit-linear-gradient(90deg, #2e2e2e, #3f3f3f);
    background: url('../images/main_image_202512_001.png'), linear-gradient(90deg, #2e2e2e, #3f3f3f);
    background-position: center 0;
        background-repeat: no-repeat;
        background-size: auto 100%;
}

@media (max-width: 1149px) {
    .main_image {
        background: url('../images/main_image_sp_202512_001.png'), -ms-linear-gradient(90deg, #2e2e2e, #3f3f3f);
        background: url('../images/main_image_sp_202512_001.png'), -moz-linear-gradient(90deg, #2e2e2e, #3f3f3f);
        background: url('../images/main_image_sp_202512_001.png'), -o-linear-gradient(90deg, #2e2e2e, #3f3f3f);
        background: url(../images/main_image_sp_202512_001.png), -webkit-linear-gradient(90deg, #2e2e2e, #3f3f3f);
        background: url(../images/main_image_sp_202512_001.png), linear-gradient(90deg, #2e2e2e, #3f3f3f);
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
}

.newsBoxInner {
    max-height:none;
}

/* .news_area_container_inner 79.16%
.news_area max840px */
.news_area_container_bgimage {
    background: url(../images/bg_news_202512_004.png);
    background-position: 0 50px;
    background-repeat: no-repeat;
    background-size: 100% auto;

    width: min(calc((79.16% - 840px) + ((100% - 79.16%) / 2)), 30%);
}
@media (max-width: 1149px) {
    .news_area_top_sp {
        background: url(../images/bg_news_sp_202512_007.png), linear-gradient(0deg, #5c6068 0%, #44474f 100%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
}

.message_area_container_bgimage {
    background: url(../images/bg_message_202512_003.png);
    background-position: 0 20px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: min(calc((79.16% - 840px) + ((100% - 79.16%) / 2)), 30%);
}

.fa-disc-alt:before {
    content: "\f51f";
}

@media (max-width: 1149px) {
    .message_area_top_sp {
        background: url(../images/bg_message_sp_202512_003.png), linear-gradient(0deg, #5c6068 0%, #44474f 100%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 90%;
    }
}

.profile_area_container_bgimage {
    background: url(../images/bg_profile_202512_005.png);
    background-position: 0 20px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: min(calc((79.16% - 700px) + ((100% - 79.16%) / 2)), 34%);
}
@media (max-width: 1149px) {
    .profile_area_top_sp {
        background: url(../images/bg_profile_sp_202512_006.png), linear-gradient(0deg, #333136 0%, #333136 100%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 90%;
    }
}