@charset "UTF-8";

/*
■ 共通

■ ヘッダー
■ 導入リード
■ アイテム
■ ギフト無料配送

■ フッター
■ ページの先頭へ

*/



/* ■ 共通 ==================================================================================== */


/*
変数設定
*/

body {
background: var(--color-main2);
}

#Wrapper {
display: none;
}

#Footer {
display: none;
}

.WF1 {
font-family: 'Noto Serif JP', serif;
font-weight: 400;
letter-spacing: 0.2rem;
}

.WF2 {

}

.WF3 {

}



/* 変数設定 --------------------------------------------------- */

:root {
--color-main1: #c62626;
--color-main2: #f9f3ea;
--color-Sub1: #f4ece0;
--color-alert: #ff003c;
}

	
	
/* ■ ヘッダー ==================================================================================== */

#Header {
background: var(--color-main1);
}
	
@media only screen and (max-width: 767px) {

	#Header {
	padding: 0.5rem;
	}
	
	#Header .Header_Kv img {
	border-radius: 1.5rem;
	}
		
}

@media only screen and (max-width: 372px) {

}

@media print, screen and (min-width: 768px) {

	#Header {
	padding: 2rem;
	}

	#Header .Header_Kv img {
	border-radius: 3rem;
	}

}

/*
@media print, screen and (min-width: 1090px) {

	#Header h1.Title {
	top: 6rem;
	left: 6rem;
	width: 23rem;
	}	

}
*/



/* ■ 導入リード ==================================================================================== */

.MainLead {
background: var(--color-main2);
}

.MainLead_Mds1 {
letter-spacing: 0.2em;
font-weight: 500;
color: var(--color-main1);
}

.MainLead_Lead {
letter-spacing: 0.15em;
}

.MainLead .ListKomeS {
color: var(--color-alert);
}

@media only screen and (max-width: 767px) {

	.MainLead {
	padding: 3rem 3rem 0 3rem;
	}

	.MainLead_Mds1 {
	font-size: 2rem;
	line-height: 1.6;
	}

	.MainLead_Lead {
	margin-top: 2rem;
	font-size: 1.4rem;
	line-height: 2.0em;
	}

	.MainLead .ListKomeS {
	margin-top: 1.5rem;
	}

	.MainLead .ListKomeS li {
	font-size: 1.3rem;
	}
		
}

@media print, screen and (min-width: 768px) {

	.MainLead {
	padding: 6.5rem 6rem 0 6rem;
	}
	
	.MainLead_Mds1 {
	font-size: 2.8rem;
	line-height: 1.6;
	text-align: center;
	}

	.MainLead_Lead {
	margin: 2rem auto 0 auto;
	max-width: 87.5rem;
	line-height: 2.5;
	}

	.MainLead .ListKomeS {
	margin: 2rem auto 0 auto;
	max-width: 87.5rem;
	margin-top: 2.5rem;
	}

	.MainLead .ListKomeS li {
	font-size: 1.3rem;
	}
	
}

@media print, screen and (min-width: 1090px) {

	.MainLead {
	padding: 9rem 0 0 0;
	}
	
	.MainLead_Mds1 {
	font-size: 3.2rem;
	line-height: 1.6;
	}							

	.MainLead_Lead {
	margin: 3rem auto 0 auto;
	}	

}



/* ■ アイテム ==================================================================================== */

/*
共通
ファッションの系統で選ぶ（Contents1）
機能性で選ぶ（Contents2）
人気のアイテムで選ぶ（Contents3）
*/


/* 共通 --------------------------------------------------- */

/* 通常タブメニュー */
.Contents_Tab_Menu {
margin: 0 auto;
}

.Contents_Tab_Menu ul {
display: flex;
justify-content: space-between;
background: url(../img/Contents_TabMenu_Shadow_Bg.png) repeat-x;
background-size: 1rem auto;
background-position: left bottom;
}

.Contents_Tab_Menu a {
display: block;
width: 100%;
font-weight: 500;
text-align: center;
color: var(--color-main1);
overflow: hidden;
}

.Contents_Tab_Menu a:hover, 
.Contents_Tab_Menu .Current {
color: #fff;
}	

.Contents_Tab_Menu span {
display: block;
}

.Contents_Tab_Menu .Contents_Tab_Menu_Num {
line-height: 1;
}

/* 固定表示用タブメニュー */
.Contents_Tab_Menu_Fixed {
position: fixed;
top: -120%;
left: 0;
right: 0;
margin: auto;
background: var(--color-main2);;
z-index: 10;
opacity: 0;
}

.Effect1 {
top: 0;
opacity: 1 !important;
transition: 1s;	
}

.Contents_Tab_Menu_Fixed ul {
display: flex;
margin: 0 auto;
justify-content: space-between;
}

.Contents_Tab_Menu_Fixed a {
display: block;
width: 100%;
font-weight: 500;
text-align: center;
color: var(--color-main1);
overflow: hidden;
}

.Contents_Tab_Menu_Fixed a:hover, 
.Contents_Tab_Menu_Fixed .Current {
color: #fff;
}	

.Contents_Tab_Menu_Fixed span {
display: block;
}

/* タブ中身 */
.Contents_Each .TabBox {
display: none;
}

.Contents_Each .TabBox.Current {
display: block;
}

/* 各装飾 */
.Contents_Each {
margin-top: -0.05rem;	
background: var(--color-main1); 
}	

.Contents_Each_In {
background: var(--color-main2); 	
}	

.Contents_Intro_Mds {
font-weight: 500;
letter-spacing: 0.2rem;
text-align: center;
color: #fff;
}

.Contents_Intro_Lead {
color: #fff;
}
	
@media only screen and (max-width: 767px) {

	/* 通常タブメニュー */
	.Contents_Tab_Menu {
	max-width: 36.5rem;
	}

	.Contents_Tab_Menu a {
	width: 12rem;
	height: 12.7rem;
	background: url(../img/Contents_TabMenu_Off_Bg_SP.png) no-repeat center bottom;
	background-size: 12rem auto;
	letter-spacing: 0.05em;
	}
	
	.Contents_Tab_Menu a:hover, 
	.Contents_Tab_Menu .Current {
	background: url(../img/Contents_TabMenu_On_Bg_SP.png) no-repeat center bottom;
	background-size: 12rem auto;
	}	  
	
	.Contents_Tab_Menu .Contents_Tab_Menu_Num {
	padding-top: 2.8rem;
	font-size: 0.9rem;	
	}

	.Contents_Tab_Menu .Contents_Tab_Menu_Mds {
	padding-top: 3.4rem;
	font-size: 1.2rem;
	line-height: 1.5;
	}			

	.Contents_Tab_Menu li:nth-child(2) .Contents_Tab_Menu_Mds {
	padding-top: 4.1rem;
	}	

	/* 固定表示用タブメニュー */
	.Contents_Tab_Menu_Fixed {
	padding-top: 1rem;
	border-bottom: 5px solid var(--color-main1);
	}
	
	.Contents_Tab_Menu_Fixed ul {
	max-width: 36.5rem;
	}	

	.Contents_Tab_Menu_Fixed a {
	width: 12rem;
	height: 5.3rem;
	background: url(../img/Contents_TabMenu_Fixed_Off_Bg_SP.png) no-repeat center bottom;
	background-size: 12rem auto;
	letter-spacing: 0.1em;
	}
	
	.Contents_Tab_Menu_Fixed a:hover, 
	.Contents_Tab_Menu_Fixed .Current {
	background: url(../img/Contents_TabMenu_Fixed_On_Bg_SP.png) no-repeat center bottom;
	background-size: 12rem auto;
	}	  

	.Contents_Tab_Menu_Fixed .Contents_Tab_Menu_Mds {
	padding-top: 1.2rem;
	font-size: 1.2rem;	
	line-height: 1.4;
	}			

	.Contents_Tab_Menu_Fixed li:nth-child(2) .Contents_Tab_Menu_Mds {
	padding-top: 2.1rem;
	}	
	
	/* 各装飾 */
	.Contents {
	padding-top:2.5rem; 
	}		
	
	.Contents_Each {
	padding: 0 0.5rem;	
	}
		
	.Contents_Intro {
	padding: 4.5rem 2.5rem 5rem 2.5rem;	
	}

	.Contents_Intro_Mds {
	font-size: 2.2rem;
	line-height: 1.5;
	} 

	.Contents_Intro_Lead {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	}	
		
}

@media screen and (max-width:375px) {

	/* 通常タブメニュー */
	.Contents_Tab_Menu {
	max-width: 31rem;
	}

	.Contents_Tab_Menu a {
	width: 10rem;
	height: 10.7rem;
	background: url(../img/Contents_TabMenu_Off_Bg_SP.png) no-repeat center bottom;
	background-size: 10rem auto;
	letter-spacing: 0.05em;
	}
	
	.Contents_Tab_Menu a:hover, 
	.Contents_Tab_Menu .Current {
	background: url(../img/Contents_TabMenu_On_Bg_SP.png) no-repeat center bottom;
	background-size: 10rem auto;
	}	  
	
	.Contents_Tab_Menu .Contents_Tab_Menu_Num {
	padding-top: 2.6rem;
	font-size: 0.8rem;	
	}

	.Contents_Tab_Menu .Contents_Tab_Menu_Mds {
	padding-top: 2.5rem;
	font-size: 1.1rem;	
	line-height: 1.5;
	}			

	.Contents_Tab_Menu li:nth-child(2) .Contents_Tab_Menu_Mds {
	padding-top: 3.2rem;
	}		

	/* 固定表示用タブメニュー */
	.Contents_Tab_Menu_Fixed ul {
	max-width: 31rem;
	}	

	.Contents_Tab_Menu_Fixed a {
	width: 10rem;
	height: 4.4rem;
	background: url(../img/Contents_TabMenu_Fixed_Off_Bg_SP.png) no-repeat center bottom;
	background-size: 10rem auto;
	letter-spacing: 0;
	}
	
	.Contents_Tab_Menu_Fixed a:hover, 
	.Contents_Tab_Menu_Fixed .Current {
	background: url(../img/Contents_TabMenu_Fixed_On_Bg_SP.png) no-repeat center bottom;
	background-size: 10rem auto;
	}	  

	.Contents_Tab_Menu_Fixed .Contents_Tab_Menu_Mds {
	padding-top: 1rem;
	font-size: 1.1rem;
	line-height: 1.3;
	}	

	.Contents_Tab_Menu_Fixed li:nth-child(2) .Contents_Tab_Menu_Mds {
	padding-top: 1.9rem;
	}		

}

@media print, screen and (min-width: 768px) {

	/* 通常タブメニュー */
	.Contents_Tab_Menu {
	max-width: 80rem;
	}
	
	.Contents_Tab_Menu a {
	width: 26rem;
	height: 17rem;
	background: url(../img/Contents_TabMenu_Off_Bg_PC.png) no-repeat center bottom;
	background-size: 26rem auto;
	letter-spacing: 0.1em;
/* 	letter-spacing: 0.2em; */
	}
	
	.Contents_Tab_Menu a:hover, 
	.Contents_Tab_Menu .Current {
	background: url(../img/Contents_TabMenu_On_Bg_PC.png) no-repeat center bottom;
	background-size: 26rem auto;
	opacity: 1;
	}	

	.Contents_Tab_Menu .Contents_Tab_Menu_Num {
	padding-top: 5rem;
	font-size: 1.4rem;	
	}

	.Contents_Tab_Menu .Contents_Tab_Menu_Mds {
	padding-top: 6.5rem;
	font-size: 1.4rem;	
	line-height: 1;
	}

	/* 固定表示用タブメニュー */
	.Contents_Tab_Menu_Fixed {
	padding-top: 2rem;
	border-bottom: 5.5px solid var(--color-main1);
	}

	.Contents_Tab_Menu_Fixed ul {
	max-width: 80rem;
	}
	
	.Contents_Tab_Menu_Fixed a {
	width: 26rem;
	height: 7.5rem;
	background: url(../img/Contents_TabMenu_Fixed_Off_Bg_PC.png) no-repeat center bottom;
	background-size: 26rem auto;
	opacity: 1;;
	}
	
	.Contents_Tab_Menu_Fixed a:hover, 
	.Contents_Tab_Menu_Fixed .Current {
	background: url(../img/Contents_TabMenu_Fixed_On_Bg_PC.png) no-repeat center bottom;
	background-size: 26rem auto;
	opacity: 1;
	}	
	
	.Contents_Tab_Menu_Fixed .Contents_Tab_Menu_Mds {
	padding-top: 4.2rem;
	font-size: 1.4rem;		
	}
		
	/* 各装飾 */	
	.Contents {
	padding-top: 5rem;	
	}	
	
	.Contents_Each {
	padding: 0 6rem;
	}
	
	.Contents_Intro {
	padding: 6rem 0 7rem 0;	
	}
		
	.Contents_Intro_Mds {
	font-size: 4rem;
	line-height: 1.5;
	}				

	.Contents_Intro_Lead {
	margin-top: 3.5rem;
	letter-spacing: 0.26em;
	line-height: 2.1;
	text-align: center !important;
	}										

}

@media print, screen and (min-width: 1090px) {

	/* 通常タブメニュー */
	.Contents_Tab_Menu {
	max-width: 105rem;
	}

	.Contents_Tab_Menu a {
	width: 34rem;
	height: 22rem;
	background: url(../img/Contents_TabMenu_Off_Bg_PC.png) no-repeat center bottom;
	background-size: 34rem auto;
	}
	
	.Contents_Tab_Menu a:hover, 
	.Contents_Tab_Menu .Current {
	background: url(../img/Contents_TabMenu_On_Bg_PC.png) no-repeat center bottom;
	background-size: 34rem auto;
	opacity: 1;
	}	

	.Contents_Tab_Menu .Contents_Tab_Menu_Num {
	padding-top: 7.4rem;
	font-size: 1.8rem;	
	}

	.Contents_Tab_Menu .Contents_Tab_Menu_Mds {
	padding-top: 7.5rem;
	font-size: 1.8rem;	
	}

	/* 固定表示用タブメニュー */
	.Contents_Tab_Menu_Fixed ul {
	max-width: 105rem;
	}

	.Contents_Tab_Menu_Fixed a {
	width: 34rem;
	height: 9.8rem;
	background: url(../img/Contents_TabMenu_Fixed_Off_Bg_PC.png) no-repeat center bottom;
	background-size: 34rem auto;
	}
	
	.Contents_Tab_Menu_Fixed a:hover, 
	.Contents_Tab_Menu_Fixed .Current {
	background: url(../img/Contents_TabMenu_Fixed_On_Bg_PC.png) no-repeat center bottom;
	background-size: 34rem auto;
	opacity: 1;
	}	
	
	.Contents_Tab_Menu_Fixed .Contents_Tab_Menu_Mds {
	padding-top: 5.5rem;
	font-size: 1.8rem;	
	}
		
	/* 各装飾 */	
	.Contents_Each {
	padding: 0 3rem;	
	}

	.Contents_Intro {
	padding: 8rem 0 9rem 0;	
	}								

}

/* 商品リスト */
.ItemList li > a {
color: #000;
}

.ItemList_Price {
letter-spacing: 0.05rem;
}

.ItemList_Price span {
font-size: 70%;
}	

@media only screen and (max-width: 767px) {

	.ItemList.Cols {
	gap: 0;	
	}
	
	.ItemList li:not(:first-child) {
	margin-top: 3.5rem;
	}

	.ItemList_Name {
	margin-top: 2rem;
	font-size: 1.4rem;
	line-height: 1.5;
	}

	.ItemList_Price {
	margin-top: 1rem;
	font-size: 1.4rem;
	}

	.ItemList_Lead {
	margin-top: 1rem;
	font-size: 1.3rem;
	line-height: 1.8;
	}

}

@media print, screen and (min-width: 768px) {

	.ItemList {
	gap: 3rem;	
	}
	
	.ItemList_Name {
	margin-top: 3rem;
	font-size: 1.8rem;
	line-height: 1.5;
	}

	.ItemList_Price {
	margin-top: 1.5rem;
	font-size: 1.6rem;
	}

	.ItemList_Lead {
	margin-top: 2rem;
	font-size: 1.4rem;
	line-height: 1.8;
	}
		
}

@media print, screen and (min-width: 1090px) {

	.ItemList {
	gap: 4rem;	
	}
								
}

/* ボタン */
.Item_Buy_Btn {
display: inline-block;
border-radius: 100vh;
background: var(--color-main1);
letter-spacing: 0.15em;
text-align: center;
color: #fff;
}

.Item_Buy_Btn span {
display: inline-block;
z-index: 2;
background: url(../img/common/Icon_Cart.png) no-repeat left center;
}

@media only screen and (max-width: 767px) {

	.Item_Buy_Btn {
	margin-top: 2rem;
	}

	.Item_Buy_Btn {
	width: 13rem;
	padding: 1rem 0;
	font-size: 1.6rem;
	}

	.Item_Buy_Btn span {
	padding-left: 1.9rem;
	background-size: 1.3rem 1.3rem;
	}

}


@media print, screen and (min-width: 768px) {

	.Item_Buy_Btn {
	margin-top: 2rem;
	}

	.Item_Buy_Btn {
	width: 13rem;
	padding: 1rem 0;
	font-size: 1.6rem;
	}

	.Item_Buy_Btn span {
	padding-left: 1.9rem;
	background-size: 1.3rem 1.3rem;
	}

}


/* ファッションの系統で選ぶ（Contents1）--------------------------------------------------- */

#Contents1 .ItemList .ItemList_Photo {
overflow: hidden;
}

@media only screen and (max-width: 767px) {

	#Contents1 .Contents_Each_In {
	padding: 3.5rem 2.5rem 4.5rem 2.5rem;	
	}

	#Contents1 .ItemList {
	gap: 1.5rem 0;
	margin-top: 0;
	}

	#Contents1 .ItemList_Mds {
	margin-bottom: 1.5rem;
	padding: 0 0 0.2rem 0.8rem;
	border-left: 4px solid #000;
	font-size: 2rem;
	} 

	#Contents1 .ItemList_Photo img {
	border-radius: 1.5rem;
	}

	#Contents1 .ItemList_Comment {
	margin-top: 1.4rem;
	}	

	#Contents1 .ItemList .ItemList_Name {
	margin-top: 1.5rem;
	font-size: 1.5rem;
	}	
	
}

@media only screen and (max-width: 372px) {

	#Contents1 .ItemList_Mds {
	padding: 0 0 0.1rem 0.8rem;
	font-size: 1.7rem;
	} 

	#Contents1 .ItemList .ItemList_Name {
	font-size: 1.4rem;
	}
		
}

@media print, screen and (min-width: 768px) {

	#Contents1 .Contents_Each_In {
	padding: 5rem 6rem;	
	}

	#Contents1 .ItemList {
	gap: 6rem 4rem;
	margin-top: 0;
	}

	#Contents1 .ItemList_Mds {
	margin-bottom: 2rem;
	padding: 0 0 0.1rem 0.8rem;
	border-left: 4px solid #000;
	font-size: 1.3rem;
	line-height: 1.0;
	letter-spacing: 0.05em;
	}	
		
	#Contents1 .ItemList_Photo img {
	border-radius: 2rem;
	}
	
	#Contents1 .ItemList_Comment {
	margin-top: 2rem;
	}

	#Contents1 .ItemList_Comment.PC {
	margin-top: 0;
	margin-bottom: 2rem;
	}

	#Contents1 .ItemList .ItemList_Name {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	}	

	#Contents1 .ItemList .Item_Buy_Btn {
	width: 11rem;
	}
												
}


@media print, screen and (min-width: 1090px) {

	#Contents1 .Contents_Each_In {
	padding: 10rem 10rem 13rem 10rem;		
	}

	#Contents1 .ItemList {
	gap: 10rem 4rem;
	}

	#Contents1 .ItemList_Mds {
	margin-bottom: 2rem;
	padding: 0 0 0.3rem 1.5rem;
	border-left: 6px solid #000;
	font-size: 2.1rem;
	}
		
	#Contents1 .ItemList .ItemList_Details_Box {
	position: relative;
	}	

	#Contents1 .ItemList .ItemList_Name {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	}	

	#Contents1 .ItemList .Item_Buy_Btn {
	position: absolute;
	top: -2rem;;
	right: 0;
	}
									
}



/* 機能性で選ぶ（Contents2）--------------------------------------------------- */

.Contents2_Features_IconList {
display: flex;
justify-content: space-between;
margin: 0 auto;
font-weight: 500;
text-align: center;
color: var(--color-main1);
}

.Contents2_Features_IconList_Mds {
letter-spacing: 0.2em;
line-height: 1;
}

.ItemList_Features_Icon {
display: flex;
}

.ItemList_Features_Icon span {
display: inline-block;
line-height: 1;
}

@media only screen and (max-width: 767px) {

	.Contents2_Features_IconList {
	max-width: 25.5rem;
	}
	 
 	.Contents2_Features_IconList_Photo {
	width: 5.5rem;
	margin: 0 auto;
	}

	.Contents2_Features_IconList_Mds {
	margin-top: 1rem;
	font-size: 1.2rem;
	}	

	#Contents2 .Contents_Each_In {
	padding: 3rem 2.5rem 4.5rem 2.5rem;	
	}

	#Contents2 .ItemList {
	margin-top: 3rem;
	}		

	.ItemList_Features_Icon {
	margin-top: 2rem;
	}
	
	.ItemList_Features_Icon span {
	width: 3rem;
	margin-right: 0.5rem;
	}
	
}

@media print, screen and (min-width: 768px) {

	.Contents2_Features_IconList {
	max-width: 45rem;
	}

	.Contents2_Features_IconList_Photo {
	width: 9rem;
	margin: 0 auto;
	}

	.Contents2_Features_IconList_Mds {
	margin-top: 2rem;
	font-size: 1.8rem;
	}
		
	#Contents2 .Contents_Each_In {
	padding: 4.5rem 6rem 5rem 6rem;	
	}
										

	#Contents2 .ItemList {
	margin-top: 3rem;
	}

	.ItemList_Features_Icon {
	margin-top: 2rem;
	}
	
	.ItemList_Features_Icon span {
	width: 4rem;
	margin-right: 1rem;
	}
	
}

@media print, screen and (min-width: 1090px) {

	#Contents2 .Contents_Each_In {
	padding: 9.5rem 12rem 10rem 12rem;	
	}

	.Contents2_Features_IconList {
	gap: 0 4rem;
	max-width: 46rem;
	}
	
	.Contents2_Features_IconList_Photo {
	width: 11rem;
	margin: 0 auto;
	}
	
	#Contents2 .ItemList {
	margin-top: 4rem;
	}								

}


/* 人気のアイテムで選ぶ（Contents3）--------------------------------------------------- */

@media only screen and (max-width: 767px) {

	#Contents3 .Contents_Each_In {
	padding: 3.5rem 2.5rem 4.5rem 2.5rem;	
	}
 
}

@media print, screen and (min-width: 768px) {

	#Contents3 .Contents_Each_In {
	padding: 5rem 6rem;	
	}
										

}


@media print, screen and (min-width: 1090px) {

	#Contents3 .Contents_Each_In {
	padding: 10rem 12rem;	
	}
								
}




/* ■ ギフト無料配送 ==================================================================================== */

.Free_Shipping .Free_Shipping_Logo {
margin: 0 auto;
}

.Free_Shipping_Mds {
text-align: center;
color: #fff;
}

.Free_Shipping_Info_Mds {
letter-spacing: 0.2rem;
line-height: 1;
text-align: center;
color: var(--color-main1);
}

.Free_Shipping_Info_Lead {
letter-spacing: 0.15em;
}

.Free_Shipping_Set_Mds {
text-align: center;
}

.Free_Shipping_Set_Lead {
letter-spacing: 0.15em;
}
	
@media only screen and (max-width: 767px) {

	.Free_Shipping {
	padding: 2.5rem 3rem 9rem 3rem;
	background: linear-gradient(180deg, var(--color-main1) 0%, var(--color-main1) 13%, var(--color-main2) 13%, var(--color-main2) 100%);
	}

	.Free_Shipping .Free_Shipping_Logo {
	width: 8.3rem;
	}	

	.Free_Shipping_Mds {
	margin-top: 2rem;
	font-size: 2.3rem;
	line-height: 1.5;
	}

	.Free_Shipping_MV {
	margin-top: 3rem;
	}

	.Free_Shipping_Info {
	margin-top: 3rem;
	}

	.Free_Shipping_Info_Mds {
	font-size: 2rem;
	}

	.Free_Shipping_Info_Lead {
	margin-top: 2rem;
	font-size: 1.4rem;
	line-height: 2.1;
	}	

	.Free_Shipping_Info .ListKomeS {
	margin-top: 1.5rem;
	}
	
	.Free_Shipping_Info .ListKomeS li {
	padding-left: 0;
	font-size: 1.1rem;
	}

	.Free_Shipping_Set {
	margin-top: 4rem;
	padding-top: 6.5rem;
	background: url(../img/Free_Mds_Deco_SP.png) no-repeat center top;
	background-size: 100% auto;
	}

	.Free_Shipping_Set_Mds {
	font-size: 1.9rem;
	}
									
	.Free_Shipping_Set_Lead {
	margin-top: 2.5rem;
	font-size: 1.4rem;
	line-height: 2.1;
	}

	.Free_Shipping .ItemList {
	margin: 4rem auto 0 auto;
	padding: 0 4rem;
	}
		
}

@media print, screen and (min-width: 768px) {

	.Free_Shipping {
	padding: 10rem 6rem 11rem 6rem;
	background: linear-gradient(180deg, var(--color-main1) 0%, var(--color-main1) 35%, var(--color-main2) 35%, var(--color-main2) 100%);
	}

	.Free_Shipping .Free_Shipping_Logo {
	width: 16.7rem;
	}

	.Free_Shipping_Mds {
	margin-top: 4.5rem;
	font-size: 3.6rem;
	line-height: 1;
	}

	.Free_Shipping_MV {
	margin: 6rem auto 0 auto;
	}

	.Free_Shipping_Info {
	margin-top: 6rem;
	}

	.Free_Shipping_Info_Mds {
	font-size: 3rem;
	}

	.Free_Shipping_Info_Lead {
	margin-top: 4rem;
	font-size: 1.5rem;
	line-height: 2.1;
	text-align: center !important;
	}

	.Free_Shipping_Info .ListKomeS {
	margin-top: 0.5rem;
	text-align: center;
	}

	.Free_Shipping_Info .ListKomeS li {
	display: inline-block;
	padding-left: 0;
	font-size: 1.2rem;
	}

	.Free_Shipping_Set {
	margin-top: 6rem;
	padding-top: 10rem;
	background: url(../img/Free_Mds_Deco_PC.png) no-repeat center top;
	background-size: 70rem auto;
	}

	.Free_Shipping_Set_Mds {
	font-size: 3rem;
	}
									
	.Free_Shipping_Set_Lead {
	margin-top: 4rem;
	font-size: 1.5rem;
	line-height: 2.1;
	text-align: center !important;
	}

	.Free_Shipping .ItemList {
	margin: 7rem auto 0 auto;
	}
	
}

@media print, screen and (min-width: 1090px) {

	.Free_Shipping_Set {
	background: url(../img/Free_Mds_Deco_PC.png) no-repeat center top;
	background-size: 100rem auto;
	}
	
	.Free_Shipping_MV {
	width: 80rem;
	}
	
	.Free_Shipping .ItemList {
	max-width: 120rem;
	}

}



/* ■ フッター ==================================================================================== */

#Footer {
background-color: var(--color-main1);
}

/* SNS */
.Footer_SNS {
display: flex;
justify-content: center;
}

.Footer_SNS li {
display: flex;
align-items: center;
}

/* コピーライト */
.Footer_Copyright {
text-align: center;
color: #fff;
}
		
/* ロゴ */
.Footer_Logo {
text-align: center;
}

.Footer_Logo img {
display: inline-block;
}

@media only screen and (max-width: 767px) {

	#Footer {
	padding: 6rem 3rem;
	}

	/* ロゴ */
	.Footer_Logo img {
	width: 120px;
	}

	/* SNS */
	.Footer_SNS {
	margin-top: 3rem;
	}

	.Footer_SNS li {
	margin: 0 1.5rem;
	}

	.Footer_SNS img {
	height: 3rem;
	}

	.Footer_SNS li:nth-child(3) img {
	height: 2.5rem;
	}

	/* コピーライト */
	.Footer_Copyright {
	margin-top: 4rem;
	font-size: 1.1rem;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Footer {
	padding: 10rem 0;
	}

	/* ロゴ */
	.Footer_Logo img {
	width: 140px;
	}

	/* SNS */
	.Footer_SNS {
	margin-top: 3rem;
	}

	.Footer_SNS li {
	margin: 0 1.5rem;
	}

	.Footer_SNS img {
	height: 3rem;
	}

	.Footer_SNS li:nth-child(3) img {
	height: 2.5rem;
	}

	/* コピーライト */
	.Footer_Copyright {
	margin-top: 4rem;
	font-size: 1.2rem;
	}

}



/* ■ ページの先頭へ ==================================================================================== */

#PageTop {
display: none;
position: fixed;
z-index: 3000;
}

#PageTop a {
display: inline-block;
position: relative;
border-radius: 100vh;
text-indent: -9999px;
background-color: #000;
}

#PageTop a::after {
display: block;
position: absolute;
left: 50%;
top: 50%;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
transform: rotate(-45deg);
content: '';
}

@media only screen and (max-width: 767px) {

	#PageTop {
	right: 1rem;
	bottom: 3rem;
	}

	#PageTop a {
	width: 4rem;
	height: 4rem;
	}

	#PageTop a::after {
	width: 1rem;
	height: 1rem;
	margin-left: -0.5rem;
	margin-top: -0.3rem;
	}

}

@media print, screen and (min-width: 768px) {

	#PageTop {
	right: 2rem;
	bottom: 2rem;
	}

	#PageTop a {
	width: 6rem;
	height: 6rem;
	}

	#PageTop a::after {
	width: 1.2rem;
	height: 1.2rem;
	margin-left: -0.6rem;
	margin-top: -0.4rem;
	}

}
