@charset "utf-8";

body {
	width: 100%;
    font-family:'メイリオ' ,'Hiragino Kaku Gothic ProN' ,sans-serif;
    background-color: #d6c25f;
	font-size: 16px;
	color: #000;
}

header {
	width: 100%;
	height: 70px;
	margin: 0 auto;
	background-color: #af1654;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	clear: both;
}

#head_logo {
	width: auto;
	height: 70px;
	text-align: center;
}




/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }


.container {
	width: 50%;
    background-color: #d6c25f;
	height: auto;
	margin: 0 auto;
	margin-top: 0;
	padding: 0 0 4rem 0;
}




hr {
   border-width: 3px 0px 0px 0px; /* 太さ1px */
   border-style:dotted; /* 線種 */
   border-color:hsla(41,73%,19%,0.58);   /* 線色 */
   height: 3px;         /* 高さ(※古いIE用) */
}

.line_1{width: 900px;
	    margin: 0 auto;
	padding-top: 30px;
}





/* contents_ */



.wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 0%;
}



.contents_header {
	width: 100%;
	background-color: #d6c25f;
	margin: 70px auto 0;
	padding: 0;
    text-align: center;
}


.contents_header img{
	width: 100%;
    text-align: center;
}



.item_images {
	width: 100%;
	margin: 0 auto;
	padding: 0 ;
    text-align: center;
}


.item_images img{
	width: 100%;
    text-align: center;
	padding: 0 0 0 0;
}




.shop01_link {
  position: relative;
  text-align: center;
}
.shop01_link img.imagup{
  position: absolute;
  width: 70%;
  top:85%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
}






.box_01 {
	width: 100%;
	margin: 0 auto;
	padding: 0 ;
    text-align: center;
}


.box_01 img{
	width: 100%;
    text-align: center;
}



.box_02 {
	width: 100%;
	margin: 0 auto;
	padding: 0 ;
    text-align: center;
}


.box_02 img{
	width: 100%;
    text-align: center;
	padding: 0 0 2rem 0;
}




/* scroll */

.inview.fadeup {
	opacity: 0;
	transition-duration: 2s;
	transform: translateY(20px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}





/* フェードイン */



  .box-01.displayed{
	opacity: 0.5;
	animation: fadeInLeft 1.5s forwards;
  }
  .box-02.displayed{
	animation: fadeInRight 1.5s forwards;
  }
  
  @keyframes fadeInLeft{
	0%{transform: translateX(-250px);}
  100%{transform: translateX(0);}
  }
  @keyframes fadeInRight{
	0%{transform: translateX(250px);}
  100%{transform: translateX(0);}
  }




  .fadein {
	  opacity: 0;
	  transform: translate(0,0);
	  transition: all 1.5s;
	&.fadein-left{
		transform: translate(-80px,0);
	}
	&.fadein-right{
		transform: translate(80px,0);
	}
	&.fadein-up{
		transform: translate(0,-80px);
	}
	&.fadein-bottom{
		transform: translate(0,80px);
	}
	&.scrollin{
	  opacity: 1 !important;
	  transform: translate(0, 0) !important;
	}
  }











/* scroll 

.inview.fadeup {
	opacity: 0;
	transition-duration: 1.5s;
	transform: translateY(20px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
*/



/* text */


.text-box {
	width: 90%;
	margin: 0 auto;
	text-align: left;

}



h3 {
	font-size: 18px;
	font-weight:bold;
	line-height: 1.8em;
	letter-spacing:0.1em;
}



.clear {
	clear: both;
}



.image_item{
	opacity: 1;
	transition: 0.3s;
}
  
.image_item:hover img{
	  opacity: 1;
}
  
  



.all{
	width: 600px;
	margin: 0 auto;
	text-align: center;
	padding-bottom:56px;
}

#pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 52px;
    height: 52px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: all .3s;
	z-index: 11;
}

#pagetop a {
    display: block;
    width: 52px;
    height: 52px;
    text-decoration: none;
}

#pagetop:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}


footer {
	width: 100%;
	height: 50px;
	background: #af1654;
	text-align: center;
	clear: both;
}

#footer_logo {
	width: auto;
	height: 50px;
	text-align: center;
}






/* SP:width?760px */
@media screen and ( max-width:760px ) {

	/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc { display: none !important; }
.sp { display: block !important; width: 100%; }




.container {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 0 3rem 0;
}




h3 {
		font-size: 16px;
		font-weight:bold;
		line-height: 1.6em;
		letter-spacing:0.1em;
}





.all{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding-bottom:36px;
}
}
