@charset "utf-8";

/* 載入思源黑、明體 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');

:root {
	--color1: #333333;
	--color2: #bd2e30;
	--color3: #d16058;
	--color4: #ffeae0;
}

/* CSS Document */
/* ---reset.css--- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	background: var(--color2);
	scroll-behavior: smooth;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}


/* PC */
.WRAPPER {
	position: relative;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.WRAPPER {
		min-width: 100%;
	}

}

.container {
	background: url("../images/bg-repeat.png") top center repeat;
	overflow: hidden;
}

.topbox {
	position: relative;
	width: 1200px;
	margin: auto;
}

.kv_pc {
	position: relative;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: center;
	text-align: center;
	width: 100%;
	max-width: 1920px;
	margin: auto;
}

.kv_pc img {
	/* display: block; */
	text-align: center;
}

.kv_m {
	display: none;
}

/* .kv_m img {
	display: block;
} */

.kv_m a {
	/* display: block; */
	font-size: 0;
}

.for_pc {
	display: block;
}

.for_m {
	display: none;
}

/* m */
@media screen and (max-width: 991px) {
	.kv_m {
		display: flex;
		width: 100%;
	}

	.kv_m img {
		width: 100%;
	}

	.kv_pc {
		display: none;
	}

	.container {
		width: 100%;
		min-width: auto;
	}

	.for_pc {
		display: none;
	}

	.for_m {
		display: block;
	}
}


/*主視覺動畫*/
.kv-bg {
	width: 100%;
}

.kvitem {
	position: absolute;
}

.kv-g1 {
	width: calc((179 / 1920)* 100%);
	top: calc((634 / 1920) * 100%);
    left: calc((66 / 1920) * 100%);
	animation: ani01 1.7s 0.3s infinite ease-in-out;
}

.kv-g2 {
	width: calc((300 / 1920)* 100%);
	top: calc((182 / 1920) * 100%);
    left: calc((91 / 1920) * 100%);
	animation: ani01 1.7s 1.5s infinite ease-in-out;
}

.kv-g3 {
	width: calc((171 / 1920)* 100%);
	top: calc((134 / 1920) * 100%);
    left: calc((343 / 1920) * 100%);
	animation: ani01 1.7s 0.7s infinite ease-in-out;
}

.kv-g4 {
	width: calc((552 / 1920)* 100%);
	top: calc((1179 / 1920) * 100%);
    left: calc((74 / 1920) * 100%);
	animation: ani01 1.7s 1.3s infinite ease-in-out;
}

.kv-g5 {
	width: calc((271 / 1920)* 100%);
	top: calc((162 / 1920) * 100%);
    left: calc((1547 / 1920) * 100%);
	animation: ani01 1.7s 0.5s infinite ease-in-out;
}

.kv-g6 {
	width: calc((294 / 1920)* 100%);
	top: calc((857 / 1920) * 100%);
    left: calc((1580 / 1920) * 100%);
	animation: ani01 1.7s 0s infinite ease-in-out;
}

.kv-tt1 {
	width: calc((603 / 1920)* 100%);
	top: calc((623 / 1920) * 100%);
	left: calc((614 / 1920) * 100%);
	animation: flipInX 1.2s;
	animation-delay: .2s;
	animation-fill-mode: backwards;
}

.kv-tt2 {
	width: calc((483 / 1920)* 100%);
	top: calc((993 / 1920) * 100%);
	left: calc((675 / 1920) * 100%);
	animation: flipInX 1.2s;
	animation-delay: .4s;
	animation-fill-mode: backwards;
}

.kv-claw {
	width: calc((390 / 1920)* 100%);
	top: calc((-32 / 1920) * 100%);
	left: calc((1188 / 1920) * 100%);
	animation: ani02 ease-in-out .6s alternate;
}

.kv-claw div img {
	width: 100%;
	animation: swing-A ease-in-out .8s infinite alternate;
	transform-origin: center top;
	animation-delay: 0s;
}

@keyframes ani01 {
	0% {
		transform: translateY(0px);
	}

	10% {
		transform: translateY(0px);
	}

	30% {
		transform: translateY(-6px);
	}

	50% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes ani02 {
	0% {
		transform: translateY(-60px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes swing-A {
	0% {
		transform: rotate(-6deg);
	}

	100% {
		transform: rotate(0deg);
	}
}


/* 區塊 */
.blk {
	max-width: 1240px;
	margin: 96px auto 0px;
	padding: 20px 0;
	border-radius: 40px;
	background: url(../images/bg-color1.jpg);
	box-shadow:
		0 10px 28px rgba(170, 24, 44, 0.6);
	/* 外陰影 */
}

.blk::after {
	display: flex;
	width: 1240px;
	height: 24px;
	position: relative;
	top: -5px;
	right: 0px;
	margin: 30px auto 0;
	background: url("../images/blk-af.png")center top no-repeat;
	pointer-events: none;
	transform: translateZ(-1px);
	content: '';
}

.blk:last-of-type {
	margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
	.blk {
		margin: 10vw 1vw 0;
		padding: 2vw 0;
		border-radius: 20px;
		background-size: 20%;
	}

	.blk::after {
		display: flex;
		width: 100%;
		height: 4vw;
		position: relative;
		top: 0vw;
		margin: 3vw auto 0;
		background: url("../images/blk-af.png") center top no-repeat;
		background-size: 160vw;
		pointer-events: none;
		transform: translateZ(-1px);
		content: '';
	}

	.blk:last-of-type {
		margin-bottom: 8vw;
	}
}


/*文字標題*/

h2,
h3,
h4,
p,
.table th.col-id,
.table td,
button,
.page-link {
	font-family: 'Noto Sans TC';
}

.tt {
	display: flex;
	justify-content: center;
}

.btt {
	position: relative;
	width: fit-content;
	height: 108px;
	margin: -60px auto 30px;
	padding: 20px 5px 0;
	text-align: center;
	background: url("../images/btt-bg.png");
	background-position: top center;
	background-repeat: repeat-x;
	background-size: contain;
	color: #fff;
	font-size: 3.5rem;
	font-weight: 900;
	letter-spacing: 2px;
}

.btt::before {
	display: block;
	width: 100%;
	height: 108px;
	position: absolute;
	top: 0;
	left: 1px;
	background-image: url("../images/btt-be.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	content: "";
}

.btt::after {
	display: block;
	width: 100%;
	height: 108px;
	position: absolute;
	top: 0;
	right: 1px;
	background-image: url("../images/btt-af.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	content: "";
}

.stt {
	position: relative;
	width: fit-content;
	margin: 20px auto;
	padding: 0 0 10px;
	text-align: center;
	color: var(--color1);
	border-bottom: 2px solid var(--color1);
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 900;
	letter-spacing: 1px;
}

.stt::before {
	display: block;
	width: 100%;
	height: 38px;
	position: absolute;
	top: 0;
	left: -16px;
	background-image: url("../images/stt-deco.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	content: "";
}

.stt::after {
	display: block;
	width: 100%;
	height: 38px;
	position: absolute;
	top: 0;
	right: -16px;
	background-image: url("../images/stt-deco.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	content: "";
}

.desc-h4 {
	color: var(--color1);
	text-align: left;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

.warning_words {
	display: flex;
	justify-content: center;
	margin: 10px auto 0px;
}

.warning_words p {
	text-align: center;
	color: var(--color1);
	font-size: .9rem;
	line-height: 1.2;
	font-weight: 500;
}

@media screen and (max-width: 991px) {

	.btt {
		height: 13vw;
		margin: -6vw auto 4vw;
		padding: 2.3vw 1vw 0;
		font-size: 2rem;
		letter-spacing: 0;
	}

	.btt::before {
		height: 13vw;
	}

	.btt::after {
		height: 13vw;
	}

	/* .block_3 .btt h2{
		padding: 2.8vw 1vw 0;
		font-size: 1.6rem;

	} */

	.stt {
		margin: 2vw auto;
		padding: 0 0 1.6vw;
		font-size: 1.5rem;
		border-bottom: 1px solid var(--color1);
	}

	.stt::before {
		height: 6vw;
		top: 1vw;
		left: -5vw;
	}

	.stt::after {
		height: 6vw;
		top: 1vw;
		right: -5vw;
	}

	.desc-h4 {
		font-size: 1.3rem;
	}

	.warning_words {
		margin: 1vw 3vw 2vw;
	}

}


/* 獎項五品輪播 */
.slickbg.hightlight.hl-5p {
	width: 1110px;
}

.hightlight.hl-5p img {
	width: 100% !important;
	height: 210px !important;
	border-radius: 10px 10px 0 0;
	background: #fff;
}

.hightlight.hl-5p li {
	border-radius: 10px;
	outline: 1.5px solid var(--color2);
	background: var(--color2);
}

.hightlight.hl-5p .font {
	padding: 10px;
	line-height: 1.5;
}

.hightlight.hl-5p .font p {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
}

.hightlight.hl-5p .font span {
	color: var(--color4);
	font-size: 1rem;
}

@media screen and (max-width: 991px) {
	.slickbg.hightlight.hl-5p {
		width: calc(100% - 4vw);
	}

	.hightlight.hl-5p img {
		height: 46vw !important;
	}

	.hightlight.hl-5p .font {
		margin: 0;
		padding: 2vw;
		line-height: 1.7;
	}
}


/* 表格 */
.table-container {
	width: 1100px;
	margin: 20px auto;
}

.table {
	width: 100%;
	border-collapse: collapse;
	border-radius: 16px;
	box-sizing: border-box;
	border: 1px solid var(--color2);
	overflow: hidden;
}

.table th {
	padding: 16px 20px;
	text-align: center;
	border: 1px solid #fff;
	background: var(--color2);
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.2;
	font-weight: 500;
}

.table td {
	padding: 16px 20px;
	text-align: center;
	vertical-align: middle;
	color: var(--color1);
	border: 1px solid var(--color2);
	background: #fff;
	font-size: 1.1rem;
	line-height: 1.6;
	font-weight: 500;
}

.table th.col-id,
.table td.col-id {
	width: 10%;
	font-weight: 700;
}

.table td.col-name {
	text-align: left;
}

@media screen and (max-width: 991px) {

	.table-container {
		width: calc(100% - 4vw);
		margin: 2vw auto;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.table {
		border-radius: 12px;
	}

	.table th {
		min-width: 100px;
		padding: 2vw 3vw;
		background: var(--color2);
		color: #ffffff;
		font-size: .9rem;
		line-height: 1.2;
		font-weight: 500;
	}

	.table td {
		min-width: 100px;
		padding: 2vw 3vw;
		font-size: .9rem;
		line-height: 1.2;
	}

	.table th.col-id,
	.table td.col-id {
		min-width: 10%;
	}

}


/* 注意事項	*/
.desc-blk {
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 2px dotted var(--color1);
}

.desc-blk:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}

.description {
	width: 1130px;
	margin: 20px auto;
	padding: 0 10px;
}

.description ul,
.description ol {
	list-style-position: outside;
	padding-left: 24px;
}

.description li,
.description p {
	font-size: 1rem;
	line-height: 1.8;
	letter-spacing: .5px;
	font-weight: 500;
	text-align: justify;
	list-style: none;
	color: var(--color1);
}

.description li {
	list-style: inherit;
}

.description li:hover {
	transform: none;
}

.description .banner {
	width: 100%;
	margin: 10px auto;
}

.description .banner ul {
	padding-left: 0px;
}

.description .banner li {
	list-style: none;
}

p.text-danger {
	color: var(--color2);
}

@media screen and (max-width: 991px) {

	.desc-blk {
		padding-bottom: 4vw;
		margin-bottom: 4vw;
	}

	.description {
		width: 100%;
		margin: 2vw auto -2vw;
		padding: 0 4vw;
	}

	.description ul,
	.description ol {
		padding-left: 4vw;
	}

	.description li,
	.description p {
		font-size: .95rem;
		line-height: 1.7;
		letter-spacing: 0px;
	}

	.description .banner {
		margin: 1vw auto;
	}

}


/*按鈕*/
.go-btn {
	display: block;
	width: fit-content;
	height: auto;
	margin: 30px auto 40px;
	padding: 0 30px;
	border: 2px solid var(--color1);
	border-radius: 99em;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 1px;
	background: var(--color2);
	box-shadow: 0 7px var(--color1);
	transition: .2s;
	cursor: pointer;
}

.go-btn:hover {
	box-shadow: 0 2px var(--color1);
	filter: brightness(70%);
	transform: translateY(4px);
}

@media screen and (max-width: 991px) {
	.go-btn {
		margin: 4vw auto 6vw;
		padding: 0 5vw;
		border: 1px solid var(--color1);
		font-size: 1.5rem;
		box-shadow: 0 5px var(--color1);
	}

	.go-btn a:hover {
		transform: translateY(3px);
	}
}


/* 分頁按鈕 */
.pagination {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: .5rem 0;
	gap: 0.25rem;
	align-items: center;
}

ul.pagination {
	padding-left: 0;
}

.page-item {
	display: inline-block;
}

.page-link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	padding: 0 0.75rem 0.15rem;
	color: var(--color1);
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
}

.page-link:hover {
	color: #fff;
	background-color: var(--color3);
}

.page-link.arrow:hover {
	color: var(--color2);
	background-color: transparent;
}

/* 顯示當前頁面，需透過js加入active*/
.page-item.active .page-link {
	color: #fff;
	background-color: var(--color2);
}

/* 第一頁時：上一頁停用，數字1為目前頁面，需透過js加入disabled；最後一頁同此邏輯顯示方式*/
.page-item.disabled .page-link.arrow {
	color: #aaa;
	cursor: not-allowed;
	pointer-events: none;
}

@media screen and (max-width: 991px) {
	.page-link {
		min-width: 2rem;
		height: 2rem;
		font-size: 1rem;
	}

}


/* 代幣 */
.coin-text p {
	margin: 0 30px;
	font-size: 1.5rem;
	font-weight: 700;
}

.coin-5p {
	width: 1100px;
	margin: 20px auto;
}

.coin-5p ul {
	padding: 0;
}

.coin-item {
	align-items: center;
}

.coin-item .font,
.coin-item .font p {
	text-align: center;
}

.coin-item img {
	margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
	.coin-text {
		display: block;
	}

	.coin-text p {
		text-align: center;
		margin: 0 auto;
		font-size: 1.2rem;
	}

	.coin-5p {
		width: calc(100% - 4vw);
		margin: 2vw auto;
	}
}


/*元件調整*/
.banner {
	padding: 0;
}

.toptitle,
.hightlight,
.various {
	margin: 20px auto;
}

.toptitle .font h4,
.hightlight .font h4,
.various .font h4 {
	background: url("../images/bg-color2.jpg");
}

.toptitle img,
.hightlight img {
	object-fit: contain;
}

.keywordB .keywordA {
	margin: 10px auto;
}

.keywordB .keywordA li {
	background: var(--color2);
	border: solid 2px var(--color1);
	box-shadow: 4px 4px 0px var(--color1);
}

.keywordB .keywordA li:hover {
	background: var(--color3);
}

.keywordB .keywordA a {
	color: #fff;
	font-weight: 700;
}

@media screen and (max-width: 991px) {

	.banner {
		padding: 0 3vw;
	}

	.toptitle,
	.hightlight,
	.various {
		margin: 2vw auto;
	}

	.keywordB .keywordA {
		margin: 2vw auto;
	}

	.keywordB .keywordA li {
		width: 20vw;
		height: 20vw;
		padding: 4vw;
		box-shadow: 3px 3px 0px var(--color1);
	}

	.keywordB .keywordA a {
		font-size: 1.2rem;
	}
}



/*輪播統一設定
.slick-dotted.slick-slider {
	margin-bottom: 0px !important;
}

@media screen and (max-width: 991px) {
	.slider {
		margin: 2vw auto !important;
	}

	.slick-dotted.slick-slider {
		padding-bottom: 2vw !important;
	}
}*/



/*--輪播 左右箭頭去點點 統一設定--*/
.slick-list,
.slider {
	margin: 0 !important;
}

.slickbg .slick-prev,
.slickbg .slick-next {
	display: block !important;
	width: 40px;
	height: 40px;
}

.slickbg .slick-prev:before {
	display: block;
	width: 30px;
	height: 30px;
	z-index: 98;
	border-radius: 99em;
	background: url('../images/arrow.svg')center center no-repeat;
	background-color: var(--color1);
	background-size: 20px 20px;
	font-weight: bold;
	opacity: 1;
	content: '';
}

.slickbg .slick-next:before {
	display: block;
	width: 30px;
	height: 30px;
	z-index: 98;
	border-radius: 99em;
	background: url('../images/arrow.svg')center center no-repeat;
	background-color: var(--color1);
	background-size: 20px 20px;
	font-weight: bold;
	opacity: 1;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	content: '';
}

.slickbg .slick-next {
	right: -10px;
	z-index: 98;
	opacity: 0.6;
	display: flex !important;
	justify-content: flex-end;
}

.slickbg .slick-prev {
	left: -10px;
	z-index: 98;
	opacity: 0.6;
	display: flex !important;
	justify-content: flex-start;
}

.slickbg .slick-dots li {
	display: none;
}

.slickbg .slick-dotted.slick-slider {
	margin: 0 !important;
	padding-bottom: 0px !important;
}

@media screen and (max-width: 991px) {
	/* .slickbg {
		width: 96vw !important;
	} */

	.slickbg .slick-next {
		right: 0 !important;
		opacity: 0.6;
	}

	.slickbg .slick-prev {
		left: 0 !important;
		opacity: 0.6;
	}

}


/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
	.menustyle2 {
		display: flex;
		flex-wrap: wrap;
		position: fixed;
		top: 180px;
		right: 10px;
		z-index: 999;
		width: 100px;
		height: auto;
		border-radius: 999em;
		background: var(--color1);
	}

	.menustyle2 ul {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin: 0 auto;
		padding: 25px 0px;
	}

	.menustyle2 ul li {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	.menustyle2 ul li a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: fit-content;
		margin: 1px auto;
		padding: 6px 12px;
		color: #fff;
		font-size: 1rem;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		text-decoration: none;
	}

	.menustyle2 a br {
		display: block;
	}

	.menustyle2 ul li a:hover {
		border-radius: 99em;
		color: #fff !important;
		background: var(--color2);
		transform: scale(1);
	}

	.menustyle2 ul .active {
		border-radius: 99em;
		color: #fff !important;
		background: var(--color2);
	}
}

@media screen and (max-width: 991px) {
	.menustyle2::-webkit-scrollbar {
		display: none;
	}

	.menustyle2 {
		display: block;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		z-index: 999;
		width: 100%;
		height: auto;
		padding: 2vw 1vw;
		border-bottom: 1px solid #fff;
		background: var(--color1);
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.menustyle2 ul {
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		margin: 0 auto;
	}

	.menustyle2 ul li {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 33.3%;
		box-sizing: border-box;
	}

	.menustyle2 ul li.showByDate {
		margin-top: 1.5vw;
	}

	.menustyle2 ul li a {
		box-sizing: border-box;
		padding: 1.5vw 2.5vw;
		color: #fff;
		font-size: 1rem;
		font-weight: 700;
		letter-spacing: 0px;
	}

	.menustyle2 a br {
		display: none;
	}

	.menustyle2 ul li a:hover {
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		border-radius: 999em;
		color: #fff !important;
		background: var(--color2);
	}

	.menustyle2 ul .active {
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		border-radius: 999em;
		color: #fff !important;
		background: var(--color2);
	}

	.sticky {
		position: fixed;
		top: 0;
	}
}


/*手機版選單下滑出現*/
@media screen and (max-width: 991px) {
	#TopMenu2 {
		position: absolute;
		top: 0;
		z-index: 999;
		transition: background-color 1s, opacity 1s, visibility 1s;
		opacity: 0;
		visibility: hidden;
	}

	#TopMenu2.show {
		position: fixed;
		top: 0;
		opacity: 1;
		visibility: visible;
	}
}


/*--  錨點微調--*/
.target-fix {
	display: block;
	position: relative;
	top: 0px;
	height: 0;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.target-fix {
		top: -10vw;
	}
}


/*--goto top--*/
#gotop {
	display: inline-block;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	margin: 30px;
	border-radius: 100%;
	background-color: #000;
	text-align: center;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
}

#gotop::after {
	display: block;
	position: absolute;
	background: url("../images/top.png") center no-repeat;
	background-size: 50%;
	background-position: 75% 35%;
	color: #fff;
	font-family: FontAwesome;
	content: '　';
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	opacity: 0.5;
}

#gotop:hover {
	background-color: #666;
	cursor: pointer;
}

#gotop:active {
	background-color: #ccc;
}

#gotop.show {
	opacity: 0.4;
	visibility: visible;
}

@media screen and (max-width: 991px) {
	#gotop {
		right: 0;
		bottom: 70px;
		margin: 2vw;
	}
}

/* share url */
#share {
	display: inline-block;
	position: fixed;
	bottom: 50px;
	right: 0px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	margin: 30px;
	border-radius: 100%;
	background-color: #000;
	opacity: 0.4;
	text-align: center;
	transition: background-color .3s, opacity .5s, visibility .5s;
}

#share::after {
	display: block;
	position: absolute;
	background: url("../images/share.png") center no-repeat;
	background-size: 50%;
	background-position: 75% 35%;
	font-family: FontAwesome;
	content: '　';
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	opacity: 0.5;
}

#share:hover {
	background-color: #666;
	cursor: pointer;
}

#share:active {
	background-color: #666;
}

@media screen and (max-width: 991px) {
	#share {
		right: 0;
		bottom: 115px;
		margin: 2vw;
	}
}

@media screen and (max-width: 991px) {
	html {
		padding-bottom: 80px;
	}
}