@import url(base.css);
a:hover {
  opacity: 1;}

img {
  display: inline-block;}

.pc {
  display: none !important;}

.fit {
  width: 100%;
  height: auto;}
 
html{ scroll-behavior: smooth;scroll-padding-top: 11vw;}

/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
body {
  font-size: 3.6vw;}

#container {
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow-x: hidden;}

.cInner,
.cInner2 {
  display: block;
  clear: both;
  padding: 0 3vw;
  margin: 0 auto;
  text-align: center;
  position: relative;}

#contents {
  margin: 0 auto;
  text-align: center;
  background: #FFF;}

/*-------------------------------------------------
	++ HEAD
-------------------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  height: 11vw;}
.header {
  background: rgba(112, 190, 0, 0.8);
  transition: all 0.5s ease;}
.hidden {
  background: rgba(112, 190, 0, 1);
  transition: all 0.5s ease;} 
#header #logo {
  display: block;
  padding: 1vw;
  float: left;}
#header #logo img {
  display: block;
  height: 8vw;
  width: auto;}

#header #menu .menuBtn {
  position: absolute;
  top: 1.5vw;
  right: 1vw;
  width: 8vw;
  height: 8vw;}
#header #menu .menuBtn img {
  width: 100%;
  height: auto;}
#header #menu .menuContents {
  display: none;
  background: #4b7f00;
  position: fixed;
  top: 11vw;
  right: 0;
  width: 100%;
  text-align: left;}
#header #menu .menuContents ul li {
  display: block;
  line-height: 150%;
  font-size: 4.2vw;
  position: relative;
  border-bottom: 1px solid #70be00;}
#header #menu .menuContents ul li a {
  display: block;
  text-decoration: none;
  padding: 2.5vw 10vw 2.5vw 7vw;
  position: relative;
  color: #FFF;
  font-weight: 500;}
#header #menu .menuContents ul li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5vw;
  width: 2vw;
  height: 2vw;
  margin: -1.5vw 0 0 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);}

/*-------------------------------------------------
	++ MAIN
-------------------------------------------------*/
#main {
  position: relative;}
#main .main img {
  display: block;
  width: 100%;
  height: auto;}
#main .dairiten {
  position: absolute;
  top: 11vw;
  right: 0;
  width: 25%;}
#main .dairiten img {
	width: 100%;}
#main .topName {
  position: absolute;
  top: 28%;
  left: 0;
  width: 100%;}
#main .topName .catch {
  font-size: 7vw;
  font-weight: bold;
  color: #70be00;
  text-shadow    : 
       5px  5px 4px #ffffff,
      -5px  5px 4px #ffffff,
       5px -5px 4px #ffffff,
      -5px -5px 4px #ffffff,
       5px  0px 4px #ffffff,
       0px  5px 4px #ffffff,
      -5px  0px 4px #ffffff,
       0px -5px 4px #ffffff;
  line-height: 1.8em;
  text-align: center;}
#main .topName .catch span {
	font-size: 4vw;
	display: block;
	line-height: 1.3em;}
#main .topName .topList {
  width: 95%;
  color: #ff9c00;
  font-weight: bold;
  border-radius: 5px;
  text-align: left;
  padding: 5px 10px;
  margin: 10% auto 0 auto;
  background: rgba(255, 255, 255, 0.9);}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnGreen {
  width: 60%;
  margin: 5vw auto;
  text-align: center;
  padding: 0 ;}
.btnGreen a {
  display: inline-block;
  width: 100%;
  background-color: #70be00;
  color: #FFF;
  padding: 3vw;
  border-radius: 25px;
  font-size: 4vw;
  font-weight: bold;}
.btnGreen2 {
  margin: 5vw auto;
  text-align: center;
  padding: 0 3vw;}
.btnGreen2 a {
  display: inline-block;
  width: 100%;
  background-color: #70be00;
  color: #FFF;
  padding: 3vw;
  border-radius: 25px;
  font-size: 4.6vw;
  font-weight: bold;}
.btnGreen a:hover,
.btnGreen2 a:hover {
  text-decoration: none;}

/*-------------------------------------------------
	++ COMMON
-------------------------------------------------*/
.secBlock .secBox {
  text-align: left;
  padding-top: 3vw;}
.secBlock .secLeft img,
.secBlock .secRight img {
  display: block;}

/*-------------------------------------------------
	++ TOP
-------------------------------------------------*/
#Meraki {
  padding-bottom: 5vw;
  background-color: #FFF;}
#Meraki h3 {
  font-size: 5.5vw;
  margin-bottom: 5vw;
  color: #70be00;
  font-weight: bold;
  text-align: center;}
.yellowBox {
	background-color: #ffffdf;
	border-radius: 10px;
	padding: 5%;
	font-size: 4vw;
	font-weight: bold;}
.merakiList ul li {
	width:100%;
	margin:3% auto;
	float:left;
	text-align: left;
	padding: 0px;}
.merakiList ul li img {
	text-align: center;
	margin: 0px auto;
	display: block;}
.merakiList ul li h4 {
	font-size:4.5vw;
	line-height: 1.5em;
	color: #70be00;
	font-weight: bold;
	text-align: left;
	margin: 0 auto;
	padding: 0.5em 0 1em 0;}
.merakiList ul li h4 span {
	display: block;
	font-size: 3.6vw;
	font-weight: normal;
	color: #333;}
.merakiList ul li p {
	font-size:3.6vw;}

#feature {
  padding-bottom: 5vw;
  background-color: #f2f2f2;}
#feature h3 {
  font-size: 5.5vw;
  margin-bottom: 5vw;
  color: #70be00;
  font-weight: bold;
  text-align: center;}
.featureList ul li {
	width:100%;
	margin:3% auto;
	float:left;
	text-align: left;
	padding: 0px;}
.featureList ul li img {
	width: 40%;
	text-align: center;
	margin: 0px auto 5% auto;
	display: block;}
.featureList ul li h4 {
	font-size:5vw;
	line-height: 1.5em;
	color: #70be00;
	text-align: center;
	margin: 0 auto;}
.featureList ul li p {
	font-size:3.6vw;}

.listDisc {
	margin:0px;}
.listDisc li {
	color: #FFFFFF;
	text-align: left;
	line-height: 1.8em;
	list-style-type:none;
	padding: 0 0 0 1.0em;
	text-indent: -1.0em;}

.youtubeBox {
	width:100%;
	margin: 3% auto;}
.youtube {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    margin: 0px 0px;}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;}

.imgC {
	text-align: center;
	margin: 3% auto;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
  background-color: #70be00;
  color: #FFF;
  font-size: 3.5vw;
  padding: 3vw 0;
  margin-top: 3vw;}
#footer .copy {
  margin: 0px;}
#footer .copy a {
  color: #FFF;}

#pageTop {
    position: fixed;
    bottom: 5vw;
    right: 5vw;
    width: 14vw;
    height: 14vw;}
.spCover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9996;}