@charset "UTF-8";
/* CSS Document */


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */
@font-face {
  font-family: 'sns_ico';
  src:
    url('../fonts/sns_ico.ttf?z7sza2') format('truetype'),
    url('../fonts/sns_ico.woff?z7sza2') format('woff'),
    url('../fonts/sns_ico.svg?z7sza2#sns_ico') format('svg');
  font-weight: normal;
  font-style: normal;
}

i.snsIcon {
  font-family: 'sns_ico' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
	color: #000;
}

.icon-search:before { content: "\e908";}
.icon-arrow1_left:before { content: "\e90c";}
.icon-arrow1_bottom:before { content: "\e90d";}
.icon-arrow1_right:before { content: "\e90e";}
.icon-arrow1_top:before { content: "\e90f";}
.icon-arrow2_left:before { content: "\e910";}
.icon-arrow2_bottom:before { content: "\e911";}
.icon-arrow2_right:before { content: "\e912";}
.icon-arrow2_top:before { content: "\e913";}
.icon-link:before { content: "\e914";}
.icon-note:before { content: "\e915";}
.icon-ap:before { content: "\e900";}
.icon-blo:before { content: "\e901";}
.icon-fb:before { content: "\e902";}
.icon-hp:before { content: "\e903";}
.icon-in:before { content: "\e904";}
.icon-line:before { content: "\e905";}
.icon-spo:before { content: "\e906";}
.icon-tt:before { content: "\e907";}
.icon-yt:before { content: "\e909";}
.icon-x:before { content: "\e90a";}
.icon-wb:before { content: "\e90b";}
.icon-arrow3_top:before { content: "\ea3a";}
.icon-arrow3_right:before { content: "\ea3c";}
.icon-arrow3_bottom:before { content: "\ea3e";}
.icon-arrow3_left:before { content: "\ea40";}


img {
	max-width: 100%;
	height: auto;
}
ul { list-style: none;}

@media screen and (min-width: 821px) {
	
	.sp { display: none;}
	
	a { transition: all 0.3s ease-out;}
	a:hover { opacity: 0.5;}
	
}
@media screen and (max-width: 820px) {
	
	.pc { display: none;}
	
}

.mainlogo {
  max-width: 680px;
}
.mainlogo img {
  width: 100%;
}

.mainlogo span {
  text-align: center;
  display: block;
  font-size: min(5vw, 46px);
  margin-top: min(7vw, 40px);
}

.btnBase a {
  background: #000;
  color: #fff;
}
.btnBase a:hover {
  background: #000;
  color: #fff;
}
.blank a {
  pointer-events: auto;
  background: #aaa;
}
.before a {
  pointer-events: none;
  background: #aaa;
}

section .inBox {
  background-color: #000;
  color: #fff;
  border: none;
}
section .contentBox {
  background: #fff;
  padding: min(6vw, 40px);
  color: #000;
}
.op_accord .accordionList .accordionTit {
  background: #fff;
  color: #000;
}
.op_accord .accordionList .accordionDetail {
  color: #000;
}
.op_schedule .scheduleCellList .scheduleDate　{
  font-size: 140%;
}
.op_schedule .scheduleCellList.cellHead li {
  font-size: 100%;
}
.op_schedule .scheduleCellList li {
  font-size: 100%;
}
.op_detail .detailList .link {
  color: #000;
}

.cautionList li:before {
  left: -0.4em;
}

.cautionList li {
  font-size: 90%;
}


.ticketBox .priceList li {
  font-size: 120%;
  display: flex;
  padding-top: min(1vw, 5px);
  padding-bottom: min(1vw, 5px);
}
.ticketBox .priceList li .ttl {
  width: 200px;
}
.ticketBox .priceList li .txt {
  width: calc(100% - 200px);
}
.ticketBox .priceList li .txt .price {
  font-size: min(4.2vw, 24px);
}
.ticketBox .priceList li .txt .price span {
  font-size: 0.6em;
}
.ticketBox .priceList li .txt .upgrade {
  margin-top: min(3vw, 15px);
  padding: min(4vw, 20px);
  font-size: min(3.2vw, 14px);
  background-color: #333;
  line-height: 1.8;
  margin-bottom: min(3vw, 15px);
}
.ticketBox .priceList li .txt .note {
  font-size: min(3vw, 12px);
  font-weight: normal;
}


.fanclubBox .lead{
    font-size: 17px;
}
.fanclubBox .check{
    font-weight: bold;
    font-size: 110%;
    margin: 0 0 10px 0;
    display: block;
    color: #003591;
    word-break: break-all;

}
.fanclubBox .mini{
    font-size: 90%;
}

.fanclubBox .fc_box {
    padding: 3.5rem 4.5rem;
    margin-bottom: 3rem;
    background: #e9e9e9;
    position: relative;
}
.fanclubBox .fc_special {
    position: relative;
    line-height: 1;
    z-index: 1;
    font-weight: 700;
    text-align: center;
    font-size: 2.85rem;
    margin-bottom: 2rem;
    color:#003591;
}
.fanclubBox .fc_tit {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.4rem;
    line-height: 1.5;
    color: #003591;
}
.fanclubBox .fc_lead {
    font-size: 1.1em;
    margin-bottom: 2rem;
    line-height: 1.5;
}
.fanclubBox .fc_ph{
    margin: 0 auto 30px;
    width: 100%;
}
.fanclubBox .special_img {
    line-height: 0;
    margin-bottom: 15px;
    width: 80%;
}

.fanclubBox .special_img.sticker {
    width: 66%;
    margin: 0 auto 35px;
}
.fanclubBox .point{
    padding: 3rem;
    margin: 30px auto;
    background: rgba(255, 255, 255, 0.1);
}
.fanclubBox .point .tit{
    text-align: center;
    font-size: 120%;
    margin: 0 0 20px 0;
    font-weight: bold;
}
.fanclubBox .point .lead{
    font-size: 100%;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto 30px;
    padding: 30px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.fanclubBox .point .lead .icon{
    display: inline-block;
    width: 12px;
    margin: 0 0 0 10px;
    position: relative;
    top: -4px;
}
.fanclubBox .point .lead .fa{
    margin: 0 0 0 10px;
}

.fanclubBox .lead_inner {
    margin-bottom: 0.6rem;
}

.fanclubBox .rank {
    background: #d5c687;
    color: #1d1d1d;
    font-weight: bold;
    padding: 0 0.5em;
}

.fanclubBox .indent_list > li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.2rem;
    line-height: 1.6;
}
.fanclubBox .indent_list > li:last-child {
    margin-bottom: 0;
}

.fanclubBox .ph_fc {
    width: 80%;
    margin: 0 auto 2.5rem;
    line-height: 0;
}

.fanclubBox .app_box {
    text-align: center;
    margin-bottom: 2.5rem;
    margin: 0 auto;
}
.fanclubBox .app_box .lead {
    margin-bottom: 2.2rem;
    font-size: 2.4em;
    font-family: urw-din-condensed, sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.fanclubBox .ticketInfo {
    width: 100%;
    margin-bottom: 3rem;
}
.fanclubBox .ticketInfo:last-child {
    margin-bottom: 0;
}

.fanclubBox .ticketInfo_desc .target_wrap {
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.fanclubBox .ticketInfo_desc .target_wrap:last-child {
    margin-bottom: 0;
}

.fanclubBox .ticketInfo_target {
    font-weight: bold;
    padding: 0.1rem 10px;
    position: relative;
    border-left: 5px solid;
    line-height: 1;
    margin: 0 0 10px 0;
}

.fanclubBox .ticketInfo_target::after {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 2rem);
    border-left: 1px solid #ddd;
    position: absolute;
    top: 1rem;
    right: 0;
}

.fanclubBox .ticketInfo_target_desc {
    word-break: break-all;
}

.fanclubBox .ticketInfo_desc .target_wrap:first-child > p {
}

.fanclubBox .ticketInfo_desc .target_wrap:first-child {

}

.fanclubBox .attentionList li {
    text-indent: -1em;
    margin: 0 0 5px 1em;
    font-size: 90%;
}
.fanclubBox .link {
    text-decoration: underline;
    color: #000;
}
.fanclubBox .btnBase a {
    font-size: 14px;
    background: #003591;
}
.fanclubBox .entry_btn {
    width: 100%;
}


@media screen and (min-width: 769px) {



}

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

  .ticketBox .priceList li {
    flex-direction: column;
    gap: min(3vw, 15px);
    border-left: 3px solid;
    padding: 0 0 0 15px;
  }
  .ticketBox .priceList li .ttl {
    width: 100%;
  }
  .ticketBox .priceList li .txt {
    width: 100%;
  }

.fanclubBox .lead {
    font-size: 15px;
    line-height: 1.5;
}
.fanclubBox .fc_box {
    padding: 1.5rem;
}

.fanclubBox .fc_special {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.fanclubBox .fc_tit {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: left;
}

.fanclubBox .fc_lead {
        margin-bottom: 10px;
        text-align: left;
        font-size: 13px;
        word-break: break-all;
}
.fanclubBox .fc_box {
        padding: 20px 10px;
        margin-bottom: 20px;
}

.fanclubBox .special_img {
    width: 100%;
}
.fanclubBox .special_img.sticker {
    width: 100%;
    margin: 0 auto 25px;
}

.fanclubBox .ph_fc {
    width: 100%;
    margin-bottom: 1.5rem;
}

.fanclubBox .app_box {
    width: 90%;
}
.fanclubBox .ticketInfo_target {
        width: 100%;
        font-size: 12px;
}

.fanclubBox .ticketInfo_target::after {
    display: none;
}

.fanclubBox .ticketInfo_target_desc {
        width: 100%;
        line-height: 1.5;
        font-size: 13px;
}

.fanclubBox .ticketInfo_desc .target_wrap {
    font-size: 0.8em;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.fanclubBox .ticketInfo {
    margin-bottom: 1.5rem;
}

.fanclubBox .ticketAttention {
    margin-bottom: 1.5rem;
}

.fanclubBox .ticketBox_inner {
    margin-bottom: 3rem;
}
.fanclubBox .point {
    padding: 1rem;
}
.fanclubBox .point .tit {
    text-align: center;
    font-size: 90%;
    margin: 0 0 15px 0;
    line-height: 1.5;
}
.fanclubBox .point .lead {
    font-size: 80%;
    text-align: left;
    line-height: 1.5;
    margin: 0 auto 20px;
    padding: 20px 0;
}
.fanclubBox .point .lead .icon {
    display: inline-block;
    width: 10px;
    margin: 0 0 0 5px;
    position: relative;
    top: -4px;
}
.fanclubBox .point .lead .fa {
    margin: 0 0 0 5px;
}
.fanclubBox .fc_ph {
    margin: 0 auto 10px;
    width: 100%;
}
.fanclubBox .indent_list > li {
    font-size: 12px;
}
.fanclubBox .btnBase a {
    font-size: 12px;
    padding: 20px 10px;
}

  
}

