@charset "UTF-8";

#btn01 + .block_html .btn_box{
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

#btn01 + .block_html #btn_animation .btn .text-area {
	position: relative;
	display: block;
	padding: .5rem 3rem;
	text-align: right;
	color: #fff;
	text-shadow: 1px 1px 0px #BD6905, -1px -1px 0px #BD6905, -1px 1px 0px #BD6905, 1px -1px 0px #BD6905, 1px 0px 0px #BD6905, -1px 0px 0px #BD6905, 0px 1px 0px #BD6905, 0px -1px 0px #BD6905;
}
#btn01 + .block_html #btn_animation .btn .text-area:before,
#btn01 + .block_html #btn_animation .btn .text-area:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8%;
	margin: auto;
	vertical-align: middle;
	content: "";
}
#btn01 + .block_html #btn_animation .btn .text-area:before{
	box-sizing: border-box;
	width: min(110px, 8vw);
	height: min(110px, 8vw);
	border: 1px solid #BD6905;
	background-color: #F6DA14;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#btn01 + .block_html #btn_animation .btn .text-area:after{
	left: 12%;
	box-sizing: border-box;
	width: min(35px, 5vw);
	height: min(35px, 5vw);
	border-width: min(25px, 2vw);
	border-style: solid;
	border-color: transparent;
	border-left-width: min(37px, 2.6vw);
	border-left-style: solid;
	border-left-color: #F27F1E;
}

#btn01 + .block_html #btn_animation .btn .text-area .text-large {
	font-weight: bold;
}

#btn01 + .block_html #btn_animation .btn {
	display: block;
	box-sizing: border-box;
	width: 100%;
	aspect-ratio: 6 / 1;
	padding: 1rem 10rem 2rem 0;
	font-size: min(9rem, 6vw);
	line-height: 1.1;
	text-decoration: none;
	background: linear-gradient(to top right, #F17005, #F4B81E);
	color: #222831;
	filter: drop-shadow(2px 2px 1px rgba(0,0,0,.6));
	border-radius: 2rem;
	animation: btn_animation 2s infinite;
}

#btn01 + .block_html #btn_animation .btn:hover {
    opacity: 0.6;
}
/*波紋が広がる*/
/*#btn01 + .block_html #btn_animation .btn:before,
#btn01 + .block_html #btn_animation .btn:after {
	content: "";
	position: absolute;
	z-index: -10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 1.5rem;
	background: linear-gradient(to top right, #F17005, #F4B81E);
	transform: translate3d(0,0,0);
}

#btn01 + .block_html #btn_animation .btn:before {
	animation: anime 1s ease-out infinite;
}

#btn01 + .block_html #btn_animation .btn:after {
	animation: anime 1s ease-out 1s infinite;
}*/

@media only screen and (max-width: 900px) {
	#btn01 + .block_html #btn_animation .btn {
		padding: 1vw 2.5vw 1.5vw 0;
	}
	#btn01 + .block_html #btn_animation .btn .text-area:after {
		left: 11.5%;
		border-width: min(25px, 2.4vw);
		border-left-width: min(37px, 2.5vw);
	}
}

/*----- フッター追従ボタンアニメーション追加 -----*/
footer #fixbtn .contents_btn01 a:nth-child(1) {
    position: relative;
    animation: btn_animation 2s infinite;
}
/*波紋が広がる*/
/*footer #fixbtn .contents_btn01 a:nth-child(1)::before,
footer #fixbtn .contents_btn01 a:nth-child(1)::after {
	content: "";
	position: absolute;
	z-index: -10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 1.5rem;
	background: #EB5D2A;
	transform: translate3d(0,0,0);
	display: block;
}
footer #fixbtn .contents_btn01 a:nth-child(1):before {
	animation: anime 1s ease-out infinite;
}

footer #fixbtn .contents_btn01 a:nth-child(1):after {
	animation: anime 1s ease-out 1s infinite;
}*/
@media screen and (max-width: 700px) {
    #fixbtn .contents_btn01 a {
        margin: 2px 10px !important;
    }
}
