/* #共通 ========================================================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: inherit;
}
html {
	height:100%;
}
body{
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    margin: 0px;
    height: 100%;
    font-size: 18px;
    line-height: 30px;
    -webkit-text-size-adjust: 100%;
    background-color: #FFFFFF;
}
img {
	border: none;
	vertical-align:bottom;
}
a img.rollover {
    display: block;
}
a:hover img.rollover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a[href^="tel:"] { cursor: default; }
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.end {
	height: 0px;
	width: 100%;
	clear: left;
}
.link {
	width: 100%;
	height: 0px;
	float: left;
	position: relative;
    z-index: -1;
}


/* #PC ========================================================================================================== */
.content {
    height: auto;
    width: 100%;
    position: relative;
    float: left;
}
.content_inner {
    height: auto;
    width: 90%;
    max-width: 1300px;
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0 5%;
}
.content_h1 {
    height: auto;
    width: 50%;
    position: relative;
    float: left;
}
.content_h2 {
    height: auto;
    width: 50%;
    position: relative;
    float: left;
    margin-top: 10px;
}
.content_h2_inner {
    height: auto;
    width: 86%;
    position: relative;
    margin: 0 auto 0 auto;
    padding: 3.5vw 7%;
}
.bc_o {
    background-color: #F7B52C;
}
.bc_p {
    background-color: #5F1985;
}
.bc_red {
    background-color: #cf0000;
}
.mv {
    height: 1150px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-image: url(../imgs/mv_pc.jpg);
    background-position: center top;
    background-size: auto 100%;
}
@media only screen and (max-width: 850px) {
.mv {
    height: 130vw;
    width: 100%;
}
}
.main_sponsor {
    height: auto;
    width: 320px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -160px;
}
.menu {
    height: auto;
    width: 98.5%;
    position: relative;
    float: left;
    margin: 1.5vw 0 1.5vw 1.5%;
}
.menu img {
    width: 16.2%;
    position: relative;
    float: left;
    margin: 0 0.3% 0 0;
}
.hajimeni_inner {
    height: auto;
    width: 90%;
    max-width: 1100px;
    position: relative;
    margin: 0 auto 0 auto;
    padding: 90px 5%;
}
.hajimeni_inner img {
    position: relative;
    float: left;
}
.title {
    height: auto;
    width: 80%;
    position: relative;
    float: left;
    margin: 0 10%;
}
.footer {
    height: auto;
    width: 100%;
    position: relative;
    float: left;
    padding: 35px 0;
    border-top: 1px solid #000000;
}
.jikkoiinkai {
    height: auto;
    width: 50%;
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 16px;
}
.jikkoiinkai_t {
    font-size: 18px;
    font-weight: bold;
}
.cc {
    height: auto;
    width: 50%;
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
}
.modal {
    max-height: 90%;
	width : 90%;
}
.modal_about {
	height: auto;
	width : 90%;
	margin: 50px 0 50px 5%;
	position : relative;
	float: left;
	text-align: left;
    font-size: 18px;
    line-height: 40px;
}
.artist_area1 {
    background-image: url(../imgs/bg_o_pc.jpg);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: repeat-y;
}
.artist_area2 {
    background-image: url(../imgs/bg_p_pc.jpg);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: repeat-y;
}
.artist {
    height: auto;
    width: 90%;
    position: relative;
    float: left;
    margin-left: 5%;
    padding: 3vw 0;
}
.artist ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.artist li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
}
.artist li.a_ph {
	width: 24%;
	margin-right: 3%
}
.artist li.a_logo {
    width: 25%;
    margin-right: 3%
}
.artist li.a_title {
    width: 150px;
    height: 26px;
    padding-top: 8px;
    font-size: 16px;
    line-height: 16px;
    background-color: #5F1985;
    text-align: center;
    color: #FFFFFF;
    border-radius: 17px;
    margin: 5vw 0 15px 0;
}
.artist li.a_title2 {
    margin: 0 20% 15px 0;
}
.artist li.a_title3 {
    margin: 0 2% 15px 0;
}
.artist li.a_name {
    width: 45%;
    font-size: 26px;
}    
.artist li.a_profile {
    width: 73%;
    margin-top: 3vw;
}
.obi {
    height: auto;
    width: 90%;
    position: relative;
    float: left;
    background-color: #5F1985;
    color: #FFFFFF;
    text-align: center;
    font-size: 30px;
    padding: 15px 0;
    border-radius: 40px;
    margin-left: 5%;
    margin-top: 2vw;
    font-weight: bold;
}
.artist_line {
    height: 0px;
    width: 90%;
    position: relative;
    float: left;
    margin-left: 5%;
    border-bottom: 1px solid #000000;
}
#fixed-header {
    position: fixed;
    top: -7vw;  
    width: 100%;
    height: 7vw;
    background: #ffffff;
    box-sizing: border-box;
    transition: .5s;
    z-index: 10;
}
#fixed-header.is-show {
  top: 0;
}
#fixed-header img {
    width: 13.9%;
    position: relative;
    float: left;
    margin: 0.6vw 0.3% 0 0;
}
.s_menu {
    display: none;
}
.p_bottom {
    padding-bottom: 50px;
}
.m_top {
    margin-top: 100px;
}
.access_img {
    width: 50%;
    position: relative;
    float: left;
}
.access_img2 {
    width: 40%;
    position: relative;
    float: left;
    margin-top: 2vw;
}
@media only screen and (min-width: 1100px) {
    .access_img2 {
        margin-top: 30px;
    }
}
.sponsor_area {
    height: auto;
    width: 1000px;
    position: relative;
    margin: 0 auto 0 auto;
    padding: 70px 0 50px 0;
}
.sponsor_title {
	height: 40px;
	width: 90%;
	padding-top: 5px;
	position: relative;
	float: left;
	margin: 0 0 40px 5%;
	text-align: center;
	background-color: #5F1985;
	color: #FFFFFF;
	border-radius: 25px;
}
.sponsor_box1 {
    height: auto;
    width: 28%;
    position: relative;
    float: left;
    margin: 0 35% 30px 36%;
}
.sponsor_box2 {
    height: auto;
    width: 28%;
    position: relative;
    float: left;
    margin: 0 -2% 30px 5%;
}


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.mv {
    height: auto;
    width: 100%;
    position: relative;
    margin: 0 auto;
    background: #FFFFFF;
}
.content_inner {
    width: 100%;
    padding: 0 0;
}
.content_h1 {
    width: 100%;
}
.content_h2 {
    width: 100%;
    margin-top: 0px;
}
.content_h2_inner {
    padding: 7vw 7%;
}
.menu {
    width: 97.5%;
    margin: 2.5vw 0 2.5vw 2.5%;
}
.menu img {
    width: 32.2%;
    margin: 0 0.5% 0.5vw 0;
}
.hajimeni_inner {
    width: 90%;
    padding: 90px 5%;
}
.title {
    width: 100%;
    margin: 0 0%;
}
.footer {
    padding: 50px 0;
}
.jikkoiinkai {
    width: 100%;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 40px;
}
.jikkoiinkai_t {
    font-size: 28px;
}
.cc {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}
.modal_about {
    font-size: 24px;
    line-height: 50px;
}
.artist_area1 {
    background-image: url(../imgs/bg_p_sp.jpg);
}
.artist_area2 {
    background-image: url(../imgs/bg_p_sp.jpg);
}
.artist {
    width: 86%;
    margin-left: 7%;
    padding: 6vw 0;
}
.artist li.a_ph {
	width: 35%;
	margin-right: 5%
}
.artist li.a_logo {
    display: none;
}
.artist li.a_title {
    width: 200px;
    height: 35px;
    padding-top: 5px;
    font-size: 20px;
    line-height: 30px;
    border-radius: 20px;
    margin: 0 0 15px 0;
}
.artist li.a_title2 {
    margin: 0 0 15px 0;
}
.artist li.a_title3 {
    margin: 0 20px 15px 0;
}
.artist li.a_name {
    width: 60%;
    font-size: 30px;
}    
.artist li.a_profile {
    width: 60%;
    margin-top: 4vw;
    font-size: 24px;
    line-height: 40px;
}
.obi {
    width: 86%;
    margin-left: 7%;
}
.artist_line {
    width: 86%;
    margin-left: 7%;
}
.s_menu {
    display: block;
    width: 97.5%;
    margin: 300px 0 2.5vw 2.5%;
}
.s_menu img {
    width: 45%;
    margin: 0 -3% 2vw 4%;
    position: relative;
    float: left;
}
#fixed-header {
    display: none;
}
.access_img {
    width: 90%;
    margin-left: 3%;
    margin-top: 10px;
}
.access_img2 {
    width: 90%;
    margin-left: 5%;
    margin-top: 0;
}
.sponsor_area {
    width: 100%;
}



}/* @media only screen and (max-width: 750px) */
