@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 1.2pt;
	word-break:normal;
	word-wrap : break-word;
	overflow-wrap : break-word;
	font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.sp {
	display: none !important;
}
/*--------hover--------*/
a {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 1;
	color: #333;
	text-decoration: none;
	letter-spacing: 0.6pt;
}
/*--------flexBox--------*/
.flexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*--------header--------*/
header {
	margin: 0 auto;
	padding: 20px 0;
	background: #f0f0f0;
	z-index: 999;
}
header a {
	max-width: 118px;
	margin: 0 auto;
	display: block;
}
nav {
	width: 14%;
	padding-top: 50px;
	box-sizing: border-box;
	background: #fffa00;
}
nav div {
	postion: -webkit-sticky;
  position: sticky;
  top: 20px;
}
nav a {
	width: 85%;
	margin: 0 auto 10px;
	display: block;
}
nav a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
nav ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 1vw;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 5px;
}
nav ul li a {
	width: 85%;
	margin: 0 5%;
	padding: 10px 5% 5px;
	box-sizing: border-box;
	display: inline-block;
	border-bottom: 1px dashed #333;
	position: relative;
}
nav ul li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #53cd42;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
nav ul li a:hover {
	color: #53cd42;
}
nav ul li a:hover::after {
  transform: scale(1, 1);
}
article > div {
	width: 85%;
	padding: 60px 0 0 2.5%;
	box-sizing: border-box;
	overflow-x: hidden;
}
/*--------contents--------*/
#main {
	max-width: 100%;
	height: 100vh;
	padding: 0;
	background: url(../images/main_bg.jpg) center bottom no-repeat;
	background-size: cover;
	border: 10px solid #19bc03;
	box-sizing: border-box;
	position: relative;
}
#main h1 {
	width: 55%;
	min-width: 600px;
	position: absolute;
	top: 6.5%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
#main h1 img {
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
}
article section {
	padding-bottom: 60px;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 30px;
	position: relative;
	padding: 9px 0 7px 42px;
	background: #19bc03;
	margin-left: -33px;
	line-height: 1;
	z-index:-1;
	}
h2:before {
	position: absolute;
	content: '';
	left: -2px;
	top: -2px;
	border: none;
	border-left: solid 40px white;
	border-bottom: solid 79px transparent;
	z-index:-2
}
#intro {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-right: 2.5%;
	padding-bottom: 30px;
}
#item {
	align-items: center;
}
#item h2 {
	color: #19bc03;
	font-size: 30px;
	margin: 0 0 15px;
	padding: 0;
	background: none;
}
#item > p {
	width: 55%;
}
#item div {
	width: 40%;
	margin-right: 2.5%;
}
#buy p img {
	width: 80%;
	margin: 0 0 20px 7.5%;
}
#color ul,
#detail ul,
#coordinate ul {
	margin-right: 2.5%;
}
#color ul li,
#detail ul li {
	width: 30%;
	font-size: 12px;
}
#color ul li img,
#detail ul li img {
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	margin: 0 0 10px;
}
#detail ul li {
	margin-bottom: 30px;
}
#color ul li h3,
#detail ul li h3,
#coordinate ul li h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 8px;
}
#color ul li {
	position: relative;
}
#color ul li p {
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: 0.1pt;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fffa00;
	text-align:center;
	vertical-align: middle;
	position: absolute;
	top: -15px;
	left: -15px;
}
#color ul li h3 {
	margin-bottom: 20px;
	background: -webkit-linear-gradient(transparent 50%, #fffa00 50%);
	background: -o-linear-gradient(transparent 50%, #fffa00 50%);
	background: linear-gradient(transparent 50%, #fffa00 50%);
}
#color ul li h3 span {
	font-size: 13px;
}
#coordinate ul li {
	position: relative;
	width: 100%;
	margin-bottom: 60px;
}
#coordinate ul li:last-child {
	margin: 0;
}
#coordinate ul li h3 {
	background: -webkit-linear-gradient(transparent 50%, #fffa00 50%);
	background: -o-linear-gradient(transparent 50%, #fffa00 50%);
	background: linear-gradient(transparent 50%, #fffa00 50%);
}
#coordinate ul li > p {
	width: 75%;
}
#coordinate ul li:nth-child(2) > p {
	margin-left: 25%;
}
#coordinate ul li div {
	width: 40%;
	background: rgba(255,255,255,1);
	border: 2px solid #19bc03;
	padding: 2.5%;
	box-sizing: border-box;
	position: absolute;
	bottom: -20px;
	right: 0;
}
#coordinate ul li:nth-child(2) div {
	left: 0;
}

/*--------btn--------*/
a.btn {
	font-family: 'Open Sans', sans-serif;
	width: 200px;
	font-size: 12px;
	margin-top: 10px;
	font-weight: 700;
	color: #333;
	text-align: center;
	background: #fff;
	padding: 2px 15px;
	border-radius: 50px;
	border: 2px solid #333;
	box-sizing: border-box;
	display: inline-block;
}
a.btn:hover {
	background: #fffa00;
}
/*--------footer--------*/
footer {
	background: #f0f0f0;
	font-size: 10px;
	text-align: center;
	padding: 15px 0;
}
/*--------pageTop--------*/
.posBtn {
	position: fixed;
	right: 0;
	z-index: 9999;
}
.posBtn a {
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 10px 5px 0;
	border-radius: 10px 0 0 10px / 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px / 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px / 10px 0 0 10px;
	width: 40px;
	height: 40px;
	background: #333;
	font-weight: bold;
	text-align: center;
}
.posBtn a:hover {
	color: #333;
	background: #fffa00;
}
#pageTop {
	bottom: 20px;
}
#buyBtn {
	bottom: 75px;
}

@media screen and (max-width: 768px) {
.pc {
	display: none !important;
}
.sp {
	display: inherit !important;
}
article {
	flex-direction: column-reverse;
}
nav,
article > div {
	width: 100%;
}
nav {
	margin: 0;
	padding: 40px 0;
}
nav a {
	width: 60%;
}
nav ul li {
	font-size: 14px;
}
nav ul li a {
	width: 90%;
}

/*--------contents--------*/
#main {
	height: 350px;
	background-size: 115%;
}
#main h1 {
	width: 85%;
	top: 7.5%;
	min-width: inherit;
}
h2 {
	font-size: 20px;
	margin-left: -25px;
}
#intro {
	font-size: 14px;
}
#item h2 {
	font-size: 28px;
	margin-top: 10px;
}
#item > p,
#item div {
	width: 90%;
	margin: 0 7.5% 0 5%;
}
#color ul,
#detail ul,
#coordinate ul {
	margin: 0 5% 0 2.5%;
}
#color ul li,
#detail ul li {
	width: 47.5%;
}
#coordinate ul li > p {
	width: 90%;
}
#coordinate ul li:nth-child(2) > p {
	margin-left: 10%;
}
#coordinate ul li div {
	width: 80%;
	position: inherit;
	top: -7.5px;
	bottom: 0;
	left: 20%;
}

/*--------btn--------*/
a.btn {
	padding: 5px 15px;
}

/*--------pageTop--------*/
.posBtn a {
	width: 35px;
	height: 35px;
	padding: 6px 4px 1px;
}
#pageTop {
	bottom: 20px;
}
#buyBtn {
	bottom: 65px;
}

}
