@charset "utf-8";



/* ムーラン・ロティ社「ミヌーシュカ」 */

/*
■ 共通
■ 導入
■ 6匹の仲間たち
■ ミヌーシュカとは
■ ミヌーシュカのクリエイター
■ ムーラン・ロティ社
■ ムーラン・ロティの他ラインナップ
■ 取り扱い店舗一覧
■ ムーラン・ロティ特集「アドベントカレンダー」バナー
*/

	
	
/* ■ 共通 ==================================================================================== */

/*
汎用
フォント
横幅
カラー
マージントップ
マージンボトム
パディングトップ
パディングボトム
カラム
ボックス
見出し
写真
動画
リンク
イラスト
ボタン
*/


/* 汎用 --------------------------------------------------- */

#Page_Minouchkas {
overflow: hidden;
}

/* ボーダー無し */
.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: "Fraunces", system-ui;
}

.FontType2 {
font-family: 'Albert Sans', sans-serif;
font-weight: 600;
letter-spacing: 0.05em;
}


/* カラー --------------------------------------------------- */

:root {
--color-font-main1: #405b52 !important;
--color-font-main2: #e54415 !important;
--color-font-sub1: #505050 !important;
--color-font-sub2: #545454 !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_Minouchkas .Col {
display: grid;
width: 100%;
flex-wrap: wrap;
justify-content: space-between;
}

#Page_Minouchkas .Col2 {
grid-template-columns: repeat(2, 1fr);
}

#Page_Minouchkas .Col3 {
grid-template-columns: repeat(3, 1fr);
}


/* 見出し --------------------------------------------------- */

#Page_Minouchkas .Mds_Main_Frame {
position: absolute;
top: 0;
left: 0; 
right: 0;
margin: 0 auto;
font-weight: 700;
color: var(--color-font-main1); 
letter-spacing: 0.1em;
text-align: center;
z-index: 10;
}
	
	
/* 写真 --------------------------------------------------- */

#Page_Minouchkas .Photo img {
width: 100%;
height: auto;
}
	
#Page_Minouchkas  .Item_Photo img {
border: none;	
}

	
/* 動画 --------------------------------------------------- */

#Page_Minouchkas .Movie {
position: relative;
width: 100%;
margin: 0 !important;
padding-bottom: 56.25%;
overflow: hidden;
}

#Page_Minouchkas .Movie iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
	
	
/* リンク --------------------------------------------------- */

#Page_Minouchkas a {
display: block;
}


/* イラスト --------------------------------------------------- */

#Page_Minouchkas .Pict {
position: absolute;
}

	
/* ボタン --------------------------------------------------- */

#Page_Minouchkas .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_Minouchkas .Btn_Buy {
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_Minouchkas .PC,
	#Page_Minouchkas .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;
	}


	/* フロート --------------------------------------------------- */
	
	.FloatL_SP {
	float: left;		
	padding: 2rem 2rem 1rem 0;
	}

	.FloatR_SP {
	float: right;		
	padding: 2rem 0 1rem 2rem;
	}	

	/* ClearFix */
	.CF_SP::after { display: block; clear: both; content: ""; }
	
		
	/* カラム --------------------------------------------------- */
	
	#Page_Minouchkas .Col2_SP {
	grid-template-columns: repeat(2, 1fr);
	}
	
	#Page_Minouchkas .Col3_SP {
	grid-template-columns: repeat(3, 1fr);
	}


	/* 見出し --------------------------------------------------- */	


	
	/* ボタン --------------------------------------------------- */
	
	#Page_Minouchkas .Btn_Buy {
	width: 15rem;
	padding: 0.8rem 0 0.8rem 1.3rem;
	background-size: 1.6rem auto;
	background-position: 6% 50%;
	font-size: 1.3rem;
	}	

	/* ページ下部 --------------------------------------------------- */
	
	.OtherContWrap {
	margin-top: 3.5rem;
	padding: 0 1.6rem;
	}

	.OtherContWrap .RecommendedMenuCampaign {
	margin-bottom: 2rem;
	}

}

@media only screen and (max-width: 372px) {

	#Page_Minouchkas .SE {
	display: block;
	}

}

@media print, screen and (min-width: 768px) {

	#Page_Minouchkas .SP,
	#Page_Minouchkas .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;
	}


	/* フロート --------------------------------------------------- */
	
	.FloatL_PC {
	float: left;
	padding: 3.5rem 3rem 1rem 0;
	}

	.FloatR_PC {
	float: right;
	padding: 3.5rem 0 1rem 3rem;
	}

	/* ClearFix */
	.CF_PC::after { display: block; clear: both; content: ""; }
	
	
	/* カラム --------------------------------------------------- */
	
	#Page_Minouchkas .Col2_PC {
	grid-template-columns: repeat(2, 1fr);
	}
	
	#Page_Minouchkas .Col3_PC {
	grid-template-columns: repeat(3, 1fr);
	}

	#Page_Minouchkas .Col4_PC {
	grid-template-columns: repeat(4, 1fr);
	}


	/* 見出し --------------------------------------------------- */	

	
	
	/* ボタン --------------------------------------------------- */
	
	#Page_Minouchkas .Btn_Buy {
	width: 17rem;
	padding: 1rem 0 1rem 1.5rem;
	background-size: 1.8rem auto;
	background-position: 6% 50%;
	font-size: 1.6rem;
	}	


	/* ページ下部 --------------------------------------------------- */

	.OtherContWrap {
	max-width: 94rem;
    margin: 7rem auto 0 auto;
	}	
		
	
	/* パンくず --------------------------------------------------- */
	
	.BreadCrumb_Wrap {
	margin-top: 8rem;
	}	
	
	
	/* ページ下部 特典案内--------------------------------------------------- */
	#CampaginBottom {
	margin-top: 8rem;	
	}
						
}



/* ■ 導入 ==================================================================================== */

#Page_Minouchkas .SectionIntro {
position: relative;
}

#Page_Minouchkas .SectionIntro .KV img {
width: 100%;
height: auto;
text-align: center;
}

@media only screen and (max-width: 767px) {

	#Page_Minouchkas .SectionIntro {
	padding-bottom: 17.5rem;
	background:  url(/images/campaign/moulinroty_minouchkas/intro/Texture_KV_Bottom_Sp.png),url(/images/campaign/moulinroty_minouchkas/common/Texture_Bg1_Sp.jpg);
	background-position: center bottom, center top;
	background-repeat: no-repeat, repeat-y;
	background-size: 100% auto,100% auto;
	}	

	#Page_Minouchkas .SectionIntro .Intro_Lead_Main {
	margin: 3rem 3rem 0;
	font-size: 1.4rem;
	font-weight: 500;
	color: var(--color-font-sub2);
	letter-spacing: 0.15em; 
	line-height: 2.2em;
	text-align: center;
	}
		
}

@media only screen and (max-width: 372px) {

}

@media print, screen and (min-width: 768px) {


	
}

@media print, screen and (min-width: 1090px) {

	#Page_Minouchkas .SectionIntro .KV {
	max-width: 200rem;
	margin: 0 auto;
	}									

}



/* ■ 6匹の仲間たち ==================================================================================== */

#Page_Minouchkas .SectionFriends .Friends_Mds_Main {
margin: 0 auto;
color: var(--color-font-main1);
text-align: center;
letter-spacing: 0.1em;
line-height: 1.0em;
}

#Page_Minouchkas .SectionFriends .Friends_Mds_Sub {
color: var(--color-font-main2);
font-weight: 300;
text-align: center;
letter-spacing: 0.05em;
line-height: 1.0em;
}

#Page_Minouchkas .SectionFriends .Character_Mds {
text-align: center;
}

#Page_Minouchkas .SectionFriends .Character_Mds span {
display: block;
line-height: 1.0em;
}

#Page_Minouchkas .SectionFriends .Character_Mds .Mds_Jp {
color: var(--color-font-sub1);
letter-spacing: 0.15em;
}

#Page_Minouchkas .SectionFriends .Character_Lead {
color: var(--color-font-sub1);
font-weight: 400;
letter-spacing: 0.15em;	
}
	
#Page_Minouchkas .SectionFriends .Item_Price {
font-weight: 600;
color: #405b52;
text-align: center;
letter-spacing: 0.05em;
}

#Page_Minouchkas .SectionFriends .Item_Price .Item_Price_Yen2 {
display: inline-block;
margin-right: 0.2rem;
font-size: 70%;
}

#Page_Minouchkas .SectionFriends .Btn_Buy {
margin: 0 auto;
}

@media only screen and (max-width: 767px) {

	#Page_Minouchkas .SectionFriends {
	padding: 3.5rem 3rem 3.5rem 3rem;
	background: url(/images/campaign/moulinroty_minouchkas/common/Texture_Bg1_Sp.jpg) no-repeat center top;
	background-size: cover;
	}

	#Page_Minouchkas .SectionFriends .Friends_Mds_Main {
	height: 5rem;
	padding-left: 1rem;
	background: url(/images/campaign/moulinroty_minouchkas/friends/Texture_Mds_Main_Sp.png) no-repeat center center;
	background-size: contain;
	font-size: 2.5rem;
	line-height: 5rem;
	}		

	#Page_Minouchkas .SectionFriends .Friends_Mds_Sub {
	font-size: 1.7rem;
	}

	#Page_Minouchkas .SectionFriends .CharacterWrap {
	margin-top: 3rem;
	}

	#Page_Minouchkas .SectionFriends .SectionCharacter {
	position: relative;
	padding-bottom: 3.5rem;
	background: url(/images/campaign/moulinroty_minouchkas/friends/Texture_Line1_Sp.png) center bottom no-repeat;
	background-size: auto 0.2rem;
	}	

	#Page_Minouchkas .SectionFriends .SectionCharacter:nth-of-type(even){
	padding-top: 2.5rem;	
	}

	#Page_Minouchkas .SectionFriends .CharacterWrap:last-of-type .SectionCharacter:last-of-type {
	padding-bottom: 0;	
	background: none;
	}

	#Page_Minouchkas .SectionFriends .Character_Mds {
	margin-top: 1.5rem
	}			

	#Page_Minouchkas .SectionFriends .Character_Mds .Mds_En img {
	width: auto;
	height: 2.3rem;
	}	

	#Page_Minouchkas .SectionFriends .Character_Mds .Mds_Jp {
	margin-top: 1.4rem;		
	font-size: 1.5rem;
	}	

	#Page_Minouchkas .SectionFriends .Character_Lead {
	margin-top: 1.5rem;		
	font-size: 1.3rem;
	}

	#Page_Minouchkas .SectionFriends .Character_Photo_List {
	margin-top: 2rem;
	gap: 0 1rem;
	}

	#Page_Minouchkas .SectionFriends .Item_Price {
	margin-top: 2rem;
	font-size: 1.8rem;
	}

	#Page_Minouchkas .SectionFriends .Btn_Buy {
	margin-top: 1rem;
	}
		
}

@media only screen and (max-width: 372px) {

}

@media print, screen and (min-width: 768px) {

	#Page_Minouchkas .SectionFriends {
	padding: 7rem 3rem 11.5rem 3rem;
	background: url(/images/campaign/moulinroty_minouchkas/common/Texture_Bg1_Pc.jpg) no-repeat center top;
	background-size: cover;
	}

	#Page_Minouchkas .SectionFriends .Friends_Mds_Main {
	width: 59rem;
	height: 9rem;
	padding-left: 1.65rem;
	background: url(/images/campaign/moulinroty_minouchkas/friends/Texture_Mds_Main_Pc.png) no-repeat center center;
	background-size: contain;
	font-size: 3.6rem;
	line-height: 9rem;
	}

	#Page_Minouchkas .SectionFriends .Friends_Mds_Sub {
	font-size: 2.6rem;
	}

	#Page_Minouchkas .SectionFriends .CharacterWrap {
	position: relative;		
	margin: 5rem auto 0 auto;
	gap: 0 8rem;
	}

	#Page_Minouchkas .SectionFriends .CharacterWrap:not(:last-of-type) {
	margin-bottom: 10rem;
	}

	#Page_Minouchkas .SectionFriends .CharacterWrap:not(:last-of-type):after {
	display:inline-block;
	position:absolute;	
	left: 0;
	bottom: -7.5rem;			   
	width:100%;
	height:0.3rem;
	background-image: url(/images/campaign/moulinroty_minouchkas/friends/Texture_Line2_Pc.png);
    content:""; 
	}
	
	#Page_Minouchkas .SectionFriends .SectionCharacter {
	position: relative;
	}
	
	#Page_Minouchkas .SectionFriends .SectionCharacter:nth-of-type(odd):after {
	display:inline-block;
	position:absolute;	
	top: 2.5rem;
	right: -4.2rem;
	width: 0.3rem;
	height: 93.9rem;
	background-image: url(/images/campaign/moulinroty_minouchkas/friends/Texture_Line1_Pc.png);
	background-repeat: no-repeat;
	content:"";	   
	}

	#Page_Minouchkas .SectionFriends .Character_Mds {
	margin-top: 3.5rem
	}			

	#Page_Minouchkas .SectionFriends .Character_Mds .Mds_En img {
	width: auto;
	height: 2.3rem;
	}	

	#Page_Minouchkas .SectionFriends .Character_Mds .Mds_Jp {
	margin-top: 1.4rem;		
	font-size: 1.8rem;
	}	

	#Page_Minouchkas .SectionFriends .Character_Lead {
	margin-top: 2.5rem;		
	font-size: 1.4rem;
	}

	#Page_Minouchkas .SectionFriends .Character_Photo_List {
	margin-top: 3rem;
	gap: 0 1.5rem;
	}

	#Page_Minouchkas .SectionFriends .Item_Price {
	margin-top: 3rem;
	font-size: 1.8rem;
	}

	#Page_Minouchkas .SectionFriends .Btn_Buy {
	margin-top: 1.5rem;
	}

}

@media print, screen and (min-width: 1090px) {

	#Page_Minouchkas .SectionFriends .CharacterWrap {
	max-width: 105rem;
	}									

}



/* ■ ミヌーシュカとは ==================================================================================== */

#Page_Minouchkas .SectionMinouchka .Minouchka_Mds_Main {
text-align: center;
}

#Page_Minouchkas .SectionMinouchka .Minouchka_Mds_Main span {
display: block;
line-height: 1.0em;
}

#Page_Minouchkas .SectionMinouchka .Minouchka_Mds_Main .Mds_En {
font-weight: 400;	
color: var(--color-font-main2);
letter-spacing: 0.05em;
}

#Page_Minouchkas .SectionMinouchka .Minouchka_Mds_Main .Mds_Jp {
color: var(--color-font-main1);
font-weight: 500;
letter-spacing: 0.15em;
}

#Page_Minouchkas .SectionMinouchka .Minouchka_Photo_Main {
margin: 0 auto;
}

#Page_Minouchkas .SectionMinouchka .Minouchka_Lead {
color: var(--color-font-sub2);
font-weight: 400;
letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {

	#Page_Minouchkas .SectionMinouchka {
	padding: 4rem 0 6rem;
	background: url(/images/campaign/moulinroty_minouchkas/minouchkas/Texture_Frame_Top_Sp.jpg),url(/images/campaign/moulinroty_minouchkas/minouchkas/Texture_Frame_Bottom_Sp.jpg);
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto,100% auto;
	}	

	#Page_Minouchkas .SectionMinouchka .Minouchka_Mds_Main .Mds_En {
	font-size: 2.3rem;		
	line-height: 1.4em;
	}		

	#Page_Minouchkas .SectionMinouchka .Minouchka_Mds_Main .Mds_Jp {
	margin-top: 1rem;
	font-size: 1.7rem;
	}

	#Page_Minouchkas .SectionMinouchka .Minouchka_Photo_Main {
	margin: 1.5rem 0;		
	padding: 0 3rem;
	}	

	#Page_Minouchkas .SectionMinouchka .Minouchka_Lead {
	padding: 0 4rem;
	font-size: 1.3rem;
	line-height: 1.9em;
	}

	#Page_Minouchkas .SectionMinouchka .Minouchka_Photo_Sub {
	width: 18rem;
	margin: 3rem auto 0;
	}

}

@media only screen and (max-width: 372px) {


}

@media print, screen and (min-width: 768px) {

	#Page_Minouchkas .SectionMinouchka {
	padding: 7rem 3rem;
	background: url(/images/campaign/moulinroty_minouchkas/common/Texture_Bg2_Pc.jpg) repeat-y center top;
	background-size: cover;
	}	

	#Page_Minouchkas .SectionMinouchka .MinouchkaUnit {
	margin: 0 auto;
	padding: 8rem 12.5rem;
	background: url(/images/campaign/moulinroty_minouchkas/minouchkas/Texture_Frame_Pc.png) no-repeat center top;
	background-size: contain;
	}	

	#Page_Minouchkas .SectionMinouchka .Minouchka_Mds_Main .Mds_En {
	font-size: 3.6rem;
	}

	#Page_Minouchkas .SectionMinouchka .Minouchka_Mds_Main .Mds_Jp {
	margin-top: 1.5rem;
	font-size: 1.6rem;
	}
	
	#Page_Minouchkas .SectionMinouchka .Minouchka_Photo_Main {
	max-width: 60rem;
	margin-bottom: 2.5rem;
	}		

	#Page_Minouchkas .SectionMinouchka .Minouchka_Lead {
	font-size: 1.6rem;
	line-height: 2.2em;
	}

	#Page_Minouchkas .SectionMinouchka .Minouchka_Photo_Sub {
	width: 24rem;
	margin-top: -3rem;
	}	

}

@media print, screen and (min-width: 1090px) {

	#Page_Minouchkas .SectionMinouchka {
	padding: 7rem 0;
	}

	#Page_Minouchkas .SectionMinouchka .MinouchkaUnit {
	max-width: 105rem;
	}									

	#Page_Minouchkas .SectionMinouchka .Minouchka_Photo_Main {
	max-width: 71rem;
	}

}


/* ■ ミヌーシュカのクリエイター ==================================================================================== */

#Page_Minouchkas .SectionCreator .Creator_Mds_Main {
color: var(--color-font-main1);
text-align: center;
letter-spacing: 0.1em;
}

#Page_Minouchkas .SectionCreator .Creator_Name {
text-align: center;
}

#Page_Minouchkas .SectionCreator .Creator_Name span {
display: block;
line-height: 1.0em;
}

#Page_Minouchkas .SectionCreator .Creator_Name .Name_En {
font-weight: 300;
color: var(--color-font-main2);
letter-spacing: 0.05em;
}

#Page_Minouchkas .SectionCreator .Creator_Name .Name_Jp {
font-weight: 500;
letter-spacing: 0.15em;
}

#Page_Minouchkas .SectionCreator .Creator_Lead {
font-weight: 400;
color: var(--color-font-sub2);
letter-spacing: 0.05em;
}

#Page_Minouchkas .SectionCreator .Creator_Insta {
text-align: center;
}

#Page_Minouchkas .SectionCreator .Creator_Insta span {
display: block;
line-height: 1.0em;
}

#Page_Minouchkas .SectionCreator .Creator_Insta .Icon_Insta {
margin: 0 auto;
}

#Page_Minouchkas .SectionCreator .Creator_Insta .Account_Insta {
margin: 0 auto;
}
	
@media only screen and (max-width: 767px) {

	#Page_Minouchkas .SectionCreator {
	padding: 11.5rem 0 11.5rem 0;
	background: url(/images/campaign/moulinroty_minouchkas/creator/Texture_Band1_Sp.jpg),url(/images/campaign/moulinroty_minouchkas/creator/Texture_Band2_Sp.jpg);
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto,100% auto;
	}

	#Page_Minouchkas .SectionCreator .LeadUnit {
	padding: 0 3.5rem;	
	}

	#Page_Minouchkas .SectionCreator .Creator_Mds_Main {		
	font-size: 1.8rem;
	}

	#Page_Minouchkas .SectionCreator .Creator_Name {
	margin-top: 1rem;	
	}
	
	#Page_Minouchkas .SectionCreator .Creator_Name .Name_En {
	font-size: 2.1rem;
	}

	#Page_Minouchkas .SectionCreator .Creator_Name .Name_Jp {
	margin-top: 1rem;		
	font-size: 1.3rem;
	}	

	#Page_Minouchkas .SectionCreator .Creator_Lead {
	margin-top: 2.5rem;	
	font-size: 1.3rem;
	line-height: 1.9em;
	}

	#Page_Minouchkas .SectionCreator .Creator_Insta {
	margin-top: 2.5rem;		
	}
	
	#Page_Minouchkas .SectionCreator .Creator_Insta .Icon_Insta {
	width: 2.8rem;
	}

	#Page_Minouchkas .SectionCreator .Creator_Insta .Account_Insta {
	margin-top: 1rem;			
	width: 12rem;
	}

	#Page_Minouchkas .SectionCreator .Insta_Photo_List {
	margin-top: 2.5rem;
	gap: 0 0.4rem;
	}


}

@media only screen and (max-width: 372px) {


}

@media print, screen and (min-width: 768px) {

	#Page_Minouchkas .SectionCreator {
	padding: 24rem 0 22rem 0;
	background: url(/images/campaign/moulinroty_minouchkas/creator/Texture_Band1_Pc.jpg),url(/images/campaign/moulinroty_minouchkas/creator/Texture_Band2_Pc.jpg);
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto,100% auto;
	}

	#Page_Minouchkas .SectionCreator .LeadUnit {
	padding: 0 29rem;	
	}

	#Page_Minouchkas .SectionCreator .Creator_Mds_Main {		
	font-size: 3.2rem;
	}

	#Page_Minouchkas .SectionCreator .Creator_Name {
	margin-top: 2rem;	
	}
	
	#Page_Minouchkas .SectionCreator .Creator_Name .Name_En {
	font-size: 2.6rem;
	}

	#Page_Minouchkas .SectionCreator .Creator_Name .Name_Jp {
	margin-top: 2rem;		
	font-size: 1.6rem;
	}	

	#Page_Minouchkas .SectionCreator .Creator_Lead {
	margin-top: 2.5rem;	
	font-size: 1.6rem;
	line-height: 2.0em;
	}

	#Page_Minouchkas .SectionCreator .Creator_Insta {
	margin-top: 3rem;		
	}
	
	#Page_Minouchkas .SectionCreator .Creator_Insta .Icon_Insta {
	width: 2.8rem;
	}

	#Page_Minouchkas .SectionCreator .Creator_Insta .Account_Insta {
	margin-top: 1.5rem;			
	width: 15rem;
	}

	#Page_Minouchkas .SectionCreator .Insta_Photo_List {
	padding: 0 6rem;
	margin: 3.5rem auto 0 auto;
	gap: 0 1rem;
	}
				
}

@media print, screen and (min-width: 1090px) {
		
	#Page_Minouchkas .SectionCreator .Insta_Photo_List {
	max-width: 83rem;
	padding: 0;
	}
	
}


/* ■ ムーラン・ロティ社 ==================================================================================== */

#Page_Minouchkas .SectionAbout .Mds_Maker {
font-weight: 400;
color: var(--color-font-main2);
}

#Page_Minouchkas .SectionAbout .Mds_Maker span {
display: inline-block;
vertical-align: middle;
}

#Page_Minouchkas .SectionAbout .Mds_Country {
letter-spacing: 0.05rem;
}

#Page_Minouchkas .SectionAbout .About_Lead_Main {
font-weight: 400;
color: var(--color-font-sub1);
}

#Page_Minouchkas .SectionAbout .Photo_List .Photo img {
overflow: hidden;	
}

#Page_Minouchkas .SectionAbout .Photo_List .Cap {
font-weight: 400;
color: var(--color-font-sub1);
}
	
@media only screen and (max-width: 767px) {	

	#Page_Minouchkas .SectionAbout {
	padding: 5rem 1.5rem 3rem 1.5rem;
	background: url(/images/campaign/moulinroty_minouchkas/common/Texture_Bg1_Sp.jpg) repeat-y center top;
	background-size: 100% auto;   
	}
	
	#Page_Minouchkas .SectionAbout .About_Frame_Bg {
	padding: 0.25rem 0.25rem 0.25rem 0.25rem;
	background: #7d8240;
	background: linear-gradient(135deg, transparent 16px, #7d8240 0) top left,
	linear-gradient(-135deg, transparent 16px, #7d8240 0) top right,
	linear-gradient(-45deg, transparent 16px, #7d8240 0) bottom right,
	linear-gradient(45deg, transparent 16px, #7d8240 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	}	

	#Page_Minouchkas .SectionAbout .About_Unit {
	position: relative;
	padding: 2.5rem 2.5rem 3rem 2.5rem;
	background: #fff;
	background: linear-gradient(135deg, transparent 15px, #fff 0) top left,
	linear-gradient(-135deg, transparent 15px, #fff 0) top right,
	linear-gradient(-45deg, transparent 15px, #fff 0) bottom right,
	linear-gradient(45deg, transparent 15px, #fff 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	}
	
	#Page_Minouchkas .SectionAbout .Mds_Maker {

	}

	#Page_Minouchkas .SectionAbout .Mds_Maker_Jp {
	font-size: 2rem;
	}			

	#Page_Minouchkas .SectionAbout .Mds_Country {	
	font-size: 1.6rem;
	}

	#Page_Minouchkas .SectionAbout .Mds_Logo {
	width: 10.5rem;
	}	

	#Page_Minouchkas .SectionAbout .About_Lead_Main {
	margin-top: 2rem;
	font-size: 1.5rem;
	line-height: 1.9em;
	}

	#Page_Minouchkas .SectionAbout .Photo_List {
	margin-top: 2.5rem;
	gap: 1.5rem 0;
	}

	#Page_Minouchkas .SectionAbout .Photo_List .Photo img {
	border-radius: 0.75rem;	
	}
		
	#Page_Minouchkas .SectionAbout .Photo_List .Cap {
	margin-top: 1rem;
	font-size: 1.3rem;
	}
		
}

@media only screen and (max-width: 372px) {

}

@media print, screen and (min-width: 768px) {

	#Page_Minouchkas .SectionAbout {
	padding: 14rem 6rem 10rem 6rem;
	background: url(/images/campaign/moulinroty_minouchkas/common/Texture_Bg1_Pc.jpg) repeat-y center top;
	background-size: 100% auto; 
	}
		
	#Page_Minouchkas .SectionAbout .About_Unit {
	position: relative;
	padding: 7.5rem 5.5rem 6rem 5.5rem;
	background: url(/images/campaign/moulinroty_minouchkas/about/Texture_Frame_Pc.jpg) no-repeat center top;
	background-size: contain;
	}

	#Page_Minouchkas .SectionAbout .About_Mds_Main_Unit {
	display: flex;
    justify-content: space-between;
    align-items: center;	
	}
	
	#Page_Minouchkas .SectionAbout .Mds_Maker_Jp {
	font-size: 3rem;
	}			

	#Page_Minouchkas .SectionAbout .Mds_Country {	
	font-size: 1.8rem;
	}

	#Page_Minouchkas .SectionAbout .Mds_Logo {
	width: 15.5rem;
	}	

	#Page_Minouchkas .SectionAbout .About_Lead_Main {
	margin-top: 3rem;
	font-size: 1.5rem;
	line-height: 2.0em;
	}

	#Page_Minouchkas .SectionAbout .Photo_List {
	margin-top: 3.5rem;
	gap: 4rem 4rem;
	}

	#Page_Minouchkas .SectionAbout .Photo_List .Photo img {
	border-radius: 1.2rem;	
	}
		
	#Page_Minouchkas .SectionAbout .Photo_List .Cap {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	}

	#Page_Minouchkas .SectionAbout .Pict_Interior {
	right: 5rem;
	bottom: -4rem;
	}
		
}

@media print, screen and (min-width: 1090px) {

	#Page_Minouchkas .SectionAbout {
	padding: 14rem 0 10rem 0; 
	}
	
	#Page_Minouchkas .SectionAbout .About_Unit {
	max-width: 105rem;
	margin: 0 auto;
	}

}


/* ■ Other Lineup ==================================================================================== */

#Page_Minouchkas .SectionOtherLineup .OtherLineup_Mds_Main {
font-weight: 700;
color: #fff;
letter-spacing: 0.1em;
text-align: center;
}

#Page_Minouchkas .SectionOtherLineup .SectionLineup {
background: #fff;
}

#Page_Minouchkas .SectionOtherLineup .SectionLineup .Lineup_Catch {
font-weight: 500;
color: var(--color-font-sub1); 
letter-spacing: 0.1em;
}

#Page_Minouchkas .SectionOtherLineup .SectionLineup .Lineup_Mds {
font-weight: 700;
color: var(--color-font-main2); 
letter-spacing: 0.1em;
}

#Page_Minouchkas .SectionOtherLineup .SectionLineup .Btn_Detail {
margin: 0 auto;
border: 0.1rem solid var(--color-font-main2); 
color: var(--color-font-main2); 
}
	
@media only screen and (max-width: 767px) {	

	#Page_Minouchkas .SectionOtherLineup {
	padding: 3.5rem 1.5rem 3.5rem 1.5rem; 
	background: url(/images/campaign/moulinroty_minouchkas/common/Texture_Bg2_Sp.jpg) repeat-y center top;
	background-size: 100% auto;
	}

	#Page_Minouchkas .SectionOtherLineup .OtherLineup_Mds_Main {
	font-size: 1.8rem;
	line-height: 2.0rem;
	}

	#Page_Minouchkas .SectionOtherLineup .OtherLineup_Unit {
	margin: 2rem auto 0 auto;	
	gap: 0 0.5rem;
	width: 100%
	}	

	#Page_Minouchkas .SectionOtherLineup .SectionLineup {
	padding: 1.5rem 1.5rem 2rem 1.5rem; 
	background: linear-gradient(135deg, transparent 6px, #fff 0) top left,
	linear-gradient(-135deg, transparent 6px, #fff 0) top right,
	linear-gradient(-45deg, transparent 6px, #fff 0) bottom right,
	linear-gradient(45deg, transparent 6px, #fff 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;
	}

	#Page_Minouchkas .SectionOtherLineup .SectionLineup .Lineup_Catch {
	margin-top: 1.5rem;
	font-size: 1.2rem;
	}
	
	#Page_Minouchkas .SectionOtherLineup .SectionLineup .Lineup_Mds {
	margin-top: 0.5rem;
	font-size: 1.4rem;
	}

	#Page_Minouchkas .SectionOtherLineup .SectionLineup .Btn_Detail {
	width: 90%;
	margin-top: 1rem;
	padding: 0.8rem 0 0.8rem 0;
	font-size: 1.2rem;
	}

		
}

@media only screen and (max-width: 372px) {

}

@media print, screen and (min-width: 768px) {

	#Page_Minouchkas .SectionOtherLineup {
	padding: 11.5rem 3rem 11.5rem 3rem; 
	background: url(/images/campaign/moulinroty_minouchkas/common/Texture_Bg2_Pc.jpg) repeat-y center top;
	background-size: 100% auto;
	}

	#Page_Minouchkas .SectionOtherLineup .OtherLineup_Mds_Main {
	font-size: 2.8rem;
	}

	#Page_Minouchkas .SectionOtherLineup .OtherLineup_Unit {
	margin: 5rem auto 0 auto;	
	gap: 0 3rem;
	}	

	#Page_Minouchkas .SectionOtherLineup .SectionLineup {
	padding: 4rem 5rem 6rem 5rem; 
	background: linear-gradient(135deg, transparent 15px, #fff 0) top left,
	linear-gradient(-135deg, transparent 15px, #fff 0) top right,
	linear-gradient(-45deg, transparent 15px, #fff 0) bottom right,
	linear-gradient(45deg, transparent 15px, #fff 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;	
	}

	#Page_Minouchkas .SectionOtherLineup .SectionLineup .Lineup_Catch {
	margin-top: 3rem;
	font-size: 2rem;
	}
	
	#Page_Minouchkas .SectionOtherLineup .SectionLineup .Lineup_Mds {
	margin-top: 1.2rem;
	font-size: 2.8rem;
	}

	#Page_Minouchkas .SectionOtherLineup .SectionLineup .Btn_Detail {
	width: 18.4rem;
	margin-top: 2.5rem;
	padding: 1rem 0 1.2rem 0; 
	font-size: 1.5rem; 	
	}

}

@media print, screen and (min-width: 1090px) {

	#Page_Minouchkas .SectionOtherLineup {
	padding: 11.5rem 0 11.5rem 0; 
	}
		
	#Page_Minouchkas .SectionOtherLineup .OtherLineup_Unit {
	max-width: 105rem;
	}

}


/* ■ 取り扱い店舗一覧 ==================================================================================== */

#Page_Minouchkas .SectionShop .ShopUnit {
background: #fff;
background: linear-gradient(135deg, transparent 15px, #fff 0) top left,
linear-gradient(-135deg, transparent 15px, #fff 0) top right,
linear-gradient(-45deg, transparent 15px, #fff 0) bottom right,
linear-gradient(45deg, transparent 15px, #fff 0) bottom left;
background-size: 50% 50%;
background-repeat: no-repeat;
}

#Page_Minouchkas .SectionShop .Shop_Mds_Main {
font-weight: 400;
color: var(--color-font-main1);
letter-spacing: 0.05em;
}	

#Page_Minouchkas .SectionShop .ShopList li {
letter-spacing: 0.1em;
}

#Page_Minouchkas .SectionShop .ShopList .ListDisc li:before {
display: inline-block;
background-color: #fff;
background-image: url(/images/campaign/moulinroty_minouchkas/common/Icon_LinkAllowCircle1.png);
background-size: contain;
vertical-align: middle;
}

#Page_Minouchkas .SectionShop .ShopList a {
color: var(--color-font-main1);
}
	
@media only screen and (max-width: 767px) {	

	#Page_Minouchkas .SectionShop {
	padding: 3rem 1.5rem 4rem 1.5rem; 
	background: url(/images/campaign/moulinroty_minouchkas/common/Texture_Bg1_Sp.jpg) repeat-y;
	background-size: 100% auto;
	}
		
	#Page_Minouchkas .SectionShop .ShopUnit {
	padding: 2.5rem 2.5rem 3rem 2.5rem;
	}

	#Page_Minouchkas .SectionShop .Shop_Mds_Main {
	font-size: 2rem;
	color: var(--color-font-main1);	
	}	

	#Page_Minouchkas .SectionShop .ShopList {
	margin-top: 1rem;
	}				

	#Page_Minouchkas .SectionShop .ShopList .ListDisc li {
	padding-left: 2.2rem;
	font-size: 1.4rem;
	line-height: 1.8;
	}
	
	#Page_Minouchkas .SectionShop .ShopList .ListDisc li:before {
	top: 0.5rem;		
	width: 1.5rem;
	height: 1.5rem;
	}
		
}

@media only screen and (max-width: 372px) {

}

@media print, screen and (min-width: 768px) {

	#Page_Minouchkas .SectionShop {
	padding: 10rem 6rem 10rem 6rem;
	background: url(/images/campaign/moulinroty_minouchkas/common/Texture_Bg1_Pc.jpg) repeat-y;
	background-size: 100% auto;
	}
		
	#Page_Minouchkas .SectionShop .ShopUnit {
	padding: 6rem 5rem 7rem 5rem;
	border: 0.2rem solid var(--color-main2);
	}

	#Page_Minouchkas .SectionShop .Shop_Mds_Main {
	font-size: 3rem;
	}	

	#Page_Minouchkas .SectionShop .ShopList {
	display: flex;
    justify-content: space-between;
	margin-top: 2.5rem;	
	}					

	#Page_Minouchkas .SectionShop .ShopList .ListDisc:nth-of-type(1) {
	width: 30%;
	}

	#Page_Minouchkas .SectionShop .ShopList .ListDisc:nth-of-type(2) {
	width: 40%;	
	}

	#Page_Minouchkas .SectionShop .ShopList .ListDisc:nth-of-type(3) {
	width: 30%;	
	}
	
	#Page_Minouchkas .SectionShop .ShopList .ListDisc li {
	padding-left: 2rem;
	font-size: 1.5rem;
	}
	
	#Page_Minouchkas .SectionShop .ShopList .ListDisc li:before {
	top: 0.5rem;		
	width: 1.4rem;
	height: 1.4rem;
	}

}

@media print, screen and (min-width: 1090px) {

	#Page_Minouchkas .SectionShop {
	padding: 10rem 0 10rem 0; 
	}
	
	#Page_Minouchkas .SectionShop .ShopUnit {
	max-width: 105rem;
	margin: 0 auto;
	}

}


/* ■ ムーラン・ロティ特集「アドベントカレンダー」バナー ------------------------------------------------------------------ */

@media print, screen and (min-width: 768px) {
		
	#CampaginBannerMoulinRotyAdventCalendar {
	max-width: 54rem;
	margin: 0 auto;
	}

}