@charset "utf-8";



/* 出産祝い 特集 */


/*
■ 共通
■ 導入
■ お買い上げプレゼント
*/


/* ■ 共通 ------------------------------------------------------------------------------- */

#Page_Birth * {
box-sizing: border-box;
}

#Page_Birth #ContentsWrap {
font-family: 'Noto Sans JP', sans-serif;
}

#Page_Birth #ContentsWrap img {
width: 100%;
height: auto;
}

@media only screen and (max-width: 767px) {

	#ContentsWrap {
	margin: 0 1.6rem;
	}

	.PC {
	display: none;
	}
	
}

@media print, screen and (min-width: 768px) {

	#ContentsWrap {
	max-width: 94rem;
	margin: 0 auto;
	}

	#Page_Birth p {
	font-size: 1.5rem;
	line-height: 2.0em;
	}

	.SP {
	display: none;
	}

}

/* カラム */
.Col {
display: flex;
flex-wrap: wrap;
}

.Col li a {
display: block;
}

@media only screen and (max-width: 767px) {

	/* 4カラム */
	.Col4_SP {
	margin: 0 -1.5%;
	}

	.Col4_SP .ColItem {
	width: calc(23.5% - 1.5%);
	margin: 0 1.5% 2%;
	}
	
	/* 3カラム */
	.Col3_SP {
	margin: 0 -1%;
	}

	.Col3_SP .ColItem {
	width: calc(32.33333333% - 1%);
	margin: 0 1% 2%;
	}

	/* 2カラム */
	.Col2_SP {
	margin: 0 -2%;
	}

	.Col2_SP .ColItem {
	width: calc(48% - 2%);
	margin: 0 2% 2%;
	}

	/* 1カラム */
	.Col1_SP .ColItem {
	width: 100%;
	margin-top: 5px;
	}

		/* 1カラム 内 2カラム */
		.Col1_SP .Col2_SP {
		margin: 0 -2%;
		}
	
		.Col1_SP .Col2_SP .ColItem,
		.Col1_SP .Col2_SP .wp-block-column {
		width: calc(48% - 2%);
		margin: 0 2% 2%;
		}

		/* 1カラム 内 3カラム */
		.Col1_SP .Col3_SP {
		margin: 0 -1%;
		}
	
		.Col1_SP .Col3_SP .ColItem,
		.Col1_SP .Col3_SP .wp-block-column {
		width: calc(32.33333333% - 1%);
		margin: 0 1% 2%;
		}

	.Col {
	margin-top: 15px;
	}

}

@media print, screen and (min-width: 768px) {

	/* 4カラム */
	.Col4_PC {
	margin: 0 -1.5%;
	}

	.Col4_PC .ColItem {
	width: calc(23.5% - 1.5%);
	margin: 0 1.5% 2%;
	}

	/* 3カラム */
	.Col3_PC {
	margin: 0 -1%;
	}

	.Col3_PC .ColItem {
	width: calc(32.33333333% - 1%);
	margin: 0 1% 2%;
	}

	/* 2カラム */
	.Col2_PC {
	margin: 0 -2%;
	}

	.Col2_PC .ColItem {
	width: calc(48% - 2%);
	margin: 0 2% 2%;
	}

	/* 1カラム */
	.Col1_PC .ColItem {
	width: 100%;
	margin-top: 5px;
	}

}

@media print, screen and (min-width: 1090px) {

}

/* リスト各種 */
.ListDisc li,
.ListDiscS li,
.ListKome li,
.ListKomeS li,
.ListNumS li,
.ListKomeNumS li {
position: relative;
padding-left: 14px;
background-image: none;
color: #000;
}

.ListDisc li:before,
.ListDiscS li:before,
.ListKome li:before,
.ListKomeS li:before,
.ListNumS li:before,
.ListKomeNumS li:before {
display: inline-block;
position: absolute;
}

/* ディスク（ListDisc） */
.ListDisc li:before {
left: 1px;
top: 7px;
width: 7px;
height: 7px;
border-radius: 100%;
background: #000;
content: '';
}

/* ディスク：小（ListDiscS） */
.ListDiscS li:before {
content: '';
}

/* 米印（ListKome） */
.ListKome li:before {
top: 0;
left: 0;
content: '※';
}

/* 米印：小（ListKomeS） */
.ListKomeS li:before {
top: 0;
left: 0;
content: '※';
}

/* 連番：小（ListNumS） */
.ListNumS li:before {
content: counter(ListNum)".";
}

/* 米印連番：小（ListKomeNumS） */
.ListKomeNumS li:before {
content: "※"counter(ListNum);
}

/* フォント */
#Page_Birth .WF1 {
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.175em;
}


@media only screen and (max-width: 767px) {
	

}

@media print, screen and (min-width: 768px) {



}

#Page_Birth .SectionSubIn:last-of-type {
margin-bottom: 0;
}
	
@media only screen and (max-width: 767px) {
	
	#Page_Birth .SectionSubIn {
	margin-bottom: 20px;
	border-radius: 15px;
	border: 2.5px solid;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth .SectionSubIn {
	margin-bottom: 30px;
	border-radius: 20px;
	border: 3px solid;
	}
	
}

/* 見出し */
#Page_Birth .SectionMain h2.MdsH2 {
text-align: center;
color: #fff;
}

#Page_Birth .SectionMain h2.MdsH2 span {
display: block;
line-height: 1.0em;
}

#Page_Birth .SectionMain h2.MdsH2 .Mds1 {
letter-spacing: 0.08em;
}

#Page_Birth .SectionMain h2.MdsH2 .Mds2 {
font-weight: 500;
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth .SectionMain h2.MdsH2 {
	padding: 15px 0;
	border-radius: 10px;
	}

	#Page_Birth .SectionMain h2.MdsH2 .Mds1 {
	margin-bottom: 8px;
	font-size: 21px;
	}

	#Page_Birth .SectionMain h2.MdsH2 .Mds2 {
	font-size: 11px;
	}	

}

@media print, screen and (min-width: 768px) {

	#Page_Birth .SectionMain h2.MdsH2 {
	padding: 25px 0;
	border-radius: 15px;
	}

	#Page_Birth .SectionMain h2.MdsH2 .Mds1 {
	margin-bottom: 10px;
	font-size: 28px;
	}

	#Page_Birth .SectionMain h2.MdsH2 .Mds2 {
	font-size: 18px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth .SectionSubIn h3.MdsH3 {
	font-size: 19px;
	line-height: 1.5em;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth .SectionSubIn h3.MdsH3 {
	font-size: 26px;
	line-height: 1.6em;
	}
	
}

/* ボタン */
.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.0em;
font-weight: bold;
text-align: center;
text-decoration: none;
}

.Btn1 {
background: #f26199 url(/images/sp/common/icon/Icon_LinkFwd_White.png) no-repeat;
line-height: 1.0em;
color: #fff !important;
}

.Btn1.Disabled {
background-image: none !important;
pointer-events: none;
opacity: 0.6;
}

/* 気軽に贈れるオンラインギフト */
/* .OnlineGift_ {
border: 2px solid #f26199;
background-color: #fff;
} */

.OnlineGift_Nav {
display: flex;
justify-content: center;
}

a.OnlineGift_Nav_Btn {
display: block;
border-radius: 100vh;
line-height: 1;
font-weight: 500;
text-align: center;
color: #fff;
background-color: #f26199;
background-image: url(/images/sp/common/icon/Icon_LinkFwd_White.png);
background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {

	.Btn1 {
	margin: 0 auto;
	padding: 12px 0 12px 2%;
	background-size: 18px auto;
	background-position: 6% 50%;
	}	

}

@media only screen and (max-width: 372px) {

	.Btn1 {
	background-size: 15px auto;
	background-position: 4% 50%;
	font-size: 13px;
	}	
	
}

@media print, screen and (min-width: 768px) {

	.Btn1 {
	margin: 0 auto;
	padding: 15px 0;
	background: #f26199 url(/images/sp/common/icon/Icon_LinkFwd_White.png) no-repeat;
	background-size: 20px auto;
	background-position: 7% 50%;
	font-size: 16px;
	}


}


@media only screen and (max-width: 767px) {
	
	.BtnListWrap li {
	margin-bottom: 10px;
	}

	.BtnListWrap li:last-child {
	margin-bottom: 0;
	}

	.OnlineGift_Detail {
	display: flex;
	flex-flow: column;
	}

	.OnlineGift_Detail_Mds {
	order: 1;
	font-size: 2rem;
	text-align: center;
	}

	.OnlineGift_Detail_Photo {
	order: 2;
	margin-top: 2rem;
	}

	.OnlineGift_Detail_Lead {
	order: 3;
	margin-top: 1.6rem;
	font-size: 1.5rem;
	line-height: 2;
	}

	.OnlineGift_Nav {
	margin-top: 2.5rem;
	}

	.OnlineGift_Nav li {
	width: 100%;
	}

	a.OnlineGift_Nav_Btn {
	width: 80%;
	padding: 1rem 0 1.3rem;
	font-size: 1.5rem;
	background-size: 1.6rem auto;
	background-position: left 1.2rem top 48%;
	}

}

@media print, screen and (min-width: 768px) {

	.BtnListWrap .Note {
	margin-top: 0.5rem;
	font-size: 1.4rem !important;
	text-align: center;
	}

	#Recommend4 {
	padding: 5rem 4.5rem 5rem !important;
	}

	.OnlineGift_Detail {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "lead photo";
	gap: 4rem;
	}

	.OnlineGift_Detail_Mds,
	.OnlineGift_Detail_Lead {
	grid-area: lead;
	}

	.OnlineGift_Detail_Photo {
	grid-area: photo;
	}

	.OnlineGift_Detail_Mds {
	font-size: 2.6rem;
	}

	.OnlineGift_Detail_Lead {
	margin-top: 6rem;
	font-size: 1.5rem;
	line-height: 2;
	}

	.OnlineGift_Nav {
	margin-top: 5rem;
	}

	a.OnlineGift_Nav_Btn {
	padding: 1.4rem 12rem 1.7rem;
	font-size: 1.8rem;
	background-size: 2.2rem auto;
	background-position: left 1.6rem top 50%;
	}

}

@media only screen and (max-width: 767px) {
	
	.BtnWrap {
	margin-top: 35px;
	}

}

@media print, screen and (min-width: 768px) {

	.BtnWrap {
	margin-top: 60px;
	}

}

@media print, screen and (min-width: 768px) {

	.BtnBorderTop {
	border-top: 1px solid #e6e6e6;
	padding-top: 40px;	
	}

}

.Item_Buy {
display: block;
border: 2px solid #b8daeb;
border-radius: 30px;
background: #f1f8fd url(/images/sp/common/icon/Icon_LinkFwd_Blue.png) no-repeat;
background-position: 7% 50%;
line-height: 1.0em !important;
font-weight: bold;
text-align: center;
color: #3d5fc4;
text-decoration: none;
}

@media only screen and (max-width: 767px) {
	
	.Item_Buy {
	margin-top: 10px;
	width: 90%;
	padding: 8px 0 8px 4%;
	background-size: 15px auto;
	font-size: 13px;
	}
}

@media only screen and (max-width: 372px) {

	.Item_Buy {
	width: 100% !important;
	padding-left: 8% !important;
	background-size: 13px auto;
	font-size: 12px;
	}

}

@media print, screen and (min-width: 768px) {

	.Item_Buy {
	margin-top: 15px;
	width: 56%;
	padding: 10px 0 10px 6%;
	background-size: 16px auto;
	font-size: 14px;
	}

}

/* アイテム一覧 */
.ColItem a {
display: block;
color: #000;
}

.ColItem.Soon a {
pointer-events:none !important;
}

.ColItem.Soon .Item_Buy {
display: none;
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth .ListItem li {
	margin-bottom: 25px;
	}

	#Page_Birth .Col2_SP li:nth-child(2n+1):nth-last-child(-n+2),
	#Page_Birth .Col2_SP li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
	margin-bottom: 0 !important;
	}	
	
	#Page_Birth .Col3_SP li:nth-child(3n+1):nth-last-child(-n+3),
	#Page_Birth .Col3_SP li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
	margin-bottom: 0 !important;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth .ListItem li {
	margin-bottom: 45px;
	}

	#Page_Birth .Col2_PC li:nth-child(2n+1):nth-last-child(-n+2),
	#Page_Birth .Col2_PC li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
	margin-bottom: 0 !important;
	}	
	
	#Page_Birth .Col3_PC li:nth-child(3n+1):nth-last-child(-n+3),
	#Page_Birth .Col3_PC li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
	margin-bottom: 0 !important;
	}	

}

@media only screen and (max-width: 767px) {
	
	.ListItem .Item_Photo img {
	border-radius: 15px;
	}

}

@media print, screen and (min-width: 768px) {

	.ListItem .Item_Photo img {
	border-radius: 20px;
	}

}

.ListItem .IconSoon {
display: inline-block;
padding: 0 5px;
font-weight: bold;
text-align: center;
color: #fff;
}

@media only screen and (max-width: 767px) {
	
	.ListItem .IconSoon {
	margin-top: 10px;
	padding: 0 5px;
	font-size: 12px;
	}

}

@media print, screen and (min-width: 768px) {

	.ListItem .IconSoon {
	margin-top: 15px;
	padding: 0 8px;
	font-size: 13px;
	}

}

.ListItem .Item_Name {
font-weight: bold;
}

@media only screen and (max-width: 767px) {
	
	.ListItem .Item_Name {
	margin-top: 7px;
	font-size: 15px !important;
	line-height: 1.5;
	}
}

@media print, screen and (min-width: 768px) {

	.ListItem .Item_Name {
	margin-top: 15px;
	font-size: 18px !important;
	line-height: 1.7em !important;
	}

}

.ListItem .Item_Price {
font-weight: bold;
letter-spacing: 0.05em;
}

@media print, screen and (min-width: 768px) {

	.ListItem .Item_Price {
	font-size: 18px !important;
	}

}

@media only screen and (max-width: 767px) {

	.ListItem .Item_Lead {
	font-size: 13px !important;
	line-height: 1.6;
	}


}

@media print, screen and (min-width: 768px) {

}

.ListItem .Item_Price_Unit {
font-size: 70%;
font-feature-settings: "palt";
}
		
/* ページ下部枠 */
@media only screen and (max-width: 767px) {
	
	#Page_Birth .OtherContWrap {
	padding: 4rem 1.6rem 0 1.6rem;
	}

}

@media print, screen and (min-width: 768px) {

	#Page_Birth .OtherContWrap {
	padding-top: 8rem;
	}
	
	#Page_Birth .OtherContUnit {
	width: 94rem;
	margin: 0 auto;
	}

}



/* ■ 導入 ------------------------------------------------------------------ */

/* タイトル */
#Page_Birth .PageTitle img {
width: 100%;
height: auto;
}	
		
@media only screen and (max-width: 767px) {

	#Page_Birth .LeadTitle {
	margin-top: 15px;
	font-size: 16px;
	}	

}

@media print, screen and (min-width: 768px) {

	#Page_Birth .LeadTitle {
	width: 780px;
	margin: 75px auto 0 auto;
	font-size: 16px;
	}

}

/* ページ内リンク */
#Page_Birth .InPageCateLink {
margin-top: 70px;
}

#Page_Birth .InPageCateLink a {
position: relative;
}

#Page_Birth .InPageCateLink li a:before {
display: inline-block;
position: absolute;
left: 50%;
background-size: contain;	
content:'';
overflow: hidden;
}

#Page_Birth .InPageCateLink li:nth-child(1) a:before {
background-image: url(/images/campaign/birth/intro/Icon_LinkAllowBelow1.png);
}

#Page_Birth .InPageCateLink li:nth-child(2) a:before {
background-image: url(/images/campaign/birth/intro/Icon_LinkAllowBelow2.png);
}

#Page_Birth .InPageCateLink li:nth-child(3) a:before {
background-image: url(/images/campaign/birth/intro/Icon_LinkAllowBelow3.png);
}

#Page_Birth .InPageCateLink a span {
display: block;
}

#Page_Birth .InPageCateLink li:nth-child(1),
#Page_Birth .InPageCateLink li:nth-child(1) a {
color: #70c5f2;
}

#Page_Birth .InPageCateLink li:nth-child(2),
#Page_Birth .InPageCateLink li:nth-child(2) a {
color: #f26199;
}

#Page_Birth .InPageCateLink li:nth-child(3),
#Page_Birth .InPageCateLink li:nth-child(3) a {
color: #f49f4d;
}

@media only screen and (max-width: 767px) {

	#Page_Birth .InPageCateLink {
	margin-top: 30px;
	}	

	#Page_Birth .InPageCateLink a {
	padding: 25px 0;
	border: 2.5px solid;
	border-radius: 12px;
	line-height: 1.3em;
	}

	#Page_Birth .InPageCateLink li a:before {
	bottom: -12.5px;
	width: 25px;
	height: 25px;
	margin-left: -12.5px;
	border-radius: 3px;
	overflow: hidden;
	}
	
	#Page_Birth .InPageCateLink a span {
	width: 50%;
	margin: 0 auto 10px auto;
	}
	
}

@media only screen and (max-width: 372px) {

	#Page_Birth .InPageCateLink a {
	font-size: 13px;
	}

}

@media print, screen and (min-width: 768px) {

	#Page_Birth .InPageCateLink {
	margin-top: 70px;
	}

	#Page_Birth .InPageCateLink a {
	padding: 30px 0 50px 0;
	border: 5px solid;
	border-radius: 24px;
	font-size: 22px;
	}

	#Page_Birth .InPageCateLink li a:before {
	bottom: -30px;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	border-radius: 6px;
	}

	#Page_Birth .InPageCateLink a span {
	width: 125px;
	margin: 0 auto 13px auto;
	}
	
}


/* ■ おすすめアイテムTOP5 ------------------------------------------------------------------ */

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate1 {
	margin-top: 40px;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate1 {
	margin-top: 90px;
	}
	
}

#Page_Birth #Cate1 h2.MdsH2 {
background: #70c5f2;
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate1 h2.MdsH2 {
	margin-bottom: 25px;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate1 h2.MdsH2 {
	margin-bottom: 40px;
	}
	
}

/* アイテム一覧 */
#Page_Birth #Cate1 .ListItem li {
position: relative;
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate1 .ListItem li {
	margin-bottom: 30px;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate1 .ListItem li {
	margin-bottom: 60px;
	}
	
}

#Page_Birth #Cate1 .ListItem .Icon_RankNum {
display: inline-block;
position: absolute;
background: url(/images/campaign/birth/cate1/Texture_IconCrown.png) no-repeat left top;
background-size: contain;
font-weight: bold;
text-align: center;
color: #00a9cf;
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate1 .ListItem .Icon_RankNum {
	top: -15px;
	left: 5px;
	width: 42px;
	height: 28px;
	padding-left: 2.5px;
	font-size: 13px;
	line-height: 39px;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate1 .ListItem .Icon_RankNum {
	top: -30px;
	left: 10px;
	width: 76px;
	height: 51px;
	padding-left: 2.5px;
	line-height: 71px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate1 .ListItem .Item_Photo img {
	border: 2px solid #b9e3f9;
	}	
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate1 .ListItem .Item_Photo img {
	border: 3px solid #b9e3f9;
	}
	
}

#Page_Birth #Cate1 .ListItem .Item_Name {
color: #46a3d4;
}

/* コラム */
#Page_Birth #Cate1 .SectionColumn {
background: #f9f9e4;
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate1 .SectionColumn {
	margin-top: 35px;
	padding: 30px 20px 40px 20px;
	border-radius: 15px;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate1 .SectionColumn {
	margin-top: 50px;
	padding: 60px 45px;
	border-radius: 20px;
	}
	
}

#Page_Birth #Cate1 .SectionColumn h3.Mds {
color: #569ad9;
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate1 .SectionColumn h3.Mds {
	margin-bottom: 20px;
	font-size: 23px;
	line-height: 1.5em;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate1 .SectionColumn h3.Mds {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.0em;
	}
	
}





/* ■ 贈りものを選ぶ ------------------------------------------------------------------ */

#Recommend4 .Lead_Line_Gift {
text-align: center !important;
}

#Recommend4 .Note a,
#Recommend4 .Lead_Line_Gift a {
display: inline !important;
color: var(--color-link) !important;
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 {
	margin-top: 50px;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 {
	margin-top: 85px;
	}
	
}

#Page_Birth #Cate2 .ListItem .IconSoon {
background: #f26199;
}

#Page_Birth #Cate2 .SectionSab:last-of-type {
margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 .SectionSab {
	margin-bottom: 40px;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 .SectionSab {
	margin-bottom: 95px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 .SectionSubIn {
	}
	
}
	
@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 .SectionSubIn {
	padding: 50px 45px 60px 45px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 .SectionSubIn .LeadUnit {
	margin-bottom: 20px;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 .SectionSubIn .LeadUnit {
	margin-bottom: 60px;
	}
	
}

@media only screen and (max-width: 767px) {
	

}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 #Recommend4 .LeadUnit {
	margin-bottom: 40px;
	}
	
}

#Page_Birth #Cate2 .SectionSubInBox:last-of-type {
margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 .SectionSubInBox {
	margin-bottom: 35px;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 .SectionSubInBox {
	margin-bottom: 55px;
	}
	
}

/* 見出し */
#Page_Birth #Cate2 h2.MdsH2 {
background: #f26199;
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 h2.MdsH2 {
	margin-bottom: 25px;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 h2.MdsH2 {
	margin-bottom: 40px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 .SectionSab h3.MdsH3 {
	padding-top: 20px;
	border-top: 4px solid #f26199;
	font-size: 20px;
	line-height: 1.0em;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 .SectionSab h3.MdsH3 {
	padding-top: 30px;
	border-top: 5px solid #f26199;
	font-size: 30px;
	line-height: 1.0em;
	}
	
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 .SectionSubIn h4.MdsH4 {
	font-size: 19px !important;
	line-height: 1.5em;
	}
	
}

@media only screen and (max-width: 372px) {

	#Page_Birth #Cate2 .SectionSubIn h4.MdsH4 {
	font-size: 17px !important;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 .SectionSubIn h4.MdsH4 {
	font-size: 26px !important;
	}
	
}

#Page_Birth #Cate2 .SectionSubInBox h5.Mds {
display: inline-block;
background: #f26199;
text-align: center;
line-height: 1.0em;
color: #fff;
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 .SectionSubInBox h5.Mds {
	width: 100%;
	padding: 10px 0;
	border-radius: 6px;
	font-size: 14px;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 .SectionSubInBox h5.Mds {
	width: 20%;
	margin-bottom: 30px;
	padding: 15px 0;
	border-radius: 8px;
	font-size: 20px;
	}
	
}

/* ページ内リンク */
@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 > .InPageLink {
	margin-bottom: 20px;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 > .InPageLink {
	margin-bottom: 45px;
	}
	
}

#Page_Birth #Cate2 > .InPageLink a {
background: url( /images/campaign/birth/cate2/Icon_LinkAllowBelow1.png) no-repeat;
color: #f26199;
}

@media screen and (max-width:320px) {

	#Page_Birth #Cate2 > .InPageLink a {
	background-size: 16px auto;
	font-size: 14px !important;
	}

}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 > .InPageLink a {
	padding: 10px 0 35px 0;
	border-radius: 10px;
	background-size: 18px auto;
	background-position: 50% 80%;
	border: 2px solid #f26199;
	font-size: 15px !important;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 > .InPageLink a {
	padding: 20px 0;
	border-radius: 20px;
	background-size: 30px auto;
	background-position: 95% 50%;
	border: 4px solid #f26199;
	font-size: 22px !important;
	}
	
}

/* 予算で選ぶ */
#Page_Birth #Cate2 #Cate2_Sec1 .TabMenu {
width: 100%;
}
		
@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 #Cate2_Sec1 .TabMenu {
	margin-top: 18px;
	border-bottom: 3px solid #f26199;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 #Cate2_Sec1 .TabMenu {
	margin-top: 35px;
	border-bottom: 4px solid #f26199;
	}
	
}

#Page_Birth #Cate2 #Cate2_Sec1 .TabMenu li {
flex: 1;
}

#Page_Birth #Cate2 #Cate2_Sec1 .TabMenu li:last-child {
margin-right: 0;
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 #Cate2_Sec1 .TabMenu li {
	margin-right: 1.5%;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 #Cate2_Sec1 .TabMenu li {
	margin-right: 1%;
	}
	
}

#Page_Birth #Cate2 #Cate2_Sec1 .TabMenu a {
background: #ffe7f0;
font-weight: 700;
text-align: center;
}
	
@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 #Cate2_Sec1 .TabMenu a {
	padding: 12px 0;
	border-radius: 6px 6px 0 0;
	font-size: 12px;
	line-height: 1.3em;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 #Cate2_Sec1 .TabMenu a {
	padding: 20px 0;
	border-radius: 8px 8px 0 0;
	font-size: 16px;
	}
	
}

#Page_Birth #Cate2 #Cate2_Sec1 .TabMenu .WF1 {
letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 #Cate2_Sec1 .TabMenu .WF1 {
	display: block;
	}
	
}

#Page_Birth #Cate2 #Cate2_Sec1 .TabMenu .Item_Price_Yen2 {
font-feature-settings: "palt";	
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 #Cate2_Sec1 .TabMenu .Item_Price_Yen2 {
	font-size: 9px;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 #Cate2_Sec1 .TabMenu .Item_Price_Yen2 {
	font-size: 12px;
	}
	
}

#Page_Birth #Cate2 #Cate2_Sec1 .TabMenu .Price_Unit {
font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 #Cate2_Sec1 .TabMenu .Price_Unit {
	font-weight: 400;
	}
	
}

#Page_Birth #Cate2 #Cate2_Sec1 .TabMenu .Current {
background: #f26199;
color: #fff;
}

/* おすすめから選ぶ */
#Page_Birth #Cate2 ##Cate2_Sec2 > .InPageLink {
width: 100%;
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 #Cate2_Sec2 > .InPageLink {
	margin: 15px 0 25px 0;
	flex-wrap: wrap;
	}
	
}	

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 #Cate2_Sec2 > .InPageLink {
	margin: 35px 0 20px 0;
	}
	
}



@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 #Cate2_Sec2 > .InPageLink li {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 2%;
	}

	#Page_Birth #Cate2 #Cate2_Sec2 > .InPageLink li:nth-child(2n) {
	margin-right: 0;
	}

	#Page_Birth #Cate2 #Cate2_Sec2 > .InPageLink li:nth-child(2n+1):nth-last-child(-n+2),
	#Page_Birth #Cate2 #Cate2_Sec2 > .InPageLink li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
	margin-bottom: 0 !important;
	}	
		
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 #Cate2_Sec2 > .InPageLink li {
	flex: 1;
	margin-right: 1%;
	}
	
	#Page_Birth #Cate2 #Cate2_Sec2 > .InPageLink li:last-child {
	margin-right: 0;
	}
	
}

#Page_Birth #Cate2 #Cate2_Sec2 > .InPageLink a {
font-weight: bold;
text-align: center;
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 #Cate2_Sec2 > .InPageLink a {
	padding: 10px 0 25px 0;
	border-radius: 6px;
	background: #ffe7f0 url(/images/campaign/birth/cate2/Icon_LinkAllowBelow1.png) no-repeat;
	background-size: 15px auto;
	background-position: 50% 88%;
	font-size: 12px;
	line-height: 1.5em;
	}
	
	
}	

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 #Cate2_Sec2 > .InPageLink a {
	padding: 20px 0 50px 0;
	border-radius: 8px;
	background: #ffe7f0 url(/images/campaign/birth/cate2/Icon_LinkAllowBelow1.png) no-repeat;
	background-size: 24px auto;
	background-position: 50% 85%;
	line-height: 1.5em;
	}
	
}	
	
#Page_Birth #Cate2 .SectionSubIn {
    border-color: #f26199;
}

	@media only screen and (max-width: 767px) {
		
		#Page_Birth #Cate2 .SectionSubIn {
		padding: 25px 10px 30px 10px !important;
		}
		
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 .SectionSubIn {
	padding: 45px 50px 40px 50px !important;
	}
	
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 .SectionSubIn .Lead1 {
	margin-top: 8px;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 .SectionSubIn .Lead1 {
	margin-top: 20px;
	}
	
}

/* アイテム一覧 */
#Page_Birth #Cate2 .ListItem .Item_Photo img {
border: 3px solid #fec6db;
}

#Page_Birth #Cate2 .ListItem .Item_Name {
color: #f26199;
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 #Cate2_Sec1 > .ListItem {
	}
	
}	

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 #Cate2_Sec1 > .ListItem {
	margin-top: 35px;
	}
	
}

/* ボタン */
@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate2 .BtnWrap .Btn1 {
	width: 85%;
	}

	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate2 .BtnWrap .Btn1 {
	width: 35%;
	}
	
}

/* TabBoxの中身 */
#Page_Birth #Cate2 .TabBox {
margin: 35px 0 0 0;
display: none;
}

#Page_Birth #Cate2 .TabBox.Current {
display: block;
}

@media only screen and (max-width: 767px) {

	/* TabBoxの中身 */
	#Page_Birth #Cate2 .TabBox {
	margin: 25px 0 0 0;
	}

}

@media print, screen and (min-width: 768px) {

}



/* ■ 出産祝いのマナー ------------------------------------------------------------------ */

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate3 {
	margin-top: 50px;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate3 {
	margin-top: 85px;
	}
	
}

#Page_Birth #Cate3 h2.MdsH2 {
background: #f49f4d;
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate3 h2.MdsH2 {
	margin-bottom: 25px;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate3 h2.MdsH2 {
	margin-bottom: 40px;
	}
	
}

#Page_Birth #Cate3 .SectionSubIn {
    border-color: #f49f4d;
}
	
@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate3 .SectionSubIn {
	padding: 0 10px 25px 10px;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate3 .SectionSubIn {
	padding: 0 50px 40px 50px;
	}
	
}

#Page_Birth #Cate3 .SectionSubIn .IconGuide {
display: inline-block;
background: #f49f4d;
font-weight: 500;
color: #fff;
}

@media only screen and (max-width: 767px) {

	#Page_Birth #Cate3 .SectionSubIn .IconGuide {
	margin-bottom: 20px;
	padding: 8px 15px;
	border-radius: 0 0 6px 6px;
	}	
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate3 .SectionSubIn .IconGuide {
	margin-bottom: 30px;
	padding: 20px 25px;
	border-radius: 0 0 8px 8px;
	}
	
}

#Page_Birth #Cate3 .SectionSubIn .IconGuide span {
display: inline-block;
line-height: 1.0em;
vertical-align: middle;
}


@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate3 .SectionSubIn .IconGuide .Mds {
	margin-top: 2px;
	font-size: 10px;
	}
		
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate3 .SectionSubIn .IconGuide .Mds {
	margin-top: 2px;
	font-size: 20px;
	}
	
}

@media only screen and (max-width: 767px) {

	#Page_Birth #Cate3 .SectionSubIn .IconGuide .Num {
	margin-left: 6px;
	font-size: 25px;
	}	
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate3 .SectionSubIn .IconGuide .Num {
	margin-left: 15px;
	font-size: 50px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	#Page_Birth #Cate3 .SectionSubIn .Lead1 {
		
	}
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate3 .SectionSubIn .Lead1 {
	margin-top: 30px;
	}
	
}

@media only screen and (max-width: 767px) {

	#Page_Birth #Cate3 .SectionSubIn .Photo {
	margin: 20px 0 20px 0;
	}	
	
}

@media print, screen and (min-width: 768px) {

	#Page_Birth #Cate3 .SectionSubIn .Photo {
	width: 48%;
	margin: 30px 0 20px 0;
	}

	#Page_Birth #Cate3 .SectionSubIn:nth-of-type(2) .Photo,
	#Page_Birth #Cate3 .SectionSubIn:nth-of-type(4) .Photo {
	margin-top: 90px !important;
	}
		
}



/* ■ お買い上げプレゼント ------------------------------------------------------------------ */

#ModalNovelty {
position: relative;
border-radius: 30px;
background: #f9f9e4;
}

#ModalNovelty img {
width: 100%;
height: auto;
}

.ModalNovelty_Mds {
display: flex;
align-items: center;
}

.ModalNovelty_Mds1 {
border-radius: 10px;
box-sizing: border-box;
text-align: center;
color: #fff;
background: #70c5f2;
}

.ModalNovelty_Mds2 {
color: #f26199;
}

.ModalNovelty_Lead a {
text-decoration: underline;
}

/* 閉じるボタン */
#ModalNovelty_Close {
position: absolute;
}

.mfp-close {
display: none !important;
}

/* ボタン */
#ModalNovelty_Btn {
position: fixed;
z-index: 1000;
}

@media only screen and (max-width: 767px) {

	#ModalNovelty {
	padding: 20px 20px 30px;
	}

	.ModalNovelty_Mds1 {
	width: 55px;
	height: 55px;
	padding-top: 8px;
	font-size: 14px;
	line-height: 1.4;
	}

	.ModalNovelty_Mds2 {
	margin-left: 10px;
	font-size: 20px;
	}

	.ModalNovelty_Lead {
	margin-top: 15px;
	font-feature-settings: "palt";
	}

	.ModalNovelty_Photo {
	margin-top: 15px;
	padding: 0 20px;
	}

	.ModalNovelty_Note {
	margin-top: 30px;
	font-size: 11px;
	text-align: center;
	}

	/* 閉じるボタン */
	#ModalNovelty_Close {
	top: 20px;
	right: 20px;
	width: 25px;
	}

	/* ボタン */
	#ModalNovelty_Btn {
	left: 0;
	bottom: 0;
	}

	#ModalNovelty_Btn img {
	width: 100%;
	height: auto;
	}

}

@media only screen and (max-width: 372px) {

	#ModalNovelty {
	padding: 40px 20px 30px;
	}

	/* 閉じるボタン */
	#ModalNovelty_Close {
	top: 10px;
	right: 20px;
	width: 20px;
	}

}

@media print, screen and (min-width: 768px) {

	#ModalNovelty {
	position: relative;
	max-width: 820px;
	margin: 0 auto;
	padding: 40px 40px 40px;
	}

	.ModalNovelty_Unit {
	display: flex;
	}

	.ModalNovelty_Mds1 {
	width: 70px;
	height: 70px;
	padding-top: 12px;
	font-size: 18px;
	line-height: 1.3;
	}

	.ModalNovelty_Mds2 {
	margin-left: 15px;
	font-size: 32px;
	}

	.ModalNovelty_Lead {
	margin-top: 15px;
	font-size: 16px;
	line-height: 2;
	}

	.ModalNovelty_Photo {
	padding-left: 30px;
	}

	.ModalNovelty_Photo img {
	width: 268px;
	}

	.ModalNovelty_Note {
	margin-top: -30px;
	font-size: 12px;
	}

	/* 閉じるボタン */
	#ModalNovelty_Close {
	top: 15px;
	right: 25px;
	width: 20px;
	}

	/* ボタン */
	#ModalNovelty_Btn {
	right: 20px;
	top: 300px;
	}

	#ModalNovelty_Btn img {
	width: 190px;
	}

}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.4; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
