@charset "UTF-8";

/*#PIXARFEST #Mainimg{
	border-bottom: #c2c2c2 solid 1px;border-top: #c2c2c2 solid 1px;
}*/

#PIXARFEST {
	height: 100%;
	background: #fee9eb ;
	/*font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,Lucida Grande,Lucida Sans Unicode,Arial,Verdana,sans-serif;*/
	font-family: "FOT-スーラ Pro M", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	
	color: #1a1a1a;
	-webkit-text-size-adjust: none;
	text-align: left;
	line-height: 1.5;
	margin: 0;padding: 0;
	  position: relative;
	top: 0;
	left: 0;
}

#PIXARFEST #Main,#PIXARFEST #Main_TOP,#PIXARFEST #footer{
	color: #1a1a1a;
	font-size: 15px;
	line-height: 34px;
	font-weight: 400;	
}

@media only screen and (max-width: 1024px) {/*スマホ*/
#PIXARFEST #Main,#PIXARFEST #Main_TOP,#PIXARFEST #footer{
	color: #1a1a1a;
	font-size: 12px;
	line-height: 34px;
	font-weight: 400;	
}
}

#PIXARFEST section
{
	padding-top: 40px;
	/*background: yellow;*/
}

#PIXARFEST #Mainimg h1 {
	width: 100%;
	/*padding: 0 2%;
	max-width: 1100px;*/
	margin: 0 auto;
}

#PIXARFEST #Mainimg h1 img {
	width: 100%;
}


#PIXARFEST #Main,#PIXARFEST #Main_TOP{
	/*padding-bottom: 40px;*/
	padding-top: 90px;
	width: 100%;	
}

#PIXARFEST #Main_TOP{
	padding-top: 0px;
}


#PIXARFEST #Main .inner,#PIXARFEST #Main_TOP .inner{
	/*border: solid 1px #fff;*/
	width: calc(100% - 30px);
	max-width: 970px;
	margin: 0 auto;
	border-radius: 16px;
	margin-top: 40px;
	/*padding: 0 15px;*/
}

#PIXARFEST #Main_TOP .inner{
	margin-top: 0;
}

@media only screen and (max-width: 1024px) {/*スマホ*/
#PIXARFEST #Main{
	padding-top: 59px;
	padding-bottom: 40px;
}
}


.section{
	width: 90%;
	margin: 0 auto;
}

.radius{
	border-radius: 16px;
}


#PIXARFEST #Main .ttl,#PIXARFEST #Main_TOP .ttl{
	/*position: relative;
    top: 0;
	font-weight: 700;
	letter-spacing: .04em;
	
	font-size: 35px;
	line-height: 1;
	margin-bottom: 70px;
	padding-bottom: 35px;
	text-align: center;
	width: 100%;*/
	margin-bottom: 70px;
	letter-spacing: 0.15em;
	font-size: 35px;
	font-weight: 700;text-align: center;
	position: relative;color: #1a1a1a;padding-bottom: 35px;width: 100%;	line-height: 1.4;

}

@media only screen and (max-width: 1024px) {/*スマホ*/
#PIXARFEST #Main .ttl,#PIXARFEST #Main_TOP .ttl {
 	font-size: 28px;
	padding-bottom: 30px;
	margin-bottom: 50px;
	width: 100%;
}
}

#PIXARFEST #Main .ttl::before,#PIXARFEST #Main_TOP .ttl::before{
    position: absolute;
    bottom: 0;
	left : 50%;
    content: '';
	width: 2em;
	border-bottom: solid 2px #1a1a1a;
	transform: translate(-50%);
}


#PIXARFEST #Main .subtitle,#PIXARFEST #Main_TOP .subtitle{
	position: relative;
    top: 0;
	font-weight: 700;
	letter-spacing: .04em;
	color: #1a1a1a;
	font-size: 25px;
	line-height: 1.7;
	margin-bottom: 20px;
	text-align: center;
}


@media only screen and (max-width: 1024px) {/*スマホ*/
	#PIXARFEST #Main .subtitle,#PIXARFEST #Main_TOP .subtitle{
	letter-spacing: .04em;
	font-size: 20px;
	line-height: 1.7;
}
}


#PIXARFEST #information .linkimg{
	width: 100%;
	max-width: 600px;
	margin:  0 auto;
	margin-bottom: 10px;	
}

/*TOP-intro*/

/*TOP-information*/
#PIXARFEST #information .popup{
	border-bottom: #b4b4b4 solid 1px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 60px;
}

#PIXARFEST #information .loft{
	padding: 60px 0;
}


.linkbtn-more {
	max-width: 360px;
	margin: 0 auto;
}

.linkbtn-more a, .linkbtn a:visited {
	color: #1a1a1a;
}

.linkbtn-more a{
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 68px;
	border-radius: 10px;
	background-color: #fff;
	background-image: linear-gradient(180deg,#fff,#f4f5f5);
	border: 1px solid #b4b4b4;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
	padding: 20px 0;
}

.linkbtn a {
	box-sizing: border-box;
	display: block;
	position: relative;
	text-align: center;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	width: 80%;
	margin:  0 auto;
}


/*footer*/
#PIXARFEST #footer{
	background: #eeefeb;
	/*margin-top: 110px;*/

	padding: 50px;
}

#PIXARFEST #footer .inner{
	width: 90%;
	max-width: 860px;
	margin: 0 auto;
}

#PIXARFEST #footer img{
	width: 320px;
	border-radius: 10px;
}


#PIXARFEST #footer .banner_float{
	width: 655px;
	margin: 0 auto;


}

#PIXARFEST #footer .f_left{
	margin-right: 15px;margin-bottom: 0;
}


@media only screen and (max-width: 1024px) {/*スマホ*/
#PIXARFEST #footer .banner_float{
	width: 100%;
	text-align: center;
}

#PIXARFEST #footer .f_left{
	margin-right: 0;
	margin-bottom: 0;
	float: none;
}
}


#PIXARFEST #copy{
	background: #343434;
	color: #fff;
	padding: 30px 0;
	font-size: 12px;
}


/*スケジュールページ*/
.page_nav {
 	margin-bottom: 0;
 	display: block;
	color: #1a1a1a;
}

.page_nav ul {
 	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px;
}

.page_nav ul li{
 	width: 33.33%;
	padding: 0 7px;
	margin-bottom: 14px;
	display: flex;
}

.page_nav ul li,.page_nav ul li a{
	box-sizing: border-box;
 	width: 33.33%;
}

@media only screen and (max-width: 1024px) {/*スマホ*/
.page_nav ul li,.page_nav ul li a{
	box-sizing: border-box;
 	width: 50%;
}
}

#novelry,#date,#special,#goods,#sofubi,#ekimaru,#popup,#popup2,#loft {
  margin-top:-100px;
  padding-top:100px;
}

.page_nav ul li a{
 	text-align: left;
	position: relative;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 0 1px hsla(0,0%,43.9%,.15),0 2px 5px 0 rgba(0,0,0,.16);
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
	padding: 11px 20px 11px 38px;
}

.page_nav ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.sub--title{
	/*border-bottom: #b4b4b4 solid 3px;
	padding-bottom: 15px;
	font-weight: 700;
	letter-spacing: .04em;
	color: #1a1a1a;
	font-size: 20px;
	line-height: 1;*/
	margin-bottom: 30px;
	letter-spacing: 0.15em;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

.icon {
	width: 50px;
	margin-right: 10px;
	vertical-align: middle;
	border: 0;
}



.sub---title{
	/*border-left: #b4b4b4 solid 3px;
	padding: 10px 0 10px 0.5em ;
	font-weight: 700;
	letter-spacing: .04em;
	color: #1a1a1a;
	font-size: 20px;
	line-height: 1;*/
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #fff;
	background-color: #D9582A;
	border-radius: 10px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

.pagelink,.pagelink:hover{
	color: blue;
}

.shoplist{
	width: 95%;
	margin: 0 auto;
}

.shoplist span{
	font-weight: 700;
}

.shoplist p{
	margin-bottom: 30px;
}


/*footer*/
#PIXARFEST #footer .footerTitle {
	letter-spacing: 0.1em;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}



#PIXARFEST .pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

#PIXARFEST .pagetop img{
	width: 50px;
}


#PIXARFEST #Main .Shopdetail{
	position: relative;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-right: -15px;
	margin-left: -15px;
}


#PIXARFEST #Main .shopdetail{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	width: 50%;
	float: left;
}


#PIXARFEST #Main .shopdetail .shopdetail_inner{
	border-radius: 10px;
	/*border: #b4b4b4 solid 1px;*/
	padding: 15px;
	text-align: center;
	margin-bottom: 15px;
	background: #fff;
}

@media only screen and (max-width: 1024px) {/*スマホ*/
#PIXARFEST #Main .Shopdetail{
	position: relative;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-right: 0;
	margin-left: 0;
}


#PIXARFEST #Main .shopdetail{
	position: relative;
	min-height: 1px;
	padding-right: 0;
	padding-left: 0;
	box-sizing: border-box;
	width: 100%;
	float: none;
}


#PIXARFEST #Main .shopdetail .shopdetail_inner{
	border-radius: 10px;
	/*border: #b4b4b4 solid 1px;*/
	padding: 15px;
	text-align: left;
	margin-bottom: 15px;
	background: #fff;		
}

.shoptitle{
	padding: 10px 20px ;
	background-color: #f5d03e;
	color: #fff;
	display: inline-block;
	margin: 0 auto;
	border-radius: 30px;
	line-height: 17px;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 18px;
	margin-bottom: 15px;
}

.access,.accessDetail{
	font-size: 15px;
	line-height: 22px;
}
}



.shoptitle{
	padding: 10px 20px ;
	background-color: #f5d03e;
	color: #fff;
	display: inline-block;
	margin: 0 auto;
	border-radius: 30px;
	line-height: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 17px;
	margin-bottom: 15px;
}

.access,.accessDetail{
	font-size: 15px;
	line-height: 22px;
}

.noveltyTitle{
	padding: 10px 20px ;
	background-color: #9b9b9b;
	color: #fff;
	display: inline-block;
	margin: 0 auto;
	border-radius: 30px;
	line-height: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 17px;
	margin-bottom: 15px;
}

/*グッズ*/

#PIXARFEST #Main .Goodsdetail{
	position: relative;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-right: -15px;
	margin-left: -15px;
}


#PIXARFEST #Main .goodsdetail{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	width: 33.3%;
	float: left;
}


#PIXARFEST #Main .goodsdetail .goodsdetail_inner{
	border-radius: 10px;
	/*border: #b4b4b4 solid 1px;*/
	padding: 15px;
	text-align: center;
	margin-bottom: 15px;
	background: #fff;		
}




@media only screen and (max-width: 1024px) {/*スマホ*/
#PIXARFEST #Main .Goodsdetail{
	position: relative;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-right: 0;
	margin-left: 0;
}


#PIXARFEST #Main .goodsdetail{
	position: relative;
	min-height: 1px;
	padding-right: 0;
	padding-left: 0;box-sizing: border-box;width: 100%;float: none;
}


#PIXARFEST #Main .goodsdetail .goodsdetail_inner{
	border-radius: 10px;
	/*border: #b4b4b4 solid 1px;*/
	padding: 15px;
	text-align: left;
	margin-bottom: 15px;
	background: #fff;		
}}


.goodsTitle{
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-align: left;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	margin-top: 10px;
}
	
.goodsPrice{
	font-size: 14px;
	color: #999;box-sizing: border-box;
	letter-spacing: 0.1em;	text-align: left;

}	

.goodsPrice small {
	font-size: 11px;
}

.goodsExcept{
	font-size: 12px;
	line-height: 18px;
	box-sizing: border-box;letter-spacing: 0.1em;	text-align: left;
}

.goodsSize {
	font-size: 11px;
	color: #999;box-sizing: border-box;
	letter-spacing: 0.1em;
	text-align: left;

}

/*ページ内リンクずれ*/
#schedule,#novelty,#goods{
   margin-top:-120px;
   padding-top:120px;
}

@media only screen and (max-width: 1024px) {/*スマホ*/
#schedule,#novelty,#goods{
   margin-top:-90px;
   padding-top:90px;
}
}