@charset "UTF-8";

/* --------------------------------------------------------------------
　共通設定
-------------------------------------------------------------------- */
main#page-main-wrapper{
line-height:1.5;
}
main#page-main-wrapper > h1{
width:100%;
font-weight:600;
letter-spacing:.02em;
text-align:center;
display:block !important;
line-height:1;
}
main#page-main-wrapper > h1 > span{
font-size:1.2rem;
margin-top:.8rem;
display:block;
opacity:.6;
}
main#page-main-wrapper > p{
text-align:center;
line-height:1.5;
}
main#page-main-wrapper > .contents{
width:100%;
}
main#page-main-wrapper > .contents > section > h2{
font-weight:600;
display:flex;
align-items:center;
gap:0 .8rem;
}
main#page-main-wrapper > .contents > section > h2:before{
content:"";
width:1.1rem;
height:1.1rem;
border-radius:100%;
background:#ca0000;
}

@media screen and (min-width:769px){
	main#page-main-wrapper{
	margin:8rem auto;
	}
	main#page-main-wrapper > h1{
	font-size:3rem;
	}
	main#page-main-wrapper > p{
	font-size:1.5rem;
	margin:4rem auto;
	}
	main#page-main-wrapper > .contents{
	margin:0 auto;
	}
	main#page-main-wrapper > .contents > section{
	width:1140px;
	margin:0 auto;
	padding:6rem 2rem;
	}
	main#page-main-wrapper > .contents > section > h2{
	font-size:1.8rem;
	margin-bottom:2rem;
	}
}
@media screen and (max-width:768px){
	main#page-main-wrapper{
	margin:4rem auto 10rem auto;
	}
	main#page-main-wrapper > h1{
	font-size:2.2rem;
	}
	main#page-main-wrapper > p{
	font-size:1.2rem;
	margin:4rem auto 0 auto;
	padding:0 2rem;
	text-align:left;
	}
	main#page-main-wrapper > p > br{
	display:none;
	}
	main#page-main-wrapper > .contents{
	margin:0 auto;
	}
	main#page-main-wrapper > .contents > section{
	width:100%;
	margin:0 auto;
	padding:5rem 2rem 0 2rem;
	}
	main#page-main-wrapper > .contents > section > h2{
	font-size:1.4rem;
	margin-bottom:2rem;
	}
}

/* --------------------------------------------------------------------
　インフォメーション設定
-------------------------------------------------------------------- */
#open-store-information > section{
background:#f2e1e1;
}
#open-store-information > section > ul > li > figure{
border:1px solid #e4e4e4;
background:#fff;
}
#open-store-information > section > ul > li > .title{
margin-bottom:1rem;
font-weight:600;
}
#open-store-information > section > ul > li > .title > span{
font-weight:300;
font-size:.85em;
display:block;
}
#open-store-information > section > ul > li > .map > a{
display:flex;
justify-content:center;
align-items:center;
gap:0 .5rem;
background:#ca0000;
color:#fff;
padding:1rem 2rem;
border-radius:1rem;
font-weight:600;
}
#open-store-information > section > ul > li > .map > a:before{
content:"\e0c8";
font-family:'Material Symbols Outlined';
}
@media screen and (min-width:769px){
	main#page-main-wrapper > #open-store-information{
	margin-bottom:2rem;
	}
	main#page-main-wrapper > #open-store-information > section{
	width:960px;
	border-radius:1rem;
	padding:2rem;
	}
	#open-store-information > section > ul > li{
	display:grid;
	gap:0 4rem;
	grid-template-columns:230px 1fr auto;
	align-items:center;
	font-size:1.6rem;
	}
	#open-store-information > section > ul > li > figure{
	padding:2rem 4rem;
	}
	#open-store-information > section > ul > li > .title{
	font-size:1.6rem;
	}
	#open-store-information > section > ul > li > .map > a{
	font-size:1.6rem;
	background:#ca0000;
	color:#fff;
	padding:1rem 2rem;
	border-radius:1rem;
	font-weight:600;
	}
	#open-store-information > section > ul > li > .map > a:before{
	font-size:1.6rem;
	}
}
@media screen and (max-width:768px){
	main#page-main-wrapper > #open-store-information > section{
	margin:4rem auto 0 auto;
	padding:2rem;
	width:calc(100% - 4rem);
	border-radius:1rem;
	}
	#open-store-information > section > ul > li{
	font-size:1.2rem;
	}
	#open-store-information > section > ul > li > figure{
	padding:0 2rem;
	margin-bottom:1.5rem;
	display:flex;
	align-items:center;
	justify-content:center;
	}
	#open-store-information > section > ul > li > figure > img{
	max-width:180px !important;
	}
	#open-store-information > section > ul > li > .title{
	font-size:1.2rem;
	line-height:1.4;
	}
	#open-store-information > section > ul > li > .title > span{
	margin-top:.5rem;
	font-size:1.2rem;
	}
	#open-store-information > section > ul > li > .adress{
	margin-bottom:1rem;
	font-size:1.1rem;
	}
	#open-store-information > section > ul > li > .map > a{
	font-size:1.2rem;
	}
	#open-store-information > section > ul > li > .map > a:before{
	font-size:1.5rem;
	}
}

/* --------------------------------------------------------------------
　POPUPストア一覧設定
-------------------------------------------------------------------- */
#pop-up-open-store-list > section > ul{
border-top:1px solid #ddd;
}
#pop-up-open-store-list > section > ul > li{
display:grid;
gap:0 2rem;
padding:2rem 0;
border-bottom:1px solid #ddd;
}
#pop-up-open-store-list > section > ul > li > figure{
border:1px solid #e4e4e4;
background:#fff;
padding:1rem;
}
#pop-up-open-store-list > section > ul > li > .title > span{
font-size:.85em;
display:block;
}
#pop-up-open-store-list > section > ul > li > .map > a{
display:flex;
justify-content:center;
align-items:center;
gap:0 .5rem;
background:#212121;
color:#fff;
padding:1rem 2rem;
border-radius:1rem;
font-weight:600;
}
#pop-up-open-store-list > section > ul > li > .map > a:before{
font-family:'Material Symbols Outlined';
content:"\e0c8";
}
#pop-up-open-store-list > section > ul > li > .brand{
background:#e9e9e9;
margin:1.5rem 0 0;
}
#pop-up-open-store-list > section > ul > li > .brand:before{
content:"※取り扱いブランド：";
font-weight:600;
}
@media screen and (min-width:769px){
	#pop-up-open-store-list > section > ul{
	margin-bottom:3rem;
	}
	#pop-up-open-store-list > section > ul > li{
	grid-template-columns:160px 1fr 1fr 160px;
	align-items:center;
	font-size:1.5rem;
	}
	#pop-up-open-store-list > section > .attention{
	font-size:1.3rem;
	}
	#pop-up-open-store-list > section > ul > li > .map > a{
	font-size:1.5rem;
	}
	#pop-up-open-store-list > section > ul > li > .map > a:before{
	font-size:1.6rem;
	}
}
@media screen and (max-width:768px){
	#pop-up-open-store-list > section > ul{
	margin-bottom:3rem;
	}
	#pop-up-open-store-list > section > ul > li{
	grid-template-columns:35% 1fr;
	align-items:flex-start;
	font-size:1.2rem;
	}
	#pop-up-open-store-list > section > ul > li > figure{
	grid-row:span 2;
	}
	#pop-up-open-store-list > section > ul > li > .title{
	font-size:1.2rem;
	margin-bottom:1rem;
	font-weight:600;
	}
	#pop-up-open-store-list > section > ul > li > .title > span{
	font-weight:300;
	}
	#pop-up-open-store-list > section > ul > li > .adress{
	margin-bottom:1rem;
	font-size:1.2rem;
	}
	#pop-up-open-store-list > section > ul > li > .map > a{
	font-size:1.2rem;
	}
	#pop-up-open-store-list > section > ul > li > .map > a:before{
	font-size:1.5rem;
	}
	#pop-up-open-store-list > section > .attention{
	font-size:1.0rem;
	}
}

/* --------------------------------------------------------------------
　過去POPUP出店モール一覧設定
-------------------------------------------------------------------- */
#pop-up-close-store-list > section > ul{
display:grid;
}
#pop-up-close-store-list > section > ul > li > figure{
border:1px solid #e4e4e4;
background:#fff;
}
@media screen and (min-width:769px){
	#pop-up-close-store-list > section > ul{
	grid-template-columns:repeat(6,1fr);
	margin-bottom:3rem;
	gap:2rem;
	}
	#pop-up-close-store-list > section > .attention{
	font-size:1.3rem;
	}
	#pop-up-close-store-list > section > ul > li > figure{
	padding:1rem 2.5rem;
	}
}
@media screen and (max-width:768px){
	#pop-up-close-store-list > section > ul{
	grid-template-columns:repeat(3,1fr);
	margin-bottom:3rem;
	gap:1rem;
	}
	#pop-up-close-store-list > section > .attention{
	font-size:1.0rem;
	}
	#pop-up-close-store-list > section > ul > li > figure{
	padding:1rem;
	}
}

/* --------------------------------------------------------------------
　ECモール一覧設定
-------------------------------------------------------------------- */
#ec-store-list > section > ul > li{
display:grid;
gap:0 2rem;
}
#ec-store-list > section > ul > li > figure{
border:1px solid #e4e4e4;
background:#fff;
padding:1rem;
grid-row:span 2;
}
#ec-store-list > section > ul > li > .link > a{
display: flex;
justify-content:center;
align-items:center;
gap:0 .5rem;
background:#d7d7d7;
color:#fff;
padding:1rem 1.5rem;
border-radius:.8rem;
font-weight:600;
}
#ec-store-list > section > ul > li > .link > a:before{
content:"\e65b";
font-family:'Material Symbols Outlined';
}
@media screen and (min-width:769px){
	#ec-store-list > section > ul{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	align-items:flex-start;
	gap:3rem 2rem;
	}
	#ec-store-list > section > ul > li{
	grid-template-columns:repeat(2,1fr);
	align-items:center;
	font-size:1.5rem;
	}
	#ec-store-list > section > ul > li > .title{
	font-size:1.3rem;
	line-height:1.5;
	}
	#ec-store-list > section > ul > li > .link > a{
	font-size:1.1rem;
	}
}
@media screen and (max-width:768px){
	#ec-store-list > section > ul{
	border-top:1px solid #ddd;
	}
	#ec-store-list > section > ul > li{
	grid-template-columns:35% 1fr;
	align-items:flex-start;
	font-size:1.2rem;
	border-bottom:1px solid #ddd;
	padding:2rem 0;
	}
	#ec-store-list > section > ul > li > .title{
	font-size:1.2rem;
	font-weight:600;
	}
	#ec-store-list > section > ul > li > .link >  a{
	width:max-content;
	}
	#ec-store-list > section > ul > li > .link > a:before{
	font-size:1.5rem;
	}
	#ec-store-list > section > .attention{
	font-size:1.0rem;
	}
}
