@charset "utf-8";
@media screen and (max-width: 568px) {


h2.cmn-h2-ttl{
	width: 85%;
	height: 20px;
	background:#043459;
	color: #ef7a00;
	font-size:130%;
	margin:0 auto 20px auto;
}

.event-detail-contents dl{
}
.event-detail-contents dt{
	font-weight:bold;
	margin:0px 0 0px;
}
.event-detail-contents dd{
	border-bottom:0px dotted #666666;
	padding-bottom:8px;
}
}
@media screen and (min-width: 569px) {


main{
	padding:0;
}

article{
	width:715px;
	float:left;
}

h2.cmn-h2-ttl{
	background:#043459;
	color: #ef7a00;
	font-size:150%;
	padding:10px 10px 10px;
	margin-bottom:20px;
}

.event-detail-block{

	border:1px solid #c4c0bc;
	padding:20px;
}

.event-detail-contents{
	float:left;
	width:321px;
}

.event-detail-contents.no-handbill{
	width:100%;
	clear:both;
}
.event-detail-contents dl{
	margin-bottom:10px;
}
.event-detail-contents dt{
	font-weight:bold;
	font-size:108%;
	margin-bottom: -4px;
}
.event-detail-contents dd{
	border-bottom:1px dotted #666666;
	padding-bottom:8px;
}
}


a {
text-decoration: none;
}

a:hover {
opacity: 0.9;
}


/* sp only style
-------------------------------- */
@media screen and (max-width: 568px) {


  #lp-detail {
    background: #ffffff;
    color: #333333;
  }
  #lp-detail img.w-auto {
    width: 100%;
    height: auto;
  }
  #lp-detail .section {
    margin-top: 30px;
  }
  #lp-detail .sec-inner {
    padding: 10px;
  }
  /* btn-anchor */
  /*btn-link */
  /* h_style */
  #lp-detail .box {
    position: relative;
    border: 2px solid #063253;
    border-radius: 5px 5px;
    background: #fff;
    padding: 8px;
    margin-top: 10px;
  }


  #lp-detail .boxsns {
    position: relative;
    border: 2px solid #063253;
    border-radius: 5px 5px;
    background: #fff;
  }

#lp-detail .boxgrey {
    position: relative;
    border: 2px solid #063253;
    border-radius: 5px 5px;
    background: #eae9e8;
    padding: 30px 18px 30px 18px;
  }

#lp-detail .boxsns .sns {
  display: flex;
  justify-content: center;
list-style: none; 
}

#lp-detail .boxsns .sns li{
  width: 40px;
  height: 40px;
  margin: 10px;
}

  #lp-detail #lp-lead .sec-inner {
    padding-top: 0;
  }




    #lp-detail .boxlist {
    position: relative;
    border: 2px solid #063253;
    border-radius: 5px 5px;
    background: #fff;
    padding: 30px;
  }



}
/* pc only style
-------------------------------- */
@media screen and (min-width: 569px) {
  article {
    width: 960px;
    background: url("../img/bg960.jpg") repeat top center;
  }
  .event-detail-block {
    padding: 20px 19px;
  }
  #lp-detail {

    color: #333333;
  }
  #lp-detail .section {
    margin-top: 30px;
  }
  #lp-detail .sec-inner {
    margin-top: 20px;
  }
  /*btn-link */
  /* h_style */
    #lp-detail .box {
    position: relative;
    border: 2px solid #063253;
    border-radius: 5px 5px;
    background: #fff;
    padding: 30px 18px 30px 28px;
  }

    #lp-detail .boxsns {
    position: relative;
    border: 2px solid #063253;
    border-radius: 5px 5px;
    background: #fff;
  }

#lp-detail .boxsns .sns {
  display: flex;
  justify-content: center;
list-style: none; 
}

#lp-detail .boxsns .sns li{
  width: 64px;
  height: 64px;
  margin: 10px 20px 10px 20px;
}

    #lp-detail .boxlist {
    position: relative;
    border: 2px solid #063253;
    border-radius: 5px 5px;
    background: #fff;
    padding: 30px;
  }


  #lp-detail .boxgrey {
    position: relative;
    border: 2px solid #063253;
    border-radius: 5px 5px;
    background: #eae9e8;
    padding: 30px 18px 30px 18px;
  }
}



/*  h2 + toggle
----------------------------------------------------*/
@media screen and (max-width: 568px) {
article h2{
  position:relative;
  margin:6.66vw 0  2.66vw 0;
  font-size:4.8vw;
  color:#fff;
  text-align:center;
  line-height:0.9;
  background:#023893;
  border-radius:1.06vw;
  padding:4.53vw;
}

.mdl__toggle {
  background: #ffffff url(../img/icon_brand_open.png) right 4vw center no-repeat;
  background-size:6.13vw 6.13vw;
  border: 1px solid #313f56;
  border-radius:4px;
  cursor: pointer;
  width: 95%;
  margin: 0 auto 50px auto;
  height: 50px;
}

.mdl__toggle__child {
  display: none;
  padding: 28px 0 30px 0;
  width: 95%;
  margin: 0 auto;
}

  div:last-of-type.mdl__toggle__child {
    padding:  0;
  }
  .mdl__toggle h2 {
    color:#023893;
    margin:0;
    background-color: transparent;
    font-weight: bold;
  }


}
@media screen and (min-width: 569px) {
article h2{
  position:relative;
  margin:20px 0 ;
  font-size:22px;
  font-size:158%;
  color:#fff;
  text-align:center;
  line-height:1;
  background:#023893;
  border-radius:4px;
  padding:15px;

}

.mdl__toggle {
  background: #ffffff url(../img/icon_brand_open.png) right 20px center no-repeat;
  background-size: 26px 26px;
  border: 1px solid #313f56;
  border-radius:4px;
  cursor: pointer;
  margin-top: 15px;
}

.mdl__toggle__child {
  display: none;
  padding: 28px 0 30px 0;
}

  div:last-of-type.mdl__toggle__child {
    padding:  0;
  }
  .mdl__toggle h2 {
    color:#023893;
    margin:0;
    background-color: transparent;
    font-weight: bold;
  }
  .mdl__toggle:hover h2 {
    opacity: 0.7;
  }
  .mdl__toggle:hover{
    opacity:0.7;
  }



}



/*  card4_4
----------------------------------------------------*/


/*  dropshadow
----------------------------------------------------*/
@media screen and (max-width: 568px) {
.shadow{
    box-shadow: 0px 0.26vw 0.52vw 0.4vw rgba(0,0,0,0.17);
}
}

@media screen and (min-width: 569px) {
.shadow{
    box-shadow: 0px 1px 2px 1.25px rgba(0,0,0,0.17);
}
}


.storeimage{
  width: 81%;
  height: 265px;
  margin: 0 auto;
}
.storeimageleft {
width: 199px;
height: 265px;
padding-right: 50px;
float: left; 
text-align: center;
}
.storeimageleftlast {
width: 199px;
height: 265px;
float: left; 
text-align: center;
}


.storeimagesp{
  width: 100%;
  height: 137px;
  margin: 0 auto;
}
.storeimageleftsp {
width: 31%;
padding-right: 10px;
float: left; 
text-align: center;
}
.storeimageleftlastsp {
width: 31%;
float: left; 
text-align: center;
}



.instaimage{
  width: 100%;
  height: 205px;
  margin: 0 auto;
}
.instaimageleft {
width: 24%;
padding-right: 10px;
float: left; 
text-align: center;
}
.instaimageleftlast {
width: 24%;
float: left; 
text-align: center;
}


.instaimagesp{
  width: 100%;
  height: 75px;
  margin: 0 auto;
}
.instaimageleftsp {
width: 23%;
padding-right: 7px;
float: left; 
text-align: center;
}
.instaimageleftlastsp {
width: 24%;
float: left; 
text-align: center;
}



/*	navi3_3
----------------------------------------------------*/
@media screen and (max-width: 568px) {
.navi3_3{
	display:flex;
	flex-wrap:wrap;
}
	.navi3_3 a{
		margin-left:5px;
		margin-right:5px;
		margin-bottom:10px;
		border-radius:4px;
		background-color: #fff;
	}
	.navi3_3 dl{
		display:flex;
		flex-direction:column;
		width:33%;
		border-radius:1.06vw;
	}

		.navi3_3 dl dt{
			margin: 0px;
			margin-bottom:-4px;
		}
			.navi3_3 dl dt > img{
				border-radius:4px 4px 0 0;
			}
		.navi3_3 dl dd{
			display:flex;
			justify-content:center;
			align-items: center;
			height:11px;
			margin:-0.26vw 0 0 0!important;
			background:#313f56;
			color:#fff;
			font-size:10px;
			font-weight:bold;
			text-align:center;
			line-height:1.2;
			border-radius:0 0 1.06vw 1.06vw;
			background:#313f56 url(../img/arw_wht01.png) ;
			background-repeat:no-repeat;
			background-size:1.5vw auto;
			background-position:center right 2vw;
			padding-top: 10px;
		}
}

@media screen and (min-width: 569px) {
.navi3_3{
	display:flex;
	flex-wrap:wrap;
}
	.navi3_3 a{
		margin-left:10px;
		margin-right:10px;
		margin-bottom:20px;
		border-radius:4px;
	}
	.navi3_3 dl{
		width:290px;
		display:flex;
		flex-direction:column;
		border-radius:4px;
	}
		.navi3_3 dl dt{
		}
			.navi3_3 dl dt > img{
				border-radius:4px 4px 0 0;
				width: 100%;
			}


		.navi3_3 dl dd{
			max-width:300px;
			margin:0!important;
			padding:11px 10px 9px 10px;
			background:#313f56;
			color:#fff;
			font-size:12px;
			font-weight:bold;
			text-align:center;
			background:#313f56 url(../img/arw_wht01.png) ;
			background-repeat:no-repeat;
			background-position:center right 10px;
			border-radius:0 0 4px 4px;
			line-height:1;
			display:flex;
			justify-content:center;
			align-items: center;
		}

}



/*	navi4_3
----------------------------------------------------*/
@media screen and (max-width: 568px) {
.navi4_3{
	display:flex;
	flex-wrap:wrap;
}
	.navi4_3 dl{
		display:flex;
		flex-direction:column;
		width:40%;
		margin-right:15px;
		margin-left:10px;
		margin-bottom:2.66vw;
	}

		.navi4_3 dl dt{
			width: 100%;
		}
		.navi4_3 dl dd{
			width:95%;
			min-height:40px;
			padding:7px 10px 3px 10px;
			background:#313f56;
			color:#fff;
			font-size:14px;
			text-align:left;
			line-height:1.4;
		}

		.navi4_3 dl dd:nth-of-type(2){
			margin:0!important;
			padding:11px 10px 9px 10px;
			background:#fff;
			color:#ec5a5f;
			font-size:14px;
			text-align:left;
			line-height:1;
			border-top:0 solid #fff;
			width:95%;
		}

.navi4_3 dl dd:nth-of-type(2) > p{
				display:block;
				color:#202020;
			}
			.navi4_3 dl dd:nth-of-type(2) > span{
				display:block;
				font-size:20px;
				text-align:right;
			}


}

@media screen and (min-width: 569px) {
.navi4_3{
	display:flex;
	flex-wrap:wrap;
}
	.navi4_3 dl{
		width:290px;
		display:flex;
		flex-direction:column;
		border-radius:4px;
	}
		.navi4_3 dl dt{
		}
			.navi4_3 dl dt > img{
				border-radius:4px 4px 0 0;
				width: 100%;
			}

			
		.navi4_3 dl dd{
			width:229px;
			min-height:40px;
			padding:7px 10px 3px 10px;
			background:#313f56;
			color:#fff;
			font-size:14px;
			text-align:left;
			line-height:1.4;
			border-radius:4px 4px 0 0;
		}

		.navi4_3 dl dt{
			border-right:2px solid #dfe3e2;
			border-left:2px solid #dfe3e2;
			width: 245px;
		}
			.navi4_3 dl dt > img{
			}

		.navi4_3 dl dd:nth-of-type(2){
			margin:0!important;
			padding:11px 10px 9px 10px;
			background:#fff;
			color:#ec5a5f;
			font-size:14px;
			text-align:left;
			line-height:1;
			border:2px solid #dfe3e2;
			border-top:0 solid #fff;
			border-radius:0 0 4px 4px;
			width: 225px;
		}

.navi4_3 dl dd:nth-of-type(2) > p{
				display:block;
				color:#202020;
			}
			.navi4_3 dl dd:nth-of-type(2) > span{
				display:block;
				font-size:20px;
				text-align:right;
			}


}



@media all and (-ms-high-contrast: none) and (min-width: 569px){
.navi3_3 dl dd { 
	margin-top:0px!important; 
}
}


/*	list__mainbrand, brandList
----------------------------------------------------*/

@media screen and (max-width: 568px) {
.list__mainbrand{
	display:flex;
	flex-wrap:wrap;
}

	.list__mainbrand li{
		width:calc(50% - 0.66vw);
		margin-bottom:0.5em;
		font-size:3.73vw;
		font-weight:bold;
		line-height:1.4;
		letter-spacing:-0.015em;
		float: left;
	}

	.list__mainbrand--1-4 li{
		width: 100%;
		margin-right: 0;
	}

	.list__mainbrand--1-4 li:last-child{
		margin-bottom: 0;
	}

	.list__mainbrand li:nth-of-type(odd){
	}


#brandInitial {
	position:relative;
	zoom: 1;
}
	#brandInitial ul {
		display:flex;
		flex-wrap:wrap;
		width:100%;
		padding-left:0.25em;
		margin:20px 0 0 0;
		line-height: 1;
	background: #fff;
	}

	#brandInitial li {
		margin:0 1.5em 0.75em 0;
	}

		#brandInitial li a {
			font-size:4.26vw;
			text-decoration:underline;
		}

#brandList {
    display: block!important;
	position:relative;
    overflow: scroll;
    overflow-x: hidden;
    zoom: 1;
    height: 65vw;
    margin-top: 2.66vw;
	padding:30px;
	border-radius:1.06vw;
}

	#brandList h4{
		width:100%;
		margin:20px 0 6px 0;
		padding:0;
		background:#fff;
		font-size:16px;
		font-weight:bold;
		line-height:1;
		border:none;
	}
	#brandList ul{
		display:flex;
		flex-wrap:wrap;
	}
		#brandList ul li {
			width:calc(50% - 0.665vw);
			margin-bottom: 0.5em;
			font-size:3.2vw;
			line-height: 1.4;
		}
		#brandList ul li:nth-of-type(odd) {
			padding-right: 0.5em;
		}


}

@media screen and (min-width: 569px) {
.list__mainbrand{
	display:flex;
	flex-wrap:wrap;
}

	.list__mainbrand li{
		width:calc(33.3% - 7px);
		font-size:16px;
		font-weight:bold;
		margin-bottom: 15px;
	}

	.list__mainbrand li:not(:nth-of-type(3n)){
		margin-right:10px;
	}

	.list__mainbrand--1-4 li{
		width:calc(25% - 10px);
		margin-right:10px;
		font-size: 15px;
	}

#brandInitial {
	position:relative;
	zoom: 1;
}
	#brandInitial ul {
		display:flex;
		flex-wrap:wrap;
		width:90%;
		margin: 0 auto;
		padding-left:50px;
		line-height: 1;
	}

	#brandInitial li {
		margin:0 1em 0.5em 0;
	}

		#brandInitial li a {
			font-size:16px;
			text-decoration:underline;
		}

		#brandList ul li:not(:nth-of-type(3n)) {
			margin-right:10px;
		}

#brandList {
    display: block!important;
	position:relative;
    overflow: scroll;
    overflow-x: hidden;
    zoom: 1;
    height: 300px;
    margin-top: 20px;
	padding:0 10px 50px 80px;
	border-radius:4px;
}

	#brandList h4{
		width:100%;
		margin:20px 0 6px 0;
		padding:0;
		background:#fff;
		font-size:16px;
		font-weight:bold;
		line-height:1;
		border:none;
	}
	#brandList ul{
		display:flex;
		flex-wrap:wrap;
	}
		#brandList ul li {
			width:calc(33.3% - 7px);
			margin: 0 0 0.5em 0;
			line-height: 1.4;
		}

		#brandList ul li:not(:nth-of-type(3n)) {
			margin-right:10px;
		}


}


/*	h2 + toggle
----------------------------------------------------*/
@media screen and (max-width: 568px) {
article h2{
	position:relative;
	height:13.33vw;
	margin:6.66vw 0  2.66vw 0;
	font-size:4.8vw;
	color:#fff;
	text-align:center;
	line-height:0.9;
	background:#023893;
	border-radius:1.06vw;
	padding:4.53vw;

}


.mdl__toggle__child {
	display: none;
	padding: 28px 0 30px 0;
}

	div:last-of-type.mdl__toggle__child {
		padding:  0;
	}
	.mdl__toggle h2 {
		color:#023893;
		margin:0;
		background-color: transparent;
		font-weight: bold;
	}


}
@media screen and (min-width: 569px) {
article h2{
	position:relative;
	margin:20px 0 ;
	font-size:22px;
	font-size:158%;
	color:#fff;
	text-align:center;
	line-height:1;
	background:#023893;
	border-radius:4px;
	padding:15px;

}


.mdl__toggle__child {
	display: none;
	padding: 28px 0 30px 0;
}

	div:last-of-type.mdl__toggle__child {
		padding:  0;
	}
	.mdl__toggle h2 {
		color:#023893;
		margin:0;
		background-color: transparent;
		font-weight: bold;
	}

	.mdl__toggle:hover h2 {
		opacity: 0.7;
	}

	.mdl__toggle:hover{
		opacity:0.7;
	}



}



/*	pickup_store
----------------------------------------------------*/

@media screen and (max-width: 568px) {
.pickup_store{
	}
	
	.pickup_store > li{
		margin-bottom:20px;
		}	

	.pickup_store > li:first-of-type{
		margin-top:3.2vw;
		}	

		.pickup_store > li > ul{
			display:flex;
			flex-direction:column;
			margin-top:2.6vw;
			border-radius:1.06vw;
			}	

			.pickup_store > li > ul > li:nth-of-type(1){
				width:95%;
				margin: 0 auto;
				}	
			.pickup_store > li > ul > li.store_info{
				margin-top:2.6vw;
				}	

				.pickup_store > li > ul > li.store_info ul > li{
					display:flex;
					font-size:3.2vw;
					word-break:break-all;
					}	

				.pickup_store > li > ul > li.store_info ul > li > *{
					padding:1.73vw 2.66vw; 
					}	

				.pickup_store > li > ul > li.store_info ul > li:nth-child(odd) > *{
					background:#f7f7f7;
					}					
					.pickup_store > li > ul li.store_info ul li > em{
						width:23.33vw;
						margin-right:0.53vw;
						font-weight:bold;
						font-style:inherit;
						}	

					.pickup_store > li > ul > li.store_info ul li > div{
						width: 65vw;	
						}



}

@media screen and (min-width: 569px) {
.pickup_store{
	}
	
	.pickup_store > li{
		margin-bottom:20px;
		}	

		.pickup_store > li > ul{
			display:flex;
			margin-top:20px;
			border-radius:4px;
			}	

			.pickup_store > li > ul > li:nth-of-type(1){
				margin-right:20px; }	
			.pickup_store > li > ul > li.store_info{
				width:95%;
				margin: 0 auto;
				}	

				.pickup_store > li > ul > li.store_info ul > li{
					display:flex;
					width:100%;
					word-break:break-all;
					}	

				.pickup_store > li > ul > li.store_info ul > li > *{
					padding:5px 10px; 
					}	

				.pickup_store > li > ul > li.store_info ul > li:nth-child(odd) > *{
					background:#f7f7f7;
					}					
					.pickup_store > li > ul > li.store_info ul li > em{
						width:calc(6em + 20px);
						margin-right:2.5px;
						font-weight:bold;
						font-style:inherit;
						}	

					.pickup_store > li > ul > li.store_info ul li > div{
						width:100%;
						width: calc(100% - (6em + 20px));	
						word-break:break-all;
						}

.carousel-cell img{
	width:180px!important;
	height:310px!important;
	}


}

/*	flow
----------------------------------------------------*/
@media screen and (max-width: 568px) {
.flow{
	display:flex;
	flex-direction:column;
	}

	.flow li{
		display:flex;
		flex-direction:column;
		margin-bottom:4vw;
		}



		.flow li dl{
			display:flex;
			}

		.flow li dl:nth-of-type(1){
			flex-direction:row;
			}

			.flow li dl:nth-of-type(1) dt{
				display:flex;
				justify-content:center;
				align-items:center;
				width:28vw;
				height:102px;
				padding:10px;
				background:#172c51;
				color:#fff;
				font-size:4.26vw;
				font-weight:bold;
				text-align:center;
				}

			.flow li:nth-of-type(1) dl:nth-of-type(1) dt{
				}

			.flow li dl:nth-of-type(1) dd{
				width:66.13vw;
				height:28vw;
				}

				.flow li:nth-of-type(1) dl:nth-of-type(1) dd img{
					}

		.flow li dl:nth-of-type(2){
			flex-direction:column;
			padding:0 2.6vw;
			}

			.flow li dl:nth-of-type(2) dt{
				min-height:38px;
				margin:2.6vw 0;
				font-weight:bold;
				}

}

@media screen and (min-width: 569px) {

.flow{
	display:flex;
	flex-direction:column;
	padding:0px;
	border-radius:4px;
}
	.flow li{
		display:flex;
	}
	.flow li:not(:last-of-type){
		margin-bottom:20px;
	}
		.flow li dl{
			display:flex;
			flex-direction:column;
		}
		.flow li dl:nth-of-type(1){
			display:flex;
			flex-direction:column;
			margin-right:20px
		}
			.flow li dl:nth-of-type(1) dt{
				min-height:12px;
				padding:11px;
				background:#172c51;
				color:#fff;
				font-size:16px;
				font-weight:bold;
				text-align:center;
			}
		.flow li dl:nth-of-type(2){
			display:flex;
			flex-direction:column;
			width:100%;
			max-width:589px;
		}
			.flow li dl:nth-of-type(2) dt{
				width:100%;
				min-height:38px;
				margin-bottom:10px;
				padding:10px 5px 10px 10px;
				background:#f7f7f7;
				font-weight:bold;
			}
			.flow li dl:nth-of-type(2) dd{
				width:100%;
			}

}