
/* =========================================================
  top.css
========================================================= */
/* --------------------------------------------------
  button
-------------------------------------------------- */
.main_visual_btn a {
  display: block;
  color: #1b8358;
  width: 100%;
  box-sizing: border-box;
  font-size: 2.3rem;
  text-align: center;
  border-radius: 27px;
  letter-spacing: .14em;
  margin-top: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.main_visual_btn a:link,
.main_visual_btn a:visited {
  background: #cfef71;
}
.main_visual_btn a:hover {
  background: #015a35;
  color: #fdff46;
}
.resist_btn a {
  font-size: 2.4rem;
  border-radius: 27px;
  display: inline-block;
  letter-spacing: .14em;
  margin-top: 30px;
  padding-top: 13px;
  padding-right: 60px;
  padding-bottom: 13px;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .btn.main_visual_btn a {
    background: #cfef71;
    display: block;
    color: #1b8358;
    width: 100%;
    box-sizing: border-box;
    font-size: 2.3rem;
    text-align: center;
    border-radius: 27px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .btn.resist_btn a {
    background: #1b8358;
    display: block;
    color: #FFF;
    box-sizing: border-box;
    font-size: 2.4rem;
    text-align: center;
    border-radius: 27px;
    display: inline-block;
    letter-spacing: .14em;
    margin-top: 30px;
    padding-top: 13px;
    padding-right: 60px;
    padding-bottom: 13px;
    padding-left: 60px;
  }
}
/* --------------------------------------------------
  main_visual
-------------------------------------------------- */
#main_visual:before {
  content: "";
  display: block;
  width: 100%;
  background: url(../img/common/bg_main_visual.png) repeat-x left top;
  background-repeat: repeat-x;
  height: 650px;
  background-size: auto 580px;
}
/* lead */
#lead {
  position: absolute;
  top: 210px;
  left: 50%;
  background: #1b8358;
  padding: 30px;
  z-index: 100;
  border-radius: 12px;
  -webkit-transform: translateX(82px);
          transform: translateX(82px);
}
#lead:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 49px 85px;
  border-color: transparent transparent #1b8358 transparent;
  position: absolute;
  -webkit-transform: translateX(-115px);
          transform: translateX(-115px);
  bottom: 28px;
}
#lead p {
  color: #FFF;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-indent: 1.14em;
  padding-left: .14em;
  padding-bottom: 16px;
}
.app-banner {
  text-align: center;
}
.app-banner li {
  margin-top: 5px;
}
.app-banner li a:link,
.app-banner li a:visited {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  text-decoration: none;
}
.app-banner li a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: .5;
}
.app-banner li a:hover span {
  border: none;
  padding-bottom: 0;
}
/* smartphone */
#smartphone {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 327px;
  height: 667px;
  background: url(../img/top/smartphone.png) no-repeat center top;
  -webkit-transform: translateX(-288px);
          transform: translateX(-288px);
}
#smartphone ul {
  width: 277px;
  overflow: hidden;
  position: absolute;
  top: 70px;
  left: 25px;

  display: none;
}
/* app_area */
#app_area {
  padding-top: 90px;
  padding-bottom: 45px;
  text-align: center;
}
#app_area h2 {
  font-size: 3.6rem;
  color: #1b8358;
  letter-spacing: .18em;
}
#app_area p {
  font-size: 1.8rem;
  letter-spacing: .14em;
  color: #333;
  margin-top: 10px;
}
.big-banner {
  margin: 20px auto;
  width: 60%;
}
.big-banner img {
  height: auto;
  width: 100%;
}
@media screen and (max-height: 620px) {
  #main_visual:before {
    height: 450px;
    background-size: auto 450px;
  }
  /* lead */
  #lead {
    top: 140px;
    left: 50%;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  #lead:before {
    border-width: 0 0 50px 90px;
    border-color: transparent transparent #1b8358 transparent;
    position: absolute;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    bottom: 20px;
  }
  #lead p {
    font-size: 1.8rem;
    padding-bottom: 12px;
  }
  #lead .main_visual_btn a {
    font-size: 1.8vw;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  /* smartphone */
  #smartphone {
    top: 30px;
    left: 50%;
    width: 240px;
    height: 488px;
    background-size: contain;
    -webkit-transform: translateX(-260px);
            transform: translateX(-260px);
  }
  #smartphone ul {
    width: 204px;
    top: 50px;
    left: 18px;
  }
  #smartphone ul img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #main_visual:before {
    height: 500px;
    background-size: auto 500px;
  }
  /* lead */
  #lead {
    top: 120px;
    left: 50%;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  #lead:before {
    border-width: 0 0 50px 90px;
    border-color: transparent transparent #1b8358 transparent;
    position: absolute;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    bottom: 20px;
  }

  /* smartphone */
  #smartphone {
    top: 30px;
    left: 50%;
    width: 280px;
    height: 570px;
    background-size: contain;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  #smartphone ul {
    width: 238px;
    top: 35px;
    left: 21px;
  }
  #smartphone ul img {
    width: 100%;
  }
  /* app_area */
  #app_area {
    padding-top: 120px;
    padding-bottom: 30px;
  }
  #app_area h2 {
    font-size: 4.6vw;
    letter-spacing: .09em;
    line-height: 1.25;
  }
  #app_area p {
    font-size: 11px;
    font-size: 2.2vw;
    letter-spacing: 0em;
    margin-top: 10px;
  }
  #app_area ul {
    margin-top: 20px;
  }
  #app_area li img {
    width: 180px;
  }
}
@media screen and (max-width: 599px) {
  #main_visual:before {
    height: 330px;
    background-size: auto 330px;
  }
  /* lead */
  #lead {
    top: 50px;
    left: 50%;
    padding: 15px;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  #lead:before {
    border-width: 0 0 30px 40px;
    position: absolute;
    -webkit-transform: translateX(-45px);
            transform: translateX(-45px);
  }
  #lead p {
    font-size: 11px;
    font-size: 3.4375vw;
    line-height: 1.4;
    padding-bottom: 0px;
  }
  #lead .main_visual_btn a {
    font-size: 11px;
    font-size: 3.4375vw;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .app-banner li img {
    height: auto;
    width: 90%;
  }
  /* smartphone */
  #smartphone {
    top: 30px;
    left: 50%;
    width: 169px;
    height: 345px;
    background-size: contain;
    -webkit-transform: translateX(-175px);
            transform: translateX(-175px);
  }
  #smartphone ul {
    width: 147px;
    top: 35px;
    left: 12px;
  }
  /* app_area */
  #app_area {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  #app_area .sp_br {
    display: block;
  }
  #app_area h2 {
    font-size: 21px;
    font-size: 6.5625vw;
    letter-spacing: .09em;
    line-height: 1.2;
  }
  #app_area p {
    font-size: 3.4375vw;
    line-height: 1.2;
  }
  #app_area ul {
    margin-top: 20px;
  }
  #app_area li {
    margin-left: 4px;
    margin-right: 4px;
  }
  #app_area li img {
    width: 140px;
  }
  .big-banner {
    margin: 20px auto;
    width: 90%;
  }
}
/* --------------------------------------------------
  contents
-------------------------------------------------- */
/* -----------------------------------------
  about
----------------------------------------- */
#about {
  background: #f5fbe2;
}
#about section{
  width:100%;
  border-top: 1px solid #FFF;
}

#about section .box{
  width: 900px;
  margin: 0 auto;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about section:nth-child(even) .box{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#about section dl {
  width: 550px;
}
/* title */
#about section dt {
  font-size: 3.2rem;
  letter-spacing: .1em;
  color: #1b8358;
}
#about section dt strong {
  display: inline-block;
  border-bottom: 2px solid #1b8358;
  line-height: 1.2;
}
#about section dt:before {
  font-size: 3rem;
  width: 60px;
  height: 60px;
  background: #1b8358;
  color: #FFF;
  display: inline-block;
  text-align: center;
  line-height: 6rem;
  border-radius: 30px;
  letter-spacing: 0em;
  font-family: 'Mplus 1p';
  font-weight: 600;
  margin-right: 15px;
}
#about section:nth-child(1) dt:before {
  content: "1";
}
#about section:nth-child(2) dt:before {
  content: "2";
}
#about section:nth-child(3) dt:before {
  content: "3";
}
#about section:nth-child(4) dt:before {
  content: "4";
}
/* txt */
#about section dd {
  font-size: 1.6rem;
  padding-top: 18px;
  padding-left: 2rem;
  letter-spacing: 0.07em;
  line-height: 1.75;
  padding-bottom: 20px;
}
/* thumbnail */
#about section .thumbnail {
  width: 300px;
  height: 350px;
  /*background: #FFF;
  border-radius: 150px;*/
  position: relative;
}
#about section .thumbnail img {
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
#record .thumbnail img {
  width: 240px;
}
#save .thumbnail img {
  width: 200px;
}
#user_share .thumbnail img {
  width: 240px;
}
#group_share .thumbnail img {
  width: 229px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #about section .box {
    width: 100%;
    padding: 30px 40px;
    padding-bottom: 0px;
    display: block;
    box-sizing: border-box;
  }
  #about section dl {
    width: 100%;
  }
  /* title */
  #about section dt {
    font-size: 21px;
    font-size: 4.2vw;
    text-align: center;
  }
  #about section dt:before {
    display: none;
  }
  #about section dt strong {
    border-bottom: 2px solid #1b8358;
    line-height: 1.4;
  }
  /* txt */
  #about section dd {
    margin-top: 20px;
    padding: 0;
    font-size: 10.6px;
    font-size: 2.2vw;
  }
  /* thumbnail */
  #about section .thumbnail {
    width: 100%;
    height: initial;
    background: none;
    border-radius: none;
    position: static;
    text-align: center;
  }
  #about section .thumbnail img {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-top: 30px;
  }
  #record .thumbnail img {
    width: 240px;
  }
  #save .thumbnail img {
    width: 210px;
  }
  #user_share .thumbnail img {
    width: 260px;
  }
  #group_share .thumbnail img {
    width: 252px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  #about section .box {
    padding: 20px 20px;
    padding-bottom: 0px;
  }
  /* title */
  #about section dt {
    font-size: 21px;
    font-size: 6.5625vw;
    font-weight: 500;
  }
  #about section dt strong {
    font-weight: 500;
  }
  /* txt */
  #about section dd {
    margin-top: 15px;
    font-size: 3.4vw;
    font-weight: 500;
  }
  /* thumbnail */
  #record .thumbnail img {
    width: 161px;
  }
  #save .thumbnail img {
    width: 129px;
  }
  #user_share .thumbnail img {
    width: 180px;
  }
  #group_share .thumbnail img {
    width: 172px;
  }
}
/* -----------------------------------------
  resist
----------------------------------------- */
#resist {
  background: #cfef71;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 54px;
}
#resist h3 {
  color: #1b8358;
  font-size: 3.4rem;
  letter-spacing: 0.18em;
}
#resist .btn.resist_btn a {
    margin-top: 10px;
  }
@media screen and (max-width: 768px) {
  #resist {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #resist h3 {
    font-size: 3.4vw;
    letter-spacing: 0.09em;
  }
  #resist .btn.resist_btn a {
    font-size: 18px;
    font-size: 3vw;
    margin-top: 10px;
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 599px) {
  #resist {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #resist h3 {
    font-size: 15.5px;
    font-size: 4.84375vw;
    letter-spacing: 0.09em;
  }
  #resist .btn.resist_btn a {
    font-size: 18px;
    font-size: 5.625vw;
    margin-top: 10px;
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 50px;
  }
}
