@charset "UTF-8";

/* schedule
---------------------------------------- */
.day_box{
    color: #fff;
    background: #319967;
    text-align:center;
    margin: 1em auto;
    width: 100%;
    letter-spacing: 0.05em; 
    font-size: 1.55rem;
    padding: 0.1em 0;
}
.day_box span{
    font-size: 1.1rem;
}
.day_box .week{
    margin-left: -0.4rem;
}

@media print, screen and (min-width:641px) {
    .day_box{
        font-size: 1.75rem;
    }
    .day_box span{
        font-size: 1.25rem;
    }
    .day_box .week{
    margin-left: -0.7rem;
    }
}

.schedule_menu {
	margin: 0 auto 20px;
	width: 100%;
  display: flex;
}
.schedule_menu li {
	width: 33.33%;
}
.schedule {
  width: 100%;
  overflow: hidden;
}
.schedule dl {
	width: 100%;
	padding: 0;
	margin: 0;
}
.schedule dt {
	float: left;
	width: 11%;
}
.schedule dd {
	float: right;
	width: 88%;
}
.hide{display:none;}

@media print, screen and (min-width:641px) {
  .schedule dl {
    display: flex;
    flex-flow: row wrap;
  }
  .schedule dt {
    width: 4%;
  }
  .schedule dd {
    width: 32%;
  }
  .schedule_menu {
    display: none;
  }
  .hide{
    display: inline-block;
  }
}

/* map
---------------------------------------- */
.map_main {
  text-align: center;
  font-size: 26px;
  line-height: 1;
  /* color: #319967; */
}
@media print, screen and (min-width:641px) {
  .map_main {
    font-size: 35px;
  }
}


/* ticket
---------------------------------------- */
/*
#ticket{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 33em;
    z-index: 1;
}
*/

/* ticket_menu */
.ticket_menu{
	margin: 20px 0;
}
.ticket_menu li{
    margin: 0 auto;
	width: 100%;
}
.ticket_menu li:first-child{
	margin-bottom: 30px;
}
.ticket_menu.one_button li{
    margin: 0 auto;
    width: 100%;
}
.ticket_menu a,
.ticket_menu.one_button a{
    display: block;
	position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.ticket_menu a img,
.ticket_menu.one_button a img{
    border-radius: 10px;
    box-shadow: 3px 3px 3px #ccc;
}

@media print, screen and (min-width:641px) {
    .ticket_menu{
        display: flex;
        justify-content: space-between;
    }
    .ticket_menu li{
        width: 49%;
    }
    .ticket_menu li:first-child{
        margin-bottom: 0;
    }
    .ticket_menu a img{
        border-radius: 20px;
        margin: 0 auto;
        width: 95%;
    }
    .ticket_menu.one_button a img{
        border-radius: 20px;
        margin: 0 auto;
        width: 90%;
    }
    .ticket_menu a img:hover,
    .ticket_menu.one_button a img:hover{
        box-shadow: 5px 5px 5px #ccc;
    }
}

/* goods
---------------------------------------- */
.goods_copy_wrap {
  margin-bottom: 10vw;
}
.goods_copy {
  color: #319967;
  text-align: center;
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: 0.1rem;
}
.goods_main {
  position: relative;
  box-sizing: border-box;
  border-radius: 20px;
}

/*-- 会場限定番組グッズ --*/
._exclusive {
  border: 5px solid #ffcf4d;
  background: url(../../img/2023/goods_map/goods_bg.png) 0 0 repeat #fff9cd;
  padding: 15% 4% 8%;
  text-align: center;
  margin-bottom: 30px;
}
._exclusive dt {
  position: absolute;
  top: -8vw;
  left: 10%;
  width: 80%;
}
@media print, screen and (min-width:641px) {
  .goods_copy_wrap {
    margin-bottom: 40px;
  }
  .goods_copy {
    font-size: 23px;
  }
  .goods_txt {
    text-align: center;
    font-size: 18px;
  }
  ._exclusive {
    border: 8px solid #ffcf4d;
    padding: 4% 3% 0;
    margin-bottom: 50px;
  }
  ._exclusive dt {
    width: auto;
    top: -11vw;
    left: auto;
    right: 2vw;
  }
  .goods_exclusive_txt {
    width: 20vw;
    max-width: 212px;
    margin: 0 0 0 auto;
  }
}
@media print, screen and (min-width:800px) {
  .goods_copy {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .goods_txt {
    font-size: 18px;
  }
  ._exclusive {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width:1000px) {
  .goods_copy {
    font-size: 36px;
  }
  ._exclusive {
    padding: 25px 20px 0;
  }
  ._exclusive dt {
    top: -120px;
    right: 20px;
  }
}

/*-- カレンダー --*/
._calendar {
  border: 5px solid #f5b2ba;
  background: url(../../img/2023/goods_map/goods_bg2.png) 0 0 repeat #fff9cd;
  padding: 9% 6%;
  text-align: left;
  box-sizing: border-box;
}
._calendar dt {
  font-size: 20px;
  line-height: 1.3;
  color: #f44156;
  text-align: center;
  margin-bottom: 10px;
}
._calendar dd {
  margin-bottom: 20px;
}
._calendar dd:last-child {
  margin-bottom: 0;
}
.calendar_img {
  margin: 0 auto;
  width: 100%;
  max-width: 460px;
}
.calendar_detail {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 7px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.calendar_notes {
  text-align: center;
}
.btn_general.red {
  background: #f44156;
  width: 100%;
  padding: 20px 40px 20px 20px;
}
.btn_general.red::before {
  margin-top: -0.5em;
}

@media print, screen and (min-width:641px) {
  ._calendar {
    border: 8px solid #f5b2ba;
    padding: 6% 5%;
  }
  ._calendar dt {
    font-size: 25px;
  }
}
@media print, screen and (min-width:800px) {
  ._calendar dt {
    font-size: 30px;
    line-height: 1.1;
    text-align: left;
    margin-bottom: 10px;
    width: 60%;
  }
  ._calendar dd {
    width: 58%;
    font-size: 18px;
    line-height: 1.6;
  }
  ._calendar dd.calendar_img {
    position: absolute;
    top: 9%;
    right: 5%;
    width: 35%;
  }
  .calendar_detail {
    width: auto;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: left;
    line-height: 1.5;
  }
  .calendar_notes {
    text-align: left;
  }
  ._calendar dd.calendar_wrap_btn {
    width: 100%;
  }
  ._calendar .wrap_btn {
    width: 60%;
  }
}

@media print, screen and (min-width:1112px) {
  ._calendar {
    padding: 50px;
  }
  ._calendar dd {
    width: 57%;
  }
  ._calendar dd.calendar_img {
    top: 50px;
    right: 50px;
    width: 360px;
  }

}

/*-- リスナーイベント --*/
.event_box {
  border: 5px solid #100169;
  background:#eef7ff;
  padding: 6% 6%;
  text-align: left;
  border-radius: 20px;
  box-sizing: border-box;
	position: relative;
}
.event_box.color_br {
  border: 5px solid #600e0f;
  background:#faf0f0;
}
.event_box h3{
	width: 100%;
	text-align: center;
	color: #100169;
	margin-bottom: min(6%, 20px);
	font-size: min(5.8vw, 36px);
	display: inline-block;
    line-height: 1.6;
    margin-top:0.3em;
/*	white-space: nowrap;*/
}
.event_box h3.color_br{
	color: #600e0f;
}
.event_box h4{
    box-sizing: border-box;
	width: 100%;
	color: #100169;
	font-size: min(4.7vw, 24px);
	display: inline-block;
	text-align: left;
    padding: 0.6em;
    background: #fff;
    line-height:1.7;
}
.event_box_inner{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.event_img{
  margin: 0 auto 20px;
  width: 100%;
}
.event_txt {
  margin: 0 auto;
  width: 100%;
}
.event_txt p + p {
	margin-bottom: 1rem;
}
.event_box li {
	margin-bottom: 0.25em;
}
.event_box li::before {
	content: "※";
	font-size: 1;
}
.event_detail{
	text-align: left;
    padding: 1em;
    background: #fff;
}
.circle_wrap_event{
	position: absolute;
	left: -4vw;
	top:-8vw;
}
.circle_wrap_event .circle {	
  position: relative;
  display: inline-block;
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
  background: #ebab00;
	color: #fff;
}
.circle_wrap_event .circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :16vw;
  text-align:center;
    font-family: "UD Shin Go Heavy";
	font-size: 4vw;
	line-height: 1.1;
	letter-spacing: 2px;
    margin-left: 4px;
}

@media print, screen and (min-width:641px) {
.event_box h3{
    font-size: 30px;
}
.event_box h4{
    font-size: 20px;
    text-align: center;
}
.event_box {
    padding: 20px 20px;
}
.event_box_inner{
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content: space-between;
}
.event_img{
  margin: 0;
  width: 40%;
	margin-right: 5%;
}
.event_txt {
	margin: 0;
  width: 100%;
}
.circle_wrap_event{
	left: 10px;
	top:-40px;
}
.circle_wrap_event .circle {	
  width: 80px;
  height: 80px;
}
.circle_wrap_event .circle span {
  width: 80px;
	font-size: 20px;
	letter-spacing: 2px;
}
}
@media print, screen and (min-width:1000px) {
.circle_wrap_event{
	left: 20px;
	top:-50px;
}
.circle_wrap_event .circle {	
  width: 100px;
  height: 100px;
}
.circle_wrap_event .circle span {
  width: 100px;
	font-size: 25px;
}
}

/*-- お支払い方法 --*/
.payment_box {
  background:#e6e6e6;
  padding: 6% 6%;
  text-align: left;
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
}
.payment_box h3{
	width: 100%;
	text-align: center;
	color: #696969;
	margin-bottom: min(6%, 20px);
	font-size: min(5.8vw, 36px);
	display: inline-block;
    line-height: 1.6;
    margin-top:0.3em;
}
.payment_box_inner{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.payment_txt {
  margin: 0 auto;
  width: 100%;
}
.payment_detail{
	text-align: left;
    padding: 1em;
    background: #fff;
    border-radius: 10px;
}

@media print, screen and (min-width:641px) {
.payment_box h3{
    font-size: 30px;
}
.payment_box {
    padding: 20px 20px;
}
.payment_box_inner{
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content: space-between;
}
.payment_txt {
    margin: 0;
    width: 100%;
}
}

/*-- スぺシャル --*/

.special_box {
  border: 5px solid #46C8FF;
  background: url(../../img/2024/special/special_bg1.png) 0 0 repeat #D7EBFF;
  padding: 6% 6%;
  text-align: left;
  border-radius: 20px;
  box-sizing: border-box;
	position: relative;
}
.special_box.beer3 {
  border: 5px solid #d27b10;
  background: url(../../img/2024/special/special_bg2.png) 0 0 repeat #D7EBFF;
}
.special_box h3{
    position: relative;
	width: 100%;
	text-align: center;
	color: #00B3FF;
	margin-bottom: min(6%, 20px);
    font-size: min(4.2vw, 36px);
/*	font-size: min(4.6vw, 36px);*/
	display: inline-block;
	white-space: nowrap;
    line-height: 1.3;
}
.special_box h3.mg_mark:before{
    position: absolute;
	background: url(../../img/2024/special/official_mg.svg) no-repeat;
    top: -0.5rem;
    left: -0.75rem;
    width: 10vw;
    height: 10vw;
    content: "";
}
.special_box h4{
	width: 100%;
	color: #00B3FF;
	font-size: min(4vw, 24px);
	display: inline-block;
	text-align: center;
    line-height: 1.25;
}
.special_box_inner{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.special_img{
  margin: 0 auto 20px;
  width: 100%;
}
.special_txt {
  margin: 0 auto;
  width: 100%;
}
.special_box .official_mg{
    width: 5rem;
    margin: 0 auto 1rem;
}
.specilal_txt p + p {
	margin-bottom: 1rem;
}
.special_detail {
  background-color: #54CCFF;
	color: #fff;
  padding:5px 0;
  margin-bottom: 20px;
  border-radius: 7px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.special_notes {
  text-align: center;
}

.special_box li {
	margin-bottom: 0.25em;
}
.special_box li::before {
	content: "※";
	font-size: 1;
}
.txtcenterSP{
	text-align: center;
}

.circle_wrap{
	position: absolute;
	right: -4vw;
	top:-8vw;
}
.circle {	
  position: relative;
  display: inline-block;
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
  background: #00B3FF;
	color: #fff;
}

.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :16vw;
  text-align:center;
font-family: "UD Shin Go Heavy";
	font-size: 4vw;
	line-height: 1.1;
	letter-spacing: 2px;
}

@media print, screen and (min-width:641px) {
.txtcenterSP{
	text-align: left;
}
.special_box {
padding: 20px 20px;
	}
.special_box h3.mg_mark:before{
    position: absolute;
	background: url(../../img/2024/special/official_mg.svg) no-repeat;
    top: -0.5rem;
    left: 0;
    width: 4rem;
    height: 4rem;
    content: "";
}
.special_box_inner{
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content: space-between;
}
.special_img{
  margin: 0;
  width: 40%;
	margin-right: 5%;
}
.special_txt {
	margin: 0;
  width: 55%;
}
.circle_wrap{
	right: 10px;
	top:-40px;
}
.circle {	
  width: 80px;
  height: 80px;
}
.circle span {
  width: 80px;
	font-size: 20px;
	letter-spacing: 2px;
}
}
@media print, screen and (min-width:1000px) {
.circle_wrap{
	right: 20px;
	top:-50px;
}
.circle {	
  width: 100px;
  height: 100px;
}
.circle span {
  width: 100px;
	font-size: 28px;
}
}

.bnr_box{
	margin:20px auto;
	width: 96%;
	max-width: 600px;
}
.bnr_box a{
transition: all .3s;
}
.bnr_box a:hover{
opacity: 0.7;
}


.bnr_box{
	margin:20px auto;
	width: 96%;
	max-width: 600px;
}
.bnr_box a{
transition: all .3s;
}
.bnr_box a:hover{
opacity: 0.7;
}


.txt_indent{
    text-indent: -1.2em;
    padding-left: 1.2em;
}
.txt_indent:before{
    content: "●";
    margin-right: 1px;
    color: #5e5d5d;
    font-size: 1em;
}
.bd_bottom_BR{
    border-bottom: 1px dotted #600e0f;
}
.bd_bottom_GRAY{
    border-bottom: 1px dotted #696969;
}
.colorBR{
	color: #600e0f;
}
.colorGRAY{
	color: #696969;
}
.colorB{
	color: #100169;
}
.colorBeer{
	color: #d27b10 !important;
}
.txt_L{
	font-size: 1.15em;
    font-weight: bold;
}
.mt2{
	margin-top: 20px;
}
.mt4{
	margin-top: 40px;
}
.mt8{
	margin-top: 80px;
}
.mt10em{
	margin-top: 10em !important;
}
.mb20{
    margin-bottom:20px !important;
}