@charset "shift_jis";
/* SpCommonReset
**************************** */
/* h1 and h2 */
#main h1 img,#main div[id^="h2_0"] img{
zoom:1;
display:block;
max-width:750px;
width:100%;
height:auto;
margin:auto;
}
/* wrap */
.mothersfathersDayWrap{
max-width:750px;
width:100%;
margin:0 auto;
-webkit-text-size-adjust:100%;
background: #ffffff;
}
.mothersfathersDayWrap img{
vertical-align: top;
width: 100%;
height: auto;
zoom: 1 !important;
}
.mothersfathersDayWrap a{
display: block;
}
/*anchorLinkBlockA01************************************************/
.mothersfathersDayWrap .anchorLinkBlockA01 {
margin: calc(60 / 750 * 100%) 0 calc(61 / 750 * 100%);
padding: calc(61 / 750* 100%) calc(20 / 750* 100%);
background: url(../image/mothersfathersDay_sp_navBk_250225.jpg) no-repeat top center;
}
.mothersfathersDayWrap .anchorLinkBlockA01 ul {
display: flex;
gap: calc(18 / 750* 100%);
justify-content: space-between;
}
.mothersfathersDayWrap .selectionWrap .selectionTitle{
width: calc(332 / 750* 100%);
margin: calc(60 / 750* 100%) auto 0;
padding-top: calc(61 / 750* 100%);
}
.mothersfathersDayWrap .selectionWrap ul{
display: flex;
gap: 20px 19px;
padding: calc(60 / 750* 100%) calc(40 / 750* 100%) calc(80 / 750* 100%);
justify-content: center;
flex-wrap: wrap;
}
.mothersfathersDayWrap .selectionWrap li{
width: calc(316 / 750* 100%);
}
.mothersfathersDayWrap .selectionWrap.mothers{
background: url(../image/mothersfathersDay_sp_itemNavBk_001_250225.jpg) no-repeat top center;
}
.mothersfathersDayWrap .selectionWrap.fathers{
background: url(../image/mothersfathersDay_sp_itemNavBk_002_250225.jpg) no-repeat top center;
}
.recommendedTitle{
width: calc(302 / 750* 100%);
margin: calc(81 / 750* 100%) auto calc(63 / 750* 100%);
}

/* bannerWrap */
.bannerWrap {
  margin: calc(50 / 750 * 100%) auto; /* 調整 */
}
.titleBlock-h2 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.bannerList {
  margin-top: calc(20 / 750 * 100%); /* 調整 */
  margin-inline: auto;
  width:calc(690 / 750 * 100%); /* 調整 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-content-center .bannerList {
  justify-content: center !important;
}
.bannerItem.w100 {
  width: 100%;
}
/* 286バナー 2カラム */
.col2-286_286 .bannerList {
  --gap: 20px; /* 調整 */
  gap: var(--gap);
}
.col2-286_286 .bannerItem {
  width: calc(50% - var(--gap) / 2);
}
/* 286バナー 3カラム */
.col3-286_286 .bannerList {
  --gap: 10px; /* 調整 */
  gap: var(--gap);
}
.col3-286_286 .bannerItem {
  width: calc((100% / 3) - var(--gap) * 2 / 3);
}

/*cautionBlock******************************************************/
.cautionBlockA01{
padding: 15px;
background: #e3e5ed;
font-size: 14px;
font-weight: bold;
}
.cautionBlockA01 p:first-child{
margin: 0 0 5px;
}



/* 終了対応 */
.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: calc((518 / 750) * 100%);
  height: calc((151 / 387) * 100%);
  background: url(../image/mothersDay_sp_end_001_240513.png) no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 20;
}

/* 260213 */
.btnBlockA01{
width: calc(500 / 750 * 100%);
margin: 0 auto 40px;
}
.navLinkBlockA01{
padding: calc(30 / 750 * 100%) calc(20 / 750 * 100%);
background: url(../image/mothersfathersDay_sp_bak_260213.jpg) no-repeat;
}
.navLinkBlockA01 ul{
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 8px;
}
.navLinkBlockA01 ul li{
width: calc(170 / 750 * 100%);
}
.priceBlockA01 ul{
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin-top: calc(30 / 750 * 100%);
}
.priceBlockA01 ul li{
width: calc(330 / 750 * 100%);
}
