@charset "utf-8";



/* 「おでかけアイテム」特集 */


/*
■ 共通
■ 導入
■ ページ内リンク
■ セクション共通設定
*/


/* ■ 共通 ------------------------------------------------------------------------------- */

#Page_Odekake * {
box-sizing: border-box;
}

#Page_Odekake a {
display: block;
text-decoration: none; 
}

#Page_Odekake .Photo img,
#Page_Odekake .ListPhoto img {
width: 100%;
height: auto;
}

/* カラム */
#Page_Odekake .Col {
display: grid;
}

/* ボタン */
#Page_Odekake .Btn {
display: block;
width: 100%;
border-radius: 50px;
box-sizing: border-box;
line-height: 1.0em;
font-weight: bold;
text-align: center;
text-decoration: none;
}

#Page_Odekake .BtnBuy {
border: 2px solid #b8daeb;
background: #f1f8fd url(/images/sp/common/icon/Icon_LinkFwd_Blue.png) no-repeat;
color: #3d5fc4;
}

@media only screen and (max-width: 767px) {

	#Page_Odekake .PC,
	#Page_Odekake .SE {
	display: none;
	}

	#Page_Odekake p {
	letter-spacing: 0.1em;
	}

	#Page_Odekake .LeadMain {
	margin: 0;
	}

	/* カラム */
	#Page_Odekake .Col2_SP {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.6rem;
	}

	/* ボタン */
	#Page_Odekake .BtnBuy {
	width: 85%;
	margin-top: 15px;
	padding: 8px 0 8px 7%;
	background-position: 6% 50%;
	background-size: 15px auto;
	font-size: 12px;
	}

	/* ページ下部 */
	#Page_Odekake .OtherContWrap {
	padding: 0 10px;
	}

	.RecommendedMenuCampaign {
	margin-bottom: 0 !important;
	}

}

@media only screen and (max-width: 372px) {

	#Page_Odekake .SE {
	display: block;
	}

	/* ボタン */
	#Page_Odekake .BtnBuy {
	width: 100%;
	background-size: 13px auto;
	}	

}

@media print, screen and (min-width: 768px) {

	#HeaderBanner2 {
	margin-bottom: 0;
	}
	
	#Search {
	margin-bottom: 0;
	}

	#Page_Odekake .SP,
	#Page_Odekake .SE {
	display: none;
	}
	
	#Page_Odekake p {
	font-size: 16px;
	line-height: 2.4em;
	letter-spacing: 0.1em;
	}	

	/* カラム */	
	#Page_Odekake .Col2_PC {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.2rem;
	}

	#Page_Odekake .Col3_PC {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 2rem;
	}

	#Page_Odekake .Col4_PC {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.4rem;
	}	

	/* ボタン */
	#Page_Odekake .Btn {
	font-size: 15px;
	letter-spacing: 0;
	}
	
	#Page_Odekake .BtnBuy {
	width: 154px;
	margin-top: 20px;
	padding: 8px 0 8px 4.5%;
	background-size: 16px auto;
	background-position: 6% 50%;
	font-size: 14.5px;
	}

	/* ページ下部 */
	#Page_Odekake .OtherContUnit {
	width: 940px;
	margin: 0 auto;
	}

	/* パンくず */
	.BreadCrumb_Wrap {
	margin-top: 0 !important;
	}

}



/* ■ 導入 ------------------------------------------------------------------ */

#Page_Odekake .SectionIntro .PhotoBox img {
overflow: hidden;
}	

@media only screen and (max-width: 767px) {

	#Page_Odekake .SectionIntro .IntroUnit {
	margin: 25px 15px 0 15px;
	}

	#Page_Odekake .SectionIntro .PhotoBox {
	margin-top: 20px;
	}

	#Page_Odekake .SectionIntro .PhotoBox img {
	border-radius: 10px;
	}	
}

@media print, screen and (min-width: 768px) {

	#Page_Odekake .SectionIntro .IntroUnit {
	display: flex;
	width: 930px;
	margin: 75px auto 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
	
	#Page_Odekake .SectionIntro .LeadBox {
	width: 52%;
	}

	#Page_Odekake .SectionIntro .PhotoBox {
	width: 42%;
	}

	#Page_Odekake .SectionIntro .PhotoBox img {
	border-radius: 15px;
	}

}



/* ■ ページ内リンク ------------------------------------------------------------------ */

#Page_Odekake .InPageLink li {
position: relative;
}

#Page_Odekake .InPageLink a {
display: block;
width: 100%;
font-weight: bold;
color: #000;
text-align: center;
}

#Page_Odekake .InPageLink span {
display: inline-block;
position: absolute;
left: 0;
right: 0;
margin: auto;
}

@media only screen and (max-width: 767px) {

	#Page_Odekake .InPageLink {
	margin: 30px 15px 25px 15px;
	}

	#Page_Odekake .InPageLink a {
	padding: 30px 0 35px 0;
	border-radius: 8px;
	font-size: 13px;
	}

	#Page_Odekake .InPageLink .Col {
    gap: 1.8rem 1.2rem;   
	}

	#Page_Odekake .InPageLink li:nth-child(1) a {
	background: #fbf6cd url(/images/campaign/odekake_2024gw/Icon_LinkAllowBelow1.png) no-repeat;
	background-size: 14px auto;
	background-position: 50% 85%;
	}
	
	#Page_Odekake .InPageLink li:nth-child(2) a {
	background: #c3eaf2 url(/images/campaign/odekake_2024gw/Icon_LinkAllowBelow2.png) no-repeat;
	background-size: 14px auto;
	background-position: 50% 85%;
	}
	
	#Page_Odekake .InPageLink li:nth-child(3) a {
	background: #f9e1e9 url(/images/campaign/odekake_2024gw/Icon_LinkAllowBelow3.png) no-repeat;
	background-size: 14px auto;
	background-position: 50% 85%;
	}
	
	#Page_Odekake .InPageLink li:nth-child(4) a {
	background: #e2f8e4 url(/images/campaign/odekake_2024gw/Icon_LinkAllowBelow4.png) no-repeat;
	background-size: 14px auto;
	background-position: 50% 85%;
	}

	#Page_Odekake .InPageLink span {
	top: -50px;
	}

	#Page_Odekake .InPageLink li:nth-child(1) span {
	margin-top: 22px;
	}
	
	#Page_Odekake .InPageLink li:nth-child(2) span {
	margin-top: 30px;
	}

	#Page_Odekake .InPageLink li:nth-child(3) span {
	margin-top: 28px;
	}	

	#Page_Odekake .InPageLink li:nth-child(4) span {
	margin-top: 28px;
	}	

	#Page_Odekake .InPageLink img {
	width: 50px;
	height: auto;
	}
	
}

@media only screen and (max-width: 372px) {

	#Page_Odekake .InPageLink a {
	font-size: 11px;
	}	

}

@media print, screen and (min-width: 768px) {

	#Page_Odekake .InPageLink {
	width: 940px;
	margin: 100px auto 40px auto;
	}

	#Page_Odekake .InPageLink a {
	padding: 45px 0 50px 0;
	border-radius: 12px;
	font-size: 17px;
	}
	
	#Page_Odekake .InPageLink li:nth-child(1) a {
	background: #fbf6cd url(/images/campaign/odekake_2024gw/Icon_LinkAllowBelow1.png) no-repeat;
	background-size: 22px auto;
	background-position: 50% 85%;
	}
	
	#Page_Odekake .InPageLink li:nth-child(2) a {
	background: #c3eaf2 url(/images/campaign/odekake_2024gw/Icon_LinkAllowBelow2.png) no-repeat;
	background-size: 22px auto;
	background-position: 50% 85%;
	}
	
	#Page_Odekake .InPageLink li:nth-child(3) a {
	background: #f9e1e9 url(/images/campaign/odekake_2024gw/Icon_LinkAllowBelow3.png) no-repeat;
	background-size: 22px auto;
	background-position: 50% 85%;
	}
	
	#Page_Odekake .InPageLink li:nth-child(4) a {
	background: #e2f8e4 url(/images/campaign/odekake_2024gw/Icon_LinkAllowBelow4.png) no-repeat;
	background-size: 22px auto;
	background-position: 50% 85%;
	}
	
	#Page_Odekake .InPageLink span {
	top: -100px;
	}

	#Page_Odekake .InPageLink li:nth-child(1) span {
	margin-top: 35px;
	}
	
	#Page_Odekake .InPageLink li:nth-child(2) span {
	margin-top: 35px;
	}

	#Page_Odekake .InPageLink li:nth-child(3) span {
	margin-top: 35px;
	}	

	#Page_Odekake .InPageLink li:nth-child(4) span {
	margin-top: 35px;
	}	

	#Page_Odekake .InPageLink img {
	width: 100px;
	height: auto;
	}

}



/* ■ セクション共通設定 ------------------------------------------------------------------ */

#Page_Odekake .SectionMain h2.MdsH2 {
color: #fff;
text-align: center;
line-height: 1.0em;
}

#Page_Odekake .SectionMain .LeadMain {
letter-spacing: 0.02em;
}	
	
#Page_Odekake .SectionMain .ListPhoto img {
overflow: hidden;
}

#Page_Odekake .SectionMain .ListItem .Photo {
overflow: hidden;
}
	
#Page_Odekake .SectionMain .ListItem .Lead1 {
font-weight: bold;
color: #5a9abe;
letter-spacing: 0.01em;
}

#Page_Odekake .SectionMain .ListItem .Lead1 small {
display: block;
}

#Page_Odekake .SectionMain .ListItem .Lead2 {
color: #000;
letter-spacing: 0.02em;
}

#Page_Odekake .SectionMain .ListItem .Lead2 .Item_Price_Yen2 {
display: inline-block;
}	

#Page_Odekake .SectionMain .ListItem .Lead2 .IconAge {
display: inline-block;
border-radius: 50px;
background: #f29837;
color: #fff;
line-height: 1.0em;
text-align: center;
vertical-align: middle;
}	

#Page_Odekake .SectionMain .ListItem .Lead3 {
color: #000;
line-height: 1.8em;
letter-spacing: 0;
}

@media only screen and (max-width: 767px) {

	#Page_Odekake .SectionWrap {
	padding: 25px 15px 45px 15px;
	}

	#Page_Odekake .SectionMain h2.MdsH2 {
	padding: 12px 0;
	border-radius: 6px;
	font-size: 23px !important;
	letter-spacing: 0.1em;
	}

	#Page_Odekake .SectionMain .LeadMain {
	margin-top: 20px;
	font-size: 13px;
	}			

	#Page_Odekake .SectionMain .ListPhoto {
	margin-top: 15px;
	}

	#Page_Odekake .SectionMain .ListPhoto img {
	border-radius: 7.5px;
	}

	#Page_Odekake .SectionMain .ListItem {
	margin-top: 30px;
	}

	#Page_Odekake .SectionMain .ListItem .Photo {
	margin-bottom: 15px;
	border-radius: 10px;
	border: 1.5px solid;
	}
	
	#Page_Odekake .SectionMain .ListItem .Lead1 {
	line-height: 1.5em;
	}
	
	#Page_Odekake .SectionMain .ListItem .Lead2 {
	margin-top: 2px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.9em;
	}

	#Page_Odekake .SectionMain .ListItem .Lead2 .Item_Price_Yen2 {
	margin-right: 0.2rem;
	font-size: 0.8rem;
	}

	#Page_Odekake .SectionMain .ListItem .Lead2 .IconAge {
	margin-top: -4px;
	margin-left: 0.4rem;	
	padding: 3px 6px;
	font-size: 10px;
	}

	#Page_Odekake .SectionMain .ListItem .Lead3 {
	margin-top: 6px;
	font-size: 11px;
	line-height: 1.6em;
	}

}

@media only screen and (max-width: 372px) {

	#Page_Odekake .SectionMain h2.MdsH2 {
	font-size: 21px !important;
	letter-spacing: 0.05em;
	}

	#Page_Odekake .SectionMain .ListItem .Lead2 .IconAge {
	display: block;
	width: 50%;
	margin-top: 2px;
	}

	#Page_Odekake .SectionMain .ListItem .Lead3 {
	margin-top: 10px;
	}
		
}

@media print, screen and (min-width: 768px) {

	#Page_Odekake .SectionWrap {
	padding: 55px 0 120px 0;
	}

	#Page_Odekake .SectionMain {
	width: 940px;
	margin: 0 auto;
	}
	
	#Page_Odekake .SectionMain h2.MdsH2 {
	padding: 18px 0;
	border-radius: 15px;
	font-size: 34px !important;
	letter-spacing: 0.15em;
	}

	#Page_Odekake .SectionMain .LeadMain {
	width: 800px;
	margin: 40px auto 0 auto;
	}	

	#Page_Odekake .SectionMain .ListPhoto {
	margin-top: 45px;
	}

	#Page_Odekake .SectionMain .ListPhoto img {
	border-radius: 15px;
	}

	#Page_Odekake .SectionMain .ListItem {
	margin-top: 50px;
	}

	#Page_Odekake .SectionMain .ListItem li {
	font-weight: bold;
	}
	
	#Page_Odekake .SectionMain .ListItem .Photo {
	margin-bottom: 15px;
	border-radius: 16px;
	border: 3px solid;
	}
	
	#Page_Odekake .SectionMain .ListItem .Lead1 {
	font-size: 18px;
	line-height: 1.6em;
	}
	
	#Page_Odekake .SectionMain .ListItem .Lead1 small {
	display: block;
	font-size: 80%;
	}
	
	#Page_Odekake .SectionMain .ListItem .Lead2 {
	margin-top: 12px;
	font-size: 18px;
	line-height: 1.5em;
	}

	#Page_Odekake .SectionMain .ListItem .Lead2 .Item_Price_Yen2 {
	margin-right: 0.2rem;
	font-size: 1.0rem;
	}	
	
	#Page_Odekake .SectionMain .ListItem .Lead3 {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.8em;
	}
	
	#Page_Odekake .SectionMain .ListItem .Lead2 .IconAge {
	margin-top: -3px;
	margin-left: 0.5rem;	
	padding: 4px 8px;
	font-size: 12px;
	}

}

/* プレイリーダーが教える! */
#Page_Odekake .SectionPlayReader {
background: #fff;
}

@media only screen and (max-width: 767px) {

	#Page_Odekake .SectionPlayReader {
	position: relative;
	padding: 0 15px 20px 15px;
	margin-top: 35px;
	border-radius: 15px;
	border: 4px solid;
	}

	#Page_Odekake .SectionPlayReader .Character {
	position: absolute;
	width: 72px;
	top: -12px;
	left: 15px;
	}	

	#Page_Odekake .SectionPlayReader .LeadBox {
	position: relative;
	padding-top: 28px;
	}
	
	#Page_Odekake .SectionPlayReader .MdsBalloon {
	position: absolute;
	width: 180px;
	top: -12px;
	left: 95px;
	}

	#Page_Odekake .SectionPlayReader h3.Mds {
	padding-left: 95px;
	font-size: 19px !important;
	letter-spacing: 0.05em;
	line-height: 1.4em;
	}

	#Page_Odekake .SectionPlayReader .Lead {
	margin-top: 15px;
	}	

}	

@media only screen and (max-width: 372px) {

	#Page_Odekake .SectionPlayReader .MdsBalloon {
	width: 155px;
	top: -12px;
	left: 95px;
	}
	
	#Page_Odekake .SectionPlayReader h3.Mds {
	font-size: 16px !important;
	}
		
}

@media (orientation: landscape) and (max-width: 767px){

	#Page_Odekake .SectionPlayReader {
	margin-top: 45px;
	}
	
	#Page_Odekake .SectionPlayReader .LeadBox {
	padding-top: 50px;
	}
	 
	#Page_Odekake .SectionPlayReader h3.Mds .SP {
	display: none;
	}

	#Page_Odekake .SectionPlayReader .Lead {
	margin-top: 55px;
	}	
	 
}

@media print, screen and (min-width: 768px) {

	#Page_Odekake .SectionPlayReader {
	display: flex;
	position: relative;
	padding: 40px 35px 50px 35px;
	flex-wrap: wrap;
	margin-top: 60px;
	border-radius: 20px;
	border: 5px solid;
	justify-content: space-between;	
	}
	
	#Page_Odekake .SectionPlayReader .PhotoBox {
	width: 20%;
	padding-top: 20px;
	padding-right: 25px;
	}

	#Page_Odekake .SectionPlayReader .MdsBalloon {
	position: absolute;
	width: 240px;
	top: -25px;
	left: -42px;
	}

	#Page_Odekake .SectionPlayReader .LeadBox {
	width: 80%;
	}

	#Page_Odekake .SectionPlayReader h3.Mds {
	font-size: 22px !important;
	letter-spacing: 0.15em;
	}

	#Page_Odekake .SectionPlayReader .Lead {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.9em;
	letter-spacing: 0.15em;
	}

}


  
/* レジャーで楽しむ！ ------------------------------------------------------------------ */

#Page_Odekake #Cate1 {
background: linear-gradient(to bottom,#fbf6cd,#fffffd);
}

#Page_Odekake #Cate1 h2.MdsH2 {
background: #f1b422;
}

#Page_Odekake #Cate1 .ListItem .Photo {
border-color: #f2e9a1;
}

#Page_Odekake #Cate1 .SectionPlayReader {
border-color: #f2bb37;
}



/* 移動時間中に楽しむ！ ------------------------------------------------------------------ */

#Page_Odekake #Cate2 {
background: linear-gradient(to bottom,#c3eaf2,#feffff);
}

#Page_Odekake #Cate2 h2.MdsH2 {
background: #25b3be;
}

#Page_Odekake #Cate2 .ListItem .Photo {
border-color: #c3ecf0;
}

#Page_Odekake #Cate2 .SectionPlayReader {
border-color: #25b3be;
}



/* 帰省先やおうちで楽しむ！ ------------------------------------------------------------------ */

#Page_Odekake #Cate3 {
background: linear-gradient(to bottom,#f9e1e9,#fffefe);
}

#Page_Odekake #Cate3 h2.MdsH2 {
background: #de6295;
}

#Page_Odekake #Cate3 .ListItem .Photo {
border-color: #f2cfdb;
}

#Page_Odekake #Cate3 .SectionPlayReader {
border-color: #de6295;
}



/* 赤ちゃんとお出かけに ------------------------------------------------------------------ */

#Page_Odekake #Cate4 {
background: linear-gradient(to bottom,#e8f3e9,#f7fbf7);
}

#Page_Odekake #Cate4 h2.MdsH2 {
background: #4cab50;
}

#Page_Odekake #Cate4 .ListItem .Photo {
border-color: #c6e7cb;
}

@media only screen and (max-width: 767px) {

	#Page_Odekake #Cate4 .PhotoBox {
	margin-top: 15px;
	}

	#Page_Odekake #Cate4 .PhotoBox img {
	border-radius: 7.5px
	}	
}

@media print, screen and (min-width: 768px) {

	#Page_Odekake #Cate4 .IntroUnit {
	display: flex;
	margin: 40px auto 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	
	#Page_Odekake #Cate4 .LeadBox {
	width: 47%;
	}

	#Page_Odekake #Cate4 .LeadBox .LeadMain {
	width: auto !important;
	margin: 0 !important;
	}

	#Page_Odekake #Cate4 .PhotoBox {
	width: 48%;
	}

	#Page_Odekake #Cate4 .PhotoBox img {
	border-radius: 15px;
	}

}


/* ■ お買い上げプレゼント ------------------------------------------------------------------ */

#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: #045c82;
background: #f3d1c7;
}

.ModalNovelty_Mds2 {
color: #045c82;
}

.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: 55px;
	}

	.ModalNovelty_Mds2 {
	margin-left: 10px;
	font-size: 20px;
/* 	line-height: 1.3em; */
	}

	.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: 8rem;
	}

	#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: 70px;
	}

	.ModalNovelty_Mds2 {
	margin-left: 15px;
/* 	font-size: 28px; */
	font-size: 32px;
/* 	line-height: 1.2em; */
	}

	.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: 370px;
	}

	#ModalNovelty_Btn img {
	width: 190px;
	}

}
