#wrap {
	overflow: hidden;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 950px) {
	#wrap {
		min-width: 0;
	}
}


#responseFlagTab {
	display: none !important;
}

/* PC
-------------------------------------*/
@media screen and (min-width: 951px) {
	#responseFlagPc {
		display: block !important;
	}
	#responseFlagSp {
		display: none !important;
	}
}

/* SP
-------------------------------------*/
@media screen and (max-width: 950px) {
	#responseFlagPc {
		display: none !important;
	}
	#responseFlagSp {
		display: block !important;
	}
}


.js-showElm,
.js-fadeIn,
.js-fade,
.js-fadeInRight,
.js-fadeInLeft {
	/* opacity: 0; */
}



/*===========================================================================
 #main
===========================================================================*/
#main {
	position: relative;
}


.secWrap {
	position: relative;
}
.bnrFixed {
	width: 320px;
	margin-top: -82px;
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 100;
	opacity: 0;
	transition: opacity 0.4s ease-out;
}
.bnrFixed .bnrInr {
	display: block;
	text-decoration: none;
	transition: all 0.3s ease-out;
}
.bnrFixed .bnrInr img {
	width: 100%;
	height: auto;
}
.bnrFixed .bnrInr:hover {
	opacity: 0.7;
}
.bnrFixed .bnrInr:hover img {
	opacity: 1;
}
.bnrFixed.js-fadeIn {
	opacity: 1;
}
.bnrFixed.js-fixed {
	margin-top: 0;
	position: fixed;
	top: 94px;
	right: 20px;
}
/* SP
----------------------------------*/
@media screen and (max-width: 950px) {
	.bnrFixed {
		margin-top: 0;
		position: fixed;
		width: 245px;
		top: auto;
		right: 10px;
		bottom: 20px;
	}
}



/*===========================================================================
	lo-
===========================================================================*/
.p-product-detail__text .l-section {
	padding-left: 20px;
	padding-right: 20px;
}
.p-product-detail__text .l-inner {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/* SP
----------------------------------*/
@media screen and (max-width: 950px) {
	.p-product-detail__text .l-section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.p-product-detail__text .l-inner {
		max-width: 100%;
	}
}


/*====================================
フレックス
====================================*/
.p-product-detail__text .l-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0 var(--grid-num);
}
/* PC
----------------------------------*/
@media screen and (min-width: 769px) {
	.p-product-detail__text .l-grid-pc {
		display: flex;
		flex-wrap: wrap;
		gap: 0 var(--grid-num);
	}
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.p-product-detail__text .l-grid-sp {
		display: flex;
		flex-wrap: wrap;
		gap: 0 var(--grid-num);
	}
}
