.catchWrap {
  background: #f4f4f4;
}

.catch {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.catch img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.navWrap {
  border-top: solid 2px #c3c3c3;
  border-bottom: solid 2px #c3c3c3;
  border-top: solid 2px #c3c3c3;
  border-bottom: solid 2px #c3c3c3;
  background: -webkit-linear-gradient(top, #e0e0e0 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #e0e0e0 0%, #f1f1f1 100%);
}

.nav {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  font-family: 'Noto Sans Japanese',sans-serif;
}

.navlist {
  width: 33.3333%;
  text-align: center;
  line-height: 3.1;
  font-size: calc(0.75rem + ((1vw - 7.67px) * 0.1735));
}

.navlist:hover {
  background: #d9a346;
  color: #fff;
}

.navlist:hover span {
  color: #fff;
}

.navlist span {
  color: #d9a346;
}

.navlist a {
  display: block;
  text-decoration: none;
}

.navlist a:hover {
  color: #fff;
  text-decoration: none;
}

.navlist--action {
  background: #d9a346;
  color: #fff;
}

.navlist--action span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .menuWrap {
    width: 100%;
    color: #fff;
    line-height: 55px;
    background-color: #d9a346;
  }
  .menu {
    position: absolute;
    width: 100%;
    display: none;
    background: #d9a346;
  }
  .menu li {
    color: #fff;
    text-align: center;
  }
  .menu li a {
    display: block;
    background: transparent;
    margin: 0px;
  }
  .menu li a:hover {
    color: #fff;
    background: #d9a346;
  }
  .menu .nav__icon,
  .menu .nav__icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    z-index: 999;
  }
  .menu__title {
    margin: 0;
    padding: 0 15% 0 0;
    text-align: center;
    font-size: 20px;
    font-size: 1.4rem;
    letter-spacing: .3rem;
  }
  .menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .nav__icon {
    position: absolute;
    display: block;
    top: 33%;
    right: 25%;
    width: 30px;
    height: 24px;
    margin-right: 10%;
    cursor: pointer;
  }
  .nav__icon span {
    background: white;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
  }
  .nav__icon span:nth-of-type(1) {
    top: 0;
  }
  .nav__icon span:nth-of-type(2) {
    top: 10px;
  }
  .nav__icon span:nth-of-type(3) {
    bottom: 0;
  }
  .nav__icon.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .nav__icon.active span:nth-of-type(2) {
    display: none;
  }
  .nav__icon.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
  .nav__icon,
  .nav__icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    z-index: 999;
  }
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 0;
}

.wrapper {
  font-feature-settings: "palt";
  font-family: 'Noto Sans Japanese',sans-serif;
  font-display: swap;
  color: #5e5e5e;
  line-height: 1.8;
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 10%, #dddddd 14%, #dddddd 92%, #ffffff 94%, #ffffff 100%) !important;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 10%, #dddddd 14%, #dddddd 92%, #ffffff 94%, #ffffff 100%) !important;
}

@media screen and (max-width: 768px) {
  .wrapper {
    font-feature-settings: "palt";
    font-family: 'Noto Sans Japanese',sans-serif;
    font-display: swap;
    color: #5e5e5e;
    line-height: 1.8;
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 10%, #dddddd 14%, #dddddd 96%, #ffffff 98%, #ffffff 100%) !important;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 10%, #dddddd 14%, #dddddd 96%, #ffffff 98%, #ffffff 100%) !important;
  }
}

.anc {
  width: 74.54545454545455%;
  margin: 0 auto 6%;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.anc li {
  width: 32.80487804878049%;
}

.anc li:nth-child(1) {
  background: url(../images/anc01.png) no-repeat center top;
  background-size: 100%;
}

.anc li:nth-child(1):hover {
  background: url(../images/anc01.png) no-repeat center bottom;
  background-size: 100%;
}

.anc li:nth-child(2) {
  background: url(../images/anc02.png) no-repeat center top;
  background-size: 100%;
}

.anc li:nth-child(2):hover {
  background: url(../images/anc02.png) no-repeat center bottom;
  background-size: 100%;
}

.anc li:nth-child(3) {
  background: url(../images/anc03.png) no-repeat center top;
  background-size: 100%;
}

.anc li:nth-child(3):hover {
  background: url(../images/anc03.png) no-repeat center bottom;
  background-size: 100%;
}

.anc li a {
  display: block;
  font-size: 0;
  padding: 31.1% 0 0;
  outline: none;
}

@media screen and (max-width: 768px) {
  .anc {
    width: 100%;
    margin: 0 auto 6%;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
  .anc li {
    width: 32.80487804878049%;
  }
  .anc li:nth-child(1) {
    background: url(../images/anc01_sp.png) no-repeat center top;
    background-size: 100%;
  }
  .anc li:nth-child(1):hover {
    background: url(../images/anc01_sp.png) no-repeat center bottom;
    background-size: 100%;
  }
  .anc li:nth-child(2) {
    background: url(../images/anc02_sp.png) no-repeat center top;
    background-size: 100%;
  }
  .anc li:nth-child(2):hover {
    background: url(../images/anc02_sp.png) no-repeat center bottom;
    background-size: 100%;
  }
  .anc li:nth-child(3) {
    background: url(../images/anc03_sp.png) no-repeat center top;
    background-size: 100%;
  }
  .anc li:nth-child(3):hover {
    background: url(../images/anc03_sp.png) no-repeat center bottom;
    background-size: 100%;
  }
  .anc li a {
    display: block;
    font-size: 0;
    padding: 39.3% 0 0;
    outline: none;
  }
}

.main {
  max-width: 1100px;
  width: 84.61538461538461%;
  margin: 3.2% auto 0;
}

.main__wrap {
  margin: 0 auto 4.6%;
}

.main__title {
  width: 85%;
  margin: 0 auto;
}

.main__title img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.main__text, .main__text--right {
  width: 98.18181818181819%;
  margin: 0 auto 3%;
  font-size: 1.2rem;
}

.main__text--right {
  text-align: right;
  margin: 0 0 1.6%;
}

.main__image {
  position: relative;
  width: 83.45454545454545%;
  margin: 0 auto;
}

.main__image img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .main {
    max-width: 1100px;
    width: auto;
    margin: 3.2% auto 0;
  }
  .main__wrap {
    margin: 0 auto;
  }
  .main__title {
    width: 66.875%;
    margin: 6% auto 5%;
  }
  .main__title img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .main__text, .main__text--right {
    width: 98.18181818181819%;
    margin: 0 auto 5%;
    font-size: 1.2rem;
    text-align: left;
  }
  .main__text--right {
    text-align: left;
    margin: 0 0 1.6%;
  }
  .main__image {
    position: relative;
    width: 83.45454545454545%;
    margin: 0 auto;
  }
  .main__image img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

.content {
  max-width: 1100px;
  width: 84.61538461538461%;
  margin: 0 auto 1%;
  padding: 0;
  background: #f2f2f2;
}

.content__title {
  margin: 0;
  padding: 1.6% 0;
  background: url(../images/title_bg.png) left top;
}

.content__title img {
  display: block;
  max-width: 100%;
  width: 44.9%;
  height: auto;
  margin: 0 auto;
}

.content__title--2 {
  margin: 0;
  padding: 1.6% 0;
  background: url(../images/title_bg.png) left top;
}

.content__title--2 img {
  display: block;
  max-width: 100%;
  width: 34.36363636363636%;
  height: auto;
  margin: 0 auto;
}

.content__title--3 {
  margin: 0 0 3%;
  padding: 1.6% 0;
  background: url(../images/title_bg.png) left top;
}

.content__title--3 img {
  display: block;
  max-width: 100%;
  width: 42.3%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .content {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto 10%;
    padding: 0;
    background: #f2f2f2;
  }
  .content__title {
    margin: 0;
    padding: 5% 10%;
    background: url(../images/title_bg.png) left top;
  }
  .content__title img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .content__title--2 {
    margin: 0;
    padding: 5% 18%;
    background: url(../images/title_bg.png) left top;
  }
  .content__title--2 img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .content__title--3 {
    margin: 0 0 5%;
    padding: 5% 10%;
    background: url(../images/title_bg.png) left top;
  }
  .content__title--3 img {
    display: block;
    max-width: 100%;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
}

.function__warp {
  width: auto;
  margin: 0 auto;
}

.function__warp--scene01 {
  padding: 34% 0 0;
  background: url(../images/scene01.jpg) no-repeat center top;
  background-size: contain;
}

.function__warp--scene02 {
  padding: 0 0 7%;
}

.function__inner {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.function__inner--android {
  width: 85.2%;
}

.function__subtitle {
  width: auto;
  margin: 0 0 10%;
}

.function__subtitle--scene02 {
  margin: 0;
}

.function__subtitleInner {
  overflow: hidden;
  border-bottom: solid 1px #d9a346;
}

.function__subtitleInner--speaker {
  width: 43%;
  margin: 3% auto 2%;
  border-bottom: none;
}

.function__textTitle {
  float: left;
  width: 72%;
  padding: 2% 0 2.5% 2.3%;
}

.function__textTitle--speaker {
  width: 69%;
  padding: 0;
  text-align: center;
}

.function__text {
  font-size: 1.2rem;
}

.function__text--howto {
  width: 93%;
  font-size: calc(1.25rem + ((1vw - 7.68px) * 0.434));
  text-align: center;
  margin: 0 auto 3.8%;
}

.function__icon {
  float: left;
  width: 10.672358591248667%;
  padding: 0 0 1%;
}

.function__icon--photo {
  width: 12%;
}

.function__icon--speaker {
  width: 21%;
}

.function__icon img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__topTitle {
  color: #d9a346;
  font-size: 18px;
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.5;
}

.function__mainTitle {
  font-size: 30px;
  font-size: 2.5rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}

.function__mainTitle span {
  margin: -9px 3px 0 0;
}

.function__mainTitle .s5-icon-2 {
  margin: -9px 3px 0 0;
}

.function__mainTitle--speaker {
  font-size: 3.1rem;
  border-bottom: solid 1px #d9a346;
}

.function__text--comment {
  text-indent: -1.2em;
  padding-left: 1.1em;
  font-size: 17px;
  font-size: .8rem;
}

.function__scene {
  float: right;
  width: 38.946280991735534%;
  margin: 0 auto;
}

.function__scene img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__note {
  width: 85.18181818181819%;
  margin: 0 auto 3.2%;
  font-size: .8rem;
}

.function__image {
  position: relative;
  width: 85.18181818181819%;
  margin: 0 auto 1%;
}

.function__image img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
}

.function__livingWrap {
  position: relative;
}

.function__living {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 120% 0 0;
  background: url(../images/bg02.jpg) no-repeat center top;
  background-size: 90.45454545454545%;
}

.function__living .element:nth-child(1) {
  position: absolute;
  left: 58.4%;
  top: 18%;
  width: 19.6%;
}

.function__living .element:nth-child(1) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__living .element:nth-child(2) {
  position: absolute;
  left: 7.2%;
  top: 26.7%;
  width: 29.7%;
}

.function__living .element:nth-child(2) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__living .element:nth-child(3) {
  position: absolute;
  left: 69%;
  top: 29.7%;
  width: 24.2%;
}

.function__living .element:nth-child(3) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__living .element:nth-child(4) {
  position: absolute;
  left: 13%;
  top: 33.8%;
  width: 26%;
}

.function__living .element:nth-child(4) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__living .element:nth-child(5) {
  position: absolute;
  left: 57.1%;
  top: 39.2%;
  width: 31.3%;
}

.function__living .element:nth-child(5) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__living .element:nth-child(6) {
  position: absolute;
  left: 8.5%;
  top: 77.3%;
  width: 35.25%;
}

.function__living .element:nth-child(6) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function .musicWrap {
  position: absolute;
  top: 74.5%;
  width: 100%;
  margin: 0 auto;
}

.function .musicWrap .element:nth-child(1) {
  position: absolute;
  left: 8.5%;
  top: 0;
  width: 35.25%;
}

.function .musicWrap .element:nth-child(1) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function .musicWrap .element:nth-child(2) {
  position: absolute;
  left: 64.4%;
  top: 0;
  width: 16.55%;
}

.function .musicWrap .element:nth-child(2) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__livingComment {
  max-width: 737px;
  margin: 0 auto;
  color: #d9a346;
  font-size: calc(1.15rem + ((1vw - 7.68px) * 0.434));
  border-bottom: dotted 3px;
  padding: 0 1%;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 1205px) {
  .function__mainTitle--speaker {
    font-size: 2.6rem;
    border-bottom: solid 1px #d9a346;
  }
}

@media screen and (max-width: 1000px) {
  .function__topTitle {
    color: #d9a346;
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
  }
  .function__mainTitle {
    font-size: 2rem;
    margin: 0;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .function__warp {
    width: auto;
    margin: 0 auto;
  }
  .function__warp--scene01 {
    padding: 63% 0 0;
    background: url(../images/scene01_sp.jpg) no-repeat center top;
    background-size: contain;
  }
  .function__warp--scene02 {
    padding: 0;
  }
  .function__inner {
    overflow: hidden;
    margin: 0 auto 7.5%;
  }
  .function__inner--android {
    width: 90%;
    margin: 0 auto 5%;
  }
  .function__inner--android2 {
    width: 90%;
    margin: 0 auto;
  }
  .function__subtitle {
    float: none;
    width: auto;
    margin: 0 auto;
  }
  .function__subtitle--scene02 {
    margin: 0;
  }
  .function__subtitle--speaker {
    width: 69%;
    padding: 0;
    text-align: center;
  }
  .function__subtitleInner {
    overflow: hidden;
    border-bottom: solid 1px #d9a346;
  }
  .function__subtitleInner--speaker {
    width: 76%;
    margin: 3% auto 2%;
    border-bottom: none;
  }
  .function__textTitle {
    float: left;
    width: 75%;
    padding: 2% 0 0 5%;
  }
  .function__textTitle--speaker {
    width: 80%;
    padding: 0;
    text-align: center;
  }
  .function__text {
    font-size: 1.2rem;
  }
  .function__text--howto {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 3% 5%;
  }
  .function__icon {
    float: left;
    width: 20%;
    padding: 0 0 2%;
  }
  .function__icon img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__topTitle {
    color: #d9a346;
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
  }
  .function__mainTitle {
    font-size: 2rem;
    margin: 0;
    line-height: 1.8;
  }
  .function__mainTitle--speaker {
    font-size: 2rem;
    border-bottom: solid 1px #d9a346;
  }
  .function__scene {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  .function__scene img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__note {
    width: 90%;
    margin: 0 auto 10%;
    font-size: .8rem;
  }
  .function__image {
    position: relative;
    width: auto;
    margin: 0 auto;
  }
  .function__image img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__living {
    position: relative;
    width: 100%;
    margin: 0 auto 5%;
    padding: 385% 0 0;
    background: url(../images/bg02_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
  .function__living .element:nth-child(1) {
    position: absolute;
    left: 59.7%;
    top: 11.3%;
    width: 37.9%;
  }
  .function__living .element:nth-child(1) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__living .element:nth-child(2) {
    position: absolute;
    left: 36%;
    top: 23.2%;
    width: 49.2%;
  }
  .function__living .element:nth-child(2) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__living .element:nth-child(3) {
    position: absolute;
    left: 45%;
    top: 28.7%;
    width: 49%;
  }
  .function__living .element:nth-child(3) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__living .element:nth-child(4) {
    position: absolute;
    left: 27.5%;
    top: 45.7%;
    width: 66%;
  }
  .function__living .element:nth-child(4) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__living .element:nth-child(5) {
    position: absolute;
    left: 15.1%;
    top: 60.7%;
    width: 44.3%;
  }
  .function__living .element:nth-child(5) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__living .element:nth-child(6) {
    position: absolute;
    left: 27.5%;
    top: 66.1%;
    width: 58.95%;
  }
  .function__living .element:nth-child(6) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function .musicWrap {
    position: absolute;
    top: 59.5%;
    width: 100%;
    margin: 0 auto;
    padding: 133% 0 0;
  }
  .function .musicWrap .element:nth-child(1) {
    position: absolute;
    left: 16.5%;
    top: 3%;
    width: 42.25%;
  }
  .function .musicWrap .element:nth-child(1) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function .musicWrap .element:nth-child(2) {
    position: absolute;
    left: 25.4%;
    top: 19%;
    width: 63.55%;
  }
  .function .musicWrap .element:nth-child(2) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function .musicWrap .element:nth-child(3) {
    position: absolute;
    left: 42.4%;
    top: 73%;
    width: 30.55%;
  }
  .function .musicWrap .element:nth-child(3) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__livingComment {
    width: 90%;
    color: #d9a346;
    font-size: calc(1.375rem + ((1vw - 7.67px) * 0.2602));
    border-bottom: dotted 3px;
    margin-bottom: 10px;
    padding: 0 1%;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .function__textTitle--speaker {
    width: 64%;
    padding: 0;
    text-align: center;
  }
  .function__mainTitle {
    font-size: 2rem;
    margin: 0;
    line-height: 1.8;
  }
  .function__mainTitle--speaker {
    font-size: 2rem;
    border-bottom: solid 1px #d9a346;
  }
}

.function__image--flow1 .element:nth-child(2) {
  position: absolute;
  left: 11.2%;
  top: -38%;
  width: 37.5%;
}

.function__image--flow1 .element:nth-child(2) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__image--flow1 .element:nth-child(3) {
  position: absolute;
  left: 18.1%;
  top: 26%;
  width: 34.8%;
}

.function__image--flow1 .element:nth-child(3) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__image--flow1 .element:nth-child(4) {
  opacity: 0;
  z-index: 3;
  position: absolute;
  right: 1.7%;
  top: -23.1%;
  width: 27.3%;
}

.function__image--flow1 .element:nth-child(4) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__image--flow1 .tv {
  z-index: 2;
  position: absolute;
  right: 1%;
  top: -27%;
  width: 28.6%;
}

.function__image--flow1 .tv img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__image--flow1 .element:nth-child(4) {
  opacity: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: opacity 0.7s, transform 0.7s;
  -webkit-transition: opacity 0.7s, transform 0.7s;
}

.function__image--flow1 .element:nth-child(4).active--element {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: opacity 0.7s, transform 0.7s;
  -webkit-transition: opacity 0.7s, transform 0.7s;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .function__image--flow1 .element:nth-child(2) {
    position: absolute;
    left: 9.4%;
    top: -11%;
    width: 30%;
  }
  .function__image--flow1 .element:nth-child(2) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow1 .element:nth-child(3) {
    position: absolute;
    left: 41.4%;
    top: -34px;
    width: 56%;
  }
  .function__image--flow1 .element:nth-child(3) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow1 .element:nth-child(4) {
    position: absolute;
    right: 4.8%;
    top: 37.1%;
    width: 35.2%;
  }
  .function__image--flow1 .element:nth-child(4) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow1 .tv {
    z-index: 2;
    position: absolute;
    right: 4%;
    top: 36%;
    width: 36.6%;
  }
  .function__image--flow1 .tv img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .function__image--flow1 .element:nth-child(2) {
    position: absolute;
    left: 5.4%;
    top: -6%;
    width: 30%;
  }
  .function__image--flow1 .element:nth-child(2) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow1 .element:nth-child(3) {
    position: absolute;
    left: 41.4%;
    top: -14px;
    width: 56%;
  }
  .function__image--flow1 .element:nth-child(3) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow1 .element:nth-child(4) {
    position: absolute;
    right: 4.8%;
    top: 43.1%;
    width: 35.2%;
  }
  .function__image--flow1 .element:nth-child(4) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow1 .tv {
    z-index: 2;
    position: absolute;
    right: 4%;
    top: 42%;
    width: 36.6%;
  }
  .function__image--flow1 .tv img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

.function__image--flow2 {
  margin-bottom: 5%;
}

.function__image--flow2 .element:nth-child(2) {
  position: absolute;
  right: 9.1%;
  top: -37.5%;
  width: 34.2%;
}

.function__image--flow2 .element:nth-child(2) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__image--flow2 .element:nth-child(3) {
  position: absolute;
  right: 0;
  top: 25.2%;
  width: 30.55%;
}

.function__image--flow2 .element:nth-child(3) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__image--flow2 .element:nth-child(4) {
  z-index: 3;
  position: absolute;
  left: 1.4%;
  top: -23.8%;
  width: 27.35%;
}

.function__image--flow2 .element:nth-child(4) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__image--flow2 .tv {
  z-index: 2;
  position: absolute;
  left: 0.7%;
  top: -27%;
  width: 28.6%;
}

.function__image--flow2 .tv img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__image--flow2 .element:nth-child(4) {
  opacity: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: opacity 0.7s, transform 0.7s;
  -webkit-transition: opacity 0.7s, transform 0.7s;
}

.function__image--flow2 .element:nth-child(4).active--element {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: opacity 0.7s, transform 0.7s;
  -webkit-transition: opacity 0.7s, transform 0.7s;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .function__image--flow2 {
    margin-bottom: 5%;
  }
  .function__image--flow2 .element:nth-child(2) {
    position: absolute;
    right: 57.1%;
    top: -3.6%;
    width: 34.7%;
  }
  .function__image--flow2 .element:nth-child(2) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow2 .element:nth-child(3) {
    position: absolute;
    right: 8.6%;
    top: 7.2%;
    width: 44.15%;
  }
  .function__image--flow2 .element:nth-child(3) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow2 .element:nth-child(4) {
    z-index: 3;
    position: absolute;
    left: 60.4%;
    top: 51.1%;
    width: 35.95%;
  }
  .function__image--flow2 .element:nth-child(4) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow2 .tv {
    z-index: 2;
    position: absolute;
    left: 59.7%;
    top: 50%;
    width: 37.4%;
  }
  .function__image--flow2 .tv img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .function__image--flow2 .element:nth-child(2) {
    position: absolute;
    right: 58.1%;
    top: 1.5%;
    width: 36.2%;
  }
  .function__image--flow2 .element:nth-child(2) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow2 .element:nth-child(3) {
    position: absolute;
    right: 4.6%;
    top: 7.2%;
    width: 49.25%;
  }
  .function__image--flow2 .element:nth-child(3) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow2 .element:nth-child(4) {
    z-index: 3;
    position: absolute;
    left: 60.4%;
    top: 51.1%;
    width: 35.95%;
  }
  .function__image--flow2 .element:nth-child(4) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow2 .tv {
    z-index: 2;
    position: absolute;
    left: 59.7%;
    top: 50%;
    width: 37.4%;
  }
  .function__image--flow2 .tv img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

.function__image--flow3 {
  padding: 1% 0 0;
}

.function__image--flow3 .element:nth-child(2) {
  position: absolute;
  left: 13.5%;
  top: 12%;
  width: 28.9%;
}

.function__image--flow3 .element:nth-child(2) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__image--flow3 .element:nth-child(3) {
  position: absolute;
  left: 20%;
  top: 47%;
  width: 31.9%;
}

.function__image--flow3 .element:nth-child(3) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .function__image--flow3 .element:nth-child(2) {
    position: absolute;
    left: 27%;
    top: -15%;
    width: 50%;
  }
  .function__image--flow3 .element:nth-child(2) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow3 .element:nth-child(3) {
    position: absolute;
    left: 37%;
    top: 12%;
    width: 52%;
  }
  .function__image--flow3 .element:nth-child(3) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .function__image--flow3 .element:nth-child(2) {
    position: absolute;
    left: 25%;
    top: -11%;
    width: 50%;
  }
  .function__image--flow3 .element:nth-child(2) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow3 .element:nth-child(3) {
    position: absolute;
    left: 37%;
    top: 12%;
    width: 52%;
  }
  .function__image--flow3 .element:nth-child(3) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

.function__image--flow4 .element:nth-child(2) {
  position: absolute;
  left: 59.8%;
  top: 0;
  width: 25.8%;
}

.function__image--flow4 .element:nth-child(2) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__image--flow4 .element:nth-child(3) {
  position: absolute;
  left: 68.1%;
  top: 37%;
  width: 29.4%;
}

.function__image--flow4 .element:nth-child(3) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__image--flow4 .element:nth-child(4) {
  opacity: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: opacity 0.7s, transform 0.7s;
  -webkit-transition: opacity 0.7s, transform 0.7s;
}

.function__image--flow4 .element:nth-child(4).active--element {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: opacity 0.7s, transform 0.7s;
  -webkit-transition: opacity 0.7s, transform 0.7s;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .function__image--flow4 .element:nth-child(2) {
    position: absolute;
    left: 34%;
    top: -2%;
    width: 43.1%;
  }
  .function__image--flow4 .element:nth-child(2) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow4 .element:nth-child(3) {
    position: absolute;
    left: 48%;
    top: 24%;
    width: 42%;
  }
  .function__image--flow4 .element:nth-child(3) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .function__image--flow4 .element:nth-child(2) {
    position: absolute;
    left: 32%;
    top: -1%;
    width: 50%;
  }
  .function__image--flow4 .element:nth-child(2) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow4 .element:nth-child(3) {
    position: absolute;
    left: 44%;
    top: 24%;
    width: 52%;
  }
  .function__image--flow4 .element:nth-child(3) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

.element {
  opacity: 0;
  transform: translateY(70px);
  -webkit-transform: translateY(70px);
  transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
}

.function__image--flow3 .element:nth-child(5) {
  opacity: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
}

.active--element {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: opacity 0.7s, transform 0.7s;
  -webkit-transition: opacity 0.7s, transform 0.7s;
}

.function__image--flow3 .element:nth-child(5).active--element {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: opacity 0.7s, transform 0.7s;
  -webkit-transition: opacity 0.7s, transform 0.7s;
}

.active {
  opacity: 1;
}

.design {
  width: 100%;
}

.design img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .design {
    width: 90%;
    margin: 0 auto;
  }
  .design img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

.smart__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 966px;
  margin: 0 auto 3%;
  padding: 0 3%;
}

.smart__wrap--2 {
  margin: 0 auto;
  padding: 0 3%;
}

.smart__icon {
  width: 38%;
  margin: 0 1% 0 0;
}

.smart__icon img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
}

.smart__icon--2 {
  width: 27%;
  margin: 0 1% 0 0;
}

.smart__icon--2 img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
}

.smart__text {
  margin: 0;
  font-size: 1.3rem;
}

.smart__text--2 {
  width: 74.6%;
  margin: 0;
  font-size: 1.3rem;
}

.smart__images {
  display: flex;
  justify-content: space-between;
  max-width: 936px;
  margin: 0 auto 7%;
  padding: 0;
  list-style: none;
}

.smart__images:last-of-type {
  padding: 0 0 7%;
}

.smart__images li {
  margin-right: 1%;
}

.smart__images li:last-of-type {
  margin-right: 0;
}

.smart__images li img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .smart__wrap {
    display: block;
    width: 94%;
    margin: 0 auto 3%;
  }
  .smart__wrap--2 {
    margin: 0 auto;
  }
  .smart__icon {
    width: 37%;
    margin-bottom: 3%;
  }
  .smart__icon img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0;
  }
  .smart__icon--2 {
    width: 37%;
    margin-bottom: 3%;
  }
  .smart__icon--2 img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0;
  }
  .smart__text {
    margin: 0 0 5%;
    font-size: 1.3rem;
  }
  .smart__text--2 {
    width: auto;
    margin: 0;
    font-size: 1.3rem;
  }
  .smart__images {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 936px;
    width: 95%;
    margin: 0 auto 7%;
    padding: 0;
    list-style: none;
  }
  .smart__images:last-of-type {
    padding: 0 0 7%;
  }
  .smart__images li {
    width: 48%;
    margin: 0 auto 10px;
  }
  .smart__images li:last-of-type {
    margin: 0 auto;
  }
  .smart__images li img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

.product {
  display: flex;
  justify-content: space-between;
  max-width: 930px;
  width: auto;
  margin: 5% auto;
}

.product__images {
  width: 62%;
}

.product__images img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
}

.product__wrap {
  width: 55%;
}

.product__name {
  margin: 3% 0 0;
  font-size: .95rem;
}

.product__num {
  margin: 0 0 5%;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
}

.product__logo {
  width: 100%;
  margin: 2% auto 5%;
}

.product__logo img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .product {
    display: block;
    justify-content: space-between;
    max-width: 930px;
    width: auto;
    margin: 5% auto;
  }
  .product__images {
    width: 65%;
    margin: 4% auto 0;
  }
  .product__images img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .product__wrap {
    width: 47%;
    margin: 0 auto;
  }
  .product__name {
    margin: 3% 0 0;
    font-size: .95rem;
  }
  .product__num {
    margin: 0 0 5%;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
  }
  .s5-button {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 0.875rem;
  }
}

.connection__comment {
  font-size: 1rem;
  max-width: 1100px;
  width: 84.61538461538461%;
  margin: 0 auto 2%;
}

@media screen and (max-width: 768px) {
  .connection__comment {
    font-size: 1rem;
    max-width: 1100px;
    width: 84.61538461538461%;
    margin: 0 auto 2%;
  }
}

.toCateTop {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  text-align: right;
}

.toCateTop a {
  border-radius: 5px;
}

.bnr__campaign {
  display: none;
  position: fixed;
  max-width: 250px;
  width: auto;
  right: 3%;
  bottom: 13%;
  z-index: 1000;
  background: #fff;
}

.bnr__campaign a {
  display: block;
}

.bnr__campaign a:hover {
  opacity: .8;
  transition: all 0.5s;
}

.bnr__campaign img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.bnr__campaignInner {
  position: relative;
}

.bnr__close {
  position: absolute;
  cursor: pointer;
  top: -5%;
  right: -5%;
  height: 20px;
  width: 20px;
  z-index: 1001;
  background: url(../images/close.png) no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .bnr__campaign {
    display: none;
    position: fixed;
    max-width: 100%;
    width: 170px;
    margin: 0 auto;
    right: 63px;
    bottom: 21px;
    z-index: 1000;
  }
  .bnr__campaign img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .bnr__close {
    position: absolute;
    cursor: pointer;
    top: -15%;
    right: -7%;
    height: 20px;
    width: 20px;
    z-index: 1001;
    background: url(../images/close.png) no-repeat;
    background-size: contain;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br {
  display: block;
}

.br2 {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br {
    display: none;
  }
  .br2 {
    display: block;
  }
}

.arrowStyle01 {
  font-size: 1.5rem;
  color: #d9a346;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
