@charset "utf-8";
/* --------------------------------
	top
-------------------------------- */
.osechi .mv {
	border-top: solid 5px #c6111a;
	text-align: center;
}

.osechi .btn {
	width: 1078px;
	margin: 0 auto;
}
.osechi .btn a {
	display: block;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 10px 10px 0 0 #730606;
	padding: 30px 120px 40px 320px;
	transition: .2s ease-in-out;
	position: relative;
	top: 0;
}
.osechi .btn a:hover {
	box-shadow: 0 0 0 0 #730606;
	top: 10px;
	opacity: 1;
}
.osechi .btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0 , -50%);
}
.osechi .btn a::after {
	content: "";
	width: 76px;
	height: 76px;
	background: url(/base/pc/store/special/osechi/2027/img/common/arrow.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translate(0 , -50%);
}
.osechi .btn .ttl {
	font-size: 69px;
	font-weight: 700;
	line-height: 1;
	color: #c11e1a;
}
.osechi .btn .ttl span {
	font-size: 49px;
}
/* online */
.osechi .btn.online {
	margin-top: 70px;
}
.osechi .btn.online a::before {
	width: 226px;
	height: 165px;
	background: url(/base/pc/store/special/osechi/2027/img/top/icn_online.png) no-repeat;
	background-size: contain;
	left: 40px;
}
.osechi .btn.kanto a {
	padding: 70px 120px 80px 320px;
}
.osechi .btn.kanto a::before {
	width: 247px;
	height: 178px;
	background: url(/base/pc/store/special/osechi/2027/img/top/icn_kanto.png) no-repeat;
	background-size: contain;
	left: 40px;
}
.osechi .btn.kansai a {
	padding: 70px 120px 80px 320px;
}
.osechi .btn.kansai a::before {
	width: 257px;
	height: 168px;
	background: url(/base/pc/store/special/osechi/2027/img/top/icn_kansai.png) no-repeat;
	background-size: contain;
	left: 15px;
}

.osechi .box .shopNote {
	margin-top: 5px;
	font-size: 39px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}

/* reservation
--------------- */
/* 終了対応 */
/* .reservation {
	position: relative;
}
.reservation::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.78);
}
.reservation .endTxt {
	content: "";
	position: absolute;
	text-align: center;
	width: 100%;
	top: 65px;
	left: 0;
	font-size: 144px;
	font-weight: bold;
	line-height: 1;
	color: #c21a1f;
	z-index: 2;
}
.reservation .endTxt span {
	display: inline-block;
	padding: 10px 20px 20px;
	border: 25px solid #c21a1f;
}
.reservation a {
	pointer-events: none;
}
@media screen and (max-width: 1380px) {
	.reservation .endTxt {
		top: 4.71vw;
		font-size: 10.435vw;
	}
	.reservation .endTxt span {
		padding: 0.725vw 1.449vw 1.449vw;
		border: 1.812vw solid #c21a1f;
	}
}
@media screen and (max-width: 750px) {
	.reservation .endTxt {
		top: 5.333vw;
		font-size: 10.8vw;
	}
	.reservation .endTxt span {
		padding: 1.333vw 2vw 2vw;
		border: 1.867vw solid #c21a1f;
	}
} */
/* 終了対応 ここまで */

.reservation .container {
	position: relative;
}
.osechi .columnAnchor a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	width: 478px;
	height: 478px;
	border-radius: 50%;
	background-color: #ecde78;
	position: absolute;
	top: -225px;
	left: 0;
	font-size: 62px;
	font-weight: 700;
	line-height: 1.19;
	text-align: center;
	color: #c6111a;
}
.osechi .columnAnchor a .small {
	font-size: 54px;
}
.osechi .columnAnchor a .circle {
	display: inline-block;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background-color: #c6111a;
	font-size: 54px;
	color: #fff;
	position: relative;
	padding-top: 30px;
}
.osechi .columnAnchor a .circle::before,
.osechi .columnAnchor a .circle::after {
	content: "";
	position: absolute;
	bottom: 25px;
	right: calc(40% - 2px);
	width: 40px;
	height: 4px;
	border-radius: 9999px;
	background-color: #ffffff;
	transform-origin: calc(100% - 2px) 50%;
}
.osechi .columnAnchor a .circle::before {
	transform: rotate(25deg);
}
.osechi .columnAnchor a .circle::after {
	transform: rotate(-25deg);
}

.reservation .txt {
	font-size: 63px;
	font-weight: 600;
	line-height: 1.43;
	color: #a7864b;
	padding: 10px 0 10px 510px;
}
.reservation .box {
	background : url( /base/pc/store/special/osechi/2027/img/top/bg.png ) repeat;
	background-size: cover;
	padding-bottom: 70px;
}
.reservation h2 {
	font-size: 68px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	color: #c11e1a;
	background-color: #eacf49;
	padding: 10px;
}
.reservation .period {
	margin: 50px auto 0;
	width: 1030px;
}
.reservation .period h3 {
	font-size: 63px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.reservation .period .date {
	margin-top: 10px;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}
.reservation .period .date span {
	display: inline-block;
	font-size: 80px;
	line-height: 1;
}
.reservation .period .date.df {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
}
.reservation .period .date.df p:first-child {
	width: 50%;
	text-align: right;
}
.reservation .period .date.df p:last-child {
	width: 40%;
	text-align: left;
}
.reservation .period .periodNote {
	margin-top: 40px;
	text-align: center;
}
.reservation .period .periodNote ul {
	display: inline-block;
	text-align: left;
}
.reservation .period .periodNote li {
	font-size: 26px;
	font-weight: 500;
	line-height: 38px;
	color: #fff;
}

/* campaign
--------------- */
.campaign {
	width: 1030px;
	margin: 50px auto 0;
	padding: 20px 0;
	border-top: solid 4px #fff;
	border-bottom: solid 4px #fff;
}
.campaign .campaignBox {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 20px;
}
.campaign .campaignBox .circle {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	color: #c11e1a;
	background-color: #fff;
	width: 141px;
	height: 141px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.campaign .campaignBox .campaignTtl {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
}
.campaign .campaignDate {
	font-size: 57px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	padding-left: 160px;
}
.campaign .campaignDate span {
	font-size: 77px;
}
.campaign .campaignNote {
	margin-top: 10px;
	padding-left: 160px;
}
.campaign .campaignNote li {
	font-size: 26px;
	font-weight: 500;
	line-height: 38px;
	color: #fff;
}

/* area */
.area {
	margin-top: 80px;
	position: relative;
}
.area + .area {
	margin-top: 100px;
}
.area + .area::before {
	content: "";
	width: 1030px;
	height: 4px;
	background: #fff;
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translate(-50% , 0);
}

.area .period {
	margin-top: 30px;
}
.area .period .place {
	font-size: 63px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}

/* column */
.osechi .column {
	margin-top: 135px;
	padding: 0 58.5px;
}
.osechi .column a {
	display: block;
	position: relative;
	background-color: #ecde78;
	border-radius: 55px;
}
.osechi .column a .columnBox {
	display: flex;
	justify-content: flex-end;
	padding-right: 15px;
}
.osechi .column a .columnBox .columnTtl {
	position: relative;
	padding-left: 325px;
	font-size: 76px;
	font-weight: 700;
	line-height: 1.09;
	color: #c6111a;
}
.osechi .column a .columnBox .columnTtl span {
	font-size: 63px;	
}
.osechi .column a .columnBox .columnTtl::before {
	content: "";
	width: 329px;
	height: 422px;
	background: url(/base/pc/store/special/osechi/2027/img/top/catalog.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -48px;
	left: 0;
}
.osechi .column a .columnBox .circle {
	margin-top: -25px;
	width: 312px;
	height: 312px;
	background-color: #c6111a;
	border-radius: 50%;
	font-size: 76px;
	font-weight: 700;
	line-height: 1.17;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.osechi .column h4 {
	margin-top: 30px;
	font-size: 85px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	color: #6a0022;
}
.osechi .column h4 > div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
	font-size: 54px;
}
.osechi .column h4 > div .hyotan {
	display: inline-block;
	position: relative;
	z-index: 5;
	font-size: 87px;
}
.osechi .column h4 > div .hyotan::before {
	content: "";
	width: 172px;
	height: 192px;
	background: url(/base/pc/store/special/osechi/2027/img/common/hyoutan.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -25px;
	left: 58%;
	transform: translateX(-50%);
	z-index: -1;
}
.osechi .column h4 > div .fukidashi {
	display: inline-block;
	width: 716px;
	background-color: #fff;
	border-radius: 23px;
	font-size: 60px;
	color: #c6111a;
	position: relative;
}
.osechi .column h4 > div .fukidashi::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 6%;
	border-style: solid;
	border-width: 25px 34px 0 0;
	border-color: #fff transparent transparent;
	translate: calc(-50% - 0.4px) 100%;
	transform: skew(-40deg);
	transform-origin: top;
}
.osechi .column .columnTxt {
	text-align: center;
	overflow: hidden;
}
.osechi .column .columnTxt span {
	display: inline-block;
	padding: 30px 50px 0 0;
	width: 367px;
	height: 367px;
	margin: 20px auto -235.5px;
	font-size: 73px;
	font-weight: 500;
	color: #fff;
	background-color: #6a0022;
	border-radius: 50%;
	position: relative;
}
.osechi .column .columnTxt span::before,
.osechi .column .columnTxt span::after {
	content: "";
	position: absolute;
	top: 88px;
	right: 75px;
	width: 52px;
	height: 4px;
	border-radius: 9999px;
	background-color: #ffffff;
	transform-origin: calc(100% - 2px) 50%;
}
.osechi .column .columnTxt span::before {
	transform: rotate(25deg);
}
.osechi .column .columnTxt span::after {
	transform: rotate(-25deg);
}


@media screen and (max-width: 1380px) {
	.osechi .mv {
		border-top: solid 0.362vw #c6111a;
	}
	.osechi .btn {
		width: 78.116vw;
	}
	.osechi .btn a {
		border-radius: 1.449vw;
		box-shadow: 0.725vw 0.725vw 0 0 #730606;
		padding: 2.174vw 8.696vw 2.899vw 23.188vw;
	}
	.osechi .btn a:hover {
		top: 0.725vw;
	}
	.osechi .btn a::after {
		width: 5.507vw;
		height: 5.507vw;
		top: 50%;
		right: 2.899vw;
	}
	.osechi .btn .ttl {
		font-size: 5vw;
	}
	.osechi .btn .ttl span {
		font-size: 3.551vw;
	}
	/* online */
	.osechi .btn.online {
		margin-top: 5.072vw;
	}
	.osechi .btn.online a::before {
		width: 16.377vw;
		height: 11.957vw;
		left: 2.899vw;
	}
	.osechi .btn.kanto a {
		padding: 5.072vw 8.696vw 5.797vw 23.188vw;
	}
	.osechi .btn.kanto a::before {
		width: 17.899vw;
		height: 12.899vw;
		left: 2.899vw;
	}
	.osechi .btn.kansai a {
		padding: 5.072vw 8.696vw 5.797vw 23.188vw;
	}
	.osechi .btn.kansai a::before {
		width: 18.623vw;
		height: 12.174vw;
		left: 1.087vw;
	}

	.osechi .box .shopNote {
		margin-top: 0.362vw;
		font-size: 2.826vw;
	}
	
	/* reservation
	--------------- */
	.osechi .columnAnchor a {
		width: 34.638vw;
		height: 34.638vw;
		top: -16.304vw;
		font-size: 4.493vw;
	}
	.osechi .columnAnchor a .small {
		font-size: 3.913vw;
	}
	.osechi .columnAnchor a .circle {
		width: 15.942vw;
		height: 15.942vw;
		font-size: 3.913vw;
		padding-top: 2.174vw;
	}
	.osechi .columnAnchor a .circle::before,
	.osechi .columnAnchor a .circle::after {
		bottom: 1.812vw;
		right: calc(40% - 0.145vw);
		width: 2.899vw;
		height: 0.29vw;
		border-radius: 724.565vw;
		transform-origin: calc(100% - 0.145vw) 50%;
	}

	.reservation .txt {
		font-size: 4.13vw;
		line-height: 5.652vw;
		padding: 0.725vw 0 0.725vw 36.957vw;
	}
	.reservation .box {
		padding-bottom: 5.072vw;
	}
	.reservation h2 {
		font-size: 4.928vw;
		padding: 0.725vw;
	}
	.reservation .period {
		margin: 3.623vw auto 0;
		width: 74.638vw;
	}
	.reservation .period h3 {
		font-size: 4.565vw;
	}
	.reservation .period .date {
		margin-top: 0.725vw;
		font-size: 4.348vw;
	}
	.reservation .period .date span {
		font-size: 5.797vw;
	}
	.reservation .period .date.df {
		gap: 0 0.725vw;
	}
	.reservation .period .periodNote {
		margin-top: 2.899vw;
	}
	.reservation .period .periodNote li {
		font-size: 1.884vw;
		line-height: 1.46;
	}
	
	/* campaign
	--------------- */
	.campaign {
		width: 74.638vw;
		margin: 3.623vw auto 0;
		padding: 1.449vw 0;
		border-top: solid 0.29vw #fff;
		border-bottom: solid 0.29vw #fff;
	}
	.campaign .campaignBox {
		gap: 0 1.449vw;
	}
	.campaign .campaignBox .circle {
		font-size: 2.029vw;
		width: 10.217vw;
		height: 10.217vw;
	}
	.campaign .campaignBox .campaignTtl {
		font-size: 3.623vw;
	}
	.campaign .campaignDate {
		font-size: 4.13vw;
		padding-left: 11.594vw;
	}
	.campaign .campaignDate span {
		font-size: 5.58vw;
	}
	.campaign .campaignNote {
		margin-top: 0.725vw;
		padding-left: 11.594vw;
	}
	.campaign .campaignNote li {
		font-size: 1.884vw;
		line-height: 2.754vw;
	}
	
	/* area */
	.area {
		margin-top: 5.797vw;
	}
	.area + .area {
		margin-top: 7.246vw;
	}
	.area + .area::before {
		width: 74.638vw;
		height: 0.29vw;
		top: -5.072vw;
	}
	
	.area .period {
		margin-top: 2.174vw;
	}
	.area .period .place {
		font-size: 4.565vw;
	}

	/* column */
	.osechi .column {
		margin-top: 9.783vw;
		padding: 0 4.239vw;
	}
	.osechi .column a {
		border-radius: 3.986vw;
	}
	.osechi .column a .columnBox {
		padding-right: 1.087vw;
	}
	.osechi .column a .columnBox .columnTtl {
		padding-left: 23.551vw;
		font-size: 5.507vw;
	}
	.osechi .column a .columnBox .columnTtl span {
		font-size: 4.565vw;	
	}
	.osechi .column a .columnBox .columnTtl::before {
		width: 23.841vw;
		height: 30.58vw;
		bottom: -3.478vw;
	}
	.osechi .column a .columnBox .circle {
		margin-top: -1.812vw;
		width: 22.609vw;
		height: 22.609vw;
		font-size: 5.507vw;
	}
	.osechi .column h4 {
		margin-top: 2.174vw;
		font-size: 6.159vw;
	}
	.osechi .column h4 > div {
		gap: 0 0.725vw;
		font-size: 3.913vw;
	}
	.osechi .column h4 > div .hyotan {
		font-size: 6.304vw;
	}
	.osechi .column h4 > div .hyotan::before {
		width: 12.464vw;
		height: 13.913vw;
		bottom: -1.812vw;
	}
	.osechi .column h4 > div .fukidashi {
		width: 51.884vw;
		border-radius: 1.667vw;
		font-size: 4.348vw;
	}
	.osechi .column h4 > div .fukidashi::after {
		border-width: 1.812vw 2.464vw 0 0;
		translate: calc(-50% - 0.029vw) 100%;
	}
	.osechi .column .columnTxt span {
		padding: 2.174vw 3.623vw 0 0;
		width: 26.594vw;
		height: 26.594vw;
		margin: 1.449vw auto -17.065vw;
		font-size: 5.29vw;
	}
	.osechi .column .columnTxt span::before,
	.osechi .column .columnTxt span::after {
		top: 6.377vw;
		right: 5.435vw;
		width: 3.768vw;
		height: 0.29vw;
		border-radius: 724.565vw;
		transform-origin: calc(100% - 0.145vw) 50%;
	}
}

@media screen and (max-width: 750px) {
	.osechi .mv {
		border-top: solid 0.4vw #c6111a;
	}

	.osechi .btn {
		width: 79.333vw;
	}
	.osechi .btn a {
		border-radius: 1.333vw;
		box-shadow: 1.333vw 1.333vw 0 0 #730606;
		padding: 2.667vw 8.667vw 2.667vw 21.333vw;
	}
	.osechi .btn a:hover {
		box-shadow: 0 0 0 0 rgba(115,6,6,0.7);
		top: 1.333vw;
	}
	.osechi .btn a::after {
		width: 5.467vw;
		height: 5.467vw;
		right: 2.667vw;
	}
	.osechi .btn .ttl {
		font-size: 5.333vw;
		text-align: center;
	}
	.osechi .btn .ttl span {
		font-size: 3.867vw;
	}
	/* online */
	.osechi .btn.online {
		margin-top: 5.333vw;
	}
	.osechi .btn.online a::before {
		width: 16.667vw;
		height: 12vw;
		left: 4vw;
	}
	.osechi .btn.kanto a {
		padding: 5.333vw 8.667vw 5.333vw 21.333vw;
	}
	.osechi .btn.kanto a::before {
		width: 17.867vw;
		height: 12.933vw;
		left: 3.333vw;
	}
	.osechi .btn.kansai a {
		padding: 5.333vw 8.667vw 5.333vw 21.333vw;
	}
	.osechi .btn.kansai a::before {
		width: 18.933vw;
		height: 12vw;
		left: 4vw;
	}

	.osechi .box .shopNote {
		margin-top: 0.667vw;
		font-size: 3.733vw;
	}
	
	/* reservation
	--------------- */
	.osechi .columnAnchor a {
		width: 35.067vw;
		height: 35.067vw;
		top: -16vw;
		font-size: 4.533vw;
		line-height: 1.15;
	}
	.osechi .columnAnchor a .small {
		font-size: 3.867vw;
	}
	.osechi .columnAnchor a .circle {
		width: 16vw;
		height: 16vw;
		font-size: 3.867vw;
		padding-top: 2vw;
	}
	.osechi .columnAnchor a .circle::before,
	.osechi .columnAnchor a .circle::after {
		bottom: 2.667vw;
		right: calc(40% - 0.2vw);
		width: 2.933vw;
		height: 0.4vw;
		transform-origin: calc(100% - 1.5px) 50%;
	}

	.reservation .txt {
		font-size: 4.667vw;
		line-height: 6.4vw;
		padding: 1.333vw 0 1.333vw 37.333vw;
	}
	.reservation .box {
		padding-bottom: 2.667vw;
	}
	.reservation h2 {
		font-size: 5.867vw;
		line-height: 7.467vw;
		padding: 1.333vw;
	}
	.reservation .period {
		margin: 4vw auto 0;
		width: 80%;
	}
	.reservation .period h3 {
		font-size: 4.933vw;
	}
	.reservation .period .date {
		margin-top: 1.333vw;
		font-size: 4.933vw;
	}
	.reservation .period .date span {
		font-size: 6.667vw;
	}
	.reservation .period .date.df {
		gap: 0 2vw;
	}
	.reservation .period .date.df p:last-child {
		width: 37%;
	}
	.reservation .period .periodNote {
		margin-top: 1.333vw;
	}
	.reservation .period .periodNote li {
		font-size: 2.4vw;
		line-height: 1.5;
		padding-left: 1em;
		text-indent: -1em;
	}
	
	/* campaign
	--------------- */
	.campaign {
		width: 80%;
		margin: 3.333vw auto 0;
		padding: 2vw 0;
		border-top: solid 0.267vw #fff;
		border-bottom: solid 0.267vw #fff;
	}
	.campaign .campaignBox {
		gap: 0 2.667vw;
	}
	.campaign .campaignBox .circle {
		font-size: 2.4vw;
		width: 12.133vw;
		height: 12.133vw;
	}
	.campaign .campaignBox .campaignTtl {
		font-size: 4.267vw;
	}
	.campaign .campaignDate {
		font-size: 4.933vw;
		text-align: center;
		padding-left: 0;
	}
	.campaign .campaignDate span {
		font-size: 6.533vw;
	}
	.campaign .campaignNote {
		margin-top: 1.333vw;
		padding-left: 2.667vw;
	}
	.campaign .campaignNote li {
		font-size: 2.4vw;
		line-height: 1.5;		line-height: 3.867vw;
	}
	
	/* area */
	.area {
		margin-top: 4.667vw;
	}
	.area + .area {
		margin-top: 10.667vw;
	}
	.area + .area::before {
		width: 88.533vw;
		height: 0.267vw;
		top: -5.333vw;
	}
	.area .period {
		margin-top: 4vw;
	}
	.area .period .place { 
		font-size: 4.933vw;
	}

	/* column */
	.osechi .column {
		margin-top: 10.667vw;
		padding: 0 4.267vw;
	}
	.osechi .column a {
		border-radius: 4vw;
	}
	.osechi .column a .columnBox {
		padding-right: 2vw;
	}
	.osechi .column a .columnBox .columnTtl {
		padding-left: 22.467vw;
		font-size: 5.2vw;
		line-height: 1.12;
	}
	.osechi .column a .columnBox .columnTtl span {
		font-size: 4.533vw;	
	}
	.osechi .column a .columnBox .columnTtl::before {
		width: 23vw;
		height: 29.8vw;
		bottom: -3.733vw;
	}
	.osechi .column a .columnBox .circle {
		margin-top: -2vw;
		width: 22.8vw;
		height: 22.8vw;
		font-size: 5.6vw;
		line-height: 1.17;
	}
	.osechi .column h4 {
		margin-top: 2.667vw;
		font-size: 6.267vw;
		line-height: 1.23;
	}
	.osechi .column h4 > div {
		gap: 0 1.333vw;
		font-size: 4.267vw;
	}
	.osechi .column h4 > div .hyotan {
		font-size: 6.4vw;
	}
	.osechi .column h4 > div .hyotan::before {
		width: 12.4vw;
		height: 13.867vw;
		bottom: -0.933vw;
		left: 57%;
	}
	.osechi .column h4 > div .fukidashi {
		width: 52.533vw;
		border-radius: 1.6vw;
		font-size: 4.4vw;
	}
	.osechi .column h4 > div .fukidashi::after {
		border-width: 2.4vw 2.667vw 0 0;
		translate: calc(-50% - 0.173vw) 100%;
		left: 8%;
	}
	.osechi .column .columnTxt span {
		padding: 3.333vw 4vw 0 0;
		width: 26.933vw;
		height: 26.933vw;
		margin: 2.667vw auto -15.333vw;
		font-size: 5.333vw;
	}
	.osechi .column .columnTxt span::before,
	.osechi .column .columnTxt span::after {
		top: 7.333vw;
		right: 5.333vw;
		width: 4vw;
		height: 0.533vw;
		transform-origin: calc(100% - 0.2vw) 50%;
	}
}