@charset "UTF-8";


/* ================================
			Common
================================ */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "verdana", sans-serif;
	width: 100%;
	background-color: rgba(51, 51, 51, 1);
	font-weight: 400;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-height: 1.8;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	position: relative;
}

/* Thin	100
Light	300
DemiLight	350
Regular	400
Medium	500
Bold	700
Black	900 */


a {
	text-decoration: none;
	transition: all .3s ease-out;
	text-decoration: none;
}

a:hover {
	transition: all .3s ease-out;
	cursor: pointer;
	text-decoration: none !important;
}

a:hover img {
	opacity: 1 !important;
}


a:focus-visible {
	outline: 1px dashed rgba(0, 0, 0, 1) !important;
}

div:focus-visible {
	outline: 1px dashed rgba(0, 0, 0, 1) !important;
}

ol,
ul,
li {
	list-style: none;
	padding: 0;
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.l ._pc {
	display: block;
}

._pc {
	display: none;
}

.l ._sp {
	display: none;
}

._sp {
	display: block;
}

/* ================================
        Layout
================================ */
.Center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	position: relative;
}

.Campaign .Center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	position: relative;
}


.BgDot {
	background-color: rgba(51, 51, 51, 1);
	background-image: radial-gradient(circle, rgba(36, 36, 36, 1) 3px, transparent 3px), radial-gradient(circle, rgba(36, 36, 36, 1) 3px, transparent 3px);
	background-position: 0 0, 8px 10px;
	background-size: 16px 20px;
	position: relative;
}

.BgStripe {
	background-size: auto auto;
	background-color: rgba(51, 51, 51, 1);
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(36, 36, 36, 1) 20px, rgba(36, 36, 36, 1) 40px);
	position: relative;
}

.CommonBtnStore {
	width: 74vw;
	max-width: 520px;
	margin: 0 auto;
}

.l .CommonBtnStore {
	width: 74vw;
	max-width: 440px;
}

.CommonBtnStore a img:hover {
	opacity: 0.7 !important;
}


.CommonNote {
	font-size: 3.2vw;
	text-align: center;
	font-weight: 500;
}

.l .CommonNote {
	font-size: 2rem;
}


/* ================================
			PopIn
================================ */
.PopIn {
	transform: scale(0);
	transition-duration: 0.3s;
}

.PopIn.ZoomIn {
	transform: scale(1);
	opacity: 1;
}

/* ================================
			FadeIn
================================ */
.FadeIn {
	opacity: 0;
	transform: translate(0, 30px);
}

.FadeIn.ScrollIn {
	opacity: 1;
	transform: translate(0, 0);
	transform: scale(1);
	transition: all 1000ms;
}

/* ================================
        Slider
================================ */
.l .JsSliderArea {
	padding: 0 20px;
}

.JsSlider {
	margin-bottom: 7.19999vw;
	position: relative;
}

.l .JsSlider {
	margin: 0 auto 60px auto;
	position: relative;
	max-width: 1170px;
}

.JsSlider .slick-prev,
.JsSlider .slick-next {
	position: absolute;
	top: calc(50% - 2.6666vw);
	transform: translateY(-50%);
	z-index: 2;
	background: none;
	border: none;
	padding: 0;
}

.JsSlider .slick-prev {
	left: 5vw;
}

.l .JsSlider .slick-prev {
	left: 0;
}

.JsSlider .slick-next {
	right: 5vw;
}

.l .JsSlider .slick-next {
	right: 0;
}

.JsSlider .slick-prev img,
.JsSlider .slick-next img {
	width: 9vw;
	height: 9vw;
}

.l .JsSlider .slick-prev img,
.l .JsSlider .slick-next img {
	width: 60px;
	height: 60px;
}

.JsSlider .slick-prev:hover,
.JsSlider .slick-next:hover {
	cursor: pointer;
}

.dots-wrap {
	display: flex;
	justify-content: center;
	padding-top: 2.6666vw;
}

.l .dots-wrap {
	padding-top: 25px;
}

.dots-wrap li {
	width: 2.6666vw;
	height: 2.6666vw;
	margin: 0 0.6666vw;
	background: rgba(126, 126, 126, 1);
	border-radius: 50%;
	cursor: pointer;
}

.l .dots-wrap li {
	width: 20px;
	height: 20px;
	margin: 0 10px;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
	background: rgba(215, 215, 215, 1);
}

.dots-wrap li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}

.JsSliderItem {
	padding: 0 7vw;
}

.l .JsSliderItem {
	padding: 0 30px;
}

.JsSliderItem a:hover {
	opacity: 1;
}

.JsSliderItem p {
	position: relative;
}

.JsSliderItem div {
	background: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
	font-weight: 500;
	padding: 2.6666vw 2.3333vw;
	font-size: 3.7333vw;
	letter-spacing: -0.4px;
	line-height: 1.15;
	height: 17.6vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}

.l .JsSliderItem div {
	font-size: clamp(1.4rem, 1.44181vw, 1.9rem);
	padding: 15px;
	line-height: 1.4;
	height: 100px;
}

.JsSliderItem div._small {
	font-size: 3.06666vw;
	padding: 2.6666vw 1.86666vw;
	letter-spacing: -0.2px;
}

.l .JsSliderItem div._small {
	font-size: clamp(1.1rem, 1.13285vw, 1.5rem);
	padding: 15px;
}

/* ================================
        Modal
================================ */
.Modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	pointer-events: none;
}

.ModalOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	pointer-events: auto;
	z-index: 1;
}

.ModalContent {
	position: relative;
	top: 10%;
	left: 50%;
	transform: translate(-50%, 0);
	pointer-events: auto;
	z-index: 99;
}

.ModalArea {
	width: 91.6vw;

	max-width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 15px 15px;
}

.l .ModalArea {
	max-width: 660px;
	max-height: 90vh;
	overflow-y: scroll;
}

.ModalImg img {
	border-radius: 15px 15px 0 0;
	width: 100%;
}

.ModalText {
	padding: 4vw 6.6666vw;
	line-height: 1.2;
	font-size: 3.4666vw;
}

.l .ModalText {
	padding: 20px 50px 50px 50px;
	font-size: 2.2rem;
}

.ModalSub {
	font-size: 2.9333vw;
	color: rgba(58, 58, 58, 1);
	padding-bottom: 2.6666vw;
}

.l .ModalSub {
	font-size: 2rem;
	padding-bottom: 20px;
}

.ModalTag {
	padding-bottom: 1.33333vw;
}

.l .ModalTag {
	padding-bottom: 15px;
}

.ModalTag span {
	font-size: 2.6666vw;
	color: rgba(255, 255, 255, 1);
	padding: 0.8vw 1.6vw;
	border-radius: 50px;
	display: inline-block;
}

.l .ModalTag span {
	font-size: 2rem;
	padding: 0.8vw 1.6vw;
}

.ModalTag._ladies span {
	background-color: rgba(255, 131, 198, 1);
}

.ModalTag._mens span {
	background-color: rgba(47, 184, 255, 1);
}

.Modal h2 {
	max-width: 78.399vw;
	padding-bottom: 2.5vw;
	line-height: 1;
}

.l .Modal h2 {
	max-width: 543px;
	padding-bottom: 12px;
}

.Modal h2._second {
	padding-top: 2vw;
}

.l .Modal h2._second {
	padding-top: 15px;
}

.ModalInfoList li {
	margin-bottom: 2vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.l .ModalInfoList li {
	margin-bottom: 10px;
}

.l .ModalInfoList li:last-child {
	margin-bottom: 0;
}

.ModalInfoList li div {
	border: 1px solid rgba(0, 0, 0, 1);
	width: 23vw;
	padding: 1vw 5.3333vw;
	line-height: 1;
	font-size: 3.466vw;
	text-align: center;
	margin-right: 2.6666vw;
	display: inline-block;
}

.l .ModalInfoList li div {
	width: 120px;
	padding: 5px;
	font-size: 2rem;
	margin-right: 20px;
}

.ModalInfoList li p {
	font-size: 4vw;
	transform: translateY(-2px);
}

.l .ModalInfoList li p {
	font-size: 3rem;
}

.ModalInfoList li p span {
	font-size: 3.466vw;
}

.l .ModalInfoList li p span {
	font-size: 2.8rem;
}

.ModalInfo {
	padding-top: 3.3333vw;
}

.l .ModalInfo {
	padding-top: 25px;
}

.ModalLimited {
	margin-top: 4vw;
	font-size: 3.2vw;
	padding: 5px 10px;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(0, 78, 162, 1);
	font-weight: 500;
	text-align: center;
	letter-spacing: -1px;
}

.l .ModalLimited {
	font-size: 2.2rem;
	margin-top: 30px;
}

.ModalBtnArea {
	padding: 5.3333vw 0 2.6666vw;
}

.l .ModalBtnArea {
	padding: 40px 0 25px;
}

.ModalNote {
	font-size: 2.6666vw;
}

.l .ModalNote {
	font-size: 2rem;
}

.ModalNote li {
	padding-bottom: 1vw;
}

.l .ModalNote li {
	padding-bottom: 8px;
}

.ModalClose {
	display: block;
	position: absolute;
	top: 3.2vw;
	right: 3.2vw;
	width: 3.33333vw;
	z-index: 99;
}

.l .ModalClose {
	top: 15px;
	right: 15px;
	width: 25px;
}

.ModalClose img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	z-index: 99;
	position: relative;
}

.ModalClose:hover {
	cursor: pointer;
}

/* ================================
        Mv
================================ */
.MvBg {
	background: url(../img/mv-bg.png) center no-repeat;
	background-size: cover;
	position: relative;
	aspect-ratio: 1500 / 1280;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.l .MvBg {
	height: clamp(820px, 84.449vw, 900px);
}

.MvBgArea {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
}

.l .MvBgArea {
	padding: 0 20px;
}

.Mv h1 {
	max-width: 98vw;
	margin: 0 auto;
	transform: translateY(10vw);
	position: relative;
	z-index: 10;
}

.l .Mv h1 {
	max-width: 1060px;
	transform: translateY(19%);
}

.MvTitleArea {
	position: relative;
}

.MvCharacterArea li {
	position: absolute;
	top: 0;
}

.MvCharacterArea li:nth-of-type(1) {
	max-width: 32.133vw;
	left: 0;
	transform: translate(-1vw, -9vw);
	z-index: 2;
}

.l .MvCharacterArea li:nth-of-type(1) {
	max-width: 393px;
	width: 32.66%;
	transform: translate(-2%, -25%);
}

.MvCharacterArea li:nth-of-type(1) img {
	transform-origin: left bottom;
	transition-delay: 0.2s;
}

.MvCharacterArea li:nth-of-type(2) {
	max-width: 67.6vw;
	left: 0;
	transform: translate(10vw, -22vw);
	z-index: 1;
}

.l .MvCharacterArea li:nth-of-type(2) {
	max-width: 827px;
	width: 68.9%;
	transform: translate(15%, -42%);
}

.MvCharacterArea li:nth-of-type(2) img {
	transform-origin: left bottom;
	transition-delay: 0.6s;
}

.MvCharacterArea li:nth-of-type(3) {
	max-width: 40.6666vw;
	right: 0;
	transform: translate(-10vw, -13vw);
	z-index: 3;
}

.l .MvCharacterArea li:nth-of-type(3) {
	max-width: 498px;
	width: 39.5%;
	transform: translate(-27%, -32%);
}

.MvCharacterArea li:nth-of-type(3) img {
	transform-origin: right bottom;
	transition-delay: 0.4s;
}

.MvCharacterArea li:nth-of-type(4) {
	max-width: 26.13333vw;
	right: 0;
	transform: translate(-2vw, -3vw);
	z-index: 4;
}

.l .MvCharacterArea li:nth-of-type(4) {
	max-width: 320px;
	width: 26.666%;
	transform: translate(-1%, -5%);
}

.MvCharacterArea li:nth-of-type(4) img {
	transform-origin: right bottom;
}

.MvCharacterArea li:nth-of-type(5) {
	max-width: 36.6666vw;
	right: 0;
	transform: translate(-8vw, -29vw);
	z-index: 5;
}

.l .MvCharacterArea li:nth-of-type(5) {
	max-width: 345px;
	width: 28.75%;
	transform: translate(-50%, -144%);
}

.MvLightArea li {
	position: absolute;
	top: -3.466vw;
	transform-origin: bottom center;
}

.l .MvLightArea li {
	top: -20%;
}

.MvLightArea li:nth-of-type(1) {
	max-width: 47.3333vw;
	left: -18vw;
	animation: 2s cubic-bezier(0.37, 0, 0.63, 1) 0s infinite alternate searchLight;
}

.l .MvLightArea li:nth-of-type(1) {
	top: -34%;
	left: -14%;
}

.MvLightArea li:nth-of-type(2) {
	max-width: 47.3333vw;
	left: 0;
	animation: 2s cubic-bezier(0.37, 0, 0.63, 1) -1.5s infinite alternate searchLight;
}

.l .MvLightArea li:nth-of-type(2) {
	top: -34%;
	left: 14%;
}

.MvLightArea li:nth-of-type(3) {
	max-width: 63.8666vw;
	top: -19vw;
	left: -25vw;
	transform-origin: bottom center;
	animation: 1s cubic-bezier(0.37, 0, 0.63, 1) 0s infinite alternate searchLight;
}

.l .MvLightArea li:nth-of-type(3) {
	left: 0;
}

.MvLightArea li:nth-of-type(4) {
	max-width: 22.933vw;
	left: 40vw;
	animation: 1s cubic-bezier(0.37, 0, 0.63, 1) -1.5s infinite alternate searchLight;
}

.l .MvLightArea li:nth-of-type(4) {
	right: 0;
}

.MvLightArea li:nth-of-type(5) {
	max-width: 44.9333vw;
	right: 0;
	animation: 2s cubic-bezier(0.37, 0, 0.63, 1) 0s infinite alternate searchLight;
}

.l .MvLightArea li:nth-of-type(5) {
	top: -34%;
	right: 14%;
}

.MvLightArea li:nth-of-type(6) {
	max-width: 44.9333vw;
	right: -13vw;
	animation: 2s cubic-bezier(0.37, 0, 0.63, 1) -1.5s infinite alternate searchLight;
}

.l .MvLightArea li:nth-of-type(6) {
	top: -34%;
	right: -14%;
}

@keyframes searchLight {
	0% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(5deg);
	}
}

/* ================================
        Lead
================================ */
.Lead {
	border-top: 0.6666vw solid;
	border-bottom: 0.6666vw solid;
	border-image: linear-gradient(to right, rgba(248, 226, 151, 1) 10%, rgba(249, 244, 191, 1) 50%, rgba(245, 194, 62, 1) 100%) 1;
	position: relative;
	z-index: 100;
}

.l .Lead {
	border-top: 4px solid;
	border-bottom: 4px solid;
}

.LeadBg {
	background: url(../img/lead-bg.png) center no-repeat;
	background-color: black;
	background-size: 170%;
	position: relative;
	/* aspect-ratio: 1030 / 1256; */
	width: 100%;
	/* height: 130vh; */
	color: rgba(255, 255, 255, 1);
}

.l .LeadBg {
	background-size: cover;
	position: relative;
	width: 100%;
	/* height: 720px; */
}

.LeadBgArea {
	/* position: absolute; */
	width: 100%;
	/* height: 100%; */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 4vw 25vw 4vw;
}

.l .LeadBgArea {
	padding: 0 20px 200px;
}

.Lead h2 {
	text-align: center;
	font-size: 7.19999999vw;
	font-weight: 700;
	letter-spacing: -0.3vw;
	padding: 11.2vw 4.2vw 3.3333vw 4.2vw;
	line-height: 1.4;
	position: relative;
}

.l .Lead h2 {
	font-size: 4.8rem;
	letter-spacing: 0;
	padding: 20px 30px 50px;
}

.Lead h2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 5vw;
	transform: translateY(-50%);
	width: 4.66666vw;
	height: 14.3999999vw;
	background: url(../img/lead-title-ornament-left.png) no-repeat center / contain;
}

.l .Lead h2::before {
	left: 15%;
	width: 37px;
	height: 110px;
}


.Lead h2::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5vw;
	transform: translateY(-50%);
	width: 4.66666vw;
	height: 14.3999999vw;
	background: url(../img/lead-title-ornament-right.png) no-repeat center / contain;
}

.l .Lead h2::after {
	right: 15%;
	width: 37px;
	height: 110px;
}


.Lead h2 span {
	font-size: 3.73vw;
}

.l .Lead h2 span {
	font-size: 2.8rem;
}


.LeadText {
	font-size: 3.7333333vw;
	line-height: 1.6;
	padding: 0 0 11.4666vw;
	text-align: center;
	font-weight: 700;
}

.l .LeadText {
	font-size: 2.8rem;
	padding: 0 0 80px;
}



.Lead p {
	text-align: center;
	font-size: 3.2vw;
	font-weight: 700;
	padding: 3.3333vw 1.2vw;
	line-height: 1.4;
	position: relative;
	letter-spacing: -0.4vw;
}

.l .Lead p {
	font-size: 2.8rem;
	line-height: 1.6;
	padding: 0 0 34px;
	letter-spacing: normal;
}

.lead_sale li:last-child p {
	padding: 0;
}


.lead_sale {
	background: rgba(255, 255, 255, 1);
	color: rgba(0, 0, 0, 1);
	padding: 9vw 0 6.13vw;
	border-radius: 24px;
	border: 1px solid rgba(225, 70, 42, 1);
	text-align: center;
	position: relative;
}

.l .lead_sale {
	padding: 60px 0 45px;
}



.LeadSaleTitle {
	font-size: 3.73vw;
	font-weight: 700;
	display: inline-block;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(225, 70, 42, 1);
	padding: 1.3333vw 9.3333vw;
	border-radius: 50px;
	position: absolute;
	top: -4vw;
	left: 50%;
	transform: translateX(-50%);
}

.l .LeadSaleTitle {
	font-size: 2.8rem;
	padding: 10px 108px;
	top: -40px;
}

.lead_sale p {
	font-size: 3.2vw;
}

.lead_sale p span {
	font-size: 3.73vw;
	color: rgba(225, 70, 42, 1);
}


.lead_sale_tab {
	width: 18.66vw;
	margin: 0 auto;
}

.l .lead_sale_tab {
	width: 79px;
	margin: 0 auto;
}

.lead_copy {
	max-width: 84.666vw;
	margin: 0 auto;
	padding: 3.3333vw 1.2vw 5.33vw;
}

.l .lead_copy {
	padding: 45px 0 34px;
	max-width: 944px;
}

.LeadBgList {
	font-size: 2.4vw;
	font-weight: 500;
	line-height: 1.8;

}

.LeadBgListArea {
	display: grid;
	justify-content: center;
}

.l .LeadBgList {
	font-size: 1.4rem;
}

.LeadBgList li {
	text-indent: -1em;
	padding-left: 1em;
}

.l .LeadBgList li {
	text-indent: 0;
	padding-left: 0;
	display: inline;
}

.LeadAnchorList {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.6vw;
	padding-top: 6.4vw;
	position: absolute;
	bottom: 2%;
}

.l .LeadAnchorList {
	gap: 20px;
	padding-top: 70px;
}

.LeadAnchorList.fixed {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 3.2vw 4vw;
	bottom: auto;
}

.l .LeadAnchorList.fixed {
	padding: 20px 0;
}

.LeadAnchorList.stop {
	position: absolute;
	bottom: 0;
	top: auto;
}

.LeadAnchorList li {
	width: 29.3333vw;
}

.l .LeadAnchorList li {
	max-width: 200px;
}

/* ================================
        BargainFirst
================================ */
.BargainFirstBg {
	padding-bottom: 18.13331vw;
}

.l .BargainFirstBg {
	padding-bottom: 120px;
}

.BargainFirstBg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	aspect-ratio: 750 / 142;
	background: url(../img/section-ornament.png) 0 no-repeat;
	background-size: 100%;
}

.l .BargainFirstBg:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	aspect-ratio: 960 / 140;
	background: url(../img/section-ornament-pc.png) 0 no-repeat;
	max-width: 960px;
	background-size: 100%;
}

.BargainFirstBgArea {
	padding: 25.3333vw 4vw 0 4vw;
}

.l .BargainFirstBgArea {
	padding: 180px 20px 0 20px;
}

.BargainFirst h2 {
	max-width: 86.4vw;
	margin: 0 auto;
	padding-bottom: 0;
}

.l .BargainFirst h2 {
	max-width: 635px;
	padding-bottom: 40px;
}

.BargainFirstTitle {
	max-width: 92.266vw;
	margin: 0 auto;
	padding-bottom: 8.53333vw;
}

.l .BargainFirstTitle {
	max-width: 679px;
	padding-bottom: 50px;
}

.BargainFirstSub {
	max-width: 91.4666vw;
	margin: 0 auto;
	padding-bottom: 14.6666vw;
}

.l .BargainFirstSub {
	max-width: 672px;
	padding-bottom: 100px
}

.BargainFirstItemWrap {
	position: relative;
	border: solid 0.6vw transparent;
	background:
		linear-gradient(to right, rgba(255, 253, 202, 1), rgba(232, 200, 130, 1)) border-box,
		padding-box;
	position: relative;
	margin-bottom: 7.1999vw;
}

.l .BargainFirstItemWrap {
	border: solid 4px transparent;
	margin-bottom: 70px;
}

.BargainFirst .BargainFirstItemWrap._first {
	margin-bottom: 14vw;
}

.l .BargainFirst .BargainFirstItemWrap._first {
	margin-bottom: 150px;
}

.BargainFirstItemTitle {
	max-width: 52.8vw;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-7vw);
}

.l .BargainFirstItemTitle {
	max-width: 358px;
	transform: translateY(-42%);
}


.BargainFirstItemCopy {
	max-width: 81.06666vw;
	margin: auto;
}

.l .BargainFirstItemCopy {
	max-width: 358px;

}


.BargainFirstFoodarea {
	background: url(../img/b1-item-food-bg.png) center no-repeat;
	background-size: cover;
	margin: 0;
	width: 100%;
	border: 1.2vw solid rgba(36, 36, 36, 1);
	padding: 9.8666vw 0;
}

.l .BargainFirstFoodarea {
	border: 8px solid rgba(36, 36, 36, 1);
	padding: 80px 0;
}


.BargainFirstFoodarea .CommonBtnStore,
.BargainFirstGreen .CommonBtnStore {
	padding-top: 7.333vw;
}

.BargainFirstFoodarea .CommonBtnStore,
.BargainFirstGreen .CommonBtnStore {
	padding-top: 40px;
}


.BargainFirstFoodList {
	padding: 0 4.6666vw;
}

.l .BargainFirstFoodList {
	padding: 0 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}

.BargainFirstFoodList li {
	position: relative;
	padding-bottom: 5.0666vw;
}

.l .BargainFirstFoodList li {
	padding-bottom: 0;
}

.l .BargainFirstFoodList li:not(:nth-of-type(1)),
.l .BargainFirstFoodList li:not(:nth-of-type(2)),
.l .BargainFirstFoodList li:not(:nth-of-type(4)),
.l .BargainFirstFoodList li:not(:nth-of-type(5)) {
	width: 50%;
}

.l .BargainFirstFoodList li:nth-of-type(1)::after,
.l .BargainFirstFoodList li:nth-of-type(2)::after,
.l .BargainFirstFoodList li:nth-of-type(4)::after,
.l .BargainFirstFoodList li:nth-of-type(5)::after {
	display: none;
	background: none;
}

.BargainFirstFoodList li:nth-of-type(1)::after,
.BargainFirstFoodList li:nth-of-type(2)::after,
.BargainFirstFoodList li:nth-of-type(4)::after,
.BargainFirstFoodList li:nth-of-type(5)::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	aspect-ratio: 771 / 3;
	max-width: 771px;
	background: url(../img/item-line.png) 0 no-repeat;
	background-size: 100%;
}


.l .BargainFirstFoodList li:nth-of-type(3),
.l .BargainFirstFoodList li:nth-of-type(4),
.l .BargainFirstFoodList li:nth-of-type(5),
.l .BargainFirstFoodList li:nth-of-type(6),
.l .BargainFirstFoodList li:nth-of-type(7),
.l .BargainFirstFoodList li:nth-of-type(8) {
	width: 100%;
}

.BargainFirstFoodList li:nth-of-type(7) {
	padding-bottom: 0;
}


.l .BargainFirstFoodList li:nth-of-type(1)::after {
	content: "";
	position: absolute;
	top: 10%;
	right: 0;
	width: 3px;
	height: 393px;
	margin: auto 0 auto auto;
	background: url(../img/item-line-vertical.png) no-repeat right top;
	background-size: contain;
	display: block;
}

/* .l .BargainFirstFoodList li:nth-of-type(4)::after {
	content: "";
	position: absolute;
	top: 15%;
	right: 0;
	width: 3px;
	height: 393px;
	margin: auto 0 auto auto;
	background: url(../img/item-line-vertical.png) no-repeat right top;
	background-size: contain;
	display: block;
} */

.BargainFirstFoodList li span {
	position: relative;
	padding-bottom: 5.0666vw;
}

.l .BargainFirstFoodList li span {
	position: relative;
	padding-bottom: 50px;
}

.l .BargainFirstFoodList li:nth-of-type(1) span {
	max-width: 283px;
	margin: 0 auto;
	padding-bottom: 0;
}

.BargainFirstFoodList li:nth-of-type(2) span {
	padding-bottom: 6.6666vw;
}

.l .BargainFirstFoodList li:nth-of-type(2) span {
	max-width: 259px;
	margin: 0 auto;
	padding-bottom: 50px;
}

/* .l .BargainFirstFoodList li:nth-of-type(4) span {
	max-width: 433px;
	padding-top: 50px;
	padding-bottom: 42px;
	margin-left: -45px;
	padding-right: 20px
} */

/* .l .BargainFirstFoodList li:nth-of-type(5) span {
	max-width: 452px;
	padding-top: 50px;
	padding-bottom: 42px;
	margin-right: -64px;
	padding-left: 20px;
	transform: translateY(4.3%);

} */

.l .BargainFirstFoodList li:nth-of-type(4) span {
	max-width: 720px;
	margin: 0 auto;
	padding-top: 42px;
}

.l .BargainFirstFoodList li:nth-of-type(6) span {
	max-width: 720px;
	margin: 0 auto;
	padding-top: 42px;
}

.l .BargainFirstFoodList li:nth-of-type(8) span {
	max-width: 720px;
	margin: 0 auto;
	padding-top: 42px;
}


.BargainBird {
	position: relative;
}

/* .BargainBird::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	aspect-ratio: 105 / 147;
	max-width: 14vw;
	background: url(../img/icon-bird.png) 0 no-repeat;
	background-size: 100%;
	transform: translate(0vw, -4.7vw);
} */

/* .l .BargainBird::after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	width: 100%;
	aspect-ratio: 188 / 264;
	max-width: 94px;
	background: url(../img/icon-bird.png) 0 no-repeat;
	background-size: 100%;
	transform: translate(0%, -36.7%);
} */


/* 7Premium
----------------------- */
.BargainFirstPremiumarea {
	background: url(../img/b1-item-food-bg.png) center no-repeat;
	background-size: cover;
	margin: 0;
	width: 100%;
	border: 1.2vw solid rgba(36, 36, 36, 1);
	/* padding: 9.8666vw 0 0; */

}

.l .BargainFirstPremiumarea {
	border: 8px solid rgba(36, 36, 36, 1);
}

.BargainFirstPremiumarea_Wrap {
	border: 1.3333vw solid transparent;
	border-image: linear-gradient(130deg, #f5c23e, #f9f4bf, #f5c23e) 1;
}

.l .BargainFirstPremiumarea_Wrap {
	border: 10px solid transparent;
	border-image: linear-gradient(130deg, #f5c23e, #f9f4bf, #f5c23e) 1;
}


.l .BargainFirstPriceList li:nth-of-type(1) {
	width: 100%;
	background: linear-gradient(130deg, #f5c23e, #f9f4bf, #f5c23e);
	padding: 40px 0;
}

.l .BargainFirstPriceList li:nth-of-type(1) span {
	max-width: 699px;
	margin: 0 auto;
}

.l .BargainFirstPriceList li:nth-of-type(2) {
	width: 100%;
	background-color: rgba(35, 24, 21, 1);
	padding: 20px 0;
}

.l .BargainFirstPriceList li:nth-of-type(2) span {
	max-width: 491px;
	display: block;
	margin: 0 auto;
}

.BargainFirstPriceList li:nth-of-type(3) {
	padding: 6.6666vw 3.7333vw 7.3333vw 3.7333vw;
}

.l .BargainFirstPriceList li:nth-of-type(3) {
	padding: 40px 80px 68px 80px;
}



.BargainFirstPricePack {
	max-width: 82.6666vw;
	padding-bottom: 4.8vw;
	margin: 0 auto;
}

.l .BargainFirstPricePack {
	max-width: 450px;
	padding-bottom: 40px;
}

.BargainFirstPriceBorder {
	position: relative;
	padding-bottom: 4.8vw;
}

.l .BargainFirstPriceBorder {
	padding-bottom: 30px;
}

.BargainFirstPricePack ::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 100%;
	margin: auto;
	width: 100%;
	aspect-ratio: 771 / 3;
	max-width: 771px;
	background: url(../img/item-line.png) 0 no-repeat;
	background-size: 100%;
}

.BargainFirstPriceBorder p {
	max-width: 87.2vw;
	margin: 0 auto;
	position: relative;

}

.l .BargainFirstPriceBorder p {
	max-width: 670px;
	padding-bottom: 0;
}

.BargainFirstPriceList li:nth-of-type(3) p:nth-of-type(2) {
	max-width: 82.6666vw;
	margin: 0 auto;
}

.l .BargainFirstPriceList li:nth-of-type(3) p:nth-of-type(2) {
	max-width: 450px;
	padding-top: 50px;
}


.CommonBtnArea {
	width: 100%;
}

.l .BargainFirstGoldArea .CommonBtnStore {
	padding-top: 40px;
	padding-bottom: 68px;
}


/* GreenList
----------------------- */
.BargainFirstGreen {
	/* border: 1.3333vw solid rgba(0, 153, 68, 1); */
	padding: 9.8666vw 2.66666vw
}

.l .BargainFirstGreen {
	/* border: 10px solid rgba(0, 153, 68, 1); */
	padding: 80px 0;
}

.BargainFirstGreenList {
	/* border: 1.3333vw solid rgba(0, 153, 68, 1); */
	padding: 4.2666vw 2.66666vw 6.6666vw 2.66666vw;
}

.l .BargainFirstGreenList {
	/* border: 10px solid rgba(0, 153, 68, 1); */
	padding: 30px 75px;
}

.BargainFirstGreenList._yellow {
	padding: 0;
}

.BargainFirstGreenList li {
	position: relative;
}

.BargainFirstGreenList li:nth-of-type(1) div {
	max-width: 83.6vw;
	margin: 0 auto;
	padding-bottom: 4vw;
}

.l .BargainFirstGreenList li:nth-of-type(1) div {
	max-width: 627px;
	padding-bottom: 30px;
}

.BargainFirstGreenList li:nth-of-type(1) p {
	max-width: 84vw;
}

.l .BargainFirstGreenList li:nth-of-type(1) p {
	/* max-width: 500px; */
	margin: 0 auto;
}

.BargainFirstGreenList li:nth-of-type(2) {
	padding-top: 5.066vw;
	text-align: center;
}

.l .BargainFirstGreenList li:nth-of-type(2) {
	padding-top: 0;
}

.BargainFirstGreenList li:nth-of-type(2):after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin: auto;
	width: 100%;
	aspect-ratio: 771 / 3;
	max-width: 771px;
	background: url(../img/item-line.png) 0 no-repeat;
	background-size: 100%;
}

.BargainFirstGreenList li:nth-of-type(2) img {
	max-width: 81.4666vw;
	margin: 0 auto;
	padding-bottom: 4.8vw;
}

.l .BargainFirstGreenList li:nth-of-type(2) img {
	max-width: 463px;
	padding-top: 30px;
	padding-bottom: 40px;
}

/* RedList
----------------------- */
.BargainFirstRedList {
	/* border: 1.3333vw solid rgba(230, 0, 18, 1); */
	padding: 4.2666vw 2.66666vw 6.6666vw 2.66666vw;
}

.l .BargainFirstRedList {
	/* border: 10px solid rgba(230, 0, 18, 1); */
	padding: 30px 75px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

.BargainFirstRedList li {
	position: relative
}

.l .BargainFirstRedList li:nth-of-type(1),
.l .BargainFirstRedList li:nth-of-type(2) {
	width: 50%;
}

.l .BargainFirstRedList li:nth-of-type(3) {
	width: 100%;
}

.BargainFirstRedList li:nth-of-type(1) div {
	max-width: 52.8vw;
	margin: 0 auto;
	padding-bottom: 4vw;
}

.l .BargainFirstRedList li:nth-of-type(1) div {
	max-width: 339px;
	margin-left: 0;
	padding-bottom: 30px;
}

.BargainFirstRedList li:nth-of-type(1) p {
	max-width: 63.46666vw;
	padding-bottom: 4.8vw;
	margin: 0 auto;
}

.l .BargainFirstRedList li:nth-of-type(1) p {
	max-width: 320px;
	padding-bottom: 0;
}

.BargainFirstRedList li:nth-of-type(2) div {
	max-width: 52.8vw;
	margin: 0 auto;
	padding-bottom: 4vw;
}

.l .BargainFirstRedList li:nth-of-type(2) div {
	max-width: 342px;
	padding: 28px 0;
	transform: translateX(6%);
}

.BargainFirstRedList li:nth-of-type(2) p {
	max-width: 26.53333vw;
	margin: 0 auto;
}

.l .BargainFirstRedList li:nth-of-type(2) p {
	max-width: 136px;
	margin: 0 auto;
	padding-bottom: 0;
	transform: translateX(20%);
}

.BargainFirstRedList li:nth-of-type(3) {
	padding-top: 5.066vw;
	text-align: center;
}

.l .BargainFirstRedList li:nth-of-type(3) {
	padding-top: 0;
}

.BargainFirstRedList li:nth-of-type(3):after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	aspect-ratio: 771 / 3;
	max-width: 771px;
	background: url(../img/item-line.png) 0 no-repeat;
	background-size: 100%;
	top: 100%;
}

.BargainFirstRedList li:nth-of-type(3) img {
	max-width: 78.13333vw;
	margin: 0 auto;
	/* padding-top: 5.066vw; */
	padding-bottom: 4.8vw;

}

.l .BargainFirstRedList li:nth-of-type(3) img {
	max-width: 412px;
	padding-top: 30px;
	padding-bottom: 40px;
}

/* OrangeList
----------------------- */
.BargainFirstOrangeList {
	/* border: 1.3333vw solid rgba(234, 85, 4, 1); */
	padding: 4.2666vw 2.66666vw 6.6666vw 2.66666vw;
}

.l .BargainFirstOrangeList {
	/* border: 10px solid rgba(234, 85, 4, 1); */
	padding: 30px 75px;
}

.BargainFirstOrangeList li {
	position: relative
}

.BargainFirstOrangeList li:nth-of-type(1) div {
	max-width: 83.6vw;
	margin: 0 auto;
	padding-bottom: 4vw;
}

.l .BargainFirstOrangeList li:nth-of-type(1) div {
	max-width: 600px;
	padding-bottom: 30px;
}

.BargainFirstOrangeList li:nth-of-type(1) p {
	max-width: 63.46666vw;
	margin: 0 auto;
}

.l .BargainFirstOrangeList li:nth-of-type(1) p {
	max-width: 324px;
	margin: 0 auto;
}

.BargainFirstOrangeList li:nth-of-type(2) {
	padding-top: 5.066vw;
	text-align: center;
}

.l .BargainFirstOrangeList li:nth-of-type(2) {
	padding-top: 0;
}

/* .BargainFirstOrangeList li:nth-of-type(2):after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	aspect-ratio: 771/ 3;
	max-width: 771px;
	background: url(../img/item-line.png) 0 no-repeat;
	background-size: 100%;
} */

.BargainFirstOrangeList li:nth-of-type(2) img {
	max-width: 81.2vw;
	margin: 0 auto;
	/* padding-top: 5.066vw; */
	padding-bottom: 4.8vw;
}

.l .BargainFirstOrangeList li:nth-of-type(2) img {
	max-width: 417px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.BargainFirstFashionArea {
	background: url(../img/b1-item-fashion-bg.png) center no-repeat;
	background-size: cover;
	margin: 0;
	width: 100%;
	border: 1.2vw solid rgba(36, 36, 36, 1);
	padding-bottom: 9.8666vw;

}

.l .BargainFirstFashionArea {
	border: 8px solid rgba(36, 36, 36, 1);
	padding-bottom: 80px;
}

.BargainFirstFashionArea .CommonBtnStore,
.CommonBtnArea .CommonBtnStore {
	padding-top: 7.333vw;
}

.l .BargainFirstFashionArea .CommonBtnStore,
.CommonBtnArea .CommonBtnStore {
	padding-top: 40px;
}


.BargainFirstFashionDiscount {
	border: 1.3333vw solid rgba(225, 70, 42, 1);
	padding-top: 5.3333vw;
	background-color: rgba(51, 51, 51, 1);
	background-image: radial-gradient(circle, rgba(72, 72, 72, 1) 2px, transparent 2px), radial-gradient(circle, rgba(72, 72, 72, 1) 2px, transparent 2px);
	background-position: 0 0, 11px 22px;
	background-size: 22px 44px;
}

.l .BargainFirstFashionDiscount {
	border: 10px solid rgba(225, 70, 42, 1);
	padding-top: 70px;
}

.BargainFirstFashionDiscount ul li {
	position: relative;
}

.BargainFirstFashionDiscount ul li:nth-of-type(1) {
	padding-bottom: 5.066vw;
	position: relative;
}

.l .BargainFirstFashionDiscount ul li:nth-of-type(1) {
	padding-bottom: 40px;
	position: relative;
}

.BargainFirstFashionDiscount ul li:nth-of-type(1) span {
	padding-bottom: 5.066vw;
	width: 95%;
	margin: 0 auto;
}

.l .BargainFirstFashionDiscount ul li:nth-of-type(1) span {
	max-width: 606px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.BargainFirstFashionDiscount ul li:nth-of-type(1)::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(100% - 4.8vw);
	aspect-ratio: 771/ 3;
	max-width: 771px;
	background: url(../img/item-line.png) 0 no-repeat;
	background-size: 100%;
}

.l .BargainFirstFashionDiscount ul li:nth-of-type(1)::after {
	width: 100%;
}

.BargainFirstFashionDiscount ul li:nth-of-type(2) {
	padding-bottom: 16vw;
	width: 95%;
	margin: 0 auto;
}

.l .BargainFirstFashionDiscount ul li:nth-of-type(2) {
	padding-bottom: 100px
}

.l .BargainFirstFashionDiscount ul li:nth-of-type(2) span {
	max-width: 615px;
	margin: 0 auto;
}

.BargainFirstFashionDiscount ul li:nth-of-type(3) {
	padding: 0 2.66666vw 2.66666vw 2.66666vw;
}

.l .BargainFirstFashionDiscount ul li:nth-of-type(3) {
	padding: 0 20px 20px 20px;
}

.BargainFirstAppArea {
	background-color: rgba(225, 70, 42, 1);
	padding: 0 2.66666vw 4.8vw 2.66666vw;
}

.l .BargainFirstAppArea {
	padding-bottom: 0 5px 20px 5px;
}


.BargainFirstApp {
	max-width: 81.466vw;
	margin: 0 auto;

}

.l .BargainFirstApp {
	max-width: 779px;
}

.BargainFirstApp img {
	transform: translateY(-10vw);
}

.l .BargainFirstApp img {
	transform: translateY(-16%);
}

.BargainFirstNote {
	font-size: 3.2vw;
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
	line-height: 1.3;
	padding-top: 4vw;
	margin-top: -10vw;
	text-align: left;
	display: flex;
	justify-content: center;
}

.l .BargainFirstNote {
	font-size: 1.8rem;
	padding-top: 0;
	line-height: 1.6;
	margin-top: -4%;
	text-align: center;
}

.BargainFirstFashionStandard {
	padding: 3.3vw 2.8vw 0 2.8vw;
	margin-top: 8vw;
	display: block;
	position: relative;
}

.l .BargainFirstFashionStandard {
	padding: 60px 65px 0;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*
.BargainFirstFashionStandard::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	aspect-ratio: 771/ 3;
	max-width: calc(100% - 5.6vw);
	background: url(../img/item-line.png) 0 no-repeat;
	background-size: 100%;
} */

.l .BargainFirstFashionStandard::before {
	content: "";
	max-width: 771px;
}


.BargainFirstFashionStandard li {
	position: relative;
}

.BargainFirstFashionStandard li:not(:last-child) {
	padding-bottom: 5.066vw;
	margin-bottom: 5.066vw;
}

.l .BargainFirstFashionStandard li:not(:last-child) {
	padding-bottom: 0;
	margin-bottom: 40px;
	width: 50%
}

.BargainFirstFashionStandard li:not(:last-child):after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	aspect-ratio: 771/ 3;
	max-width: 771px;
	background: url(../img/item-line.png) 0 no-repeat;
	background-size: 100%;
}

.l .BargainFirstFashionStandard li:not(:last-child):after {
	display: none
}

.l .BargainFirstFashionStandard li:nth-of-type(1)::after {
	content: "";
	position: absolute;
	top: 0;
	right: 1%;
	width: 3px;
	height: 390px;
	margin: auto 0 auto auto;
	background: url(../img/item-line-vertical.png) no-repeat right top;
	background-size: contain;
	display: block;
}

.l .BargainFirstFashionStandard li:nth-of-type(1) span {
	max-width: 422px;
	margin-right: auto;
	padding-right: 10px
}

.l .BargainFirstFashionStandard li:nth-of-type(2) span {
	max-width: 393.5px;
	margin-left: auto;
	padding-left: 10px;
	transform: translateY(-4%)
}

.l .BargainFirstFashionStandard li:nth-of-type(3) span {
	max-width: 687px;
	margin: 0 auto;
	padding-top: 50px;
}

.BargainFirstFashionStandard li:last-child {
	padding-bottom: 0;
	width: 100%;
}

.l .BargainFirstFashionStandard li:last-child:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	aspect-ratio: 771/ 3;
	max-width: 771px;
	background: url(../img/item-line.png) 0 no-repeat;
	background-size: 100%;
}


.BargainElephant {
	position: relative;
}

.BargainElephant:after {
	content: "";
	position: absolute;
	top: -29px;
	left: -11px;
	width: 100%;
	aspect-ratio: 132/ 163;
	max-width: 17.599vw;
	background: url(../img/icon-elephant.png) 0 no-repeat;
	background-size: 100%;
	transform: translate(5vw, 1.3vw);
}

.l .BargainElephant:after {
	display: none
}

.BargainElephantPc {
	padding-bottom: 6.6666vw;
}

.l .BargainElephantPc {
	position: relative;
	padding-bottom: 50px;
}

.l .BargainElephantPc:after {
	content: "";
	position: absolute;
	top: 105%;
	right: 0;
	width: 100%;
	max-width: 118px;
	aspect-ratio: 118 / 147;
	background: url(../img/icon-elephant.png) 0 no-repeat;
	background-size: 100%;
	transform: translate(0, -50%);
}

.BargainFirstSpecialTitle {
	max-width: 63.8666vw;
	margin: 0 auto;
	padding-bottom: 2.1333vw;
}

.l .BargainFirstSpecialTitle {
	max-width: 470px;
	padding-bottom: 20px;
}

.BargainFirst h4 {
	max-width: 71.866vw;
	margin: 0 auto;
	padding-bottom: 5.3333vw;
}

.l .BargainFirst h4 {
	max-width: 600px;
	padding-bottom: 30px;
}

/* ================================
        BargainSecond
================================ */
.BargainSecondBg {
	padding-bottom: 28.467vw;
}

.l .BargainSecondBg {
	padding-bottom: 160px;
}

.BargainSecondBgArea {
	padding: 0 4vw;
}

.l .BargainSecondBgArea {
	padding: 0 20px;
}

.BargainSecond h2 {
	max-width: 92.2666vw;
	margin: 0 auto;
	padding-bottom: 6vw;
}

.l .BargainSecond h2 {
	max-width: 679px;
	padding-bottom: 50px;
	margin-top: 0;
}

.BargainSecond h2 img {
	margin-top: -8vw;
}

.l .BargainSecond h2 img {
	margin-top: -50px;
}

.BargainSecond h3 {
	max-width: 73.333vw;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 12.8vw;
}

.l .BargainSecond h3 {
	max-width: 540px;
	padding-bottom: 90px;
}

.BargainSecondItemWrap {
	position: relative;
	border: solid 0.6vw transparent;
	background:
		linear-gradient(to right, rgba(255, 253, 202, 1), rgba(232, 200, 130, 1)) border-box,
		padding-box;
	position: relative;
	margin-bottom: 7.1999vw;
}

.l .BargainSecondItemWrap {
	position: relative;
	border: solid 4px transparent;
	margin-bottom: 0;
}

.BargainSecondItemTitle {
	max-width: 71.866vw;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-6.5vw);
}

.l .BargainSecondItemTitle {
	max-width: 529px;
	transform: translateY(-46px);
}

.BargainSecondItemArea {
	background: url(../img/b2-item-bg.png) center no-repeat;
	background-size: cover;
	margin: 0;
	width: 100%;
	border: 1.2vw solid rgba(36, 36, 36, 1);
	padding: 9.8666vw 4.6666vw;
}

.l .BargainSecondItemArea {
	border: 8px solid rgba(36, 36, 36, 1);
	padding: 65px 80px;
}


.l .BargainSecondItemArea .CommonBtnStore {
	padding-top: 40px;
}



.BargainSecondItemArea ul li {
	position: relative;
}

.BargainSecondItemArea ul li:not(:last-child) {
	padding-bottom: 5.066vw;
}

.l .BargainSecondItemArea ul li:not(:last-child) {
	padding-bottom: 0;
	margin-bottom: 40px;
}

.BargainSecondItemArea ul li:not(:last-child):after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	aspect-ratio: 771/ 3;
	max-width: 771px;
	background: url(../img/item-line.png) 0 no-repeat;
	background-size: 100%;
}

.BargainSecondItemArea ul li:not(:last-child) span {
	margin-bottom: 5.066vw;
}

.l .BargainSecondItemArea ul li:not(:last-child) span {
	margin-bottom: 0;
}

.BargainSecondItemArea ul li:nth-of-type(1) span {
	max-width: 69.466vw;
	margin: 0 auto;
	margin-bottom: 5.066vw;
}

.l .BargainSecondItemArea ul li:nth-of-type(1) span {
	max-width: 799px;
	margin-right: -23px;
	transform: translateX(43px);
	padding-bottom: 25px
}

.BargainSecondItemArea ul li:nth-of-type(2) span {
	max-width: 69.466vw;
	margin: 0 auto;
	margin-bottom: 5.066vw;
}

.l .BargainSecondItemArea ul li:nth-of-type(2) span {
	max-width: 793px;
	margin-right: -17px;
	transform: translateX(35px);
	padding-bottom: 25px
}

.BargainSecondItemArea ul li:nth-of-type(3) span {
	max-width: 70.666vw;
	margin: 0 auto;
	padding-bottom: 6.6666vw;
}

.l .BargainSecondItemArea ul li:nth-of-type(3) span {
	max-width: 789px;
	margin-right: -13px;
	transform: translateX(40px);
	padding-bottom: 60px;
}

.BargainSecondItemArea ul li:last-child {
	padding-bottom: 0;
}

.BargainBeaver {
	position: relative;
}

/*
.BargainBeaver:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	aspect-ratio: 162/ 194;
	max-width: 21.6vw;
	background: url(../img/icon-beaver.png) 0 no-repeat;
	background-size: 100%;
	transform: translate(0vw, 5.06vw);
} */

.l .BargainBeaver:after {
	position: absolute;
	top: 0;
	left: 0;
	aspect-ratio: 146/ 175;
	max-width: 146px;
	transform: translate(-48%, -86%);
}

.BargainSecondSpecialTitle {
	max-width: 63.8666vw;
	margin: 0 auto;
	padding-bottom: 2.1333vw;
}

/* ================================
        Sale
================================ */
.Sale {
	border-bottom: 1vw solid;
	border-image: linear-gradient(to right,
			rgba(248, 226, 151, 1) 10%,
			rgba(249, 244, 191, 1) 50%,
			rgba(245, 194, 62, 1) 100%) 1;
}

.l .Sale {
	border-bottom: 4px solid;
}

.Sale h2 {
	max-width: 92.2666vw;
	margin: 0 auto;
	padding-bottom: 3.3333vw;
	margin-top: -10vw;
}

.l .Sale h2 {
	max-width: 679px;
	padding-bottom: 50px;
	margin-top: 0;
}

.Sale h2 img {
	margin-top: -4vw;
}

.l .Sale h2 img {
	margin-top: -20px;
}

.Sale h3 {
	max-width: 91.6vw;
	margin: 0 auto;
	padding-bottom: 2.2666vw;
}

.l .Sale h3 {
	max-width: 674px;
	padding-bottom: 20px;
}

.Sale h4 {
	max-width: 73.333vw;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 7.0666vw;
}

.l .Sale h4 {
	max-width: 540px;
	padding-bottom: 50px;
}

.SaleBg {
	padding: 0 4vw 13.066vw 4vw;
}

.l .SaleBg {
	padding: 0 20px 120px 20px;
}

.SaleItemWrap {
	position: relative;
	border: solid 0.6vw transparent;
	background:
		linear-gradient(to right, rgba(255, 253, 202, 1), rgba(232, 200, 130, 1)) border-box,
		padding-box;
	position: relative;
}

.l .SaleItemWrap {
	border: solid 4px transparent;
}

.SaleItemArea {
	background: url(../img/sale-item-bg.png) center no-repeat;
	background-size: cover;
	margin: 0;
	width: 100%;
	border: 1.2vw solid rgba(36, 36, 36, 1);
}

.l .SaleItemArea {
	border: 8px solid rgba(36, 36, 36, 1);
}

.SaleItemArea li:nth-of-type(1) {
	position: relative;
}

/* .SaleItemArea li:nth-of-type(1):before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	aspect-ratio: 194 / 160;
	max-width: 25.8666vw;
	background: url(../img/icon-seal.png) 0 no-repeat;
	background-size: 100%;
	transform: translate(-2.2vw, 0);
}

.l .SaleItemArea li:nth-of-type(1):before {
	aspect-ratio: 174 / 143;
	max-width: 174px;
	transform: translate(-15%, -25%);
} */

.SaleItemArea li:not(:last-child) {
	padding-bottom: 13.333vw;
}

.l .SaleItemArea li:not(:last-child) {
	padding-bottom: 60px;
}

.SaleItemArea li:last-child {
	padding-bottom: 9.8666vw;
}

.l .SaleItemArea li:last-child {
	padding-bottom: 68px;
}

/* ================================
        Campaign
================================ */

.l .Campaign a:hover img {
	opacity: 0.7 !important;
}

.CampaignBg {
	padding: 24.8vw 0 12vw;
}

.l .CampaignBg {
	padding: 180px 0 120px;
}

.CampaignBg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	aspect-ratio: 750 / 142;
	background: url(../img/section-ornament.png) 0 no-repeat;
	background-size: 100%;
	z-index: 0;
}

.l .CampaignBg:before {
	position: absolute;
	;
	left: 0;
	right: 0;
	margin: auto;
	aspect-ratio: 960 / 140;
	background: url(../img/section-ornament-pc.png) 0 no-repeat;
	max-width: 960px;
	background-size: 100%;
}

.CollabArea h2 {
	max-width: 91.866vw;
	margin: 0 auto;
	margin-top: 24vw;
	padding-bottom: 7.333vw;
}

.l .CollabArea h2 {
	max-width: 676px;
	margin: 0 auto;
	margin-top: 200px;
	padding-bottom: 40px;
}

.CollabBanner {
	max-width: 92vw;
	margin: 0 auto;
	padding-bottom: 12.533vw;
}

.l .CollabBanner {
	padding-bottom: 60px;
}

.CampaignArea {
	position: relative;
	overflow: visible;
}

.CampaignArea:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	margin: auto;
	width: 100%;
	aspect-ratio: 750 / 142;
	background: url(../img/section-ornament-collab.png) 0 no-repeat;
	background-size: 100%;
	pointer-events: none;
}

.l .CampaignArea:after {
	aspect-ratio: 960 / 140;
	background: url(../img/section-ornament-pc.png) 0 no-repeat;
	background-size: 100%;
}

.CampaignArea h2 {
	max-width: 81.46vw;
	margin: 0 auto;
	padding-bottom: 7.333vw;
}

.l .CampaignArea h2 {
	max-width: 599px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.CampaignArea h2 img {
	transform: translateX(5vw);
}

.l .CampaignArea h2 img {
	transform: translateX(8%);
}

.CampaignBanner {
	max-width: 92vw;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.CampaignBtnArea li:not(:nth-child(3)) {
	max-width: 92.133vw;
	margin: 0 auto;
	padding-bottom: 3.8666vw;
}

.l .CampaignBtnArea li:not(:nth-child(3)) {
	max-width: 520px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.CampaignBtnArea li:nth-of-type(3) {
	max-width: 93.2vw;
	margin: 0 auto;
	padding-bottom: 0;
}

.l .CampaignBtnArea li:nth-of-type(3) {
	max-width: 526.5px;
}

.CampaignBtnArea li a {
	display: block;
}

/* ================================
        Footer
================================ */
.Footer {
	background-color: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 3.2vw;
	text-align: center;
	padding: 10.666vw 0;
	line-height: 1.2;
}

.l .Footer {
	font-size: 2rem;
	padding: 80px 0;
}

.FooterSNS {
	display: flex;
	justify-content: center;
	gap: 1.3333vw;
	padding-bottom: 3.3333vw;
}

.l .FooterSNS {
	gap: 10px;
	padding-bottom: 20px;
}

.FooterSNS li {
	max-width: 7.06666vw;
}

.l .FooterSNS li {
	max-width: 53px;
}
