@charset "UTF-8";

.mono button{
	border: none;
	background: none;
}
.mono button.bt-purchase{
	position: relative;
}
.mono button.bt-purchase a,
.mono button.bt-purchase.bt-small a{
	color: #fff;
	display: block;
	padding: 8px 16px;
	background: #111;
	border-radius: 50px;
	position: relative;
	z-index: 1;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 1;
}
.mono button.bt-purchase:after,
.mono button.bt-purchase.bt-small:after{
    content: '';
    display: block;
    width: 84%;
    height: 90%;
    background: #fff;
    position: absolute;
    left: 7%;
    top: 5px;
    border-radius: 50px;
    border: solid 1px #111;
	/*mix-blend-mode: multiply;*/
}

.mono button.bt-purchase.bt-normal a{
	padding: 12px 24px;
	border-radius: 50px;
	font-size: 14px;
	min-width: calc(180px - 48px);
	position: relative;
}
.mono button.bt-purchase:after{
	width: 90%;
	height: 100%;
	left: 5%;
	top: 4px;
	border-radius: 50px;
}
.mono button.bt-normal.shiro{
	position: relative;
}
.mono button.bt-normal.shiro a{
    color: #111;
    display: block;
    padding: 12px 32px;
    background: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1;
    border: solid 1px #111;
}
.mono button.bt-normal.shiro:after{
	content: '';
	display: block;
	width: 90%;
	height: 90%;
	background: #111;
	position: absolute;
	left: 10px;
	top: 6px;
	border-radius: 50px;
}
.mono button.bt-normal.shiro:before{
	content: '';
	display: block;
	width: 10px;
	height: 5px;
	background: url(../../img/common/i-arrow-bl.png)no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 20px;
	top: calc((100% - 5px) / 2);
	z-index: 2;
}
.mono .conte-button {
	display:   flex;
	justify-content: center;

}

.mono button.bt-purchase.bg-green a,
.mono button.bt-purchase.bt-small.bg-green a{
	color: #111;
	background: #8fc31f;
	border: solid 1px #111;
}
.mono button.bt-purchase.bg-green:after{
	width: 86%;
    height: 100%;
    left: 7%;
    top: 2px;
}


.conte-accordion + .conte-button{
	margin-top: 30px;
}
#ticket .conte-button{
	margin-top: 30px;
}
#ticket .conte-button + .bt-purchase{
	margin: 15px auto 0;
	display: table;
}




@media screen and (max-width: 1179px) {

}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {

  .mono .conte-button,
  #ticket .conte-button,
  .conte-button {
    display: block;
  }
  .mono button.bt-normal{
    width: 100%;
    max-width: 280px;
    margin: 0 auto 0;
    display: table;
  }
  .mono button.bt-normal + button.bt-normal{
    margin-top: 10px;
  }
  .mono button.bt-normal.shiro:after {
      content: '';
      display: block;
      width: 92%;
      height: 90%;
      background: #111;
      position: absolute;
      left: 10px;
      top: 6px;
      border-radius: 50px;
  }




}
@media screen and (max-width: 460px) {

}