@charset "utf-8";
/* CSS Document */
html, body{
    margin: 0;         /* 余白の削除 */
    padding: 0;        /* 余白の削除 */
    width:100%;
    height:100%;
	background-color: #fff;
}

.contents {
	width: 1024px;
	margin: 0 auto;
	text-align: center;
}

.head {
	background-color: #ffd2e2;
	height: 160px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 997;
}

.pc_header {
	background-image: url(../images/header_point.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	position: fixed;
	margin: 0 auto;
	text-align: center;
	width: 1024px;
	height: 180px;
	top: 60px;
	z-index: 998;
}

#footer {
    clear: both;
	width: 100%;
	background-color: #ffd2e2;
	padding: 2% 0;
    text-align:center;
	font-size:0.15px, 0.15rem;
    color:white;
	line-height: 70%;
	letter-spacing:0.1px, 0.1rem;
	font-weight: bold;
}

/* menu
--------------------*/
table.menu {
	width: 900px;
	margin: 0 auto;
	z-index: 999;
}

table.menu td {
	text-align: center;
}


/* top
-------------------*/
.top_back {
	background-image: url(../images/top_back.jpg);
	background-repeat: repeat-x;
	background-size: contain;
	background-position: top center;
	top: 0;
	width: 100%;
	/*min-height: 300px;*/
}

.top {
	width: 1100px;
	margin: 80px auto;
	position: relative;
}

#side {
  width: 200px;
  top: 150px;
  position: absolute;
  padding-left: 920px;
}

#top_contents {
  width: 900px;
  padding-left: 30px;
  padding-top: 150px;
  vertical-align: bottom;
}

#top_contents img {
	width: 100%;
	vertical-align: bottom;
}

.agf_link {
	text-align: center;
	top: 555px;
	position: absolute;
	z-index: 800;
	
}

.agf_link img {
	width: 70%;
}

/* new
--------------------*/
.post_index h3{
    margin: 0;
    font-size: 100%;
    font-weight: normal;
	border-bottom: 1px dashed #515151;
}

.post_index p {
	text-align: left;
	padding-left: 5px;
	font-size: 11px;
}

.new {
	frameborder: 1px;
	border-color: #ff86b1;
	border-style: solid;
	marginwidth: 0;
	marginheight: 0;
	width: 200px;
	height: 200px;
	align: left;
	background-color: #fff;
	overflow: auto;
}


.sns {
	margin-top: 20px;
	text-align: right;
}

.sns img {
	width: 30%;
}

/* goods
--------------------*/
table.goods {
	width: 900px;
	margin-top: 10px;
	margin: 0 auto;
	text-align: center;
}
	
table.goods td {
	text-align: center;
	margin-top: 0;
	width: 25%;
	height: 100px;
}

.goods td.left {
	border:solid 5px #ff86b1;
	border-radius: 1em;
	padding: 5px;
	padding-left: 10px;
	text-align: left;
}

.sample {
	text-align: center;
}

p.back {
	text-align: right;
	vertical-align: bottom;
	font-size: 10px;
}

p.goods {
	font-size: 14px;
	vertical-align: bottom;
	margin-top: 3px;
	color: #006;
}


/* PC ヘッダーずれ解消用
---------------------------------*/
#pc_home{
	margin-top: -230px;
	padding-top: 230px;
}

#pc_goods{
	margin-top: -230px;
	padding-top: 230px;
}

#pc_event{
	margin-top: -230px;
	padding-top: 230px;
}

#pc_event_01{
	margin-top: -230px;
	padding-top: 230px;
}

#pc_event_02{
	margin-top: -230px;
	padding-top: 230px;
}

#pc_event_03{
	margin-top: -230px;
	padding-top: 230px;
}

#pc_qa{
	margin-top: -230px;
	padding-top: 230px;
}

#item01{
	margin-top: -260px;
	padding-top: 260px;
}

#item02{
	margin-top: -260px;
	padding-top: 260px;
}

#item03{
	margin-top: -260px;
	padding-top: 260px;
}

#item04{
	margin-top: -290px;
	padding-top: 290px;
}

#novelty_01{
	margin-top: -270px;
	padding-top: 270px;
}

/* link
-------------------*/

.bottom {
	background-image: url(../images/bottom_back.jpg);
	background-repeat: repeat-x;
	background-size: contain;
	background-position: bottom center;
	top: 0;
	width: 100%;
	margin: 0 auto;
	min-height: 200px;
}

.link {
	width: 1024px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}

/* pop up
--------------------*/
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.pc {
	margin: 0 auto;
	display: block;
}

.nonpc {
	display: none;
}

@media all and (max-width: 900px) {
.pc {
	display: none;
}
.nonpc {
	margin: 0 auto;
	display: block;
}

.header {
	background-image: url(../images/header_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	position: fixed;
	text-align: center;
	width: 100%;
	min-height: 200px;
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	z-index: 999;
}

.header a{
	position: relative;
	text-align: left;
}


#footer {
    clear: both;
    width: 100%;
    background-color: #ffd2e2;
    padding: 1% 0%;
    text-align:center;
	font-size:0.1px, 0.1rem;
    color:white;
	line-height:80%;
	letter-spacing:0.1px, 0.1rem;
	font-weight: normal;
}


.contents {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.top_back {
	background-image: url(../images/top_back.jpg);
	background-repeat: repeat-x;
	background-size: contain;
	background-position: top center;
	top: 0;
	width: 100%;
	min-height: 80px;
}

.sp_top {
	width: 100%;
	padding-top: 18%;
	margin: 0 auto;
	text-align: center;
	min-height: 20%;
}

.sp_top img {
	width: 100%;
	vertical-align: bottom;	
}

.sns {
	margin-top: 20px;
	text-align: right;
	position: relative;
}

.sns img {
	width: 10%;
}

.agf_link_sp {
	text-align: center;
	z-index: 800;
	position: absolute;
	padding-top: 43%;	
}

.agf_link_sp img {
	width: 100%;
}


.bottom {
	background-image: url(../images/bottom_back.jpg);
	background-repeat: repeat-x;
	background-size: contain;
	background-position: bottom center;
	top: 0;
	width: 100%;
	margin: 0 auto;
	min-height: 80px;
}

/* new
--------------------*/
.new {
	frameborder: 1px;
	border-color: #ff86b1;
	border-style: solid;
	width: 95%;
	height: 60px;
	background-color: #fff;
	overflow: auto;
	margin: 0 auto;
	position: relative;
	top: 20px;
}

.post_index h3{
    margin: 0;
    font-size: 100%;
    font-weight: normal;
	border-bottom: 1px dashed #515151;
}

.post_index p {
	text-align: left;
	padding-left: 5px;
}

/* goods
--------------------*/

table.goods {
border:solid 3px #ff86b1;
border-radius: 1em;
text-align: center;
padding-left: 5px;
width: 95%;
margin: 5px auto;
}

table.goods td {
	text-align: left;
}

table.goods td.sample {
	text-align: center;
}

p.goods {
	font-size: 12px;
	vertical-align: bottom;
	margin-top: 3px;
	color: #006;
	text-align: center;
}

p.text {
	font-size: 12px;
	vertical-align: bottom;
	margin-top: 3px;
	color: #006;
	padding-left: 10px;
}

p.back {
	text-align: right;
	vertical-align: bottom;
	font-size: 10px;
	margin-top: 10px;
}


/*ヘッダーずれ解消用
---------------------------------*/
#sp_home{
	margin-top: -100px;
	padding-top: 100px;
}

#sp_goods{
	margin-top: -160px;
	padding-top: 160px;
}

#sp_event{
	margin-top: -160px;
	padding-top: 160px;
}

#sp_event_01{
	margin-top: -160px;
	padding-top: 160px;
}

#sp_event_02{
	margin-top: -160px;
	padding-top: 160px;
}

#sp_event_03{
	margin-top: -160px;
	padding-top: 160px;
}

#sp_qa{
	margin-top: -160px;
	padding-top: 160px;
}

#novelty_sp01{
	margin-top: -180px;
	padding-top: 180px;
}

.mean-container .mean-nav ul li img{
	width: 85%;
}
}

@media all and (max-width: 480px) {

#sp_home{
	margin-top: -60px;
	padding-top: 60px;
}

#sp_goods{
	margin-top: -60px;
	padding-top: 60px;
}

#sp_event{
	margin-top: -60px;
	padding-top: 60px;
}

#sp_event_01{
	margin-top: -60px;
	padding-top: 60px;
}

#sp_event_02{
	margin-top: -60px;
	padding-top: 60px;
}

#sp_event_03{
	margin-top: -60px;
	padding-top: 60px;
}

#sp_qa{
	margin-top: -60px;
	padding-top: 60px;
}

#novelty_sp01{
	margin-top: -80px;
	padding-top: 80px;
}
table.goods img {
	width: 95%;
}
.mean-container .mean-nav ul li img{
	width: 100%;
}
}