@charset "utf-8";
/* CSS Document */

/*------------------------------
           Basic
-------------------------------*/

*{
  margin: 0;
  padding: 0;
}
body {
  color: #434343;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
min-width: 1000px;
}
p {
  margin: 0;
}
input, textarea,{
  margin: 0;
  padding: 0;
}
ol, ul{
  list-style:none;
  padding-left: 0;
}
table{
  border-collapse: collapse;
  border-spacing:0;
}
a:focus {
  outline:none;
}
a {
  color: #434343;
  text-decoration: none;
}
a:hover{
text-decoration: none;
opacity: 0.9;
}
a:visited {
  color: #434343;
}
a img{
  -webkit-transition: opacity .25s;
     -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;
       -o-transition: opacity .25s;
          transition: opacity .25s;
  opacity: 1;
  }
  a:hover img{
  -webkit-transition: opacity .25s;
     -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;
       -o-transition: opacity .25s;
          transition: opacity .25s;
  opacity: 0.9;
}
img {
  max-width:100%;
  height: auto;
  vertical-align: bottom;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#wrapper {
  max-width: 2000px;
  margin: 0 auto;
}
.cInner_w1000{
  width:1000px;
  margin:0 auto;
}
.hidden {
  display: none;
}
/*********************************
              lpWrap
*********************************/
.lpWrap {
  z-index: 9;
  margin-bottom: 0;
  overflow: hidden;
  min-width: 1000px;
}
.lpWrapInner {
  width: 200%;
  margin: 0 -50%;
  text-align: center;
  position: relative;
}


/*footer*/
#footer {
  padding: 40px 0 0 0;
  background: #eeeeee;
}

/*母なる海の塩石けん*/
.aboutProduct {
  margin-bottom: 70px;
}
.aboutProductTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
}

/*フッターナビ*/
ul.fNav {
  text-align: center;
}
li.fNav__unit {
  display: inline-block;
}
li.fNav__unit a {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: bolder;
}
li.fNav__unit:nth-of-type(n+2):before {
  content: "|";
  vertical-align: middle;
  line-height: 1;
  margin: 0 5px;
  font-weight: normal;
}
.copyright {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  background: #0069b9;
  color: #ffffff;
  padding: 18px 0;
  margin-top: 40px;
}


.lpVideo {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
    top: 201px;
    max-width: 1000px;
}

.lpVideo video {
    width: 815px;
}

iframe#egg_form {
  height: 1000px;
}

.lpBtnWrap {
  max-width: 750px;
  margin: auto;
  position: absolute;
  bottom: 27%;
  left: 0;
  right: 0;
}
