@charset "utf-8";

/* 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: url("../images/bg_fixed.png") top center no-repeat fixed;
	scroll-behavior: smooth;
}

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

@media screen and (max-width: 991px) {
	html {
		background: #fff;
	}

	html:before {
		content: "";
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url("../images/bg_fixed.png")center no-repeat;
		background-size: cover;
	}
}


/* 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 {
	overflow: hidden;
	background: url("../images/side_deco.png") center 860px repeat-y;
}

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

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

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

.kv_m {
	display: none;
}

.kv_m img {
	display: block;
}

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

.for_pc {
	display: block;
}

.for_m {
	display: none;
}

/* m */
@media screen and (max-width: 991px) {
	.kv_m {
		display: block;
		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%;
}

.kvdeco {
	position: absolute;
}

.kv_tt_main {
	top: calc((113 / 1920) * 100%);
	left: calc((310 / 1920) * 100%);
	width: calc((658 / 1920)* 100%);
	z-index: 99;
	pointer-events: none;
	-webkit-filter: brightness(1.5);
	-webkit-mask-size: 300% 170%;
	-webkit-mask-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
	-webkit-transition: -webkit-mask-position;
	-webkit-animation-timing-function: linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-filter: brightness(1.1);
	-moz-mask-size: 300% 170%;
	-moz-mask-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
	-moz-transition: -webkit-mask-position;
	-moz-animation-timing-function: linear;
	-moz-transform: translate3d(0, 0, 0);
	-o-filter: brightness(1.1);
	-o-mask-size: 300% 170%;
	-o-mask-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
	-o-transition: -webkit-mask-position;
	-o-animation-timing-function: linear;
	-o-transform: translate3d(0, 0, 0);
	filter: brightness(1.5);
	mask-size: 300% 170%;
	mask-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
	transition: -webkit-mask-position;
	animation-timing-function: linear;
	transform: translate3d(0, 0, 0);
	transition-duration: 5s;
	animation: move_light 2.5s linear infinite;
}

.kv_tt_bg {
	top: calc((113 / 1920) * 100%);
	left: calc((310 / 1920) * 100%);
	width: calc((658 / 1920)* 100%);
}

.kv_pp1 {
	top: calc((120 / 1920) * 100%);
	left: calc((967 / 1920) * 100%);
	width: calc((278 / 1920)* 100%);
	animation: swing_A ease-in-out 1.5s;
	transform-origin: left 788px;
	animation-delay: .7s;
	animation-fill-mode: backwards;
}

.kv_wall1 {
	top: calc((0 / 1920)* 100%);
	right: calc((0/ 1920)* 100%);
	width: calc((868 / 1920)* 100%);
}

.kv_pp2 {
	top: calc((110 / 1920) * 100%);
	left: calc((1119 / 1920) * 100%);
	width: calc((342 / 1920)* 100%);
	animation: swing_A ease-in-out 1.5s;
	transform-origin: left 792px;
	animation-delay: .5s;
	animation-fill-mode: backwards;
}

.kv_wall2 {
	top: calc((0 / 1920)* 100%);
	right: calc((0/ 1920)* 100%);
	width: calc((865 / 1920)* 100%);
}

.kv_pp3 {
	top: calc((260 / 1920) * 100%);
	left: calc((1189 / 1920) * 100%);
	width: calc((364 / 1920)* 100%);
	animation: swing_A ease-in-out 1.5s;
	transform-origin: left 587px;
	animation-delay: .4s;
	animation-fill-mode: backwards;
}

.kv_wall3 {
	top: calc((0 / 1920)* 100%);
	right: calc((0/ 1920)* 100%);
	width: calc((861 / 1920)* 100%);
}

.kv_pp4 {
	top: calc((535 / 1920) * 100%);
	left: calc((1075 / 1920) * 100%);
	width: calc((845 / 1920)* 100%);
	animation: swing_B ease-in-out 1.7s;
	transform-origin: left 606px;
	animation-delay: 0s;
	animation-fill-mode: backwards;
}

.kv_promotion {
	top: calc((1303 / 1920) * 100%);
	left: calc((964 / 1920) * 100%);
	width: calc((219 / 1920)* 100%);
}

.kv_goods1 {
	top: calc((513 / 1920) * 100%);
	left: calc((134 / 1920) * 100%);
	width: calc((172 / 1920)* 100%);
	animation-name: float_A;
	animation-timing-function: ease-in-out;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.kv_goods2 {
	top: calc((525 / 1920) * 100%);
	left: calc((33 / 1920) * 100%);
	width: calc((263 / 1920)* 100%);
	animation-name: float_B;
	animation-timing-function: ease-in-out;
	animation-duration: 2s;
	animation-delay: -1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.kv_goods3 {
	top: calc((495 / 1920) * 100%);
	left: calc((1672 / 1920) * 100%);
	width: calc((175 / 1920)* 100%);
	animation-name: float_A;
	animation-timing-function: ease-in-out;
	animation-duration: 2s;
	animation-delay: -1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.kv_goods4 {
	top: calc((1393 / 1920) * 100%);
	left: calc((1588 / 1920) * 100%);
	width: calc((222 / 1920)* 100%);
	animation-name: float_B;
	animation-timing-function: ease-in-out;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

@keyframes move_light {
	from {
		-webkit-mask-position: 150% 0px;
		-moz-mask-position: 150% 0px;
		-o-mask-position: 150% 0px;
		mask-position: 150% 0px;
	}

	to {
		-webkit-mask-position: 0% 0px;
		-moz-mask-position: 0% 0px;
		-o-mask-position: 0% 0px;
		mask-position: 0% 0px;
	}
}

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

	100% {
		transform: translateY(6%);
	}
}

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

	100% {
		transform: translateY(8%);
	}
}

@keyframes swing_A {
	0% {
		transform: rotate(50deg);
	}

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

@keyframes swing_B {
	0% {
		transform: rotate(70deg);
	}

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


/* 區塊 */
.blk {
	margin: 200px auto 20px;
	padding: 0 0 25px;
	max-width: 1200px;
	background: #4b3225;
	border-radius: 30px;
	transform-style: preserve-3d;
	outline: 1.5px solid #ffe8bd;
}

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

.block_0 {
	background: url("../images/blk0_bg1.png")left 60px no-repeat, url("../images/blk0_bg2.png") right 450px no-repeat, #4b3225;
	padding: 1px 0 0;
	margin: 0 auto 260px;
	transform-style: preserve-3d;
}

.block_0::after {
	content: '';
	max-width: 1920px;
	margin: -45px auto 0;
	background: url("../images/blk0_af.png")center top no-repeat;
	height: 60px;
	display: flex;
	top: 60px;
	position: relative;
	pointer-events: none;
	transform: translateZ(-1px);
}

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

	.blk {
		margin: 25vw 1vw 2vw;
		padding: 0 0 2vw;
		border-radius: 20px;
		outline: 1px solid #ffe8bd;
	}

	.blk::after {
		content: '';
		width: 100%;
		height: 6vw;
		margin: -4vw auto 0;
		background-size: contain;
		display: flex;
		top: 5vw;
		right: 0px;
		position: relative;
		pointer-events: none;
		transform: translateZ(1px);
	}

	.block_0 {
		background: #4b3225;
		margin: 0 auto 28vw;
		padding: 2vw 0 0;
	}

	.block_0::after {
		content: '';
		margin: -4vw auto 0;
		background: url("../images/blk0_af.png") center top no-repeat;
		background-size: 180%;
		height: 6vw;
		display: flex;
		top: 6vw;
		position: relative;
	}
}


/*文字標題*/

h2,
h3,
.menustyle2 ul li a,
.gobtn a {
	font-family: 'Noto Sans TC';
}

big {
	color: #e35520;
}

.btt {
	background: url("../images/btt_bg.png")top center no-repeat;
	width: 100%;
	height: 147px;
	margin: -147px auto 40px;
	align-items: center;
}

.btt h2 {
	color: #4b3225;
	font-size: 4rem;
	font-weight: 900;
	letter-spacing: 1px;
	padding: 0 0 30px;
}

.block_0 .btt {
	background: url("../images/blk0_btt_bg.png")top center no-repeat;
	width: 100%;
	height: 120px;
	margin: 20px auto;
	align-items: center;
}

.block_0 .btt h2 {
	padding: 0 0 5px;
}

.block_2 .btt h2,
.block_3 .btt h2 {
	font-size: 3.7rem;
	padding: 0 0 25px;
}

.btt h2 p {
	color: #4b3225;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0;
}

.stt {
	margin: 20px auto;
}

.stt h3 {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 1px;
}

.stt h3::before {
	background-image: url("../images/stt_deco.png");
	background-size: contain;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	margin-bottom: -10px;
	content: "";
}

.stt h3::after {
	background-image: url("../images/stt_deco.png");
	background-size: contain;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	margin-bottom: -10px;
	content: "";
}

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

.warning_words p {
	color: #fff;
	font-size: .8rem;
	text-align: center;
}

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

	.btt {
		background-size: contain;
		width: 100%;
		height: 18vw;
		margin: -18vw auto 3vw;
	}

	.btt h2 {
		color: #4b3225;
		font-size: 2.6rem;
		letter-spacing: 1px;
		padding: 0 0 4.5vw;
	}

	.block_0 .btt {
		background-size: contain;
		width: 100%;
		height: 15vw;
		margin: 2vw auto;
	}

	.block_0 .btt h2 {
		font-size: 2.6rem;
		padding: 0 0 1vw;
	}

	.block_2 .btt h2,
	.block_3 .btt h2 {
		font-size: 2rem;
		padding: 0 0 3vw;
	}

	.btt h2 p {
		font-size: .9rem;
		padding: 0;
		margin: 0;
	}

	.stt {
		margin: 3vw auto 1vw;
	}

	.stt h3 {
		font-size: 1.8rem;
	}

	.stt h3:before {
		background-image: url("../images/stt_deco.png");
		background-size: contain;
		display: inline-block;
		width: 7vw;
		height: 7vw;
		margin-right: 2vw;
		margin-bottom: -1vw;
		content: "";
	}

	.stt h3:after {
		background-image: url("../images/stt_deco.png");
		background-size: contain;
		display: inline-block;
		width: 7vw;
		height: 7vw;
		margin-left: 2vw;
		margin-bottom: -1vw;
		content: "";
	}

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

	.warning_words p {
		text-align: center;
		line-height: 1.3;
	}
}


/*promotion*/
.block_0 ul {
	width: 1200px;
	margin: 10px auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.block_0 ul li {
	width: 380px;
}

.block_0 ul li img {
	width: 100%;
}


@media screen and (max-width: 991px) {
	.block_0 ul {
		width: 97%;
		margin: 2vw auto;
		padding: 0;
	}

	.block_0 ul li {
		width: 31vw;
	}


}


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

.baseline {
	margin: 20px auto;
}

.ribbon {
	background: #e35520;
}

.ribbon:before {
	border-bottom: solid 6px #b73b10;
}

.ribbon:after {
	border-left: 25px solid #e35520;
	border-right: 25px solid #e35520;
}

.zasshi3 ul li {
	background: #e35520;
	border-radius: 15px;
}

.dis-for-zasshi3,
.zasshi3-buy {
	background: #ffe8bd;
}

.dis-for-zasshi3,
.dis-for-zasshi3 big,
.zasshi3-buy,
.zasshi3 ul li .font .price big {
	color: #4b3225;
}

.zasshi3 ul li h4,
.zasshi3 ul li .font .price {
	color: #fff;
}

.zasshi3 ul li .font p {
	background: #b73b10;
}

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

	.half ul {
		margin: 1vw;
		padding: 1vw 0;
	}

	.baseline {
		margin: 2vw auto;
	}

	.zasshi3 ul li {
		width: 92vw;
	}

	.ribbon:after {
		border-left: 6vw solid #e35520;
		border-right: 6vw solid #e35520;
	}
}


/* hightlightAd_word */
.hightlightAd_word {
	width: 1160px;
	margin: 10px auto;
}

.hightlightAd_word ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.hightlightAd_word li.Ad_word {
	width: 280px;
	height: 330px;
	background: none;
}

.hightlightAd_word li.Ad_word img {
	width: 280px;
	height: auto;
}

.hightlightAd_word li.Ad_word h4 {
	width: 280px;
	color: #ffe8bd;
	bottom: 0;
	padding: 10px 0;
	margin: 9px 0 0;
	border-radius: 99rem;
	justify-content: center;
	height: auto;
	display: flex;
	background: #e35520;
	align-items: center;
	font-weight: 700;
}

.hightlightAd_word h3 {
	width: 1160px;
	margin: 8px;
}

.hightlightAd_word li {
	width: 200px;
	background: #fff;
	margin: 6px;
	padding: 0;
}

.hightlightAd_word li img {
	object-fit: contain;
}

.hightlightAd_word .font {
	display: block;
	text-align: center;
	margin: 20px auto 10px;
}

.hightlightAd_word .font p {
	margin: 0;
}

.hightlightAd_word .font .price {
	margin: 10px 0 15px;
}

.hightlightAd_word img {
	display: block;
	width: 200px;
	height: 220px;
	object-fit: cover;
}

@media screen and (max-width: 991px) {
	.hightlightAd_word {
		width: 100%;
		margin: 1vw auto;
	}

	.hightlightAd_word ul {
		flex-wrap: wrap;
	}

	.hightlightAd_word h3 {
		width: 96vw;
		margin: 1vw;
	}

	.hightlightAd_word li {
		width: 46vw;
		padding: 0;
		margin: 1vw;
	}

	.hightlightAd_word a {}

	.hightlightAd_word .font {
		margin: 0 0 3vw 0;
	}

	.hightlightAd_word .font h4 {
		padding: 1vw;
	}

	.hightlightAd_word .font p {}

	.hightlightAd_word .font .price {
		margin: 1vw 0;
	}

	.hightlightAd_word img {
		width: 46vw;
		height: 46vw;
	}

	.hightlightAd_word li.Ad_word {
		width: 94vw;
		padding: 0vw;
		margin: 2vw auto;
		height: auto;
	}

	.hightlightAd_word li.Ad_word img {
		width: 100%;
		width: 94vw;
		padding: 0vw;
		border-radius: 10px 10px 0 0;
	}

	.hightlightAd_word li.Ad_word a {
		flex-wrap: wrap;
	}

	.hightlightAd_word li.Ad_word h4 {
		width: 100%;
		padding: 3vw 0;
		margin: 0;
		border-radius: 0 0 10px 10px;
	}
}


/*按鈕*/
.gobtn {
	margin: 65px auto 45px;
	align-items: center;
}

.gobtn a {
	text-align: center;
	width: 400px;
	height: auto;
	display: block;
	background: #e35520;
	line-height: 1.8;
	margin: 0 auto;
	padding: 0 0 5px;
	border-radius: 999em;
	border: 3px solid #b73b10;
	color: #fff4da;
	box-shadow: 0 7px #b73b10;
	transition: .2s;
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: 1px;
}

.gobtn a:hover {
	filter: brightness(70%);
	transform: translateY(4px);
	box-shadow: 0 2px #b73b10;
}

@media screen and (max-width: 991px) {
	.gobtn {
		margin: 8vw auto 6vw;
	}

	.gobtn a {
		text-align: center;
		width: 65vw;
		height: auto;
		line-height: 1.5;
		font-size: 2rem;
		border: 2px solid #b73b10;
	}

	.gobtn a:hover {
		transform: translateY(3px);
		box-shadow: 0 1px #d3bd90;
	}
}


/*輪播統一設定*/
.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;
	}
}


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

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

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

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

	.menustyle2 a br {
		display: block;
	}

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

	.menustyle2 ul .active {
		color: #4b3225 !important;
		background: #ffb115;
		border-radius: 99em;
	}
}

@media screen and (max-width: 991px) {
	.menustyle2 ul {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}

	.menustyle2::-webkit-scrollbar {
		display: none;
	}

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

	.menustyle2 ul {
		flex-wrap: nowrap;
		display: flex;
	}

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

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

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

	.menustyle2 a br {
		display: none;
	}

	.menustyle2 ul li a:hover {
		color: #4b3225 !important;
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		background: #ffb115;
		border-radius: 999em;
	}

	.menustyle2 ul .active {
		color: #4b3225 !important;
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		background: #ffb115;
		border-radius: 999em;
	}

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


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

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


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

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


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

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

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

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

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

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

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

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

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

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

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

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