@charset "utf-8";



/* ひなまつりのお祝いに あそび道具の贈りもの */


/* ■ 共通 ------------------------------------------------------------------------------- */

#Search {
margin-bottom: 0;
}

#Page_Hinamatsuri .SP {
display: none;
}

#Page_Hinamatsuri .Page_HinamatsuriUnit {
width: 940px;
margin: 0 auto;
}

#Page_Hinamatsuri .Photo img {
width: 100%;
height: auto;
}

/* カラム */
#Page_Hinamatsuri .Col {
display: flex;
width: 100%;
flex-wrap: wrap;
justify-content: flex-start;
}

#Page_Hinamatsuri .Col2_PC li {
width: 48%;
margin-right: 4%;
}

#Page_Hinamatsuri .Col2_PC li:nth-child(2n) {
margin-right: 0;
}

#Page_Hinamatsuri .Col2_PC li:last-child,
#Page_Hinamatsuri .Col2_PC li:nth-last-child(2n) {
margin-bottom: 0;
}

#Page_Hinamatsuri .Col3_PC li {
width: 31%;
margin-right: 3.5%;
}

#Page_Hinamatsuri .Col3_PC li:nth-child(3n) {
margin-right: 0;
}

#Page_Hinamatsuri .Col3_PC li:last-child,
#Page_Hinamatsuri .Col3_PC li:nth-last-child(3n) {
margin-bottom: 0;
}

#Page_Hinamatsuri .Col4_PC li {
width: 22%;
margin-right: 4%;
}

#Page_Hinamatsuri .Col4_PC li:nth-child(4n) {
margin-right: 0;
}

#Page_Hinamatsuri .Col4_PC li:last-child,
#Page_Hinamatsuri .Col4_PC li:nth-last-child(4n) {
margin-bottom: 0;
}

/* ボタン */
#Page_Hinamatsuri .Btn {
display: block;
width: 100%;
border-radius: 30px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
font-size: 15px;
line-height: 1;
font-weight: bold;
text-align: center;
text-decoration: none;
}

#Page_Hinamatsuri .BtnBuy {
margin-top: 15px;
padding: 10px 0 10px 14px;
border: 2px solid #b8daeb;
border-radius: 30px;
background: #f1f8fd url(/images/sp/common/icon/Icon_LinkFwd_Blue.png) no-repeat;
background-size: 16px auto;
background-position: 6% 50%;
color: #3d5fc4;
}

/* 商品リスト */
#Page_Hinamatsuri .ListItem a {
display: block;
color: #000;
text-decoration: none;
}

#Page_Hinamatsuri .ListItem  .ItemPhoto {
border-radius: 10px;
overflow: hidden !important;
}

#Page_Hinamatsuri .ListItem  .ItemPhoto span {
display: block;
width: 100%;
height: auto;
background-size: cover !important;
overflow: hidden;
}

#Page_Hinamatsuri .ListItem  .ItemPhoto img {
display: block;
width: 100%;
height: auto;
box-sizing: border-box;
border: none;
}

/* ページ下部枠 */
#Page_Hinamatsuri .OtherContWrap {
padding-top: 80px;
}

#Page_Hinamatsuri .OtherContUnit {
width: 940px;
margin: 0 auto;
}

/* 他特集ページバナー */
#Page_Hinamatsuri .BnrOtherPage {
margin-top: 60px;
text-align: center;
}



/* ■ タイトル ------------------------------------------------------------------ */

#Page_Hinamatsuri .PageTitle {
margin-bottom: 50px;
}



/* ■ 導入 ------------------------------------------------------------------ */

#Page_Hinamatsuri .SectionIntro {
margin-bottom: 60px;
width: 100%;
}

#Page_Hinamatsuri .SectionIntro .LBox {
width: 49%;
}

#Page_Hinamatsuri .SectionIntro .RBox {
width: 49%;
}

#Page_Hinamatsuri .SectionIntro .Lead {
font-size: 18px;
line-height: 2.0em;
}



/* ■ リトル・ベビーステラ ------------------------------------------------------------------ */

#Page_Hinamatsuri .SectionBabystella {
margin-bottom: 60px;
padding: 55px 50px 60px 50px; 
border-radius: 30px;
box-sizing: border-box;
background: url(/images/campaign/hinamatsuri/babystella/Texture_Bg.jpg) center top repeat-y;
background-size: 100% auto;
}

/* 導入 */
#Page_Hinamatsuri .SectionBabystella .Intro {
position: relative;
margin-bottom: 35px;
}

#Page_Hinamatsuri .SectionBabystella .Intro h2.Mds {
width: 70%;
margin-bottom: 20px;
font-size: 30px !important;
line-height: 1.9em;
color: #f35e7b;
}

#Page_Hinamatsuri .SectionBabystella .Intro .LeadMain {
width: 70%;
font-size: 16px !important;
font-weight: bold;
line-height: 2.0em;
letter-spacing: 0.08em;
}

#Page_Hinamatsuri .SectionBabystella .Intro .Photo {
position: absolute;
top: -20px;
right: -20px;
width: 220px;
}

/* 本体 */
#Page_Hinamatsuri .SectionBabystella .SectionMain {
margin-bottom: 50px;
}

#Page_Hinamatsuri .SectionBabystella .SectionMain .Features {
width: 50%;
}

#Page_Hinamatsuri .SectionBabystella .SectionMain .SectionItems {
width: 45%;
}

/* 特長 */
#Page_Hinamatsuri .SectionBabystella .SectionMain .Features {
position: relative;
}

#Page_Hinamatsuri .SectionBabystella .SectionMain .Features h3.Mds {
padding: 10px 0;
box-sizing: border-box;
border-radius: 10px;
background: #3fbcd4;
font-size: 16px !important;
font-weight: bold;
line-height: 1.0em;
text-align: center;
color: #fff;
}

#Page_Hinamatsuri .SectionBabystella .SectionMain .Features .Photo {
position: absolute;
top: 25px;
left: -10px;
}

#Page_Hinamatsuri .SectionBabystella .SectionMain .Features .Photo img {
width: 426px;
height: auto;
}

#Page_Hinamatsuri .SectionBabystella .SectionMain .SectionItems .ListItem li {
margin-bottom: 35px;
}

#Page_Hinamatsuri .SectionBabystella .SectionMain .SectionItems .ListItem li:last-child {
margin-bottom: 0;
}

/* 商品ラインナップ（ListItem） */
#Page_Hinamatsuri .SectionBabystella .ListItem .ItemPhoto {
width: 45%;
}

#Page_Hinamatsuri .SectionBabystella .ListItem .Details {
width: 50%;
}

#Page_Hinamatsuri .SectionBabystella .ListItem .Icon {
display: inline-block;
width: 50px;
margin-bottom: 6px;
padding: 4px 0;
box-sizing: border-box;
border-radius: 10px;
background: #e73462;
font-size: 12px;
font-weight: bold;
line-height: 1.0em;
text-align: center;
color: #fff;
}

#Page_Hinamatsuri .SectionBabystella .ListItem .Lead1 {
margin-bottom: 5px;
font-size: 1.7rem;
font-weight: bold;
line-height: 1.5em;
}

#Page_Hinamatsuri .SectionBabystella .ListItem .Lead2 {
font-size: 1.7rem;
font-weight: bold;
line-height: 1.0em;
color: #f56970;
}

#Page_Hinamatsuri .SectionBabystella .ListItem .Lead2 .Item_Price_Yen2 {
margin-right: 0.2rem;
font-size: 1.1rem;
}

/* 数量限定の特別デザイン */
#Page_Hinamatsuri .SectionBabystella .SectionLimited {
padding: 35px 30px 50px 30px;
box-sizing: border-box;
border-radius: 30px;
background: #fbfbfb;
border: 4px solid #3fbcd4;
}

#Page_Hinamatsuri .SectionBabystella .SectionLimited h3.Mds {
margin-bottom: 30px;
font-size: 30px !important;
line-height: 1.0em;
text-align: center;
color: #37bcd6;
}

/* 商品一覧ボタン */
#Page_Hinamatsuri .SectionBabystella .BtnListWrap {
margin-top: 40px;
}

#Page_Hinamatsuri .SectionBabystella .BtnList {
width: 40%;
margin: 0 auto;
padding: 18px 0 18px 1%;
background: #f35e7b url(/images/sp/common/icon/Icon_LinkFwd_White.png) no-repeat;
background-size: 28px auto;
background-position: 5% 50%;
font-size: 18px;
color: #fff;
}



/* ■ おすすめの贈りもの6選 ------------------------------------------------------------------ */

#Page_Hinamatsuri .SectionRecommend {
box-sizing: border-box;
border-radius: 30px; 
border: 4px solid #ee869a;
overflow: hidden;
}

#Page_Hinamatsuri .SectionRecommend .MdsUnit {
margin-bottom: 35px;
padding: 40px 0 45px 0;
background: url(/images/campaign/hinamatsuri/recommend/Texture_MdsBg.jpg) no-repeat center top;
background-size: 100% auto;
}

#Page_Hinamatsuri .SectionRecommend .MdsUnit h2.Mds span {
display: block;
text-align: center;
letter-spacing: 0.03em;
}

#Page_Hinamatsuri .SectionRecommend .MdsUnit h2.Mds .Sub {
margin-bottom: 15px;
font-size: 18px;
}

#Page_Hinamatsuri .SectionRecommend .MdsUnit h2.Mds .Main {
font-size: 34px;
color: #f35e7b;
}

#Page_Hinamatsuri .SectionRecommend .Inner {
padding: 0 45px 10px 45px;
box-sizing: border-box;
}

/* 商品ラインナップ（ListItem） */
#Page_Hinamatsuri .SectionRecommend .ListItem li {
margin-bottom: 35px;
}

#Page_Hinamatsuri .SectionRecommend .ListItem .LRBox {
display: block;
color: aqua;
}

#Page_Hinamatsuri .SectionRecommend .ListItem .LBox, 
#Page_Hinamatsuri .SectionRecommend .ListItem .RBox {
float: none !important;
width: 100% !important;
}

#Page_Hinamatsuri .SectionRecommend .ListItem .ItemPhoto img {
border-radius: 10px;
overflow: hidden !important;
border: 1px solid #37bcd6;
}

#Page_Hinamatsuri .SectionRecommend .ListItem .Lead1 {
margin-bottom: 5px;
font-size: 16px;
font-weight: bold;
line-height: 1.5em;
}

#Page_Hinamatsuri .SectionRecommend .ListItem .Lead2 {
margin-bottom: 15px;
}

#Page_Hinamatsuri .SectionRecommend .ListItem .Lead2 span {
display: inline-block;
vertical-align: middle;
}

#Page_Hinamatsuri .SectionRecommend .ListItem .Price {
font-size: 18px;
font-weight: bold;
line-height: 1.0em;
color: #f35e7b;
}

#Page_Hinamatsuri .SectionRecommend .ListItem .Price .Item_Price_Yen2 {
margin-right: 0.2rem;
font-size: 1.1rem;
}

#Page_Hinamatsuri .SectionRecommend .ListItem .Age {
width: 65px;
margin-left: 0.8rem;
padding: 4px 0;
box-sizing: border-box;
border-radius: 16px;
background: #37bcd6;
font-size: 12px;
font-weight: bold;
text-align: center;
line-height: 1.0em;
color: #fff;
}

#Page_Hinamatsuri .SectionRecommend .ListItem .BtnBuy {
width: 75%;
}

/* 商品一覧ボタン */
#Page_Hinamatsuri .SectionRecommend .BtnListWrap {
margin-top: 20px;
padding-top: 30px;
border-top: 1px solid #d8d8d8;
}

#Page_Hinamatsuri .SectionRecommend .BtnList {
width: 40%;
margin: 0 auto 45px auto;
padding: 18px 0 18px 2%;
background: #f35e7b url(/images/sp/common/icon/Icon_LinkFwd_White.png) no-repeat;
background-size: 28px auto;
background-position: 5% 50%;
font-size: 18px;
color: #fff;
}



/* ■ 取り扱い店舗案内 ------------------------------------------------------------------ */

#Shop_Stock_Notice {
margin-bottom: 40px !important;
}

#Shop_Stock_Notice .Lead {
color: #fff;
}


/* ■ 赤ちゃんのあそび場案内 ------------------------------------------------------------------ */

#BabyAsobiba {
margin-bottom: 60px;
}

