.full-width {
	margin: 0 calc(50% - 50vw); width: 100vw;
}
.linkBtn {
	width:250px; line-height:50px; border-radius:100px; display:inline-block;
color:#fff;
font-weight:bold;
position:relative;
font-size:18px;
font-family:'Zen Maru Gothic', sans-serif;
}
.fuchidori-ao {
	text-shadow:
           1.5px 1.5px 0px #31caef, -1.5px -1.5px 0px #31caef,
          -1.5px 1.5px 0px #31caef,  1.5px -1.5px 0px #31caef,
           1.5px 0px 0px #31caef, -1.5px  0px 0px #31caef,
           0px 1.5px 0px #31caef,  0px -1.5px 0px #31caef;
}
.fuchidori-momo {
	text-shadow:
           1.5px 1.5px 0px #f2869a, -1.5px -1.5px 0px #f2869a,
          -1.5px 1.5px 0px #f2869a,  1.5px -1.5px 0px #f2869a,
           1.5px 0px 0px #f2869a, -1.5px  0px 0px #f2869a,
           0px 1.5px 0px #f2869a,  0px -1.5px 0px #f2869a;
}
.display-none {
	display:none
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
