@charset "UTF-8";

/* メインスライダー */
.block-top-body .block-slider {
	overflow: hidden;
}
.block-top-body .block-slider .swiper {
	box-sizing: content-box;
	position: relative;
	width: 100%;
	height: 450px;
	padding-bottom: 74px;
	overflow: hidden;
	width: 1000px;
	overflow: visible;
	margin: 0 auto;
}
.block-slider .swiper-wrapper {
	width: 1000px;
	margin: 0 auto;
}
.block-slider .swiper-slide {
	width: 1000px!important;
}
.block-slider .swiper-slide a:hover {
	opacity: 0.7;
}
.block-slider .swiper-slide img {
	width: 100%;
}
.block-slider .swiper-horizontal > .swiper-pagination-bullets {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 33px;
	padding-top: 14px;
	font-size: 0;
}
.block-slider .swiper-horizontal>.swiper-pagination-bullets,
.block-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.block-slider .swiper-pagination-custom,
.block-slider .swiper-pagination-fraction {
	bottom: auto;
	top: 466px;
}
.block-slider .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #d0d0d0;
	opacity: 1;
}
.block-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #8a8a8a;
}
.block-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.block-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}
.block-slider .swiper-button-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 450px;
}
.block-slider .swiper-button-wrapper-inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.block-slider .swiper-button-next,
.block-slider .swiper-button-prev {
	position: absolute;
	top: 206px!important;
	margin-top: 0!important;
	width: 38px!important;
	height: 38px!important;
	background-image: none!important;
	background-color: rgba(255, 255, 255, 0.0)!important;
}
.block-slider .swiper-button-next {
	right: -63px!important;
}
.block-slider .swiper-button-prev {
	left: -63px!important;
}
.block-slider .swiper-button-next:after,.block-slider .swiper-button-prev:after {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	width: 38px;
	height: 38px;
	background: url(../../img/usr/common/swiper_arrow_prev.png);
	background-position: top left;
}
.block-slider .swiper-button-next:after {
	background: url(../../img/usr/common/swiper_arrow_next.png);
}
.block-slider .swiper-button-next:hover:after,
.block-slider .swiper-button-prev:hover:after {
	opacity: 0.7;
}
.block-slider .swiper.one-slider .swiper-pagination,
.block-slider .swiper.one-slider .swiper-button-wrapper {
	display : none;
}

.block-slider .swiper .swiper-pagination {
	display : none!important;
}
.js-swiper-pagination-second {
    margin-top: 15px;
}
.js-swiper-pagination-second > ul {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.js-swiper-pagination-second > ul li {
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    border-radius: 100%;
    background: #d0d0d0;
    cursor: pointer;
}
.js-swiper-pagination-second > ul li.active {
    background: #8a8a8a;
    cursor: default;
}

/* メインスライダー：ie対応 */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #toppage-main-slider .swiper-pagination {
		display: none;
	}
	*::-ms-backdrop, #toppage-main-slider .swiper-button-wrapper {
		display: none;
	}
	*::-ms-backdrop, #toppage-main-slider .swiper-wrapper .swiper-slide:nth-child(n + 2) {
		display: none;
	}
}

/* スライダー下バナー */
.toppage-banner-area-1 {
	width: 1000px;
	margin: 0 auto;
}
.toppage-banner-area-1 ul,
.toppage-banner-area-2 ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.toppage-banner-area-2 ul {
	margin-top: 60px;
}
.toppage-banner-area-1 ul li,
.toppage-banner-area-1 ul li a,
.toppage-banner-area-1 ul li a img,
.toppage-banner-area-1 .long-banner,
.toppage-banner-area-1 .long-banner a,
.toppage-banner-area-1 .long-banner a img,
.toppage-banner-area-2 ul li,
.toppage-banner-area-2 ul li a,
.toppage-banner-area-2 ul li a img,
.toppage-banner-area-2 .long-banner,
.toppage-banner-area-2 .long-banner a,
.toppage-banner-area-2 .long-banner a img {
	display: block;
}
.toppage-banner-area-1 ul li,
.toppage-banner-area-2 ul li {
	width: calc((100% - 40px) / 2);
	margin-right: 40px;
	margin-top: 40px;
}
.toppage-banner-area-1 ul li:nth-child(2n),
.toppage-banner-area-2 ul li:nth-child(2n) {
	margin-right: 0;
}
.toppage-banner-area-1 ul li:nth-child(-n + 2),
.toppage-banner-area-2 ul li:nth-child(-n + 2) {
	margin-top: 0;
}
.toppage-banner-area-1 .toppage-banner-title,
.toppage-banner-area-2 .toppage-banner-title {
	margin-top: 16px;
	font-size: 20px;
	font-weight: bold;
}
.toppage-banner-area-1 .toppage-banner-text,
.toppage-banner-area-2 .toppage-banner-text {
	margin-top: 12px;
	font-size: 16px;
}
.toppage-banner-area-1 ul li a:hover,
.toppage-banner-area-1 .long-banner a:hover,
.toppage-banner-area-2 ul li a:hover,
.toppage-banner-area-2 .long-banner a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.toppage-banner-area-1 ul + .long-banner,
.toppage-banner-area-1 .long-banner + .long-banner,
.toppage-banner-area-2 ul + .long-banner,
.toppage-banner-area-2 .long-banner + .long-banner {
margin-top: 36px;
}

/* 重要なお知らせ */
.important-news {
	width: 900px;
	margin: 70px auto 0;
}
.important-news .important-news-title {
	font-size: 22px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.important-news .important-news-title:before {
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background: url(../../img/usr/common/icon_important.png) center center;
	background-size: 24px 24px;
}
.important-news-content {
	margin-top: 14px;
	border-top: 2px solid #da352b;
	border-bottom: 2px solid #da352b;
}
.important-news-content li {
	border-bottom: 1px solid #d0d0d0;
	padding: 16px 0;
	display: flex;
}
.important-news-content li:last-child {
	border-bottom: none;
}

.important-news-content li .important-news-body {
	width: calc(100% - 136px);
	padding-right: 16px;
	font-size: 16px;
	flex-grow: 1;
}
.important-news-content li .important-news-body span {
	color: #da352b;
	font-weight: bold;
}
.important-news-content li .important-news-detailbtn {
	width: 136px;
	padding-right: 16px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.important-news-content li .important-news-detailbtn span {
	width: 78px;
	border-bottom: 1px solid #8a8a8a;
	display: flex;
	justify-content: center;
	align-items: center;
}
.important-news-content li .important-news-detailbtn span:after {
	display: block;
	content: '';
	top: 0;
	width: 8px;
	height: 8px;
	margin-left: 6px;
	margin-bottom: 5px;
	border-top: solid 1px #8a8a8a;
	border-right: solid 1px #8a8a8a;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.important-news-content li.detail-opened .important-news-detailbtn span:after {
	display: block;
	content: '';
	top: 0;
	width: 8px;
	height: 8px;
	margin-left: 6px;
	margin-bottom: 0;
	margin-top: 5px;
	border-top: solid 1px #8a8a8a;
	border-right: solid 1px #8a8a8a;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.important-news-content li .important-news-detailbtn span:hover {
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.important-news-text-2 {
	display: none;
}

/* 重要なお知らせ下バナー */
.toppage-banner-area-2 {
	width: 1000px;
	margin: 70px auto 0;
	border-top: 1px solid #b9b9b9;
	padding-top: 50px;
}

/* 人気商品 */
.toppage-popular-item {
	width: 1000px;
	margin: 100px auto 0;
}
.toppage-popular-item ul,
.toppage-feature-sub ul {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}
.toppage-popular-item ul li,
.toppage-feature-sub ul li {
	width: 318px;
	margin-right: 22px;
	margin-top: 64px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.06);
	-ms-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.06);
}
.toppage-popular-item ul li:nth-child(3n),
.toppage-feature-sub ul li:nth-child(3n) {
	margin-right: 0;
}
.toppage-popular-item ul li:nth-child(-n + 3),
.toppage-feature-sub ul li:nth-child(-n + 3) {
	margin-top: 0;
}
.toppage-popular-item ul li a,
.toppage-popular-item ul li a img,
.toppage-feature-sub ul li a,
.toppage-feature-sub ul li a img {
	display: block;
	border-radius: 10px 10px 0 0;
}
.toppage-popular-item ul li a:hover,
.toppage-feature-sub ul li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.toppage-popular-item ul li a .toppage-popular-item-title,
.toppage-feature-sub ul li a .toppage-feature-sub-title {
	padding: 32px 0;
	text-align: center;
}
.toppage-popular-item ul li a .toppage-popular-item-title span,
.toppage-feature-sub ul li a .toppage-feature-sub-title span {
	font-size: 20px;
	font-weight: bold;
	color: #191919;
}

/* 人気商品下バナー */
.toppage-banner-area-3 {
	width: 1000px;
	margin: 60px auto 0;
}
.toppage-banner-area-3 ul {
	display: flex;
}
.toppage-banner-area-3 ul li {
	width: 490px;
	margin-right: 20px; 
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.06);
}
.toppage-banner-area-3 ul li:nth-child(2n) {
	margin-right: 0;
}
.toppage-banner-area-3 ul li a,
.toppage-banner-area-3 ul li a img {
	display: block;
}
.toppage-banner-area-3 ul li a:hover {
	opacity: 0.7;
	text-decoration: none;
}

/* 特集 */
.toppage-feature {
	width: 1000px;
	margin: 100px auto 0;
}
.toppage-feature-main {
	width: 1000px;
	margin: 66px auto 0;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.06);
	display: flex;
}
.toppage-feature-main .toppage-feature-main-img,
.toppage-feature-main .toppage-feature-main-img img {
	border-radius: 10px 0 0 10px;
}
.toppage-feature-main .toppage-feature-main-img {
	width: 420px;
}
.toppage-feature-main .toppage-feature-main-img img {
	display: block;
}
.toppage-feature-main .toppage-feature-main-body {
	width: calc(100% - 420px);
	padding: 48px 40px 30px 36px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.toppage-feature-main .toppage-feature-main-body .toppage-feature-main-title {
	font-size: 20px;
	font-weight: bold;
}
.toppage-feature-main .toppage-feature-main-txt p {
	font-size: 16px;
}
.toppage-feature-main .toppage-feature-main-txt p + p {
	margin-top: 18px;
}
.toppage-feature-main .toppage-feature-main-detail-link {
	font-size: 16px;
	line-height: 1.0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.toppage-feature-main .toppage-feature-main-detail-link:after {
	display: block;
	content: '';
	top: 0;
	width: 10px;
	height: 10px;
	border-top: solid 1px #8a8a8a;
	border-right: solid 1px #8a8a8a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toppage-feature-main .toppage-feature-main-detail-link a {
	display: block;
	margin-right: 5px;
	color: #191919;
}
.toppage-feature-main .toppage-feature-main-detail-link a:hover {
	color: #da352b;
	text-decoration: none;
}
.toppage-feature-sub {
	margin-top: 60px;
}
.toppage-feature-sub ul {
	margin-top: 60px;
}

/* イベント */
.block-top-event--container {
	margin-top: 120px;
}

/* 贈り物・ギフト */
.toppage-gift {
	width: 1000px;
	margin: 100px auto 0;
}
.toppage-gift .toppage-gift-heading {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.toppage-gift .toppage-gift-heading + ul {
	margin-top: 48px;
	display: flex;
}
.toppage-gift > ul li {
	position: relative;
	width: 310px;
	margin-right: 35px;
	padding-top: 65px;
}
.toppage-gift > ul li:nth-child(3n) {
	margin-right: 0;
}
.toppage-gift > ul li .toppage-gift-img {
	position: absolute;
	top: 0;
	width: 310px;
	display: flex;
	justify-content: center;
}
.toppage-gift > ul li .toppage-gift-img img {
	display: block;
}
.toppage-gift > ul li .toppage-gift-body {
	background-color: #f6f6f6;
	border-radius: 10px;
	padding: 210px 48px 36px;
}
.toppage-gift > ul li .toppage-gift-title {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.47;
	text-align: center;
}
.toppage-gift > ul li .toppage-gift-txt {
	margin-top: 18px;
	font-size: 16px;;
}
.toppage-gift > ul li .toppage-gift-btn {
	margin-top: 32px;
	display: flex;
	justify-content: center;
}
.toppage-gift > ul li .toppage-gift-btn a {
	width: 165px;
	height: 40px;
	border: 1px solid #8a8a8a;
	border-radius: 20px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.toppage-gift > ul li .toppage-gift-btn a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.toppage-gift-link {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.toppage-gift-link a {
	width: 280px;
	height: 55px;
	border-radius: 4px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 2px #8a8a8a;
	outline: solid 1px #8a8a8a;
	outline-offset: 1px;
	margin: 4px;
}
.toppage-gift-link a:hover {
	opacity: 0.7;
	text-decoration: none;
}

/* 公式オンラインショップへようこそ */
.toppage-welcome {
	position: relative;
	width: 100%;
	min-height: 530px;
	margin-top: 80px;
}
.toppage-welcome::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../../img/usr/top/bg_welcome.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.toppage-welcome-inner {
	position: relative;
	width: 1000px;
	height: 530px;
	margin: 0 auto;
	padding-top: 150px;
	padding-left: 380px;
}
.toppage-welcome-inner .toppage-welcome-title {
	position: absolute;
	top: -20px;
	width: 600px;
	height: 200px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.toppage-welcome-inner .toppage-welcome-title span {
	padding: 14px 15px 12px;
	background-color: #fff;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	-moz-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.06);
	-ms-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.06);
}
.toppage-welcome-inner .toppage-welcome-title span + span {
	margin-top: 8px;
}
.toppage-welcome-inner .toppage-welcome-body {
	width: 600px;
	min-height: 310px;
	padding: 50px 50px 40px;
	background: url(../../img/usr/top/bg_welcome_body.png) top left no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.toppage-welcome-inner .toppage-welcome-txt {
	font-size: 16px;
}
.toppage-welcome-inner .toppage-welcome-btn {
	display: flex;
	margin-top: 10px;
	justify-content: center;
}
.toppage-welcome-inner .toppage-welcome-btn a {
	width: 280px;
	height: 55px;
	border-radius: 4px;
	border: solid 2px #8a8a8a;
	outline: solid 1px #8a8a8a;
	outline-offset: 1px;
	margin: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.toppage-welcome-inner .toppage-welcome-btn a:hover {
	opacity: 0.7;
	text-decoration: none;
}

/* 最近見た商品 */
.block-recent-item {
	margin-top: 100px;
}

/* ブランド一覧 */
.toppage-brand {
	margin-top: 100px;
	background-color: #f6f6f6;
	padding: 10px 0;
}
.toppage-brand-inner {
	background-color: #f6f6f6;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-top: 54px;
	padding-bottom: 60px;
}
.toppage-brand-body {
	width: 1000px;
	margin: 60px auto 0;
}
.toppage-brand-body ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.toppage-brand-body ul li {
	width: 306px;
	margin-top: 40px;
	border: 4px solid #fff;
	background: transparent url(../../img/usr/top/toppage_brand_bg.jpg) top left repeat-y;
	background-size: 100% auto;
	-moz-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.06);
	-ms-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.06);
}
.toppage-brand-body ul li + li {
	margin-left: 40px;
}
.toppage-brand-body ul li + li:nth-child(3n - 2) {
	margin-left: 0;
}
.toppage-brand-body ul li:nth-child(-n + 3) {
	margin-top: 0;
}
.toppage-brand-body ul li a {
	display: block;
	height: 100%;
	cursor: pointer;
}
.toppage-brand-body ul li.toppage-brand-1 a {
	background: transparent url(../../img/usr/top/toppage_brand_1_photo.png) top left no-repeat;
	background-size: 100% auto;
}
.toppage-brand-body ul li.toppage-brand-2 a {
	background: transparent url(../../img/usr/top/toppage_brand_2_photo.png) top left no-repeat;
	background-size: 100% auto;
}
.toppage-brand-body ul li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.toppage-brand-box {
	padding-top: 18px;
}
.toppage-brand-logo {
	width: 100%;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.toppage-brand-logo img {
	display: block;
}
.toppage-brand-txt {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.toppage-brand-txt:before {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	background-color: #8a8a8a;
}
.toppage-brand-txt span {
	width: 100%;
	margin-top: 12px;
	padding: 0 24px 24px;
	text-align: center;
	font-size: 16px;
}

/* カテゴリ */
.toppage-category-tree {
	width: 1000px;
	margin : 100px auto 0;
}
.toppage-category-tree-container {
	margin-top: 60px;
}
.toppage-category-tree-level-1 > li + li {
	margin-top: 80px;
}
.toppage-category-tree-level-1 > li .toppage-category-tree-level-1-title {
	border-bottom: 1px solid #8a8a8a;
	padding-bottom: 12px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
}
.toppage-category-tree-level-3-container {
	padding-top: 40px;
}
.toppage-category-tree-level-3.more-list {
	margin-top: 20px;
	display: none;
}
.toppage-category-tree-level-3 ul {
	display: flex;
	flex-wrap: wrap;
}
.toppage-category-tree-level-3 ul li {
	width: calc(100% / 5);
	margin-top: 20px;
}
.toppage-category-tree-level-3 ul li:nth-child(-n + 5) {
	margin-top: 0;
}
.toppage-category-tree-level-3 ul li a {
	width: 100%;
	display: flex;
}
.toppage-category-tree-level-3 ul li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.toppage-category-tree-level-3 ul li a .toppage-category-tree-level-3-item-img,
.toppage-category-tree-level-3 ul li a .toppage-category-tree-level-3-item-img img {
	display: block;
}
.toppage-category-tree-level-3 ul li a .toppage-category-tree-level-3-item-img {
	width: 55px;
}
.toppage-category-tree-level-3 ul li a .toppage-category-tree-level-3-item-name {
	width: calc(100% - 55px);
	padding: 0 8px;
	font-size: 16px;
	line-height: 1.3;
	display: flex;
	align-items: center;
}
.toppage-category-tree-more-btn {
	margin-top: 42px;
	display: flex;
	justify-content: center;
}
.toppage-category-tree-more-btn span {
	position: relative;
	width: 280px;
	height: 55px;
	border-radius: 4px;
	border: solid 2px #8a8a8a;
	outline: solid 1px #8a8a8a;
	outline-offset: 1px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.toppage-category-tree-more-btn span:hover {
	opacity: 0.7;
	text-decoration: none;
}
.toppage-category-tree-more-btn span:after {
	position: absolute;
	display: block;
	content: '';
	top: 17px;
	right: 20px;
	width: 12px;
	height: 12px;
	margin-left: 6px;
	margin-bottom: 5px;
	border-top: solid 1px #8a8a8a;
	border-right: solid 1px #8a8a8a;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.more-opened .toppage-category-tree-more-btn span:after {
	position: absolute;
	display: block;
	content: '';
	top: 22px;
	right: 20px;
	width: 12px;
	height: 12px;
	margin-left: 6px;
	margin-bottom: 5px;
	border-top: solid 1px #8a8a8a;
	border-right: solid 1px #8a8a8a;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ie対応 */
@media all and (-ms-high-contrast:none){
/* ie対応：スライダー：トップページ：メインスライダー */
	*::-ms-backdrop, .page-top .block-slider {
		min-height: 450px;
	}
	*::-ms-backdrop, #toppage-main-slider {
		width: 1000px;
		margin: 0 auto;
	}
	*::-ms-backdrop, #toppage-main-slider.swiper {
		display: none;
	}
	*::-ms-backdrop, #toppage-main-slider .bx-wrapper {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
	}
	*::-ms-backdrop, #toppage-main-slider .bx-wrapper .bx-controls-direction a {
		margin-top: -19px;
		width: 38px;
		height: 38px;
		z-index: 1;
	}
	*::-ms-backdrop, #toppage-main-slider .bx-wrapper .bx-prev {
		left: -53px;
		background: url('../../img/usr/common/swiper_arrow_prev.png') no-repeat top left;
	}
	*::-ms-backdrop, #toppage-main-slider .bx-wrapper .bx-prev:hover {
		opacity: 0.7;
	}
	*::-ms-backdrop, #toppage-main-slider .bx-wrapper .bx-prev:focus {
		opacity: 0.7;
	}
	*::-ms-backdrop, #toppage-main-slider .bx-wrapper .bx-next {
		right: -53px;
		background: url('../../img/usr/common/swiper_arrow_next.png') no-repeat top left;
	}
	*::-ms-backdrop, #toppage-main-slider .bx-wrapper .bx-next:hover {
		background-position: top left;
		opacity: 0.7;
	}
	*::-ms-backdrop, #toppage-main-slider .bx-wrapper .bx-next:focus {
		background-position: top left;
		opacity: 0.7;
	}
	*::-ms-backdrop, .bx-wrapper .bx-pager.bx-default-pager a {
		background: #d0d0d0;
		width: 8px;
		height: 8px;
		margin: 0 5px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	*::-ms-backdrop, .bx-wrapper .bx-pager.bx-default-pager a:hover {
		background: #8a8a8a;
	}
	*::-ms-backdrop, .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #8a8a8a;
	}
	*::-ms-backdrop, .bx-wrapper .bx-pager.bx-default-pager a:focus {
		background: #8a8a8a;
	}
}

/* swiper VerUp対応（既存矢印を残す） */
.swiper-button-next svg, .swiper-button-prev svg {
    display: none !important;
}