html {
	scrollbar-gutter: stable;
}

html:has(open-popup:modal) {
	overflow: hidden;
}

.itemBoxB {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 30px;
	padding: 10px 0 0 0;
  }

  .goods-box {
    width: 32%;
    margin-bottom: 3%;
    border: 1px solid rgba(255,255,255,0.7);
    padding: 10px;
  }

  .itemBoxB a {
    display: block;
    margin: 0;
  }

/* オーバーレイ 表示アニメーション */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8;
}
/* オーバーレイ 非表示アニメーション */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* コンテンツ 初期状態 */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
/* コンテンツ 表示アニメーション */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* コンテンツ 非表示アニメーション */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

img.mfp-img {
  max-height: 55vh !important;
}

@media (max-width:956px) {
  .goods-box {
    width: 48%;
    margin-bottom: 5%;
  }
}

.anchorBoxB {
  margin-bottom: 60px;
}

.anchorBoxB ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	/* width: 45%; */
	width: 100%;
	margin: 0 auto;
  }
  
  .anchorBoxB li {
	color: #0d0d0e;
	border: 1px solid white;
	padding: 5px;
	/* width: 200px; */
	font-size: 18px;
	letter-spacing: 0.1em;
	width: 42%;
	margin: 10px;
	height: 53px;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .anchorBoxB li a:hover {
	text-decoration: underline !important;
  }
  
  @media screen and (max-width:956px) {

    .anchorBoxB {
      margin-bottom: 0px;
    }
	.anchorBoxB ul {
	  width: 100%;
	  flex-direction: column;
	}
  
	.anchorBoxB li {
	  font-size: 14px;
	  width: 85%;
	  /* justify-content: center; */
	  margin: 0 auto 20px;
	}
  }

  img.mfp-img {
	max-height: 85vh !important;
  }

  .barBox {
	width: 80%;
	margin: 40px auto;
	background-color: white;
	padding: 10px 0;
}

.barBox h3 {
	font-size: 18px;
	color: black;
	line-height: 1.8;
	text-align: center;
}

.barBox h3 a {
	color: black;
	text-decoration: none;
}

@media screen and (max-width:956px) {

	.barBox {
		margin: 30px auto;
	}

	.barBox h3 {
		font-size: 16px;
	}
}