@charset "utf-8";



/* 成長に合わせて使える 遊べる子ども用家具4選 */

/*
■ 共通
■ 導入
■ セクション
*/

	
	
/* ■ 共通 ==================================================================================== */

/*
汎用
フォント
横幅
カラー
マージントップ
マージンボトム
パディングトップ
パディングボトム
カラム
ボックス
見出し
写真
リンク
イラスト
ボタン
*/


/* 汎用 --------------------------------------------------- */

/* ボーダー無し */
.NoBorder {
border: none !important;
}

/* パディング無し */
.NoPadding {
padding: 0 !important;
}

/* 横幅「Inherit」 */
.WidthInherit {
width: inherit !important;
}

/* opacity:1 */
.Opacity1 {
opacity: 1 !important;
}

/* 太字にしない */
.FontWN {
font-weight: normal !important;
}

/* 文字詰め「palt」 */
.TxtPalt {
font-feature-settings: "palt" !important;
}

/* 箱組「TxtJustify」 */
.TxtJustify {
text-align: justify !important;
}


/* フォント --------------------------------------------------- */

.FontType1 {
font-family: "Albert Sans", sans-serif;
}


/* カラー --------------------------------------------------- */

:root {
--color-stokke-main1: #6d97d9 !important;	
--color-stokke-sub1: #e9eff7 !important;	
--color-quadro-main1: #e4b833 !important;	
--color-quadro-sub1: #f8f4d6 !important;
--color-bobles-main1: #d9758d !important;	
--color-bobles-sub1: #f9e9ed !important;
--color-ivi-main1: #60b396 !important;	
--color-ivi-sub1: #e3f1ec !important;		
}


/* マージントップ --------------------------------------------------- */

.MT0 {
margin-top: 0 !important;
}

.MT5 {
margin-top: 0.5rem !important;
}

.MT10 {
margin-top: 1rem !important;
}

.MT15 {
margin-top: 1.5rem !important;
}

.MT20 {
margin-top: 2rem !important;
}

.MT25 {
margin-top: 2.5rem !important;
}

.MT30 {
margin-top: 3rem !important;
}

.MT35 {
margin-top: 3.5rem !important;
}

.MT40 {
margin-top: 4rem !important;
}

.MT45 {
margin-top: 4.5rem !important;
}

.MT50 {
margin-top: 5rem !important;
}


/* マージンボトム --------------------------------------------------- */

.MB0 {
margin-bottom: 0 !important;
}

.MB5 {
margin-bottom: 0.5rem !important;
}

.MB10 {
margin-bottom: 1rem !important;
}

.MB15 {
margin-bottom: 1.5rem !important;
}

.MB20 {
margin-bottom: 2rem !important;
}

.MB25 {
margin-bottom: 2.5rem !important;
}

.MB30 {
margin-bottom: 3rem !important;
}

.MB35 {
margin-bottom: 3.5rem !important;
}

.MB40 {
margin-bottom: 4rem !important;
}

.MB45 {
margin-bottom: 4.5rem !important;
}

.MB50 {
margin-bottom: 5rem !important;
}


/* パディングトップ --------------------------------------------------- */

.PT0 {
padding-top:  0 !important;
}

.PT5 {
padding-top:  0.5rem !important;
}

.PT10 {
padding-top:  1rem !important;
}

.PT15 {
padding-top:  1.5rem !important;
}

.PT20 {
padding-top:  2rem !important;
}

.PT25 {
padding-top:  2.5rem !important;
}

.PT30 {
padding-top:  3rem !important;
}

.PT35 {
padding-top:  3.5rem !important;
}

.PT40 {
padding-top:  4rem !important;
}

.PT45 {
padding-top:  4.5rem !important;
}

.PT50 {
padding-top:  5rem !important;
}

/* パディングボトム --------------------------------------------------- */

.PB0 {
padding-bottom: 0 !important;
}

.PB5 {
padding-bottom: 0.5rem !important;
}

.PB10 {
padding-bottom: 1rem !important;
}

.PB15 {
padding-bottom: 1.5rem !important;
}

.PB20 {
padding-bottom: 2rem !important;
}

.PB25 {
padding-bottom: 2.5rem !important;
}

.PB30 {
padding-bottom: 3rem !important;
}

.PB35 {
padding-bottom: 3.5rem !important;
}

.PB40 {
padding-bottom: 4rem !important;
}

.PB45 {
padding-bottom: 4.5rem !important;
}

.PB50 {
padding-bottom: 5rem !important;
}


/* リンク --------------------------------------------------- */

#Page_PlayfulFurniture a {
display: block;
}

#Page_PlayfulFurniture #SectionPresent a {
display: inline !important;
text-decoration: underline;
}


/* イラスト --------------------------------------------------- */

#Page_PlayfulFurniture .Pict {
position: absolute;
}

	
/* ボタン --------------------------------------------------- */

#Page_PlayfulFurniture .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;
}

@media only screen and (max-width: 767px) {

	#Page_PlayfulFurniture .PC,
	#Page_PlayfulFurniture .SE {
	display: none;
	}


	/* マージントップ --------------------------------------------------- */	
	
	.MT0_SP {
	margin-top: 0 !important;
	}
	
	.MT5_SP {
	margin-top: 0.5rem !important;
	}
	
	.MT10_SP {
	margin-top: 1rem !important;
	}
	
	.MT15_SP {
	margin-top: 1.5rem !important;
	}
	
	.MT20_SP {
	margin-top: 2rem !important;
	}
	
	.MT25_SP {
	margin-top: 2.5rem !important;
	}
	
	.MT30_SP {
	margin-top: 3rem !important;
	}
	
	.MT35_SP {
	margin-top: 3.5rem !important;
	}
	
	.MT40_SP {
	margin-top: 4rem !important;
	}
	
	.MT45_SP {
	margin-top: 4.5rem !important;
	}
	
	.MT50_SP {
	margin-top: 5rem !important;
	}
		

	/* マージンボトム --------------------------------------------------- */	
	
	.MB0_SP {
	margin-bottom: 0 !important;
	}
	
	.MB5_SP {
	margin-bottom: 0.5rem !important;
	}
	
	.MB10_SP {
	margin-bottom: 1rem !important;
	}
	
	.MB15_SP {
	margin-bottom: 1.5rem !important;
	}
	
	.MB20_SP {
	margin-bottom: 2rem !important;
	}
	
	.MB25_SP {
	margin-bottom: 2.5rem !important;
	}
	
	.MB30_SP {
	margin-bottom: 3rem !important;
	}
	
	.MB35_SP {
	margin-bottom: 3.5rem !important;
	}
	
	.MB40_SP {
	margin-bottom: 4rem !important;
	}
	
	.MB45_SP {
	margin-bottom: 4.5rem !important;
	}
	
	.MB50_SP {
	margin-bottom: 5rem !important;
	}
	

	/* パディングトップ --------------------------------------------------- */	
	
	.PT0_SP {
	padding-top: 0 !important;
	}
	
	.PT5_SP {
	padding-top: 0.5rem !important;
	}
	
	.PT10_SP {
	padding-top: 1rem !important;
	}
	
	.PT15_SP {
	padding-top: 1.5rem !important;
	}
	
	.PT20_SP {
	padding-top: 2rem !important;
	}
	
	.MT25_SP {
	padding-top: 2.5rem !important;
	}
	
	.PT30_SP {
	padding-top: 3rem !important;
	}
	
	.PT35_SP {
	padding-top: 3.5rem !important;
	}
	
	.PT40_SP {
	padding-top: 4rem !important;
	}
	
	.PT45_SP {
	padding-top: 4.5rem !important;
	}
	
	.PT50_SP {
	padding-top: 5rem !important;
	}
		

	/* パディングボトム --------------------------------------------------- */	
	
	.PB0_SP {
	padding-bottom: 0 !important;
	}
	
	.PB5_SP {
	padding-bottom: 0.5rem !important;
	}
	
	.PB10_SP {
	padding-bottom: 1rem !important;
	}
	
	.PB15_SP {
	padding-bottom: 1.5rem !important;
	}
	
	.PB20_SP {
	padding-bottom: 2rem !important;
	}
	
	.PB25_SP {
	padding-bottom: 2.5rem !important;
	}
	
	.PB30_SP {
	padding-bottom: 3rem !important;
	}
	
	.PB35_SP {
	padding-bottom: 3.5rem !important;
	}
	
	.PB40_SP {
	padding-bottom: 4rem !important;
	}
	
	.PB45_SP {
	padding-bottom: 4.5rem !important;
	}
	
	.PB50_SP {
	padding-bottom: 5rem !important;
	}

	
	/* カラム --------------------------------------------------- */
	
	#Page_PlayfulFurniture .Col {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	
	#Page_PlayfulFurniture .Col2_SP li {
	width: calc(50% - 1.5%);
	}
	
	#Page_PlayfulFurniture .Col3_SP li {
	width: calc(32.33333333% - 1%);
	}


	/* ページ下部 --------------------------------------------------- */
	
	.OtherContWrap {
	margin-top: 3.5rem;
	padding: 0 1.6rem;
	}

	.OtherContWrap .RecommendedMenuCampaign {
	margin-bottom: 2rem;
	}

}

@media only screen and (max-width: 372px) {

	#Page_PlayfulFurniture .SE {
	display: block;
	}

}

@media print, screen and (min-width: 768px) {

	#Page_PlayfulFurniture .SP,
	#Page_PlayfulFurniture .SE {
	display: none;
	}	

	/* マージントップ --------------------------------------------------- */	
	
	.MT0_PC {
	margin-top: 0rem !important;
	}
	
	.MT5_PC {
	margin-top: 0.5rem !important;
	}
	
	.MT10_PC {
	margin-top: 1rem !important;
	}
	
	.MT15_PC {
	margin-top: 1.5rem !important;
	}
	
	.MT20_PC {
	margin-top: 2rem !important;
	}
	
	.MT25_PC {
	margin-top: 2.5rem !important;
	}
	
	.MT30_PC {
	margin-top: 3rem !important;
	}
	
	.MT35_PC {
	margin-top: 3.5rem !important;
	}
	
	.MT40_PC {
	margin-top: 4rem !important;
	}
	
	.MT45_PC {
	margin-top: 4.5rem !important;
	}
	
	.MT50_PC {
	margin-top: 5rem !important;
	}
		
	.MT55_PC {
	margin-top: 5.5rem !important;
	}
	
	.MT60_PC {
	margin-top: 6rem !important;
	}
	
	.MT65_PC {
	margin-top: 6.5rem !important;
	}
	
	.MT70_PC {
	margin-top: 7rem !important;
	}
	
	.MT75_PC {
	margin-top: 7.5rem !important;
	}
	
	.MT80_PC {
	margin-top: 8rem !important;
	}
	
	.MT85_PC {
	margin-top: 8.5rem !important;
	}
	
	.MT90_PC {
	margin-top: 9rem !important;
	}
	
	.MT95_PC {
	margin-top: 9.5rem !important;
	}
	
	.MT100_PC {
	margin-top: 10rem !important;
	}
	
					
	/* マージンボトム --------------------------------------------------- */	
	
	.MB0_PC {
	margin-bottom: 0rem !important;
	}
	
	.MB5_PC {
	margin-bottom: 0.5rem !important;
	}
	
	.MB10_PC {
	margin-bottom: 1rem !important;
	}
	
	.MB15_PC {
	margin-bottom: 1.5rem !important;
	}
	
	.MB20_PC {
	margin-bottom: 2rem !important;
	}
	
	.MB25_PC {
	margin-bottom: 2.5rem !important;
	}
	
	.MB30_PC {
	margin-bottom: 3rem !important;
	}
	
	.MB35_PC {
	margin-bottom: 3.5rem !important;
	}
	
	.MB40_PC {
	margin-bottom: 4rem !important;
	}
	
	.MB45_PC {
	margin-bottom: 4.5rem !important;
	}
	
	.MB50_PC {
	margin-bottom: 5rem !important;
	}

	.MB55_PC {
	margin-bottom: 5.5rem !important;
	}
	
	.MB60_PC {
	margin-bottom: 6rem !important;
	}
	
	.MB65_PC {
	margin-bottom: 6.5rem !important;
	}
	
	.MB70_PC {
	margin-bottom: 7rem !important;
	}
	
	.MB75_PC {
	margin-bottom: 7.5rem !important;
	}
	
	.MB80_PC {
	margin-bottom: 8rem !important;
	}
	
	.MB85_PC {
	margin-bottom: 8.5rem !important;
	}
	
	.MB90_PC {
	margin-bottom: 9rem !important;
	}

	.MB95_PC {
	margin-bottom: 9.5rem !important;
	}
	
	.MB100_PC {
	margin-bottom: 10rem !important;
	}
					
	/* パディングトップ --------------------------------------------------- */	
	
	.PT0_PC {
	padding-top: 0rem !important;
	}
	
	.PT5_PC {
	padding-top: 0.5rem !important;
	}
	
	.PT10_PC {
	padding-top: 1rem !important;
	}
	
	.PT15_PC {
	padding-top: 1.5rem !important;
	}
	
	.PT20_PC {
	padding-top: 2rem !important;
	}
	
	.PT25_PC {
	padding-top: 2.5rem !important;
	}
	
	.PT30_PC {
	padding-top: 3rem !important;
	}
	
	.PT35_PC {
	padding-top: 3.5rem !important;
	}
	
	.PT40_PC {
	padding-top: 4rem !important;
	}
	
	.PT45_PC {
	padding-top: 4.5rem !important;
	}
	
	.PT50_PC {
	padding-top: 5rem !important;
	}
		

	/* パディングボトム --------------------------------------------------- */	
	
	.PB0_PC {
	padding-bottom: 0rem !important;
	}
	
	.PB5_PC {
	padding-bottom: 0.5rem !important;
	}
	
	.PB10_PC {
	padding-bottom: 1rem !important;
	}
	
	.PB15_PC {
	padding-bottom: 1.5rem !important;
	}
	
	.PB20_PC {
	padding-bottom: 2rem !important;
	}
	
	.PB25_PC {
	padding-bottom: 2.5rem !important;
	}
	
	.PB30_PC {
	padding-bottom: 3rem !important;
	}
	
	.PB35_PC {
	padding-bottom: 3.5rem !important;
	}
	
	.PB40_PC {
	padding-bottom: 4rem !important;
	}
	
	.PB45_PC {
	padding-bottom: 4.5rem !important;
	}
	
	.PB50_PC {
	padding-bottom: 5rem !important;
	}


	/* カラム --------------------------------------------------- */
	
	#Page_PlayfulFurniture .Col {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	
	#Page_PlayfulFurniture .Col2_PC li {
	width: calc(50% - 2%);
	}
	
	#Page_PlayfulFurniture .Col3_PC li {
	width: calc(32.33333333% - 2%);
	}
	
	#Page_PlayfulFurniture .Col4_PC li {
	width: calc(25% - 0.6%);
	}

			
	/* ボタン --------------------------------------------------- */
	
	#Page_PlayfulFurniture .Btn {
	font-size: 15px;
	letter-spacing: 0;
	}	


	/* ページ下部 --------------------------------------------------- */

	.OtherContWrap {
	max-width: 94rem;
    margin: 7rem auto 0 auto;
	}	


	/* 関連バナー --------------------------------------------------- */
	
	#CampaginBanner1 {
	max-width: 54rem;
	margin: 0 auto;
	}
		
	
	/* パンくず --------------------------------------------------- */
	
	#Page_PlayfulFurniture .BreadCrumb_Wrap {
	margin-top: 8rem;
	}	
	
	
	/* ページ下部 特典案内--------------------------------------------------- */
	#CampaginBottom {
	margin-top: 8rem;	
	}
						
}



/* ■ 導入 ==================================================================================== */

#Page_PlayfulFurniture .SectionIntro .KV img {
width: 100%;
height: auto;
text-align: center;
}

#Page_PlayfulFurniture .SectionIntro .InPageCpLink a {
border-color: var(--color-link);
font-weight: 700;
font-feature-settings: "palt" !important;
}
			
#Page_PlayfulFurniture .SectionIntro .MainLead_Lead {
font-weight: 500;
letter-spacing: 0.1em;
}

#Page_PlayfulFurniture .SectionIntro .InPageLink a {
font-weight: 700;
color: #a2a7a2;
text-align: center;
letter-spacing: 0.2em;
}

#Page_PlayfulFurniture .SectionIntro .InPageLink span {
display: block;
}

@media only screen and (max-width: 767px) {

	#Page_PlayfulFurniture .SectionIntro .InPageCpLink {
	margin: 3rem 3.5rem 0 3.5rem;
	}

	#Page_PlayfulFurniture .SectionIntro .InPageCpLink a {
	position: relative;
	padding: 1.5rem 1.2rem 1.5rem 3.2rem;
	border-radius: 5rem;
	border: 0.2rem solid;
	font-size: 1.1rem;
	line-height: 1em;		
	}
	
	#Page_PlayfulFurniture .SectionIntro .InPageCpLink a::before {
	display: inline-block;
	position: absolute;
	top: 1.4rem;
	left: 1.5rem;
	width: 1rem;
	height: 1rem;	
	margin-top: 0.1rem;	
	background: url(/images_rev2/common/icon/Icon_Allow_Blue_Down.png) no-repeat left top;
	background-size: contain;
	content: '';
	}
	
	#Page_PlayfulFurniture .SectionIntro .MainLead_Lead {
/* 	margin: 4rem 3.5rem 0 3.5rem; */
	margin: 2rem 3.5rem 0 3.5rem;
	font-size: 1.4rem;
	line-height: 2.0em;
	}


	/* ページ内リンク --------------------------------------------------- */
	
	#Page_PlayfulFurniture .SectionIntro .InPageLink {
	margin: 4rem 1.5rem 0 1.5rem;
	padding: 0 1rem;
	border-left: 1px solid #a2a7a2;
	border-right: 1px solid #a2a7a2;
	}

	#Page_PlayfulFurniture .SectionIntro .InPageLink li {
	width: 50%;
	}

	#Page_PlayfulFurniture .SectionIntro .InPageLink li:nth-child(odd){
	padding-right: 1rem;
	border-right: 1px solid #a2a7a2;	
	}

	#Page_PlayfulFurniture .SectionIntro .InPageLink li:nth-child(even){
	padding-left: 1rem;
	}		

	#Page_PlayfulFurniture .SectionIntro .InPageLink a {
	padding-top: 1rem;
	padding-bottom: 1.75rem;
	background: url(/images/campaign/playful_furniture/Icon_LinkAllow1.png) no-repeat;
	background-size: 1rem auto;
	background-position: 50% 100%;	
	font-size: 1.4rem;
	}

	#Page_PlayfulFurniture .SectionIntro .InPageLink li:nth-child(-n+2) a {
	padding-top: 0;
	padding-bottom: 3.5rem;		
	border-bottom: 1px solid #a2a7a2;
	background-position: 50% 85%;	
	}
	
	#Page_PlayfulFurniture .SectionIntro .InPageLink span {
	margin-bottom: 0.5rem;
	}	

	#Page_PlayfulFurniture .SectionIntro .InPageLink img {
	width: 5.5rem;
	}
		
}

@media only screen and (max-width: 375px) {

	#Page_PlayfulFurniture .SectionIntro .InPageCpLink {
	margin: 3rem 3rem 0 3rem;
	}

	#Page_PlayfulFurniture .SectionIntro .InPageLink a {
	line-height: 1.5em;
	}

	#Page_PlayfulFurniture .SectionIntro .MainLead_Lead {
	margin: 2rem 3rem 0 3rem;
	}

}

@media print, screen and (min-width: 768px) {

	#Page_PlayfulFurniture .SectionIntro .InPageCpLink {
	margin-top: 5rem;
	text-align: center;
	}
	
	#Page_PlayfulFurniture .SectionIntro .InPageCpLink span {
	position: relative;
	padding: 2rem 2rem 2rem 4.2rem;
	border-radius: 4rem;	
	border: 0.2rem solid;	
	font-size: 1.9rem;	
	}
	
	#Page_PlayfulFurniture .SectionIntro .InPageCpLink span::before {
	display: inline-block;
	position: absolute;
	top: 2rem;
	left: 2rem;
	width: 1.7rem;
	height: 1.7rem;
	margin-top: 0.7rem;	
	background: url(/images_rev2/common/icon/Icon_Allow_Blue_Down.png) no-repeat left top;
	background-size: contain;
	content: '';
	}	

	#Page_PlayfulFurniture .SectionIntro .MainLead_Lead {
	max-width: 72rem;
/* 	margin: 10rem auto 0 auto;	 */
	margin: 4.5rem auto 0 auto;
	font-size: 1.5rem;
	line-height: 2.0em;
	}


	/* ページ内リンク --------------------------------------------------- */
	
	#Page_PlayfulFurniture .SectionIntro .InPageLink {
	margin: 10rem auto 0 auto;
	padding: 0 5rem;
	}

	#Page_PlayfulFurniture .SectionIntro .InPageLink li {
	border-right: 1px solid #a2a7a2;
	}

	#Page_PlayfulFurniture .SectionIntro .InPageLink a {
	padding: 0 0 3rem 0;
	background: url(/images/campaign/playful_furniture/Icon_LinkAllow1.png) no-repeat;
	background-size: 1.6rem auto;
	background-position: 50% 100%;
	font-size: 1.8rem;	
	}

	#Page_PlayfulFurniture .SectionIntro .InPageLink span {
	margin-top: -1.5rem;
	margin-bottom: 0.5rem;
	}
					
}

@media print, screen and (min-width: 1090px) {

	#Page_PlayfulFurniture .SectionIntro .KV {
	max-width: 200rem;
	margin: 0 auto;
	}

	#Page_PlayfulFurniture .SectionIntro .MainLead_Lead {
	max-width: 82rem;
	}
	
	/* ページ内リンク --------------------------------------------------- */
	
	#Page_PlayfulFurniture .SectionIntro .InPageLink {
	max-width: 101.5rem;
	padding: 0;
	}
								
}



/* ■ セクション ==================================================================================== */

/*
■ 共通
■ STOKKE
■ QUADRO
■ BOBLES
■ IVI
*/


/* 共通 --------------------------------------------------- */


#Page_PlayfulFurniture .SectionMain {
position: relative;
}
	
#Page_PlayfulFurniture .SectionMain .Title_Main1,
#Page_PlayfulFurniture .SectionMain .Title_Main2 {
text-align: center;
}

#Page_PlayfulFurniture .SectionMain .Title_Main1 {
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
font-weight: 700;
color: #fff;
}

#Page_PlayfulFurniture .SectionMain .Title_Main1 span {
line-height: 1em;
}

#Page_PlayfulFurniture .SectionMain .Title_Main1 .Mds1 {
letter-spacing: 0.15em;
}

#Page_PlayfulFurniture .SectionMain .Title_Main1 .Mds2 {
letter-spacing: 0.2em;
}

#Page_PlayfulFurniture .SectionMain .Title_Main2 span {
display: block;
line-height: 1em;
}

#Page_PlayfulFurniture .SectionMain .Title_Main2 .Mds1 {
font-weight: 700;
letter-spacing: 0.15em;
}

#Page_PlayfulFurniture .SectionMain .Title_Main2 .Mds2 {
font-weight: 300;
letter-spacing: 0.05em;
}

#Page_PlayfulFurniture .SectionMain .Main_Intro_Lead_Unit .Intro_Lead1 {
font-weight: 700;
text-align: center;
letter-spacing: 0.1em;
}

#Page_PlayfulFurniture .SectionMain .Main_Intro_Lead_Unit .Intro_Lead2 {
letter-spacing: 0.1em;
}

#Page_PlayfulFurniture .SectionMain .MV {
display: flex;
align-items: center;
overflow: hidden;
}

#Page_PlayfulFurniture .SectionMain .MV .Slide {
display: flex;
animation: loop-slide 20s infinite linear 1s both;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

#Page_PlayfulFurniture .SectionMain .PhotoListWrap1 .CapList .Cap {
letter-spacing: 0.2em;
}
	
#Page_PlayfulFurniture .SectionMain .BtnItemList {
background: #fff;
font-weight: 700;
text-align: center;
line-height: 1.0em;
letter-spacing: 0.1em;
}
    	
@media only screen and (max-width: 767px) {

	#Page_PlayfulFurniture .SectionMain {
	padding: 8rem 0 0 0;
	}
	
	#Page_PlayfulFurniture .SectionMain .Bg_Wrap {
	padding-top: 9.5rem;
	padding-bottom: 3rem
	}
	
	#Page_PlayfulFurniture .SectionMain .Title_Main1 {
	max-width: 25rem;
	top: 5rem;
	margin: 0 auto;
	padding: 2rem 2.5rem;
	}	

	#Page_PlayfulFurniture .SectionMain .Title_Main1 span {
	display: block;
	}

	#Page_PlayfulFurniture .SectionMain .Title_Main1 .Mds1 {
	font-size: 1.8rem;
	}				

	#Page_PlayfulFurniture .SectionMain .Title_Main1 .Mds2 {
	margin-top: 1rem;
	padding-top: 1.2rem;
	border-top: 1px solid #fff;
	font-size: 2rem;	
	}

	#Page_PlayfulFurniture .SectionMain .Title_Main2 .Mds1 {
	font-size: 2.1rem;
	}
	
	#Page_PlayfulFurniture .SectionMain .Title_Main2 .Mds2 {
	margin-top: 1rem;		
	font-size: 1.3rem;
	}

	#Page_PlayfulFurniture .SectionMain .Main_Intro_Lead_Unit {
	margin-top: 3rem;
	}

	#Page_PlayfulFurniture .SectionMain .Main_Intro_Lead_Unit .Intro_Lead1 {
	font-size: 2.1rem;
	line-height: 1.6em;		
	}
	
	#Page_PlayfulFurniture .SectionMain .Main_Intro_Lead_Unit .Intro_Lead2 {
	margin: 1rem 3.5rem 0 3.5rem;
	font-size: 1.4rem;	
	line-height: 2.0em;
	}

	#Page_PlayfulFurniture .SectionMain .MV {
	margin-top: 3rem;
	height: 26rem;
	}
	
	#Page_PlayfulFurniture .SectionMain .MV .Slide_Each {
	width: 26rem;
	height: 26rem;
	margin-right: 2rem;
	}
	
	#Page_PlayfulFurniture .SectionMain .PhotoListWrap {
	margin: 3rem 6rem 0 6rem;
	}

	#Page_PlayfulFurniture .SectionMain .PhotoListWrap .PhotoList li:not(:first-child){
	margin-top: 1rem;
	}	

	#Page_PlayfulFurniture .SectionMain .PhotoListWrap .Cap {
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
	}
	
	#Page_PlayfulFurniture .SectionMain .BtnItemListWrap {
	margin-top: 2rem;
	}

	#Page_PlayfulFurniture .SectionMain .BtnItemList {
	width: 85%;
	margin: 0 auto;
	padding: 1.2rem 0;
	border: 2px solid;
	font-size: 1.5rem; 
	}
										
}

@media only screen and (max-width: 372px) {

	#Page_PlayfulFurniture .SectionMain .Main_Intro_Lead_Unit .Intro_Lead1 {
	font-size: 1.9rem;
	}
	
	#Page_PlayfulFurniture .SectionMain .BtnItemList {
	font-size: 1.3rem;
	letter-spacing: 0.05em; 
	}

}

@media print, screen and (min-width: 768px) {

	#Page_PlayfulFurniture .SectionMain {
	margin: 0 auto;
	padding: 16rem 0 0 0;
	}

	#Page_PlayfulFurniture .SectionMain .Bg_Wrap {
	padding: 8rem 0 10rem 0;
	}

	#Page_PlayfulFurniture .SectionMain .Title_Main1 {
	max-width: 57rem;
	top: 11rem;
	margin: 0 auto;
	padding: 2.5rem 0;
	}

	#Page_PlayfulFurniture .SectionMain .Title_Main1 span {
	display: inline-block;		
	padding: 1rem 0;
	}
		
	#Page_PlayfulFurniture .SectionMain .Title_Main1 .Mds1 {
	margin-right: 5.5rem;
	padding-right: 6.5rem;
	border-right: 2px solid #fff;
	font-size: 3.6rem;
	}				

	#Page_PlayfulFurniture .SectionMain .Title_Main1 .Mds2 {
	font-size: 3.3rem;	
	}

	#Page_PlayfulFurniture .SectionMain .Title_Main2 .Mds1 {
	margin-top: 4rem;
	font-size: 4rem;
	}
	
	#Page_PlayfulFurniture .SectionMain .Title_Main2 .Mds2 {
	margin-top: 2rem;		
	font-size: 2rem;
	}

	#Page_PlayfulFurniture .SectionMain .MV {
	margin-top: 6rem;
	height: 52rem;
	}
	
	#Page_PlayfulFurniture .SectionMain .MV .Slide_Each {
	width: 52rem;
	height: 52rem;
	margin-right: 5rem;
	}
	
	#Page_PlayfulFurniture .SectionMain .Main_Intro_Lead_Unit {
	margin-top: 8rem;
	}

	#Page_PlayfulFurniture .SectionMain .Main_Intro_Lead_Unit .Intro_Lead1 {
	font-size: 3.2rem;
	}
	
	#Page_PlayfulFurniture .SectionMain .Main_Intro_Lead_Unit .Intro_Lead2 {
	max-width: 72rem;
	margin: 4rem auto 0 auto;
	font-size: 1.5rem;	
	line-height: 2.0em;
	}

	#Page_PlayfulFurniture .SectionMain .PhotoListWrap {
	max-width: 72rem;
	margin: 8rem auto 0 auto;
	}

	#Page_PlayfulFurniture .SectionMain .PhotoListWrap img {
	display: block;
	}

	#Page_PlayfulFurniture .SectionMain .PhotoListWrap .Cap {
	margin-top: 2rem;
	font-size: 1.3rem;
	text-align: center;	
	}

	#Page_PlayfulFurniture .SectionMain .PhotoListWrap1 .Col2_PC .Cap:nth-child(1) {
	width: 30%;
	}	

	#Page_PlayfulFurniture .SectionMain .PhotoListWrap1 .Col2_PC .Cap:nth-child(2) {
	width: 70%;
	}

	#Page_PlayfulFurniture .SectionMain .PhotoListWrap2 .PhotoList {
	gap: 4rem 2rem;
	justify-content: center;
	}
					
	#Page_PlayfulFurniture .SectionMain .BtnItemListWrap {
	margin-top: 6rem;
	}

	#Page_PlayfulFurniture .SectionMain .BtnItemList {
	width: 50rem;
	margin: 0 auto;
	padding: 2rem 0;
	border: 2px solid;
	font-size: 1.8rem; 
	}
			
}

@media print, screen and (min-width: 1090px) {

	#Page_PlayfulFurniture .SectionMain .Main_Intro_Lead_Unit .Intro_Lead2 {
	max-width: 82rem;
	margin: 4rem auto 0 auto;
	font-size: 1.5rem;	
	line-height: 2.0em;
	}
		
	#Page_PlayfulFurniture .SectionMain .PhotoListWrap {
	max-width: 94rem;
	}
	
}


/* STOKKE --------------------------------------------------- */

#Page_PlayfulFurniture #Stokke .Title_Main1 {
background: var(--color-stokke-main1);
}

#Page_PlayfulFurniture #Stokke .Main_Intro_Lead_Unit .Intro_Lead1 {
color: var(--color-stokke-main1);
}

#Page_PlayfulFurniture #Stokke .BtnItemList {
background-image: url(/images/campaign/playful_furniture/stokke/Icon_LinkAllow.png);
background-repeat: no-repeat;
background-position: 96% 50%;
border-color: var(--color-stokke-main1);
color: var(--color-stokke-main1);
}

@media only screen and (max-width: 767px) {

	#Page_PlayfulFurniture #Stokke .Bg_Wrap {
	background: #fff url(/images/campaign/playful_furniture/stokke/Bg_SP.jpg) repeat-y;
	background-size: 100% auto;
	background-position: center top;
	}
		
	#Page_PlayfulFurniture #Stokke .BtnItemList {
	background-size: 1.2rem auto;
	}
	
}	

@media screen and (orientation: landscape) {
	
	#Page_PlayfulFurniture #Stokke .Bg_Wrap {
	background-size: cover;
	}
}

@media print, screen and (min-width: 768px) {

	#Page_PlayfulFurniture #Stokke .Bg_Wrap {
	background: #fff url(/images/campaign/playful_furniture/stokke/Bg_PC.jpg) repeat-y;
	background-size: 200rem auto;
	background-position: center top;
	}	

	#Page_PlayfulFurniture #Stokke .BtnItemList {
	background-size: 1.5rem auto;
	}

}

/* お買い上げプレゼント */
#Page_PlayfulFurniture #Stokke .SectionPresent {
/* background: #fff; */
background: #ffebe4;
}
	
#Page_PlayfulFurniture #Stokke .SectionPresent .Present_Intro_Lead_Unit .Intro_Lead1 {
font-weight: 700;
/* color: var(--color-stokke-main1); */
color: #ee6f25;
text-align: center;
letter-spacing: 0.2em;
}

#Page_PlayfulFurniture #Stokke .SectionPresent .Present_Intro_Lead_Unit .Intro_Lead2 {
font-weight: 500;
letter-spacing: 0.1em;
}

#Page_PlayfulFurniture #Stokke .SectionPresent .SectionIn .Present_Mds1 {
/* background: var(--color-stokke-sub1); */
background: #ee6f25;
font-weight: 500;
color: #fff;
text-align: center;
letter-spacing: 0.3em;
}

#Page_PlayfulFurniture #Stokke .SectionPresent .SectionIn .Present_Lead1 {
letter-spacing: 0.15em;
}

#Page_PlayfulFurniture #Stokke .SectionPresent .SectionIn:nth-of-type(2) .Present_Lead1 {
font-weight: 500;
text-align: center;	
letter-spacing: 0.1em;
}
	
@media only screen and (max-width: 767px) {

	#Page_PlayfulFurniture #Stokke .SectionPresent {
	margin: 3.5rem 2.5rem 0 2.5rem;
	padding: 2.5rem 2rem 3rem 2rem;
	}

	#Page_PlayfulFurniture #Stokke .SectionPresent .Present_Intro_Lead_Unit .Intro_Lead1 {
	font-size: 1.9rem;
	line-height: 1.7em;	
	}

	#Page_PlayfulFurniture #Stokke .SectionPresent .Present_Intro_Lead_Unit .Intro_Lead2 {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.9em;
	}

	#Page_PlayfulFurniture #Stokke .SectionPresent .SectionIn {
	margin-top: 2.5rem;
	}

	#Page_PlayfulFurniture #Stokke .SectionPresent .SectionIn .Present_Mds1 {
	margin-bottom: 1rem;
	padding: 0.5rem 0;
	font-size: 1.4rem;
	}

	#Page_PlayfulFurniture #Stokke .SectionPresent .SectionIn .Present_Lead1 {
	font-size: 1.2rem;
	line-height: 1.9em;
	}

	#Page_PlayfulFurniture #Stokke .SectionPresent .SectionIn:nth-of-type(2) .Present_Lead1 {
	font-size: 1.5rem;
	line-height: 1.8em;
	}

	#Page_PlayfulFurniture #Stokke .SectionPresent .SectionIn .PhotoList li:not(:first-child) {
	margin-top: 2.5rem;
	padding-top: 2.5rem;
	border-top: 1px solid var(--color-stokke-main1);
	}			

}	

@media only screen and (max-width: 372px) {

	#Page_PlayfulFurniture #Stokke .SectionPresent .Present_Intro_Lead_Unit .Intro_Lead1 {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	}

}

@media print, screen and (min-width: 768px) {

	#Page_PlayfulFurniture #Stokke .SectionPresent {
	max-width: 93rem;
	margin: 9rem auto 0 auto;
	padding: 6rem 7rem 7rem 7rem;
	}
	
	#Page_PlayfulFurniture #Stokke .SectionPresent .Present_Intro_Lead_Unit .Intro_Lead1 {
	font-size: 2.8rem;
	}

	#Page_PlayfulFurniture #Stokke .SectionPresent .Present_Intro_Lead_Unit .Intro_Lead2 {
	margin-top: 2.5rem;
	font-size: 1.6rem;
	text-align: center;
	line-height: 2.0em;
	}

	#Page_PlayfulFurniture #Stokke .SectionPresent .SectionIn {
	margin-top: 4rem;
	}

	#Page_PlayfulFurniture #Stokke .SectionPresent .SectionIn .Present_Mds1 {
	margin-bottom: 2.5rem;		
	padding: 0.8rem 0;
	font-size: 1.6rem;
	}

	#Page_PlayfulFurniture #Stokke .SectionPresent .SectionIn .Present_Lead1 {
	font-size: 1.5rem;
	line-height: 2.0em;
	}

	#Page_PlayfulFurniture #Stokke .SectionPresent .SectionIn:nth-of-type(2) .Present_Lead1 {
	font-size: 2.0rem;
	}
			
}


/* QUADRO --------------------------------------------------- */

#Page_PlayfulFurniture #Quadro .Bg_Wrap {
background: var(--color-quadro-sub1);
}

#Page_PlayfulFurniture #Quadro .Title_Main1 {
background: var(--color-quadro-main1);
}

#Page_PlayfulFurniture #Quadro .Main_Intro_Lead_Unit .Intro_Lead1 {
color: var(--color-quadro-main1);
}

#Page_PlayfulFurniture #Quadro .BtnItemList {
background-image: url(/images/campaign/playful_furniture/quadro/Icon_LinkAllow.png);
background-repeat: no-repeat;
background-position: 96% 50%;
border-color: var(--color-quadro-main1);
color: var(--color-quadro-main1);
}

@media only screen and (max-width: 767px) {

	#Page_PlayfulFurniture #Quadro .Bg_Wrap {
	background: #fff url(/images/campaign/playful_furniture/quadro/Bg_SP.jpg) repeat-y;
	background-size: 100% auto;
	background-position: center top;
	}
		
	#Page_PlayfulFurniture #Quadro .BtnItemList {
	background-size: 1.5rem auto;
	}
	
}	

@media screen and (orientation: landscape) {
	
	#Page_PlayfulFurniture #Quadro .Bg_Wrap {
	background-size: cover;
	}
}
		
@media print, screen and (min-width: 768px) {

	#Page_PlayfulFurniture #Quadro .Bg_Wrap {
	background: #fff url(/images/campaign/playful_furniture/quadro/Bg_PC.jpg) repeat-y;
	background-size: 200rem auto;
	background-position: center top;
	}

	#Page_PlayfulFurniture #Quadro .BtnItemList {
	background-size: 1.6rem auto;
	}

}


/* BOBLES --------------------------------------------------- */

#Page_PlayfulFurniture #Bobles .Bg_Wrap {
background: var(--color-bobles-sub1);
}

#Page_PlayfulFurniture #Bobles .Title_Main1 {
background: var(--color-bobles-main1);
}

#Page_PlayfulFurniture #Bobles .Main_Intro_Lead_Unit .Intro_Lead1 {
color: var(--color-bobles-main1);
}

#Page_PlayfulFurniture #Bobles .BtnItemList {
background-image: url(/images/campaign/playful_furniture/bobles/Icon_LinkAllow.png);
background-repeat: no-repeat;
background-position: 96% 50%;
border-color: var(--color-bobles-main1);
color: var(--color-bobles-main1);
}

@media only screen and (max-width: 767px) {

	#Page_PlayfulFurniture #Bobles .Bg_Wrap {
	background: #fff url(/images/campaign/playful_furniture/bobles/Bg_SP.jpg) repeat-y;
	background-size: 100% auto;
	background-position: center top;
	}
		
	#Page_PlayfulFurniture #Bobles .BtnItemList {
	background-size: 1.2rem auto;
	}
	
}	

@media screen and (orientation: landscape) {
	
	#Page_PlayfulFurniture #Bobles .Bg_Wrap {
	background-size: cover;
	}
}
	
@media print, screen and (min-width: 768px) {

	#Page_PlayfulFurniture #Bobles .Bg_Wrap {
	background: #fff  url(/images/campaign/playful_furniture/bobles/Bg_PC.jpg) repeat-y;
	background-size: 200rem auto;
	background-position: center top;
	}

	#Page_PlayfulFurniture #Bobles .BtnItemList {
	background-size: 1.5rem auto;
	}

}


/* IVI --------------------------------------------------- */

#Page_PlayfulFurniture #Ivi .Bg_Wrap {
background: var(--color-ivi-sub1);
}

#Page_PlayfulFurniture #Ivi .Title_Main1 {
background: var(--color-ivi-main1);
}

#Page_PlayfulFurniture #Ivi .Main_Intro_Lead_Unit .Intro_Lead1 {
color: var(--color-ivi-main1);
}

#Page_PlayfulFurniture #Ivi .BtnItemList {
background-image: url(/images/campaign/playful_furniture/ivi/Icon_LinkAllow.png);
background-repeat: no-repeat;
background-position: 96% 50%;
border-color: var(--color-ivi-main1);
color: var(--color-ivi-main1);
}

@media only screen and (max-width: 767px) {

	#Page_PlayfulFurniture #Ivi .Bg_Wrap {
	background: #fff url(/images/campaign/playful_furniture/ivi/Bg_SP.jpg) repeat-y;
	background-size: 100% auto;
	background-position: center top;
	}
		
	#Page_PlayfulFurniture #Ivi .BtnItemList {
	background-size: 1.2rem auto;
	}
	
}	

@media screen and (orientation: landscape) {
	
	#Page_PlayfulFurniture #Ivi .Bg_Wrap {
	background-size: cover;
	}
}	
	
@media print, screen and (min-width: 768px) {

	#Page_PlayfulFurniture #Ivi .Bg_Wrap {
	background: #fff url(/images/campaign/playful_furniture/ivi/Bg_PC.jpg) repeat-y;
	background-size: 200rem auto;
	background-position: center top;
	}
	
	#Page_PlayfulFurniture #Ivi .BtnItemList {
	background-size: 1.5rem auto;
	}

}