@charset "UTF-8";
body {
  background-image: url(/s/img/bg_mv_wrapper.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto;
  background-color: #f7f2ee;
}

/* layout
----------------------------------------------- */
.l-section {
  padding: 70px 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 960px) {
  .l-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .l-section {
    padding: 35px 15px 25px;
  }
}

.l-section:nth-of-type(odd) {
  background-color: #fff;
}

.l-inner {
  background-color: #fff;
  border-radius: 12px;
  padding-left: 90px;
  padding-right: 90px;
  padding-bottom: 70px;
}

@media (max-width: 960px) {
  .l-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .l-inner {
    padding: 0 15px 35px;
  }
}

.l-inner + .l-inner {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .l-inner + .l-inner {
    margin-top: 40px;
  }
}

.l-inner.sdw {
  -webkit-box-shadow: 0 0 14px 0 #e8e5e5;
  box-shadow: 0 0 14px 0 #e8e5e5;
}

@media (max-width: 767px) {
  .l-inner.sdw {
    -webkit-box-shadow: 0 0 6px 0 #e8e5e5;
    box-shadow: 0 0 6px 0 #e8e5e5;
  }
}

.l-column {
  width: 100%;
  max-width: 790px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}

@media (max-width: 790px) {
  .l-column {
    width: 678px;
  }
}

@media (max-width: 767px) {
  .l-column {
    width: auto;
    display: block;
    margin-bottom: 20px;
  }
}

.l-column-block {
  width: calc((100% - 70px) / 2);
}

@media (max-width: 790px) {
  .l-column-block {
    width: calc((100% - 30px) / 2);
  }
}

@media (max-width: 767px) {
  .l-column-block {
    width: 100%;
  }
}

.l-column-block:nth-of-type(1) {
  margin-right: 70px;
}

@media (max-width: 790px) {
  .l-column-block:nth-of-type(1) {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .l-column-block:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.l-table {
  background-color: #fff;
}

.l-table tr:not(:last-child) {
  background-image: url(/s/img/tbl_line_x.png);
  background-repeat: repeat-x;
  background-size: 8px 2px;
  background-position: left -4px bottom;
}

@media (max-width: 767px) {
  .l-table tr:first-child {
    height: 80px;
  }
}

.l-table tr td:not(:first-child), .l-table tr th:not(:first-child) {
  background-image: url(/s/img/tbl_line_y.png);
  background-repeat: repeat-y;
  background-size: 2px 8px;
  background-position: left top -4px;
}

.l-table th, .l-table td {
  width: 235px;
  height: 80px;
  color: #131313;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.l-table th:first-child, .l-table td:first-child {
  width: 300px;
}

@media (max-width: 767px) {
  .l-table th, .l-table td {
    min-width: 80px;
    height: 40px;
    font-size: 1.3rem;
    font-weight: normal;
  }
  .l-table th:first-child, .l-table td:first-child {
    text-align: left;
    padding-left: 1em;
  }
}

@media (width: 320px) {
  .l-table th, .l-table td {
    font-size: 1.15rem;
  }
}

.l-table .rec-ico {
  position: absolute;
  top: -20px;
  right: -10px;
  z-index: 1;
}

@media (max-width: 960px) {
  .l-table .rec-ico {
    right: -15px;
  }
}

@media (max-width: 767px) {
  .l-table .rec-ico {
    width: 27px;
    height: 42px;
    top: -10px;
    right: -7px;
  }
}

/* common parts
----------------------------------------------- */
.section-ttl {
  width: 780px;
  margin: 0 auto 40px;
  position: relative;
}

@media (width: 768px) {
  .section-ttl {
    width: 710px;
  }
}

@media (max-width: 767px) {
  .section-ttl {
    width: 275px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .section-ttl img {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .section-ttl img {
    width: 100%;
  }
}

.section-ttl span {
  width: 410px;
  color: #737373;
  letter-spacing: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .section-ttl span {
    width: auto;
    font-size: 1.1rem;
    text-align: center;
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 15px;
  }
}

.section-sub-ttl {
  text-align: center;
}

@media (max-width: 767px) {
  .section-sub-ttl {
    padding: 0 30px 10px;
  }
}

.section-sub-ttl.mt {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .section-sub-ttl.mt {
    margin-top: 30px;
  }
}

.img + p, .img + ul {
  margin-top: 15px;
}

.img-wrapper {
  width: 360px;
  margin: auto;
}

@media (max-width: 767px) {
  .img-wrapper {
    width: 100%;
  }
}

.sup-list {
  margin-top: 15px;
}

.sup-list-item {
  color: #737373;
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 767px) {
  .sup-list-item {
    font-size: 1.1rem;
  }
}

.app-dl-list {
  display: block;
}

@media (max-width: 767px) {
  .app-dl-list {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.app-dl-item {
  width: 180px;
}

@media (max-width: 767px) {
  .app-dl-item {
    width: 155px;
    margin: auto;
  }
}

.app-dl-item:nth-of-type(1) {
  margin-bottom: 10px;
}

.app-dl-item a {
  display: block;
}

/* styles
----------------------------------------------- */
.section01 .l-inner.dot {
  background-image: url(/s/img/bg_wrapper02.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: 13px auto;
}

.section01 .news-wrapper {
  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;
/*  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
*/
  padding: 50px 0 40px;
}

@media (max-width: 767px) {
  .section01 .news-wrapper {
    display: block;
    padding: 30px 0 25px;
  }
}

.section01 .news-wrapper .n-btn {
  text-align: center;
  white-space: nowrap;
}

.section01 .news-wrapper .n-btn a {
  background-color: #888888;
  border-radius: 60px;
  display: inline-block;
}

.section01 .news-wrapper .n-btn a span {
  color: #fff;
  font-weight: normal;
  line-height: 1;
  display: block;
  padding: .5em 1.25em;
}

@media (max-width: 767px) {
  .section01 .news-list {
    margin-bottom: 15px;
  }
}

.section01 .news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .section01 .news-list-item {
    padding-left: 35px;
  }
}

.section01 .news-list-item::before {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(/s/img/ico_info.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .section01 .news-list-item::before {
    width: 25px;
    height: 25px;
  }
}

.section01 .news-list-item time {
  color: #737373;
  letter-spacing: 1px;
  margin-right: 20px;
  position: relative;
  display: block;
}

.section01 .news-list-item a {
  color: #f096ab;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
}

@media (min-width: 769px) {
  .section01 .news-list-item a:hover {
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .section01 .news-list-item a {
    font-size: 1.5rem;
  }
}

.section01 .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 40px;
}

.section01 .video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section01 .cmp-ttl {
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
  text-align: center;
  padding-top: 90px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .section01 .cmp-ttl {
    padding-top: 70px;
  }
}

.section01 .cmp-ttl .wrap {
  color: #3d7da6;
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
}

@media (max-width: 960px) {
  .section01 .cmp-ttl .wrap {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .section01 .cmp-ttl .wrap {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

.section01 .cmp-ttl .wrap::before, .section01 .cmp-ttl .wrap::after {
  content: '';
  width: 74px;
  height: 74px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .section01 .cmp-ttl .wrap::before, .section01 .cmp-ttl .wrap::after {
    width: 60px;
    height: 60px;
  }
}

@media (width: 320px) {
  .section01 .cmp-ttl .wrap::before, .section01 .cmp-ttl .wrap::after {
    width: 36px;
    height: 36px;
  }
}

.section01 .cmp-ttl .wrap::before {
  background-image: url(/s/img/campaign_ttl_img01.png);
  left: -90px;
}

@media (max-width: 767px) {
  .section01 .cmp-ttl .wrap::before {
    left: -68px;
  }
}

@media (width: 320px) {
  .section01 .cmp-ttl .wrap::before {
    left: -45px;
  }
}

.section01 .cmp-ttl .wrap::after {
  background-image: url(/s/img/campaign_ttl_img02.png);
  right: -90px;
}

@media (max-width: 767px) {
  .section01 .cmp-ttl .wrap::after {
    right: -120px;
  }
}

@media (width: 320px) {
  .section01 .cmp-ttl .wrap::after {
    right: -58px;
  }
}

.section01 .cmp-ttl .bal {
  background-color: #82bdf8;
  border-radius: 40px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  display: table;
  padding: 0 .75em;
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .section01 .cmp-ttl .bal {
    font-size: 1.3rem;
    line-height: 2;
    padding: 0 1em;
  }
}

.section01 .cmp-ttl .bal::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #82bdf8 transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section01 .cmp-ttl .line {
  position: relative;
}

.section01 .cmp-ttl .line span {
  position: relative;
  z-index: 1;
}

.section01 .cmp-ttl .line::after {
  content: '';
  width: 100%;
  height: 6px;
  background-color: #fff600;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: 0;
}

@media (max-width: 767px) {
  .section01 .cmp-ttl .line::after {
    bottom: 0;
  }
}

.section01 .cmp-list {
  margin-top: 45px;
}

@media (max-width: 767px) {
  .section01 .cmp-list {
    margin-top: 30px;
  }
}

.section01 .cmp-list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .section01 .cmp-list-block:not(:last-child) {
    margin-bottom: 20px;
  }
}

.section01 .cmp-list-block .img {
  width: 110px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .section01 .cmp-list-block .img {
    width: 88px;
    margin-right: 15px;
  }
}

.section01 .cmp-list-block .txt-wrap {
  width: calc(100% - 130px);
}

@media (max-width: 767px) {
  .section01 .cmp-list-block .txt-wrap {
    width: calc(100% - 103px);
  }
}

.section01 .cmp-product {
  color: #4784ab;
  font-size: 2.0rem;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .section01 .cmp-product {
    font-size: 1.4rem;
    padding-left: 15px;
    margin-bottom: 10px;
  }
}

.section01 .cmp-product::before {
  content: '';
  width: 14px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .section01 .cmp-product::before {
    width: 10px;
    height: 22px;
    margin-top: -2px;
  }
}

.section01 .cmp-product.battery::before {
  background-image: url(/s/img/ico_battery.png);
}

.section01 .cmp-product.light::before {
  background-image: url(/s/img/ico_light.png);
}

.section02 .l-inner:nth-of-type(1) {
  background-color: #ebf8f8;
  border: #d0e7e7 solid 2px;
  padding-top: 70px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .section02 .l-inner:nth-of-type(1) {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}

.section02 .l-inner.app {
  max-width: 776px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section02 .app-wrapper {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 960px) and (min-width: 768px) {
  .section02 .app-wrapper {
    width: 100%;
    min-width: 746px;
    padding-left: 100px;
    padding-right: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .section02 .app-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }
}

.section02 .app-icon {
  text-align: center;
}

@media (max-width: 767px) {
  .section02 .app-icon {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 767px) {
  .section02 .app-p-box {
    width: 100%;
    margin-bottom: 25px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.section02 .app-p-box .price {
  width: 215px;
  margin: 0 auto 15px;
}
