@charset "UTF-8";

@media screen and (min-width: 1025px){
	html {
		font-family: Lucida Grande, Meiryo, "メイリオ", sans-serif;
		font-size: 16px;
	}
	body {
		color: #000 !important;
		background-color: #fff;
	}
	br.onlysp {
		display: none;
	}
	
	#recruit_youth header {
		padding: 20px 0;
		height: 64px;
		text-align: center;
		background-color: #fff;
		box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
		box-sizing: border-box;
	}
	#recruit_youth header .header_inner {
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
	}
	#recruit_youth header .logo {
		display: block;
		margin: -4px 0 0;
		height: 24px;
		aspect-ratio: 195/36;
	}
	#recruit_youth header .logo img {
		width: 100%;
	}
	#recruit_youth header strong {
		margin-left: 20px;
		color: #f8b500;
		font-size: 1.2rem;
		font-weight: 700;
	}
	
	#recruit_youth .animation {
		display: flex;
		margin: 0 auto;
		width: 100%;
		/* height: calc(100vh - 64px); */
		height: 100vh;
		position: absolute !important;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 1000;
	}
	#recruit_youth .animation .animation_inner .parts {
		display: block;
		margin: 0 auto;
		width: 30vw;
		height: 30vw;
		position: relative;
	}
	#recruit_youth .animation .animation_inner .parts img {
		display: block;
		width: 100%;
		position: absolute;
		top:0;
		left: 0;
		aspect-ratio: 1 / 1;
	}
	#recruit_youth .animation .animation_inner {
		margin: auto;
	}
	#recruit_youth .animation .animation_inner strong.concept01 {
		display: block;
		margin-top: 12px;
		color: #f8b500;
		text-align: center;
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.6rem;
		letter-spacing: -2px;
		line-height: 1.2;
		transform: rotate(-3deg);
	}
	#recruit_youth .animation .animation_inner strong.concept02 {
		display: block;
		margin-top: 30px;
		color: #000;
		font-size: 2.2rem;
		text-align: center;
	}


	#recruit_youth .contents {
		margin: 0 auto;
		padding: 30px 0;
		width: 1000px;
		box-sizing: border-box;
	}
	
	#recruit_youth .contents h1 {
		margin: 0 0 20px 44px;
		padding: 48px 0 0 36px;
		width: 100%;
		height: 120px;
		font-size: 2.1rem;
		background-image: url(../img/ic_suquare@2x.webp);
		background-size: 120px;
		background-repeat: no-repeat;
		box-sizing: border-box;
	}
	
	#recruit_youth .contents p {
		margin-top: 20px;
		line-height: 1.6;
	}
	
	#recruit_youth .contents .img_main {
		margin: 16px auto 20px;
		width: 1000px;
		aspect-ratio: 713 / 324;
		background-image: url(../img/img_main_pc.webp);
		background-size: 100%;
		background-repeat: no-repeat;
	}
	#recruit_youth .contents .img_main img {
		display: none;
	}
	
	
	#recruit_youth .contents .text {
		margin: 120px auto 60px;
		padding: 20px 30px 40px;
		width: 90%;
		font-size: 1rem;
		line-height: 1.2;
		background-color: #fff1c6;
		border-radius: 48px;
		position: relative;
		box-sizing: border-box;
	}
	#recruit_youth .contents .text h2 {
		margin: -90px 0 0 0;
		padding-left: 90px;
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.8rem;
		letter-spacing: -2px;
		line-height: 1.2;
		transform: rotate(-6deg);
		position: relative;
		box-sizing: border-box;
	}
	#recruit_youth .contents .text h2::before {
		content: "";
		display: inline-block; /* or block */
		width: 58px;
		height: 58px;
		background-image: url("../img/ic_hand@2x.webp");
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: -8px;
		left: 20px;
	}
	#recruit_youth .contents .text p {
		margin-top: 40px;
	}
	
	
	#recruit_youth .contents section.intro {
		margin-top: -100px;
	}
	#recruit_youth .contents section.intro div {
		margin-top: 40px;
		padding: 20px 30px 40px;
		width: 80%;
		background-color: #fffde5;
		border-radius: 48px;
		position: relative;
		box-sizing: border-box;
	}
	#recruit_youth .contents section.intro div.left {
	}
	#recruit_youth .contents section.intro div.right {
		margin-left: 20%;
	}
	#recruit_youth .contents section.intro h2 {
		margin-top: -30px;
		padding-left: 80px;
		color: #f5a200;
		/* color: #666; */
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.6rem;
		letter-spacing: -2px !important;
		line-height: 1.2;
		transform: rotate(-3deg);
		box-sizing: border-box;
	}
	#recruit_youth .contents section.intro h2::before {
		content: "";
		display: inline-block; /* or block */
		width: 42px;
		/* height: 58px; */
		aspect-ratio: 27 / 39;
		background-image: url("../img/ic_hand2.webp");
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: -20px;
		left: 20px;
	}
	#recruit_youth .contents section.intro p {
		margin-top: 40px;
		font-size: 1rem;
	}
	#recruit_youth .contents section.intro .text01 img.ice {
		width: 185px;
		aspect-ratio: 370 / 445;
		position: absolute;
		top: -50px;
		left: -185px;
	}
	#recruit_youth .contents section.intro .text03 img.candy {
		width: 254px;
		aspect-ratio: 507 / 633;
		position: absolute;
		top: -270px;
		right: -20px;
	}
	#recruit_youth .contents section.intro .text03 img.cookie {
		width: 103px;
		aspect-ratio: 205 / 201;
		position: absolute;
		top: 50px;
		left: -113px;
	}
	#recruit_youth .contents section.intro .text03 img.senbei {
		width: 126px;
		aspect-ratio: 251 / 256;
		position: absolute;
		top: -60px;
		left: -204px;
	}
	#recruit_youth .contents section.intro .text04 img.pripan {
		width: 255px;
		aspect-ratio: 509 / 321;
		position: absolute;
		bottom: -20px;
		right: -215px;
	}
	#recruit_youth .contents section.intro .text05 img.burger {
		width: 168px;
		aspect-ratio: 346 / 474;
		position: absolute;
		bottom: 10px;
		left: -188px;
	}
	
	
	#recruit_youth .contents section.products {
		margin: 20px auto 0;
		padding: 0;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: stretch;
	}
	
	
	#recruit_youth .contents section.products div.photo img {
		display: block !important;
		width: 100%;
	}
	
	
	#recruit_youth .contents section.products div.photo.first {
		margin: 0 !important;
		width: 330px;
		position: relative;
	}
	#recruit_youth .contents section.products div.photo.first img.candy {
		margin: 20px 0 8px 20px;
		width: 75%;
		aspect-ratio: auto;
	}
	#recruit_youth .contents section.products div.photo.first img.pripan {
		display: block;
		margin: 10px 0 0 -8px;
		width: 180px;
		aspect-ratio: 102/88;
	}
	#recruit_youth .contents section.products div.photo.first img.latte {
		margin-top: 0;
		width: 160px;
		aspect-ratio: auto;
		position: absolute;
		right: -8px;
		bottom: 50px;
	}
	
	#recruit_youth .contents section.products div.photo span.txt {
		display: block;
		color: #fdd121;
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.1rem;
		transform: rotate(-6deg);
	}
	#recruit_youth .contents section.products div.photo.first span.txt.candy {
		position: absolute;
		top: 160px;
		right: 40px;
	}
	#recruit_youth .contents section.products div.photo.first span.txt.pripan {
		margin: -8px 0 0 40px;
	}
	
	
	#recruit_youth .contents section.products div.photo.second {
		margin: 0 !important;
		width: 670px;
		position: relative;
	}
	#recruit_youth .contents section.products div.photo.second img.cookie {
		margin: 0 0 0 20px;
		width: 48%;
		aspect-ratio: auto;
	}
	#recruit_youth .contents section.products div.photo.second img.pancake {
		margin: 40px 0 0 30px;
		width: 40%;
		aspect-ratio: auto;
	}
	#recruit_youth .contents section.products div.photo.second img.bookbako {
		width: 52%;
		aspect-ratio: auto;
		position: absolute;
		top: 80px;
		right: 0;
	}
	
	#recruit_youth .contents section.products div.photo.second span.txt.cookies {
		position: absolute;
		top: 244px;
		left: 270px;
	}
	#recruit_youth .contents section.products div.photo.second span.txt.tsheet {
		margin: -8px 0 0 60px;
	}
	
	#recruit_youth .contents section.products div.photo.second span.txt.icookie {
		position: absolute;
		bottom: 0;
		right: 100px;
		transform: rotate(-3deg);
	}
	
	
	#recruit_youth .contents section.message {
		margin: 30px 0 0 0;
		padding: 0;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: stretch;
	}
	
	#recruit_youth .contents section.message div.graph {
		width: 33%;
	}
	#recruit_youth .contents section.message div.graph strong {
		display: block;
		margin-top: 20px;
		text-align: center;
	}
	#recruit_youth .contents section.message div.graph img.img_graph {
		margin-top: 30px;
		width: 100%;
	}
	
	#recruit_youth .contents section.message div.msg_shacho {
		margin-right: 3%;
		padding: 30px;
		width: 64%;
		border: 4px solid #fdd121;
		border-radius: 30px;
		box-sizing: border-box;
	}
	#recruit_youth .contents section.message div.msg_shacho h2 {
		font-size: 1.3rem;
		text-align: center;
	}
	#recruit_youth .contents section.message div.msg_shacho p {
		font-size: 1rem;
		line-height: 1.8 !important;
	}
	
	
	#recruit_youth .timetable_wrapper {
		background-color: #fffde5;
	}
	#recruit_youth .timetable_wrapper section.timetable {
		margin-top: 100px;
		position: relative;
	}
	#recruit_youth .timetable_wrapper section.timetable h2 {
		display: block;
		margin-left: 30px;
		padding: 16px;
		width: 470px;
		font-size: 1.4rem;
		text-align: center;
		border: 4px solid #fdd121;
		border-radius: 30px;
		box-sizing: border-box;
		position: absolute;
		top: -30px;
		left: 0;
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper {
		margin: 20px auto 0;
		padding: 20px 30px 60px;
		width: 1000px;
		background-color: #fffde5;
		position: relative;
		box-sizing: border-box;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl {
		margin-top: 80px;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dt {
		padding: 16px 0 8px 70px;
		width: 200px;
		font-size: 1.2rem;
		font-weight: 600;
		border-bottom: 4px solid #fdd121;
		position: relative;
		box-sizing: border-box;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dt span.hour {
		display: block;
		padding: 21px 0 0;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background-color: #fdd121;
		color: #fff;
		font-weight: 600;
		text-align: center;
		vertical-align: middle;
		position: absolute;
		top: 0;
		left: -10px;
		box-sizing: border-box;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd {
		margin-bottom: 20px;
		padding: 16px 0 0 18px;
		font-size: 1rem;
		line-height: 1.4;
		position: relative;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi {
		position: absolute;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.fukidashi_01 {
		left: 230px;
		top: -100px;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.fukidashi_02 {
		left: 270px;
		top: -90px;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.fukidashi_03 {
		left: 430px;
		bottom: -30px;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.illust_ladies02 {
		left: 300px;
		bottom: -40px;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.fukidashi_05 {
		left: 210px;
		bottom: -50px;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.fukidashi_06 {
		left: 180px;
		bottom: -80px;
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper h3 {
		color: #f5a200;
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.4rem;
		letter-spacing: -1px;
		line-height: 1.1;
		transform: rotate(-6deg);
		position: absolute;
		top: 40px;
		left: 160px;
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock {
		
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock img,
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p {
		position: absolute;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p {
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 0.9rem;
		line-height: 1.4;
		letter-spacing: -1px;
		transform: rotate(-3deg);
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd .fukidashi.illust_ladies01 {
		display: block;
		top: -180px;
		right: 260px;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper dl dd p.fukidashi.txt_01 {
		top: -40px;
		right: 200px;
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 0.9rem;
		line-height: 1.4;
		letter-spacing: -1px;
		transform: rotate(-3deg);
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory01 {
		top: 20px;
		right: 145px;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory02 {
		top: 20px;
		right: 10px;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p.txt_02 {
		top: -10px;
		right: 30px;
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory03 {
		top: 260px;
		right: 180px;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory04 {
		top: 210px;
		right: 30px;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p.txt_03 {
		top: 380px;
		right: -30px;
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory05 {
		top: 420px;
		right: 60px;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p.txt_05 {
		top: 520px;
		right: 274px;
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .fukidashi_04 {
		top: 590px;
		right: 40px;
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory06 {
		top: 670px;
		right: 286px;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory07 {
		top: 670px;
		right: 152px;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p.txt_06 {
		top: 690px;
		right: 20px;
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock .pht_factory08 {
		top: 832px;
		right: 12px;
	}
	#recruit_youth .timetable_wrapper section.timetable .wrapper .photoblock p.txt_08 {
		top: 846px;
		right: 154px;
	}
	
	#recruit_youth .timetable_wrapper section.timetable .wrapper strong.catch {
		display: block;
		margin-top: 60px;
		font-size: 1.6rem;
		text-align: center;
		line-height: 1.4;
	}
	
	
	#recruit_youth .contents section.senpai {
		margin: 60px auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: stretch;
	}
	#recruit_youth .contents section.senpai dl {
		width: 48%;
	}
	#recruit_youth .contents section.senpai dl:nth-child(1) {
		margin-right: 2%;
	}
	#recruit_youth .contents section.senpai dl:nth-child(2) {
		margin-left: 2%;
	}
	#recruit_youth .contents section.senpai dl dt {
		padding: 0 0 0 110px;
		height: 100px;
		position: relative;
		box-sizing: border-box;
	}
	#recruit_youth .contents section.senpai dl dt img {
		display: block;
		width: 100px;
		height: 100px;
		position: absolute;
		top: 0;
		left: 0;
	}
	#recruit_youth .contents section.senpai dl dt h3 {
		display: block;
		margin-bottom: 30px !important;
		color: #f5a200;
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.3rem;
		letter-spacing: -1px;
		line-height: 1.1;
		transform: rotate(-6deg);
		position: initial;
	}
	#recruit_youth .contents section.senpai dl dt p {
		font-weight: 600;
	}
	#recruit_youth .contents section.senpai dl dd {
		margin-top: 20px;
		line-height: 1.6;
	}
	
	
	#recruit_youth #movie {
		margin-top: 30px;
		padding: 0 0 0;
	}
	#recruit_youth #movie h2 {
		margin: 0 auto -80px;
		padding-left: 90px;
		width: 1000px;
		font-family: ads-akari, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 2.2rem !important;
		letter-spacing: -1px;
		line-height: 1.2;
		transform: rotate(-6deg);
		position: relative;
		box-sizing: border-box;
	}
	#recruit_youth #movie h2::before {
		content: "";
		display: inline-block; /* or block */
		width: 58px;
		height: 58px;
		background-image: url("../img/ic_hand@2x.webp");
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: -8px;
		left: 20px;
	}
	#recruit_youth .movie_inner {
		margin: 60px auto 0;
		padding: 80px 0;
		background-color: #fff1c6;
	}
	#recruit_youth #movie .iframe_wapper {
		margin: 0 auto !important;
		width: 1000px;
	}
	#recruit_youth #movie iframe {
		margin: 0 auto !important;
		width: 1000px !important;
		height: 563px;
		aspect-ratio: 16 / 9;
	}
	
	
	#recruit_youth footer {
		padding-bottom: 30px;
		width: 100%;
		color: #000;
		background-color: #fbd366;
	}
	#recruit_youth footer.second {
		background-color: #fffde5;
		padding-bottom: 20px;
		margin-bottom: -60px;
	}
	#recruit_youth footer .oursites a {
		color: #000;
	}
	#recruit_youth footer .utility {
		margin: 0 30px 30px;
		text-align: right;
	}
	#recruit_youth footer .utility a {
		color: #fff;
		text-decoration: none;
	}
	#recruit_youth footer .utility a:hover {
		opacity: 0.7;
	}
	#recruit_youth footer .utility span.en {
		letter-spacing: 1px;
	}
	#recruit_youth footer .utility span.jp {
		margin-left: 10px;
		font-size: 0.7rem;
	}
	#recruit_youth footer ul.foot_companyname {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
	}
	#recruit_youth footer ul.foot_companyname li {
		width: 50%;
	}
	#recruit_youth footer ul.foot_companyname li a {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: center;
		color: #000;
		text-decoration: none;
	}
	#recruit_youth footer ul.foot_companyname li a:hover {
		opacity: 0.7;
	}
	#recruit_youth footer ul.foot_companyname li:last-child {
		text-align: right;
	}
	#recruit_youth footer ul.foot_companyname li img {
		display: block;
		margin-right: 16px;
		width: 120px;
	}
	#recruit_youth footer ul.foot_companyname li span {
		diplay: block;
	}
	
	#recruit_youth footer ul.places {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: stretch;
		margin: 0 auto 60px;
		width: 100%;
	}
	#recruit_youth footer ul.places li {
		margin-right: 4%;
		width: 30%;
	}
	#recruit_youth footer ul.places li:last-child {
		margin-right: 0;
	}
	#recruit_youth footer ul.places li h4 {
		margin: 0 0 8px;
		padding: 0 0 8px;
		width: 90%;
		font-size: 1rem;
		border: none;
		border-bottom: 4px solid #f8b500;
	}
	#recruit_youth footer ul.places li img {
		display: block;
		margin-top: 16px;
		height: 180px;
	}
	
	
	#recruit_youth footer.btech {
		padding: 0 0 60px;
		background-color: #fff;
		box-sizing: border-box;
	}
	#recruit_youth footer.btech hr {
		margin: 0 auto 40px;
		width: 90%;
		boder: 1px solid #ddd;
	}
	#recruit_youth footer.btech h3 {
		margin-bottom: 30px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		text-align: center;
	}
	#recruit_youth footer.btech h3 strong {
		margin-left: 16px;
		font-size: 1rem;
		font-weight: 400;
	}
	#recruit_youth footer.btech ul.menu_btech {
		margin: 0 auto;
		width: 60%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: stretch;
	}
	#recruit_youth footer.btech ul.menu_btech li {
		margin-right: 2.6%;
		width: 23%;
	}
	#recruit_youth footer.btech ul.menu_btech li:last-child {
		margin-right: 0;
	}
	#recruit_youth footer.btech ul.menu_btech li a {
		display: block;
		padding: 8px;
		width: 100%;
		color: #fff;
		text-align: center;
		text-decoration: none;
		background-color: #000;
		border-radius: 60px;
		box-sizing: border-box;
	}
	#recruit_youth footer.btech ul.menu_btech li a:hover {
		background-color: #555;
	}
	
	#recruit_youth footer.btech ul.menu_factory {
		margin: 30px auto 0;
		width: 40%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: stretch;
	}
	#recruit_youth footer.btech ul.menu_factory li {
		margin-right: 4%;
		width: 48%;
	}
	#recruit_youth footer.btech ul.menu_factory li:last-child {
		margin-right: 0;
	}
	#recruit_youth footer.btech ul.menu_factory li a {
		display: block;
		padding: 16px;
		width: 100%;
		color: #fff;
		font-size: 1.2rem;
		text-align: center;
		text-decoration: none;
		background-color: #fbd366;
		background-color: #f8b500;
		border-radius: 60px;
		box-sizing: border-box;
	}
	#recruit_youth footer.btech ul.menu_factory li a:hover {
		background-color: #fbd366;
	}
	
	
	/* ページトップへ戻るボタン */
	a.page-top-button.material-icons {
		position: fixed;
		right: 40px;
		bottom: 40px;
		font-size: 48px;
		width: 48px;
		height: 48px;
		overflow: hidden;
		color: #fff;
		background: #000;
		padding: 6px;
		border-radius: 50%;
		text-decoration: none;
		display: none;
		z-index: 999;
		transition: transform 0.3s, background 0.3s;
	}
	a.page-top-button.material-icons:hover {
		transform: scale(1.1);
		opacity: 0.7;
	}
	
	/* 下にスクロールボタン */
/* a.scroll-down-button {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 48px;
  color: #fff;
  background: #000;
  padding: 6px;
  border-radius: 50%;
  text-decoration: none;
  display: none;
  z-index: 999;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translate(-50%, 0);}
  40% {transform: translate(-50%, -10px);}
  60% {transform: translate(-50%, -5px);}
} */



	
}
