#mv .text-box .logo, #comparison table tbody td span {
  color: transparent;
  font: 0/0 a;
}

.home:not(.amp-mode-mouse) .animated {
  opacity: 0;
}

/* mv 
------------------------ */
#mv {
  background: url(../images/index/bg_mv.png) no-repeat center center;
  background-size: cover;
}
#mv .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: initial;
  padding: 135px 0 0 0;
  height: 688px;
}
#mv .text-box {
  margin: 18px 5% 0 5%;
  color: #fff;
}
#mv .text-box .logo {
  margin-bottom: 0.5em;
  width: 324px;
  height: 65px;
  background: url("../images/common/logo-02.svg") center center no-repeat;
  background-size: 100% auto;
}
#mv .text-box .sec-title {
  margin: 0.8em 0 1em 0;
  font-size: 3.2rem;
  font-weight: bold;
}
#mv .text-box .text {
  margin-bottom: 2em;
  font-size: 1.8rem;
  line-height: 1.9;
}

@media screen and (max-width: 1200px) {
  #mv .text-box .sec-title {
    font-size: 2.8rem;
  }
  #mv .text-box .text {
    font-size: 1.4rem;
  }
  #mv .image {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  #mv .inner {
    display: block;
    padding: 18vw 0 8vw 0;
    height: auto;
  }
  #mv .text-box {
    margin: 0;
    padding: 0 3.33333vw;
    text-align: center;
  }
  #mv .text-box .logo {
    width: 51.73333vw;
    height: 10.4vw;
    margin: 0 auto;
  }
  #mv .text-box .sec-title {
    font-size: 4.26667vw;
  }
  #mv .text-box .text {
    font-size: 3.2vw;
  }
  #mv .text-box .button {
    padding: 0 4vw;
  }
  #mv .image {
    width: 100%;
    margin-top: 2em;
  }
}
/* sec01
------------------------ */
#sec01 {
  background: url(../images/index/bg_sec01.png) no-repeat -50px -267px;
}
#sec01 .text-box {
  padding: 155px 0 183px 52%;
}
#sec01 .section-title {
  margin-bottom: 0.8em;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
}
#sec01 .text {
  line-height: 1.8;
}
#sec01 .list {
  padding: 66px 0 70px 0;
  background: url(../images/index/bg_list.png) repeat-y center center;
  background-size: 100% auto;
}
#sec01 .item-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#sec01 .item-wrap .item {
  width: 200px;
  margin: 20px 0 0 0;
  text-align: center;
}
#sec01 .item-wrap .item .title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  #sec01 {
    background-position: -170px -267px;
    background-size: 500px auto;
  }
}
@media screen and (max-width: 767px) {
  #sec01 {
    background-position: -10.66667vw 0;
    background-size: 30% auto;
  }
  #sec01 .text-box {
    padding: 13.33333vw 0 13.33333vw 20%;
  }
  #sec01 .section-title {
    font-size: 4.26667vw;
  }
  #sec01 .list {
    padding: 8.8vw 0 9.33333vw 0;
  }
  #sec01 .item-wrap .item {
    width: 48%;
    margin: 2em 0 0 0;
  }
  #sec01 .item-wrap .item .title {
    font-size: 3.33333vw;
  }
  #sec01 .item-wrap .item .image img {
    width: 40%;
  }
}
/* contents-list
------------------------ */
.contents-list {
  padding-top: 95px;
}
.contents-list .contents-box {
  margin-bottom: 230px;
}
.contents-list .contents-box:last-child {
  margin-bottom: 130px;
}
.contents-list .contents-box .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: initial;
}
.contents-list .contents-box .section-title {
  margin-bottom: 0.5em;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
}
.contents-list .contents-box .text {
  line-height: 1.8;
}
.contents-list .contents-box .image {
  width: 40%;
  text-align: center;
}
.contents-list .contents-box .text-box {
  padding: 0 40px 0 70px;
}
.contents-list .contents-box:nth-child(2n) .inner {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.contents-list .contents-box:nth-child(2n) .text-box {
  padding: 0 70px 0 40px;
}

@media screen and (max-width: 1200px) {
  .contents-list .contents-box .section-title {
    font-size: 2.6rem;
  }
  .contents-list .contents-box .image {
    width: 35%;
  }
  .contents-list .contents-box .image02{
    width: 48%;
  }
  .contents-list .contents-box .image05{
    width: 48%;
  }
  .contents-list .contents-box .text-box {
    padding: 0 20px 0 0;
  }
  .contents-list .contents-box:nth-child(2n) .text-box {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .contents-list {
    padding-top: 12.66667vw;
  }
  .contents-list .contents-box {
    margin-bottom: 30.66667vw;
  }
  .contents-list .contents-box:last-child {
    margin-bottom: 17.33333vw;
  }
  .contents-list .contents-box .inner {
    display: block;
  }
  .contents-list .contents-box .section-title {
    font-size: 4.26667vw;
  }
  .contents-list .contents-box .image {
    width: 80%;
    height: 53.33333vw;
    margin: 2em auto 0 auto;
  }
  .contents-list .contents-box .image img {
    width: auto;
    height: 100%;
  }
  .contents-list .contents-box .text-box {
    padding: 0;
    text-align: center;
  }
  .contents-list .contents-box:nth-child(2n) .text-box {
    padding: 0;
  }
}
/* ifttt
------------------------ */
#ifttt {
  padding: 65px 0 0 0;
  text-align: center;
  background-color: #C7F7F6;
}
#ifttt .section-title {
  margin-bottom: 0.5em;
  font-size: 3.2rem;
  font-weight: 700;
}
#ifttt .text {
  margin-bottom: 1em;
  font-size: 1.4rem;
}
#ifttt .image {
  margin: 0 -102px 0 -25px;
}

@media screen and (max-width: 767px) {
  #ifttt {
    padding: 8.66667vw 0 0 0;
  }
  #ifttt .section-title {
    font-size: 4.26667vw;
  }
  #ifttt .text {
    font-size: 3.2vw;
  }
  #ifttt .image {
    margin: 0;
  }
}
/* comparison
------------------------ */
#comparison {
  padding: 60px 0 50px 0;
  background-color: #fff;
}
#comparison .section-title {
  margin-bottom: 0.6em;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
#comparison table {
  width: 100%;
}
#comparison table thead th {
  color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
}
#comparison table thead th:nth-child(2) {
  width: 26%;
}
#comparison table thead th:nth-child(2) span {
  display: block;
  padding: 20px 0;
  background-color: #1CD8D2;
  border-radius: 20px 20px 0 0;
}
#comparison table thead th:nth-child(3) {
  width: 20%;
}
#comparison table thead th:nth-child(3) span {
  display: block;
  padding: 20px 0;
  background-color: #BFBFBF;
  border-radius: 20px 20px 0 0;
}
#comparison table tbody tr:first-child th {
  border-radius: 20px 0 0 0;
}
#comparison table tbody tr:last-child th {
  border-radius: 0 0 0 20px;
}
#comparison table tbody tr:nth-child(odd) th, #comparison table tbody tr:nth-child(odd) td {
  background-color: #F8F8F8;
}
#comparison table tbody tr:nth-child(odd) td:first-of-type {
  background-color: #D8FFFE;
}
#comparison table tbody tr:nth-child(even) th, #comparison table tbody tr:nth-child(even) td {
  background-color: #EDEDED;
}
#comparison table tbody tr:nth-child(even) td:first-of-type {
  background-color: #BAF2F0;
}
#comparison table tbody th {
  padding: 20px 20px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
#comparison table tbody td {
  padding: 20px 20px;
  text-align: center;
  vertical-align: middle;
}
#comparison table tbody td span {
  display: block;
  margin: 0 auto;
}
#comparison table tbody .ico-check {
  width: 30px;
  height: 30px;
  background: url("../images/index/ico-check.svg") center center no-repeat;
  background-size: 100% auto;
}
#comparison table tbody .ico-average {
  width: 35px;
  height: 30px;
  background: url("../images/index/ico-average.svg") center center no-repeat;
  background-size: 100% auto;
}
#comparison table tbody .ico-none {
  width: 30px;
  height: 30px;
  background: url("../images/index/ico-none.svg") center center no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  #comparison {
    padding: 8vw 0 6.66667vw 0;
  }
  #comparison .section-title {
    font-size: 4.26667vw;
  }
  #comparison table thead th {
    font-size: 3.73333vw;
  }
  #comparison table thead th:nth-child(2) span {
    padding: 2.66667vw 0;
    border-radius: 2.66667vw 2.66667vw 0 0;
  }
  #comparison table thead th:nth-child(3) span {
    padding: 2.66667vw 0;
    border-radius: 2.66667vw 2.66667vw 0 0;
  }
  #comparison table tbody tr:first-child th {
    border-radius: 2.66667vw 0 0 0;
  }
  #comparison table tbody tr:last-child th {
    border-radius: 0 0 0 2.66667vw;
  }
  #comparison table tbody th {
    padding: 2.66667vw 2.66667vw;
  }
  #comparison table tbody td {
    padding: 2.66667vw 2.66667vw;
  }
  #comparison table tbody .ico-check,
  #comparison table tbody .ico-average,
  #comparison table tbody .ico-none {
    width: 6.66667vw;
    height: 6.66667vw;
  }
}
/* voice
------------------------ */
#voice {
  padding: 60px 0 50px 0;
}
#voice .section-title {
  margin-bottom: 1em;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
#voice .uservoice-list .slick-slide > div {
  margin: 0 20px;
}
#voice .uservoice-list .item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 0;
}
#voice .uservoice-list .item .thumb {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  overflow: hidden;
}
#voice .uservoice-list .item .text {
  width: calc(100% - 70px);
  padding: 35px;
  background-color: #fff;
  border-radius: 0 15px 15px 15px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#voice .slick-dots li.slick-active button:before {
  color: #1CD8D2;
}

@media screen and (max-width: 767px) {
  #voice {
    padding: 8vw 0 6.66667vw 0;
  }
  #voice .section-title {
    font-size: 4.26667vw;
  }
  #voice .uservoice-list .slick-slide > div {
    margin: 0 6.66667vw;
  }
  #voice .uservoice-list .item {
    padding: 2.66667vw 0;
  }
  #voice .uservoice-list .item .thumb {
    width: 9.33333vw;
    height: 9.33333vw;
  }
  #voice .uservoice-list .item .text {
    width: calc(100% - 13vw);
    padding: 4.66667vw;
    border-radius: 0 2vw 2vw 2vw;
    -webkit-box-shadow: 0 0 2.66667vw rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2.66667vw rgba(0, 0, 0, 0.2);
  }
}
/* blog
------------------------ */
#blog {
  padding: 45px 0;
  background-color: #fff;
}
#blog .section-title {
  margin-bottom: 1.3em;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
#blog .button a {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #blog {
    padding: 6.66667vw 0 17.33333vw 0;
  }
  #blog .section-title {
    font-size: 4.26667vw;
  }
}
