@charset "utf-8";
/*--------------------------------------------
  ショップトップの共通CSS
--------------------------------------------*/
@media screen and (max-width: 641px) {
	.topGroupName {
		padding: 0;
	}
}
/* 差込HTML */
#insertHtml {
	width: 100%;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	99% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	99% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.importantNotices {
	background: #fbebeb;
}
.contents .importantNotices .importantNoticesLink {
	text-align: center;
	padding: 15px 0 10px;
	color: #c00;
	font-weight: bold;
	line-height: 1.5;
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: transparent;
	border: none;
	border-radius:none;
	box-shadow:none;
	height:unset;
	margin:0 auto;
}
.importantNotices .importantNoticesLink:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/icon_notice.svg) no-repeat center/18px 18px;
	vertical-align: -3px;
	margin-right: 3px;
}
.importantNotices .importantNoticesLink span {
	font-weight: bold;
}
.importantNotices .importantNoticesLink.is-open .btnToggle {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.importantNotices .btnToggle {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 20px;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}
.importantNotices .btnToggle:before, .importantNotices .btnToggle:after {
	background: #000;
	content: '';
	display: block;
	position: absolute;
}
.importantNotices .btnToggle:before {
	width: 18px;
	height: 2px;
	top: 14px;
	left: 6px;
}
.importantNotices .btnToggle:after {
	width: 2px;
	height: 18px;
	top: 6px;
	left: 14px;
}
.importantNotices .importantNoticesList {
	display: none;
}
.importantNotices .importantNoticesList .importantNoticesInner {
	padding-bottom: 20px;
}
.importantNotices .importantNoticesList dl {
	margin-top: 10px;
	background: #fff;
	padding: 20px;
}
.importantNotices .importantNoticesList dl:first-child {
	margin-top: 0;
}
.importantNotices .importantNoticesList dl dt {
	display: block;
	float: left;
}
.importantNotices .importantNoticesList dl dd {
	display: block;
	margin-left: 110px;
}
.importantNotices .importantNoticesList dl dd a {
	text-decoration: underline;
}
.firstWrap {
	padding: 20px 0;
}
.firstWrap .swiper-container {
	margin: 0 24px;
}
.firstWrap .swiper-container .item {
	padding: 0;
	width: 282px;
	height: 100px;
	background: #fff;
	box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
}
.firstWrap .swiper-container .item a {
	display: flex;
	align-items: center;
}
.firstWrap .swiper-container .item a img {
	width: 100px;
	height: 100px;
}
.firstWrap .swiper-container .item a .item__textArea {
	width: 182px;
	padding: 18px 10px;
	box-sizing: border-box;
}
.firstWrap .swiper-container .item a .item__textArea .item__title {
	font-weight: bold;
}
.firstWrap .swiper-container .item a .item__textArea .item__title br {
	display: none;
}
@media print, screen and (min-width: 1240px) {
	.firstWrap .swiper-container .item a .item__textArea .item__title br {
		display: inline-block;
	}
}
.firstWrap .swiper-container .item a .item__textArea .notes {
	color: #333;
	font-size: 13px;
	text-indent: -1em;
	margin-left: 1em;
}
.firstWrap .btn {
	margin-top: 20px;
}
.mainVisualWrap {
	margin: 30px 0;
}
.mainVisualWrap .itemBanner {
	max-width: 600px;
	position: relative;
	margin: auto;
}
.mainVisualWrap .itemBanner .swiper-container {
	margin: 0;
	overflow: visible;
}
.mainVisualWrap .itemBanner .swiper-container .swiper-slide {
	width: 100%;
	padding: 0;
	opacity: .4;
}
.mainVisualWrap .itemBanner .swiper-container .swiper-slide.swiper-slide-active {
	opacity: 1;
}
.mainVisualWrap .itemBanner .swiper-container .swiper-slide a {
	display: block;
	height: 100%;
}
.mainVisualWrap .itemBanner .swiper-container .swiper-slide a img {
	width: 100%;
}
.mainVisualWrap .itemBanner .swiper-pagination {
	display: block;
	width: 100%;
}
.mainVisualWrap .itemBanner .swiper-button-prev {
	left: -37px;
	margin-top: -10px;
}
.mainVisualWrap .itemBanner .swiper-button-next {
	right: -43px;
	margin-top: -10px;
}
.mainVisualWrap img {
	max-height: 300px;
}
.columnWrap .mainInner {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.accountBox {
	background: #f2f2f2;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
	min-width: 310px;
	height: 66%;
}
@media screen and (max-width: 1023px) {
	.accountBox {
		padding: 30px 20px;
	}
	.mainVisualWrap img {
		max-height: 300px;
	}
}
.accountBox .list_disc {
	width: 220px;
	margin: 20px auto 0;
	text-align: left;
}
.accountBox .list_disc li {
	font-size: 15px;
}
.accountBox .btn_orange {
	margin-top: 30px;
	display: flex;
}
.accountBox .bold {
	margin-top: 40px;
}
.quickOrder {
	padding: 10px 30px 30px 30px;
	margin-top: 10px;
	background-color: #f2f2f2;
	text-align: center;
	height: 22.5%;
}
.quickOrder .bold {
	margin-top: 20px;
}
.galleyBox {
	border: 1px solid #bebebe;
	box-sizing: border-box;
	width: 33.5%;
	padding: 30px 5px 0;
	position: relative;
}
.galleyBox .textLink {
	position: absolute;
	bottom: 10px;
	right: 0;
}
@media screen and (max-width: 1023px) {
	.galleyBox {
		width: 100%;
		margin-left: 5px;
		margin-right: 5px;
	}
}
.galleyBox2 {
	border: 1px solid #bebebe;
	box-sizing: border-box;
	width: 68.5%;
	padding: 30px 5px 40px;
	position: relative;
}
@media screen and (max-width: 1023px) {
	.galleyBox,
	.galleyBox2 {
		width: 100%;
		margin:10px 0 0 0;
	}
}
.galleyBox2 .level_h2 {
	text-align: center;
	position: static;
}
.galleyBox .level_h2 {
	text-align: center;
	position: static;
}
@media screen and (max-width: 1023px) {
	.galleyBox2 .level_h2,
	.galleyBox .level_h2 {
		height: 68px;
	}
}
.galleyBox .level_h2 .textLink {
	position: absolute;
	right: 0px;
	bottom: 20px;
}
.galleyBox .level_h2 .textLink a {
	display: block;
}
.galleyBox [class*="itemGalley"] {
	position: relative;
}
.galleyBox [class*="itemGalley"] .swiper-container {
	margin: 0 18px 18px;
}
.galleyBox [class*="itemGalley"] .swiper-container .swiper-slide {
	background: #fff;
	box-sizing: border-box;
	width: 180px;
	padding: 20px 18px;
}
.galleyBox [class*="itemGalley"] .swiper-container .swiper-slide .itemListName a {
	font-weight: bold;
}
.galleyBox [class*="itemGalley"] .swiper-container .swiper-slide .itemPriceArea {
	max-width: 140px;
	margin: 10px auto 0;
}
.galleyBox [class*="itemGalley"] .swiper-container .swiper-slide .itemPriceArea .itemUnit {
	font-size: 17px;
}
.galleyBox [class*="itemGalley"] .swiper-container .swiper-slide .itemPriceArea .itemPrice {
	font-size: 21px;
}
.galleyBox [class*="itemGalley"] .swiper-container .swiper-slide .itemPriceArea .itemTax {
	font-size: 14px;
}
.galleyBox .textLink {
	text-align: right;
	margin-right: 25px;
}
.topBnrWrap {
	margin-top: 50px;
}
.topBnrWrap .mainInner {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 40px);
}
.topBnrWrap .topBnrImg {
	width: calc(50% - 5px);
	max-width: 580px;
}
.categoryHistoryWrap,
.categorySuggestWrap {
	margin-top: 60px;
}

.newsList {
	border: 1px solid #bebebe;
	padding: 25px 30px;
	box-sizing: border-box;
	margin-top: 80px;
}
.newsList ul {
	margin-top: 20px;
}
.newsList ul li + li {
	margin-top: 5px;
}
.newsList ul .newsListDate {
	width: 116px;
	display: inline-block;
}
@media screen and (max-width: 1023px) {
	.contents .contentTab .contentTabBtn {
		font-size: 15px;
	}
	.columnWrap .mainInner {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.importantNotices .importantNoticesLink {
		font-size: 14px;
		padding: 10px 0;
	}
	.importantNotices .btnToggle {
		right: 5px;
	}
	.firstWrap .btn {
		margin: 15px 0 0;
	}
	.mainVisualWrap .itemGalley {
		max-width: 100%;
	}
	.mainVisualWrap .itemGalley .swiper-container {
		margin-left: 0;
		margin-right: 0;
	}
	.accountBox {
		width: 100%;
	}
	.galleyBox {
		width: 100%;
		margin: 20px 0 0;
		border: none;
	}
	.galleyBox .level_h2 {
		height: auto;
		text-align: left;
		border-bottom: 1px solid #bebebe;
	}
	.galleyBox .level_h2 .textLink {
		position: static;
	}
	.galleyBox2 {
		width: 100%;
		margin: 20px 0 0;
		border: none;
	}
	.galleyBox2 .level_h2 {
		height: auto;
		text-align: left;
		border-bottom: 1px solid #bebebe;
	}
	.galleyBox [class*="itemGalley"] {
		max-height: inherit;
		margin: 0 -15px 0;
		overflow: visible;
	}
	.galleyBox [class*="itemGalley"] .swiper-container {
		margin: 10px 0 0;
	}
	.topBnrWrap .mainInner {
		width: calc(100% - 20px);
	}
	.categoryHistoryWrap,
	.categorySuggestWrap {
		margin-top: 40px;
	}
	.contents .contentTab .contentTabBtn {
		font-size: 14px;
		min-width: inherit;
		padding: 7px 0;
	}
}
@media screen and (max-width: 767px) {
	.newsList {
		margin-top: 40px;
		padding: 25px 15px;
	}
	.newsList ul li + li {
		margin-top: 10px;
	}
	.newsList ul li .newsListDate {
		display: block;
		width: 100%;
	}
}
.is-hidden {
	display: none;
}

#rt_top_login1.rtRecommendArea,
#rt_top_logout1.rtRecommendArea {
	margin-top:0;
}
.secretCategory h2,
#rt_top_login1.rtRecommendArea h2,
#rt_top_logout1.rtRecommendArea h2 {
	border-bottom:none;
}