@CHARSET "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
    font-family: Goudy Old Style, serif; 
}
/*初期化----------------------------------------------------*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
/* remember to define focus styles! */
:focus {
  outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* tables still need 'cellspacing=0' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*コンテンツ----------------------------------------------------*/

#pc{
	width:1200px;
	overflow:hidden;
	margin:auto;
}
#sp{
    display:none;
}
hr{
    width:1200px;
    margin:30px auto;
    background-color:#E3E3E3;
    height:1px;
    border:none;
}
.main_title{
    width:1200px;
    text-align:center;
    margin:30px auto;
}
.main_title img{
    width:300px;

}
header{
    position:relative;
    z-index:9999;
    background:rgba(255,255,255,0.5);
    height:65px;
    width:100%;
    text-align: center;
}
header ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.slider{
    margin: 100px auto;
    width: 1200px;
}
.slider img{
    height: auto;
    width: 100%;
}
h2{
    font-weight:100;
    font-size:20px;
    line-height:30px;
    width:800px;
    text-align:center;
    margin:auto;
}
.middle{
    width:1200px;
    margin:auto;
}
.sub_menu li img{
    width:250px;
}
.off_btn{
    position:relative;
    top:-170px;
}
.sub_menu{
    height:170px;
}
.sub_menu ul,#kyohso_menu ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.menulist img, .submenulist img{
    cursor: pointer;
}
.band_title{
    margin-top:50px;
}
.artist_area{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top:100px;
}
.artist_area .product {
    margin-left:10px;
}
.artist_area .product img{
    width:580px;
    position:relative;
    top:-10px;
}
.artist_area .comment_title{
    position:relative;
    top:0px;
    border-bottom:solid 1px #E3E3E3;
}
.artist_area .comment_area{
    position:relative;
    padding:10px;

    height:215px;
    top:8px;
    font-size:20px;
    width:560px;
    line-height:30px;
}
.artist_area .artist_image img{
    width:400px;
    margin:10px;
    margin-left:15px;
}
.special_detail{
    width:1000px;
    margin:auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.special_detail .special_list{
    position:relative;
    padding:10px;
    top:-40px;
    font-size:20px;
    line-height:30px;
}
.special_detail2{
    width:960px;
    margin:30px auto;
    font-size:20px;
    line-height:30px;
}
.info_option{
    width:1200px;
    margin:auto;
    text-align:center;
    font-size:30px;
}
.info_option a{
    color:brown;
    text-decoration:none;
}
.info_detail ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width:1200px;
    margin:auto;
}
.info_detail ul li{
    margin:5px;
}
footer{
    position:relative;
    top:50px;
    width:1200px;
    margin:auto;
    text-align:center;
}
.space{
    height:400px;
    margin-top:-300px;
}
.sub_l1{
    margin-top:-30px;
}
/*SP----------------------------------------------------*/
@media (max-width: 768px){
body{
    width:100%;
    overflow-x:hidden;
}
#pc{
    display:none;
}
#sp{
    display:block;
}
.main_title{
    width:100%;
    text-align:center;
    margin:10px auto;
}
.main_title img{
    width:50%;
}
header{
    display:none;
}
.slider{
    margin: 100px auto;
    width: 90%;
}
.slider img{
    height: auto;
    width: 100%;
}
hr{
    width:100%;
    margin:30px auto;
    background-color:#E3E3E3;
    height:1px;
    border:none;
}
#panel {
    position:fixed;
    display: none;
    width: 100%;
    top: -50px;
    padding: 150px 0;
    background: #fff;
    text-align: center;
    z-index:9999;
    font-size:30px;
    color:#fff;
	opacity:0.9;
}
#panel a{
    color:#2B2B2B;
    text-decoration:none;
    cursor:pointer;

}
#panel ul{
	width:90%;
    margin:auto;
}
#panel li{
	width:90%;
    margin-top:10px;
}
#panel-btn{
    position: fixed;
    top:10px;
    right:10px;
    width: 60px;
    height: 60px;
    border-radius: 20%;
    background: #ccc;
    opacity:0.7;
    z-index:99999;
}
#panel-btn:hover{
    background:background:#ccc;
}
#panel-btn-icon{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    margin: -2px 0 0 -15px;
    background: #555;
    transition: .2s;
    z-index:99;
}
#panel-btn-icon:before, #panel-btn-icon:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 3px;
    background: #555;
    transition: .3s;
}
#panel-btn-icon:before{
    margin-top: -14px;
}
#panel-btn-icon:after{
    margin-top: 10px;
}
#panel-btn .close{
    background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
    margin-top: 0;
}
#panel-btn .close:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

h2{
    font-weight:100;
    font-size:12px;
    line-height:30px;
    width:90%;
    text-align:center;
    margin:auto;
}
.middle{
    width:100%;
    margin:auto;
}
.middle img{
    width:100%;
}

.band_title img{
    width:100%;
}
.off_btn{
    position:relative;
    top:0;
}
.sub_menu{
    height:15%;
}
.sub_menu li{
    width:25%;
}
.sub_menu li img{
    width:100%;
}

.sub_menu ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.menulist img, .submenulist img{
    cursor: pointer;
}
.band_title{
    margin-top:50px;
}
.artist_area{
    display: block;
    align-items: center;
    margin-top:0px;
    overflow:hidden;
}
.artist_area .product {
    margin-left:0px;
    text-align:center;
    width:50%;
    float:left;
}
.artist_area .product img{
    width:95%;
    position:relative;
}
.artist_area .comment_title{
    position:relative;
    top:10px;
    border-bottom:solid 1px #E3E3E3;
}
.artist_area .comment_area{
    position:relative;
    padding:10px;
    height:38%;
    top:8px;
    font-size:12px;
    width:80%;
    margin:10px auto;
    line-height:17px;
    text-align:left;
}
.artist_area .artist_image{
    text-align:center;
    width:50%;
    float:left;
}
.artist_area .artist_image img{
    width:100%;
    margin:0px;
    margin-left:0px;

}
.special_detail{
    width:100%;
    margin:auto;
    display: block;

}
.special_detail .special_list{
    position:relative;
    padding:10px;
    top:-40px;
    font-size:15px;
    line-height:30px;
}
.sprcial_card{
    text-align:center;
}
.special_detail2{
    width:90%;
    margin:30px auto;
    font-size:15px;
    line-height:30px;
}
.info_option{
    width:90%;
    margin:auto;
    text-align:center;
    font-size:12px;
    line-height:15px;
}
.info_option a{
    color:brown;
    text-decoration:none;
}
.info_detail ul{

    display: flex;

    width:98%;
    margin:auto;
}
.info_detail ul li{
    margin:5px;
}
footer{
    position:relative;
    top:50px;
    width:90%;
    margin:auto;
    text-align:center;
    font-size:12px;
}
.k_space,.l_space,.r_space,.a_space{
    height:50px;
    width:100px;
    display:none;
}
#sp_kyohso_top .artist_image{
    background:#AC1D21;
}
#sp_liar_top .artist_image{
    background:#1C2959;
}
#sp_reve_top .artist_image{
    background:#E50072;
}
#sp_apple_top .artist_image{
    background:#1B7E3B;
}


}

