@charset "utf-8";
/* CSS Document */

body{
	margin: 0 auto;
	text-align: center;
}


/*haader_logo*/
.haader_logo{
	background: #fef6db;
    padding: 20px 0;
    box-sizing: border-box;
}

/*g_navi*/
.g_navi{
	background: #541300;
}
.g_navi ul{
	list-style: none;
	display: flex;
	max-width: 850px;
    width: 100%;
	align-items: center;
    margin: 0 auto;
}
.g_navi ul li {
    color: #FFF;
    width: 20%;
    padding: 15px 0;
    box-sizing: border-box;
}
.g_navi ul li a{
	text-align: center;
    text-decoration: none;
    color: #FFF;
}


/*main*/
.main{
	background-image: url("../images/background.gif");
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
    background-color: #ec6700;
}

.main_text img{
	padding: 0 0 145px 0;
}
.main-image img{
	padding: 144px 0 30px 0;
}
/*.main-image{
	position: relative;
}
.main-image::before{
	content: '';
	background: url("../images/bat_left.gif");
	background-size: contain;
	background-repeat: no-repeat;
	width: 307px;
	height: 113px;
	top: 20px;
	left: -100px;

	position: absolute;
	display: block;
}*/

.product_image {
padding: 0 0 8px 0;
margin: 0 auto;
width: 316px;
}
.product_image img {
width: 100%;
}
/*catrgory*/
.main ul{
	list-style: none;
	display: flex;
	max-width: 1030px;
	width: 100%;
    margin: 0 auto;
}
.main ul li{
	padding: 0 51px 80px 0;
}
.main ul li img{
	padding: 0;
}
.main ul li:hover{
}
.main ul li a:hover{
	opacity: 0.6;
}


/*halloween*/
.halloween_background{
	background-color: #5f1e55;
	overflow: hidden;
}
#halloween{
	background-color: #5f1e55;
	width: 850px;
    margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
.halloween_background01 img{
	padding: 0 0 146px 0;
	width: 100%;
}
.halloween_background02 img{
	padding: 0px;
	width: 100%;
	vertical-align: bottom;
}

.title-image div.title-image-inner ul{
    position: relative;
}

.title-image div.title-image-inner ul::before{
	content: '';
	background: url("../images/left.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 497px;
	height: 277px;
	left: -370px;
	position: absolute;
	display: block;
}

 .title-image div.title-image-inner ul::after{
	  content: '';
      background: url("../images/right.png");
      background-size: contain;
	  background-repeat: no-repeat;
      width: 481px;
      height: 340px;
	  top: -20px;
	  right: -310px;
      position: absolute;
      display: block;
  }


.title-image ul li{
	padding: 0 0 80px 0;
}

.product{
	/*padding: 0 0 50px 0;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product01, .product02{
	text-align: center;
    width: 390px;
	height: auto;
    box-sizing: border-box;
    padding: 40px 30px 80px 30px;
	background-image: url("../images/product_background.png");
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.product_image{
	padding: 0 0 8px 0;
}
.product_line{
	padding: 0 0 10px 0;
}
.product_name{
	font-size: 28px;
	padding: 0 0 10px 0;
	line-height: 33px;
}
.product_name-small{
	font-size: 22px;
}
.product_name-01{
	font-size: 28px;
	padding: 0 0 47px 0;
	line-height: 33px;
}
.product_info{
	display: flex;
	justify-content: center;
	padding: 0 0 18px 0;

}
.product_kind{
	padding: 5px 20px 0 0;
	font-size: 19px;
}
.product_price{
	font-size: 24px;
	color: #5f1e55;
}
.product_image img:hover{
	opacity: 0.5;
}
.button{
	margin: 0 auto;
    font-size: 21px;
    width: 278px;
    padding: 10px 0;
    border-radius: 50px;
    background-color: #5f1e55;
    color: white;
	border: 2px solid #5f1e55;
    position: relative;
	box-sizing: border-box;
}

.button:hover{
	background-color: white;
	color: #5f1e55;
	box-sizing: border-box;
}

.arrow::before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px white;
	border-right: solid 2px white;
	-ms-transform: rotate(45deg) translate(-45%,0);
	-webkit-transform: rotate(45deg) translate(-45%,0);
	transform: rotate(45deg) translate(-45%,0);
	position: absolute;
	top: 45%;
	right: 10%;
}
.button:hover .arrow::before{
	border-top: solid 2px #5f1e55;
	border-right: solid 2px #5f1e55;
}

/*sp*/
@media screen and (max-width:768px) {
	#main{
		height: auto;
	}
	div.lace {
		width: 100%;
	}
	div.wrapper{
		width: 100%;
		padding: 5%;
	}
	.product_image {
	width: 100%;
	}
	.sp_cont{
		display: block;
	}
	.pc_cont{
		display: none;
	}
	/* main */

	.main{
		background-size: 110%;
    	background-position: top center;
	}
	.main-image{
		padding: 13% 5% 3% 5%;
    	box-sizing: border-box;
	}
	.main-image img {
    	width: 100%;
    	padding: 0;
}
	.main_text{
		padding: 0% 15%;
	}
	.main_text img{
		width: 100%;
		padding: 0;
	}
	.main ul li{
		padding: 5% 2%;
	}
	.main ul li img{
		width: 100%;
	}

	/*product*/

	.title-image ul li {
    	padding: 0;
	}
	#halloween{
		width: 100%;
	}
	.halloween_background01 img{
    padding: 0 0 10% 0;
    width: 100%;
	}

	.title-image-inner{
		padding: 0 0 15% 0;
	}

	.title-image-inner ul li img{
		width: 60%;
	}

	.title-image div.title-image-inner ul::before{
    width: 60%;
    height: 60%;
    top: 120px;
    left: -35px;
	}
	.title-image div.title-image-inner ul::after {
    width: 60%;
    height: 60%;
    top: 110px;
    right: -290px;
	}

	.product{
    padding: 0 3%;
	}
	.product01, .product02 {
    width: 48%;
    background-size: contain;
	}
	.product_name, .product_name-01 {
    padding: 0;
    font-size: 22px;
	}
	.product_name-small {
    font-size: 18px;
	}
	.product_image img {
    width: 100%;
	}

	.product_info {
    display: flex;
    justify-content: space-around;
    padding: 0 0 0.5em;
	}
	.product_kind {
    padding: 0;
    line-height: 2;
	}


	.bag img{
		width: 100%;
	}

}

@media screen and (max-width:480px) {

	/* header
--------------------------------*/
#header .g_navi ul li{
	width:50%;
	text-align:center;
	padding:10px 0;
	box-sizing:border-box;
}

#header .g_navi ul li a{
	font-size:12px;
}

#header img{
	width:80%;
}

#header div.logo {
    padding: 8px 0;
    box-sizing: border-box;
}
	.main_navi{
		height: auto;
		margin-bottom: 30px;
	}
	#hw_item h2 img[src="images/obake1.png"],
	#hw_item h2 img[src="images/obake2.png"]{
		width: 20%;
	}
	.hw_itemRead{
		font-size: 14px;
		padding: 0 5%;
		box-sizing: border-box;
	}
	.hw_itemRead > b {
    font-size: 7.5vw;
	}
	#hw_item .item_list{
		padding: 0 3%;
		box-sizing: border-box;
	}
	#fair{
		padding: 20px 0 50px;
	}

	.title-image-inner ul li img{
		width: 70%;
	}
	.product01, .product02 {
    	width: 100%;
		background-size: contain;
	}
	.product_image {
    padding: 1% 0;
	}
	.title-image div.title-image-inner ul::before {
    width: 60%;
    height: 60%;
    top: 70px;
    left: -45px;
	}
	.title-image div.title-image-inner ul::after {
    width: 60%;
    height: 60%;
    top: 70px;
    right: -140px;
	}


	/* main */
	/*.main-image{
		padding: 13% 5%;
    	box-sizing: border-box;
	}
	.main-image img {
    	width: 100%;
    	padding: 0;
}
	.main_text{
		padding: 0% 15%;
	}
	.main_text img{
		width: 100%;
		padding: 0;
	}
	.main ul li{
		padding: 5% 2%;
	}
	.main ul li img{
		width: 100%;
	}*/
}
