@charset "UTF-8";
/* reset */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  height: 100%;
  min-height: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
hr,
header,
footer,
nav,
aside,
section {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
h1,
h2,
h3,
h4,
th,
var {
  font-style: normal;
  font-weight: normal;
}
fieldset,
img,
abbr {
  border: 0;
}
img {
  width: 100%;
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
th,
td {
  margin: 0;
  padding: 0;
}
th,
td {
  text-align: left;
  vertical-align: top;
}
caption,
th {
  text-align: left;
  margin: auto;
}
object,
embed {
  vertical-align: top;
}
legend {
  display: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover img {
  text-decoration: none;
  border: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3b4043;
  font-size: 2rem;
  line-height: 1.4;
}
a {
  -webkit-tap-highlight-color: transparent;
}
main {
  display: block;
  width: 100%;
  overflow: hidden;
}
.pc_view {
	display: block;
}
.sp_view {
	display: none;
}
	@media screen and (max-width: 767px) {
		.pc_view {
		  display: none;
		}
		.sp_view {
		  display: block;
		}
	}
.bound {	
	animation: bound 3s infinite;
}
	@keyframes bound {
		0% { transform:translateY(0) }
		5% { transform:translateY(0) }
		10% { transform:translateY(0) }
		20% { transform:translateY(-25px) }
		25% { transform:translateY(0) }
		30% { transform:translateY(-15px) }
		50% { transform:translateY(0) }
		100% { transform:translateY(0) }
	}
.fadein {
	opacity: 0;
	transform: translate(0, 30px);
	transition: all 1.5s;
}
.fadein.scrollin {
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}


.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 72px;
  z-index: 100;
}
	@media screen and (max-width: 767px) {
		.header {
		  height: auto;
		}
	}
.header_innr {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 10px;
}
	@media screen and (max-width: 767px) {
		.header_innr {
			max-width: 100%;
			padding: 20px 20px;
		}
	}
.service_logo {
  max-width: 160px;
  width: 100%;
  height: auto;
}
	@media screen and (max-width: 767px) {
		.service_logo {
			max-width: 50%;
		}
	}
.company_logo {
  max-width: 120px;
  width: 100%;
  height: auto;
}
	@media screen and (max-width: 767px) {
		.company_logo {
			max-width: 35%;
		}
	}


.main-visual {
	background: #f4f7f8;
	padding-top: 50px;
}
	@media screen and (max-width: 767px) {
		.main-visual {
			margin-top: 40px;
		}
	}
.main-visual_box {
	max-width: 1410px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
	@media screen and (max-width: 767px) {
		.main-visual_box {
			max-width: 100%;
		}
	}
.main-visual_box img {
	animation: rotateAndScale 1s 1;
}
	@keyframes rotateAndScale {
		0% {
			transform: rotate(0deg) scale(0.3);
		}
		90% {
			transform: rotate(360deg) scale(1.5);
		}
		92% {
			transform: scale(1);
		}
		94% {
			transform: scale(1.3);
		}
		96% {
			transform: scale(1);
		}
		98% {
			transform: scale(1.3);
		}
		100% {
			transform: scale(1);
		}
	}
.main_cta-area {
	background-image: linear-gradient(
		-45deg,
		#eed227 25%,
		#ebc22a 25%, #ebc22a 50%,
		#eed227 50%, #eed227 75%,
		#ebc22a 75%, #ebc22a
	);
	background-size: 50px 50px;
	padding-bottom: 50px;
}


.cta-area_innr {
	max-width: 1120px;
	width: 94%;
	margin: 0 auto;
}
	@media screen and (max-width: 767px) {
		.cta-area_innr {
			max-width: 100%;
			width: 90%;
		}
	}
.cta-area_piriod {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}
	@media screen and (max-width: 767px) {
		.cta-area_piriod {
			padding-top: 20px;
		}
	}
.cta-area_cta {
	background: #fff;
	border-radius: 30px;
	margin: 78px auto 0;
	padding: 50px 45px 0;
}
	@media screen and (max-width: 767px) {
		.cta-area_cta {
			margin-top: 50px;
			padding: 50px 35px 0;
		}
	}
h2.ttl_cta {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/h2_ttl_cta.svg) no-repeat 0 0;
	color: #fff;
	width: 442px;
	height: 54px;
	text-align: center;
	margin: -73px auto 0;
}
	@media screen and (max-width: 767px) {
		h2.ttl_cta {
			width: 100%;
			height: 34px;
			font-size: 14px;
			margin: -68px auto 0;
		}
	}
.cta-area_wrap {
	display: flex;
}
	@media screen and (max-width: 767px) {
		.cta-area_cta {
			margin-top: 50px;
			padding: 50px 35px 0;
		}
	}
.cta-area_cta_left {
	width: 67%;
	margin-top: 78px;
}
	@media screen and (max-width: 768px) {
		.cta-area_cta_left {
			width: 100%;
			margin-top: 20px;
		}
	}
.cta-area_cta_left_top_img {
	display: flex;
}
.cta-area_cta_left_top_img a {
	display: flex;
	width: 72%;
}
	@media screen and (max-width: 767px) {
		.cta-area_cta_left_top_img a {
			width: 100%;
		}
	}
.cta-area_cta_left_top_img a:hover {
	opacity: .7;
	transition: .5s all;
}
.cta-area_cta_left_top .app_logo {
	width: 100%;
}
	@media screen and (max-width: 767px) {
		.cta-area_cta_left_top .app_logo {
			width: 100%;
		}
		.cta-area_cta_left .sp_view {
			position: relative;
			width: 60%;
			margin: 30px auto 0;
		}
	}
.cta-area_cta_left_top .app_qr {
	width: 20%;
	margin-left: 4%;
}
.cta-area_left_bottom {
	display: flex;
	align-items: flex-start;
	width: 100%;
}
	@media screen and (max-width: 768px) {
		.cta-area_left_bottom {
			margin-top: 10px;
		}
	}
	@media screen and (max-width: 767px) {
		.cta-area_left_bottom {
			flex-wrap: wrap;
			justify-content: space-between;
			margin-top: 20px;
		}
	}
.cta-area_left_bottom img {	
	height: 50px;
	padding-right: 8px;
}
	@media screen and (max-width: 767px) {
		.cta-area_left_bottom a {
			display: inline-block;
			width: 48%;
			text-align: center;
			height: 36px;
			margin: 0 2px;
		}
		.cta-area_left_bottom img {
			width: auto;
			height: 100%;
			padding: 0;
		}
	}
.cta-area_left_bottom ul li {
	font-size: 11px;
}
	@media screen and (max-width: 767px) {
		.cta-area_left_bottom ul  {
			width: 100%;
			margin: 20px 0 30px;
		}
		.cta-area_left_bottom ul li {
			font-size: 12px;
			line-height: 1.2;
			margin-bottom: 5px;
		}
	}
.other .cta-area_left_bottom ul li {
	text-align: left;
}
.cta-area_cta_right {
	position: relative;
	width: 30%;
	margin: 30px 0 0 30px;
}
.cta-area_cta_right img {
	width: 77%;
}
	@media screen and (max-width: 768px) {
		.cta-area_cta_right img  {
			width: 94%;
		}
	}
.circle {
	position: absolute;
	bottom: 25px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e71f23;
	color: #fff;
	width: 128px;
	height: 128px;
	font-size: 18px;
	text-align: center;
	border-radius: 50%;
}
	@media screen and (max-width: 768px) {
		.circle  {
			right: -20px;
			border: 10px;
			width: 90px;
			height: 90px;
			font-size: 13px;
		}
	}
	@media screen and (max-width: 767px) {
		.cta-area_cta_left .sp_view .circle {
			right: -40px;
			width: 94px;
			height: 94px;
			font-size: 13px;
		}
	}
.circle span {
	font-size: 11px;
}

.inner_wrap {
	max-width: 1120px;
	width: 92%;
	text-align: center;
	margin: 0 auto;
}
	@media screen and (max-width: 767px) {
		.inner_wrap {
			width: 90%;
		}
	}

.entry {
	background: #fffde2;
	padding: 120px 0;
}
	@media screen and (max-width: 767px) {
		.entry {
			padding: 70px 0;
		}
	}
.entry h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-size: 90px;
	font-style: normal;
	text-align: center;
	line-height: 0.4;
}
	@media screen and (max-width: 767px) {
		.entry h2 {
			font-size: 50px;
			line-height: 0.5;
		}
	}
.entry h2 span {
	font-size: 24px;
	line-height: 1;
}
	@media screen and (max-width: 767px) {
		.entry h2 span {
			font-size: 16px;
		}
	}
.entry_cont {
	background: #fff;
	border-radius: 25px;
	border-top: solid 25px #e71f23;
	border-bottom: solid 25px #e71f23;
	margin-top: 60px;
}
	@media screen and (max-width: 767px) {
		.entry_cont {
			border-radius: 13px;
			border-top: solid 13px #e71f23;
			border-bottom: solid 13px #e71f23;
			margin-top: 34px;
		}
	}
.cont_wrap {
	padding: 60px 84px 0px;
}
	@media screen and (max-width: 767px) {
		.cont_wrap {
			padding: 34px 20px 0px;
		}
	}
.cont_wrap h3 {
	position: relative;
	width: 100%;
	border-top: 5px solid #e71f23;
	margin: 30px auto 0;
}
	@media screen and (max-width: 767px) {
		.cont_wrap h3 {
			border-top: 4px solid #e71f23;
			margin: 18px auto 0;
		}
	}
.cont_wrap h3 span {
	position: relative;
	top: -34px;
	display: inline-block;
	background: #e71f23;
	color: #fff;
	height: 60px;
	text-align: center;
	line-height: 2.6;
	border-radius: 30px;
	padding: 0 120px;
}
	@media screen and (max-width: 767px) {
		.cont_wrap h3 span {
			top: -22px;
			height: 40px;
			font-size: 15px;
			padding: 0 40px;
		}
	}
.cont_wrap dl {
	display: flex;
	border-bottom: 2px dotted#e71f23;
	padding: 40px 10px 40px 35px;
}
	@media screen and (max-width: 767px) {
		.cont_wrap dl {
			display: block;
			padding: 0 0 30px;
		}
	}
.cont_wrap dl dt {
	width: 80px;
	margin-right: 46px;
}
	@media screen and (max-width: 767px) {
		.cont_wrap dl dt {
			width: 60px;
			margin: 0 auto;
		}
		.cont_wrap dl dt:not(first-child) {
			margin-top: 36px;
		}
	}
.cont_wrap dl dd {
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	line-height: 1.7;
	padding-top: 15px;
}
	@media screen and (max-width: 767px) {
		.cont_wrap dl dd {
			font-size: 18px;
			text-align: center;
			padding-top: 25px;
		}
	}
.cont_wrap dl dd img {
	width: auto;
	height: 23px;
	vertical-align: baseline;
	padding: 0 5px;
}
	@media screen and (max-width: 767px) {
		.cont_wrap dl dd img {
			height: 16px;
			padding: 0;
		}
	}
.cont_wrap dl dd p strong {
	font-size: 36px;
}
	@media screen and (max-width: 767px) {
		.cont_wrap dl dd p strong {
			font-size: 24px;
		}
	}
	@media screen and (max-width: 350px) {
		.cont_wrap dl dd p strong {
			font-size: 20px;
		}
	}
.cont_wrap dl dd p span {
	background:linear-gradient(transparent 50%, #fdd5d6 50%);
	padding: 0 5px 0 0;
}
.btn_area {
	margin: 50px auto;
	padding-bottom: 50px;
}
	@media screen and (max-width: 767px) {
		.btn_area {
			padding-bottom: 0;
		}
	}
.btn_area .btn_lead {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	line-height: 1;
	margin: 50px auto 30px;
}
	@media screen and (max-width: 767px) {
		.btn_area p {
			font-size: 14px;
			font-weight: bold;
		}
		.btn_area .btn_lead {
			font-weight: normal;
			margin: 10px auto 20px;
		}
	}
	@media screen and (max-width: 350px) {
		.btn_area p {
			font-size: 12px;
		}
	}
.btn_area .btn_lead::before,
.btn_area .btn_lead::after {
	content: "";
	width: 2px;
	height: 28px;
	background-image: linear-gradient(
		#ccc 25%,
		#fff 25%, #fff 50%,
		#ccc 50%, #ccc 75%,
		#fff 75%, #fff
	);
	background-size: 20px 10px;
}
	@media screen and (max-width: 767px) {
		.btn_area .btn_lead::before,
		.btn_area .btn_lead::after {
			height: 22px;
		}
	}
.btn_area .btn_lead::before {
	margin-right: 1em;
	transform: rotate(-30deg);
}
.btn_area .btn_lead::after {
	margin-left: 1em;
	transform: rotate(30deg);
}
.btn_area .btn_lead span {
	color: #e71f23;
	font-size: 30px;
}
	@media screen and (max-width: 767px) {
		.btn_area .btn_lead span {
			font-size: 16px;
			font-weight: bold;
		}
	}
.btn_area a {
	position: relative;
	display: block;
	background: #ef7c14;
	color: #fff;
	width: 54%;
	line-height: 3.4;
	border-radius: 40px;
	margin: 0 auto 20px;
}
	@media screen and (max-width: 767px) {
		.btn_area a {
			width: 80%;
			font-size: 16px;
			line-height: 3.8;
		}
	}
	@media screen and (max-width: 350px) {
		.btn_area a {
			font-size: 14px;
		}
	}
.btn_area a::after {
	content: "";
	position: absolute;
	bottom: 22px;
	right: 20px;
	background: url("../img/arrow.svg") no-repeat;
	background-size: contain;
	filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(97deg) brightness(107%) contrast(102%);
	width: 28px;
	height: 22px;
}
	@media screen and (max-width: 767px) {
		.btn_area a::after {
			bottom: 20px;
			width: 22px;
			height: 16px;
		}
	}
	@media screen and (max-width: 350px) {
		.btn_area a::after {
			bottom: 18px;
		}
	}
.btn_area a:hover {
	opacity: .7;
	transition: .5s all;
}
.other .btn_area a {
	background: #e71f23;
}


.lineup {
	padding: 80px 0 50px;
}
.lineup h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-size: 90px;
	font-style: normal;
	text-align: center;
	line-height: 0.4;
}
	@media screen and (max-width: 767px) {
		.lineup h2 {
			font-size: 50px;
			line-height: 0.5;
		}
	}
.lineup h2 span {
	font-size: 24px;
	line-height: 1;
}
	@media screen and (max-width: 767px) {
		.lineup h2 span {
			font-size: 16px;
		}
	}
.lineup_items {
	max-width: 1120px;
	width: 100%;
	margin: 50px auto 0;
}
	@media screen and (max-width: 767px) {
		.lineup_items {
			width: 92%;
		}
	}
.lineup_items h3 {
	background-size: cover;
	width: 210px;
	height: 64px;
	font-weight: bold;
	margin: 100px auto 0;
}
	@media screen and (max-width: 767px) {
		.lineup_items h3 {
			width: auto;
			height: 48px;
			margin: 50px auto 0;
		}
	}
.lineup_items h3 span {
	display: inline-block;
	font-size: 30px;
	padding-top: 37px;
}
	@media screen and (max-width: 767px) {
		.lineup_items h3 span {
			font-size: 23px;
			padding-top: 25px;
		}
	}
.lineup_items.prize_happy h3 {
	background: url("../img/h3_happy.svg") no-repeat top center;
	color: #e71f23;
}
.lineup_items.prize_smile h3 {
	background: url("../img/h3_smile.svg") no-repeat top center;
	color: #ef7c14;
}
.lineup_items.prize_thanks h3 {
	background: url("../img/h3_thanks.svg") no-repeat top center;
	color: #f6ca1b;
}
.lineup_img {
	position: relative;
	width: 320px;
	margin: 30px auto 0;
}
	@media screen and (max-width: 1024px) {
		.lineup_img {
			width: 280px;
		}
	}
	@media screen and (max-width: 767px) {
		.lineup_img {
			width: 70%;
		}
	}
.lineup_img figure {
	position: absolute;
	bottom: -85px;
	right: -80px;
	width: 100px;
	text-align: center;
	animation: bound 3s 3;
}
	@media screen and (max-width: 767px) {
		.lineup_img figure {
			bottom: -70px;
			right: -90px;
			width: 80px;
		}
	}
	@media screen and (max-width: 350px) {
		.lineup_img figure {
			bottom: -60px;
			width: 66px;
		}
	}
.lineup_img figure img {
	position: relative;
	width: 100%;
	height: auto;
	border: none;
}
.lineup_img figure figcaption {
	position: absolute;
	top: 25px;
	left: 36%;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: .5;
}
	@media screen and (max-width: 767px) {
		.lineup_img figure figcaption {
			font-size: 32px;
			top: 18px;
			left: 34%;
		}
	}
	@media screen and (max-width: 350px) {
		.lineup_img figure figcaption {
			top: 12px;
		}
	}
.lineup_img figure.second figcaption {
	left: 15%;
}
	@media screen and (max-width: 1024px) {
		.lineup_img figure.second figcaption {
			left: 13%;
		}
	}
	@media screen and (max-width: 767px) {
		.lineup_img figure.second figcaption {
			top: 22px;
		}
	}
	@media screen and (max-width: 350px) {
		.lineup_img figure.second figcaption {
			top: 18px;
			font-size: 27px;
		}
	}
.lineup_img figure figcaption span {
	font-size: 14px;
	font-weight: normal;
}
	@media screen and (max-width: 767px) {
		.lineup_img figure figcaption span {
			font-size: 12px;
		}
	}
.lineup_items p {
	font-size: 18px;
	margin-top: 16px;
}
	@media screen and (max-width: 767px) {
		.lineup_items p {
			font-size: 14px;
		}
	}
.lineup_items ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.lineup_items ul li {	
	width: 35%;
	margin: 0 1% 1%;
}
	@media screen and (max-width: 1024px) {
		.lineup_items ul li {
			width: 45%;
		}
	}
	@media screen and (max-width: 767px) {
		.lineup_items ul li {
			width: 100%;
			margin: 0;
		}
	}
.lineup_bottom {
	border-top: 2px dashed #ccc;
	margin-top: 100px;
	padding: 50px 0;
}
	@media screen and (max-width: 767px) {
		.lineup_bottom {
			margin-top: 50px;
			padding: 30px 0 0;
		}
	}
.lineup_bottom h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
	@media screen and (max-width: 767px) {
		.lineup_bottom h4 {
			font-size: 16px;
		}
	}
.lineup_bottom p {
	font-size: 16px;
}
	@media screen and (max-width: 767px) {
		.lineup_bottom p {
			font-size: 14px;
			text-align: left;
			text-indent: -1em;
			padding: 10px 1.2em 0 2.2em;
		}
	}


.campaign {
	background: #fffde2;
	padding: 100px 0;
}
	@media screen and (max-width: 767px) {
		.campaign {
			font-size: 50px;
			padding: 60px 0;
		}
	}
.campaign h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-size: 90px;
	font-style: normal;
	text-align: center;
	line-height: 0.4;
}
	@media screen and (max-width: 767px) {
		.campaign h2 {
			font-size: 50px;
			line-height: 0.5;
		}
	}
.campaign h2 span {
	font-size: 24px;
	line-height: 1;
}
	@media screen and (max-width: 767px) {
		.campaign h2 span {
			font-size: 16px;
		}
	}
.campaign_cont {
	background: #fff;
	width: 100%;
	max-width: 1120px;
	border-radius: 30px;
	margin: 50px auto 0;
	padding: 50px;
}
	@media screen and (max-width: 767px) {
		.campaign_cont {
			margin: 18px auto 0;
			padding: 0 15px;
		}
	}
.campaign_cont dl {
	display: flex;
	font-size: 16px;
	border-bottom: 2px solid #e1e1e1;
	padding: 50px;
}
	@media screen and (max-width: 767px) {
		.campaign_cont dl {
			display: block;
			font-size: 14px;
			padding: 30px 0;
		}
	}
.campaign_cont dt {
	width: 20%;
	font-weight: bold;
	white-space: nowrap;
	margin-right: 5%;
}
	@media screen and (max-width: 767px) {
		.campaign_cont dt {
			width: 100%;
			padding: 0 5px;
		}
	}
.campaign_cont dd {
	width: 75%;
	text-align: left;
}
	@media screen and (max-width: 767px) {
		.campaign_cont dd {
			width: 100%;
			margin-top: 20px;			
			padding: 0 5px;
		}
		.campaign_cont dd.ta_c {
			text-align: center;
		}
	}
.campaign_cont dd table {
	width: 100%;
}
.campaign_cont dd table th {
	width: 15%;
	white-space: nowrap;
}
.campaign_cont dd .note {
	font-size: 14px;
	padding-top: 20px;
}
	@media screen and (max-width: 767px) {
		.campaign_cont dd .note {
			font-size: 12px;
		}
	}
.campaign_cont dd p {
	margin-bottom: 20px;
}
.campaign_cont dd ul li {
	margin-bottom: 10px;
}
	@media screen and (max-width: 767px) {
		.campaign_cont dd ul {
			padding: 0 10px;
		}
	}


.other {
	background: #f6ca1b;
	padding: 20px 0 100px;
}

footer {
	width: 100%;
}
footer .footer_pagetop a {
	display: block;
	background: #e71f23;
	color: #fff;
	text-align: center;
	line-height: 3;
	width: 100%;
}
footer .footer_pagetop a span {
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	vertical-align: middle;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(25%) rotate(-45deg);
}
footer .footer_pagetop a:hover {
	opacity: .7;
	transition: .5s all;
}
footer .footer_innr {
	width: 100%;
	max-width: 700px;
	text-align: center;
	margin: 50px auto;
}
	@media screen and (max-width: 767px) {
		footer .footer_innr {
			background-image: none;
			padding-bottom: 70px;
		}
	}
footer .f-img {
	width: 200px;
	margin: 0 auto;
}
footer h2 {
	font-size: 16px;
	margin-top: 20px;
}
footer .section_name {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}
footer .footer_tel,
footer .footer_tel a {
	color: #e71f23;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}
footer .footer_s-text {
	font-size: 14px;
	margin-top: 20px;
}
footer .footer_copyright {
	font-size: 12px;
	margin-top: 40px;
	padding-bottom: 10px;
}


.entry_btn {
	position: fixed;
	right: 5%;
	bottom: 10%;
	width: 190px;
	height: 190px; 
}
	@media screen and (max-width: 1024px) {
		.entry_btn {
			right: 3%;
			bottom: 2%;
		}
	}
	@media screen and (max-width: 767px) {
		.entry_btn {
			right: 0;
			bottom: 0;
			width: 100%;
			height: 72px;
		}
	}
.entry_btn a {
	position: relative;
	display: block;
	background: url(../img/entry_btn.svg) no-repeat 0 0;
	color: #fff;
	width: 100%;
	height: 100%;
	font-size: 14px;
	text-align: center;
	padding-top: 36px;
}
	@media screen and (max-width: 767px) {
		.entry_btn a {
			background-image: none;
			background-color: #ef7c14;
			line-height: 1.8;
			padding-top: 0;
		}
		.entry_btn a div {
			display: flex;
			align-items: center;
			justify-content: space-between;
			width: 90%;
			margin: 0 auto;
		}
		.entry_btn a div span {
			order: 2;
		}
	}
	@media screen and (max-width: 350px) {
		.entry_btn a {
			font-size: 12px;
			padding-top: 6px;
		}
	}
.entry_btn a strong {
	color: #fdf0a4;
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-size: 42px;
}
	@media screen and (max-width: 767px) {
		.entry_btn a strong {
			order: 1;
		}
	}
	@media screen and (max-width: 350px) {
		.entry_btn a strong {
			font-size: 36px;
		}
	}
.entry_btn a img {
	position: relative;
	left: calc(50% - 12px);
	width: 24px;
	height: 31px;
	transform: rotate(90deg);
	filter: invert(97%) sepia(12%) saturate(1201%) hue-rotate(340deg) brightness(95%) contrast(109%);
	transition: transform 0.3s ease;
}
	@media screen and (max-width: 767px) {
		.entry_btn a img {
			display: none;
		}
	}
.entry_btn a:hover {
	opacity: .7;
	transition: .5s all;
}

.entry_btn a img.arrow.is-down {
	transform: rotate(90deg);
}
.entry_btn a img.arrow.is-right {
	transform: rotate(180deg);
}
.entry_btn a img.arrow.is-up {
	transform: rotate(-90deg);
}