@charset "utf-8";



/* あそび道具にこだわる作り手たち 特集 */

/*
■ 共通
■ 導入
■ セクション
*/

	
	
/* ■ 共通 ==================================================================================== */

/*
汎用
フォント
横幅
カラー
マージントップ
マージンボトム
パディングトップ
パディングボトム
カラム
ボックス
見出し
写真
リンク
イラスト
ボタン
*/

#Page_Craftsmanship {
background: #f8f8f8;
}

@media only screen and (max-width: 767px) {

	.Page_Craftsmanship_Unit {
	padding: 0 1rem 2.5rem 1rem;	
	}			

	.OtherContWrap {
	margin: 3rem 1.6rem 0 1.6rem;
	}
	
}

@media only screen and (max-width: 372px) {


}

@media print, screen and (min-width: 768px) {

	.Page_Craftsmanship_Unit {
	padding: 0 3rem 10rem 3rem;
	}

	.OtherContWrap {
	max-width: 94rem;
	margin: 7rem auto 0 auto;
	}					

}

@media print, screen and (min-width: 1090px) {

	.Page_Craftsmanship_Unit {
	padding: 0 0 10rem 0;
	}	
						
}


/* 汎用 --------------------------------------------------- */

/* ボーダー無し */
.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-font1: #2a2a2a !important;
--color-font2: #292929 !important;		
--color-blocks-main1: #87b5d5 !important;
--color-xylophone-main1: #f2b309 !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_Craftsmanship .Item_Photo img {
border: none !important;
}


/* リンク --------------------------------------------------- */

#Page_Craftsmanship a {
display: block;
}


/* イラスト --------------------------------------------------- */

#Page_Craftsmanship .Pict {
position: absolute;
}

	
/* ボタン --------------------------------------------------- */

#Page_Craftsmanship .Btn {
display: block;
width: 100%;
border-radius: 5rem;
box-sizing: border-box;
line-height: 1.0;
font-weight: 700;
text-align: center;
text-decoration: none;
}

#Page_Craftsmanship .BtnBuy {
border: 0.2rem solid #b8daeb;
background: #fff url(/images/sp/common/icon/Icon_LinkFwd_Blue.png) no-repeat;
color: #3d5fc4;
}

@media only screen and (max-width: 767px) {

	#Page_Craftsmanship .PC,
	#Page_Craftsmanship .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_Craftsmanship .BtnBuy {
	width: 15rem;
	margin-top: 1.3rem;
	padding: 0.8rem 0 0.85rem 0.7rem;
	background-size: 1.5rem auto;
	background-position: 1rem 50%;
	font-size: 1.2rem;
	}

	
	/* カラム --------------------------------------------------- */
	
	#Page_Craftsmanship .Col {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	
	#Page_Craftsmanship .Col2_SP li {
	width: calc(50% - 1.5%);
	}
	
	#Page_Craftsmanship .Col3_SP li {
	width: calc(32.33333333% - 1%);
	}
	
	
	/* ページ下部 --------------------------------------------------- */
	
	#Page_Craftsmanship .OtherContWrap {
	margin-top: 3.5rem;
	padding: 0 1.6rem;
	}

	#Page_Craftsmanship .OtherContWrap .RecommendedMenuCampaign {
	margin-bottom: 2rem;
	}

}

@media only screen and (max-width: 372px) {

	#Page_Craftsmanship .SE {
	display: block;
	}

}

@media print, screen and (min-width: 768px) {

	#Page_Craftsmanship .SP,
	#Page_Craftsmanship .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_Craftsmanship .BtnBuy {
	margin-top: 1.5rem;
	width: 16rem;
	padding: 1rem 0 1.1rem 1.6rem;
	background-size: 1.7rem auto;
	background-position: 1.2rem 50%;	
	font-size: 1.6rem;
	}
	
	
	/* カラム --------------------------------------------------- */
	
	#Page_Craftsmanship .Col {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	
	#Page_Craftsmanship .Col2_PC li {
	width: calc(50% - 2%);
	}
	
	#Page_Craftsmanship .Col3_PC li {
	width: calc(32.33333333% - 2%);
	}
	
	#Page_Craftsmanship .Col4_PC li {
	width: calc(25% - 0.6%);
	}


	/* 写真 --------------------------------------------------- */
	
	#Page_Craftsmanship .Photo img {
	width: 100%;
	height: auto;
	}			


	/* ボタン --------------------------------------------------- */
	
	#Page_Craftsmanship .Btn {
	font-size: 15px;
	letter-spacing: 0;
	}
	
	
	/* ページ下部 --------------------------------------------------- */

	#Page_Craftsmanship .OtherContWrap {
	max-width: 94rem;
    margin: 7rem auto 0 auto;
	}	
		
	
	/* パンくず --------------------------------------------------- */
	
	#Page_Craftsmanship .BreadCrumb_Wrap {
	margin-top: 8rem;
	}	
	
	
	/* ページ下部 特典案内--------------------------------------------------- */
	
	#CampaginBottom {
	margin-top: 8rem;	
	}
						
}

@media print, screen and (min-width: 1090px) {

	
}



/* ■ 導入 ==================================================================================== */

#Page_Craftsmanship .KV img {
width: 100%;
height: auto;
text-align: center;
}

#Page_Craftsmanship .Lead_Intro {
font-weight: 500;
}

@media only screen and (max-width: 767px) {	

	#Page_Craftsmanship .Lead_Intro {
	margin: 3rem 3rem 0 3rem;
	font-size: 1.3rem;
	line-height: 2.0;
	}
	
}

@media only screen and (max-width: 372px) {


}

@media print, screen and (min-width: 768px) {

	#Page_Craftsmanship .Lead_Intro {
	margin-top: 7rem;
	font-size: 1.8rem;
	text-align: center;
	line-height: 2.2;
	}
							
}

@media print, screen and (min-width: 1090px) {

	#Page_Craftsmanship .KV {
	max-width: 200rem;
	margin: 0 auto;
	}
									
}

			
/* ページ内リンク --------------------------------------------------- */

#Page_Craftsmanship .InPageLink li {
border-left: 1px solid #dcd6c5;
}

#Page_Craftsmanship .InPageLink a {
width: 100%;
display: block;	
background-repeat: no-repeat;
font-weight: 700;
text-align: center;
letter-spacing: 0.1em;
}

#Page_Craftsmanship .InPageLink li:nth-child(1) a {
background-image: url(/images/campaign/craftsmanship/blocks/Icon_LinkDown.png);
color: var(--color-blocks-main1);
}

#Page_Craftsmanship .InPageLink li:nth-child(2) a {
background-image: url(/images/campaign/craftsmanship/xylophone/Icon_LinkDown.png);
color: var(--color-xylophone-main1);
}

#Page_Craftsmanship .InPageLink img {
display: block;
margin: 0 auto;
}

#Page_Craftsmanship .InPageLink span {
display: block;
}	

#Page_Craftsmanship .InPageLink .Num {
font-weight: 400;
}

#Page_Craftsmanship .InPageLink .Mds {
font-weight: 700;
}

@media only screen and (max-width: 767px) {

	/* ページ内リンク --------------------------------------------------- */
		
	#Page_Craftsmanship .InPageLink {
	margin: 4rem 2rem 3.5rem 2rem;
	}

	#Page_Craftsmanship .InPageLink li:first-child {
	border-left: none;
	}
	
	#Page_Craftsmanship .InPageLink a {
	padding-bottom: 3rem;
	background-size: 1rem auto;
	background-position: 50% 100%;	
	}

	#Page_Craftsmanship .InPageLink img {	
	width: 8.2rem;	
	}	

	#Page_Craftsmanship .InPageLink span {
	margin-top: 1rem;
	font-size: 1.3rem;	
	line-height: 1.5em;
	}		
	
}

@media only screen and (max-width: 372px) {


}

@media print, screen and (min-width: 768px) {


	/* ページ内リンク --------------------------------------------------- */
	
	#Page_Craftsmanship .InPageLink {
	max-width: 66rem;
	margin: 6rem auto 8rem auto;
	border-right: 1px solid #dcd6c5;
	}

	#Page_Craftsmanship .InPageLink li {
	width: 50%;
	}

	#Page_Craftsmanship .InPageLink a {
	padding-bottom: 3rem;
	background-size: 1.6rem auto;
	background-position: 50% 100%;
	}

	#Page_Craftsmanship .InPageLink img {
	width: 16.4rem;
	margin-bottom: 1.5rem;
	}

	#Page_Craftsmanship .InPageLink .Num {
	font-size: 1.8rem;
	line-height: 1.0;	
	}
	
	#Page_Craftsmanship .InPageLink .Mds {
	font-size: 2rem;
	line-height: 1.8;	
	}
							
}

@media print, screen and (min-width: 1090px) {
	
	/* ページ内リンク --------------------------------------------------- */
	
	#Page_Craftsmanship .InPageLink {
	max-width: 77rem;
	padding: 0;
	}
								
}



/* ■ セクション ==================================================================================== */

/*
■ 共通
■ 積み木
■ 木琴
*/


/* 共通 --------------------------------------------------- */

#Page_Craftsmanship .SectionMain {
background: #fff;
}

#Page_Craftsmanship .SectionMain .MV_Wrap {
position: relative;
}

#Page_Craftsmanship .SectionMain .MV img {
width: 100%;
height: auto;
text-align: center;
}

#Page_Craftsmanship .SectionMain .Icon_Main {
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}

#Page_Craftsmanship .SectionMain .Icon_Main span {
display: block;
color: #fff;
text-align: center;
line-height: 1.0;
}

#Page_Craftsmanship .SectionMain .Icon_Main .Mds {
font-weight: 400;
letter-spacing: 0.15em;
}

#Page_Craftsmanship .SectionMain .Icon_Main .Num {
font-weight: 300;
letter-spacing: 0.1em;
}

#Page_Craftsmanship .SectionMain h2.Title_Main {
font-weight: 700;
color: var(--color-font1);
letter-spacing: 0.15em;
text-align: center;
}

#Page_Craftsmanship .SectionMain .Main_Box .Mds_Brand {
font-weight: 300;
letter-spacing: 0.08em;
text-align: center;	
}

#Page_Craftsmanship .SectionMain .Main_Box .Mds_Brand {
font-weight: 300;
letter-spacing: 0.08em;
text-align: center;	
}

#Page_Craftsmanship .SectionMain .SectionOverview .PhotoList {
display: grid;
}
	
#Page_Craftsmanship .SectionMain .SectionOverview h3.Mds_Overview {
font-weight: 700;
color: var(--color-font2);
letter-spacing: 0.1em;
text-align: center;
}	

#Page_Craftsmanship .SectionMain .SectionOverview .Lead_Overview {
font-weight: 400;
color: var(--color-font2);
letter-spacing: 0.15em;
}	

/* Brand Introduction */
#Page_Craftsmanship .SectionMain .SectionBrand {
position: relative;
border: 0.1rem solid;		
}	
		
#Page_Craftsmanship .SectionMain .SectionBrand .Mds_Brand_Label {
display: inline-block;
font-weight: 300;
color: #fff;
text-align: center;
line-height: 1.0;
letter-spacing: 0.08em;
}

#Page_Craftsmanship .SectionMain .SectionBrand .PhotoBox .Note {
letter-spacing: 0.1em;	
}

#Page_Craftsmanship .SectionMain .SectionBrand h3.Mds_Brand .Mds_Jp {
font-weight: 400;
letter-spacing: 0.1em;
}

/* ITEM LINEUP */
#Page_Craftsmanship .SectionMain .SectionLineUp .Mds_LineUp {
font-weight: 300;
letter-spacing: 0.2em;
text-align: center;
line-height: 1.0;
}  

#Page_Craftsmanship .SectionMain .SectionLineUp .ListItem {
display: grid;
}
	
#Page_Craftsmanship .SectionMain .SectionLineUp .Item_Name {
font-weight: 700;
font-feature-settings: "palt" !important;
}    	

#Page_Craftsmanship .SectionMain .SectionLineUp .Item_Lead {
font-weight: 400;
letter-spacing: 0.1em;
} 

#Page_Craftsmanship .SectionMain .SectionLineUp .Item_Price {
display: inline-block;
font-weight: 600;
color: #000;
line-height: 1em;
letter-spacing: 0.05em;
vertical-align: middle;
}  

#Page_Craftsmanship .SectionMain .SectionLineUp .Item_Price .Item_Price_Yen2 {
display: inline-block;
margin-right: 0.2rem;
font-size: 70%;
vertical-align: middle;
} 

#Page_Craftsmanship .SectionMain .SectionLineUp .Icon_Age {
display: inline-block;
border-radius: 2rem;
background: #ee84c5;
font-weight: 600;
line-height: 1.0;
text-align: center;
color: #fff;
letter-spacing: 0.1em;
vertical-align: middle;
font-feature-settings: "palt" !important;
}

#Page_Craftsmanship .SectionMain .SectionLineUp .ShopList {
border: 0.1rem solid #b2b2b2;
color: var(--color-font2);	
}

#Page_Craftsmanship .SectionMain .SectionLineUp .ShopList h4.Mds_ShopList {
font-weight: 500;
line-height: 1.0;
}

#Page_Craftsmanship .SectionMain .SectionLineUp .ShopList .ListDisc li {
font-weight: 400;
letter-spacing: 0.18rem;
}

#Page_Craftsmanship .SectionMain .SectionLineUp .ShopList .ListDisc a {
display: inline;
text-decoration: underline;
}

#Page_Craftsmanship .SectionMain .SectionLineUp .ShopList .ListKomeS li {
font-weight: 400;
letter-spacing: 0.08rem;
}

/* 特別カラー（限定） --------------------------------------------------- */

#Page_Craftsmanship .SectionMain .LimitedItem.ReleaseSoon .BtnBuy {
padding-left: 0.3rem !important;
background-image: none !important;
}

/* 発売前 */
#Page_Craftsmanship .SectionMain .LimitedItem.ReleaseSoon .BtnBuy {
padding-left: 0.3rem !important;
background-image: none !important;
}

#Page_Craftsmanship .SectionMain .LimitedItem.ReleaseSoon .Item_Photo a,
#Page_Craftsmanship .SectionMain .LimitedItem.ReleaseSoon .BtnBuy a {
pointer-events: none !important;
}

/* 完売 */
#Page_Craftsmanship .SectionMain .LimitedItem .Txt_Info_SoldOut {
font-weight: 700;
color: var(--attention-attention-1);
}

#Page_Craftsmanship .SectionMain .SectionLineUp .ShopList .Txt_SoldOut {
display: inline-block;
font-weight: 700;
color: var(--attention-attention-1);
}

@media only screen and (max-width: 767px) {

	#Page_Craftsmanship .SectionMain {
	padding-bottom: 3.5rem;
	}
	
	#Page_Craftsmanship .SectionMain:not(:first-of-type) {
	margin-top: 2.5rem;
	}

	#Page_Craftsmanship .SectionMain .InBox {
	padding: 0 1.5rem;
	}	

	#Page_Craftsmanship .SectionMain .Icon_Main {
	width: 7.5rem;
	height: 7.5rem;
	margin-bottom: -3.75rem;
	padding-top: 2rem;
	}

	#Page_Craftsmanship .SectionMain .Icon_Main .Mds {
	margin-left: 0.3rem;
	font-size: 1.35rem;
	}
	
	#Page_Craftsmanship .SectionMain .Icon_Main .Num {
	margin-top: 0.5rem;
	font-size: 2.25rem;
	}

	#Page_Craftsmanship .SectionMain .Title_Box {
	padding: 7rem 0 3.5rem 0; 
	}
	
	#Page_Craftsmanship .SectionMain .Title_Box .Title_Main {
	font-size: 2.3rem;
	line-height: 1.5;	
	}

	#Page_Craftsmanship .SectionMain .Title_Box .Mds_Brand {
	margin-top: 1.5rem;
	font-size: 2rem;
	line-height: 1.0;	
	}
	
	#Page_Craftsmanship .SectionOverview:not(:first-of-type) {
	margin-top: 3.5rem;
	}	

	#Page_Craftsmanship .SectionMain .SectionOverview .PhotoList {
    gap: 0.6rem 0;		
	}	

	#Page_Craftsmanship .SectionMain .SectionOverview h3.Mds_Overview {
	margin-top: 2.5rem;		
	font-size: 1.7rem;
	line-height: 1.7;		
	}

	#Page_Craftsmanship .SectionMain .SectionOverview .Lead_Overview {
	margin-top: 2rem;			
	font-size: 1.4rem;
	line-height: 2.0;			
	}

	/* Brand Introduction */
	#Page_Craftsmanship .SectionMain .SectionBrand {
	margin-top: 3.5rem;
	padding: 5rem 2rem 2.5rem 2rem;			
	}				
			
	#Page_Craftsmanship .SectionMain .SectionBrand .Mds_Brand_Label {
	top: 0;
	left: 0;
	right: 0;
	width: 15rem;
	margin: 0 auto;
	padding: 1rem 0;
	font-size: 1.1rem;		
	}

	#Page_Craftsmanship .SectionMain .SectionBrand h3.Mds_Brand span {
	display: block;
	text-align: center;	
	line-height: 1.0;	
	}

	#Page_Craftsmanship .SectionMain .SectionBrand h3.Mds_Brand .Logo_Brand {
	margin-left: auto;
	margin-right: auto;
	}
	
	#Page_Craftsmanship .SectionMain .SectionBrand h3.Mds_Brand .Mds_Jp {
	margin-top: 1.2rem;
	font-size: 1.1rem;
	}

	#Page_Craftsmanship .SectionMain .SectionBrand .PhotoBox {
	margin-top: 2rem;		
	}

	#Page_Craftsmanship .SectionMain .SectionBrand .PhotoBox .Note {
	margin-top: 1rem;		
	font-size: 1.1rem;
	text-align: right;
	}
	
	#Page_Craftsmanship .SectionMain .SectionBrand .Lead_Brand {
	margin-top: 2rem;
	font-size: 1.4rem;
	line-height: 2.0;
	}

	/* ITEM LINEUP */
	#Page_Craftsmanship .SectionMain .SectionLineUp {
	margin-top: 3rem;
	}	
		
	#Page_Craftsmanship .SectionMain .SectionLineUp h3.Mds_LineUp {
	font-size: 2.4rem;
	}	
		
	#Page_Craftsmanship .SectionMain .SectionLineUp .ListItem {
	grid-template-columns: repeat(2, 1fr);	
    gap: 3.5rem 1.5rem;
    margin-top: 3rem;	
	}

	#Page_Craftsmanship .SectionMain .SectionLineUp .Item_Name {
	margin-top: 1.5rem;
	font-size: 1.3rem;
	line-height: 1.7;
	}   	

	#Page_Craftsmanship .SectionMain .SectionLineUp .Item_Detail {
	margin-top: 0.5rem;
	} 	

	#Page_Craftsmanship .SectionMain .SectionLineUp .Item_Price {
	font-size: 1.5rem;
	}  

	#Page_Craftsmanship .SectionMain .SectionLineUp .Icon_Age {
	margin-left: 0.2rem;
	padding: 0.4rem 0.7rem;
	font-size: 0.9rem;
	}

	#Page_Craftsmanship .SectionMain .LimitedItem {
	margin-top: 3rem;	
	}
	
	#Page_Craftsmanship .SectionMain .LimitedItem .Item_Lead {
	margin-top: 0.6rem;
	font-size: 1.4rem;
	line-height: 1.8;
	}

	#Page_Craftsmanship .SectionMain .LimitedItem .BtnBuy {
	/* padding-left: 2rem; */
	width: 16rem;
	}

	#Page_Craftsmanship .SectionMain .LimitedItem .ShopList {
	margin-top: 1.5rem;
	padding: 1.5rem;
	}	

	#Page_Craftsmanship .SectionMain .LimitedItem .ShopList h4.Mds_ShopList {
	font-size: 1.3rem;
	}					

	#Page_Craftsmanship .SectionMain .LimitedItem .ShopList .ListDisc {
    margin-top: 1rem;
	}

	#Page_Craftsmanship .SectionMain .LimitedItem .ShopList .ListDisc li {
	margin-top: 0.5rem;
	font-size: 1.2rem;
	}

	#Page_Craftsmanship .SectionMain .LimitedItem .ShopList .ListKomeS {
    margin-top: 1rem;
	}

	#Page_Craftsmanship .SectionMain .LimitedItem .ShopList .ListKomeS li {
	font-size: 1rem;
	}

	/* 特別カラー（限定） --------------------------------------------------- */

	#Page_Craftsmanship .SectionMain .LimitedItem .Item_Name {
	font-size: 1.5rem !important;
	}

	/* 完売 */
	#Page_Craftsmanship .SectionMain .LimitedItem .Txt_Info_SoldOut {
    margin-top: 0.5rem;
	font-size: 1.4rem !important;
	}

	#Page_Craftsmanship .SectionMain .SectionLineUp .ShopList .Txt_SoldOut {
	margin-left: 0.5rem;
	}	
}

@media only screen and (max-width: 372px) {


}

@media print, screen and (min-width: 768px) {

	#Page_Craftsmanship .SectionMain {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 6rem;
	}

	#Page_Craftsmanship .SectionMain:not(:first-of-type) {
	margin-top: 5rem;
	}

	#Page_Craftsmanship .SectionMain .InBox {
	padding: 0 6rem;
	}

	#Page_Craftsmanship .SectionMain .Icon_Main {
	width: 10rem;
	height: 10rem;
	margin-bottom: -5rem;
	padding-top: 2.4rem;
	}

	#Page_Craftsmanship .SectionMain .Icon_Main .Mds {
	margin-left: 0.3rem;
	font-size: 1.8rem;
	}
	
	#Page_Craftsmanship .SectionMain .Icon_Main .Num {
	margin-top: 1rem;
	font-size: 3rem;
	}
		
	#Page_Craftsmanship .SectionMain .Title_Box {
	padding: 10rem 0 8rem 0; 
	}

	#Page_Craftsmanship .SectionMain .Title_Box .Title_Main {
	font-size: 3.4rem;
	line-height: 1.0;	
	}

	#Page_Craftsmanship .SectionMain .Title_Box .Mds_Brand {
	margin-top: 2rem;
	font-size: 3rem;
	line-height: 1.0;	
	}
	
	#Page_Craftsmanship .SectionOverview:not(:first-of-type) {
	margin-top: 9rem;
	}	

	#Page_Craftsmanship .SectionMain .SectionOverview .PhotoList {
	grid-template-columns: repeat(2, 1fr);	
    gap: 0 2rem;		
	}	

	#Page_Craftsmanship .SectionMain .SectionOverview h3.Mds_Overview {
	margin-top: 5rem;		
	font-size: 2.4rem;
	line-height: 1.0;		
	}

	#Page_Craftsmanship .SectionMain .SectionOverview .Lead_Overview {
	max-width: 64rem;
	margin: 3rem auto 0 auto;			
	font-size: 1.4rem;
	line-height: 2.2;			
	}

	/* Brand Introduction */
	#Page_Craftsmanship .SectionMain .SectionBrand {
	margin-top: 8rem;
	padding: 4rem;			
	}				

	#Page_Craftsmanship .SectionMain .SectionBrand .BrandUnit {
	flex-direction: row-reverse;
	align-items: center;	
	}

	#Page_Craftsmanship .SectionMain .SectionBrand .LeadBox {
	width: 53%;	
	}	

	#Page_Craftsmanship .SectionMain .SectionBrand .PhotoBox {
	width: 43%;	
	}

	#Page_Craftsmanship .SectionMain .SectionBrand .PhotoBox .Note {
	margin-top: 1rem;		
	font-size: 1.3rem;	
	}
			
	#Page_Craftsmanship .SectionMain .SectionBrand .Mds_Brand_Label {
	top: 0;
	right: 2rem;
	padding: 1rem 2.5rem;
	font-size: 1.6rem;		
	}
	
	#Page_Craftsmanship .SectionMain .SectionBrand h3.Mds_Brand span {
	display: inline-block;
	vertical-align: middle;
	}
	
	#Page_Craftsmanship .SectionMain .SectionBrand h3.Mds_Brand .Mds_Jp {
	margin-top: 0.8rem;
	margin-left: 2rem;
	font-size: 1.4rem;
	}

	#Page_Craftsmanship .SectionMain .SectionBrand .Lead_Brand {
	margin-top: 2.5rem;
	font-size: 1.4rem;
	line-height: 2.0;
	}
			
	/* ITEM LINEUP */
	#Page_Craftsmanship .SectionMain .SectionLineUp {
	margin-top: 7rem;
	}	
		
	#Page_Craftsmanship .SectionMain .SectionLineUp h3.Mds_LineUp {
	font-size: 3rem;
	}	
		
	#Page_Craftsmanship .SectionMain .SectionLineUp .ListItem {
	grid-template-columns: repeat(3, 1fr);	
    gap: 3.5rem 3rem;
    margin-top: 4rem;	
	}		
	
	#Page_Craftsmanship .SectionMain .SectionLineUp .Item_Name {
	margin-top: 1.5rem;
	font-size: 1.8rem;
	}   	

	#Page_Craftsmanship .SectionMain .SectionLineUp .Item_Detail {
	margin-top: 0.5rem;
	} 	

	#Page_Craftsmanship .SectionMain .SectionLineUp .Item_Price {
	font-size: 2rem;
	}  

	#Page_Craftsmanship .SectionMain .SectionLineUp .Icon_Age {
	margin-left: 0.2rem;
	padding: 0.4rem 0.8rem;
	font-size: 1.2rem;
	}
	
	#Page_Craftsmanship .SectionMain .SectionLineUp .Item_Lead {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	line-height: 2.0;
	}

	#Page_Craftsmanship .SectionMain .LimitedItem {
	margin-top: 4rem;	
	}
		
	#Page_Craftsmanship .SectionMain .LimitedItem .PhotoBox {
	width: 48%;	
	}

	#Page_Craftsmanship .SectionMain .LimitedItem .LeadBox {
	width: 48%;	
	}	

	#Page_Craftsmanship .SectionMain .LimitedItem .Item_Name {
	margin-top: 0;
	font-size: 2.2rem;
	}   	

	#Page_Craftsmanship .SectionMain .LimitedItem .Item_Detail {
	margin-top: 0.2rem;
	} 	

	#Page_Craftsmanship .SectionMain .LimitedItem .Item_Price {
	font-size: 2.2rem;
	}  
	
	#Page_Craftsmanship .SectionMain .LimitedItem .Item_Lead {
	margin-top: 0.6rem;
	font-size: 1.4rem;
	line-height: 1.8;
	}

	#Page_Craftsmanship .SectionMain .LimitedItem .BtnBuy {
	margin-top: 1rem;
	padding-left: 2rem;
	width: 19rem;
	}

	#Page_Craftsmanship .SectionMain .LimitedItem .ShopList {
	margin-top: 2rem;
	padding: 2rem;
	}	

	#Page_Craftsmanship .SectionMain .LimitedItem .ShopList h4.Mds_ShopList {
	font-size: 1.5rem;
	}					

	#Page_Craftsmanship .SectionMain .LimitedItem .ShopList .ListDisc {
	display: grid;
	grid-template-columns: repeat(2, 1fr);	
    gap: 0.2rem 0;
    margin-top: 1rem;
	}

	#Page_Craftsmanship .SectionMain .LimitedItem .ShopList .ListDisc li {
	display: inline-block;
	margin: 0 !important;
	font-size: 1.3rem;
	vertical-align: middle;
	letter-spacing: 0.05em;;
	}

	#Page_Craftsmanship .SectionMain .LimitedItem .ShopList .ListKomeS {
    margin-top: 0.8rem;
	}

	#Page_Craftsmanship .SectionMain .LimitedItem .ShopList .ListKomeS li {
	font-size: 1rem;
	}

	/* 特別カラー（限定） --------------------------------------------------- */

	/* 完売 */
	#Page_Craftsmanship .SectionMain .LimitedItem .Txt_Info_SoldOut {
    margin-top: 0.5rem;
	}

	#Page_Craftsmanship .SectionMain .SectionLineUp .ShopList .Txt_SoldOut {
	margin-left: 0.5rem;
	}		

}

@media print, screen and (min-width: 1090px) {
	#Page_Craftsmanship .SectionMain {
	max-width: 110rem;
	}

	#Page_Craftsmanship .SectionMain .SectionOverview .Lead_Overview {
	max-width: 84rem;		
	}
			
}


/* 積み木 --------------------------------------------------- */

#Page_Craftsmanship #Blocks .Main_Box .Icon_Main {
background: var(--color-blocks-main1);
}

#Page_Craftsmanship #Blocks .Main_Box .Mds_Brand {
color: var(--color-blocks-main1);
}

/* Brand Introduction */
#Page_Craftsmanship #Blocks .SectionBrand {
border-color: var(--color-blocks-main1);	
}

#Page_Craftsmanship #Blocks .SectionBrand .Mds_Brand_Label {
background: var(--color-blocks-main1);
}

#Page_Craftsmanship #Blocks .SectionBrand h3.Mds_Brand .Mds_Jp {
color: var(--color-blocks-main1);
}

/* ITEM LINEUP */
#Page_Craftsmanship #Blocks .SectionLineUp .Mds_LineUp {
color: var(--color-blocks-main1);
} 

#Page_Craftsmanship #Blocks .SectionLineUp .Item_Name {
color: var(--color-blocks-main1);
}


@media only screen and (max-width: 767px) {

	#Page_Craftsmanship #Blocks .SectionBrand h3.Mds_Brand .Logo_Brand {
	width: 15.4rem;
	}
	
}	

@media screen and (orientation: landscape) {
	
}
	
@media print, screen and (min-width: 768px) {
		
	#Page_Craftsmanship #Blocks .SectionBrand h3.Mds_Brand .Logo_Brand {
	width: 16.6rem;
	}
	
}


/* 木琴 --------------------------------------------------- */

#Page_Craftsmanship #Xylophone .Main_Box .Icon_Main {
background: var(--color-xylophone-main1);
}

#Page_Craftsmanship #Xylophone .Main_Box .Mds_Brand {
color: var(--color-xylophone-main1);
}

/* Brand Introduction */
#Page_Craftsmanship #Xylophone .SectionBrand {
border-color: var(--color-xylophone-main1);	
}

#Page_Craftsmanship #Xylophone .SectionBrand .Mds_Brand_Label {
background: var(--color-xylophone-main1);
}

#Page_Craftsmanship #Xylophone .SectionBrand h3.Mds_Brand .Mds_Jp {
color: var(--color-xylophone-main1);
}

/* ITEM LINEUP */
#Page_Craftsmanship #Xylophone .SectionLineUp .Mds_LineUp {
color: var(--color-xylophone-main1);
} 

/* #Page_Craftsmanship #Xylophone .SectionLineUp .Item_Name {
color: var(--color-xylophone-main1);
} */

#Page_Craftsmanship #Xylophone .SectionLineUp .Item_Name_Xmas {
color: #d80c18;
}

@media only screen and (max-width: 767px) {

	#Page_Craftsmanship #Xylophone .SectionBrand h3.Mds_Brand .Logo_Brand {
	width: 17.4rem;
	}
	
}	

@media screen and (orientation: landscape) {
	
}
	
@media print, screen and (min-width: 768px) {
		
	#Page_Craftsmanship #Xylophone .SectionBrand h3.Mds_Brand .Logo_Brand {
	width: 19.2rem;
	}
	
}
