.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 86%, #ffffff 90%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 10%, #dddddd 14%, #dddddd 86%, #ffffff 90%, #ffffff 100%);
}

.main {
  max-width: 1100px;
  width: 84.61538461538461%;
  margin: 3.2% auto 0;
}

.main__wrap {
  margin: 0 auto;
}

.main__title {
  width: auto;
  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: 90%;
    margin: 3.2% auto 0;
  }
  .main__wrap {
    margin: 0 auto;
  }
  .main__title {
    width: auto;
    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 0 3%;
  padding: 1.6% 0;
  background: url(../images/title_bg.png) left top;
}

.content__title img {
  display: block;
  max-width: 100%;
  width: 72.36363636363636%;
  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: 31.818181818181817%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .content {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto 1%;
    padding: 0;
    background: #f2f2f2;
  }
  .content__title {
    margin: 0 0 3%;
    padding: 0;
    background: none;
  }
  .content__title img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .content__title--2 {
    margin: 0;
    padding: 0;
    background: none;
  }
  .content__title--2 img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

.function__warp {
  width: 88%;
  margin: 0 auto;
}

.function__inner {
  overflow: hidden;
  margin: 0 auto 7.5%;
}

.function__subtitle {
  float: left;
  width: 58.26446280991735%;
}

.function__subtitleInner {
  overflow: hidden;
  border-bottom: solid 1px #d9a346;
}

.function__textTitle {
  float: left;
  width: 72%;
  padding: 6.4% 0 0 5%;
}

.function__icon {
  float: left;
  width: 21.98581560283688%;
  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: 18px;
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.5;
}

.function__mainTitle {
  font-size: 30px;
  font-size: 2.1rem;
  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__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__image {
  position: relative;
  width: auto;
  margin: 0 auto 7.5%;
}

.function__image img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@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: 25px;
    font-size: 1.6rem;
    margin: 0;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .function__warp {
    width: auto;
    margin: 0 auto;
  }
  .function__inner {
    overflow: hidden;
    margin: 0 auto 7.5%;
  }
  .function__subtitle {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .function__subtitleInner {
    overflow: hidden;
    border-bottom: solid 1px #d9a346;
  }
  .function__textTitle {
    float: left;
    width: 75%;
    padding: 2% 0 0 5%;
  }
  .function__icon {
    float: left;
    width: 18%;
    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: 22px;
    font-size: 1.6rem;
    margin: 0;
    line-height: 1.5;
  }
  .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__image {
    position: relative;
    width: auto;
    margin: 0 auto 7.5%;
  }
  .function__image img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

.function__image--flow1 .element:nth-child(2) {
  position: absolute;
  left: 17.4%;
  top: -10%;
  width: 30.268595041322317%;
}

.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: 27.1%;
  top: 37%;
  width: 27.685950413223143%;
}

.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: 25.8%;
  top: 7%;
  width: 6.714876033057851%;
}

.function__image--flow1 .element:nth-child(4) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__image--flow1 .element:nth-child(5) {
  position: absolute;
  right: 3%;
  top: -15%;
  width: 22.31404958677686%;
}

.function__image--flow1 .element:nth-child(5) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .function__image--flow1 .element:nth-child(2) {
    position: absolute;
    left: 1.4%;
    top: 0%;
    width: 28.8135593220339%;
  }
  .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: 32.1%;
    top: 0;
    width: 39%;
  }
  .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: 16.8%;
    top: 55%;
    width: 18.8135593220339%;
  }
  .function__image--flow1 .element:nth-child(4) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow1 .element:nth-child(5) {
    position: absolute;
    right: -5%;
    top: -9%;
    width: 33.220338983050844%;
  }
  .function__image--flow1 .element:nth-child(5) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

.function__image--flow2 .element:nth-child(2) {
  position: absolute;
  left: 43.1%;
  top: -9.5%;
  width: 30.268595041322317%;
}

.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;
  left: 49.3%;
  top: 37.2%;
  width: 30.47520661157025%;
}

.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) {
  position: absolute;
  left: 7.8%;
  top: -15%;
  width: 22.31404958677686%;
}

.function__image--flow2 .element:nth-child(4) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .function__image--flow2 .element:nth-child(2) {
    position: absolute;
    left: 2.4%;
    top: 0%;
    width: 28.8135593220339%;
  }
  .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;
    left: 33.1%;
    top: 0;
    width: 39%;
  }
  .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) {
    position: absolute;
    left: 0%;
    right: -75%;
    top: 27%;
    width: 33.220338983050844%;
  }
  .function__image--flow2 .element:nth-child(4) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

.function__image--flow3 {
  padding: 8% 0 0;
}

.function__image--flow3 .base:nth-child(1) {
  position: relative;
  z-index: 5;
}

.function__image--flow3 .base:nth-child(1) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__image--flow3 .element:nth-child(2) {
  position: absolute;
  left: 10.5%;
  top: 9%;
  width: 32%;
}

.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: 19%;
  top: 47%;
  width: 28%;
}

.function__image--flow3 .element:nth-child(3) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__image--flow3 .tv {
  z-index: 2;
  position: absolute;
  right: 20.9%;
  top: 8%;
  width: 24.173553719008265%;
}

.function__image--flow3 .tv img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__image--flow3 .element:nth-child(5) {
  opacity: 0;
  z-index: 3;
  position: absolute;
  right: 21.6%;
  top: 10.2%;
  width: 22.850413%;
}

.function__image--flow3 .element:nth-child(5) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.function__image--flow3 .element:nth-child(6) {
  z-index: 4;
  position: absolute;
  right: 0.4%;
  top: -1%;
  width: 22.31404958677686%;
}

.function__image--flow3 .element:nth-child(6) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .function__image--flow3 {
    padding: 8% 0 0;
  }
  .function__image--flow3 .base:nth-child(1) {
    position: relative;
    z-index: 5;
  }
  .function__image--flow3 .base:nth-child(1) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow3 .element:nth-child(2) {
    position: absolute;
    left: 1%;
    top: -4%;
    width: 30.165289256198346%;
  }
  .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: 32%;
    top: -4%;
    width: 37%;
  }
  .function__image--flow3 .element:nth-child(3) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow3 .tv {
    z-index: 2;
    position: absolute;
    right: 5.9%;
    top: 53%;
    width: 33%;
  }
  .function__image--flow3 .tv img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow3 .element:nth-child(5) {
    z-index: 3;
    position: absolute;
    right: 6.8%;
    top: 54.1%;
    width: 31.4%;
  }
  .function__image--flow3 .element:nth-child(5) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .function__image--flow3 .element:nth-child(6) {
    z-index: 4;
    position: absolute;
    left: 6%;
    right: -69%;
    top: -15%;
    width: 33.220338983050844%;
  }
  .function__image--flow3 .element:nth-child(6) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

.scene__inner {
  position: relative;
  max-width: 100%;
  margin: 0 auto 1%;
  padding: 76% 0 0;
  background: url(../images/scene01.jpg) no-repeat center center;
  background-size: contain;
}

.scene--02__inner {
  position: relative;
  max-width: 100%;
  margin: 0 auto 1%;
  padding: 76% 0 0;
  background: url(../images/scene02.jpg) no-repeat center center;
  background-size: contain;
}

.scene--03__inner {
  position: relative;
  max-width: 100%;
  margin: 0 auto 1%;
  padding: 76% 0 0;
  background: url(../images/scene03.jpg) no-repeat center center;
  background-size: contain;
}

.scene__comment {
  position: absolute;
  left: 1.7%;
  top: 2.4%;
  width: 58%;
  padding: 0 2%;
  background: #fff;
}

.scene__comment--02 {
  position: absolute;
  right: 2%;
  top: 2.4%;
  width: 52.5%;
  padding: 0 2% 1.7%;
  background: #fff;
}

.scene__comment--03 {
  position: absolute;
  left: 1.7%;
  top: 2.4%;
  width: 55%;
  padding: 0 2% 1.6%;
  background: #fff;
}

.scene__subtitle {
  font-size: 33px;
  font-size: 2.1rem;
  font-weight: 500;
  color: #d9a346;
  margin: 0;
  text-align: center;
}

.scene__text {
  margin: 0;
  font-size: 18px;
  font-size: 1.15rem;
}

.scene__link {
  margin: 0 auto 2%;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (max-width: 945px) {
  .scene__subtitle {
    font-size: 22px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #d9a346;
    margin: 0;
    text-align: center;
  }
  .scene__text {
    margin: 0;
    font-size: 18px;
    font-size: 1.15rem;
  }
}

@media screen and (max-width: 768px) {
  .scene {
    position: relative;
  }
  .scene__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 111%;
    background: url(../images/scene01_sp.jpg) no-repeat center bottom;
    background-size: contain;
  }
  .scene--02__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 114%;
    background: url(../images/scene02_sp.jpg) no-repeat center bottom;
    background-size: contain;
  }
  .scene--03__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 104.4%;
    background: url(../images/scene03_sp.jpg) no-repeat center bottom;
    background-size: contain;
  }
  .scene__images {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .scene__images img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .scene__comment {
    position: static;
    left: 0;
    top: 0;
    width: auto;
    padding: 0;
    background: #fdf9f4;
  }
  .scene__comment--02 {
    position: static;
    left: 0;
    top: 0;
    width: auto;
    padding: 0;
    background: #eeede8;
  }
  .scene__comment--03 {
    position: static;
    left: 0;
    top: 0;
    width: auto;
    padding: 0;
    background: #f2f3ee;
  }
  .scene__subtitle {
    font-size: 20px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #d9a346;
    margin: 0;
    padding: 6% 0 0;
    text-align: center;
  }
  .scene__text {
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .scene__link {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
}

.scene .icon:nth-child(2) {
  z-index: 4;
  position: absolute;
  right: 20%;
  bottom: 19%;
  width: 6.454545454545454%;
}

.scene .icon:nth-child(2) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene .icon:nth-child(3) {
  z-index: 4;
  position: absolute;
  right: 34%;
  bottom: 8%;
  width: 6.454545454545454%;
}

.scene .icon:nth-child(3) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene .tab1 {
  z-index: 3;
  position: absolute;
  top: 73.6%;
  left: 78.1%;
  width: 16%;
  margin: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
}

.scene .tab1 img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene .tab2 {
  z-index: 3;
  position: absolute;
  top: 84.7%;
  left: 64.8%;
  width: 24.636363636363637%;
  margin: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
}

.scene .tab2 img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .scene .icon:nth-child(2) {
    z-index: 4;
    position: absolute;
    left: 5%;
    top: 77.6%;
    width: 10.487444608567207%;
  }
  .scene .icon:nth-child(2) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene .icon:nth-child(3) {
    z-index: 4;
    position: absolute;
    left: 25%;
    top: 88%;
    width: 10.487444608567207%;
  }
  .scene .icon:nth-child(3) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene .tab1 {
    z-index: 3;
    position: absolute;
    left: 13%;
    top: 78.8%;
    width: 25.997045790251107%;
    margin: 0;
  }
  .scene .tab2 {
    z-index: 3;
    position: absolute;
    left: 33.4%;
    top: 89.1%;
    width: 40.02954209748892%;
    margin: 0;
  }
}

.scene--02__inner .icon:nth-child(2) {
  z-index: 4;
  position: absolute;
  left: 7%;
  top: 62%;
  width: 6.454545454545454%;
}

.scene--02__inner .icon:nth-child(2) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene--02__inner .icon:nth-child(3) {
  z-index: 4;
  position: absolute;
  left: 13.9%;
  top: 75%;
  width: 6.454545454545454%;
}

.scene--02__inner .icon:nth-child(3) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene--02__inner .tab3 {
  z-index: 3;
  position: absolute;
  left: 12.6%;
  top: 63.3%;
  margin: 0;
  width: 24.636363636363637%;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
}

.scene--02__inner .tab3 img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene--02__inner .tab4 {
  z-index: 3;
  position: absolute;
  left: 21.9%;
  top: 76.2%;
  margin: 0;
  width: 27.81818181818182%;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
}

.scene--02__inner .tab4 img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .scene--02__inner .icon:nth-child(2) {
    z-index: 4;
    position: absolute;
    left: 25%;
    top: 78%;
    width: 6.454545454545454%;
  }
  .scene--02__inner .icon:nth-child(2) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene--02__inner .icon:nth-child(3) {
    z-index: 4;
    position: absolute;
    left: 31%;
    top: 88%;
    width: 6.454545454545454%;
  }
  .scene--02__inner .icon:nth-child(3) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene--02__inner .tab3 {
    z-index: 3;
    position: absolute;
    left: 28.6%;
    top: 79.3%;
    margin: 0;
    width: 24.636363636363637%;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
  }
  .scene--02__inner .tab3 img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene--02__inner .tab4 {
    z-index: 3;
    position: absolute;
    left: 35.9%;
    top: 89.2%;
    margin: 0;
    width: 27.81818181818182%;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
  }
  .scene--02__inner .tab4 img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .scene--02__inner .icon:nth-child(2) {
    z-index: 4;
    position: absolute;
    left: 7%;
    top: 79%;
    width: 10.487444608567207%;
  }
  .scene--02__inner .icon:nth-child(2) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene--02__inner .icon:nth-child(3) {
    z-index: 4;
    position: absolute;
    left: 20.9%;
    top: 89%;
    width: 10.487444608567207%;
  }
  .scene--02__inner .icon:nth-child(3) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene--02__inner .tab3 {
    z-index: 3;
    position: absolute;
    left: 12.9%;
    top: 80%;
    width: 40.02954209748892%;
    margin: 0;
  }
  .scene--02__inner .tab4 {
    z-index: 3;
    position: absolute;
    left: 28.9%;
    top: 90.2%;
    width: 45.199409158050216%;
    margin: 0;
  }
}

.scene--03__inner .icon:nth-child(2) {
  z-index: 4;
  position: absolute;
  left: 19.9%;
  top: 33.1%;
  width: 6.454545454545454%;
}

.scene--03__inner .icon:nth-child(2) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene--03__inner .icon:nth-child(3) {
  z-index: 4;
  position: absolute;
  left: 6%;
  top: 44.5%;
  width: 6.454545454545454%;
}

.scene--03__inner .icon:nth-child(3) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene--03__inner .tab5 {
  z-index: 3;
  position: absolute;
  left: 24.6%;
  top: 34.5%;
  width: 20.09090909090909%;
  margin: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
}

.scene--03__inner .tab5 img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene--03__inner .tab6 {
  z-index: 3;
  position: absolute;
  left: 10.1%;
  top: 46%;
  width: 16.727272727272727%;
  margin: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
}

.scene--03__inner .tab6 img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.scene--03__comment {
  font-size: 19px;
  font-size: 1.2rem;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 2%;
}

@media screen and (max-width: 768px) {
  .scene--03__inner .icon:nth-child(2) {
    z-index: 4;
    position: absolute;
    left: 9.9%;
    top: 44.1%;
    width: 10.487444608567207%;
  }
  .scene--03__inner .icon:nth-child(2) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene--03__inner .icon:nth-child(3) {
    z-index: 4;
    position: absolute;
    left: 7%;
    top: 54.5%;
    width: 10.487444608567207%;
  }
  .scene--03__inner .icon:nth-child(3) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .scene--03__inner .tab5 {
    z-index: 3;
    position: absolute;
    left: 17.3%;
    top: 45.2%;
    width: 32.394387%;
    margin: 0;
  }
  .scene--03__inner .tab6 {
    z-index: 3;
    position: absolute;
    left: 13.1%;
    top: 55.8%;
    width: 26.1875%;
    margin: 0;
  }
  .scene--03__comment {
    font-size: 16px;
    font-size: 1rem;
    max-width: 640px;
    width: 90%;
    margin: 0 auto 2%;
  }
}

.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;
  }
}

.product {
  display: flex;
  justify-content: space-between;
  max-width: 622px;
  width: 90%;
  margin: 5% auto;
}

.product__images {
  width: 20.578778135048232%;
}

.product__images img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.product__wrap {
  width: 70.41800643086816%;
}

.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__images {
    width: 50%;
    margin: 4% 0 0;
  }
  .product__images img {
    display: block;
    max-width: 60%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .product__wrap {
    width: 60%;
  }
}

.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;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br {
    display: none;
  }
}

.arrowStyle01 {
  font-size: 1.5rem;
  color: #d9a346;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
