@charset "utf-8";

/* RESET */
/*-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* RESET HTML5 */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

/*-------------------------------------------------------------------*/
body {
  height:100%;
  background:#ffffff;
  color:#333333;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
  font-size:12px;
  letter-spacing: normal;
  line-height: 1.7;
}

a{text-decoration:underline; color:#333333;}
a:hover{color:#840d15;}
a.link_y{background:#ffefa6;}
a.link_y:hover{background:#ffd8a6;}
img{vertical-align:bottom;}

ul, ol, li {
  display: block;
  list-style: none;
}

a{
  -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all  .5s ease;
}

/*-------------------------------------------
// header
--------------------------------------------*/
header{width:100%; margin:0px auto; background:#ffffff; padding:5px 0px;overflow: hidden;}
#header_1{width:880px; margin:0px auto;}
#header_1 img{vertical-align:middle;}
#header_1 h1{float:left;}
#header_1 h1 span{display: none;}
nav ul{float:right;}
nav li{float:left; margin-left:15px;}
nav a { transition: opacity .2s linear; }
nav a:hover { opacity: 0.5; }

nav{
    font-size:10px;
    padding:4px;
}
nav a{
    text-decoration: none;
    padding:2px 4px;
    display:block;
    line-height: 1;
    font-weight: bold;
}
nav li:last-child a{
  border:solid 1px #999;
  border-radius: 1px;
  box-sizing: border-box;
}
.sp−menu{
  display:none;
}

/*-------------------------------------------
// footer
--------------------------------------------*/
#footer{
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-top:15px;
  border-top:1px #666666 solid;
  padding:7px 0px 25px 0px;
}
#footer a{text-decoration:none;}
#footer ul#navi_1{background:url(/camp/img/footer_v_line_1.png) repeat-y;}
#footer ul#navi_1 li.li_lev_1{float:left; width:191px; padding:14px;}
#footer ul#navi_1 li.first{border-left:none;}
#footer ul#navi_1 li h3{font-weight:bold;}
#footer ul#navi_1 li .ban{margin-bottom:5px;}
#footer ul#navi_1 ul.sub{}
#footer ul#navi_1 ul.sub li{background:url(/camp/img/arrow3.png) 5px 7px no-repeat; padding-left:15px;}

#footer ul#navi_2{margin-top:17px; background:url(/camp/img/footer_v_line.png) repeat-y; line-height:1.2;}
#footer ul#navi_2 li{float:left; background:url(/camp/img/footer_v_line_2.png) left no-repeat; padding:0px 12px;}
#footer ul#navi_2 li.first{background:none; padding:0px 12px 0px 0px;}

#copyright{font-size:11px; line-height:1.2; margin-top:10px; border-top:1px #cccccc solid; padding-top:10px;}
#footer_logo{text-align:right; margin-top:-47px;}
/*-------------------------------------------------------------------*/
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE Mac */
* html .clearfix {height: 1%;}
   .clearfix{display:block;}
/* End Hack */


.sociallinks {height:20px;}
.sociallinks div {display:inline-block; *display:inline; *zoom:1; height:20px; padding:0; vertical-align:top;}
.sociallinks div.twitter {margin-right:-30px;}
.sociallinks div.twitter_simple {margin-right:5px;}
.sociallinks div.mixi {margin:-2px 5px 0 0;}
.sociallinks div.hatena {margin-right:5px;}
.sociallinks div.facebook {}

/*-------------------------------------------------------------------*/
#page_footer {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}
#page_footer .sociallinks { float: left; }
#page_footer .sociallinks div.twitter {
  margin-right: 20px;
}
.btpt{text-align:right; margin-top:25px;}

/*-------------------------------------------
// .large_image
--------------------------------------------*/
.large_image_frame{
  position: relative;
  height:747px;
}
.large_image_frame:before,
.large_image_frame:after{
  content:"";
  height:747px;
  width:15px;
  display: block;
  background: #fff;
  position: absolute;
  z-index:1;
  top:0;
}
.large_image_frame:before{
  left:0;
}
.large_image_frame:after{
  right:0;
}
.large_image{
  background-position:center center;
  background-repeat:no-repeat;
  background-attachment: fixed;
  height:747px;
  position:relative;
  text-align:center;
  display: table;
  width:100%;
  -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all  .5s ease;
}
.large_image .mask{
    content:"";
    height:21px;
    display:block;
    position: absolute;
    bottom: 0;
    left:0;
    background: url(../imgs/mask.png) no-repeat bottom center;
}
  .large_image{
    background-size:cover;
  }
@media only screen and (min-width: 1170px) {
  .large_image{
    background-size:cover;
  }
}
.large_image_1{
  background-image:url(../imgs/MUJI_norikura_mainimage1.jpg);
}
.large_image_2{
  background-image:url(../imgs/MUJI_norikura_mainimage2.jpg);
}
.large_image_3{
  background-image:url(../imgs/MUJI_norikura_mainimage3.jpg);
}
.large_image_4{
  background-image:url(../imgs/MUJI_norikura_mainimage4.jpg);
}
.large_image_5{
  background-image:url(../imgs/MUJI_norikura_mainimage5.jpg);
}

.large_image .text {
  color:#fff;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top:300px;
}
.large_image .text h2{
    font-size: 31px;
    display:none;
}
.large_image .text p{
    font-size: 17px;
    display:none;
}
.large_image .text .btnbox{
  padding-top:68px;
}
.large_image .text .btnbox a{
  display:block;
  padding:20px;
  width:310px;
  border: solid 1px #fff;
  margin: 0 auto 10px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
}
.large_image .text .btnbox a:hover{
  background: #fff;
  color:#222;
}


.large_image_5 .text{
  top:200px;
}
.large_image_5 .text h2,
.large_image_5 .text p{
	display:block;
}

	br.spbr,
h2 br{display:none;}

.blind{
  height: 747px;
  background:#fff url(../imgs/loading.gif) no-repeat center center;
  position:absolute;
  top:0;
  left:0;
}

/*-------------------------------------------
// .small_image
--------------------------------------------*/
.scene_copy{
  text-align: center;
  padding: 90px 0 120px;
}
/*-------------------------------------------
// .small_image
--------------------------------------------*/
.small_image{
  text-align:center;
  width:960px;
  margin:auto;
  overflow: hidden;
}
.small_image div{
  overflow:hidden;
  clear:both;
}
.small_image img{
  margin-bottom:120px;
}
.small_image .half img{
  width:479px;
  float:left;
}
.small_image .half.right{
  float: right;
}



@media only screen and (max-width: 768px) {

  body{
    font-size: 26px;
  }
  footer{
    font-size: 20px;
  }
  .large_image .text h2{
      font-size: 45px;
  }
  .large_image .text p{
      font-size: 32px;
  }



  .small_image,
  .small_image img,
  .small_image .half img{
    width:660px;
    float: none;
  }


  header{
    opacity: 0;
    display:none;
  }
  header.active{
    opacity:1;
    display:block;
    -webkit-transition: all .5s ease;
  	-moz-transition: all .5s ease;
  	-o-transition: all .5s ease;
  	transition: all  .5s ease;
  }
  header{
    background:url(../imgs/bg_nav.png);
    position:absolute;
    top:0;
    left:0;
    z-index:90;
  }

  .sp−menu{
    position: absolute;
    z-index:100;
    right:40px;
    top:50px;
    display: block;
  }
  .menu-trigger,
  .menu-trigger span {
  	display: inline-block;
  	transition: all .4s;
  	box-sizing: border-box;
  }
  .menu-trigger {
  	position: relative;
  	width: 50px;
  	height: 44px;
  }
  .menu-trigger span {
  	position: absolute;
  	left: 0;
  	width: 60%;
  	height: 4px;
  	background-color: #fff;
  	border-radius: 4px;
    top: 0;
  }
  .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(45deg);
  	transform: translateY(20px) rotate(45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    -webkit-transform: translateY(20px) rotate(-45deg);
  	transform: translateY(20px) rotate(-45deg);
  	left: 20px;
  }

  .menu-trigger.active span{
    width: 100%;
  }
  .menu-trigger.active span:nth-of-type(1) {
  	-webkit-transform: translateY(20px) rotate(-45deg);
  	transform: translateY(20px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
  	-webkit-transform: translateY(20px) rotate(45deg);
  	transform: translateY(20px) rotate(45deg);
  	left: 0;
  }


  header{
    padding:100px 0;
    display: none;
  }
  #header_1 h1 img{display: none;}
  #header_1 h1 span{display: block;}
  #header_1,
  #header_1 h1,
  nav,
  nav ul{
    width:auto;
    float: none;
    text-align: center;
  }
  header a{
    text-decoration: none;
  }
  #header_1 h1,
  nav li{
    float:none;
    display: block;
    text-align:center;
    margin-bottom:40px;
  }
  #header_1 h1 a,
  nav li a{
    color:#fff;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
  }
  nav li:last-child a{
    padding: 10px 30px;
  }

  #page_footer,
  #footer,
  #footer ul#navi_1 li.li_lev_1{
    width: auto!important;
    float: none;
  }
  #footer ul#navi_1 li.li_lev_1 li{
    margin-bottom:20px;
  }
  #footer #navi_2 a{
    font-size: 18px;
  }
  #footer #navi_2,
  #page_footer{
    padding: 0 20px;
  }
  #copyright,
  .large_image .text .btnbox a{
    width:514px;
  }
	.large_image{
		background-attachment: scroll;
	}
	.large_image .text {
		top:280px;
	}
	.large_image_5 .text{
		top:160px;
	}
	
	
  .large_image{
    background-size:auto 747px ;
  }
	br.spbr,
	h2 br{display:block;}
	.scene_copy{
		padding: 90px 20px 120px;
		font-size: 18px;
	}

}


/*-------------------------------------------------------------------*/
