@charset "utf-8";
@media screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
  .smp-only {
    display: block;
  }
  .header_flexbox {
    display: block;
	
  }
  h1.logo {
    left: 1rem;
    max-width: 194px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.9rem;
  }
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
	
  .footer_container {
    width: 100%;
    margin: 0 auto;
  }
	
	.header_flexbox {
		padding-top: 0;
	}	
	
  /*--------------------------------------
 * popup
 * ---------------------------------------*/
  .popup {
    top: -40px;
  }
  .popup-wrap {
    width: 90%;
  }
  .popup-inner {
    padding: 1rem;
    height: 70%;
  }
  .popup-textbox {
    padding: 1rem;
  }
  .popup-img {
    right: -17px;
    bottom: -8px;
  }
  .popup-img img {
    width: 120px;
  }
  .popup-close-btn {
    right: 1rem;
    top: 1rem;
  }
  /*--------------------------------------
 * contents
 * ---------------------------------------*/
  section {
    padding-bottom: 2.5rem;
  }
  .container {
    max-width: 100%;
    padding: 1.5rem;
  }
  .inner {
    margin-top: 2.5rem;
  }
  h2.heading {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
  h2.heading span {
    font-size: 0.85rem;
  }
  /*--------------------------------------
 * mainvisual
 * ---------------------------------------*/
  .main_visual {
    padding-top: 0;
  }
  .main_visual.pc {
    display: none;
  }
  .main_visual.smp {
    display: block;
  }
  /*--------------------------------------
 * HEADER
 * ---------------------------------------*/
  .trigger {
    width: 60px;
    height: 60px;
  }
  .menu-trigger {
    width: 40px;
    height: 40px;
    margin: 10px 10px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 4px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 18px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 32px;
  }
  .menu-trigger.active {
    height: 40px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
    left: 0;
    top: 9px;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(-90deg);
    transform: translateY(-8px) rotate(-45deg);
    top: 25px;
  }
  .smp-nav-list {
    width: 100%;
  }
  .smp-nav-list.active ul {
    font-size: 1.6rem;
    margin: 0 auto;
  }
  .smp-nav-list ul li a {
    text-align: center;
    padding-left: 0;
  }
  header .sns li {
    margin: 0 0.5rem;
  }
  .smp-nav-list ul .nav_sns li:first-of-type {
    padding: 0;
  }
	
  .xIconSp {
	  width: 23px;
	  height: 23px;
	  border-radius: 2px;
	}	
	
  /*--------------------------------------
 * SNS
 * ---------------------------------------*/
  .top-sns a {
    font-size: 2rem;
    transition: .2s;
  }
  .top-sns a:hover {
    opacity: 1;
    color: #ff4343;
  }
  /*--------------------------------------
 * NEWS
 * ---------------------------------------*/
  #news .news_lists li {
    display: block;
  }
  #news .news-data {
    width: auto;
    display: block;
    margin: 0;
    font-size: inherit;
  }
  #news .news-title {
    width: 100%;
    display: block;
    font-size: inherit;
  }
  /*--------------------------------------
 * live
 * ---------------------------------------*/
  #live .container {
    padding: 2.5rem 1.5rem;
    width: 100%;
  }
  #live .info_box {
    font-size: 1rem;
    text-align: left;
  }
  #live .live-title {
    font-size: 1.1rem;
  }
	
  #live .live-title-sub {
	font-size: 1rem;
  }
	
	#live .live-title-sub:last-of-type {
		margin-top: 4rem;
	}
	
  #live dl {
    
  }
  #live dl .small {
    font-size: 73%;
  }
  #live dt {
    color: #e84593;
    font-size: 1rem;
    font-weight: 500;
  }
  #live dd {
    font-size: 1.2rem;
    margin-top: 0.5rem;
    line-height: 1.4;
  }
  #live #ticket dd {
    font-size: 1.3rem;
  }
  .live_attention{
	margin-top: 2.5rem;
	  font-size: .7rem;
  }
	#live .live_ticket .kikan {
		font-size: 1.1rem;
	}
	
	#live .live_ticket .kikan span {
		font-size: inherit;
		
	}	
	
	
	#live_himeji .kikan .ttl {
	  color: #e84593;
	  font-size: inherit;
	}

	
	#live .live_ticket .btn-link a{
		        width: 100%;
		font-size: inherit;
	}
	
	#live .live_ticket .ttl {
		font-size: 1.2rem;
	}
	
	#live .data {
	font-size: 1rem;
}
	
	#live .data li:last-of-type{
	font-size: .9rem;
}
	#live .live_pic {
		width: 60%;
	}
	
	#live .soldout {
	
	font-size: .6rem;
	
	
	width: 75px;
	border-radius: 3px;
	
}


#live .soldout_shitei {
	
	font-size: .8rem;

}
	
	.event .copy{
	font-size: 1rem;
}
	
	.event .ttl {
    font-size: 1rem;
}
	
	
  /*--------------------------------------
 * ticket
 * ---------------------------------------*/
  #ticket {
    margin-top: 3.5rem;
  }
  #ticket h3.ttl {
    font-size: 1.2rem;
  }
  #ticket .kikan {
/*    margin-top: 1rem;*/
    font-size: 1.1rem;
  }
  #ticket .kikan .ttl {
    color: #e84593;
    font-size: inherit;
  }
	
	#ticket h4  {
		font-size: 1rem;
	}
	
  #ticket .btn-link a {
    width: 100%;
    font-size: inherit;
  }
  #ticket .playguide_lists {
    margin-top: 3.5rem;
  }
  #ticket .playguide_lists li {
    display: block;
  }
  #ticket .playguide_lists .name, #ticket .playguide_lists .url {
    font-size: 1rem;
  }
  #ticket .txt_box{
	font-size: 73%;
  }
	
  #ticket .ttlHead {
/*	text-align: inherit;*/
	  font-size: 1.1rem;
}
	
	#ticket #onlinelive {
	margin-top: 7rem;
}
	
	
  /*--------------------------------------
 * live2
 * ---------------------------------------*/
  #live2 .live_list {
    display: block;
  }
  #live2 .live_list .live-date {
    width: 100%;
  }
  #live2 .live_list .detail {
    padding-left: 0;
    padding-right: 0;
  }
  /*--------------------------------------
 * youtube
 * ---------------------------------------*/
	.youtube_s{
		display: block;
	}
  .youtube_s li {
    width: 100%;
    margin-left: 0;
  }
	.youtube_s h3{

		}
	 .youtube div {
    position: relative;
    width: 100%;
    height: 100%;
	}

	/*--------------------------------------
 * goods
 * ---------------------------------------*/
#media .media_list {
  padding: 2.5rem 1.5rem;
}
	#media .media_list .media-ttl{
		font-size: 1rem;
	}
#media .media_list .media-img {
  width: 80%;
}
#goods .txt_box {
    font-size: 1rem;
	text-align: left;
}
#goods .ate_box {
  padding: 1rem;
}
	
  /*--------------------------------------
 * goods
 * ---------------------------------------*/
  #goods .ttl {
    text-align: center;
  }
  #goods .goods_lists {}
  #goods .goods_lists li {
    margin-top: 3.5rem;
  }
  #goods .goods_list .goods_ttl {
    font-size: 1.2rem;
  }
	#goods .goods_lists {
		flex-direction: column;
	}
	#goods .goods_lists li {
		width: 100%;
	}
	#goods .goods_img {
	width: 100%;
}	
	#goods .goods_present {
		width: 100%;
	}
	
  /*--------------------------------------
 * profile
 * ---------------------------------------*/
  #profile .profile_lists {
    margin-top: 2.5rem;
  }
  #profile .profile_list {
    display: block;
  }
  .profile_lists .img {
    margin: 0 auto;
    text-align: center;
    width: 60%;
  }
  .profile_lists .img.w30 {
    width: 50%;
  }
  .profile_lists img {
    margin: 0;
  }
  .profile_lists .detail {
    width: 100%;
  }
  .profile_lists .name {
    font-size: 1.3rem;
    margin-top: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .profile_lists .name .smp-only {
    display: block !important;
  }
  .profile_lists .name span {
    font-size: inherit;
  }
  .profile_lists .tw.smp {
    width: 35px;
    height: 35px;
    margin-top: 0;
    margin-left: 10px;
  }
  .profile_lists .tw a {
    width: 35px;
    font-size: 1.1rem;
  }
  .profile_lists .comment {
    margin-top: 1rem;
  }
  /*--------------------------------------
 * footer
 * ---------------------------------------*/
  .pagetop img {
    max-width: 90px;
  }
  .pagetop {
    right: 10px;
    bottom: 54px;
  }
}
/*--------------------------------------
 * max-width: 480px
 * ---------------------------------------*/
@media screen and (max-width: 480px) {
	
	.br_sp_480 {
    display: block;
  }	
	
	
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  #live {
    padding: 2.5rem 1.25rem;
  }
  #live .container {
    padding: 1.5rem 1.25rem;
  }
  #live #ticket dd {
    font-size: 1.15rem;
  }
	#live .live_ticket .kikan {
		font-size: inherit;
	}
	
	#live .live_pic {
		width: 80%;
	}
	
	#ticket .fin {
		font-size: .85rem;
	}
	
	
  #ticket .kikan {
    font-size: inherit;
  }
  .profile_lists .img {
    width: 70%;
  }

}