@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-page-main1: #53a5b6 !important;
--color-page-sub1: #f5d3ea !important;
--color-dantoy-main1: #e4b833 !important;	
--color-dantoy-sub1: #f8f4d6 !important;	
--color-small-foot-main1: #56afbc !important;	
--color-small-foot-sub1: #e1f1fa !important;
--color-column-main1: #e080b6 !important;	
}


/* カラム --------------------------------------------------- */

#Page_Roleplay_Items .Col {
display: grid;
}


/* リンク --------------------------------------------------- */

#Page_Roleplay_Items a {
display: block;
}


/* イラスト --------------------------------------------------- */

#Page_Roleplay_Items .Pict {
position: absolute;
}


/* ボタン --------------------------------------------------- */

#Page_Roleplay_Items .Btn {
display: block;
width: 100%;
border-radius: 5rem;
box-sizing: border-box;
line-height: 1.0em;
font-weight: 700;
text-align: center;
text-decoration: none;
}

#Page_Roleplay_Items .BtnBuy {
border: 0.2rem 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_Roleplay_Items .PC,
	#Page_Roleplay_Items .SE {
	display: none;
	}


	/* カラム --------------------------------------------------- */
	
	#Page_Roleplay_Items .Col2_SP  {
	grid-template-columns: repeat(2, 1fr);
	}
	
	#Page_Roleplay_Items .Col3_SP  {
	grid-template-columns: repeat(3, 1fr);
	}


	/* ボタン --------------------------------------------------- */
	
	#Page_Roleplay_Items .Btn {
	font-size: 1.5rem;
	letter-spacing: 0;
	}	

	#Page_Roleplay_Items .BtnBuy {
	width: 50%;
	margin-top: 1.5rem;
	padding: 0.8rem 0 0.8rem 4%;
	background-position: 6% 50%;
	background-size: 1.5rem auto;
	font-size: 1.2rem;
	}


	/* ページ下部 --------------------------------------------------- */
	
	.OtherContWrap {
	margin: 3.5rem 1.6rem 0 1.6rem;
	}

}

@media only screen and (max-width: 372px) {

	#Page_Roleplay_Items .SE {
	display: block;
	}

}

@media print, screen and (min-width: 768px) {

	#Page_Roleplay_Items .SP,
	#Page_Roleplay_Items .SE {
	display: none;
	}


	/* カラム --------------------------------------------------- */
	
	#Page_Roleplay_Items .Col {
	display: grid;
	}
	
	#Page_Roleplay_Items .Col2_PC {
	grid-template-columns: repeat(2, 1fr);
	}
	
	#Page_Roleplay_Items .Col3_PC {
	grid-template-columns: repeat(3, 1fr);
	}
	
	#Page_Roleplay_Items .Col4_PC {
	grid-template-columns: repeat(4, 1fr);
	}


	/* ボタン --------------------------------------------------- */
	
	#Page_Roleplay_Items .Btn {
	font-size: 1.5rem;
	letter-spacing: 0;
	}	

	#Page_Roleplay_Items .BtnBuy {
	width: 15rem;
	margin-top: 2rem;
	padding: 0.8rem 0 0.8rem 5%;
	background-size: 1.6rem auto;
	background-position: 6% 50%;
	font-size: 1.4rem;
	}


	/* ページ下部 --------------------------------------------------- */

	.OtherContWrap {
	max-width: 94rem;
    margin: 7rem auto 0 auto;
	}	


	/* 関連バナー --------------------------------------------------- */
	
	#CampaginBanner1 {
	max-width: 54rem;
	margin: 0 auto;
	}
		
	
	/* パンくず --------------------------------------------------- */
	
	#Page_Roleplay_Items .BreadCrumb_Wrap {
	margin-top: 8rem;
	}	
	
	
	/* ページ下部 特典案内--------------------------------------------------- */
	#CampaginBottom {
	margin-top: 8rem;	
	}

}



/* ■ 導入 ==================================================================================== */

#Page_Roleplay_Items .KV img {
width: 100%;
height: auto;
text-align: center;
}

#Page_Roleplay_Items .SectionIntro h2.Mds {
color: var(--color-page-main1);
letter-spacing: 0.1em;
font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {

	#Page_Roleplay_Items .SectionIntro {
	max-width: 70rem;
	margin: 0 3rem;
	}

	#Page_Roleplay_Items .SectionIntro h2.Mds {
	margin-bottom: 0.5rem;
	font-size: 1.7rem;
	}

	#Page_Roleplay_Items .SectionIntro .IntroEach {
	margin-top: 3.5rem;
	}

	#Page_Roleplay_Items .SectionIntro .IntroEach .Lead {
	font-size: 1.4rem;
	line-height: 1.9em;
	}
	
	#Page_Roleplay_Items .SectionIntro .PhotoBox {
	margin-top: 2rem;
	}
		
	#Page_Roleplay_Items .SectionIntro .PhotoBox img {
	border-radius: 1rem;
	}

}

@media only screen and (max-width: 372px) {


}

@media print, screen and (min-width: 768px) {

	#Page_Roleplay_Items .SectionIntro {
	margin: 10rem auto 0 auto;
	padding: 0 4rem;
	}

	#Page_Roleplay_Items .SectionIntro h2.Mds {
	margin-bottom: 1.6rem;
	font-size: 2.4rem;
	}

	#Page_Roleplay_Items .SectionIntro .IntroEach {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

	#Page_Roleplay_Items .SectionIntro .IntroEach:nth-of-type(even) {
	flex-direction: row-reverse;
	}

	#Page_Roleplay_Items .SectionIntro .IntroEach:not(:first-of-type){
	margin-top: 6.5rem;
	padding-top: 6.5rem;
	border-top: 0.1rem solid var(--color-page-sub1);
	}

	#Page_Roleplay_Items .SectionIntro .LeadBox {
	width: 55%;
	}

	#Page_Roleplay_Items .SectionIntro .PhotoBox {
	width: 40%;
	}

	#Page_Roleplay_Items .SectionIntro .PhotoBox img {
	border-radius: 15px;
	}

	#Page_Roleplay_Items .SectionIntro .LeadBox .Lead {
	line-height: 2.1em;
	}

}

@media print, screen and (min-width: 1090px) {

	#Page_Roleplay_Items .KV {
	max-width: 200rem;
	margin: 0 auto;
	}

	#Page_Roleplay_Items .SectionIntro {
	max-width: 94rem;
	}

}



/* ■ セクション ==================================================================================== */

/*
■ 共通
■ dantoy
■ Small Foot
■ Column
*/


/* ■ 共通 --------------------------------------------------- */

/* 商品一覧 --------------------------------------------------- */

#Page_Roleplay_Items .ListItem li {
position: relative;
}

#Page_Roleplay_Items .ListItem .ItemPhoto {
overflow: hidden;
}

#Page_Roleplay_Items .ListItem .ItemPhoto img {
border: none;
}

#Page_Roleplay_Items .ListItem .Lead1 {
font-weight: 700;
color: var(--color-page-main1)
letter-spacing: 0.01em;
}

#Page_Roleplay_Items .ListItem .Lead1 small {
display: block;
}

#Page_Roleplay_Items .ListItem .Lead2 {
font-weight: 700;
color: #000;
letter-spacing: 0.02em;
}

#Page_Roleplay_Items .ListItem .Lead2 .Mds_Each {
display: inline-block;
}

#Page_Roleplay_Items .ListItem .Lead2 .IconAge {
display: inline-block;
border-radius: 5rem;
background: #f29837;
border: none !important;
font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", Sans-Serif;
color: #fff;
line-height: 1.0em;
text-align: center;
vertical-align: middle;
}	

#Page_Roleplay_Items .ListItem .Lead3 {
color: #000;
line-height: 1.8em;
letter-spacing: 0;
}

/* 発売予定 */
#Page_Roleplay_Items .ListItem .Item_Soon a {
pointer-events: none !important;
}

#Page_Roleplay_Items .ListItem .Item_Soon .BtnBuy {
display: none !important;
}

#Page_Roleplay_Items .ListItem .Icon_Release {
position: absolute;
border-radius: 50%;
background-color: var(--color-page-main1);
font-weight: 700;
color: #fff;
letter-spacing: 0.05em;
text-align: center;
}

#Page_Roleplay_Items .ListItem .Icon_New {
position: absolute;
border-radius: 50%;
background-color: #eb6d8e;
font-weight: 700;
color: #fff;
letter-spacing: 0.05em;
text-align: center;
}


#Page_Roleplay_Items .ListItem .Icon_Release span,
#Page_Roleplay_Items .ListItem .Icon_New span {
display: block;
}

/* 「もっと見る」ボタン --------------------------------------------------- */

#Page_Roleplay_Items .BtnItemList {
background: url(/images/campaign/roleplay_items/Icon_LinkAllow1.png) no-repeat;
background-position: 96% 50%;
border: 0.2rem solid var(--color-page-main1);
font-weight: 700;
color: var(--color-page-main1);
text-align: center;
line-height: 1.0em;
letter-spacing: 0.1em;
}


/* メインセクション --------------------------------------------------- */

#Page_Roleplay_Items .Title_Main1,
#Page_Roleplay_Items .Title_Main2,
#Page_Roleplay_Items .Title_Main3 {
text-align: center;
}

#Page_Roleplay_Items .Title_Main_Unit {
display: table;
margin: 0 auto;
}

#Page_Roleplay_Items .Title_Main1 span {
display: table-cell;
line-height: 1em;
vertical-align: middle;
}

#Page_Roleplay_Items .Title_Main1 .Mds1 {
font-weight: 700;
letter-spacing: 0.05em;
text-align: right;;
}

#Page_Roleplay_Items .Title_Main1 .Icon_Flag {
display: inline-block;
}

#Page_Roleplay_Items .Title_Main1 .Mds2 {
border-left: 0.1rem solid #fff;
font-weight: 300;
letter-spacing: 0.05em;
}

#Page_Roleplay_Items .Title_Main2 {
font-weight: 700;
letter-spacing: 0.15em;
}

#Page_Roleplay_Items .Title_Main3 {
font-weight: 700;
letter-spacing: 0.2em;
color: #fff;
line-height: 1.0em;
}

#Page_Roleplay_Items .Intro_Lead_Main {
font-weight: 500;
letter-spacing: 0.08em;
}

#Page_Roleplay_Items .SectionMain {
position: relative;
}

#Page_Roleplay_Items .SectionMain .Title_Main1 {
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
color: #fff;
}

#Page_Roleplay_Items .SectionMain .Title_Main_Box {
background-repeat: repeat-x;
background-position: 0 100%;
}

@media only screen and (max-width: 767px) {

	/* 商品一覧 --------------------------------------------------- */

	#Page_Roleplay_Items .ListItem {
	gap: 3.5rem 0;
	margin-top: 3rem;
	}

	#Page_Roleplay_Items .ListItem .ItemPhoto {
	margin-bottom: 1.5rem;
	border-radius: 1.3rem;
	}

	#Page_Roleplay_Items .ListItem .Lead1 {
	font-size: 16px;
	line-height: 1.5em;
	}
	
	#Page_Roleplay_Items .ListItem .Lead2 {
	margin-top: 2px;
	font-weight: 700;
	line-height: 1.9em;
	}
	
	#Page_Roleplay_Items .ListItem .Lead2 .Mds_Each {
	margin-top: -0.25rem;
	margin-right: 0.2rem;
	font-size: 65%;
	}

	#Page_Roleplay_Items .ListItem .Lead2 .Item_Price_Yen2 {
	display: inline-block;
	margin-right: 0.2rem;
	font-size: 70%;
	}

	#Page_Roleplay_Items .ListItem .Lead2 .IconAge {
	margin-top: -4px;
	margin-left: 7px;
	padding: 3px 1.5rem;
	font-size: 1rem;
	}

	#Page_Roleplay_Items .ListItem .Lead3 {
	margin-top: 10px;
	font-size: 1.3rem;
	line-height: 1.8em;
	}

	/* 発売予定 */
	#Page_Roleplay_Items .ListItem .Icon_Release{
	top: 1.2rem;
	right: 1.2rem;
	width: 6rem;
	height: 6rem;
	padding-top: 1.2rem;
	font-size: 1.4rem;
	line-height: 1.2em;
	}

	/* NEW */
	#Page_Roleplay_Items .ListItem .Icon_New {
	top: 1.2rem;
	right: 1.2rem;
	width: 6rem;
	height: 6rem;
	padding-left: 0.1rem;
	font-size: 1.4rem;
	line-height: 6rem;
	}


	/* 「もっと見る」ボタン --------------------------------------------------- */

	#Page_Roleplay_Items .BtnItemListWrap {
	margin: 3rem 1.6rem 0 1.6rem;
	}

	#Page_Roleplay_Items .BtnItemList {
	width: 100%;
	padding: 1.2rem 0;
	background-size: 1.2rem auto;
	border: 0.2rem solid;
	font-size: 1.5rem;
	}


	/* メインセクション --------------------------------------------------- */

	#Page_Roleplay_Items .SectionMain {
	padding: 5rem 3rem 3.5rem 3rem;
	}

	#Page_Roleplay_Items .Title_Main2 {
	font-size: 2.4rem;
	line-height: 1.5em;
	}

	#Page_Roleplay_Items .Intro_Lead_Main {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.9em;
	}

	#Page_Roleplay_Items .Title_Main1 .Mds1 {
	padding-right: 1.4rem;
	font-size: 1.8rem;
	}

	#Page_Roleplay_Items .Title_Main1 .Icon_Flag {
	width: 1.5rem;
	margin-right: 0.8rem;
	}

	#Page_Roleplay_Items .Title_Main1 .Mds2 {
	padding: 0.6rem 0 0.6rem 1.5rem;
	font-size: 1.1rem;
	}

	#Page_Roleplay_Items .SectionMain .Title_Main1 {
	max-width: 31.5rem;
	top: -2rem;
	margin: 0 auto;
	padding: 1rem 0;
	border-radius: 0.75rem;
	}

	#Page_Roleplay_Items .Title_Main3 {
	padding: 1.2rem 0;
	border-radius: 0.5rem;
	font-size: 1.8rem;
	}

	#Page_Roleplay_Items .SectionMain .Title_Main_Box {
	padding: 0 0 3rem 0;
	background-size: 1.5rem 0.4rem;
	}

}

@media only screen and (max-width: 372px) {

	/* 「もっと見る」ボタン --------------------------------------------------- */

	#Page_Roleplay_Items .BtnItemList {
	font-size: 1.3rem;
	letter-spacing: 0.05em; 
	}

}

@media print, screen and (min-width: 768px) {

	/* 商品一覧 --------------------------------------------------- */

	#Page_Roleplay_Items .ListItem {
	margin-top: 5rem;
	gap: 5rem 4.5rem;
	}

	#Page_Roleplay_Items .ListItem .ItemPhoto {
	margin-bottom: 1.5rem;
	border-radius: 1.6rem;
	}	
	
	#Page_Roleplay_Items .ListItem .Lead1 {
	font-size: 1.8rem;
	line-height: 1.6em;
	}
	
	#Page_Roleplay_Items .ListItem .Lead1 small {
	display: block;
	font-size: 70%;
	}
	
	#Page_Roleplay_Items .ListItem .Lead2 {
	margin-top: 0.5rem;
	font-size: 1.8rem;
	line-height: 1.5em;
	}

	#Page_Roleplay_Items .ListItem .Lead2 .Mds_Each {
	margin-top: -0.25rem;
	margin-right: 0.2rem;
	font-size: 65%;
	}

	#Page_Roleplay_Items .ListItem .Lead2 .Item_Price_Yen2 {
	display: inline-block;
	margin-right: 0.2rem;
	font-size: 70%;
	}
	
	#Page_Roleplay_Items .ListItem .Lead2 .IconAge {
	margin-top: -0.3rem;
	margin-left: 0.8rem;
	padding: 0.4rem 2rem;
	font-size: 1.2rem;
	}

	#Page_Roleplay_Items .ListItem .Lead3 {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.8em;
	}

	/* 発売予定*/
	#Page_Roleplay_Items .ListItem .Icon_Release {
	top: 1rem;
	right: 1rem;
	width: 6rem;
	height: 6rem;
	padding-top: 1.2rem;
	font-size: 1.5rem;
	line-height: 1.2em;
	}

	/* NEW */
	#Page_Roleplay_Items .ListItem .Icon_New {
	top: 1rem;
	right: 1rem;
	width: 6rem;
	height: 6rem;
	padding-left: 0.1rem;
	font-size: 1.5rem;
	line-height: 6rem;
	}

	/* 「もっと見る」ボタン --------------------------------------------------- */

	#Page_Roleplay_Items .BtnItemListWrap {
	margin-top: 6rem;
	}

	#Page_Roleplay_Items .BtnItemList {
	width: 50rem;
	margin: 0 auto;
	padding: 2rem 0;
	background-size: 1.6rem auto;
	border: 0.2prem solid;
	font-size: 1.8rem;
	}


	/* メインセクション --------------------------------------------------- */

	#Page_Roleplay_Items .SectionMain {
	padding: 8.5rem 5rem 15rem 5rem;
	}

	#Page_Roleplay_Items .Title_Main2 {
	font-size: 3.4rem;
	}

	#Page_Roleplay_Items .Intro_Lead_Main {
	margin-top: 2rem;
	font-size: 1.6rem;
	text-align: center;
	line-height: 2.2em;
	}

	#Page_Roleplay_Items .Title_Main1 .Mds1 {
	padding-right: 2rem;
	font-size: 3rem;
	}

	#Page_Roleplay_Items .Title_Main1 .Icon_Flag {
	width: 2.5rem;
	margin-right: 1rem;
	}

	#Page_Roleplay_Items .Title_Main1 .Mds2 {
	margin-left: 2.5rem;
	padding: 1rem 0 1rem 2.6rem;
	font-size: 1.8rem;
	}

	#Page_Roleplay_Items .SectionMain .Title_Main1 {
	max-width: 53rem;
	top: -4rem;
	margin: 0 auto;
	padding: 2rem 0;
	border-radius: 1rem;
	}

	#Page_Roleplay_Items .Title_Main3 {
	padding: 1.4rem 0;
	border-radius: 1rem;
	font-size: 2.4rem;
	}

	#Page_Roleplay_Items .SectionMain .Title_Main_Box {
	padding: 0 3rem 4.5rem 3rem;
	background-size: 2rem 0.4rem;
	}

}

@media print, screen and (min-width: 1090px) {

	/* メインセクション --------------------------------------------------- */

	#Page_Roleplay_Items .SectionMain {
	padding: 8.5rem 16.5rem 15rem 16.5rem;
	}

}


/* dantoy --------------------------------------------------- */

#Page_Roleplay_Items #SectionDantoy {
background: var(--color-dantoy-sub1);
}

#Page_Roleplay_Items #SectionDantoy .Title_Main1 {
background: var(--color-dantoy-main1);
}

#Page_Roleplay_Items #SectionDantoy .Title_Main_Box {
background-image: url(/images/campaign/roleplay_items/dantoy/Texture_DashedLine.png);
}

@media only screen and (max-width: 767px) {

	#Page_Roleplay_Items #SectionDantoy {
	margin-top: 7rem;
	}

}

@media screen and (orientation: landscape) {

}

@media print, screen and (min-width: 768px) {

	#Page_Roleplay_Items #SectionDantoy {
	margin-top: 18rem;
	}

}


/* Small Foot --------------------------------------------------- */

#Page_Roleplay_Items #SectionSmallFoot {
background: var(--color-small-foot-sub1);
}

#Page_Roleplay_Items #SectionSmallFoot .Title_Main1 {
background: var(--color-small-foot-main1);
}

#Page_Roleplay_Items #SectionSmallFoot .Title_Main_Box {
background-image: url(/images/campaign/roleplay_items/small_foot/Texture_DashedLine.png);
}

@media only screen and (max-width: 767px) {

	#Page_Roleplay_Items #SectionSmallFoot {
	margin-top: 7rem;
	}

}

@media screen and (orientation: landscape) {

}

@media print, screen and (min-width: 768px) {

	#Page_Roleplay_Items #SectionSmallFoot {
	margin-top: 15rem;
	}

}


/* Column --------------------------------------------------- */

#Page_Roleplay_Items #SectionColumn {
border-color: var(--color-column-main1) !important;
}

#Page_Roleplay_Items #SectionColumn .Title_Main1 {
color: var(--color-column-main1);
letter-spacing: 0.1em;
}

#Page_Roleplay_Items #SectionColumn .Title_Main1 .Mds2 {
border-left: 0.1rem solid var(--color-column-main1);
}

#Page_Roleplay_Items #SectionColumn .Intro_Lead_Main {
font-weight: 400;
}

#Page_Roleplay_Items .Title_Main3 {
background-color: var(--color-column-main1);
}

#Page_Roleplay_Items #SectionColumn .ItemPhoto {
border: 0.1rem solid var(--color-column-main1) !important;
}

@media only screen and (max-width: 767px) {

	#Page_Roleplay_Items #SectionColumn {
	margin: 3.5rem 1.6rem 0 1.6rem;
	padding: 2rem 2rem 3.5rem 2rem;
	border-radius: 2rem;
	border: 0.3rem solid;
	}

	#Page_Roleplay_Items #SectionColumn .Title_Main1 {
	font-size: 2.5rem;
	}

	#Page_Roleplay_Items #SectionColumn .Title_Main2 {
	margin-top: 0.2rem;
	font-size: 2rem;
	}

	#Page_Roleplay_Items #SectionColumn .Title_Main_Box {
	margin-top: 1.5rem;
	}

	#Page_Roleplay_Items #SectionColumn .ListItem_Unit {
	margin-top: 2rem;
	}

}

@media screen and (orientation: landscape) {

	#Page_Roleplay_Items #SectionColumn .Title_Main1 {
	width: 49%;
	margin: 0 auto;
	}

}

@media print, screen and (min-width: 768px) {

	#Page_Roleplay_Items #SectionColumn {
	max-width: 70rem;
	margin: 10rem auto 0 auto;
	padding: 4rem 0 8.5rem 0;
	border-radius: 5rem;
	border: 0.6rem solid;
	}

	#Page_Roleplay_Items #SectionColumn .Title_Main1 {
	display: block;
	font-size: 4rem;
	}

	#Page_Roleplay_Items #SectionColumn .Title_Main2 {
	font-size: 2.8rem;
	}

	#Page_Roleplay_Items #SectionColumn .Intro_Lead_Main {
	font-size: 1.5rem;
	}

	#Page_Roleplay_Items #SectionColumn .Title_Main_Box {
	margin: 0rem 6.5rem 0 6.5rem;
	}

	#Page_Roleplay_Items #SectionColumn .ListItem_Unit {
	margin: 4.5rem 6.5rem 0 6.5rem;
	}

	#Page_Roleplay_Items #SectionColumn .Intro_Lead_Main {
	text-align: left;
	}


	/* 商品一覧 --------------------------------------------------- */

	#Page_Roleplay_Items #SectionColumn .ListItem {
	margin-top: 4rem;
	}

}

@media print, screen and (min-width: 1090px) {

	#Page_Roleplay_Items #SectionColumn {
	max-width: 105rem;
	}

}
