@charset "shift_jis";
/*content820pxReset*/
#main{
  width:820px;
}
.contents_bg{
  max-width: 1120px;
  margin: 0 auto;
}
body.min{
  min-width: 1120px;
}
/* beaujolaisWrap */
.mothersfathersDayWrap {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 20px;
  font-size: 14px;
	font-feature-settings: "palt";
  color: #000;
}
.mothersfathersDayWrap img{
vertical-align:top;
}
.mothersfathersDayWrap a{
display: block;
}
/*mvBlockA01********************************************************/
.mothersfathersDayWrap .mvBlockA01 h1 img {
width: 100%;
height: auto;
}
/*anchorLinkBlockA01************************************************/
.mothersfathersDayWrap .anchorLinkBlockA01 {
margin: 20px 0 60px;
padding: 40px;
background: url(../image/mothersfathersDay_navBk_250225.jpg) no-repeat top center;
}
.mothersfathersDayWrap .anchorLinkBlockA01 ul{
display: flex;
justify-content: space-between;
}
.mothersfathersDayWrap .selectionWrap .selectionTitle{
margin-top: 30px;
padding-top: 63px;
text-align: center;
}
.mothersfathersDayWrap .selectionWrap ul{
display: flex;
gap: 21px 24px;
flex-wrap: wrap;
padding: 60px;
}
.mothersfathersDayWrap .selectionWrap.mothers{
background: url(../image/mothersfathersDay_itemNavBk_001_250225.jpg) no-repeat top center;
}
.mothersfathersDayWrap .selectionWrap.fathers{
background: url(../image/mothersfathersDay_itemNavBk_002_250225.jpg) no-repeat top center;
}
.recommendedTitle{
margin: 65px 0 40px;
text-align: center;
}

/* bannerWrap */
.bannerWrap {
  margin: 30px auto; /* 調整 */
}
.titleBlock-h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.bannerList {
  margin-top: 30px; /* 調整 */
  margin-inline: auto;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-content-center .bannerList {
  justify-content: center !important;
}
.bannerWrap .bannerItem img {
  width: 100%;
}
.bannerWrap .bannerItem.w100{
  width: 100%;
}
/* 750_90バナー 1カラム */
.col1-750_90 .bannerList {
  width: 750px; /* 調整 */
  --gap: 20px; /* 調整 */
  gap: var(--gap);
}
/* 286バナー 3カラム */
.col3-286_286 .bannerList {
  width: 600px; /* 調整 */
  --gap: 20px; /* 調整 */
  gap: var(--gap);
}
.col3-286_286 .bannerItem {
  width: calc((100% / 3) - var(--gap) * 2 / 3);
}
/* 286バナー 4カラム */
.col4-286_286 .bannerList {
  width: 750px; /* 調整 */
  --gap: 20px; /* 調整 */
  gap: var(--gap);
}
.col4-286_286 .bannerItem {
  width: calc(25% - var(--gap) * 3 / 4);
}

/*cautionBlockA01******************************************************/
.cautionBlockA01{
margin-top: 6.4%;
padding: 2% 2% 2% 2%;
background: #e3e5ed;
font-size:14px;
}
.cautionBlockA01 p{
font-weight: bold;
margin: 0 0 1% 0;
}
.cautionBlockA01 p:last-child{
margin: 0 0 0 0;
}


/* 終了対応 */
.mothersfathersDayWrap .mvBlockA01 {
  position: relative;
}
.mothersfathersDayWrap .grayOut::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 10;
}
.mothersfathersDayWrap .grayOut::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 679px;
  height: 76px;
  background: url(../image/mothersDay_end_001_240513.png) no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 20;
}

/* 260213 */
.btnBlockA01{
text-align: center;
margin: 30px 0;
}
.btnBlockA01 a{
display: inline-block;
}
.navLinkBlockA01{
margin-bottom: 40px;
padding: 20px;
background: url(../image/mothersfathersDay_bak_001_260213.jpg) no-repeat;
}
.navLinkBlockA01 ul{
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 8px;
}
.priceBlockA01{
margin-top: 40px;
}
.priceBlockA01 ul{
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
margin-top: 20px;
}
