.nerutore * {
	padding: 0;
	margin: 0;
}

.nerutore * ul,
.nerutore * ol {
	list-style: none;
}

.nerutore * h1,
.nerutore * h2,
.nerutore * h3,
.nerutore * h4,
.nerutore * h5,
.nerutore * h6,
.nerutore * p,
.nerutore * span,
.nerutore * strong,
.nerutore * a,
.nerutore * li,
.nerutore * label,
.nerutore * input,
.nerutore * textarea,
.nerutore * select,
.nerutore * option,
.nerutore * button {
	font-family: "Noto Sans JP", sans-serif;
	color: #000;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1;
}

.nerutore * a {
	display: block;
	text-decoration: none;
	transition: all 0.3s;
}

.nerutore * a:hover {
	opacity: 0.8;
}

.nerutore * button {
	display: block;
	transition: all 0.3s;
	cursor: pointer;
}

.nerutore * button:hover {
	opacity: 0.8;
}

.nerutore * img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.nerutore ._pc {
		display: none !important;
	}
}

@media screen and (min-width: 769px) {
	.nerutore ._sp {
		display: none !important;
	}
}

#kv {
	width: 100%;
	margin: 0 auto;
	background-color: #F2F9FC;
}

#kv img {
	display: block;
	width: 93%;
	max-width: 1100px;
	margin: 0 auto;
}

/* 1200px以上 */
nav#nav-merchandise{
	background-color: #F2F9FC;
	padding-top: 80px;
	padding-bottom: 80px;
}

#nav-merchandise h1{font-size: 36px; font-weight: bold; color: #fff; height: 86px; line-height: 86px; text-align: center; margin-bottom: 80px; background: #c4003c;}

#nav-merchandise ul {
    display: flex;
    flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

#nav-merchandise ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
    width: 200px;
    height: 189.83px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border-radius: 15px;
    box-sizing: border-box;
}

#nav-merchandise ul li:nth-child(5n) {
    margin-right: 0;
}

#nav-merchandise ul li a.item07 p {
	height: 32px;
}
#nav-merchandise ul li p {
	font-size: 14px;
	line-height: 1.15;
}
#nav-merchandise ul li img.common-merchandise-imgs {
	width: 158px;
	max-height: 86px;
	margin: 10px auto 16px auto;
}
#nav-merchandise ul li a.item07 .num6_WaistSupportCushion {
	width: 100px;
}
#nav-merchandise ul li img.arrow {
	width: auto;
	margin: 0 auto;
}
/* 1201px以上 */
/* 1200px以下 */
@media screen and (max-width: 1200px) {
	nav#nav-merchandise{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#nav-merchandise ul {
		margin: 0 auto;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		justify-content: center;
		gap: 16px;
		height: auto;
		width: calc(250px * 3 + 32px);
	}
	#nav-merchandise ul li {
		width: 250px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}
/* 1200px以下 */

#about {
	width: 100%;
	padding: 50px 0 0 0;
	margin: 0 auto;
	background-color: #F2F9FC;
}

#about img {
	display: block;
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	padding-left: 32px;
}

#tab {
	width: 100%;
	padding: 50px 0;
	background-color: #F2F9FC;
}

#tab .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 93%;
	max-width: 1100px;
	margin: 0 auto;
}

#tab .box a {
	display: block;
	width: 19.3%;
}

#tab .box a img {
	display: block;
	width: 100%;
}

#program {
	width: 100%;
	padding: 60px 0 65px;
	background-color: #052667;
}

#program h2 {
	width: min(70%, 455px);
	margin: 0 auto 40px;
}

#program h2 img {
	display: block;
	width: 100%;
}

#program .box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 93%;
	max-width: 960px;
	margin: 0 auto;
}

#program .box img {
	display: block;
}

#program .box img._pc:first-of-type {
	width: 28.3%;
}

#program .box img._pc:nth-of-type(2) {
	width: 40%;
}

#program .box img._pc:nth-of-type(3) {
	width: 28%;
}

#discount {
	width: 100%;
	padding: 35px 0 65px;
	background-color: #c90336;
}

#discount h2 {
	width: min(75%, 520px);
	margin: 0 auto 65px;
}

#discount h2 img {
	display: block;
	width: 100%;
}

#discount .box {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 93%;
	max-width: 957px;
	margin: 0 auto;
}

#discount .box .item {
	position: relative;
	width: 23%;
	padding: 70px 0.5% 17px;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #fff;
}

#discount .box .item>img {
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 70%;
}

#discount .box .item p {
	margin-bottom: 7px;
	font-size: 20px;
	color: #052667;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.2;
	text-align: center;
}

#discount .box .item p span {
	font-size: 16px;
	color: #052667;
	font-weight: 700;
	letter-spacing: 0.03em;
}

#discount .box .item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 8px 0;
	border-radius: 10px;
	background-color: #c90336;
	text-align: center;
	text-decoration: none;
}

#discount .box .item a span {
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}

#discount .box .item a img {
	display: block;
	width: 10px;
	margin-right: 8px;
	margin-left: 0;
}

#recommend .slider_sub{max-width: 1000px; margin: 0 auto;}
#recommend .slider_sub img{padding: 8px 10px;}

#recommend {
	width: 100%;
	padding: 20px 0 0px;
	margin: 0 auto;
	background-color: #F2F9FC;
}

#recommend h2 {
	position: relative;
	/*width: min(50%, 634px);
	width:670px;*/
	margin: 100px auto 25px;
}
#recommend h2 img{width: auto; height: auto; max-height: 98px;}

#recommend h2 .txt01 {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-10%, -100%);
	display: block;
	width: 50%;
}

#recommend h2 .txt02 {
	display: block;
	width: 100%;
}

#recommend h2 img.PC_Healthy_sleep_mattress-pillow-set {
	display: block;
}
#recommend h2 img.SP_Healthy_sleep_mattress-pillow-set {
	display: none;
}

#recommend .box {
	display:flex;
	flex-direction:column;
	justify-content: center;
	width: 93%;
	max-width: 876px;
	margin: 0 auto;
	border: 2px solid #c90336;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #fff;
}

#recommend .box .goods {
	display: block;
	width: 93%;
	margin: 34px auto 34px;
}

#recommend .box .txt {
	width: 87%;
	margin: 0 auto 13px;
}

#recommend .box .txt img {
	display: block;
	width: 100%;
}

#recommend .box .coupon {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

#recommend .box .coupon .left {
	width: 33%;
	margin-right: 7%;
}

#recommend .box .coupon .left img {
	display: block;
	width: 87%;
	margin: 0 auto 13px;
}

/* #recommend .box .coupon .left #copyTarget {
	display: none;
} */

#recommend .box .coupon .left button {
	display: block;
	width: 100%;
	padding: 10px 0;
	border: 4px solid #c90336;
	background-color: #fff;
	font-size: 22px;
	color: #c90336;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

#recommend .box .coupon .right {
	width: 45%;
}

#recommend .box .coupon .right p {
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
	border-radius: 10px;
	background-color: #e5e5e5;
	text-align: center;
}

#recommend .box .coupon .right p span {
	font-size: 16px;
	color: #535353;
	font-weight: 700;
	letter-spacing: 0.03em;
}

#recommend .box .coupon .right input {
	display: inline-block;
	width: 93%;
	border: none;
	background-color: transparent;
	font-size: 26px;
	color: #535353;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.15;
	text-align: center;
}

#recommend .box .coupon .right input:focus {
	outline: none;
}

#recommend .box .coupon .right ul {
	list-style: none;
}

#recommend .box .coupon .right ul li {
	font-size: 16px;
	color: #c90336;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.25;
}

#research {
	width: 100%;
	padding: 100px 0;
	background-color: #F2F9FC;
}

#research .box {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	width: 93%;
	max-width: 1100px;
	margin: 0 auto;
}

#research .box .movie {
	position: relative;
	width: 50%;
	margin-right: 5%;
	aspect-ratio: 1/0.5625;
	background-color: #fff;
}

#research .box .movie iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 95%;
	aspect-ratio: 1/0.5625;
}

#research .box .txt {
	width: 45%;
}

#research .box .txt>img {
	display: block;
	width: 100%;
	margin-bottom: 16px;
}

#research .box .txt p {
	margin-bottom: 20px;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.7;
}

#research .box .txt a {
	display: inline-block;
	width: 180px;
}

#research .box .txt a img {
	display: block;
	width: 100%;
}

#research .box .example {
	width: 100%;
	margin-top: 50px;
}

#research .box .example img {
	display: block;
	width: 100%;
}

#function {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#function img {
	display: block;
	width: 100%;
}

#function .movie {
	position: absolute;
	top: 10.5%;
	left: 9.5%;
	width: 38%;
	aspect-ratio: 1/0.5625;
	background-color: #fff;
}

#function .movie iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 95%;
	aspect-ratio: 1/0.5625;
}

#reason {
	width: 100%;
	padding: 133px 0 87px;
	margin: 0 auto;
	background-color: #fff;
}

#reason h3 {
	margin-bottom: 45px;
	font-size: 44px;
	color: #000000;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-align: center;
}

#reason p {
	margin-bottom: 33px;
	font-size: 36px;
	color: #4d4d4d;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	text-align: center;
}

#reason p span {
	color: #b6293e;
	font-weight: 700;
}

#reason p img {
	display: inline-block;
	width: 313px;
}

#reason .box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 93%;
	max-width: 972px;
	margin: 0 auto 40px;
}

#reason .box img {
	display: block;
	width: 48.5%;
}

#reason>img {
	display: block;
	width: 93%;
	max-width: 875px;
	margin: 0 auto;
}

#detail {
	width: 100%;
	padding: 87px 0 70px;
	margin: 0 auto;
	background-color: #fff;
}

#detail .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 93%;
	max-width: 875px;
	margin: 0 auto;
}

#detail .item:first-of-type {
	margin-bottom: 66px;
}

#detail .item img {
	display: block;
	width: 45%;
}

#detail .item .txt {
	width: 52%;
}

#detail .item h3 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #000000;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.3;
}

#detail .item h3 span {
	color: #b70d46;
	font-weight: 700;
}

#detail .item .txt p {
	font-size: 16px;
	color: #6b6b6b;
	font-weight: 500;
	line-height: 1.7;
}

#detail .item .txt strong {
	display: block;
	margin-top: 5px;
	font-size: 20px;
	color: #000000;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.3;
}

#item01 {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	background-color: #F2F9FC;
	overflow: hidden;
}

#item01 h3 {
	width: min(54.5%, 477px);
	margin: 0 auto 20px;
}

#item01 h3 img {
	display: block;
	width: 100%;
}

#item01 .slider {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

#item01 .slider .wrapper{
	margin-bottom: 20px;/*margin-bottom: 50px;*/
}

#item01 .slider .wrapper>.title {
	width: 97%;
	max-width: 875px;
	padding: 25px 0 13px;
	margin: 0 auto;
	background-color: #c50f3c;
	text-align: center;
}

#item01 .slider .wrapper>.title.--gold{
	background: #b99c50; background: linear-gradient(180deg,rgba(185, 156, 80, 1) 0%, rgba(230, 205, 139, 1) 50%, rgba(185, 156, 80, 1) 100%);
}

#item01 .slider .wrapper>.title p {
	display: inline-block;
	padding: 7px 25px;
	background-color: #fff;
	font-size: 20px;
	color: #494949;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
}

#item01 .slider .wrapper>.title strong {
	display: block;
	margin-top: 15px;
	font-size: 32px;/*font-size: 36px;*/
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
}

#item01 .content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	width: 97%;
	max-width: 875px;
	padding: 30px 3.5%;
	margin: 0 auto;
	border: 7px solid #c50f3c;
	box-sizing: border-box;
	background-color: #fff;
}
#item01 .slider .wrapper>.title.--gold + .content{
	border: 7px solid #b99c50;
	background: #fff5dd;
	/*background: #E8CC87; background: linear-gradient(135deg,rgba(232, 204, 135, 1) 0%, rgba(248, 241, 208, 1) 50%, rgba(232, 204, 135, 1) 100%);*/
}

#item01 .content>p {
	width: 100%;
	margin-bottom: 37px;
	font-size: 24px;/*font-size: 18px;*/
	color: #c50f3c;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.35;
	text-align: center;
}

#item01 .slider .wrapper>.title.--gold + .content>p{
	color: #03457a;/*color: #ac701a;*/
}

#item01 .content>p.pc_annotation_common {
	text-align: left;
	color: #6b6b6b;
	font-size: 14px;
	margin-top: 15px;
}
#item01 .content>p.sp_annotation_common {
	display: none;
}
#item01 .content>p.pc_annotation_1 {
	margin-left: 63px;
}
#item01 .content>p.pc_annotation_2 {
	margin-left: 40px;
}

#item01 .content>picture,
#item01 .content>img {
	width: 52%; margin-right: 3%;/*width: 47%; margin-right: 8%;*/
}

#item01 .content .box {
	width: 45%;
}

#item01 .content .box .select_box {
	width: 100%;
}

#item01 .content .box .select_box select {
	position: relative;
	width: 100%;
	padding: 13px 1.5%;
	margin-bottom: 13px;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	box-sizing: border-box;
	appearance: none;
	background: url(https://rise.itembox.design/item/images/project/nerutore/select_arrow.png) #fff no-repeat right center/contain;
	font-size: 13px;
	color: #9b9b9b;
	font-weight: 700;
}

#item01 .content .box .select_box select::-ms-expand {
	display: none;
}

#item01 .content .box ul .item {
	display: block;
}

#item01 .content .box ul .item.hide {
	display: none;
}

#item01 .content .box ul .item p {
	margin-bottom: 12px;
	font-size: 13px;
	color: #a0a0a0;
	font-weight: 600;
	line-height: 1.25;
}

#item01 .content .box ul .item p span {
	display: block;
	margin-top: 5px;
	font-size: 15px;
	color: #4c4c4c;
	font-weight: 700;
	line-height: 1.15;
}

#item01 .content .box ul .item .discount {
	margin-bottom: 5px;
}

#item01 .content .box ul .item .coupon {
	margin-bottom: 5px;
}

#item01 .content .box ul .item .price {
	margin-bottom: 10px;
}

#item01 .content .box ul .item button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 10px;
	border: 5px solid #c3253b;
	background-color: #c3253b;
	box-sizing: border-box;
}

#item01 .content .box ul .item button img {
	width: 22px;
	/* margin-right: 15px; */
	margin: 0 15px 0 0;
}

#item01 .content .box ul .item button span {
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

#item01 .content .box ul .item .white-btn {
	width: 100%;
	padding: 15px 0;
	border: 5px solid #c3253b;
	box-sizing: border-box;
	font-size: 16px;
	color: #c3253b;
	background: #fff;
	font-weight: 600;
	text-align: center;
}

#item01 .content .box ul .item .white-btn:first-of-type {
	margin-bottom: 10px;
}

#item01 .content .movie {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	margin-top: 15px;
}

#item01 .content .movie li {
	width: 48.5%;
}

#item01 .content .movie li iframe {
	display: block;
	width: 100%;
	aspect-ratio: 1/0.5625;
	margin-bottom: 17px;
}

#item01 .content .movie li p {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.15;
}

.products {
	width: 100%;
	padding-bottom: 20px;
	background-color: #F2F9FC;
}

.products h3 {
	width: min(63%, 550px);
	margin: 0 auto 13px;
}

.products .wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 93%;
	max-width: 875px;
	padding: 30px 3%;
	margin: 0 auto;
	border: 7px solid #b4b4b4;
	background-color: white;
	box-sizing: border-box;
}

.products .wrapper>picture,
.products .wrapper>img {
	width: 50%;
	margin-right: 5%;
}

.products .wrapper .box .select_box {
	width: 100%;
}

.products .wrapper .box {
	width: 45%;
}

.products .wrapper .box .select_box select {
	position: relative;
	width: 100%;
	padding: 13px 1.5%;
	margin-bottom: 23px;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	box-sizing: border-box;
	appearance: none;
	background: url(https://rise.itembox.design/item/images/project/nerutore/select_arrow.png) no-repeat right center/contain;
	font-size: 15px;
	color: #9b9b9b;
	font-weight: 700;
}

.products .wrapper .box .select_box select::-ms-expand {
	display: none;
}

.products .wrapper .box .postage {
	margin-bottom: 10px;
}

.products .wrapper .box .postage span {
	display: inline-block;
	padding: 7px 20px;
	background-color: #fa911e;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}

.products .wrapper .box ul .item {
	display: block;
}

.products .wrapper .box ul .item.hide {
	display: none;
}

.products .wrapper .box ul .item form>p {
	margin-bottom: 12px;
	font-size: 13px;
	color: #a0a0a0;
	font-weight: 600;
	line-height: 1.25;
}

.products .wrapper .box ul .item p span {
	display: block;
	margin-top: 5px;
	font-size: 15px;
	color: #4c4c4c;
	font-weight: 700;
}

.products .wrapper .box ul .item .price {
	margin-bottom: 18px;
}

.products .wrapper .box ul .item button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 10px;
	border: 5px solid #c3253b;
	background-color: #c3253b;
	box-sizing: border-box;
}

.products .wrapper .box ul .item button img {
	width: 22px;
	/* margin-right: 15px; */
	margin: 0 15px 0 0;
}

.products .wrapper .box ul .item button span {
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

.products .wrapper .box ul .item .white-btn {
	width: 100%;
	padding: 15px 0;
	border: 5px solid #c3253b;
	box-sizing: border-box;
	font-size: 16px;
	color: #c3253b;
	font-weight: 600;
	text-align: center;
}

.products .wrapper .box ul .item .movie {
	width: 100%;
	margin-top: 15px;
}

.products .wrapper .box ul .item iframe {
	display: block;
	width: 100%;
	aspect-ratio: 1/0.5625;
	margin-bottom: 17px;
}

.products .wrapper .box ul .item p {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.15;
}

#creed {
	width: 100%;
	padding: 100px 0 127px;
	background-color: #fff;
}

#creed h2 {
	margin-bottom: 23px;
	text-align: center;
}

#creed h2 span {
	display: inline-block;
	border-bottom: 5px solid #c6263b;
	font-size: 46px;
	color: #535353;
	font-weight: 700;
	line-height: 1.15;
}

#creed>p {
	width: 93%;
	max-width: 1100px;
	margin: 0 auto 70px;
	font-size: 18px;
	color: #333333;
	line-height: 1.75;
	text-align: center;
}

#creed .box {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 93%;
	max-width: 875px;
	margin: 0 auto;
}

#creed .box img {
	width: 25%;
	margin-right: 5%;
}

#creed .box .txt {
	width: 70%;
}

#creed .box .txt h3 {
	margin-bottom: 16px;
	font-size: 26px;
	color: #000000;
	font-weight: 600;
	line-height: 1.25;
}

#creed .box .txt h3 span {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

#creed .box .txt>span {
	display: block;
	padding: 10px 0;
	padding-left: 20px;
	margin-bottom: 28px;
	border-left: 5px solid #c6263b;
	font-size: 22px;
	color: #6b6b6b;
	font-weight: 600;
}

#creed .box .txt p {
	font-size: 16px;
	color: #333333;
	line-height: 2;
}

#contact {
	width: 100%;
	padding: 40px 0 57px;
	background-color: #f2f2f2;
}

#contact h2 {
	margin-bottom: 24px;
	font-size: 26px;
	color: #4e4e4e;
	font-weight: 700;
	text-align: center;
}

#contact .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 93%;
	max-width: 670px;
	margin: 0 auto;
}

#contact .box a {
	width: 48.5%;
	padding: 20px 0;
	background-color: #c3253b;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

#banner {
	position: fixed;
	top: 98.5%;
	left: 100%;
	transform: translate(-100%, -100%);
	z-index: 50;
	width: min(27%, 350px);
}

#backtop {
	position: fixed;
	top: calc(97% - (27vw * 0.41844919786));
	left: 98.5%;
	z-index: 50;
	transform: translate(-100%, -100%);
}

#backtop a {
	position: relative;
	width: 2px;
	height: 127.5px;
	background-color: #000;
}

#backtop a::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -6.5px;
	transform: rotate(40deg);
	width: 2px;
	height: 20px;
	background-color: #000;
}

#backtop a span {
	position: absolute;
	top: 100%;
	left: calc(0% - 5px);
	transform: translate(-100%, -100%);
	display: block;
	width: 13px;
	height: 85px;
	font-size: 13px;
	color: #000;
	font-weight: 500;
	text-align: right;
	writing-mode: vertical-rl;
}