@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;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 1;
}
.mono button.bt-purchase.bg-green a,
.mono button.bt-purchase.bg-green.bt-small a{
	background: #8FC31F;
}

.mono button.bt-purchase a:after,
.mono button.bt-purchase.bt-small a: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;*/
	z-index: -1;
}
.mono button.bt-purchase.bt-normal{
	position: relative;
	z-index: 0;
}

.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 a:after{
	width: 90%;
	height: 90%;
	left: 5%;
	top: 6px;
	border-radius: 50px;
	z-index: -1;
}
.mono button.bt-normal.shiro{
	position: relative;
}
.mono button.bt-normal.shiro a{
    color: #111;
    display: block;
    padding: 12px 30px;
    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(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-gameday-moto/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 a:after{
	width: 86%;
    height: 100%;
    left: 7%;
    top: 2px;
}


.conte-accordion + .conte-button{
	margin-top: 30px;
}

.simple-accordion .acc-body .bt-comment p, 
.simple-accordion .acc-body .bt-comment small,
.acc-body .bt-comment small,
.acc-body .bt-comment p{
	color: #111;
	font-weight: bold;
}

.acc-body .bt-comment p{
	margin-top: 4px;
}

.mono .acc-body button.bt-normal.shiro:after{
	background: #8FC31F;
}


.mono .arrow-extend {
  padding: 20px;
  color: #111;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mono .arrow-extend .button-text{
	display: inline-block;
	padding: 0 40px 0 50px;
	color: #8FC31F;
}
.mono .arrow-extend:hover .button-text{
	color: #111;
}

.mono .arrow-extend::before {
  content: '';
  width: 60px;
  height: 60px;
  background-color: #8FC31F;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s;
  z-index: -1;
}

.mono .arrow-extend::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.mono .arrow-extend:hover::before {
  width: 100%;
}


.mono .btn01-outline {
    background: var(--btn-white);
    color: var(--btn-main);
    border: 1px solid var(--btn-main);
}
.mono .btn01 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    padding: 0.9em 1.8em;
    border-radius: 999px;
    font-size: clamp(12px, 1vw, 16px);
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.15s ease;
}
.mono .btn01-outline.bg-bl{
	 background: var(--btn-dark);
    color: var(--btn-white);
    border: 1px solid var(--btn-dark);
}
.mono .btn01-outline:hover {
    background: var(--btn-main);
    color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
}
.mono .btn01-outline.bg-bl:hover {
    background: var(--btn-white);
    color: var(--btn-dark);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
}










/**********************************************************/

@media screen and (max-width: 1179px) {

}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {

	.bt-comment.bt-center{
		display: flex;
		justify-content: center;
	}


  .conte-button.other {
    display: block;
  }
  .conte-button.other button.bt-normal{
    width: 100%;
    max-width: 280px;
    margin: 0 auto 0;
    display: table;
  }
  .conte-button.other 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;
  }
  .mono button.bt-purchase.bt-normal a{
  	font-size: 12px;
  	padding: 12px 16px;
  	min-width: calc(140px - 32px);
  }

	.simple-accordion .acc-body .bt-comment + .bt-comment{
		margin-top: 10px;
	}
	.simple-accordion .acc-body .conte-button{
		display: block;
	}
	.simple-accordion .acc-body .conte-button button{
		margin-right: auto;
		margin-left: auto;
		display: table;
	}


	.mono .arrow-extend .button-text{
		display: none;
	}
	.mono .arrow-extend::before{
		animation: poyopoyo 2s ease-out infinite;
		opacity: 1;
		transition: none;
		transform: none;
		top: 15px;
	}
	.mono .arrow-extend::after{
		transform: rotate(-135deg);
	}
	.mono .arrow-extend:hover::before {
	  width: 60px;
	}

	.anim-box.poyopoyo {

	  animation: poyopoyo 2s ease-out infinite;
	  opacity: 1;
	}
	@keyframes poyopoyo {
	  0%, 40%, 60%, 80% {
	    transform: scale(1.0);
	  }
	  50%, 70% {
	    transform: scale(0.95);
	  }
	}

	.mono .conte-button.bt-3{
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	.mono .conte-button button{
		margin-bottom: 10px;
	}
	.mono .conte-button button:nth-child(3){
		margin-left: auto;
		margin-right: auto;
		display: table;
	}

	.mono .conte-button.bt-long{
		display:block;
	}
	.mono .conte-button.bt-long button{
		width:100%;
	}
	.mono .conte-button.bt-long button a{
		padding: 0.9em 1.8em;
		width:calc(100% - 3.6em);
	} 




}
@media screen and (max-width: 460px) {

}