@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.jpg") bottom 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.jpg")center 0 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/bg_bottom.png")bottom center no-repeat fixed, url("../images/side_deco.png")top center 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 {
	top: calc((65 / 1920) * 100%);
	left: calc((360 / 1920) * 100%);
	width: calc((1200 / 1920)* 100%);
	animation: fadeIn 5s;
	animation-delay: .1s;
	animation-fill-mode: backwards;
}

.kv_goods {
	top: calc((596 / 1920) * 100%);
	left: calc((240 / 1920) * 100%);
	width: calc((1440 / 1920)* 100%);
}

.kv_balloon1 {
	top: calc((591 / 1920) * 100%);
	left: calc((272 / 1920) * 100%);
	width: calc((54 / 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_balloon2 {
	top: calc((832 / 1920) * 100%);
	left: calc((524 / 1920) * 100%);
	width: calc((82 / 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_balloon3 {
	top: calc((725 / 1920) * 100%);
	left: calc((1450 / 1920) * 100%);
	width: calc((69 / 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;
}

.kv_promotion {
	top: calc((1401 / 1920) * 100%);
	left: calc((551 / 1920) * 100%);
	width: calc((818 / 1920)* 100%);
	animation: fadeInUp 1.5s;
	animation-delay: .5s;
	animation-fill-mode: backwards;
}

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

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

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

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


/* 區塊 */
.blk {
	margin: 0 auto 60px;
}

.block_0 {
	background: url("../images/bg_color1.jpg");
	padding: 1px 0 0;
	margin: 0 auto 120px;
	max-width: 1920px;
}

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

@media screen and (max-width: 991px) {
	.blk {
		margin: 0 auto 4vw;
	}

	.block_0 {
		padding: 1vw 0 0;
		margin: 0 auto 13vw;
	}

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


/*文字標題*/

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

.btts {
	background: url('../images/btts_bg.png')top center no-repeat;
	width: 100%;
	height: 178px;
	margin: 40px auto 0;
}

.bttp {
	background: url('../images/bttp_bg.png')top center no-repeat;
	width: 100%;
	height: 190px;
	margin: 20px auto;
}

.btt {
	background: url('../images/btt_bg.png')top center no-repeat;
	width: 100%;
	height: 136px;
	margin: 20px auto;
}

.btts h2 {
	color: #fff;
	font-size: 4rem;
	padding: 12px 0 0;
	font-weight: 900;
	line-height: 1.1;
	text-shadow: 2px 2px #aa5d60;
}

.btt h2,
.bttp h2 {
	color: #b79b70;
	font-size: 4rem;
	padding: 40px 0 0;
	font-weight: 900;
}

.block_1 .btt h2,
.block_4 .btt h2 {
	font-size: 3rem;
	padding: 50px 0 0;
}

.bttp h2 p {
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	padding: 34px 0 0;
}

.block_6 .bttp h2 p {
	font-size: 1.3rem;
}

@media screen and (max-width: 991px) {
	.btts {
		background-size: contain;
		height: 23vw;
		margin: 4vw auto 0;
	}

	.bttp {
		background-size: contain;
		height: 26vw;
		margin: 2vw auto;
	}

	.btt {
		background-size: contain;
		height: 18vw;
		margin: 2vw auto;
	}

	.btts h2 {
		font-size: 2.3rem;
		padding: 1.5vw 0 0;
		line-height: 1.1;
		text-shadow: 1.5px 1.5px #aa5d60;
	}

	.btt h2,
	.bttp h2 {
		font-size: 2.2rem;
		padding: 5.5vw 0 0;
	}

	.block_1 .btt h2,
	.block_4 .btt h2 {
		font-size: 1.6rem;
		padding: 6.5vw 0 0;
	}

	.bttp h2 p {
		font-size: 1.2rem;
		color: #fff;
		padding: 3.5vw 0 0;
	}

	.block_6 .bttp h2 p {
		font-size: .9rem;
	}
}


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

.hightlight,
.hightlight_5p,
.crosswise,
.alternate,
.round_3p {
	margin: 20px auto;
}

.crosswise li {
	margin: 4px;
}

.alternate ul:nth-child(even) {
	margin: -102px auto 20px;
}

.alternate ul:nth-child(odd) li:first-child,
.alternate ul:nth-child(even) li:last-child {
	background: #ff8c90;
}

.alternate ul:nth-child(odd) li:first-child .font h4,
.alternate ul:nth-child(even) li:last-child .font h4,
.alternate ul:nth-child(odd) li:first-child .font .price big,
.alternate ul:nth-child(even) li:last-child .font .price big {
	color: #fffccc;
}

.alternate .font h4 {
	color: #ff8c90;
}

.half ul {
	background: #f4d6d0;
	border-radius: 15px;
}

.hightlight .font h4,
.hightlight_5p .font h4,
.round_3p .font h4 {
	background: #ff8c90;
}

.round_3p img {
	border: 4px solid #b79b70;
}

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

	.hightlight,
	.hightlight_5p,
	.crosswise,
	.alternate {
		margin: 2vw auto;
	}

	.round_3p {
		margin: 5vw auto;
	}

	.crosswise li {
		margin: 1vw;
	}

	.alternate ul:nth-child(even) {
		margin: auto;
	}

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

	.hightlight_5p ul li:first-child .font h4 {
		color: #ff8c90;
	}
}


/*攻略區*/
.linkbg {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.link_a,
.link_b {
	display: flex;
	flex-wrap: wrap;
}

.block_0 p {
	text-align: center;
	color: #aa5d60;
	margin: 10px auto 0;
	font-size: .9rem;
}

li.tip2 img {
	margin-bottom: -3px;
}

@media screen and (max-width: 991px) {
	.linkbg {
		width: 96%;
		margin: 0 2vw;
		text-align: center;
	}

	.linkbg img {
		width: 100%;
	}

	.link_a {
		display: flex;
		flex-wrap: wrap;
	}

	.link_b {
		display: flex;
		flex-wrap: nowrap;
	}

	.block_0 p {
		padding: 0 2vw;
		margin: 2vw auto 0;
	}

	li.tip2 img {
		margin-bottom: 0px;
	}
}


/*大三品*/
.zasshi3 {
	width: 1160px;
	margin: 20px auto;
}

.zasshi3 ul {
	display: flex;
	justify-content: space-around;
}

.zasshi3 ul li {
	width: 370px;
	border-radius: 20px;
	background: #ff8c90;
	padding: 10px;
	text-align: center;
	position: relative;
	transition: 0.5s all;
}

.zasshi3 ul li:hover {
	transform: scale(0.96);
}

.zasshi3 ul li h4 {
	font-size: 1.6rem;
	padding-left: 40px;
	margin: 15px auto;
	color: #fff;
}

.zasshi3 ul li a {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.zasshi3 ul li img {
	width: 330px;
	height: 330px;
	object-fit: contain;
	margin: 5px auto;
}

.dis-for-zasshi3 {
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 50px;
	background: #fff;
	width: 80px;
	height: 80px;
	color: #ff8c90;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	flex-wrap: wrap;
	flex-direction: column;
}

.dis-for-zasshi3 big {
	color: #b79b70;
	font-size: 2.5rem;
}

.zasshi3 ul li .font {
	text-align: left;
	margin: -30px 0 10px;
	display: flex;
	flex-direction: column;
	width: auto;
}

.zasshi3 ul li .font p {
	background: #fff;
	padding: 5px 25px 5px 15px;
	color: #b79b70;
	text-align: left;
	border-radius: 0 30px 0 0;
}

.zasshi3 ul li .font .price {
	margin-top: 5px;
	color: #fff;
}

.zasshi3 ul li .font .price big {
	color: #fffccc;
}

.zasshi3-buy {
	position: absolute;
	bottom: 20px;
	right: 15px;
	border-radius: 50px;
	background: #fff;
	width: 80px;
	height: 80px;
	color: #b79b70;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	flex-wrap: wrap;
	flex-direction: column;
}

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

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

	.zasshi3 ul li {
		margin: 1vw auto;
		width: 96vw;
		padding: 1vw;
	}

	.zasshi3 ul li a {
		flex-direction: column
	}

	.zasshi3 ul li img {
		width: 70vw;
		height: 70vw;
		object-fit: contain;
		margin: 1vw auto;
	}

	.zasshi3 ul li .font {
		margin: 0 auto 2vw;
	}

	.zasshi3 ul li .font p {
		text-align: center;
		width: 100%;
		background: transparent;
		margin: 1vw auto;
		color: var(--PV-font);
	}

	.zasshi3 ul li .font .price {
		text-align: center;
	}

	.zasshi3-buy {
		display: none;
	}
}


/*輪播統一設定*/
.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-track {
	height: auto;
	padding: 20px 0;
}

.slider-center-box {
	width: 1160px !important;
	margin: 0 auto;
	height: auto;
}

.slider-center-box .slick-slide {
	transform: scale(0.8);
	transition: 0.5s all;
	padding: 40px 0;
}

.slider-center-box .slick-slide img {
	max-width: 100%;
	transition: 0.5s all;
	object-fit: contain;
	border-radius: 30px;
}

.slider-center-box .slick-slide h4 {
	color: #a7212f;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	margin: 8px auto 0;
}

.slider-center-box .slick-slide p {
	color: var(--PV-font);
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	margin: 8px auto 0;
}

.slider-center-box .slick-slide span {
	color: var(--PV-font);
	text-align: center;
}

.slider-center-box .slick-center {
	transform: scale(1.25);
}

.slider-center-box .slick-prev,
.slider-center-box .slick-next {
	display: block !important;
	z-index: 99;
}

.slider-center-box .slick-prev:before,
.slider-center-box .slick-next:before {
	background: #000;
	color: #fff;
	padding: 10px;
	border-radius: 30px;
	font-size: 20px;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.5;
}

.slider-center-box .slick-slide:hover {
	transform: scale(0.7);
}

.slider-center-box .slick-center:hover {
	transform: scale(1.1);
}

.slider-center-box .slick-next::before {
	content: '' !important;
	background: url('https://events.eslite.com/DRPV/images/arrow-b.svg')center center no-repeat, #ff8c90;
	background-size: 15px;
}

.slider-center-box .slick-prev::before {
	content: '' !important;
	background: url('https://events.eslite.com/DRPV/images/arrow-f.svg')center center no-repeat, #ff8c90;
	background-size: 15px;
}

@media screen and (max-width: 991px) {
	.slider-center-box {
		width: 100% !important;
		margin: 0 auto;
	}

	.slider-center-box .slick-slide {
		padding: 8vw 0;
	}

	.slider-center-box .slick-next {
		right: 30px;
	}

	.slider-center-box .slick-prev {
		left: 10px;
	}

}


/*左960AD右兩品 */
.boxmix-forbn .box-mix {
	align-items: center;
	padding: 0;
	justify-content: center;
	margin: 20px auto;
}

.boxmix-forbn .box-mix ul {
	align-items: center;
	justify-content: center;
}

.boxmix-forbn .box-mix ul.quotes {
	width: 690px;
	margin: 0;
	align-items: center;
	justify-content: center;
}

.boxmix-forbn .box-mix ul.quotes li {
	background: transparent;
	padding: 0px;
	width: 670px;
}

.boxmix-forbn .box-mix ul.quotes img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.boxmix-forbn .box-mix ul.hightlight {
	width: 420px;
}

.boxmix-forbn .box-mix ul.hightlight li {
	width: 200px;
	height: 314px;
}

.boxmix-forbn .box-mix ul.hightlight li img {
	width: 200px;
	height: 200px;
	object-fit: contain;
}

.boxmix-forbn .box-mix ul.hightlight .font .price {
	margin: 2px 0;
}

@media screen and (max-width: 991px) {
	.boxmix-forbn .box-mix {
		margin: 2vw auto;
	}

	.boxmix-forbn .box-mix ul.quotes {
		width: 94vw;
	}

	.boxmix-forbn .box-mix ul.hightlight {
		width: 46vw;
	}

	.boxmix-forbn .box-mix ul.hightlight li {
		width: 46vw;
		height: auto;
	}

	.boxmix-forbn .box-mix ul.hightlight li img {
		width: 46vw;
		height: 46vw;
	}

	.boxmix-forbn .box-mix ul.hightlight .font .price {
		margin: 1vw 0;
	}
}


/* hightlightAd_word */
.hightlightAd_word {
	width: 1160px;
	margin: 20px 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: #fff;
	bottom: 0;
	padding: 10px 0;
	margin: 9px 0 0;
	border-radius: 99rem;
	justify-content: center;
	height: auto;
	display: flex;
	background: #ff8c90;
	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;
}

.hightlightAd_word .font h4 {
	padding: 6px 10px;
	margin: 0 0 5px;
	color: #fff;
	background: #ff8c90;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hightlightAd_word .font p {
	margin: 0;
}

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

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

@media screen and (max-width: 991px) {
	.hightlightAd_word {
		width: 100%;
		margin: 2vw 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 .font {
		margin: 0 0 3vw 0;
	}

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

	.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;
	}
}




/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
	.menustyle2 {
		width: 120px;
		display: flex;
		flex-wrap: wrap;
		background: #ffffffcc;
		backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
		z-index: 999;
		height: auto;
		position: fixed;
		top: 180px;
		right: 0px;
		border-radius: 15px 0 0 15px;
		border: 1px solid #fff;
		border-right: 0px solid #fff;
	}

	.menustyle2 ul {
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		padding: 20px 5px;
		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;
		font-weight: 700;
		color: #aa5d60;
		display: flex;
		width: fit-content;
		justify-content: center;
		align-items: center;
		padding: 8px 15px;
		margin: 1px auto;
		flex-direction: column;
		line-height: 1;
		border-radius: 999em;
		text-align: center;
	}

	.menustyle2 a br {
		display: block;
	}

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

	.menustyle2 ul .active {
		color: #fff !important;
		background: #ff8c90;
		border-radius: 999em;
	}
}

@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: #ffffffcc;
		backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
		border-bottom: 1px solid #fff;
		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 a {
		font-size: 1rem;
		font-weight: 700;
		letter-spacing: 0px;
		color: #aa5d60;
		box-sizing: border-box;
		padding: 1.5vw 2.5vw;
	}

	.menustyle2 a br {
		display: none;
	}

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

	.menustyle2 ul .active {
		color: #fff !important;
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		background: #aa5d60;
		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: 0px;
	display: block;
	height: 0;
	overflow: hidden;
}

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


/*--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;
	}
}