@charset "utf-8";

@media screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }

  .smp-only {
    display: block;
  }
	
	#news .news-data {
    font-size: .8rem;
    width: 126px;
		height: 37px;
    padding: 7px 9px;
    text-align: center;
  }
	
}

@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;
  }

  /*--------------------------------------
 * contents
 * ---------------------------------------*/
  section {
    padding: 3rem 1.5rem;
  }

  .container {
    padding: 1.5rem 1rem;
  }

  .inner {
    margin-top: 2.5rem;
  }

  h2.heading {
    font-size: 2.4rem;
    letter-spacing: .2rem;
    margin-left: 10px;
  }

  h2.heading:before {
    left: -58px;
/*	      width: 80px;*/
background-size: 82px auto;
  }

  h2.heading:after {
    right: -129px;
    width: 80px;
    background-size: 82px auto;
  }

  h2.heading span {
    font-size: 0.85rem;
  }

  h2.heading span.font_gold {
    font-size: 2.2rem;
  }

  .txt_box {
    margin-top: 1.5rem;
  }

  /*--------------------------------------
 * sp_header
 * ---------------------------------------*/
  header {
    padding: 0 24px;
  }

  /*--------------------------------------
 * smp_nav
 * ---------------------------------------*/
  .menu-trigger.active {
    height: 40px;
  }

  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(45deg);
    left: 0;
    top: 9px;
  }

  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(-45deg);
    top: 25px;
  }

  .smp-nav-list.active ul {
    font-size: 1.6rem;
    margin: 0 auto;

    font-family: "Caprasimo", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  /*--------------------------------------
 * NEWS
 * ---------------------------------------*/
  #news .news_lists li {
    display: block;
    text-align: left;
  }

  #news .news-data {
    font-size: .8rem;
    width: 126px;
	  height: 30px;
    padding: 3px 10px;
    text-align: center;
	  margin-bottom: 1	0px;
  }

  #news .news-title {
    font-size: .9rem;
  }

  /*NEWS アーカイブ*/
  .btn_news-more {
    width: 80%;
  }

  .btn_news-more p {
    font-size: 1rem;
  }

  /*--------------------------------------
 * live
 * ---------------------------------------*/
  #live .inner {
    padding: 2.5rem 1.5rem 1.5rem;
  }

  #live .live-title {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  #live .table {
    margin-top: 2rem;
  }

  #live dl {
    width: 100%;
    margin: 1rem 0 0;
    display: block;
    padding-left: .5rem;
    padding-bottom: 1rem;
  }

  #live dl .small {
    font-size: 73%;
  }

  #live dt {
    width: 100%;
    font-size: 1rem;
    text-align: left;
  }

  #live dd {
    width: 100%;
    font-size: .9rem;
    margin-top: .5rem;
  }

  #live iframe {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }

  #live {
   
    background-size: 240%;
    background-repeat: no-repeat;
    background-position: center;

  }

  /*--------------------------------------
 * ticket
 * ---------------------------------------*/
  #ticket .inner {
    margin: 2.5rem auto 0;
  }

  #ticket li {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
  }

  #ticket .txt_box {
    font-size: .9rem;
  }

  #ticket .txt_box span {
    font-size: 1rem;
  }

  #ticket h3.ttl {
    font-size: 1.2rem;
	  margin-top: 1rem;
  }
	
	#ticket h3 span{
	font-size: 1.2rem;
}

	#ticket h3.ttl:nth-of-type(3) {
	  margin-top: 2rem;
  }
	

  #ticket h3.kaigai {
    margin-top: 4rem;
  }

  #ticket .restriction {
    margin-top: 3rem;
  }


  #ticket .kikan {
    font-size: 1rem;
  }

  #ticket .kikan p {
    font-size: .9rem;

  }

  #ticket .fin {
    font-size: .9rem;
  }
	
	.anchor-buttons {
		display: flex;
		flex-direction: column;
	}

  #ticket .btn-link {
    margin-top: 1.5rem;
	  width: 100%;
	 padding: 5px 20px;
  }

  #ticket .btn-link a {
    max-width: 350px;
    padding: 8px 16px;
    font-size: 1rem;
  }
	.content-area {
  padding: 0;
} 

	.anchor-buttons a {
		margin: 0 auto;
		width: 280px;
		justify-content: center;
	}
	
	#ticket .soldout-overlay {
		        right: 20px;
        font-size: 7px;
	}

  /*--------------------------------------
 * 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 .ttl {
    text-align: center;
  }

  #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%;
  }

  /*--------------------------------------
 * RELEASE
 * ---------------------------------------*/
  #release .release_date {
    display: block;
  }

  #release .jacket_img {
    padding-right: 0;
  }


  /*--------------------------------------
 * PROFILE
 * ---------------------------------------*/
  #profile .txt_box span {
    font-size: 1.5rem;
  }


  #profile .txt_box h3 {
    font-size: 1.4rem;
  }

	#profile .txt_box h3 span {
		font-size: .9rem;
	}
	
  #profile .txt_box .items {
    flex-direction: column;
    font-size: .9rem;
  }

  #profile .txt_box .items .item {
    font-size: .8rem;
  }

  #profile .txt_box h4 {

    font-size: .8rem;
    margin-top: 20px;
  }

  #profile .inner {
    padding: 1.4rem 1.2rem 1.4rem;
  }



  /*--------------------------------------
 * footer
 * ---------------------------------------*/
  .pagetop {
    right: 10px;
    bottom: 15px;
  }

  .pagetop a {
    margin-right: 0;
    margin-bottom: 0;
    width: 50px;
    height: 50px;
    font-size: 0.5rem;
  }
}

/*--------------------------------------
 * max-width: 480px
 * ---------------------------------------*/
@media screen and (max-width: 480px) {
  .container {
    padding: 1.5rem 0;
  }

  h1.logo {
    max-width: 180px;
  }
	
  #release .release_benefits_list {
    display: block;
  }

  #release .btn-link a {
    font-size: 1rem;
  }

  #release .song_list {
    display: block;
  }

  #release .song_list dl {
    margin-top: 1.4rem;
  }

  #release .postcard {
    width: 100%;
  }

  .black_link:hover {
    color: #fff;
  }
	
}