@charset "utf-8";

@media screen and (max-width:1300px) {
    #singer_info ul li .div_img .content_singerinfo {
        border: 10px solid rgba(0, 0, 0, .1);
    }
    #singer_info ul li .div_img .content_singerinfo p {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 11px;
        overflow-y: auto;
    }
}

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

    .div_mail a {
        font-size: 15px;
    }

    .hd_tel {
        font-size: 15px;
    }

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

    .hd_contact::after,
    .hd_mid::after,
    .hd_mid::before {
        content: none;
    }

    .cont {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cont2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hd_contact {
        margin-right: -10px;
    }

    .hd_menu {
        width: 95%;
    }

    .div_mail {
        width: auto;
        padding-left: 35px;
    }

    .news_content ul li .date {
        font-size: 13px;
        width: 25%;
        margin-right: 4%;
    }

    .news_content ul li .txt {
        width: 71%;
    }

    #singer_dec .singer_dec_row .div_img {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    #singer_dec .singer_dec_row .div_title {
        position: relative;
        width: 100%;
    }

    #singer_dec .singer_dec_row .div_title .txt {
        width: 100%;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 16px;
    }

    #singer_info ul li div.a_old .div_txt {
        font-size: 14px;
        padding-top: 6px;
        padding-left: 0px;
    }

    #top_news.singer_discography {
        padding-top: 0px;
    }

    #ticket_cont .radio_input label {
        font-size: 16px;
    }
    
}

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


    #single_cont {
        padding-top: 20px;
        padding-bottom: 45px;
    }

    #single_cont .row_like a {
        max-width: 125px;
        height: 27px;
        line-height: 27px;
        font-size: 14px;
    }

    #single_cont .single_txt p {
        word-wrap: break-word;
        font-size: 12px;
    }

    #single_cont .single_txt h3 {
        font-size: 16px;
    }

    #single_cont .single_txt {
        margin-top: 15px;
        border: 1px solid #0ABAB5;
        padding: 15px;
        font-size: 12px;
    }

    #single_cont .title_style06 {
        font-size: 16px;
    }

    #single_cont strong {
        font-size: 14px;
    }
	
	#singer_info ul li .div_img .content_singerinfo{ display: none;}

    #ticket_cont {
        padding-bottom: 45px;
    }

    #ticket_cont table tr td:first-child p {
        font-size: 14px;
    }

    #ticket_cont table tr td:first-child p span.Required {
        font-size: 12px;
    }

    #ticket_cont table tr td.btn_submit input {
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        max-width: 280px;
    }

    #ticket_cont .div_radio .radio_input {
        width: 100%;
        margin-bottom: 10px;
    }

    #ticket_cont .img {
        margin-top: 18px;
        margin-bottom: 18px;
    }

    #ticket_cont table {
        margin-top: 15px;
    }

    #ticket_cont table tr td:first-child {
        padding-left: 0px;
        font-size: 14px;
        width: 100%;
        float: left;
        padding-bottom: 0;
        padding-top: 10px;
        border-top: 1px dashed #CFCFCF;
    }

    #ticket_cont table tr td {
        padding-right: 0px;
        padding-top: 5px;
        padding-bottom: 10px;
        float: left;
        width: 100%;
        border-top: 0px dashed #CFCFCF;
    }

    #ticket_cont table tr td.btn_submit {
        border-top: 0px dashed #CFCFCF;
    }

    #ticket_cont table tr td textarea {
        margin-left: 0px;
        padding: 5px 10px;
    }

    #ticket_cont table tr td input, #ticket_cont table tr td select {
        width: 100%;
        border: 1px solid #747070;
        margin-left: 0px;
    }

    #singer_news {
        margin-top: 20px;
    }

    #top_calendar {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #top_calendar .calendar_div {
        margin-top: 20px;
        height: 400px;
        overflow-x: scroll;
    }

    #singer_news .singer_news_row ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 35px;
    }

    #singer_news .singer_news_row ul li:nth-child(even) {
        margin-right: 0%;
    }

    #singer_news .singer_news_row {
        height: 340px;
        margin-top: 20px;
    }

    #top_news.singer_discography .news_title {
        max-width: 100%;
        height: auto;
    }

    #top_news.singer_discography .news_content {
        height: 200px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #singer_dec {
        padding-top: 20px;
    }

    #singer_info {
        padding-top: 25px;
        padding-bottom: 18px;
    }

    #singer_info ul li {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 10px;
    }

    #singer_info ul li:nth-child(odd) {
        margin-left: 0%;
    }
	
	#singer_info ul li div.a_old:hover {
		opacity: 1;
	}
	
	.content_singerinfo_sp {
		display: none;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 6px;
		border: 10px solid rgba(0, 0, 0, .1);
		background-color: rgba(255, 255, 255, 1);
		margin-bottom: 0;
		transition: all ease 0.5s;
		-webkit-transition: all ease 0.5s;
		-moz-transition: all ease 0.5s;
		-ms-transition: all ease 0.5s;
		-o-transition: all ease 0.5s;
	}
	
	.content_singerinfo_sp.flag {
		display: inline-block;
	}

    .hd_mid {
        padding-top: 10px;
    }

    #artist_cont ul li:last-child a {
        margin-bottom: 0;
    }

    .title_style06 {
        font-size: 18px;
        padding-bottom: 5px;
    }

    #artist_cont ul li a {
        height: auto;
    }

    #artist_cont ul li a .artist_bg {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 32px;
        height: 140px;
    }

    #artist_cont ul li a .artist_bg .txt {
        font-size: 12px;
        margin-top: 10px;
        padding-left: 8px;
    }

    #artist_cont ul li a .artist_bg::after {
        height: 23px;
        width: 32px;
        background-size: contain;
        background-position: right bottom;
    }

    #artist_cont {
        padding-top: 20px;
        padding-bottom: 45px;
    }

    .title_style04 {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 11px;
    }

    .title_style05 {
        font-size: 16px;
        padding-left: 10px;
        margin-top: 10px;
        margin-top: 5px;
    }

    #company .company_row {
        margin-top: 15px;
    }

    #company .company_row .txt2 {
        width: 100%;
        margin-left: 0%;
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 8px;
        margin-top: 10px;
    }

    #company {
        margin-top: 13px;
        padding-bottom: 45px;
    }

    #company .company_row .txt {
        width: 100%;
        font-size: 12px;
    }

    #top_address p.txt {
        font-size: 12px;
        padding-left: 10px;
    }

    .title_style04 .btn_more {
        font-size: 12px;
        display: inline-block;
        height: 18px;
        line-height: 18px;
    }

    .title_style04 .btn_rows {
        padding-right: 10px;
    }

    body {
        font-size: 12px;
    }

    #top_audition ul li .div_p .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #top_audition ul li .div_p .txt {
        margin-bottom: 12px;
    }

    #top_audition ul li .div_p .txt {
        margin-bottom: 30px;
    }

    #top_audition .btn_audition {
        font-size: 12px;
        padding-left: 7px;
        padding-right: 7px;
        height: 25px;
        line-height: 25px;
    }

    #top_audition .btn_more {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        width: 180px;
        margin-top: 10px;
    }

    #top_audition ul li:nth-child(odd) {
        margin-right: 0%;
    }

    #top_audition ul li .div_img {
        text-align: right;
    }

    #top_info {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    #top_audition {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #top_audition ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    #top_sns {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .title_style02 {
        font-size: 14px;
    }

    .title_style02 .txt_eng {
        font-size: 18px;
        padding-bottom: 6px;
    }

    .title_style03 {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    #top_info .txt {
        font-size: 14px;
        margin-top: 10px;
    }

    #top_info .img img {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 10px;
    }

    #top_sns ul {
        padding-left: 5px;
        padding-right: 5px;
    }

    .news_all {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .owl-carousel.top_slide01 .owl-dots {
        margin-top: 10px;
    }

    .owl-carousel.top_slide01 .owl-dots .owl-dot {
        height: 10px;
        width: 10px;
        margin-right: 10px;
        margin-bottom: 14px;
    }

    .title_style01 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .news_title .title_eng {
        font-size: 18px;
        padding-top: 5px;
    }

    .news_title {
        max-width: 100%;
        width: 100%;
        font-size: 15px;
        color: #fff;
        height: auto;
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .news_content ul li .date {
        display: block;
        width: 110px;
        font-size: 13px;
    }

    .news_content ul li .txt {
        width: 100%;
        font-size: 12px;
        margin-top: 10px;
    }

    .news_icon {
        display: none;
    }

    .news_title::after {
        content: none;
    }

    .news_content {
        height: 300px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }

    .back_top img {
        width: 35px;
        height: 35px;
    }

    .ul_ft_menu {
        margin-left: 20px;
    }

    .ul_ft_menu>li {
        margin-right: 15px;
        width: 100%;
        margin-top: 17px;
    }

    .ft_menu {
        width: 100%;
    }

    .ft_logo {
        width: 100%;
        text-align: center;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .ul_hd_menu li .hd_submenu li.active a,
    .ul_hd_menu li .hd_submenu li:hover a {
        background: transparent;
        color: #10af9e;
        text-decoration: underline;
    }

    .hd_logo {
        width: 50%;
    }

    .hd_right {
        width: 50%;
    }

    .div_mail a {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .hd_tel {
        max-width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    _::-webkit-full-page-media, _:future, :root .hd_tel{
        font-size: 11px;
    }

    .hd_tel::after {
        border-right: 18px solid transparent;
        border-bottom: 30px solid #FFDA00;
    }

    .hd_tel::before {
        border-left: 18px solid transparent;
        border-top: 30px solid #FFDA00;
    }

    .hd_contact {
        height: 30px;
    }

    .div_mail {
        width: auto;
        padding-left: 25px;
        max-width: 190px;
    }

    .hd_contact,
    .ft_contact .hd_contact {
        width: 240px;
    }

    .ft_contact .hd_contact .div_mail {
        width: auto;
        padding-left: 25px;
    }

    .show_sp {
        display: inline-block;
    }

    .hide_sp {
        display: none;
    }

    .ul_hd_menu {
        display: none;
        position: absolute;
        z-index: 100;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(227, 243, 242, 0.9);
        margin-top: 0;
    }

    .hd_right {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
    }

    .ul_hs_sns .sns_menu {
        display: block;
    }

    .ul_hd_menu li,
    .ul_hd_menu li:first-child {
        background: none;
        width: 100%;
        text-align: left;
        padding-left: 20px;
        padding-top: 10px;
    }

    .ul_hd_menu li.hd_menu_parent {
        position: relative;
    }

    .ul_hd_menu li .hd_submenu {
        display: block;
        position: relative;
        top: 0;
        background: transparent;
        box-shadow: unset;
    }

    .ul_hd_menu li .hd_submenu li a {
        text-align-last: left;
        padding-left: 40px;
    }

    .ul_hd_menu li .hd_submenu li:last-child a {
        padding-bottom: 0;
    }

    .ul_hd_menu li .hd_submenu li a {
        position: relative;
        text-align: left;
    }

    .ul_hd_menu li .hd_submenu li a:before {
        content: "\f0da";
        font-family: FontAwesome;
        display: inline-block;
        position: absolute;
        transform: translateX(-180%);
        -webkit-transform: translateX(-180%);
        -moz-transform: translateX(-180%);
        -ms-transform: translateX(-180%);
        -o-transform: translateX(-180%);
    }

}

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

    #top_sns ul li {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 20px;
        text-align: center;
    }

    #top_sns ul li:nth-child(4){
        margin-top: 0px;
        margin-right: 0%;
        height: 375px;
    }

    #artist_cont ul li a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 20px;
        height: auto;
    }
}

@media screen and (max-width:420px) {
    #singer_news .singer_news_row ul li {
        width: 100%;
        margin-right: 0%;
    }

    #top_audition ul li .div_img {
        width: 100%;
        margin-right: 0%;
        text-align: center;
    }

    #top_audition ul li .div_p {
        width: 100%;
        margin-top: 10px;
    }
}