/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}[type="radio"]{-webkit-appearance:radio;appearance:radio}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}

body{
    width: 100%;
    font-family: "Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",
    Meiryo,sans-serif;;
    font-size: 16px;
}
img{
    width: 100%;
    max-width: 100%;
}
p{
  line-height: 1.6;
}
a:hover{
    opacity: 0.7;
}
.big_wrap{
  width: 100%;
  margin: 0 auto;
}
.wrap{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.content.wrap{
  padding: 100px 0;
}
.bg_grey{
  background: #f4f1f1;
}


.pc{
  display: block!important;
}
.sp{
  display: none!important;
}
/* Header */
header{
  display: flex;
  justify-content: space-between;
}
.logo_box{
  display: flex;
  align-items: center;
  height: 70px;
  background: #fff;
}
.logo{
  display: block;
  width: 300px;
}
.logo > a{
  font-weight: bold;
  margin-left: 20px;
  margin-right: 5px;
  font-size: 20px;
}
.logo > span{
  font-size: 16px;
}
nav{
  width: 100%;
 height: 70px; 
  position: relative;
  background: #fff;
 }
  
 .drawer{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 70px;
  padding: 0 1em;
 }
  

  
 .menu-menu-1-container ul li a {
 display:block;
   font-weight:bold;
 padding: 2em;
 border-bottom: 1px dotted #CCC;
   color:#333;
   text-decoration:none;
 }
  
  
 .menu-menu-1-container ul li a:hover {
  background-color:rgba(0,0,0,0.5);
  color:#9d9d9d
}
  
  
 .menu-menu-1-container{
  
   text-align:center;
   background-color:rgba(255,255,255,1);
   transition: 0.5s ease;
   -webkit-transform: translateX(-100%);
  
 }
  
 /*OPEN*/
 .menu-menu-1-container.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  position: relative;
  z-index: 999;
 }
  
 .Toggle {
     display: block;
     position: relative;    
     width: 42px;
     height: 42px;
     cursor: pointer;
     z-index: 3;
   right:15px;
 }
  
 .Toggle span {
     display: block;
     position: absolute;
     width: 50px;
     border-bottom: solid 4px #333;
     -webkit-transition: .35s ease-in-out;
     -moz-transition: .35s ease-in-out;		
     transition: .35s ease-in-out;		
  
 }

 .Toggle span:nth-child(1) {
     top:5px;
 }
  .Toggle span:nth-child(2) {
     top: 18px;
 }
  .Toggle span:nth-child(3) {
     top: 32px;
 }
 .Toggle.active span:nth-child(1) {
     top: 18px;
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     transform: rotate(-45deg);
 }
  
 .Toggle.active span:nth-child(2),
 .Toggle.active span:nth-child(3) {
     top: 18px;
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     transform: rotate(45deg);
 }
  

 @media screen and (min-width: 600px) {
  
 #logo img{max-width:250px;}	
   
 nav{
  display: flex;
 }
  
 .Toggle{
  display: none;
 }
 .menu-menu-1-container{
 width: 100%;
 font-size:0.9em;
 background-color: transparent;
 margin:0 10px;
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }
 .menu-menu-1-container ul{
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
 }
 .menu-menu-1-container ul li a{
  padding: 0 1em;
  border-bottom: none;
 }
 .menu-menu-1-container ul li a:hover{
 background-color:transparent;
 }
 }


/* Footer */
footer{
  padding: 70px 0;
}
.ft_tp{
  text-align: center;
}
.ft_logo{
  font-weight: bold;
  font-size: 20px;
}
.insta_link > img{
  width: 22px;
}
.insta_link{
  margin-top: 10px;
  display: block;
}
.ft_bt{
    margin: 20px 0;
    line-height: 2;
}
.ft_mn{
    display: flex;
    justify-content: center;
}
.ft_mn > li{
  margin: 0 10px;
}
.ft_link{

}
.ft_cp{
  text-align: center;
}

 /* TOP */



/* Contact */
.sec_ttl{
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 40px;
}
.schedule_box{
  margin: 0 50px;
}
.schedule_box.tp{
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.schedule_box > li{
  margin-bottom: 30px;
}
.schedule_box > li > a:hover{
  text-decoration: underline;
}
.sc_date{
  font-weight: bold;
  width: 160px;
  display: block;
}
.sc_link{
  display: flex;
}
.sc_ttl{

}
.view_box{
  width: 100%;
  display: flex;
  justify-content: end;
}
.view_more{
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  height: 22px;
  border-radius: 11px;
  padding: 2px 15px;
  display: flex;
  align-items: center;
}
.return_box_wrap{
  display: flex;
  justify-content: flex-end;
}
.return_box{
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  color: #000;
  font-size: 12px;
  height: 24px;
  border-radius: 12px;
  margin-top: 5px;
  line-height: 1;
}
.return_box:hover{
  background-color: #000;
  color: #fff;
}
.nr_box{
  display: flex;
  margin: 0 auto;
  /* max-width: 800px; */
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.nr_img{
  max-width: 400px;
  margin-bottom: 50px;
}
.nr_content{
  padding-left: 40px;
  margin-bottom: 50px;
}
.nr_class{
  font-weight: bold;
}
.nr_ttl{
  font-weight: bold;
  font-size: 30px;
}
.nr_date{
  font-weight: bold;
}
.nr_price{
  font-size: 12px;
  margin-bottom: 30px;
}
.nr_song_list{
  font-size: 14px;
  max-width: 500px;
}
.nr_song_list > p{
  margin-bottom: 20px;
}

.nr_link{
  background-color: #ff3366;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 22px;
  margin-top: 30px;
  min-width: 270px;
}
.mv_box{
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
}
.mv_content_box{
  padding-bottom: 56.25%;
}
.mv_box.content{
  max-width: 780px;
  margin-bottom: 80px;
}

.mv_content_box > iframe{
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.sub_content_ttl_box{
  width: 100%;
  height: 230px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sub_content_ttl_box > .big_wrap{
  width: min-content;
  text-align: center;
}
.sub_content_ttl_box > .big_wrap > .content_ttl{
  font-size: 35px;
    font-weight: bold;
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 3px solid #1e1f26;
}

.sub_content_ttl_box > p{

  
}

/*ã‚¿ãƒ–å®Ÿè£…*/
.tab_box .btn_area {
	margin:0 10px;
	display: -webkit-box;
	display: flex;
  justify-content: center;
}

.tab_box .tab_btn {
	width: 188px;
	padding: 8px 0;
	color: #333;
	background: #f5f7f8;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
}

.tab_box .tab_btn + .tab_btn {
	margin-left: 8px;
}

.tab_box .tab_btn:hover {
	background-color: #dce1e4;
}

.tab_box .tab_btn.active {
    background:#07539f;
    color:#fff;
}

.tab_box .panel_area {
    padding: 80px;
}

.tab_box .tab_panel {
    display:none;
}

.tab_box .tab_panel.active {
    display:block;
}
.article > p > img{
  width: auto!important;
}
/* Profile */
.pf_box{
  max-width: 800px;
  line-height: 1.6;
}
.pf_main_img{

}
.pf_ttl{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 80px;
  text-align: center;
}
.pf_sub_ttl{
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}
.pf_top_content{
  margin-bottom: 40px;
}
.pf_bio{
  margin-top: 40px;
  color: #585858;
}

.pf_bio > dt{
  margin-bottom: 5px;
}

.pf_bio > dd{
  margin-bottom: 20px;
}

/* Disco */
.disco{
  max-width: 900px;
  margin: 0 auto;
}
.disco_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.disco_box > li{
  width: calc(100% / 3 - 40px);
  margin-bottom: 60px;
}
.dc_link{
  display: flex;
  flex-wrap: wrap;
}
.dc_img_box{
  background-color: #bbbbbb;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.dc_img{
  width: 100%;
}
.dc_date{
  width: calc(100% - 80px);
  font-size: 14px;
  margin-top: 5px;
}
.dc_kind{
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  height: 20px;
  border-radius: 10px;
  margin-top: 5px;
}
.dc_ttl{
  width: 100%;
  font-size: 18px;
  margin-top: 5px;
}
.dc_link_all_box{
  max-width: 300px;
  width:100%;
  text-align: center;
  margin: 0 auto;
}
.dc_link_all{
  background-color: #ff3366;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 22px;
  margin-top: 30px;
  min-width: 270px;
}
/* Goods */
.thumbnail-img:hover{
  cursor: pointer;
}
.thumbnail .slick-track {
  transform: unset !important;
}
.g_img_box{
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.g_img{
  width: 100%;
}
.goods_box{
  display: flex;
}
.goods_img{
  width: 50%;
}
.goods_detail{
  width: 50%;
}
.goods_detail > ul{
  margin-left: 80px;
}
.goods_detail > ul > li {
  font-size: 14px;
  margin-bottom: 5px;
}
.red{
  color: red;
}
.good_descripiton{
  margin-top: 20px;
}
.g_des_box{
  font-weight: bold;
    border-bottom: solid 1px #8d8d8d;
    margin-bottom: 10px;
}
.goods_atten{
  margin: 60px 0 0;
}
.goods_atten > h3{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.goods_atten > p{
  margin-bottom:20px
}
.goods_atten > p > a{
  text-decoration: underline;
}
.goods_atten > p > span{
  font-weight: bold;
}

.btn_contact{
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_contact > a{
  background-color: #ff3366;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border-radius: 22px;
    min-width: 350px;
    margin: 50px auto;
}

/* Fanclub */
.fc_box{
  max-width: 780px;
  margin: 0 auto;
}
.fc_content_ttl{
    margin-top: 50px;
    font-size: 24px;
    font-weight: bold;
}
.fc_main_img{
  border:1px solid #c1bebe;
}
.fc_content_sub{

}
.fc_member_box{
  width: 90%;
    margin: 0 auto;
}
.fc_member_box > dt{
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.fc_member_box > dt > span{
  font-size: 18px;
  display: flex;
  height: 28px;
  border-radius: 14px;
  background: #565454;
  color: #fff;
  align-items: center;
  width: 90px;
  justify-content: center;
  margin-right: 10px;
}
.fc_member_box > dd{
 display: flex;
}
.fc_contact{
  font-weight: bold;
  display: block;
  margin-top: 10px;
}

.fc_card_box > img{
  width: auto!important;
  max-width: 200px;
}
.fc_card_box.fc_card > img{
  max-width: 160px;
  margin-left: 10px;
}
.fc_furikomi_box{
  font-size: 18px;
}
.fc_furikomi_box > dt{
  margin-top: 25px;
  display: flex;
}
.fc_furikomi_box > dt > span{
  display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #fe0002;
    color: #fff;
    margin-left: 5px;
    line-height: 1;
    font-size: 14px;
    text-align: center;
}
.fc_furikomi_box > dd{
  line-height: 1.6;
}

/* Contact */
form{
  max-width: 700px;
  margin: 0 auto;
}
input,textarea{
  background-color: #eee;
  width: 100%;
  margin-bottom: 30px;
}
.wpcf7-submit{
    width: 360px;
    font-size: 16px;
    text-align: center;
    margin: 30px auto 0;
    display: block;
    border-radius: 20px;
    height: 40px;
    background-color: #505050;
    color: #fff;
}
.wpcf7-submit:hover{
  opacity: 0.7;
}

/* Under */
.content_ttl.under.tokutei{
  min-width: 470px;
}
.sub_ttl_under{

}
.un_content{
  margin-bottom: 30px;
}
.content_ttl.kiyaku{
  min-width: 170px;
}
.kiyaku_ttl{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
.kiyaku{
  margin-top: 50px;

}
.kiyaku > dd{
  margin-bottom: 30px;
  padding: 0 10px;
  line-height: 1.6;
}


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

  }
  .wrap{
    width: 94%;
    margin: 0 auto;
  }
  .pc{
    display: none!important;
  }
  .sp{
    display: block!important;
  }

  /* Header */
  .logo{
    width: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: flex-start;
  }
  .logo > a{
    margin: 0;
  }
  /* Disco */
  .dc_date{
    width: 100%;
  }
   

@media screen and (max-width:600px) {
  .wrap{
    width: 90%;
    margin: 0 auto;
  }
  .content.wrap{
    padding: 60px 0;
  }

  /* Header */
  .logo{

  }
  .logo > a{

  }
  .logo > span{
    width: 100%;
  }

  /* Footer */
  footer{
    padding: 70px 0 40px;
  }
  .ft_mn{
    flex-wrap: wrap;
  }
  .ft_mn > li{
    width: 100%;
  }

  /* TOP */
  .nr_box{
    flex-wrap: wrap;
  }
  .nr_img{
    width: 80%;
    margin: 0 auto
  }
  .nr_content{
    margin: 20px 0;
  }
  
  /* Profile */
  .sub_content_ttl_box{
    height: 150px;
  }
  .sub_content_ttl_box > .big_wrap > .content_ttl{
    border-bottom: 1px solid #1e1f26;
  }
  .pf_ttl{
    margin-top: 60px;
  }

  /* Schedule */
  .tab_box .btn_area{
    margin: 0;
  }
  .tab_box .panel_area{
    padding: 60px 0;
  }
  .schedule_box{
    margin: 0;
  }
  .sc_link{
    flex-wrap: wrap;
  }
  .sc_date{
    width: 100%;
    margin-bottom: 5px;
  }

   /* Dicso */
   .disco_box > li{
    width: calc(100% / 2 - 20px);

   }
   .dc_kind{
     width: 60px;
     font-size: 10px;
   }
   .dc_img_box{
     margin-bottom: 5px;
   }
   .dc_ttl{
     font-size: 14px;
   }

   /* Goods */
   .goods_box{
     flex-wrap: wrap;
   }
   .goods_img{
    width: 100%;
   }
   .goods_detail{
    width: 100%;
   }
   .goods_detail > ul{
     margin: 0;
   }

   /* Fan Club */
   .fc_ttl{
     font-size: 20px;
   }
   .fc_member_box{
    width: 100%;
   }
   .fc_member_box > dt{
    flex-wrap: wrap;
   }
   .fc_member_box > dt > span{
    margin-bottom: 10px;
   }
   .fc_member_box > dt > p{
    width: 100%;
  }
   .fc_member_box > dd{
    flex-wrap: wrap;
   }
   
   .content_ttl.under.tokutei{
    font-size: 20px;
    min-width: 260px;
   }
   .kiyaku{
     margin-top: 20px;
   }
   .content_ttl.kiyaku{
    font-size: 20px!important;
    min-width: 110px;
   }
   .kiyaku_ttl{
     font-size: 20px;
     margin-bottom: 20px;
   }
}