@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
    font-family: "Noto Sans JP", Meiryo, "sans-serif";
    color: #0b0b0b;
}
/*ーーーーーーーートップ以外のページーーーーーーーーーー*/
.wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 70px 3% 0 3%;
}
/*各ページの題名*/
h1 {
    font-size: 60px;
/*    	border-bottom:#2E2E2E solid 1px;*/
	color: #0b0b0b;
    margin: 5% 0 0 0;
    line-height: 60px;
    z-index: -1;
    font-family: 'Roboto Condensed', sans-serif;
    transform: skewX(-6deg);
}
/********PROFILE*********/
.artimage {
    width: 30%;
    float: left;
}
.artimage img {
    display: block;
    border: #535252 solid 1px;
    width: 100%;
    height: auto;
}
.artist {
    display: block;
    width: 30%;
    float: left;
    margin: 0 5%;
    font-color: #0b0b0b;
}
/*アーティスト名*/
h2 {
    color: #A3A2A2;
    display: inline-block;
    float: left;
}
span2 {
    margin-top: 0;
    font-size: 15px;
    margin-left: 5px;
    display: inline-block;
}
.sns {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.sns img {
    display: block;
    width: 20%;
    float: left;
    margin: 0 5px;
    opacity: 0.92;
}
.messege {
    display: block;
    width: 30%;
    float: left;
    padding-left: 15px;
    margin-top: 5px;
    border-left: #676767 solid 1px;
}
p2 {
    font-size: 15px;
    font-family: "Yu Gothic medium";
}
/* スケジュール！！！！！ディスコなど！！！！！！ Document */
/*ボックス全体*/
.accbox {
    margin: 0;
    padding: 0;
    grid-row: sche;
    grid-column: 2/-2; /*最大幅*/
}
/*ラベル*/
.accbox label {
    display: block;
    padding: 12px 12px;
    color: #575151;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #D3D3D3;
    cursor: pointer;
    transition: all 0.5s;
}
/*ラベルホバー時*/
.accbox label:hover {
    box-shadow: 0 0 8px gray;
}
/*チェックは隠す*/
.accbox input {
    display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}
.accbox .accshow p {
    margin: 15px 10px
}
.boxWrap {
    display: table;
    margin-top: 8px;
    table-layout: auto;
    width: 100%;
    height: auto;
}
.boxCh {
  font-weight:bold;
    font-family: 'Noto Sans JP';
    display: table-cell;
    border: 1px solid #CDCDCD;
    table-layout: auto;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    background-color: #CDCDCD;
    width: 200px;
    color: #000;
}
.boxCh2 {
  font-weight:400;
    display: table-cell;
    border: 1px solid #CDCDCD;
    table-layout: auto;
    vertical-align: middle;
    font-size: 13px;
    padding: 0.6em 0.5em 0.5em 0.5em;
    line-height: 2.0;
}
.boxCh3 {
    font-weight: bold;
    table-layout: auto;
    font-size: 18px;
    padding: 0 0 1em;
    text-align: left;
  border-bottom: 1px dashed #bbb;    
  padding: 0 0 0.4em;
}
.boxCh4 {
    display: table-cell;
    border: -5px solid #CCC8C8;
    table-layout: auto;
    vertical-align: middle;
    font-size: 13px;
    padding: 0.3em;
    line-height: 1.5;
}
.boxCh_img {
        width: 600px;
    text-align: center;
    margin: 20px auto;
    height: auto;
    text-align: center;
}
.boxCh2 img {
    width: 150px;
    height: auto;
}
.boxCh3 img {
    text-align: center;
    width: 80%;
    height: auto;
}
.boxCh_img img {
    width: 100%;
    height: auto;
  filter: drop-shadow(2px 2px 11px rgba(0,0,0,.1));
}
/* 第二のナビメニューです*/
.sidemenu {
    width: 100%;
}
.sidemenu ul {
    font-size: 20px;
}
.sidemenu li {
    float: left;
    list-style-type: none;
  transform: skewX(-6deg);
}
.sidemenu a {
    margin: 0 20px;
    padding: 0 5px;
    color: #666666;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    opacity: 0.5;
}
.sidemenu a:hover {
    opacity: 1;
}
.current a {
    border-bottom: 2px solid #0b0b0b;
}
.current-cat a {
    border-bottom: none;
    opacity: 1;
}
/* CONTACT */
.form-item {
    padding: 20px 0 10px 0;
    font-weight: solid;
    font-size: 12px;
    color: #ADADAD;
}
input[type="text"] {
    width: 50%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555;
}
input[type="submit"] {
    margin-top: 30px;
    width: 30%;
    border: 1px solid #5cb85c;
    border-radius: 4px;
    padding: 12px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    font-size: 12px;
    line-height: 1.428571429;
    color: white;
    background-color: #5cb85c;
}
textarea {
    width: 90%;
    height: 130px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555;
}
.thanks-message {
    margin-top: 70px;
    text-align: center;
    font-size: 24px;
    color: #B2B2B2;
}
.display-contact {
    width: 70%;
    margin: 30px auto;
    padding: 50px 15px;
    background-color: #F5F5F5;
    color: #333;
}
/*コンタクト注意書き*/
.important {
    display: block;
    width: 100%;
    padding-left: 15px;
    margin-top: 5px;
    border-left: #676767 solid 1px;
}
.important h4 {
    color: #0b0b0b;
}
/*ライブ会場へご来場のお客様2020/06/28/追加*/
/*
.corona_attention p {
    color: #0b0b0b;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.corona_attention_title {
    margin: 0 auto;
}
.corona_attention_title p {
    color: #0b0b0b;
    font-size: 16px;
    font-weight: bold;
}
.corona_attention_details {
    margin: 0 auto;
}
.corona_attention_details p {
    color: #0b0b0b;
    font-size: 13px
}
.corona_attention img {
    display: flex;
    margin: 0 auto;
    width: 80%;
    height: auto;

}
*/
/*2020/02/26ディスコにボタン*/
.btn_disco {
   width: 250px;
    border-radius: 15px;
    height: auto;
    margin: 15px auto;
}
.btn, a.btn, button.btn {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0.8rem 0.5rem 2.1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0rem;
}
.btn_store, a.btn_store {
    color: #fff;
    background-color: #0b0b0b;
    border-radius: 30px;
}
.btn_store:hover, a.btn_store:hover {
    opacity: 0.5;
}
/*
a.btn--radius {
   border-radius: 100vh;
}
*/
.fa-position-right {
    position: absolute;
    top: 15.5px;
    right: 0.5rem;
    color: #1A1A1A;
}
/*スケジュールwpよう*/
.schedule_wrap {
    width: 800px;
    height: auto;
    padding: 15px 15px 10px;
    margin: 0 auto;
    border-bottom: 1px solid #D7D7D7;
    transition: all 0.3s;
}
.schedule_wrap a {
    text-decoration: none;
}
.schedule_wrap:hover {
    box-shadow: 0 0 8px gray;
}
.title_flex {
    display: flex;
}
.schedule_time {
    font-size: 14px!important;
    font-weight: 400;
    margin-bottom: 5px;
  margin-top: 1px;
  font-family: "Noto Sans JP", Meiryo, "sans-serif";
}
.shedule_place {
    font-size: 14px;
    padding-bottom: 10px;
}
.schedule_cat {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    background: #0b0b0b;
    padding: 0 5px 2px;
    margin-right: 10px;
    border-radius: 2px;
    vertical-align: text-bottom;
    width: 90px;
    text-align: center;
    margin-bottom: 9px;
      margin-top: 2px;
  font-family: "Noto Sans JP", Meiryo, "sans-serif";
}
span_place {
    font-size: 14px;
    font-weight: 400;
}
/*20210424詳細ページ*/
.sche_details_title {
    font-size: 13px;
    letter-spacing: 1.0px;
  font-weight: 500;
}



/*2021.0428DISCOGRAPHY*/


.cards {
  width: 100%;
  
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards li {
  width: 300px;
  height: 350px;
/*  flex: 1 1 200px;*/
  padding:0;
  margin: 0px auto 120px;
  transition: 0.4s;
}

.cards li:hover{
  opacity: 0.5;
}

.cards h4 {
  background-color: #490A3D;
  margin: 0;
  padding: 10px;
}

.cards p {
  padding: 10px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
/*  margin: 0 -10px;*/
}
/*

.flex li {
  flex: 1 1 200px;
  margin: 10px;
}*/

.disco_img {
  height: 350px;
  padding: 20px 20px;
  text-align: center;
}

.disco_img img {
 width: 100%;
  height: 100%;
    max-height: 304px;
    object-fit: contain;
  filter: drop-shadow(2px 2px 11px rgba(0,0,0,.3));
}

.disco_jacket {
  width: 50%;
  height: auto;
  padding-right:20px;
  padding-left: 40px;
  text-align: center;
}

.disco_jacket img {
  width: 400px;
  height: auto;
  filter: drop-shadow(2px 2px 11px rgba(0,0,0,.3));
}

.disco_details {
   width: 50%;
  height: auto;
  padding-left:20px;
  padding-right: 40px;
}

.disco_details_text {
  letter-spacing: 1.0px;
  font-size: 13px;
    font-weight: normal;
  line-height: 1.5;
}

span_sub {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    /*  transform: skewX(-7deg);*/
    color:#A41B1E;
}


/*コンタクト*/

.wpcf7 input[name="your-subject"],
.wpcf7 input[name="contact-age"],
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-company"],
.wpcf7 input[name="your-job"],
.wpcf7 input[name="your-job1"],
.wpcf7 input[name="your-name1"],
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-ruby"],
.wpcf7 input[name="text-547"],
.wpcf7 input[name="tel-454"],
.wpcf7 input[name="tel-592"]{
        width: 50%;
        height: 35px !important;
  margin: 5px 0 30px 0;
 	border: 1px solid #ccc; 
}



/*2021.05.03戻るボタン*/

.btn_back {
  z-index: 0;
  margin: 5px 0;
   font-family: 'Roboto Condensed', sans-serif;
  font-weight:bold;
  font-size: 14px;
  position: relative;
      width: 100%;
    height: 45px;
  padding: 1.0rem 4rem 1.0rem 1.5rem;
  background-color: #ffffff;
  color: #000;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
    padding: 0.8rem 0.5rem 2.1rem;
}
.btn_back:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: left 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(
-136deg
);
}
/*
.btn_back:hover {
  background: #fff;
  color: #0b0b0b;
}
*/
.btn_back:hover:after {
  left: 1.4rem;
}

.warning_sche {
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px 15px 0;
  margin: 0 auto;
  text-align:center;
}


.page_btn a{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px auto 0;
  padding: 10px;
  width: 300px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background-color: #0b0b0b;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 1.2px;
}

.page_btn a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

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



@media (max-width:950px) {
  .warning_sche {
  margin: 0 auto;
  text-align:center;
}

.page_btn a{
  width: 160px;
  font-size: 12px;
  
}
  }