@charset "UTF-8";
body {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    overflow-x: hidden;
    background-color: rgba(1,1,1,1.00);
}
.wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background-color: hsla(0,0%,0%,1.00);
    overflow-x: hidden;
}
.header {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0%;
    padding: 0;
    width: 100%;
    height: auto;
    /* [disabled]background-color: hsla(0,81%,50%,1.00); */
    color: hsla(0,0%,100%,1.00);
    font-size: 164%;
    text-align: center;
    line-height: 86px;
}

.top_banner {
    width: 100%;
    height: 60px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: fixed;
    top: 0px;
    background-color: #755A6F;
    /* [disabled]border-bottom: 3px solid hsla(0,23%,97%,1.00); */
    opacity: 1;
    z-index: 4;
    /* [disabled]background-image: -webkit-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(0,1,74,1.00) 68.15%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: -moz-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(0,1,74,1.00) 68.15%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: -o-linear-gradient(270deg,rgba(63,0,30,1.00) 0%,rgba(99,2,49,1.00) 66.76%,rgba(101,14,56,1.00) 100%); */
    /* [disabled]background-image: -o-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(0,1,74,1.00) 68.15%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: linear-gradient(180deg,rgba(9,10,44,1.00) 0%,rgba(0,1,74,1.00) 68.15%,rgba(23,24,81,1.00) 100%); */
}
.top_banner.show {
    opacity: 1;
    z-index: 2;
    background-color: #755A6F;
    /* [disabled]background-image: -webkit-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(0,1,74,1.00) 66.69%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: -moz-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(0,1,74,1.00) 66.69%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: -o-linear-gradient(270deg,rgba(63,0,30,1.00) 0%,rgba(101,14,56,1.00) 68.79%,rgba(101,14,56,1.00) 100%); */
    /* [disabled]background-image: -o-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(0,1,74,1.00) 66.69%,rgba(23,24,81,1.00) 100%); */
    -webkit-box-shadow: 5px 0px 5px;
    box-shadow: 5px 0px 5px;
    /* [disabled]background-image: linear-gradient(180deg,rgba(9,10,44,1.00) 0%,rgba(0,1,74,1.00) 66.69%,rgba(23,24,81,1.00) 100%); */
}
.under_construction {
    width: 100%;
    height: auto;
    display: block;
    position: fixed;
    top: 35%;
    margin: 0;
    padding: 0;
    z-index: 31;
    animation: blink 2s linear infinite alternate;
}
.top_logo {
    width: 220px;
    height: auto;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    margin-left: 6%;
    margin-right: auto;
    opacity: 1;
    z-index: 9;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}
.top_banner:after {
    display: block;
    clear: both;
    content: "";
}
.top_logo img {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0px;
    opacity: 1;
    z-index: 9;
}
.top_menu {
    display: none;
}


/*ここからハンバーガーのコード
*/



.ham {
    position: fixed;
    width: 40px;
    height: 36px;
    cursor: pointer;
    float: none;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    z-index: 5;
    right: 5%;
    top: 12px;
    opacity: 1;
    /* [disabled]background-color: hsla(193,69%,38%,1.00); */
}
.ham.show {
    opacity: 1;
    z-index: 6;
}
.ham.clicked {
    opacity: 1;
    z-index: 6;
}
.ham_line {
    position: absolute;
    left: 2px;
    width: 36px;
    height: 3px;
    background-color: hsla(0,0%,100%,1.00);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 11px;
    padding-left: 0px;
    transition: 0.7s;
}
.ham_line1 {
    top: 6px;
}
.ham_line2 {
    top: 16px;
}
.ham_line3 {
    top: 26px;
}

.clicked .ham_line1 {
    transform: rotate(225deg);
    top: 20px;
    background-color: #FBF7F7;
}
.clicked .ham_line2 {
    width: 0px;
    background-color: #FBF7F7;
}
.clicked .ham_line3 {
    transform: rotate(-225deg);
    top: 20px;
    background-color: #FBF7F7;
}
#menu_wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.menu {
    width: 100%;
    background-color: #755A6F;
    transition: all 1s;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    opacity: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    top: 0px;
    height: 100%;
    z-index: -1;
    position: fixed;
}
.clicked .menu  {
    opacity: 1;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: fixed;
    top: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: #755A6F;
    transition: 1s;
    /* [disabled]overflow-x: scroll; */
    /* [disabled]min-height: 712px; */
    /* [disabled]overflow-y: scroll; */
}
.menu ul {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    top: 10%;
    left: 50%;
    width: 100%;
    height: auto;
    /* [disabled]background-color: rgba(232,8,11,1.00); */
    transform: translateX(-50%);
    /* [disabled]overflow-y: scroll; */
}
.menu ul li {
    margin-bottom: 6%;
    text-align: center;
    text-indent: 0px;
    list-style-type: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    height: 60px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 21px;
    color: #F7F5F5;
    text-decoration: none;
    line-height: 60px;
    opacity: 1;
    /* [disabled]background-color: rgba(169,105,107,1.00); */
    /* [disabled]overflow-y: scroll; */
}
ul li a {
    color: #F6EDED;
    text-decoration: none;
    /* [disabled]background-color: rgba(237,142,144,1.00); */
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}




/*ここまでハンバーガーのコード
*/







.main {
    margin-top: 0%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 6%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0%;
    width: 100%;
    height: auto;
    /* [disabled]background-color: hsla(359,74%,71%,1.00); */
}
.bands {
    width: 90%;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0%;
    padding: ０;
    height: auto;
    /* [disabled]background-position: center center; */
    /* [disabled]background-size: 101% auto; */
    /* [disabled]background-repeat: no-repeat; */
    /* [disabled]background-color: hsla(142,81%,63%,1.00); */
}
.band_area {
    margin-top: 0%;
    margin-right: ０;
    margin-left: ０;
    margin-bottom: ０;
    padding: ０;
    width: 100%;
    height: auto;
    z-index: 0;
    /* [disabled]background-color: rgba(89,64,65,1.00); */
}
.photo {
    width: 100%;
    height: auto;
    /* [disabled]display: block; */
    position: relative;
}
.coment_1 {
    width: 88%;
    height: auto;
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto;
}
.text_1 {
    margin-top: 2%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5%;
    /* [disabled]background-repeat: no-repeat; */
    padding-top: 0px;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 0;
    width: 93%;
    height: auto;
    background-color: hsla(353,98%,22%,0.78);
    font-size: 100%;
    color: hsla(0,0%,100%,1.00);
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    border: thin solid hsla(0,48%,95%,1.00);
    text-shadow: 1px 1px hsla(0,0%,0%,1.00);
    z-index: 10;
}
.band_3 {
    width: 100%;
    margin: ０;
    padding: ０;
    height: auto;
}
.band_3 img {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
}
.footer {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    width: 100%;
    height: 40px;
    background-color: #755A6F;
    color: rgba(218,218,215,1.00);
    text-align: center;
    font-size: 82%;
    line-height: 40px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    z-index: 1;
    /* [disabled]position: absolute; */
    bottom: 0px;
    /* [disabled]background-image: -o-linear-gradient(270deg,rgba(63,0,30,1.00) 0%,rgba(101,14,56,1.00) 0%,rgba(63,0,30,1.00) 100%,rgba(101,14,56,1.00) 100%); */
    /* [disabled]background-image: -webkit-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(9,10,44,1.00) 0%,rgba(23,24,81,1.00) 100%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: -moz-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(9,10,44,1.00) 0%,rgba(23,24,81,1.00) 100%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: -o-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(9,10,44,1.00) 0%,rgba(23,24,81,1.00) 100%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: linear-gradient(180deg,rgba(9,10,44,1.00) 0%,rgba(9,10,44,1.00) 0%,rgba(23,24,81,1.00) 100%,rgba(23,24,81,1.00) 100%); */
}
.band_area img {
    margin-top: 0%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    padding-top: 19%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    display: block;
    /* [disabled]background-color: rgba(249,209,210,1.00); */
}
span {
    /* [disabled]color: rgba(244,249,210,1.00); */
}
span.member {
    color: rgba(255,255,255,1.00);
    /* [disabled]border-bottom: 1px dotted rgba(212,208,208,1.00); */
    /* [disabled]background-color: rgba(93,92,92,0.52); */
    /* [disabled]font-weight: bold; */
    /* [disabled]font-style: italic; */
    text-shadow: 1px 1px 1px rgba(168,168,168,1.00);
    font-size: 102%;
    /* [disabled]line-height: 126%; */
    /* [disabled]vertical-align: 117%; */
    display: block;
    /* [disabled]border-top: 1px dotted rgba(216,212,212,1.00); */
    margin-top: 0%;
    padding-top: 2%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    /* [disabled]margin-bottom: 1%; */
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
span.song {
    color: rgba(182,182,151,1.00);
    font-size: 105%;
    /* [disabled]font-style: italic; */
    display: block;
    padding: 0;
    /* [disabled]background-color: rgba(221,64,66,1.00); */
    margin-top: -5%;
    font-weight: bold;
    margin-bottom: 0px;
}
.photo img.name {
    width: 100%;
    height: auto;
    position: absolute;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0%;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    /* [disabled]padding-left: 30%; */
    padding-bottom: 0;
    top: 90%;
    display: block;
    /* [disabled]left: 0%; */
    /* [disabled]background-color: rgba(232,232,10,0.59); */
}
.position_down {
    /* [disabled]padding-top: 37%; */
    /* [disabled]margin-top: 31px; */
    /* [disabled]background-color: rgba(236,21,24,1.00); */
    display: block;
    position: relative;
    top: 27%;
}
.arrow1 {
    width: 100%;
    margin-top: ０;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: ０;
    padding: ０;
    height: auto;
    /* [disabled]color: rgba(210,209,209,1.00); */
    /* [disabled]background-color: rgba(182,107,108,1.00); */
    /* [disabled]line-height: 50px; */
}
.arrow1 img {
    width: 33%;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    display: block;
}
.list_part_1 {
    width: 7%;
    margin-top: 0;
    margin-right: auto;
    margin-left: 40%;
    margin-bottom: 0;
    padding-top: 3%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3%;
    height: auto;
}
.list_part_1 img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
}
.no {
    font-size: 69%;
}
.decoy {
    visibility: hidden;
}
.btn_archive {
    width: 20%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 8%;
    height: auto;
}
.btn_archive img {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
}
.under_construction {
    width: 100%;
    height: auto;
    display: block;
    position: fixed;
    top: 65%;
    margin: 0;
    padding: 0;
    z-index: 3;
    animation: blink 2s linear infinite alternate;
}
.under_construction img {
    width: 100%;
    height: auto;
    display: block;
    position: fixed;
    top: 65%;
    margin: 0;
    padding: 0;
    z-index: 3;
    animation: blink 2s linear infinite alternate;
}

@media (min-width:0px){
.band_area {
    padding-top: 5%;
    padding-right: ０;
    padding-left: ０;
    padding-bottom: ０;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: ０;
    width: 90%;
    height: auto;
    z-index: 0;
    float: none;
    /* [disabled]background-color: rgba(240,160,161,1.00); */
}
.go_to_list {
    width: 16%;
    height: auto;
    /* [disabled]background-color: hsla(359,94%,47%,1.00); */
    border-radius: 128px;
    /* [disabled]border: medium solid hsla(359,96%,27%,1.00); */
    position: fixed;
    top: 80%;
    /* [disabled]color: hsla(0,45%,94%,1.00); */
    font-size: 93%;
    right: 10%;
    opacity: 0;
    transition: 1s;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.banner_area {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0%;
    margin-top: 0%;
}
.banner_area:after  {
    display: block;
    clear: both;
    content: "";
}
.banner_area img {
    width: 100%;
    height: auto;
    margin-top: 0%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 0%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    display: block;
    transition: 0.2s;
}
.banner_area img:hover {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    height: auto;
    margin-top: 0px;
    transform: scale(1.05,1.05);
    -webkit-box-shadow: 0px 0px 42px -3px rgba(249,243,243,0.43);
    box-shadow: 0px 0px 42px -3px rgba(249,243,243,0.43);
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
    box-sizing: border-box;
    transition: 0.5s;
}
.banner1 {
    width: 48%;
    height: auto;
    float: left;
    margin-left: auto;
    margin-right: auto;
}
.banner2 {
    width: 48%;
    height: auto;
    float: left;
    /* [disabled]background-color: hsla(0,92%,95%,1.00); */
    margin-left: 2%;
}
.banner1.solo {
    /* [disabled]width: 30%; */
    /* [disabled]margin-left: auto; */
    /* [disabled]margin-right: auto; */
    /* [disabled]float: none; */
}
.banner3 {
    width: 50%;
    height: auto;
    float: left;
    margin-left: 29%;
    margin-right: auto;
}
.banner4 {
    display: none;
}
.list {
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3%;
    height: auto;
    /* [disabled]background-color: hsla(242,67%,49%,1.00); */
}
.list_block {
    width: 100%;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    /* [disabled]padding-bottom: 13%; */
    height: auto;
    /* [disabled]background-color: hsla(358,23%,72%,1.00); */
}
.list p {
    width: 87%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    float: none;
    /* [disabled]background-color: rgba(242,6,10,1.00); */
    margin-bottom: 46px;
    margin-top: 0px;
}
.list img {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
}
.list a :hover {
    /* [disabled]width: 100%; */
    /* [disabled]margin-right: 0; */
    /* [disabled]margin-left: 0; */
    /* [disabled]margin-bottom: 0; */
    /* [disabled]height: auto; */
    /* [disabled]margin-top: 0px; */
    /* [disabled]display: block; */
    /* [disabled]padding: 0; */
    transition: 0.5s;
    transform: scale(1.05,1.05);
    /* [disabled]color: #7E5983; */
    /* [disabled]background-color: #750D0F; */
}
.list:after {
    display: block;
    clear: both;
    content: "";
}
.photo {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    /* [disabled]background-color: rgba(177,80,82,1.00); */
    position: relative;
}
.coment {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    float: left;
    display: block;
    padding-top: 4%;
    padding-left: 0%;
    padding-right: 0px;
    /* [disabled]border: thin solid hsla(300,1%,39%,1.00); */
    padding-bottom: 2%;
    /* [disabled]background-color: rgba(214,30,33,1.00); */
}
.coment p {
    width: 90%;
    height: auto;
    margin-left: auto;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
    padding-bottom: 5%;
    margin-right: auto;
    color: hsla(355,33%,93%,1.00);
    font-size: 106%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    /* [disabled]background-color: rgba(45,99,151,1.00); */
}
.go_to_list.show {
    width: 20%;
    height: auto;
    border-radius: 324px;
    /* [disabled]border: 31% solid hsla(359,96%,27%,1.00); */
    /* [disabled]background-color: hsla(359,94%,47%,1.00); */
    position: fixed;
    top: 70%;
    /* [disabled]color: hsla(0,45%,94%,1.00); */
    /* [disabled]font-size: 93%; */
    right: 10%;
    opacity: 1;
    transition: 2s;
}
.go_to_list a img {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
}
.band_list {
    width: 60%;
    height: auto;
    margin-top: 60px;
    margin-right: auto;
    margin-bottom: 0%;
    margin-left: auto;
    padding-top: 9%;
    padding-right: 0;
    padding-bottom: 0%;
    padding-left: 0;
    color: hsla(0,37%,93%,1.00);
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 227%;
    /* [disabled]background-color: rgba(239,189,190,1.00); */
}
.band_list img {
    width: 54%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    /* [disabled]background-color: rgba(246,5,9,1.00); */
}
.map {
    width: 90%;
    height: auto;
    margin-left: auto;
    padding: 0;
    margin-right: auto;
}
.banner1.solo {
    width: 48%;
    margin-left: auto;
    padding: 0;
    margin-right: auto;
    float: none;
}
.main {
    padding-bottom: 13%;
}
.list_part_1 {
    width: 12%;
    margin-top: 0;
    margin-right: auto;
    margin-left: 20%;
    margin-bottom: 0;
    padding-top: 3%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3%;
    height: auto;
}
}

@media (min-width:590px){
.go_to_list.show {
    width: 15%;
    border-radius: 128px;
    height: auto;
    position: fixed;
    top: 73%;
    font-size: 93%;
    right: 10%;
    opacity: 1;
    transition: 1s;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.go_to_list {
}
.band_area img {
    padding-top: 15%;
}
.list p {
    width: 66%;
    height: auto;
    margin-left: auto;
    padding: 0;
    margin-right: auto;
    float: none;
}
.band_list   {
    width: 48%;
    height: auto;
    margin-top: 60px;
    margin-right: auto;
    margin-bottom: 0%;
    margin-left: auto;
    padding-top: 9%;
    padding-right: 0;
    padding-bottom: 0%;
    padding-left: 0;
    color: hsla(0,37%,93%,1.00);
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 227%;
}
span.song {
    color: rgba(182,182,151,1.00);
    font-size: 105%;
    padding: 0;
    display: block;
    margin-top: -2%;
    font-weight: bold;
    margin-bottom: 0px;
}
.list_part_1 {
    width: 11%;
    margin-top: 0;
    margin-right: auto;
    margin-left: 31%;
    margin-bottom: 0;
    padding-top: 3%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3%;
    height: auto;
}

}

@media (min-width:900px){
.bands {
    width: 96%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding: 0;
    height: auto;
    /* [disabled]background-color: rgba(16,59,220,1.00); */
}
.band_area {
    padding-top: 2%;
    padding-right: ０;
    padding-left: ０;
    padding-bottom: ０;
    margin-top: ０;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: ０;
    width: 90%;
    height: auto;
    z-index: 0;
    float: none;
    /* [disabled]font-size: 3em; */
    /* [disabled]background-color: rgba(250,6,10,1.00); */
}
#b14 {
    /* [disabled]padding-bottom: 8%; */
}
.photo {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 3%;
    width: 45%;
    height: auto;
    float: left;
    display: block;
    padding: 0;
    /* [disabled]background-color: rgba(127,1,3,1.00); */
}
.coment {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 50%;
    height: auto;
    float: left;
    display: block;
    /* [disabled]background-color: hsla(359,43%,73%,1.00); */
    padding-top: 0%;
    padding-left: 5%;
    padding-right: 0%;
}
.coment p {
    width: 100%;
    height: auto;
    padding-top: 13%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    color: hsla(355,33%,93%,1.00);
    font-size: 98%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    margin-top: 0px;
    /* [disabled]background-color: rgba(88,7,8,1.00); */
}
.band_area:after {
    display: block;
    clear: both;
    content: "";
}
.band_3 {
    margin-top: 10%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: ０;
    padding: ０;
    width: 90%;
    height: auto;
    z-index: 0;
    float: none;
}
.banner_area {
    width: 82%;
    margin-top: 2%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2%;
    padding: 0;
    height: auto;
    /* [disabled]background-color: hsla(122,82%,47%,1.00); */
}
.main {
    padding-bottom: 8%;
    /* [disabled]background-color: rgba(194,47,49,1.00); */
}
.banner1 {
    width: 30%;
    height: auto;
    float: left;
    margin-left: 5%;
}
.banner2 {
    width: 30%;
    height: auto;
    float: left;
    margin-left: 25%;
    margin-right: auto;
}
.banner_area:after {
    display: block;
    clear: both;
    content: "";
}
.banner_2 {
    width: 82%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-bottom: 0;
    height: auto;
    background-color: hsla(359,82%,47%,1.00);
}
.banner3 {
    width: 30%;
    height: auto;
    float: left;
    margin-left: 30%;
}
.banner4 {
    display: none;
    width: 30%;
    height: auto;
    float: left;
    margin-left: 5%;
}
.band_list {
    width: 47%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: 24%;
    margin-bottom: 0%;
    padding-top: 7%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3%;
    height: auto;
    color: hsla(0,37%,93%,1.00);
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    /* [disabled]background-color: rgba(228,39,42,1.00); */
}
.band_list img {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    height: auto;
    margin-bottom: 0px;
    /* [disabled]background-color: rgba(63,1,2,1.00); */
    display: block;
}
.list {
    width: 91%;
    height: auto;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3%;
    margin-right: auto;
    /* [disabled]background-color: hsla(359,91%,77%,1.00); */
    margin-bottom: 0px;
    margin-top: 0px;
}
.list:after {
    display: block;
    clear: both;
    content: "";
}
.list_block {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0%;
    margin-bottom: 2%;
    padding: 0;
    height: 42px;
    /* [disabled]background-color: hsla(359,98%,47%,1.00); */
}
.list p {
    width: 47%;
    height: auto;
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0%;
    padding-top: 0;
    padding-right: 0;
    padding-left: 3%;
    padding-bottom: 0;
    /* [disabled]background-color: hsla(359,49%,45%,1.00); */
}
.list img {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-left: 6%;
    margin-bottom: 0;
    padding: 0;
    width: 90%;
    height: auto;
}
.go_to_list {
    width: 10%;
    /* [disabled]border-radius: 128px; */
    height: auto;
    position: fixed;
    top: 84%;
    /* [disabled]font-size: 93%; */
    right: 10%;
    opacity: 0;
    transition: 1s;
}
.go_to_list.show {
    opacity: 1;
    border-radius: 128px;
    width: 11%;
    height: auto;
    position: fixed;
    top: 70%;
    font-size: 93%;
    right: 10%;
    transition: 1s;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.banner1.solo {
    width: 30%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    /* [disabled]background-color: rgba(142,108,109,1.00); */
}
.list_part_1 {
    width: 9%;
    margin-top: 0;
    margin-right: auto;
    margin-left: 43%;
    margin-bottom: 0;
    padding-top: 3%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3%;
    height: auto;
}
.top_menu.clicked {
}
.btn_archive {
    width: 14%;
    height: auto;
    display: block;
    margin-top: 2%;
    margin-bottom: -4%;
    /* [disabled]background-color: rgba(234,23,26,1.00); */
}
span.song {
    color: rgba(182,182,151,1.00);
    padding: 0;
    font-size: 105%;
    display: block;
    margin-top: -4%;
    font-weight: bold;
    margin-bottom: 0px;
}
}

@media (min-width:1100px){
.coment p {
    width: 81%;
    padding-top: 13%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    color: hsla(355,33%,93%,1.00);
    font-size: 107%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    margin-top: 0px;
}
.go_to_list {
    border-radius: 128px;
    width: 4%;
    height: auto;
    position: fixed;
    top: 92%;
    font-size: 93%;
    right: 7%;
    opacity: 0;
    transition: 1s;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.go_to_list.show {
    border-radius: 128px;
    width: 10%;
    height: auto;
    position: fixed;
    top: 77%;
    font-size: 93%;
    right: 7%;
    opacity: 1;
    transition: 1s;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
	
	.top_banner {
    opacity: 1;
    height: 70px;
    transition: 0.7s;
}
.top_logo {
    display: block;
    width: 30%;
    height: auto;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    margin-right: auto;
    opacity: 1;
    z-index: 9;
    /* [disabled]position: absolute; */
    top: 50%;
    transform: translateY(-50%);
    margin-left: auto;
    /* [disabled]background-color: rgba(221,179,180,1.00); */
}
.top_logo img {
    width: 266px;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    display: block;
}
.top_menu {
    display: block;
    width: 70%;
    height: auto;
    position: fixed;
    top: 0px;
    opacity: 1;
    z-index: 6;
    /* [disabled]background-color: hsla(0,3%,77%,1.00); */
    padding-left: 0px;
    margin-left: 0px;
    right: 0px;
    left: 30%;
}
.top_menu ul  {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    height: auto;
    list-style-type: none;
    /* [disabled]background-color: rgba(238,6,10,1.00); */
    /* [disabled]position: absolute; */
    padding-left: 0px;
    margin-left: 18%;
}
.top_menu ul:after {
    display: block;
    clear: both;
    content: "";
}
.top_menu ul li {
    float: left;
    color: hsla(0,36%,95%,1.00);
    width: 20%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    /* [disabled]background-color: hsla(359,80%,73%,1.00); */
    line-height: 70px;
    text-align: left;
    margin-right: 0px;
    font-size: 15px;
    padding-top: 10px;
    margin-left: -5%;
    text-shadow: 1px 1px #000000;
}
.top_banner {
    opacity: 1;
    width: 100%;
    height: 70px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: fixed;
    top: 0px;
    transition: 0.7s;
}
.top_banner.show {
    opacity: 1;
    width: 100%;
    height: 70px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: fixed;
    top: 0px;
    transition: 0.7s;
}
.ham {
    opacity: 1;
    /* [disabled]display: none; */
    z-index: 1;
}
.main {
    /* [disabled]background-color: rgba(214,24,27,1.00); */
}
.banner_area {
    margin-bottom: 2%;
    /* [disabled]background-color: rgba(215,227,48,1.00); */
}

	
	
	
}

@media (min-width:1250px){
.coment p {
    padding-top: 15%;
    padding-right: 0;
    padding-left: 0;
    width: 84%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    color: hsla(355,33%,93%,1.00);
    font-size: 124%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    /* [disabled]background-color: hsla(359,99%,45%,1.00); */
}
.coment {
    padding-top: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: auto;
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    /* [disabled]color: hsla(355,33%,93%,1.00); */
    /* [disabled]font-size: 124%; */
    /* [disabled]font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif; */
    margin-top: auto;
    margin-bottom: auto;
    /* [disabled]background-color: hsla(230,95%,36%,1.00); */
    display: block;
}
.banner2 {
    margin-left: 20%;
}
}
