@charset "UTF-8";
/* CSS Document */
/* Fonts
------------------------------------------------------------*/


body {
    font-family:"Renner*",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;	
  font-size: 13px;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  height: 100%;
  position: relative;
  line-height: 1.6em;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  color: #111111;
}
body a {
  color: #111111;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
body a:hover {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
}
body a img {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body a img:hover {
  opacity: 0.7;
}
body .wrap {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body #wrapper {
  background-color: #FFF;
}
body #wrapper2 {
	background:none;
}
body ::selection {
  background: rgba(255, 255, 255, 0.8);
  /* Safari */
}
body ::-moz-selection {
  background: rgba(255, 255, 255, 0.8);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
header {
  background-color: #fff;
  position: fixed;
  color: #222;
  font-family:"Renner*",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  font-size:0.75em;
  letter-spacing:0.1em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  z-index: 10;
}
header #headBg {
  display: none;
}
header:after {
  clear: both;
  display: block;
  content: '';
}
header a {
  color: #222;
}
header #logo {
  float: left;
  padding: 22px 10px 0 27px;
}
header #logo img{
  min-width: 133px;
}
header #menu {
  display: none;
}
header #hRight {
  float: right;
}


header nav {
  float: left;
}
header nav > ul {
  border-left: 1px solid #fff;
  padding: 0 3px 20px;
}
header nav > ul:after {
  clear: both;
  display: block;
  content: '';
}
header nav > ul > li {
  float: left;
  line-height: 1;
  padding: 28px 5px 0px 8px;
	position:relative;
}
header nav > ul > li a {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header nav > ul > li a:hover, header nav > ul > li a.current {
  border-bottom-color: #333;
  text-decoration: none;
  padding-bottom: 1px;
}
header nav > ul > li.current a {
  border-bottom-color: #333;
  padding-bottom: 1px;
}

@media screen and (min-width: 601px) {
	header nav > ul > li .dropmenu {
		position: absolute;
		z-index:100;
		width: 300px;
		height: 1px;
		bottom: -25px;
		right: -50px;
		text-align: center;
		background: #3d3d3d;
		padding: 15px 10px 0;
		opacity: 0;
		transition:all 0.3s ease-out 0s;
	}
	header nav > ul > li:hover .dropmenu {
		height: 25px;
		bottom: -55px;
		padding: 15px 10px 0;
		opacity: 1;
	}
	header nav > ul > li .dropmenu::after {
		content: "";
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 10px solid #3d3d3d;
		border-left: 8px solid transparent;
		top: -18px;
		right: 90px;
	}
	header nav > ul > li .dropmenu span {
		display: inline-block;
		margin: 0 10px;
	}
	header nav > ul > li .dropmenu span br {
		display: none;
	}
	header nav > ul > li .dropmenu span a {
		color: #fff !important;
		display: none;
	}
	header nav > ul > li:hover .dropmenu span a {
		display: block;
	}
	header nav > ul > li .dropmenu span a:hover {
		border-bottom-color: #fff !important;
	}
}

header #sns {
  float: right;
}
header #sns ul {
  border-left: 1px solid #fff;
  padding: 0 17px;
  width: 117px;
}
header #sns ul:after {
  clear: both;
  display: block;
  content: '';
}
header #sns ul li {
  float: left;
  line-height: 0;
  padding: 22px 9px 21px;
}
header #sns ul li img{
  min-width: 20px;
}
header .shopping {
  display: none;
}
header #headBottom {
  clear: both;
  width: 100%;
  background-color: #efefef;
  line-height: 38px;
  position: absolute;
  top: 64px;
  text-align: center;
  font-style: normal;
}
header #headBottom h1 {
  color: #222;
  font-size: 14px;
  font-family:"Renner*",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}
header #headBottom .shop_link {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
header #headBottom #bottom2 {
  width: 100%;
  line-height: 1;
  background-color: #888888;
  font-style: italic;
  padding: 11px 0;
}
header #headBottom #bottom2 ul {
  text-align: center;
  letter-spacing: -.4em;
}
header #headBottom #bottom2 ul li {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  position: relative;
  margin: 0 7px;
}
header #headBottom #bottom2 ul li a {
  display: block;
  color: #FFF;
}
header #headBottom #bottom2 ul li a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  background-color: #FFF;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header #headBottom #bottom2 ul li a.active:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
header #headBottom #bottom2 ul li a:hover {
  text-decoration: none;
}
header #headBottom #bottom2 ul li a:hover:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* footer
------------------------------------------------------------*/
footer {
  clear: both;
  display: block;
  content: '';
  background-color: #fff;
  color: #222;
    font-family:"Renner*",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 10;
}
footer:after {
  clear: both;
  display: block;
  content: '';
}
footer address {
  padding: 20px 40px;
  float: left;
  font-size: 10px;
  line-height: 1;
}
footer nav {
  float: right;
  padding: 20px;
}
footer nav #fMenu {
  display: none;
}
footer nav ul li {
  color: #222;
  float: left;
  font-size: 8px;
  margin-left: 5px;
  line-height: 1;
}
footer nav ul li:after {
  content: '\002f';
  margin-left: 5px;
}
footer nav ul li:last-child:after {
  display: none;
}
footer nav ul li a {
  color: #222;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
}
footer nav ul li a:hover {
  border-bottom-color: #222;
  text-decoration: none;
}

/* container
------------------------------------------------------------*/
#container {
  padding-top: 64px;
  position: relative;
  background-color: #FFF;
}
#container #contents {
  padding: 17px 20px;
  position: relative;
}

/* container top
------------------------------------------------------------*/
#homeIcon {
  display: none;
}
#container.top {
  min-height: 660px;
  background-color: #111;
}
#container.top #area1 {
  height: 60%;
}
#container.top #area1:after {
  clear: both;
  display: block;
  content: '';
}
#container.top #area1 a {
  color: #eeeeee;
}
#container.top #area1 .picts {
  color: #eeeee;
  position: relative;
  
  height: 100%;
  overflow: hidden;
}

.pic7{width: 50%;}
.pic3{width: 50%;}

#container.top #area1 .picts:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.9s;
  -moz-transition: opacity 0.9s;
  -ms-transition: opacity 0.9s;
  -o-transition: opacity 0.9s;
  transition: opacity 0.9s;
  z-index: 2;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
}
#container.top #area1 .picts .img {
  position: relative;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}
#container.top #area1 .picts .img div {
  position: relative;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
#container.top #area1 .picts .textArea {
	width: 321px;
	position: absolute;
	z-index: 3;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	right: 28px;
	/*top: 250px;*/
	top: 230px;
	margin-top: -102px;
	padding-top: 26px;
	font-family:"Renner*",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.1em;
}
#container.top #area1 .picts .textArea h2 {
  font-family:"Renner*",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
-webkit-font-smoothing: antialiased;
  font-style: normal;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  padding: 0 6px 5px;
}
#container.top #area1 .picts .textArea .p1 {
  font-family:"Renner*",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
 -webkit-font-smoothing: antialiased;
  font-size:0.8em;
  padding: 0 6px 12px;
}
#container.top #area1 .picts .textArea .p2 {
  font-size: 11px;
  padding: 0 6px 26px;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0);
}
#container.top #area1 .picts .textArea .link {
 font-family:"Renner*",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 26px 6px;
  display: block;
  position: relative;
}
#container.top #area1 .picts .textArea .link:after {
  display: block;
  content: url("../img/arrow-r.png");
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -6.5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#container.top #area1 .picts .textArea .link:before {
  display: block;
  content: url("../img/arrow-r-w.png");
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  margin-top: -6.5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
}
#container.top #area1 .picts .textArea .link:hover {
  text-decoration: none;
  color: #FFF;
}
#container.top #area1 .picts .textArea .link:hover:after {
  right: 2px;
}
#container.top #area1 .picts .textArea .link:hover:before {
  right: 2px;
}
#container.top #area1 .picts.pict1 {
  float: left;
}
#container.top #area1 .picts.pict1 .img {
  background-image: url("../img/pict-top1/1.jpg");
}

#container.top #area1 .picts.pict1 .textArea {
  right: auto;
  left: 45px;
  color:#fff;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}


/*ここから変更

#container.top #area1 .picts.pict1 .textArea h2 {
	font-size:3.2em;
	letter-spacing:2px;
	margin-top:-12px;
}


#container.top #area1 .picts.pict1 .textArea p.p1 {
	font-size:1.2em;
	letter-spacing:1px;
}

ここまで変更*/


#container.top #area1 .picts.pict2 {
  float: right;
}
#container.top #area1 .picts.pict2 .img {
  background-image: url("../img/pict-top2/1.jpg");
  background-position: center center;
}
#container.top #area1 .picts.pict2 .textArea {
	/*width:400px;*/
	width:500px;
	left: auto;
	left: 45px;
	color: #222;
	border-top: 0px solid rgba(255, 255, 255, 0.2);
	border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}

#container.top #area1 .picts.pict2 .textArea .p2{
  color:#222;
  border-color:rgba(255, 255, 255, 0.0);
}

#container.top #area1 .picts:hover:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
#container.top #area1 .picts:hover .img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#container.top #area1 .picts:hover .textArea {
  color: #EEE;

}
#container.top #area1 .picts:hover .textArea .p2 {
  color: #EEE;

}
#container.top #area1 .picts:hover .textArea .link {
  color: #EEE;
}
#container.top #area1 .picts:hover .textArea .link:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
}
#container.top #area1 .picts:hover .textArea .link:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
#container.top #area2 {
  height: 40%;
}
#container.top #area2:after {
  clear: both;
  display: block;
  content: '';
}
#container.top #area2 .picts {
  color: #eeeeee;
  position: relative;
  height: 100%;
  overflow: hidden;
}
#container.top #area2 .picts:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.9s;
  -moz-transition: opacity 0.9s;
  -ms-transition: opacity 0.9s;
  -o-transition: opacity 0.9s;
  transition: opacity 0.9s;
  z-index: 2;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
}
#container.top #area2 .picts .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}
#container.top #area2 .picts .textArea {
  width: 220px;
  position: absolute;
  z-index: 3;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 0px solid rgba(255, 255, 255, 0.2);
  left: 44px;
  top: 50%;
  margin-top: -102px;
  padding-top: 66px;
  font-family:"Renner*",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  color:#222;
  	letter-spacing:0.08em;
}
#container.top #area2 .picts .textArea h3 {
  font-family:"Renner*",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  padding: 0 6px 5px;
}
#container.top #area2 .picts .textArea .p1 {
 font-family:"Renner*",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  padding: 0 6px 12px;
  font-size:0.8em;
}
#container.top #area2 .picts .textArea .p2 {
  font-size: 11px;
  padding: 0 6px 26px;
  line-height: 1;
  border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}
#container.top #area2 .picts .textArea .link {
  font-family:"Renner*",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 26px 6px;
  display: block;
  position: relative;
}
#container.top #area2 .picts.pict3 .textArea .link:after {
  display: block;
  content: url("../img/arrow-r.png");
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -6.5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#container.top #area2 .picts.pict4 .textArea .link:after {
  display: block;
  content: url("../img/arrow-r-w.png");
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -6.5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

}

#container.top #area2 .picts.pict3 .textArea .link:before {
  display: block;
  content: url("../img/arrow-r-w.png");
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -6.5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  
  
}

#container.top #area2 .picts.pict4 .textArea .link:before {
  display: block;
  content: url("../img/arrow-r-w.png");
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -6.5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
}

#container.top #area2 .picts .textArea .link:hover {
  text-decoration: none;
  color: #FFF;
}
#container.top #area2 .picts .textArea .link:hover:before {
  right: 2px;
}
#container.top #area2 .picts.pict3 {
  float: left;
  width: 45%;
}
#container.top #area2 .picts.pict3 .img {
  background-image: url("../img/pict-top3/1.jpg");
}
#container.top #area2 .picts.pict3 .textArea {
	width:360px;
  color: #222;
    border-top: 0px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}
#container.top #area2 .picts.pict3 .textArea .p2 {
  border-bottom-color: rgba(0, 0, 0, 0.0);
}
#container.top #area2 .picts.pict3 .textArea a {
  color: #222;
}


#container.top #area2 .picts.pict4 {
  float: left;
  width: 30%;
}
#container.top #area2 .picts.pict4 .img {
  background-image: url("../img/pict-top4/1x.jpg");	
}
#container.top #area2 .picts.pict4 .textArea {
	width: 215px;
	right: auto;
	left: 33px;
	border-top: 0px solid rgba(0, 0, 0, 0.3);
	border-bottom: 0px solid rgba(0, 0, 0, 0.3);
	color: #222;
}
#container.top #area2 .picts.pict4 .textArea .p2 {
	border:none;

}
#container.top #area2 .picts.pict4 .textArea a {
  color: #eee;
}

#container.top #area2 .picts.pict4 .textArea .link:after {
  display: none;
}
#container.top #area2 .picts.pict4 .textArea .link:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
#container.top #area2 .picts:hover:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
#container.top #area2 .picts:hover .img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#container.top #area2 .picts:hover .textArea {
  color: #EEE;
  border-color: #EEE;
}

#container.top #area2 .picts.pict4:hover .textArea {
  color: #EEE;
  border-color: #EEE;
  border:none;
}

#container.top #area2 .picts:hover .textArea .p2 {
  border-color: #EEE;
}
#container.top #area2 .picts:hover .textArea a {
  color: #EEE;
}
#container.top #area2 .picts:hover .textArea .link {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#container.top #area2 .picts:hover .textArea .link:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
}
#container.top #area2 .picts:hover .textArea .link:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
#container.top #area2 .linkArea {
  float: left;
  width: 25%;
  height: 100%;
  font-weight:normal;
  
}
#container.top #area2 .linkArea .links {
  width: 100%;
  height: 50%;
  position: relative;
  overflow: hidden;
  
}
#container.top #area2 .linkArea .links:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.9s;
  -moz-transition: opacity 0.9s;
  -ms-transition: opacity 0.9s;
  -o-transition: opacity 0.9s;
  transition: opacity 0.9s;
  z-index: 2;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  
}
#container.top #area2 .linkArea .links.link1 {
	
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(0, #fff));
  background: -webkit-linear-gradient(#fff, white);
  background: -moz-linear-gradient(#fff, white);
  background: -o-linear-gradient(#fff, white);
  background: -ms-linear-gradient(#fff, white);
  background: linear-gradient(#fff, white);
}


#container.top #area2 .linkArea .links.link1 :hover {
	color:#FFF;
}

/*
#container.top #area2 .linkArea .links.link2 {
  background: #ababab; 
}*/

#container.top #area2 .linkArea .links.link2 {
  background: #666; 
}

#container.top #area2 .linkArea .links .textArea {
  width: 180px;
  position: absolute;
  z-index: 3;
  left: 24px;
  top: 50%;
  margin-top: -46px;
  font-family:"Renner*",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333;
}


#container.top #area2 .linkArea .links .textArea h4 {
  font-family:"Renner*",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 8px;
}
#container.top #area2 .linkArea .links .textArea .p1 {
  font-family:"Renner*",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
  line-height: 1;
  font-size:0.8em;
}
#container.top #area2 .linkArea .links .textArea .link {
  font-family:"Renner*",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  padding: 19px 0px 0;
  display: block;
  position: relative;
  font-size:0.8em;
}
#container.top #area2 .linkArea .links .textArea .link:before {
  display: block;
  content: url("../img/arrow-r-w.png");
  position: absolute;
  right: 6px;
  top: 16px;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -ms-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}
#container.top #area2 .linkArea .links .textArea .link:hover {
  text-decoration: none;
  color: #FFF;
}
#container.top #area2 .linkArea .links .textArea .link:hover:before {
  right: 2px;
}
#container.top #area2 .linkArea .links:hover:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

/*retina*/
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #container.top #area1 .picts .textArea .link a:after {
    content: url("../img/arrow-r@2x.png");
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  #container.top #area1 .picts .textArea .link a:before {
    content: url("../img/arrow-r-w@2x.png");
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  #container.top #area2 .picts .textArea .link a:after {
    content: url("../img/arrow-r@2x.png");
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  #container.top #area2 .picts .textArea .link a:before {
    content: url("../img/arrow-r-w@2x.png");
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  #container.top #area2 .linkArea .links .textArea .link a:before {
    content: url("../img/arrow-r-w@2x.png");
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
/*tablet*/
@media screen and (min-width: 601px) and (max-width: 1000px) {
  /* header
  ------------------------------------------------------------*/
  header #headBg {
    display: block;
    position: fixed;
    top: 57px;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 100%;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  header #logo {
    float: left;
    padding: 20px 10px 0 20px;
  }
  header #logo img{
    min-width: 0;
  }
  header #menu {
    display: block;
    position: relative;
    float: right;
    padding: 20px;
    line-height: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header #menu.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header #hRight {
    float: inherit;
    position: absolute;
    width: 300px;
    right: -300px;
    background-color: #ddd;
    top: 57px;
    z-index: 6;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
    overflow: scroll;
  }
  header.open #headBg {
    left: 0;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  header.open #hRight {
    right: 0;
	top:57px;
  }
  header nav {
    float: inherit;
  }
  header nav ul {
    border-left: none;
    padding: 20px 50px 0;
  }
  header nav ul li {
    float: inherit;
    line-height: 1;
    padding: 15px 16px;
  }
  header nav ul li a {
    padding-bottom: 1px;
  }
  header #sns {
    float: inherit;
  }
  header #sns ul {
    text-align: center;
    border-left: none;
    width: auto;
  }
  header #sns ul li {
    float: inherit;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  header .shopping {
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }
  header #headBottom {
    top: 55px;
  }

  /* footer
  ------------------------------------------------------------*/
  footer address {
    padding: 20px 0px 0px 10px;
  }
  footer nav {
    float: right;
    padding: 20px 10px;
  }
  footer nav ul li {
    color: #222;
    float: left;
    font-size: 8px;
    margin-left: 4px;
    line-height: 1;
  }
  footer nav ul li:after {
    content: '\002f';
    margin-left: 4px;
  }
  footer nav ul li:last-child:after {
    display: none;
  }
  footer nav ul li a {
    color: #222;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
  }
  footer nav ul li a:hover {
    border-bottom-color: #DDD;
    text-decoration: none;
  }

  /* container
  ------------------------------------------------------------*/
  #container {
    padding-top: 53px;
  }

  /* container top
  ------------------------------------------------------------*/
  #container.top #area1 .picts .textArea {
    width: 170px;
    padding-top: 20px;
  }
  #container.top #area1 .picts .textArea h2 {
    font-size: 19px;
  }
  #container.top #area1 .picts .textArea .p1 {
    padding: 0 6px 10px;
    font-size: 12px;
  }
  #container.top #area1 .picts .textArea .p2 {
    padding: 0 6px 20px;
  }
  #container.top #area1 .picts .textArea .link {
    font-family:"Renner*",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  #container.top #area1 .picts .textArea .link a {
    padding: 20px 6px;
  }
  #container.top #area2 .picts .textArea {
    width: 160px;
	  top:170px;
    left: 20px;
    padding-top: 20px;
  }
  #container.top #area2 .picts .textArea h3 {
    font-size: 13px;
  }
  #container.top #area2 .picts .textArea .p1 {
    padding: 0 6px 10px;
    font-size: 12px;
  }
  #container.top #area2 .picts .textArea .p2 {
    padding: 0 6px 20px;
  }
  #container.top #area2 .picts .textArea .link a {
    padding: 20px 6px;
  }
  #container.top #area2 .picts.pict4 .textArea {
    left: 20px;
  }
  #container.top #area2 .linkArea {
    width: 25%;
  }
  #container.top #area2 .linkArea .links .textArea {
    width: 160px;
    left: 20px;
  }
  #container.top #area2 .linkArea .links .textArea h4 {
    font-size: 17px;
	padding-top:8px;
    padding-bottom: 6px;
  }
  #container.top #area2 .linkArea .links .textArea .p1 {
    padding-bottom: 12px;
	font-size:0.8em;
	font-weight:normal;
  }
  #container.top #area2 .linkArea .links .textArea .link a {
    padding: 12px 0px;
  }
}




























/*sp*/
@media screen and (max-width: 600px) {
  /* header
  ------------------------------------------------------------*/
 header #headBg {
    display: block;
    position: fixed;
    top: 45px;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 100%;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  header #logo {
    float: left;
    padding: 15px 10px 0 20px;
    width: 90px;
  }
  header #logo img{
    min-width: 0;
  }
  header #menu {
    display: block;
    position: relative;
    float: right;
    padding: 15px;
    line-height: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 20px;
  }
  header #menu.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header #hRight {
    float: inherit;
    position: absolute;
    padding-bottom: 60px;
    width: 200px;
    right: -200px;
    background-color: #ddd;
    top: 45px;
    z-index: 6;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
    overflow: scroll;
  }
  header.open #headBg {
    left: 0;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  header.open #hRight {
    right: 0;
  }
  header nav {
    float: inherit;
  }
  header nav ul {
    border-left: none;
    padding: 20px 24px 0;
  }
  header nav ul li {
    float: inherit;
    line-height: 1;
    padding: 10px 16px;
  }
  header nav ul li a {
    padding-bottom: 1px;
  }
	
	
	header nav > ul li:nth-of-type(8) {
		padding-top:15px;
		color: #999;
	}
	header nav > ul > li .dropmenu {
		padding: 3px 0;
	}
	header nav > ul > li .dropmenu span {
		display: block;
		padding: 6px 0;
		line-height: 1.4;
	}
	header nav > ul > li .dropmenu span a {
	}
	header nav > ul > li .dropmenu span a:hover {
	}
	
	
  header #sns {
    float: inherit;
  }
  header #sns ul {
    text-align: center;
    border-left: none;
		padding-left:30px;
  }
  header #sns ul li {
    /*float: inherit;*/
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
	  float: left;
		line-height: 0;
		padding: 22px 5px 21px;
  }
  header #sns ul li img{
    min-width: 0;
  }
  header .shopping {
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }
  header #headBottom {
    line-height: 22px;
    top: 45px;
  }
  header #headBottom h1 {
    font-size: 11px;
  }
  header #headBottom .shop_link {
    display: none;
  }

  /* footer
  ------------------------------------------------------------*/
  footer {
    position: relative;
  }
  footer address {
    padding: 20px 0px 0;
    float: inherit;
    text-align: center;
  }
  footer nav {
    float: inherit;
    padding: 0;
  }
  footer nav #fMenu {
    display: block;
    position: relative;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer nav #fMenu.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  footer nav ul {
    display: none;
  }
  footer nav ul li {
    float: inherit;
    margin-left: 0;
  }
  footer nav ul li:after {
    display: none;
  }
  footer nav ul li a {
    color: #222;
    display: block;
    text-align: center;
    padding: 15px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: none;
  }
  footer nav ul li a:hover {
    background-color: #ddd;
  }
  footer nav ul li:nth-child(1) {
    background: rgba(0, 0, 0, 0.1);
  }
  footer nav ul li:nth-child(2) {
    background: rgba(0, 0, 0, 0.15);
  }
  footer nav ul li:nth-child(3) {
    background: rgba(0, 0, 0, 0.2);
  }
  footer nav ul li:nth-child(4) {
    background: rgba(0, 0, 0, 0.25);
  }
  footer nav ul li:nth-child(5) {
    background: rgba(0, 0, 0, 0.3);
  }
  footer nav ul li:nth-child(6) {
    background: rgba(0, 0, 0, 0.35);
  }
  footer nav ul li:nth-child(7) {
    background: rgba(0, 0, 0, 0.4);
  }
  footer nav ul li:nth-child(8) {
    background: rgba(0, 0, 0, 0.45);
  }

  /* container
  ------------------------------------------------------------*/
  #container {
    padding-top: 45px;
  }

  /* container top
  ------------------------------------------------------------*/
  #homeIcon {
    display: block;
    width: 300px;
    background-color: #FFF;
    position: fixed;
    left: 50%;
    margin-left: -150px;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-border-radius: 8px 8px 8px 8px;
    -o-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    z-index: 12;
    bottom: -130px;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: bottom 1s;
    -moz-transition: bottom 1s;
    -ms-transition: bottom 1s;
    -o-transition: bottom 1s;
    transition: bottom 1s;
  }
  #homeIcon:after {
    clear: both;
    display: block;
    content: '';
  }
  #homeIcon:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #FFF transparent transparent transparent;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -8px;
  }
  #homeIcon.active {
    bottom: 10px;
  }
  #homeIcon .img {
    width: 72px;
    float: left;
  }
  #homeIcon .img img {
    -moz-border-radius: 12px 12px 12px 12px;
    -o-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
  }
  #homeIcon .text {
    float: right;
    width: 190px;
    padding-right: 10px;
    font-size: 12px;
  }
  #homeIcon .close {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px;
    width: 15px;
  }
  #container.top #area1 .picts {
    width: 100%;
    height: 210px;
    overflow: hidden;
  }
  #container.top #area1 .picts .img {
    background-position: center top;
  }
  #container.top #area1 .picts .textArea {
    width: auto;
    border: none;
      left: 45px;
    top: 70px;
    padding-top: 0px;
    margin-top: 0;
  }
  #container.top #area1 .picts .textArea h2 {
	  font-size: 14px;
	  letter-spacing:1px;
    padding: 10px 0 8px;
  }
  
#container.top #area1 .picts.pict1 .img {
	  
	  background-image: url("../img/pict-top1/1.jpg");

    background-position: center center;
  }
  
  #container.top #area1 .picts .textArea .p1 {
    padding: 0 0px 12px;
  }
  #container.top #area1 .picts .textArea .p2 {
    padding: 0;
    border-bottom: none;
	display:none;
  }
  #container.top #area1 .picts .textArea .link {
    display: none;
  }
  #container.top #area1 .picts.pict1 {
    float: inherit;
  }
  
     #container.top #area1 .picts.pict1 .textArea {
    left: 26px;
    color: #fff;
	border:none;
  } 
  
  .img1{ padding-top:90px;}
  
  #container.top #area1 .picts.pict2 {
	  
    float: inherit;
  }
  #container.top #area1 .picts.pict2 .img {
	  
	  background-image: url("../img/pict-top2/1.jpg");

    background-position: center center;
  }
  #container.top #area1 .picts.pict2 .textArea {
    left: 26px;
    color: #222;
	border:none;
  }
  #container.top #area2 {
    height: auto;
  }
  #container.top #area2 .picts {
    height: 210px;
  }
  #container.top #area2 .picts .textArea {
	  
    width: auto;
    border: none;
    left: 45px;
    top: 70px;
    padding-top: 0px;
    margin-top: 0;
  }
  #container.top #area2 .picts .textArea h3 {
    padding: 10px 0px 5px;
	font-size:14px;
  }
  #container.top #area2 .picts .textArea .p1 {
    padding: 0 0px 8px;
  }
  #container.top #area2 .picts .textArea .p2 {
    padding: 0;
    border-bottom: none;
	display:none;
  }
  #container.top #area2 .picts .textArea .link {
    display: none;
  }
  #container.top #area2 .picts.pict3 {
    float: inherit;
    width: 100%;
  }
  
  #container.top #area2 .picts.pict3 .textArea {
	  border:none;
	  left: 26px;
}

  #container.top #area2 .picts.pict3 .img {
    background-position: center center;
  }
  #container.top #area2 .picts.pict4 {
    float: inherit;
    width: 100%;
  }
  #container.top #area2 .picts.pict4 .img {
  background-image: url("../img/pict-top4/1x.jpg");
    background-position: center center;
  }
  #container.top #area2 .picts.pict4 .textArea {
    left: 26px;
	border:none;
  }
  #container.top #area2 .linkArea {
    float: inherit;
    width: 100%;
  }
  #container.top #area2 .linkArea:after {
    clear: both;
    display: block;
    content: '';
  }
  #container.top #area2 .linkArea .links {
    width: 50%;
    height: 90px;
  }
  #container.top #area2 .linkArea .links.link1 {
    float: left;
  }
  #container.top #area2 .linkArea .links.link2 {
    float: right;
  }
  #container.top #area2 .linkArea .links .textArea {
    width: auto;
    width: 100%;
    text-align: center;
    left: 0px;
    top: 30px;
    margin-top: 0;
  }
  #container.top #area2 .linkArea .links .textArea h4 {
    font-size: 15px;
    padding-bottom: 4px;
  }
  #container.top #area2 .linkArea .links .textArea .p1 {
    border-bottom: none;
    padding-bottom: 0px;
    font-size: 10px;
	
  }
  #container.top #area2 .linkArea .links .textArea .link {
    display: none;
  }
}



@media screen and (min-width: 601px) and (max-width: 1024px) {
	
	#container.top #area1 {
  height: 720px;
}
	
	
#container.top #area1 .picts {
    width: 100%;
    height: 360px;
    overflow: hidden;
  }
  #container.top #area1 .picts .img {
    background-position: center top;
  }
  #container.top #area1 .picts .textArea {
    width: auto;
    border: none;
      left: 85px;
    top: 150px;

  }
  #container.top #area1 .picts .textArea h2 {
	  font-size: 16px;
	  letter-spacing:1px;
    padding: 10px 0 8px;
  }
  
#container.top #area1 .picts.pict1 .img {
	  
	  background-image: url("../img/pict-top1/1.jpg");

    background-position: center center;
  }
  
  #container.top #area1 .picts .textArea .p1 {
    padding: 0 0px 12px;
  }
  #container.top #area1 .picts .textArea .p2 {
    padding: 0;
    border-bottom: none;
	display:none;
  }
  #container.top #area1 .picts .textArea .link {
    display: none;
  }
  #container.top #area1 .picts.pict1 {
    float: inherit;
  }
  
     #container.top #area1 .picts.pict1 .textArea {
    left: 26px;
    color: #fff;
	border:none;
		 padding-top: 0px;
	  margin-top: 0px;
  } 
  
  .img1{ padding-top:90px;}
  
  #container.top #area1 .picts.pict2 {
	  
    float: inherit;
  }
  #container.top #area1 .picts.pict2 .img {
	  
	  background-image: url("../img/pict-top2/1.jpg");

    background-position: center center;
  }
  #container.top #area1 .picts.pict2 .textArea {
    left: 26px;
    color: #222;
	border:none;
	  padding-top: 0px;
	  margin-top: 0px;
  }
  #container.top #area2 {
    height: auto;
  }
  #container.top #area2 .picts {
    height: 360px;
  }
  #container.top #area2 .picts .textArea {
	  
    width: auto;
    border: none;
	   padding-top: 0px;
	  margin-top: 0px;
    left: 85px;
    top: 150px;

  }
  #container.top #area2 .picts .textArea h3 {
    padding: 10px 0px 5px;
	font-size:16px;
  }
  #container.top #area2 .picts .textArea .p1 {
    padding: 0 0px 8px;
  }
  #container.top #area2 .picts .textArea .p2 {
    padding: 0;
    border-bottom: none;
	display:none;
  }
  #container.top #area2 .picts .textArea .link {
    display: none;
  }
  #container.top #area2 .picts.pict3 {
    float: inherit;
    width: 100%;
  }
  
  #container.top #area2 .picts.pict3 .textArea {
	  border:none;
	  left: 26px;
}

  #container.top #area2 .picts.pict3 .img {
    background-position: center center;
  }
  #container.top #area2 .picts.pict4 {
    float: inherit;
    width: 100%;
  }
  #container.top #area2 .picts.pict4 .img {
  background-image: url("../img/pict-top4/1x.jpg");
    background-position: center center;
  }
  #container.top #area2 .picts.pict4 .textArea {
    left: 26px;
	border:none;
  }
  #container.top #area2 .linkArea {
    float: inherit;
    width: 100%;
  }
  #container.top #area2 .linkArea:after {
    clear: both;
    display: block;
    content: '';
  }
  #container.top #area2 .linkArea .links {
    width: 50%;
    height: 160px;
  }
  #container.top #area2 .linkArea .links.link1 {
    float: left;
  }
  #container.top #area2 .linkArea .links.link2 {
    float: right;
  }
  #container.top #area2 .linkArea .links .textArea {
    width: auto;
    width: 100%;
    text-align: center;
    left: 0px;
    top: 50px;
    margin-top: 0;
  }
  #container.top #area2 .linkArea .links .textArea h4 {
    font-size: 15px;
    padding-bottom: 4px;
  }
  #container.top #area2 .linkArea .links .textArea .p1 {
    border-bottom: none;
    padding-bottom: 0px;
    font-size: 10px;
	font-weight:lighter;
	
  }
  #container.top #area2 .linkArea .links .textArea .link {
    display: none;
  }


}


/* PC/SP 表示内容切り替え */
@media screen and (min-width: 601px) {
	.spOnly {display:none;}
}

@media screen and (max-width: 600px) {
	.pcOnly {display:none;}
}