@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  color: #756c67;
  margin: 0;
  font-family: YuGothic, "Yu Gothic M", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  max-width: 2000px;
  min-width: 1000px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1rem;
}

.hira {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.w100 {
  font-weight: 100;
}

.w200 {
  font-weight: 200;
}

.w300 {
  font-weight: 300;
}

.w400 {
  font-weight: 400;
}

.w500 {
  font-weight: 500;
}

.w700 {
  font-weight: 700;
}

.w900 {
  font-weight: 900;
}

p {
  margin: 0;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  color: #474747;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #7a7a7a;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  transition: all .3s;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-weight: normal;
}

#wrapper {
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  color: #756c67;
  font-family: YuGothic, "Yu Gothic M", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  max-width: 2000px;
  min-width: 1000px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1rem;
}

.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#fv {
  background: url("../../img/pc/basic/fvbg.jpg") center 0 no-repeat;
  height: 816px;
}
#fv.ab {
  background: url("../../img/pc/basic/fvbg02.jpg") center 0 no-repeat;
}
#fv .logo {
  position: absolute;
  width: 182px;
  top: 32px;
  right: 7px;
}
#fv h1 {
  position: absolute;
  font-weight: normal;
  font-size: 50px;
  line-height: 1.1em;
  top: 260px;
  left: 210px;
}
#fv h1.ab {
  font-size: 34px;
  top: 240px;
  left: 160px;
  text-align: right;
}
#fv h1 strong {
  font-weight: normal;
  color: #393;
}
#fv h1.ab p{
  font-size: 46px;
  position: static;
  padding-top: 25px;
}
#fv h1 span {
  font-size: 42px;
}
#fv h1.ab span {
  font-size: 38px;
  border: 1px solid #756c67;
  padding: 3px 7px;
  display: inline-block;
  margin-left: 10px;
}
#fv p {
  position: absolute;
  top: 180px;
  right: -10px;
}
#fv .inner {
  height: 705px;
}
#fv h2 {
  color: #FFF;
  text-align: center;
  background: #339933;
  height: 110px;
  line-height: 110px;
  font-size: 34px;
  width: 100%;
  letter-spacing: 2px;
}
#fv h2 span {
  position: relative;
}
#fv h2 span::before {
  content: "※1";
  font-size: 12px;
  line-height: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  position: absolute;
  top: -5px;
  right: 0;
  display: block;
}
#fv h2 span::after {
  content: url("../../img/pc/basic/tablet.png");
  display: block;
  position: absolute;
  right: -50px;
  top: -6px;
}

.note {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  color: #8e8e8e;
}
.note ul {
  padding-left: 50px;
}
.note li {
  padding-left: 3em;
}
.note li:nth-child(1)::before {
  content: "※1";
  margin-left: -3em;
  margin-right: 1.2em;
}
.note li:nth-child(2)::before {
  content: "※2";
  margin-left: -3em;
  margin-right: 1.2em;
}

#cvArea01 {
  background: url("../../img/pc/basic/bg01.jpg") center 0 no-repeat;
}

.cvArea {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 45px;
  border: 13px solid #a0c850;
  position: relative;
  color: #534741;
  background: #FFF;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.cvArea h3 {
  background: #a0c850;
  color: #FFF;
  font-size: 36px;
  padding: 0 0 0 370px;
  height: 64px;
  line-height: 50px;
  letter-spacing: 2px;
}
.cvArea .item {
  position: absolute;
  top: 0;
  left: 30px;
}
.cvArea .item span {
  position: absolute;
  bottom: 35px;
  left: 54px;
  font-size: 20px;
}
.cvArea .detail {
  position: absolute;
  top: 106px;
  left: 357px;
}
.cvArea .detail::after {
  content: url("../../img/pc/basic/400ug.png");
  top: -86px;
  right: -60px;
  position: absolute;
}
.cvArea .name {
  font-size: 56px;
  line-height: 56px;
  vertical-align: middle;
  color: #339933;
  margin-bottom: 28px;
}
.cvArea .name img {
  width: 193px;
  height: 36px;
  display: inline-block;
  vertical-align: 5px;
  margin-right: 12px;
}
.cvArea .deliver {
  margin: 18px 0 0;
  border-top: 1px solid #808080;
  padding: 14px 0 0;
  width: 580px;
}
.cvArea .deliver p {
  font-size: 25px;
  white-space: nowrap;
  margin-bottom: 15px;
}
.cvArea .deliver em {
  font-style: normal;
  font-size: 80%;
}
.cvArea .deliver span {
  font-size: 50%;
}
.cvArea .deliver ul {
  color: #FFF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 580px;
}
.cvArea .deliver li {
  font-size: 37px;
  height: 64px;
  line-height: 64px;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cvArea .deliver li:first-child {
  background: #339933;
  width: 340px;
  position: relative;
}
.cvArea .deliver li:first-child::after {
  content: "※1";
  color: #FFF;
  font-size: 12px;
  display: block;
  position: absolute;
  top: -12px;
  right: .8em;
}
.cvArea .deliver li:last-child {
  background: #aa5256;
  width: 220px;
}
.cvArea .fact {
  margin-top: 417px;
}
.cvArea .fact ul {
  letter-spacing: -.4em;
  text-align: center;
}
.cvArea .fact li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.cvArea .fact li:last-child {
  padding-top: 28px;
  margin-left: 16px;
}
.cvArea .fact li:nth-child(1), .cvArea .fact li:nth-child(2), .cvArea .fact li:nth-child(3) {
  margin-right: -4px;
}
.cvArea .btn {
  text-align: center;
  margin-bottom: 57px;
}
.cvArea .txt {
  width: 895px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
}

.cancel {
  padding: 44px 0 20px;
}
.cancel .inner {
  padding: 0 40px 0 50px;
}
.cancel img {
  float: left;
  margin-right: 18px;
}
.cancel .txt01 {
  margin-bottom: 32px;
}

.cta{
    position: relative;
    text-align: center;
}
.btn_cart{position: absolute;}

.btn_cart.set2{
	width: 86%;
    top: 54.5%;
	right: -1.5%;
}
.btn_cart.tanpin{
    text-align: center;
	width: 86%;
    top: 47%;
	right: 7%;
}

#awards01 {
  background: url("../../img/pc/basic/bg02.jpg") center 0 no-repeat;
  height: 341px;
}
#awards01 ul {
  letter-spacing: -.4em;
  text-align: center;
  padding: 29px 0 0;
  margin-bottom: 20px;
}
#awards01 li {
  display: inline-block;
  margin: 0 10px;
}
#awards01 p {
  color: #FFF;
  width: 1000px;
  margin: 0 auto;
  padding-left: 95px;
}

#awards02 {
  background: url("../../img/pc/basic/bg_monde.png") no-repeat;
  background-size: 100% 100%;
  padding: 30px 0;
}
#awards02 .awards02Inner {
  background: #fff;
  border-radius: 10px 10px;
  width: 900px;
  padding: 20px 20px;
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
}
#awards02 .awards02Inner li {
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
}
#awards02 .awards02Inner li:last-child {
  width: 330px;
}
#awards02 p { 
  font-weight: bold;
  font-size: 1.3em;
  display: inline;
}
#awards02 p span{
  color: #e36d73;
}

#exp {
  background: #fffaf6 url("../../img/pc/basic/bg03.jpg") center 0 no-repeat;
  padding: 120px 0 60px;
}
#exp h2 {
  letter-spacing: 6px;
  text-align: center;
  color: #a7a7a7;
  margin-bottom: 120px;
  font-size: 41px;
}
#exp h2 span {
  position: relative;
}
#exp h2 span::before, #exp h2 span::after {
  position: absolute;
}
#exp h2 span::before {
  content: url("../../img/pc/basic/v_before.png");
  top: 0;
  left: -130px;
}
#exp h2 span::after {
  content: url("../../img/pc/basic/v_after.png");
  top: 0;
  right: -130px;
}
#exp .txt_note {
  width: 900px;
  margin: 0 auto;
  padding-top: 10px;
}
#exp .image {
  width: 1000px;
  margin: 0 auto 120px;
  padding: 0 0 0 40px;
  font-size: 18px;
  position: relative;
}
#exp .image::after {
  content: url("../../img/pc/basic/voice_image01.png");
  position: absolute;
  top: -55px;
  right: -167px;
  z-index: 1;
}
#exp .image img {
  position: relative;
  z-index: 2;
}
#exp .image p {
  margin: 10px 0 10px 10px;
  position: relative;
  z-index: 2;
}
#exp .image span {
  font-size: 14px;
  text-align: right;
  display: block;
  width: 300px;
  margin-left: 10px;
  position: relative;
  letter-spacing: 1px;
  z-index: 2;
}
#exp .image span::before {
  content: "";
  height: 1px;
  width: 156px;
  background: #d5cdca;
  display: block;
  top: 50%;
  position: absolute;
}
#exp .inner {
  background: #FFF url("../../img/pc/basic/interview.png") 30px 70px no-repeat;
  width: 900px;
  padding: 28px 0 110px;
  position: relative;
  z-index: 5;
}
#exp .inner::before {
  content: url("../../img/pc/basic/leaf01.png");
  position: absolute;
  top: -49px;
  right: -42px;
}
#exp .inner::after {
  content: url("../../img/pc/basic/leaf03.png");
  position: absolute;
  bottom: 18px;
  right: -18px;
}
#exp .block {
  margin: 0 0 0 80px;
  color: #756c67;
}
#exp .block img {
  float: left;
  margin-right: 40px;
}
#exp .block .txt {
  float: left;
}
#exp .block span {
  display: inline-block;
  text-align: center;
  width: 105px;
  height: 29px;
  color: #c8c8c8;
  background: #f5f5f5;
  letter-spacing: 2px;
  margin-bottom: 22px;
}
#exp .block h3 {
  letter-spacing: 5px;
  font-size: 28px;
  line-height: 43px;
  margin-bottom: 20px;
}
#exp .block p {
  font-size: 18px;
  line-height: 32px;
  width: 420px;
}
#exp .block01 .txt {
  padding: 45px 0 0;
}
#exp .support {
  background: url("../../img/pc/basic/support_bg.png") right 0 no-repeat;
  height: 462px;
  margin: 72px 0 80px;
  padding: 73px 0 0;
  position: relative;
}
#exp .support h4 {
  margin: 0 0 30px 110px;
  color: #FFF;
  width: 453px;
  height: 40px;
  line-height: 40px;
  font-size: 19px;
  letter-spacing: 3px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  background: #b1bb86;
}
#exp .support h4 i {
  font-style: normal;
  font-size: 50%;
  position: relative;
  display: inline-block;
  top: -10px;
}
#exp .support h4::before {
  content: url("../../img/pc/basic/leaf02.png");
  position: absolute;
  top: -50px;
  left: -30px;
}
#exp .support p {
  margin: 0 0 22px 127px;
  position: relative;
}
#exp .support span {
  font-size: 18px;
  line-height: 32px;
  display: block;
  margin: 0 0 0 124px;
  width: 440px;
}
#exp .support .tablet {
  position: absolute;
  top: 267px;
  left: 408px;
}
#exp .block02 img {
  margin-top: 27px;
}

#recommend {
  background: url("../../img/pc/basic/bg04.jpg") center 0 no-repeat;
  text-align: center;
  padding: 180px 0 127px;
  position: relative;
  z-index: 2;
}
#recommend::after {
  content: url("../../img/pc/basic/recommend_arw.png");
  position: absolute;
  bottom: -76px;
  left: 50%;
  margin-left: -128px;
}
#recommend h2 {
  letter-spacing: 4px;
  font-size: 36px;
  margin-bottom: 20px;
}
#recommend h2 span {
  position: relative;
}
#recommend h2 span::before {
  content: url("../../img/pc/basic/recommend_before.png");
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -79px;
}
#recommend h3 {
  color: #5cad5c;
  letter-spacing: 4px;
  margin-bottom: 65px;
  font-size: 24px;
}
#recommend ul {
  letter-spacing: -.4em;
}
#recommend li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0 5px;
}

#no1 {
  background: url("../../img/pc/basic/bg05.jpg") center 0 no-repeat;
  height: 1400px;
  position: relative;
  z-index: 1;
  padding: 165px 0 0;
}

#no1 .balloon {
  margin: 0 30px 0 174px;
}
#no1 h2 {
  font-weight: bold;
  font-size: 35px;
  line-height: 54px;
  letter-spacing: 4px;
  color: #1e1e14;
  margin: 30px 0 0 100px;
  text-align: center;
  display: block;
  width: 450px;
}
#no1 ul {
  letter-spacing: -.4em;
  margin: 20px 0 30px 60px;
}
#no1 li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 130px;
}
#no1 li img {
  width: 100%;
}
#no1 .txt {
  margin: 0 0 0 50px;
  text-indent: -2em;
}
#no1 .forest {
  background: url("../../img/pc/basic/no1_bg.png") 0 0 no-repeat;
  width: 1000px;
  height: 500px;
  margin: 125px auto 0;
  position: relative;
  text-align: center;
  padding: 49px 0;
}
#no1 .forest p {
  margin-bottom: 3px;
}

#nutri .other {
  color: #FFF;
  text-align: center;
  font-size: 35px;
  letter-spacing: 4px;
  background: url("../../img/pc/basic/bg07.jpg") center 0 no-repeat;
  height: 150px;
  line-height: 150px;
  position: relative;
}
#nutri .other::after {
  content: url("../../img/pc/basic/sankaku.png");
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -45px;
  display: block;
  width: 90px;
  height: 30px;
}
#nutri .need {
  background: url("../../img/pc/basic/bg10.jpg") center 0 no-repeat;
  height: 300px;
  text-align: center;
  color: #FFF;
  padding: 120px 0 0;
}
#nutri .need p {
  font-size: 25px;
  line-height: 1em;
  letter-spacing: 5px;
}
#nutri .need span {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}
#nutri .need span::after {
  content: url("../../img/pc/basic/txt_100per_img.png");
  position: absolute;
  right: -118px;
  top: -10px;
}
#nutri .need span img {
  vertical-align: -5px;
  margin-right: 5px;
}

#folic {
  background: url("../../img/pc/basic/bg06.jpg") center 0 no-repeat;
  height: 900px;
  text-align: center;
  padding: 228px 0 0;
}
#folic h4 {
  font-size: 27px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
#folic h2 {
  font-size: 170px;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 10px;
}
#folic h2 span {
  position: relative;
}
#folic h2 span::before {
  content: url("../../img/pc/basic/400ug_1.png");
  position: absolute;
  top: 86px;
  left: -150px;
}
#folic h3 {
  font-size: 36px;
  line-height: 57px;
  margin-bottom: 22px;
  letter-spacing: 4px;
}
#folic p {
  font-size: 18px;
  line-height: 34px;
}

#chart {
  background: #e3dedb url("../../img/pc/basic/bg08.jpg") center bottom no-repeat;
  padding: 80px 0 75px;
}
#chart .inner {
  background: url("../../img/pc/basic/chart.png") 0 0 no-repeat;
  width: 1001px;
  height: 1381px;
  text-align: center;
  padding: 110px;
  margin-bottom: 40px;
}
#chart h2 {
  color: #a28d80;
  font-size: 33px;
}
#chart h3 {
  font-weight: bold;
  font-size: 30px;
  margin: 40px 0 24px;
}
#chart h3 span {
  border-bottom: 1px solid #534741;
}
#chart h4 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
}
#chart h4 img {
  vertical-align: -10px;
  margin: 0 8px;
}
#chart h4::after {
  content: "※自社調べ";
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  right: 6em;
  bottom: -2em;
}
#chart .txt {
  text-align: center;
  font-size: 31px;
  line-height: 1em;
}
#chart .txt p {
  margin-bottom: 25px;
}

#allIn {
  background: url("../../img/pc/basic/bg09.jpg") center 0 no-repeat;
  height: 600px;
  text-align: center;
  padding: 50px 0 0;
}
#allIn .inner {
  text-align: left;
  padding-left: 50px;
}
#allIn h3 {
  font-size: 30px;
  position: relative;
  letter-spacing: 4px;
  margin-top: 50px;
}
#allIn h3 .logo {
  position: absolute;
  top: 19px;
  left: 0;
}
#allIn h3 .bln {
  vertical-align: -30px;
}
#allIn .logo {
  width: 190px;
}
#allIn .txt {
  width: 550px;
  margin-top: 25px;
}

#fine {
  background: url("../../img/pc/basic/bg11.jpg") center 0 no-repeat;
  text-align: center;
}
#fine .txt {
  height: 586px;
  width: 1000px;
  margin: 0 auto;
  padding: 213px 0 0 496px;
  position: relative;
  text-align: left;
  letter-spacing: 5px;
}
#fine .txt::before {
  content: url("../../img/pc/basic/genki_image01.png");
  position: absolute;
  top: 0;
  left: -230px;
  z-index: 1;
}
#fine .txt p {
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
#fine .txt h3 {
  font-size: 32px;
  line-height: 47px;
  position: relative;
  z-index: 2;
}
#fine .image {
  padding: 166px 0 187px;
  position: relative;
}
#fine .image .img {
  position: absolute;
  top: 72px;
  left: 50%;
  margin-left: -542px;
}

#reason .lead {
  background: url("../../img/pc/basic/bg12.jpg") center 0 no-repeat;
  height: 1304px;
  text-align: center;
  padding: 150px 0 0;
}
#reason .lead h2 {
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 13px;
  margin-bottom: 150px;
}
#reason .lead h2 span {
  text-indent: 13px;
  display: block;
}
#reason .lead h2 img {
  display: block;
  margin: 0 auto 25px;
  width: 259px;
}
#reason .lead .inner {
  width: 1050px;
}
#reason .lead ul {
  text-align: center;
  width: 1050px;
  margin: 0 0 0 -12px;
  position: relative;
}
#reason .lead ul::after {
  content: url("../../img/pc/basic/item03.png");
  position: absolute;
  top: -490px;
  right: -380px;
  z-index: 1;
}
#reason .lead li {
  display: inline-block;
  background: #FFF;
  width: 317px;
  height: 351px;
  padding: 57px 0 0;
  margin: 0 14px 22px;
  vertical-align: top;
  position: relative;
  z-index: 2;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 5px rgba(96, 56, 19, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(96, 56, 19, 0.3);
  box-shadow: 0 0 5px rgba(96, 56, 19, 0.3);
}
#reason .lead li i {
  font-style: normal;
  font-size: 50%;
  vertical-align: 50%;
  display: inline-block;
  position: relative;
  top: 7px;
}
#reason .lead li:nth-child(3) {
  background: rgba(255, 255, 255, 0.95);
}
#reason .lead li:nth-child(4) p {
  margin: 55px 0 30px;
}
#reason .lead li:last-child p {
  margin: 20px 0;
}
#reason .lead li p {
  margin: 35px 0 22px;
  font-size: 24px;
  line-height: 34px;
}
#reason .lead li em {
  display: table-cell;
  vertical-align: middle;
  height: 85px;
  width: 317px;
}
#reason .contents {
  background: url("../../img/pc/basic/bg13.jpg") center 0 no-repeat, url("../../img/pc/basic/bg14.jpg") center bottom no-repeat;
  padding: 174px 0 145px;
}
#reason .block {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#reason .block em {
  display: block;
  margin-bottom: 25px;
}
#reason .block h3 {
  letter-spacing: 5px;
  position: relative;
  font-size: 32px;
  line-height: 49px;
}
#reason .block h3 span {
  position: relative;
  display: inline-block;
}
#reason .block ul {
  letter-spacing: -.4em;
  margin-top: 10px;
}
#reason .block li {
  letter-spacing: normal;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #339933;
  background: #e4f4e7;
  margin-right: 7px;
  padding: 0 1em;
  font-size: 19px;
}
#reason .block .txt {
  font-size: 22px;
  line-height: 39px;
  letter-spacing: 4px;
}
#reason .block .txt strong {
  font-weight: normal;
  background: #f8f2ac;
}
#reason .block .txt i {
  font-style: normal;
  font-size: 11px;
  vertical-align: 10px;
}
#reason .block01 {
  padding: 0 0 0 50px;
  margin-bottom: 204px;
}
#reason .block01 .image {
  position: absolute;
  top: -248px;
  right: -135px;
}
#reason .block01 h3 span::after {
  content: "※";
  font-size: 11px;
  position: absolute;
  top: 30px;
  right: 115px;
}
#reason .block01 ul {
  margin-bottom: 50px;
}
#reason .block01 .txt {
  margin-bottom: 30px;
}
#reason .block02 {
  padding: 0 0 0 445px;
  margin-bottom: 86px;
  min-height: 478px;
}
#reason .block02 .image {
  position: absolute;
  top: -17px;
  left: -434px;
}
#reason .block02 h3 {
  margin-bottom: 20px;
}
#reason .block02 .txt {
  margin-bottom: 30px;
}
#reason .block03 {
  padding: 273px 0 0 50px;
  margin-bottom: 78px;
  height: 690px;
}
#reason .block03 .image {
  position: absolute;
  top: 0;
  right: -330px;
}
#reason .block03 h3 span::after {
  content: "※";
  font-size: 11px;
  position: absolute;
  top: 30px;
  right: 115px;
}
#reason .block03 ul {
  margin-bottom: 50px;
}
#reason .block03 li:first-child {
  padding: 0 1.4em;
}
#reason .block03 .txt {
  margin-bottom: 30px;
}
#reason .block04 {
  text-align: center;
  margin-bottom: 134px;
}
#reason .block04 h3 {
  margin-bottom: 20px;
}
#reason .block04 .txt {
  margin-bottom: 30px;
}
#reason .block05 {
  padding: 98px 0 0 445px;
  min-height: 478px;
}
#reason .block05 .image {
  position: absolute;
  top: 0;
  left: -500px;
}
#reason .block05 h3 {
  margin-bottom: 20px;
}
#reason .block05 ul {
  margin-bottom: 30px;
}
#reason .block05 li {
  padding: 0 1.7em;
}
#reason .block05 .txt {
  margin-bottom: 30px;
}

#good h2 {
  background: url("../../img/pc/basic/bg20.jpg") center 0 no-repeat;
  height: 200px;
  text-align: center;
  color: #FFF;
  letter-spacing: 5px;
  position: relative;
  padding-top: 107px;
  font-size: 34px;
}
#good h2::before {
  content: url("../../img/pc/basic/good_tablet.png");
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -45px;
}

#good01 {
  background: #dcdcdc;
  height: 550px;
  padding: 95px 0 0;
  position: relative;
}
#good01::after {
  content: url(../../img/pc/basic/70_arw.png);
  position: absolute;
  bottom: -75px;
  left: 50%;
  margin-left: -127px;
}
#good01 ul {
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
#good01 li {
  background: #FFF url(../../img/pc/basic/70_ico.png) 17px center no-repeat;
  width: 480px;
  height: 65px;
  line-height: 65px;
  color: #1e1e14;
  font-size: 23px;
  padding: 0 0 0 70px;
  margin-bottom: 20px;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
#good01 .img {
  position: absolute;
  top: 0;
  right: 0;
}

#good02 {
  background: url("../../img/pc/basic/bg15.jpg") center 0 no-repeat;
  height: 699px;
  padding: 148px 0 0;
}
#good02 .logo {
  width: 216px;
  display: block;
  margin: 0 auto 30px;
}
#good02 h3 {
  text-align: center;
  margin-bottom: 64px;
}
#good02 .image {
  position: absolute;
  top: 0;
  left: 22px;
}
#good02 .txt {
  font-size: 18px;
  line-height: 32px;
  white-space: nowrap;
  margin-bottom: 15px;
}
#good02 .txt h4 {
  letter-spacing: 4px;
  font-size: 26px;
  margin-bottom: 10px;
}
#good02 .use {
  background: rgba(255, 255, 255, 0.8);
  width: 400px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  padding: 20px 20px 20px 0;
}
#good02 .use span {
  display: block;
  font-size: 26px;
  letter-spacing: 4px;
  margin-bottom: 7px;
}
#good02 .inner {
  width: 650px;
  margin: 0 auto;
  padding-left: 250px;
}

#voice {
  padding: 112px 0 160px;
  background: url("../../img/pc/basic/bg16.jpg") center 0 no-repeat;
}
#voice h2 {
  text-align: center;
  font-size: 50px;
  letter-spacing: 5px;
}
#voice h2 span {
  display: inline-block;
  position: relative;
}
#voice h2 span::before {
  content: url("../../img/pc/basic/rev_before.png");
  position: absolute;
  top: 6px;
  left: -110px;
}
#voice h2 span::after {
  content: url("../../img/pc/basic/rev_after.png");
  position: absolute;
  top: 6px;
  right: -110px;
}
#voice h2 span i {
  font-style: normal;
  font-size: 16px;
  display: block;
  position: absolute;
  right: -16px;
  bottom: 14px;
  letter-spacing: 0;
}
#voice h2 em {
  font-style: normal;
  display: block;
  font-size: 26px;
}
#voice .title {
  text-align: center;
  margin: 30px 0 115px;
}
#voice ul {
  width: 1000px;
  margin: 0 auto;
}
#voice li div {
  float: left;
  position: relative;
}
#voice li .img {
  z-index: 2;
}
#voice li .txt {
  font-size: 18px;
  line-height: 32px;
}
#voice li:first-child {
  margin: 0 0 72px 52px;
}
#voice li:first-child .txt {
  background: url("../../img/pc/basic/rev_bg01.png") 0 0 no-repeat;
  width: 561px;
  height: 409px;
  margin: 66px 0 0 -35px;
  padding: 80px 40px 0 80px;
}
#voice li:first-child .txt::after {
  content: url("../../img/pc/basic/rev_leaf01.png");
  position: absolute;
  right: -22px;
  bottom: -30px;
}
#voice li:first-child h3 {
  margin: 0 0 26px 2px;
}
#voice li:nth-child(2) {
  position: relative;
  height: 912px;
}
#voice li:nth-child(2) .txt {
  background: url("../../img/pc/basic/rev_bg02.png") 0 0 no-repeat;
  width: 561px;
  height: 409px;
  padding: 100px 70px 0 88px;
}
#voice li:nth-child(2) .txt::after {
  content: url("../../img/pc/basic/rev_leaf02.png");
  position: absolute;
  left: -60px;
  bottom: -40px;
}
#voice li:nth-child(2) h3 {
  margin: 0 0 26px 2px;
}
#voice li:nth-child(2) .img {
  margin: 104px 0 0 -40px;
}
#voice li span {
  position: absolute;
  top: 730px;
  left: 660px;
  display: block;
}
#voice li .graph {
  position: absolute;
  top: 513px;
  left: 194px;
  z-index: 3;
}

#award02 {
  background: url("../../img/pc/basic/bg17.jpg") center 0 no-repeat;
  height: 740px;
  overflow-y: hidden;
}
#award02 .inner {
  width: 820px;
  height: 820px;
  margin: -40px auto 0;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding: 160px 0 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#award02 h3 {
  letter-spacing: 4px;
  font-size: 24px;
  margin-bottom: 14px;
}
#award02 h4 {
  color: #00ae42;
  font-size: 25px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 30px;
}
#award02 .logo {
  width: 226px;
  margin-right: 12px;
}
#award02 h2 {
  font-size: 100px;
  color: #e36d73;
  margin: 23px 0 34px;
}
#award02 .txt {
  color: #808080;
  width: 500px;
  margin: 0 auto;
  text-align: left;
}

#alo01 {
  background: url("../../img/pc/basic/bg18.jpg") center 0 no-repeat;
  height: 1360px;
  padding: 115px 0 0;
}
#alo01 h2 {
  letter-spacing: 5px;
  font-size: 38px;
  line-height: 60px;
  margin: 0 0 50px 50px;
}
#alo01 p {
  margin-left: 53px;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 16px;
}

#alo02 {
  background: url("../../img/pc/basic/bg19.jpg") center 0 no-repeat;
  height: 899px;
  padding: 138px 0 0;
}
#alo02 .inner {
  padding-left: 50px;
}

#cvArea02 {
  background: url("../../img/pc/basic/bg21.jpg") center 0 no-repeat;
}
#cvArea02 h2 {
  text-align: center;
  color: #FFF;
  background: url("../../img/pc/basic/bg20.jpg") center 0 no-repeat;
  height: 200px;
  font-size: 32px;
  line-height: 200px;
  letter-spacing: 5px;
}
#cvArea02 .four {
  text-align: center;
  font-size: 32px;
  letter-spacing: 5px;
  margin-bottom: 90px;
}
#cvArea02 .four span {
  display: inline-block;
  position: relative;
}
#cvArea02 .four span::before {
  content: url("../../img/pc/basic/fb.png");
  position: absolute;
  top: -40px;
  left: -89px;
}
#cvArea02 .four span::after {
  content: url("../../img/pc/basic/4a.png");
  position: absolute;
  top: -40px;
  right: -89px;
}

#feature {
  width: 1000px;
  margin: 0 auto 167px;
  padding: 75px 0 0;
}
#feature dl {
  margin-left: 280px;
}
#feature dt {
  padding: 20px 0 28px 190px;
  margin-bottom: 44px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#feature dt:nth-of-type(1) {
  background: rgba(255, 255, 255, 0.9) url("../../img/pc/basic/01_g.png") 60px center no-repeat;
}
#feature dt:nth-of-type(1) p {
  position: relative;
}
#feature dt:nth-of-type(1) p::after {
  content: "※";
  font-size: 11px;
  position: absolute;
  top: 2.5em;
}
#feature dt:nth-of-type(2) {
  background: rgba(255, 255, 255, 0.9) url("../../img/pc/basic/02_g.png") 60px center no-repeat;
}
#feature dt:nth-of-type(2) li {
  background: url("../../img/pc/basic/li_gry.png") 0 0 repeat;
  color: #808080;
}
#feature dt:nth-of-type(3) {
  background: rgba(255, 255, 255, 0.9) url("../../img/pc/basic/03_g.png") 60px center no-repeat;
}
#feature dt:nth-of-type(4) {
  background: rgba(255, 255, 255, 0.9) url("../../img/pc/basic/04_g.png") 60px center no-repeat;
}
#feature dt:nth-of-type(5) {
  background: rgba(255, 255, 255, 0.9) url("../../img/pc/basic/05_g.png") 60px center no-repeat;
  margin-bottom: 15px;
}
#feature dt p {
  font-size: 32px;
  letter-spacing: 4px;
}
#feature dt span {
  display: block;
  font-size: 26px;
  margin-bottom: 11px;
}
#feature dt ul {
  letter-spacing: -.4em;
  margin-bottom: 16px;
}
#feature dt li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 6px;
  padding: 0 1.3em;
  font-size: 19px;
  height: 40px;
  line-height: 40px;
  color: #339933;
  background: url("../../img/pc/basic/li_grn.png") 0 0 repeat;
}
#feature .txt {
  margin-left: 280px;
  color: #808080;
}

#warranty {
  background: #faf8f6;
  padding: 90px 0 100px;
}
#warranty h3 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 65px;
  letter-spacing: 5px;
}
#warranty h3 span {
  position: relative;
}
#warranty h3 span::before {
  content: url("../../img/pc/basic/cancel_before.png");
  position: absolute;
  top: -20px;
  left: -74px;
}
#warranty h3 span::after {
  content: url("../../img/pc/basic/cancel_after.png");
  position: absolute;
  top: -20px;
  right: -74px;
}
#warranty .inner {
  padding: 0 70px 0 95px;
  font-size: 18px;
  line-height: 30px;
}

#subscription {
  background: #e3dedb;
  padding: 80px 0 150px;
}
#subscription h3 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 44px;
  letter-spacing: 5px;
}
#subscription h3 span {
  position: relative;
}
#subscription h3 span::before {
  content: url("../../img/pc/basic/truck.png");
  position: absolute;
  top: 10px;
  left: -74px;
}
#subscription .inner {
  padding: 0 70px 0 95px;
}

/*-------------------------------------------
 footer
-----------------------------------------------*/

.footer-link {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.footer-link li{
  font-size: .95rem;
  margin-bottom: .3em;
  color: #523b1b;
}
#copy {
  text-align: center;
  font-size: .85em;
  color: #fff;
  box-sizing: border-box;
  background-color: #1b9b28;
  padding: .85em;
  margin-bottom: .5em;
  line-height: 4.6em;
}

@media screen and (min-width:750px){
.footer-link {
    display:flex;
	justify-content: center;
	margin: 0.5em 0 0 0;
  } 
.footer-link li{
    font-size: 0.8rem;
    margin-bottom: 2.5em;
    padding: 0 0.9rem;
  } 
#copy {
  font-size: 1em;
  padding:0;
}
}

