html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size:14px;
	letter-spacing:0.1em;
	color:#333333;
	font-weight: 500;
}
@media only screen and (max-width: 767px) {
body {
	font-size:14px;
	font-weight: 500;
}
}
#wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
p {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: middle;
}
/* 固定ボタン ページトップ */
#page-topImg {
	position: fixed;
	bottom: 5%;
	right: 10px;
	width: 50px;
	text-align:right;
	vertical-align:bottom;
	z-index: 999;
}

/* メインメニュー */
/*
.nav-area {
	margin: 0;
	padding: 0;
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background: #FFF;
	border-bottom: 5px solid #37a4d7;
	z-index: 101;
}
.sp-nav {
	display: flex;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1140px;
}
.sp-nav li {
	position: relative;
	margin: 0;
	padding: 0;
	width: 16.6%;
	height: 40px;
	list-style: none;
	text-align: center;
}
.sp-nav li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #232323;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
	transition:all 0.3s ease;
}
.sp-nav li a:hover {
	background: #ccebf8;
}
.sp-nav .current-page {
	background: #ccebf8;
}
*/
/* ハンバーガーメニュー */
.nav-area {
	display: none;
}
@media only screen and (max-width: 999px) {
.nav-area {
	display: block;
	position: relative;
	border-bottom: none;
}
.sp-nav {
  position:fixed;
  top:0;
  left:0;
  background-color:#F0F0F0;
  width: 100%;
  height:100vh;
  overflow:scroll;
  margin: 0 auto;
  padding: 0;
  padding-top:70px;
  display: flex;
  flex-direction:column;
  text-align:left;
  z-index: 200;
  display: none;
}
.sp-nav li {
  list-style: none;
  width:100%;
  height: 60px;
  z-index:200;
  text-align: center;
}
.sp-nav li:first-child {
  border-top:1px solid #FFFFFF;
}
.sp-nav li a {
  display: block;
  width: 100%;
  height: 60px;
  color: #4D4D4D;
  font-size: 14px;
  line-height: 60px;
  text-decoration: none;
  border-bottom:1px solid #FFFFFF;
  box-sizing: border-box;
}
/*
.sp-nav > li:hover > a {
  background: #F9F9F9;
  border-bottom: 1px solid #eee;
}
*/
.sp-nav li ul {
  width: 100%;
  display: none;
/*  position: absolute;*/
  background-color:#FFF;
  z-index:200;
}
.sp-nav li ul li {
  width: 100%;
  z-index:200;
}
.sp-nav > li li:hover > a {/*layer-2*/
  width: 100%;
  background: #F9F9F9;
}
.sp-nav li ul li a {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
	line-height: 1.3em;
	padding-top: 20px;
}
.sp-nav li ul li a:last-child {
/*  border-bottom: 1px solid #eee;*/
}

.sp-nav .menu-item-has-children {
	background-image: url("images/submenu-arrow.svg");
	background-position: 15px 25px;
	background-repeat: no-repeat;
	background-size: 10px;
}

/* 三本線 */
.sp-bar {
	position: fixed;
	top: 10px;
	right: 10px;
	padding: 10px;
	width: 30px;
	height: 30px;
/*	background-color: #F0F0F0;*/
/*	border-radius: 5px;*/
	z-index: 300;
}
.sp-bar-label {
	display: block;
	position: absolute;
	bottom: -8px;
	text-align: center;
	font-size: 10px;
	color: #989898;
}
.menu-trigger,
.menu-trigger span {
    display: inline-block !important;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-trigger {
    position: relative;
    width: 30px;
    height: 30px;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
/*    border-radius: 4px;*/
}
.menu-trigger span:nth-of-type(1) {
    top: 0;
}
.menu-trigger span:nth-of-type(2) {
    top: 13px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}


/*click後のスタイル*/
.menu-trigger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
}

}


.fix-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 23%;
	height: 100vh;
	background: #FFF;
	background-image: url("images/fix-bg.svg");
	background-position: -10px -40px;
	background-size: 180px;
	background-repeat: no-repeat;
	z-index: 999 !important;
}
.fix-logo {
	margin: 70px auto 50px auto;
	padding: 0;
	width: 220px;
}
.fix-logo img {
	margin-bottom: 10px;
	width: 150px;
}
.fix-nav {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
.fix-nav li {
	display: inline;
	margin: 5px auto;
	width: 50%;
	list-style: none;
	text-align: center;
	transition:all 0.3s ease;
}
.fix-nav li.active {
	background-color:rgba(0,104,55,0.2);
	border-radius: 5px;
}
.fix-nav li:hover {
	background-color:rgba(0,104,55,0.2);
	border-radius: 5px;
}
.fix-nav li a {
	text-decoration: none;
	color: #333333;
	padding: 5px 0;
}

.fix-btn span {
	position: relative;
	display: block;
	margin: 50px auto 0 auto;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	border: 1px solid #333333;
	border-radius: 50%;
	transition:all 0.3s ease;
}
.fix-btn span:hover {
	background-color: rgba(0,104,55,0.2);
	border-color: rgba(0,104,55,1);
}
.fix-btn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #333333;
}
.fix-sns {
	margin: 20px;
	text-align: center;
}
.fix-sns-icon {
	display: inline;
	padding: 0 10px;
}
.fix-sns-icon img {
	width: 20px;
}
.section {
	margin: 0 !important;
	padding: 0 !important;
	margin-left: 23% !important;
	width: 77%;
	height: 100vh;
}
@media only screen and (max-width: 999px) {
.fix-area {
	display: none;
}
.section {
	margin-left: 0 !important;
	width: 100% !important;
}
}

.eyecatch-area {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
}
.eyecatch {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: auto;
	width: 50%;
	max-width: 510px;
	z-index: 3;
}

.movie-area {
width: 100%;
height: 100vh;
position: relative;
  overflow: hidden;
	z-index: 2;
}
video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 999px) {
html,
body,
.test,
.section,
.eyecatch-area,
.movie-area {
	height: 100%;
}
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
h1 span {
	display: block;
}
h2 {
	margin-top: 60px;
	font-size: 30px;
}
h2 span {
	display: block;
	font-size: 16px;
	font-weight: 500;
}


.pickup-prev-arrow {
	position: absolute;
	width: 1% !important;
	top: 50%;
	left: 2%;
	z-index: 1;
}
.pickup-next-arrow {
	position: absolute;
	width: 1% !important;
	top: 50%;
	right: 2%;
	z-index: 1;
}
.pickup-prev-arrow:hover,
.pickup-next-arrow:hover {
	cursor: pointer;
}
@media (max-width:767px) {
.pickup-prev-arrow,
.pickup-next-arrow {
	width: 2% !important;
}
}
.slick01 {
	margin-top: 0;
	padding-left: 0;
}
.slick01 img {
	width: 100%;
}

.sec02,
.sec03,
.sec04,
.sec05,
.sec06 {
	margin: 3%;
	margin-bottom: 180px;
}
.text span {
	display: block;
	margin: 30px 0 0 0;
	font-size: 120%;
	font-weight: bold;
}

/* モリンガ茶の特徴 */
.box-link {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 50px 0;
	width: 100%;
}
.box-link-item {
	margin: 0 auto;
	padding: 0;
	width: 22%;
	text-align: center;
}
.box-link-item span {
	display: block;
	margin: 10px auto;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border: 1px solid #333333;
	border-radius: 50%;
	transition:all 0.3s ease;
}
.box-link-item span:hover {
	background-color: rgba(0,104,55,0.2);
	border-color: rgba(0,104,55,1);
}
.box-link-item a {
	text-decoration: none;
	color: #333333;
}
@media (max-width:767px) {
.box-link-item {
	margin-bottom: 30px;
	width: 45%;
}
}

/* お客様の声 */
.voice .text {
	margin: 40px 0 0 0;
	padding: 25px;
	background: #FFFFFF;
	border-radius: 5px;
}
.voice .name,
.voice .item {
	display: inline-block;
	margin: 0;
	padding: 0 5px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	background-color: rgba(0,104,55,0.8);
	border-radius: 5px;
}
.voice .title {
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 120%;
	font-weight: bold;
}
@media (max-width:767px) {
.voice .text {
	padding: 7%;
}
}

/* よくある質問 */
.qa .text {
	margin: 40px 0 0 0;
	padding: 25px;
	background: #FFFFFF;
	border-radius: 5px;
}
.qa .question {
	display: block;
	margin: 0;
	padding: 0 0 0 35px;
	font-size: 14px;
	font-weight: bold;
	background-image: url("images/question.svg");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 18px;
}
.qa .answer {
	display: block;
	margin: 10px 0 0 0;
	padding: 0 0 0 35px;
	font-size: 14px;
	font-weight: 500;
	background-image: url("images/answer.svg");
	background-position: left 5px;
	background-repeat: no-repeat;
	background-size: 18px;
}

/* 商品一覧 */
.box-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 0 50px 0;
	width: 100%;
}
.box-list-item {
	margin: 0;
	padding: 0 1.5%;
	width: 22%;
	transition:all 0.3s ease;
}
.box-list-item:hover {
	cursor: pointer;
	background-color: rgba(0,104,55,0.2);
}
.box-list-item img {
	display: block;
	margin: 5px 0 0 0;
	width: 100%;
}
.box-list-item span {
	display: block;
	margin: 10px auto;
}
.box-list-item a {
	text-decoration: none;
	color: #333333;
}
@media (max-width:767px) {
.box-list-item {
	margin-bottom: 30px;
	width: 45%;
}
}

/* 店舗 */
.box-shop {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 50px 0 0 0;
	padding: 0 0 50px 0;
	width: 100%;
}
.box-shop-item {
	margin: 0;
	padding: 0;
}
.box-shop-item span {
	display: block;
	padding: 0 20px;
}
.box-shop-item .img {
	display: block;
	padding: 0 0 20px 20px;
	max-width: 150px;
}
.box-shop-item .sns-icon {
	display: inline;
	padding: 0 0 0 20px;
}
.box-shop-item .sns-icon img {
	margin-top: 20px;
	width: 20px;
}
.map {
	width: 100%;
}
@media (max-width:767px) {
.box-shop-item span {
	padding-left:0;
}
.box-shop-item .img {
	padding-left:0;
}
.box-shop-item .sns-icon {
	padding-left:0;
}
.box-shop-item .sns-icon img {
	margin-right: 10px;
}
.map {
	width: 95%;
}
}

/* お問い合わせ */
.sec07 {
	margin: 0 auto;
	width: 60%;
}
@media (max-width:767px) {
.sec07 {
	width: 90%;
}
}
.sec07 h2 {
	text-align: center;
}
.contact-frame {
	margin: 0 auto;
	width: 100%;
	height: 1250px;
	border: none;
}
.contact-area {
	margin: 30px 0 100px 0;
	padding: 0;
	width: 100%;
}
.contact-margin {
	margin: 0 20px;
}
.contact {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
	padding: 30px 20px;
	max-width: 860px;
	border: 1px solid #CCC;
	border-radius: 5px;
}
.contact-item:nth-child(odd) {
	margin: 0;
	padding: 2%;
	width: 26%;
	font-size: 14px;
}
.contact-item:nth-child(even) {
	margin: 0;
	padding: 2%;
	width: 66%;
}
.contact-item span {
	display: inline-block;
}

.contact-text {
    height: 3em;
    width: 96%;
    padding: 0 2%;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(127, 204, 237) inset;
}
.contact-textarea {
    height: 10em;
    width: 96%;
    padding: 2%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(127, 204, 237) inset;
}
.contact-submit {
    padding: 16px;
    width: 60%;
	max-width: 300px;
	color: #FFFFFF;
	font-size: 16px;
    border-radius: 5px;
    border: none;
	background: #006837;
	text-align: center;
	transition:all 0.3s ease;
	-webkit-appearance: none;
}
.contact-submit:hover {
	background: rgba(0,104,55,0.2);
	cursor: pointer;
}
.msg-area {
	margin: 0 auto;
	margin-top: 20px;
	padding: 5px;
	color: #FFFFFF;
	background: #389365;
}
.msg-area-err {
	margin: 0 auto;
	margin-top: 20px;
	padding: 5px;
	max-width: 500px;
	color: #FFFFFF;
	text-align: center;
	background: #FF0000;
}
.err-msg {
	display: inline-block;
	margin: 5px 0;
	padding: 0 5px;
	color: #FFFFFF;
	background: #FF0000;
	border-radius: 5px;
}
@media only screen and (max-width: 767px) {
.contact-area {
	margin: 0 0 50px 0;
	padding: 0;
	width: 100%;
}
.contact {
	padding: 20px 0;
	border: none;
}
.contact-item:nth-child(odd) {
	padding: 15px 0 5px 0;
	width: 100%;
}
.contact-item:nth-child(even) {
	padding: 0;
	width: 100%;
}
.contact-text {
	font-size: 16px;
}
.contact-textarea {
	font-size: 16px;
}
}

.agree {
	margin: 0 auto;
  padding: 12px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
	width: 100%;
	max-width: 300px;
}

.agree-input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.agree:hover{
  background: rgba(0,0,0,.05) !important;
}

.agree-input:focus + .agree-dummy{
/*  border: dashed 2px #333333;*/
}
.agree-input:checked + .agree-dummy {
  background: #006837;
}
.agree-input:checked + .agree-dummy::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 2px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}
.agree-input:checked + .agree-dummy::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 2px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}
.agree-dummy {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  border: solid 2px transparent;
  background: rgba(0,0,0, .1);
  border-radius: 4px;
}
.agree-label {
  margin-left: 12px;
  display: block;
  font-size: 16px;
  /*font-weight: bold;*/
}
@media only screen and (max-width: 767px) {
.agree {
	max-width: 300px;
}
.agree-label {
  font-size: 14px;
}
}

.submit {
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
	width: 100%;
	text-align: center;
}
.submit span {
	display: block;
	margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
.submit span {
	padding: 0 20px;
}
}
.iframe-margin {
	margin: 0 20px;
}
.iframe {
	margin: 0 auto;
	margin-top: 50px;
	padding: 0;
	width: 100%;
	max-width: 840px;
}
.iframe-privacy {
	margin:0;
	padding:0;
	width:100%;
	height:150px;
	border:none;
}
@media only screen and (max-width: 767px) {
.iframe {
	margin-top: 0;
	margin: 0 auto;
	padding: 0;
	width: auto;
	max-width: 500px;
}
.iframe-privacy {
	margin-top:30px;
}
}

.hissu {
	margin: 0;
	margin-right: 10px;
	padding: 1px 7px;
	color: #FFFFFF;
	font-size: 12px;
	background: #FF7E80;
	border-radius: 5px;
}
.nini {
	margin: 0;
	margin-right: 10px;
	padding: 1px 7px;
	color: #FFFFFF;
	font-size: 12px;
	background: #3A94FF;
	border-radius: 5px;
}

/* 個人情報保護方針 */
.privacyf {
	padding:15px;
	background-color:#FFF;
	font-size:12px;
	color: #232323;
}




small {
	display: block;
	margin: 0;
	padding: 5px 0;
	background: #006837;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}

/* 共通 */
.w60 {
	width: 60%;
}
.w80 {
	width: 80%;
}
@media (max-width:767px) {
#pp-nav.right {
	right: 5px !important;
}
.w80,
.w60 {
	width: 95%;
}
}

.about-frame {
	border: none;
	width: 100%;
	height: 100%;
}

.sub-backbtn {
	width: 100% !important;
	text-align: center !important;
}
.sub-backbtn a {
	display: block;
	margin: 20px 0;
	padding: 3px;
	width: 100px;
	color: #333333;
	text-decoration: none;
/*	border-radius: 15px;
	background-color: #ccebf8;*/
	background-color:rgba(0,104,55,0.2);
	border-radius: 5px;
}
.sub-backbtn a:hover {
	opacity: 0.5;
}



