@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
	--area-color: #FFA10B;
	--area-sbcolor: #FFEEBB;
	--resort-color: #3D83EB;
	--resort-sbcolor: #DFF7F7;
	--station-color: #07B951;
	--station-sbcolor: #DDF7D0;
	--hotspring-color: #FF6658;
	--hotspring-sbcolor: #FFD8C2;
	--weight-regular: 400;
	--weight-medium: 500;
	--weight-bold: 700;
	--weight-extra-bold: 800;
	--weight-black: 900;
}

/* 終了告知文 */
/* .Post {
	font-size: 22px;
	font-weight: 600;
	color: #c00;
	text-align: center;
} */

/* H1 */
 #PageName {
	width: 1024px;
	margin: 10px auto;
	font-weight: 800;
	font-family: "Noto Sans JP", sans-serif;
} 

main {
	font-family: "M PLUS Rounded 1c", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* MV */
.mv__img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
/* MV_end */

.sec-oyado_notice {
	font-size: 17px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: var(--weight-medium);
	text-align: center;
	padding: 32px 0 144px;
}

.sec-oyado_anchor__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 56px;
}

.sec-oyado_anchor__item {
	height: 70px;
}

.sec-oyado_anchor__link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F4F9FB;
	border-radius: 8px;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: var(--weight-extra-bold);
	line-height: 1.3;
	letter-spacing: 0.144em;
	transition: 0.5s;
}

.sec-oyado_anchor__link:hover {
	opacity: 0.5;
}

.sec-oyado_anchor__link-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	translate: -50% -50%;
	display: block;
	width: 18px;
	height: 18px;
	z-index: 2;
}

.sec-oyado_anchor__link-arrow::before {
	content: "";
	position: absolute;
	top: calc(50% + 1px);
	left: 50%;
	translate: -50% -50%;
	display: block;
	width: 8px;
	height: 5px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M1 1L3.7643 3.7643C3.89447 3.89447 4.10553 3.89447 4.2357 3.7643L7 1' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}

.sec-oyado_anchor__link-arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	display: block;
	border-radius: 50%;
	width: 18px;
	height: 18px;
}

.sec-oyado_anchor__area .sec-oyado_anchor__link-arrow::after {
	background-color: var(--area-color);
}

.sec-oyado_anchor__resort .sec-oyado_anchor__link-arrow::after {
	background-color: var(--resort-color);
}

.sec-oyado_anchor__station .sec-oyado_anchor__link-arrow::after {
	background-color: var(--station-color);
}

.sec-oyado_anchor__hotspring .sec-oyado_anchor__link-arrow::after {
	background-color: var(--hotspring-color);
}

.sec-oyado_anchor__list__area {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 10px;
	margin-top: 24px;
}

.sec-oyado_anchor__link__area {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 100px;
	font-size: 15px;
	font-weight: var(--weight-extra-bold);
	color: var(--area-color);
	padding: 10px 20px 10px 10px;
	transition: 0.5s;
}

.sec-oyado_anchor__link__area:hover {
	opacity: 0.5;
}

.sec-oyado_anchor__link__area .sec-oyado_anchor__link-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	translate: -50% -50%;
	display: block;
	width: 16px;
	height: 16px;
	z-index: 2;
}

.sec-oyado_anchor__link__area .sec-oyado_anchor__link-arrow::before {
	content: "";
	position: absolute;
	top: calc(50% + 1px);
	left: 50%;
	translate: -50% -50%;
	display: block;
	width: 8px;
	height: 5px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M1 1L3.7643 3.7643C3.89447 3.89447 4.10553 3.89447 4.2357 3.7643L7 1' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}

.sec-oyado_anchor__link-arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	display: block;
	background-color: var(--area-color);
	border-radius: 50%;
	width: 16px;
	height: 16px;
}

hgroup.sec-hgroup {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 38px;
	font-weight: var(--weight-extra-bold);
	line-height: 1.3;
	text-align: center;
	/* margin-top: -90px; */
}

hgroup.sec-hgroup::before {
	content: "";
	background-image: url(/attending/sw/dp_d/images/icon-head.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 55px;
	height: 55px;
	margin-bottom: 30px;
	z-index: 1;
}

hgroup.sec-hgroup img {
	width: 55px;
	height: 55px;
}

hgroup small {
	font-size: 28px;
}

hgroup .en {
	font-size: 18px;
	font-weight: var(--weight-black);
	line-height: 1.6;
	margin-top: 4px;
}

/* [id^="sec-"]:not(.sec-dp_notice) {
	position: relative;
	background-image: url(/attending/sw/dp_d/images/bg-contents.png);
	background-repeat: repeat;
	background-size: 1300px 900px;
	background-blend-mode: lighten, normal;
	background-color: #fff;
	padding: 50px 0 160px;
	z-index: 1;
}

[id^="sec-"]::after {
	content: "";
	position: absolute;
	top: 50px;
	left: 50%;
	translate: -50% -50%;
	display: block;
	background-image: url(/attending/sw/dp_d/images/bg-contents.png);
	background-repeat: repeat;
	background-size: 1300px 900px;
	background-blend-mode: lighten, normal;
	background-color: #fff;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	z-index: -1;
} */

/* #sec-area {
	background-color: var(--area-sbcolor);
} */

#sec-area .en {
	color: var(--area-color);
}

#sec-area::before,#sec-area::after {
	background-color: var(--area-sbcolor);
}

/* #sec-resort {
	background-color: var(--resort-sbcolor);
} */

#sec-resort .en {
	color: var(--resort-color);
}

#sec-resort::before,#sec-resort::after {
	background-color: var(--resort-sbcolor);
}

/* #sec-station {
	background-color: var(--station-sbcolor);
} */

#sec-station .en {
	color: var(--station-color);
}

#sec-station::before,#sec-station::after {
	background-color: var(--station-sbcolor);
}

#sec-hotspring {
	/* background-color: var(--hotspring-sbcolor); */
	padding-bottom: 80px;
}

#sec-hotspring .en {
	color: var(--hotspring-color);
}

#sec-hotspring::before,#sec-hotspring::after {
	background-color: var(--hotspring-sbcolor);
}

/* ツアー_start */
.sec--tour__swiper-outer__ttl {
	position: relative;
	margin-top: 40px;
	margin-bottom: 16px;
}

.sec--tour__swiper-outer__ttl:not(:first-of-type) {
	margin-top: 64px;
}

.sec--tour__swiper-outer__ttl::before,
.sec--tour__swiper-outer__ttl::after {
	content: "";
	display: block;
	width: 40%;
	height: 50%;
	border-bottom: 4px dotted #D6C1A1;
	position: absolute;
	top: 0;
}

.sec--tour__swiper-outer__ttl::before {
	left: 0;
}

.sec--tour__swiper-outer__ttl::after {
	right: 0;
}

.sec--tour__swiper-outer__ttl__inner {
	display: grid;
	grid-template-columns: 32px 1fr;
	gap: 10px;
	align-items: center;
	width: fit-content;
	margin-inline: auto;
	position: relative;
	padding-inline: 32px;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: .05em;
	text-align: center;
}

.sec--tour__swiper-outer__ttl__inner::before {
	content: "";
	width: 32px;
	height: 32px;
	background: url(/attending/sw/images/ico_area02.svg) no-repeat center/cover;
}

.swiper-container-wrapper {
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	margin-top: 24px;
}

.swiper-container-wrapper__inner {
	overflow: hidden;
}

.swiper-container-wrapper .swiper-slide {
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 2px 10px 0 rgba(101, 83, 69, 0.25);
	width: 260px;
	height: auto;
	margin: 0 0 10px 6px;
	overflow: hidden;
}

.sec--tour__items {
	height: auto;
}

.sec--tour__items__link {
	display: grid;
	height: 100%;
	grid-template-columns: 100%;
	grid-template-rows: auto 1fr;
	border-radius: 16px;
	overflow: hidden;
}

.sec--tour__items__img {
	transition: opacity 0.3s;
}

.sec--tour__items:hover .sec--tour__items__img {
	opacity: 0.7;
}

.sec--tour__items__content {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto 1fr;
	align-items: end;
	gap: 10px;
	background: #fff;
	padding: 12px;
}

.sec--tour__items__dest {
	background: #FFA10B;
	padding: 8px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.03em;
	margin-bottom: 4px;
}

.sec--tour__items__dest span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sec--tour--oversea .sec--tour__items__dest {
	background: #3D83EB;
}

.sec--tour__items__tags {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4px;
	margin-bottom: 6px;
}

.sec--tour__items__tag {
	display: grid;
	place-content: center;
	background: #FFEEBA;
	padding: 8px;
	color: #FB7D00;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.03em;
}

.sec--tour__items__tag span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sec--tour--oversea .sec--tour__items__tag {
	background: #E9F2FF;
	color: #3D83EB;
}

.sec--tour__items__ttl {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 4px;
}

.sec--tour__items__txt {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.sec--tour__items__price {
	color: #DB2100;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: right;
}

.sec--tour__items__price__unit {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.swiper-outer__btn {
	display: block;
	max-width: 600px;
	margin-inline: auto;
	padding-block: 22px;
	padding-inline: 90px;
	border: 4px solid #fff;
	border-radius: 10vh;
	box-shadow: 0 2px 10px rgb(101 83 69/0.35);
	color: #fff;
  	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: opacity 0.3s;
}

.swiper-outer__btn::before {
	content: "";
	display: block;
	mix-blend-mode: plus-lighter;
	position: absolute;
	inset: 0;
	z-index: 0;
}

.swiper-outer__btn::after {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 24px;
	translate: 0 -50%;
	transition: all 0.3s;
}

.swiper-outer__btn:hover {
	opacity: 0.7;
}

.swiper-outer__btn--hotspring {
	background-color: #FF6658;
	margin-top: 32px;
}

.swiper-outer__btn--hotspring::before {
	background: url(/attending/sw/images/bg_travel01.png) repeat-x left center / auto 100%;
}

.swiper-outer__btn--hotspring::after {
	background: url(/attending/sw/oyado/images/arrow-hotspring.svg) no-repeat center left / 25px;
	;
}

.swiper-outer__btn--oaydo {
	max-width: fit-content;
	background-color: #FFA10B;
	margin: 48px auto 0;
}

.swiper-outer__btn--oaydo::before {
	background: url(/attending/sw/images/bg_travel01.png) repeat-x left center / auto 100%;
}

.swiper-outer__btn--oaydo::after {
	background: url(/attending/sw/oyado/images/arrow-oyado.svg) no-repeat center left / 25px;
	;
}

.sec-swiper-items {
	display: grid;
	height: auto;
}

.sec-swiper-items__link {
	display: grid;
	height: 100%;
	grid-template-columns: 100%;
	grid-template-rows: auto 1fr auto;
	gap: 16px;
	background: #fff;
	box-shadow: 0 2px 10px rgb(101 83 69/0.25);
	border-radius: 16px;
	overflow: hidden;
	padding: 16px;
}

.sec-swiper-items__link:hover .sec-swiper-items__img {
	opacity: 0.7;
}

.sec-swiper-items__img {
	max-width: none;
	width: calc(100% + 32px);
	margin: -16px -16px 0;
	transition: opacity 0.3s;
	aspect-ratio: 520/390;
	object-fit: contain;
}

.sec-swiper-items__ttl {
	width: fit-content;
	margin: 0 auto 8px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	position: relative;
}

.sec-swiper-items__ttl::before {
	content: "";
	display: block;
	width: 13px;
	height: 17px;
	position: absolute;
	top: 50%;
	right: calc(100% + 8px);
	translate: 0 -50%;
}

.sec-swiper-items__txt {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

.sec-swiper-items__btn {
	display: block;
	width: 100%;
	padding-block: 8px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: center;
	border-radius: 10vh;
	transition: background-position 0.3s;
	background: url(/attending/sw/images/common_ico04.svg) no-repeat center right 12px/7px 11px;
}

.sec-swiper-items__link:hover .sec-swiper-items__btn {
	background-position: center right 20px;
}

button.sec-swiper-items__btn::after {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
}

.sec-swiper-items__btn {
	background-color: #FF6658;
}
/* ツアー_end */

/* シルバーウィーク旅行を探す_start */
.sec--has-ico {
	padding-block: 50px 160px;
	position: relative;
	margin-top: -90px;
}

.sec--has-ico::before {
	content: "";
	display: block;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50%;
	clip-path: polygon(0 0, 100% 0, 100% 91px, 0 91px);
	background: url(/attending/sw/images/bg_common01.png) repeat top left/240px;
}

.sec--has-ico::after {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 90px);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: url(/attending/sw/images/bg_common01.png) repeat top left/240px;
}

/* sec-ttl-wrapper */
.sec-ttl-wrapper {
	margin-bottom: 40px;
	font-weight: var(--weight-extra-bold);
	font-family: "M PLUS Rounded 1c", sans-serif;
	line-height: 1.3;
	text-align: center;
	position: relative;
}

.sec-ttl-wrapper::before {
	content: "";
	display: block;
	width: 55px;
	height: 55px;
	background: url(/attending/sw/images/common_ico01.svg) no-repeat center/cover;
	margin: 0 auto 25px;
}

.sec-ttl {
	font-size: 38px;
	letter-spacing: 0.08em;
	margin-bottom: 4px;
}

.sec-ttl__small-txt {
	display: block;
	font-size: 28px;
	letter-spacing: 0.08em;
}

.sec-ttl-en {
	color: #8B9CA9;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.15em;
}

.sec--travel {
	padding: 50px 48px 56px;
	margin-top: 90px;
}

.sec--travel::before {
	width: 200px;
	height: 200px;
	background: #F4F9FB;
}

.sec--travel::after {
	height: calc(100% - 60px);
	background: #F4F9FB;
	border-radius: 16px;
}

.sec--travel .sec-ttl-wrapper {
	margin-bottom: 20px;
}

.sec--travel .sec-ttl-wrapper::before {
	width: 40px;
	height: 40px;
	margin-bottom: 15px;
}

.sec--travel .sec-ttl-wrapper::after {
	content: "";
	display: block;
	width: 150px;
	height: 78px;
	background: url(/attending/sw/images/img_travel01.svg) no-repeat center/cover;
	position: absolute;
	right: -58px;
	top: -10px;
}

.sec--travel__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	font-family: "Noto Sans JP", sans-serif;
}

.sec--travel__btn {
	display: flex;
	height: 80px;
	align-items: center;
	border-radius: 10vh;
	border: 4px solid #fff;
	padding-inline: 28px 56px;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-align: center;
	transition: opacity 0.3s;
	box-shadow: 0 4px 10px 0 rgb(0 0 0/0.25);
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
}

.sec--travel__btn::before {
	content: "";
	display: block;
	background: url(/attending/sw/images/bg_travel01.png) repeat-x left center/auto 100%;
	mix-blend-mode: plus-lighter;
	position: absolute;
	inset: 0;
	z-index: 0;
}

.sec--travel__btn--domestic {
	background-color: #FFA10B;
}

.sec--travel__btn--oversea {
	background-color: #3D83EB;
}

.sec--travel__btn--index {
	background-color: #07B951;
	padding-inline: 140px 172px;
}

.sec--travel__btn--domestic::after {
	background: url(/attending/sw/images/ico_travel01.svg) no-repeat center left calc(50% + 1px)/8px;
}

.sec--travel__btn--oversea::after {
	background: url(/attending/sw/images/ico_travel02.svg) no-repeat center left calc(50% + 1px)/8px;
}

.sec--travel__btn--index::after {
	background: url(/attending/sw/images/ico_travel03.svg) no-repeat center left calc(50% + 1px)/8px;
}

.sec--travel__btn::after {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 12px;
	translate: 0 -50%;
	transition: all 0.3s;
}

.sec--travel__btn:hover {
	background: #fff;
}

.sec--travel__btn:hover::after {
	background-image: url(/attending/sw/images/ico_travel04.svg);
}

.sec--travel__btn--domestic:hover {
	border-color: #FFA10B;
	color: #FFA10B;
}

.sec--travel__btn--oversea:hover {
	border-color: #3D83EB;
	color: #3D83EB;
}

.sec--travel__btn--index:hover {
	border-color: #07B951;
	color: #07B951;
}

.sec--travel__btn--domestic:hover::after {
	background-color: #FFA10B;
}

.sec--travel__btn--oversea:hover::after {
	background-color: #3D83EB;
}

.sec--travel__btn--index:hover::after {
	background-color: #07B951;
}

.sec--travel__btn__inner {
	position: relative;
	z-index: 1;
}

.sec--travel__btn--domestic__inner,
.sec--travel__btn--oversea__inner {
	display: flex;
	align-items: center;
}

.sec--travel__btn--domestic__inner::before,
.sec--travel__btn--oversea__inner::before {
	content: "";
	display: block;
	width: 24px;
	margin-right: 8px;
}

.sec--travel__btn--domestic__inner::before {
	height: 26px;
	background: url(/attending/sw/images/ico_travel05.svg) no-repeat center/cover;
}

.sec--travel__btn--domestic:hover .sec--travel__btn--domestic__inner::before {
	background: url(/attending/sw/images/ico_travel05-hover.svg) no-repeat center/cover;
}

.sec--travel__btn--oversea__inner::before {
	height: 24px;
	background: url(/attending/sw/images/ico_travel06.svg) no-repeat center/cover;
}

.sec--travel__btn--oversea:hover .sec--travel__btn--oversea__inner::before {
	background: url(/attending/sw/images/ico_travel06-hover.svg) no-repeat center/cover;
}

.sec--travel__btn.active {
	background: #fff;
	pointer-events: none;
}

.sec--travel__btn.active::after {
	background-image: url(/attending/sw/images/ico_travel04.svg);
}

.sec--travel__btn--domestic.active .sec--travel__btn--domestic__inner::before {
	background: url(/attending/sw/images/ico_travel05-hover.svg) no-repeat center/cover;
}

.sec--travel__btn--domestic.active {
	border-color: #FFA10B;
	color: #FFA10B;
}

.sec--travel__btn--domestic.active::after {
	background-color: #FFA10B;
}

/* シルバーウィーク旅行を探す_end */

/* 関連特集_start */
#sec-recommend {
	padding-top: 64px;
	padding-bottom: 80px;
}

#sec-recommend::after {
	content: none;
}

#sec-recommend hgroup.sec-hgroup {
	margin-top: 0;
}

#sec-recommend hgroup.sec-hgroup::before {
	width: 40px;
	height: 40px;
	margin-bottom: 15px;
}

#sec-recommend .en {
	font-size: 16px;
	color: #8B9CA9;
}

#SlideBanner {
	overflow: hidden;
}

.swiper-banner-container {
	position: relative;
	width: 1024px;
	height: auto;
	margin: 30px auto 0;
}

.swiper-banner-container .swiper-slide {
	width: 230px;
}

/* swiper */
.swiper-wrapper {
	margin-bottom: 30px;
}

.swiper-button-prev {
	top: calc(50% - 15px);
	left: -25px;
}

.swiper-button-next {
	top: calc(50% - 15px);
	right: -25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	display: none;
}

.swiper-button-prev,
.swiper-button-next {
	background-image: none;
	background-color: #333;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	opacity: 0.8;
	transition: all 0.3s;
	cursor: pointer;
	z-index: 10;
}

.swiper-button-prev:active,
.swiper-button-next:active {
	transition: all 0.3s;
	opacity: 0.5;
}

.swiper-button-prev::before,
.swiper-button-next::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	display: block;
	width: 12px;
	height: 18px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 18' fill='none'%3E%3Cpath d='M2 16L9.13991 9.75258C9.59524 9.35417 9.59524 8.64584 9.13991 8.24742L2 2' stroke='%23ffffff' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: unset;
}

.swiper-button-prev::before {
	scale: -1;
}


.swiper-scrollbar {
	background: rgba(255, 255, 255, 0.7);
}

.swiper-container-horizontal>.swiper-scrollbar {
	left: 0;
	background: #F5F5F5;
	width: 100%;
	height: 10px;
}

.swiper-scrollbar-drag {
	background: #999;
	height: 10px;
}