@charset "UTF-8";
.section--app {
  margin-top: 74px;
  padding-top: 86px;
}

.app__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app__ttl span {
  margin-top: 18px;
  font-size: 32px;
  font-weight: bold;
}

.app__grid {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

.app__grid a {
  display: block;
  text-align: center;
}

.app__note {
  margin-top: 16px;
  font-size: 12px;
}

.app__note-item {
  position: relative;
  padding-left: 1em;
}

.app__note-head {
  position: absolute;
  top: 0;
  left: 0;
}

.article {
  padding-top: 0;
  padding-bottom: 0;
}

.nav__local {
  position: static;
}

.mv {
  overflow: hidden;
}

.mv .inner {
  position: relative;
  padding-top: 160px;
}

.mv__ttl {
  display: flex;
  align-items: flex-end;
  opacity: 0;
  margin-left: 103px;
  color: #40c3c3;
  font-family: Helvetica, serif;
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.mv__ttl.is-show {
  -webkit-animation: fade_in_mv01 0.9s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  animation: fade_in_mv01 0.9s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}

.mv__ttl01 {
  position: relative;
}

.mv__ttl02 {
  position: relative;
}

.mv .txt__lead {
  margin-top: 35px;
  padding-bottom: 24px;
  opacity: 0;
  font-family: Helvetica, serif;
  font-size: 14px;
  font-weight: bold;
}

.mv .txt__lead.is-show {
  -webkit-animation: fade_in_mv01 0.9s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  animation: fade_in_mv01 0.9s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}

.mv .txt__lead-sub01 {
  margin-top: 26px;
}

.mv .txt__lead-sub02 {
  margin-top: 16px;
}

.mv .txt__lead-sub03 {
  margin-top: 40px;
}

.mv .txt__lead-copy {
  margin-top: 24px;
  font-size: 10px;
  font-weight: normal;
}

.mv .img-item01 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 407px;
  opacity: 0;
}

.mv .img-item01 > picture {
  position: relative;
}

.mv .img-item02 {
  position: absolute;
  z-index: -1;
  bottom: 305px;
  left: 86px;
  opacity: 0;
}

.mv .img-item03 {
  position: absolute;
  opacity: 0;
}

.mv .img-item03 .img-item__list-item--sideways {
  width: 267px;
}

.mv .img-item04 {
  position: absolute;
  top: -48px;
  opacity: 0;
}

.mv .img-item04 .img-item__list-item--sideways {
  width: 267px;
}

.mv .img-item__list-item {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-animation: fade_in_out 15s ease-in-out infinite;
  animation: fade_in_out 15s ease-in-out infinite;
  opacity: 0;
}

.mv .img-item__list-item:nth-of-type(1) {
  position: relative;
}

.mv .img-item__list-item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.mv .img-item__list-item:nth-of-type(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.mv .img.is-show .img-item01 {
  -webkit-animation: fade_in_mv01 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  animation: fade_in_mv01 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.mv .img.is-show .img-item02 {
  -webkit-animation: fade_in_mv02 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  animation: fade_in_mv02 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}

.mv .img.is-show .img-item03 {
  -webkit-animation: fade_in_mv03 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  animation: fade_in_mv03 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.mv .img.is-show .img-item04 {
  -webkit-animation: fade_in_mv04 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  animation: fade_in_mv04 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

.mv .img.is-show .img-item05 {
  -webkit-animation: fade_in_mv05 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  animation: fade_in_mv05 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.mv .img picture {
  display: block;
}

@-webkit-keyframes fade_in_mv01 {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fade_in_mv01 {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes fade_in_mv02 {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fade_in_mv02 {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes fade_in_mv03 {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fade_in_mv03 {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes fade_in_mv04 {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fade_in_mv04 {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes fade_in_mv05 {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fade_in_mv05 {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes fade_in_out {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    z-index: 0;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_in_out {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    z-index: 0;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.section--info {
  margin-top: 80px;
}

.info {
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #40c3c3;
  border-bottom: 1px solid #40c3c3;
}

.info__ttl {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.info__cnt {
  height: 1.5em;
  min-height: 1.5em;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.info__cnt.high {
  min-height: 4.2em;
}

.info__cnt-item {
  display: flex;
  font-size: 15px;
}

.info__cnt-item + .info__cnt-item {
  margin-top: 21px;
}

.info__cnt-link {
  display: inline-flex;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.info__cnt .date {
  color: #bbb;
  min-width: 90px;
}

.info__cnt .new {
  min-width: 2.5em;
  margin-left: 24px;
  color: #ff8026;
}

.info__cnt .new::after {
  content: none;
}

.info__cnt .detail {
  color: #fff;
}

.info__btn {
  position: relative;
  margin-left: auto;
  padding: 0 8px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.info__btn::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-image: linear-gradient(0deg, rgba(38, 38, 38, 0) calc(50% - 1px), #FFF calc(50% - 1px), #FFF calc(50% + 1px), rgba(38, 38, 38, 0) calc(50% + 1px)), linear-gradient(90deg, rgba(38, 38, 38, 0) calc(50% - 1px), #FFF calc(50% - 1px), #FFF calc(50% + 1px), rgba(38, 38, 38, 0) calc(50% + 1px));
}

.is-active .info__btn::before {
  background-image: linear-gradient(0deg, rgba(38, 38, 38, 0) calc(50% - 1px), #FFF calc(50% - 1px), #FFF calc(50% + 1px), rgba(38, 38, 38, 0) calc(50% + 1px));
}

.section--slide {
  margin-top: 80px;
}

.section--slide .slider__list {
  position: relative;
}

.section--slide .slider__list-item {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-animation: fade_in_out 20s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
  animation: fade_in_out 20s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
  opacity: 0;
}

.section--slide .slider__list-item:nth-of-type(1) {
  position: relative;
}

.section--slide .slider__list-item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.section--slide .slider__list-item:nth-of-type(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.section--slide .slider__list-item:nth-of-type(4) {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}

.section--video {
  margin-top: 64px;
}

.video__ttl {
  background: radial-gradient(circle, #40c3c3 0%, #187777 50%, #40c3c3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #187777;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  font-size: 56px;
  font-weight: bold;
  text-align: center;
}

.video__box + .video__box {
  margin-top: 80px;
  margin-right: 0;
}

.video__box__ttl {
  font-size: 15px;
  font-weight: bold;
}

.video__box__cnt {
  position: relative;
  width: 800px;
  height: 0;
  margin-top: 12px;
  padding-top: 56.25%;
  overflow: hidden;
}

.video__box__btn {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.video__box__player {
  display: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section--pd {
  margin-top: 74px;
}

.section--pd .txt__lead {
  margin-top: 26px;
  text-align: center;
}

.pd__ttl {
  display: flex;
  justify-content: center;
  color: #40c3c3;
  font-size: 56px;
  font-weight: bold;
}

.pd__box {
  display: flex;
  align-items: flex-start;
  margin-top: 64px;
}

.pd__box-rotate {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 560px;
}

.pd__box-rotate #mamImgAround {
  cursor: -webkit-grab;
  cursor: grab;
}

.pd__box-rotate__txt {
  display: flex;
  position: relative;
  justify-content: center;
  color: #c3c3c3;
  font-size: 18px;
  font-weight: bold;
}

.pd__box-rotate__txt::before, .pd__box-rotate__txt::after {
  content: "";
  width: 21px;
  height: 1.5em;
}

.pd__box-rotate__txt::before {
  margin-right: 10px;
  background: url("/mini_evo/common/index/img/icn_pd_01.png") no-repeat 50% 50%/100% auto;
}

.pd__box-rotate__txt::after {
  margin-left: 10px;
  background: url("/mini_evo/common/index/img/icn_pd_02.png") no-repeat 50% 50%/100% auto;
}

.pd__box-info-item {
  display: flex;
  opacity: 0;
}

.pd__box-info.is-show .pd__box-info-item {
  -webkit-animation: fade_in_up 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  animation: fade_in_up 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
}

.pd__box-info.is-show .pd__box-info-item:nth-of-type(1) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.pd__box-info.is-show .pd__box-info-item:nth-of-type(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.pd__box-info.is-show .pd__box-info-item:nth-of-type(3) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.pd__box-info-item + .pd__box-info-item {
  margin-top: 32px;
}

.pd__box-info__head {
  flex: 0 0 auto;
}

.pd__box-info__body {
  margin-left: 24px;
}

.pd__box-info__img01, .pd__box-info__img02, .pd__box-info__img03 {
  position: relative;
  border: 1px solid #535353;
  box-shadow: 0 0 16px rgba(10, 10, 10, 0.5);
}

.pd__box-info__img-item01, .pd__box-info__img-item02, .pd__box-info__img-item03 {
  position: absolute;
  transition: -webkit-transform 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 1.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.pd__box-info__img-item01 {
  top: 38px;
  left: 20px;
}

.pd__box-info__img-item02 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.pd__box-info__img-item03 {
  top: 20px;
  left: 10px;
}

.pd__box-info__ttl {
  color: #40c3c3;
  font-size: 20px;
}

.pd__box-info__txt {
  margin-top: 8px;
}

.section--feature {
  position: relative;
  z-index: 0;
  margin-top: 160px;
  padding-top: 100px;
  padding-bottom: 100px;
  box-shadow: 0 0 30px rgba(10, 10, 10, 0.8);
}

.section--feature::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #262626 url("/mini_evo/common/index/img/bg_feature_01_pc.webp") no-repeat 50% 50%/cover;
}

.is-noWebp .section--feature::before {
  background: #262626 url("/mini_evo/common/index/img/bg_feature_01_pc.jpg") no-repeat 50% 50%/cover;
}

.section--feature .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature__ttl {
  color: #40c3c3;
  font-size: 48px;
  font-weight: bold;
}

.feature__list {
  display: flex;
  margin-top: 40px;
}

.feature__list-item + .feature__list-item {
  margin-left: 32px;
}

.feature__list__link {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 228px;
  height: 100%;
  min-height: 128px;
  padding: 12px 12px 24px;
  border: 1px solid #40c3c3;
  border-radius: 4px;
  background-color: #262626;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.feature__list__link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  width: 14px;
  height: 9px;
  margin: auto;
  background: url("/mini_evo/common/index/img/icn_arrow_01.png") no-repeat 50% 50%/100% auto;
}

.feature__list__link-in {
  position: relative;
  padding-bottom: 8px;
}

.feature__list__link-img02 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.feature__list__link-txt {
  display: flex;
  align-items: center;
}

.section--de {
  margin-top: 30px;
  padding-top: 70px;
}

.section--de .txt__lead {
  margin-top: 26px;
  text-align: center;
}

.section--de .slider__list-item {
  padding: 0 12px;
  text-align: center;
}

.section--de .slider__list-item img {
  border-radius: 4px;
}

.section--de .txt__list--note {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.section--de .btn--type02 {
  margin-right: auto;
  margin-left: auto;
}

.de__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #40c3c3;
  font-size: 56px;
  font-weight: bold;
}

.de__ttl span {
  padding-bottom: 4px;
}

.de__slider {
  display: flex;
  position: absolute;
  top: 0;
  height: 100%;
}

.de__slider__wrap {
  position: relative;
  height: 250px;
  margin-top: 64px;
  overflow: hidden;
}

.de__slider__wrap + .de__slider__wrap {
  margin-top: 24px;
}

.de__slider--type01 {
  left: 0;
}

.de__slider--type02 {
  right: 0;
}

.de__slider__list {
  display: flex;
}

.de__slider__list-item {
  flex: 0 0 auto;
  width: 172px;
  margin: 0 12px;
  text-align: center;
}

.de__slider__list-item img {
  border-radius: 4px;
}

.de__img {
  display: flex;
  position: relative;
  z-index: 0;
  justify-content: center;
  margin-top: 80px;
  padding-top: 224px;
}

.de__img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 45px);
  margin: auto;
  background: url("/mini_evo/common/index/img/img_de_01.webp") no-repeat 50% 50%/cover;
  box-shadow: 0 0 30px #0a0a0a;
}

.is-noWebp .de__img::before {
  background: url("/mini_evo/common/index/img/img_de_01.jpg") no-repeat 50% 50%/cover;
}

.de__box {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.de__box-lens, .de__box-film {
  width: 45.5737704918%;
}

.de__box-lens .de__box__img {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.de__box-lens .de__box__img::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 31px;
  right: -1px;
  width: 58px;
  height: 67px;
  -webkit-animation: lens-rotate 2.4s linear infinite;
  animation: lens-rotate 2.4s linear infinite;
  background: url("/mini_evo/common/index/img/img_de_03_02.webp") no-repeat 50% 50%/100% auto;
}

.is-noWebp .de__box-lens .de__box__img::before {
  background: url("/mini_evo/common/index/img/img_de_03_02.png") no-repeat 50% 50%/100% auto;
}

.de__box-film {
  position: relative;
}

.de__box-film::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 170px;
  left: -68px;
  width: 32px;
  height: 32px;
  background-image: linear-gradient(45deg, rgba(38, 38, 38, 0) calc(50% - 1px), #FFF calc(50% - 1px), #FFF calc(50% + 1px), rgba(38, 38, 38, 0) calc(50% + 1px)), linear-gradient(135deg, rgba(38, 38, 38, 0) calc(50% - 1px), #FFF calc(50% - 1px), #FFF calc(50% + 1px), rgba(38, 38, 38, 0) calc(50% + 1px));
}

.de__box-film .de__box__img::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 18px;
  left: -6px;
  width: 31px;
  height: 30px;
  -webkit-animation: film-rotate 2.7s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
  animation: film-rotate 2.7s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
  background: url("/mini_evo/common/index/img/img_de_05_02.webp") no-repeat 50% 50%/100% auto;
}

.is-noWebp .de__box-film .de__box__img::before {
  background: url("/mini_evo/common/index/img/img_de_05_02.png") no-repeat 50% 50%/100% auto;
}

.de__box__head {
  display: flex;
}

.de__box__img {
  position: relative;
  flex: 0 0 auto;
}

.de__box__cnt {
  margin-top: 24px;
}

.de__box__ttl {
  font-size: 24px;
  font-weight: bold;
}

.de__box__ttl span {
  color: #40c3c3;
}

.de__box__txt {
  margin-top: 16px;
  font-size: 13px;
}

.de__box__body {
  margin-top: 24px;
}

.de__box__list {
  display: flex;
  flex-wrap: wrap;
}

.de__box__list-item {
  width: 17.9856115108%;
}

.de__box__list-item + .de__box__list-item {
  margin-left: 2.5179856115%;
}

.de__box__list-item + .de__box__list-item:nth-of-type(5n + 1) {
  margin-left: 0;
}

.de__box__list-item + .de__box__list-item:nth-of-type(n + 6) {
  margin-top: 24px;
}

.de__box__list-item img {
  width: 100%;
}

.de__box__list-item figcaption {
  margin-top: 4px;
  font-size: 12px;
  text-align: center;
}

@-webkit-keyframes lens-rotate {
  0% {
    -webkit-transform: rotate3d(5, 5, 30, 0);
    transform: rotate3d(5, 5, 30, 0);
  }
  16.5% {
    -webkit-transform: rotate3d(0, 0, 30, 90deg);
    transform: rotate3d(0, 0, 30, 90deg);
  }
  33% {
    -webkit-transform: rotate3d(0, 0, 30, 180deg);
    transform: rotate3d(0, 0, 30, 180deg);
  }
  49.5% {
    -webkit-transform: rotate3d(0, -2.5, 30, 270deg);
    transform: rotate3d(0, -2.5, 30, 270deg);
  }
  66% {
    -webkit-transform: rotate3d(0, -5, 30, 360deg);
    transform: rotate3d(0, -5, 30, 360deg);
  }
  100% {
    -webkit-transform: rotate3d(5, 5, 30, 360deg);
    transform: rotate3d(5, 5, 30, 360deg);
  }
}
@keyframes lens-rotate {
  0% {
    -webkit-transform: rotate3d(5, 5, 30, 0);
    transform: rotate3d(5, 5, 30, 0);
  }
  16.5% {
    -webkit-transform: rotate3d(0, 0, 30, 90deg);
    transform: rotate3d(0, 0, 30, 90deg);
  }
  33% {
    -webkit-transform: rotate3d(0, 0, 30, 180deg);
    transform: rotate3d(0, 0, 30, 180deg);
  }
  49.5% {
    -webkit-transform: rotate3d(0, -2.5, 30, 270deg);
    transform: rotate3d(0, -2.5, 30, 270deg);
  }
  66% {
    -webkit-transform: rotate3d(0, -5, 30, 360deg);
    transform: rotate3d(0, -5, 30, 360deg);
  }
  100% {
    -webkit-transform: rotate3d(5, 5, 30, 360deg);
    transform: rotate3d(5, 5, 30, 360deg);
  }
}
@-webkit-keyframes film-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  66% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes film-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  66% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.section--af {
  margin-top: 90px;
  padding-top: 70px;
}

.section--af .txt__lead {
  margin-top: 26px;
  text-align: center;
}

.af__ttl {
  display: flex;
  justify-content: center;
  color: #40c3c3;
  font-size: 56px;
  font-weight: bold;
}

.af__info {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 28px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-delay: 0.3s;
  opacity: 0;
}

.af__info.is-show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.af__info-txt {
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.af__info-txt span {
  display: block;
  margin-top: -4px;
  font-size: 18px;
  font-weight: bold;
}

.af__list {
  width: 100%;
  max-width: 1366px;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.af__list-item {
  display: flex;
  justify-content: space-between;
  padding: 64px;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(0deg, #262626 0%, #333333 100%);
  box-shadow: 0 0 16px rgba(10, 10, 10, 0.5);
}

.af__list-item + .af__list-item {
  margin-top: 40px;
}

.af__list-ttl {
  display: flex;
  flex-direction: column;
  color: #40c3c3;
  font-size: 48px;
  font-weight: bold;
}

.af__list-ttl span {
  padding-bottom: 16px;
}

.af__list-txt {
  margin-top: 40px;
  font-weight: bold;
}

.af__list-txt--lead {
  font-size: 24px;
  font-weight: bold;
}

.dp__list {
  display: flex;
  align-items: flex-end;
  max-width: 657px;
}

.dp__list-item01 {
  position: relative;
  z-index: 1;
  opacity: 0;
}

.af__list-item.is-show .dp__list-item01 {
  -webkit-animation: fade_in_up 0.6s ease forwards;
  animation: fade_in_up 0.6s ease forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.dp__list-item02 {
  position: relative;
  margin-left: 20px;
  padding-bottom: 17.2025723473%;
  opacity: 0;
}

.af__list-item.is-show .dp__list-item02 {
  -webkit-animation: fade_in_right 0.6s ease forwards;
  animation: fade_in_right 0.6s ease forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.dp__list-item02::after {
  content: "";
  position: absolute;
  top: 45.5128205128%;
  right: 0;
  left: 0;
  width: 51.6949152542%;
  height: 55.1948051948%;
  margin: auto;
  background: url("/mini_evo/common/sub_common/img/icn_wifi_01.png") no-repeat 50% 0/100% auto;
}

.dp__list-item03 {
  position: relative;
  z-index: 0;
  margin-left: 16px;
  opacity: 0;
}

.af__list-item.is-show .dp__list-item03 {
  -webkit-animation: fade_in_up 0.6s ease forwards;
  animation: fade_in_up 0.6s ease forwards;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.dp__list-item03::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 10.3825136612%;
  width: 60.5555555556%;
  height: 68.2065217391%;
  opacity: 0;
  background: url("/mini_evo/common/index/img/img_dp_03.webp") no-repeat 50% 0/100% auto;
}

.is-noWebp .dp__list-item03::after {
  background: url("/mini_evo/common/index/img/img_dp_03.png") no-repeat 50% 0/100% auto;
}

.af__list-item.is-show .dp__list-item03::after {
  -webkit-animation: fade_in_up--type01 1.8s cubic-bezier(0.68, -0.6, 0.24, 1.1) forwards;
  animation: fade_in_up--type01 1.8s cubic-bezier(0.68, -0.6, 0.24, 1.1) forwards;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.pg__list {
  display: flex;
  align-items: flex-end;
}

.pg__list-item01 {
  position: relative;
  z-index: 0;
  opacity: 0;
}

.af__list-item.is-show .pg__list-item01 {
  -webkit-animation: fade_in_up 0.9s ease forwards;
  animation: fade_in_up 0.9s ease forwards;
}

.pg__list-item01::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 13.4453781513%;
  width: 59.6638655462%;
  height: 70.5882352941%;
  background: url("/mini_evo/common/index/img/img_pg_02.webp") no-repeat 50% 0/100% auto;
}

.is-noWebp .pg__list-item01::before {
  background: url("/mini_evo/common/index/img/img_pg_02.png") no-repeat 50% 0/100% auto;
}

.pg__list-item02 {
  position: relative;
  margin-left: 20px;
  padding-bottom: 17.2025723473%;
  opacity: 0;
}

.af__list-item.is-show .pg__list-item02 {
  -webkit-animation: fade_in_right 0.9s ease forwards;
  animation: fade_in_right 0.9s ease forwards;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.pg__list-item02::after {
  content: "";
  position: absolute;
  top: 45.5128205128%;
  right: 0;
  left: 0;
  width: 51.6949152542%;
  height: 55.1948051948%;
  margin: auto;
  background: url("/mini_evo/common/sub_common/img/icn_wifi_01.png") no-repeat 50% 0/100% auto;
}

.pg__list-item03 {
  margin-left: 16px;
  opacity: 0;
}

.af__list-item.is-show .pg__list-item03 {
  -webkit-animation: fade_in_up 0.9s ease forwards;
  animation: fade_in_up 0.9s ease forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.rs__list {
  display: flex;
  align-items: center;
  max-width: 577px;
  opacity: 0;
}

.af__list-item.is-show .rs__list {
  -webkit-animation: fade_in_up 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  animation: fade_in_up 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
}

.rs__list-item01 {
  position: relative;
}

.rs__list-item0101::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -22.4824355972%;
  left: 4.6296296296%;
  width: 165.7407407407%;
  height: 29.0398126464%;
  background: linear-gradient(0deg, #272727 0%, rgba(39, 39, 39, 0) 100%);
}

.rs__list-item0101-img02 {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 0;
}

.rs__list.is-show .rs__list-item0101-img02 {
  opacity: 1;
  transition-delay: 2.1s;
}

.rs__list-item0102 {
  display: flex;
  position: absolute;
  bottom: -22.2482435597%;
  left: 41.6666666667%;
  align-items: flex-end;
  width: 120.3703703704%;
  height: 66.7447306792%;
  opacity: 0;
}

.rs__list.is-show .rs__list-item0102 {
  -webkit-animation: touch 1s normal forwards cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: touch 1s normal forwards cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.rs__list-item0102::before, .rs__list-item0102::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  opacity: 0;
}

.rs__list.is-show .rs__list-item0102::before, .rs__list.is-show .rs__list-item0102::after {
  -webkit-animation: touch02 1.5s normal forwards ease-out;
  animation: touch02 1.5s normal forwards ease-out;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.rs__list-item0102::before {
  top: -4.4776119403%;
  left: -4.8979591837%;
  width: 22.8571428571%;
  height: 20.8955223881%;
}

.rs__list-item0102::after {
  top: -0.7462686567%;
  left: -0.8163265306%;
  width: 14.693877551%;
  height: 13.4328358209%;
}

.rs__list-item02 {
  margin-left: 78px;
}

.rs__list-item03 {
  margin-left: 30px;
}

@-webkit-keyframes touch {
  0% {
    -webkit-transform: translateY(100%) scale(0.9);
    transform: translateY(100%) scale(0.9);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0%) scale(1.1);
    transform: translateY(0%) scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes touch {
  0% {
    -webkit-transform: translateY(100%) scale(0.9);
    transform: translateY(100%) scale(0.9);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0%) scale(1.1);
    transform: translateY(0%) scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes touch02 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes touch02 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.section--hpqe {
  margin-top: 74px;
  padding-top: 86px;
}

.section--hpqe .txt__lead {
  margin-top: 26px;
  text-align: center;
}

.hpqe__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #40c3c3;
  font-size: 56px;
  font-weight: bold;
  text-align: center;
}

.hpqe__img {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.hpqe__grid {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.hpqe__grid-item + .hpqe__grid-item {
  margin-left: 64px;
}

.hpqe__grid p {
  color: #40c3c3;
  font-weight: bold;
  text-align: center;
}

.section--nf {
  max-width: 1286px;
  margin-top: 155px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.section--nf-in {
  display: flex;
  position: relative;
  z-index: 0;
  padding: 64px;
  overflow: hidden;
  border-radius: 9px;
  background: linear-gradient(0deg, #262626 0%, #333333 100%);
  box-shadow: 0 0 16px rgba(10, 10, 10, 0.5);
}

.section--nf .btn--type03 {
  margin-top: 16px;
}

.nf__ttl {
  color: #40c3c3;
  font-size: 56px;
  font-weight: bold;
}

.nf__txt--lead {
  margin-top: 26px;
  color: #fff;
  font-weight: bold;
}

.nf__txt--lead span {
  font-size: 24px;
}

.section--accessories {
  margin-top: 120px;
}

.accessories__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #40c3c3;
  font-size: 32px;
  font-weight: bold;
}

.accessories__ttl span {
  padding-bottom: 8px;
  font-size: 16px;
}

.accessories__body {
  margin-top: 64px;
}

.accessories__body .accessories__box {
  display: flex;
  justify-content: center;
}

.accessories__body .accessories__box-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.accessories__body .accessories__box-item figure {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.accessories__body .accessories__box-item picture {
  flex: 0 1 auto;
  height: 100%;
}

.accessories__body .accessories__box-item figcaption {
  margin-top: 16px;
  font-size: 24px;
  font-weight: bold;
}

.accessories__foot {
  margin-top: 120px;
}

.accessories__foot .accessories__box {
  display: flex;
  justify-content: center;
}

.accessories__foot .accessories__box-item {
  width: 100%;
}

.accessories__foot .accessories__box__link {
  display: flex;
  position: relative;
  z-index: 0;
  flex-direction: column;
  height: 401px;
  padding: 40px;
  overflow: hidden;
  border-radius: 9px;
  background: linear-gradient(0deg, #262626 0%, #333333 100%);
  box-shadow: 0 0 16px rgba(10, 10, 10, 0.5);
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

.accessories__foot .accessories__box__link::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.accessories__foot .accessories__box__link01::after {
  right: 8.9887640449%;
  bottom: 0;
  width: 47.5120385233%;
  height: 339px;
  background: url("/mini_evo/common/index/img/img_specifications_01.webp") no-repeat 50% 100%/100% auto;
}

.is-noWebp .accessories__foot .accessories__box__link01::after {
  background: url("/mini_evo/common/index/img/img_specifications_01.png") no-repeat 50% 100%/100% auto;
}

.accessories__foot .accessories__box__link02::after {
  right: 15.4093097913%;
  bottom: 90px;
  width: 35.4735152488%;
  max-width: 221px;
  height: 221px;
  background: url("/mini_evo/common/index/img/img_support_01.webp") no-repeat 50% 50%/100% auto;
}

.is-noWebp .accessories__foot .accessories__box__link02::after {
  background: url("/mini_evo/common/index/img/img_support_01.png") no-repeat 50% 50%/100% auto;
}

.accessories__foot .accessories__box__link-txt {
  text-shadow: 0 0 16px #0a0a0a;
}

.accessories__foot .accessories__box__link-txt span {
  display: flex;
  padding-bottom: 8px;
  font-size: 16px;
}

.section--accessories-external {
  margin-top: 120px;
}

.section--accessories-external figure {
  display: flex;
  justify-content: flex-end;
}

.accessories-external__box {
  display: flex;
  justify-content: center;
}

.accessories-external__txt {
  margin-top: 24px;
}

.accessories-external__txt__lead {
  color: #40c3c3;
  font-size: 24px;
  font-weight: bold;
}

.accessories-external__txt .txt__list--note {
  margin-top: 16px;
}

.section--film {
  margin-top: 160px;
  padding-top: 78px;
  padding-bottom: 36px;
  border-top: 1px solid #707070;
  background-color: #fff;
  color: #333;
}

.film__grid {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}

.film__tag {
  display: block;
  width: 240px;
  padding: 3px 0;
  background: #262626;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.film__ttl {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}

.film__btn {
  margin-top: 24px;
}

.film__btn__link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 296px;
  padding: 10px 35px 10px 10px;
  border-radius: 6px;
  background-color: #262626;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
}

.film__btn__link svg {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 9px;
  height: 14px;
  margin: auto;
}

.film__btn__link svg polygon {
  fill: #fff;
}

.film__body {
  position: relative;
}

.film__list-spec {
  margin-top: 72px;
}

.film__list-spec-item {
  font-size: 12px;
}

.film__list-product {
  display: flex;
}

.film__list-product-item .film__list-spec {
  display: none;
}

.film__list-product-item .film__list-spec .film__br {
  display: none;
}

.film__list-product-ttl {
  font-size: 20px;
}

.film__list-product-option {
  margin-top: 8px;
}

.film__list-product-option-item {
  font-size: 12px;
}

.film__foot {
  margin-top: 68px;
}

.camera-operation {
  margin-top: 120px;
}

.list__camera {
  display: flex;
}

.list__camera-item {
  position: relative;
}

.list__camera-item--type01::after {
  content: "";
  position: absolute;
  top: 105px;
  right: 40px;
  width: 121px;
  height: 139px;
  -webkit-animation: rotate3d 0.4s normal forwards linear;
  animation: rotate3d 0.4s normal forwards linear;
  background: url("/mini_evo/features/img/img_01_02.webp") no-repeat 50% 50%/100% auto;
}

.is-noWebp .list__camera-item--type01::after {
  background: url("/mini_evo/features/img/img_01_02.png") no-repeat 50% 50%/100% auto;
}

.list__camera-item--type02::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 40px;
  width: 61px;
  height: 61px;
  -webkit-animation: rotate 0.4s normal forwards linear;
  animation: rotate 0.4s normal forwards linear;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  background: url("/mini_evo/features/img/img_02_02.webp") no-repeat 50% 50%/100% auto;
}

.is-noWebp .list__camera-item--type02::after {
  background: url("/mini_evo/features/img/img_02_02.png") no-repeat 50% 50%/100% auto;
}

.list__camera-item--type03 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.list__camera-item--type03 img:nth-of-type(1) {
  -webkit-transform: translateY(80%);
  transform: translateY(80%);
  -webkit-animation: transformY 0.6s normal forwards linear;
  animation: transformY 0.6s normal forwards linear;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.list__camera-item--type03 img:nth-of-type(2) {
  z-index: 1;
  margin-top: -80px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotate(0) skew(10deg, -20deg);
    transform: rotate(0) skew(10deg, -20deg);
  }
  50% {
    -webkit-transform: rotate(180deg) skew(10deg, -20deg);
    transform: rotate(180deg) skew(10deg, -20deg);
  }
  100% {
    -webkit-transform: rotate(360deg) skew(10deg, -20deg);
    transform: rotate(360deg) skew(10deg, -20deg);
  }
}
@keyframes rotate3d {
  0% {
    -webkit-transform: rotate(0) skew(10deg, -20deg);
    transform: rotate(0) skew(10deg, -20deg);
  }
  50% {
    -webkit-transform: rotate(180deg) skew(10deg, -20deg);
    transform: rotate(180deg) skew(10deg, -20deg);
  }
  100% {
    -webkit-transform: rotate(360deg) skew(10deg, -20deg);
    transform: rotate(360deg) skew(10deg, -20deg);
  }
}
@-webkit-keyframes transformY {
  0% {
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes transformY {
  0% {
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@media not all and (min-width: 768px) {
  .section--app {
    margin-top: 120px;
    padding-top: 16px;
  }
  .app__grid {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
  .app__grid-item02 {
    margin-top: 32px;
  }
  .mv .inner {
    padding-top: 42.1333333333%;
  }
  .mv__ttl {
    position: relative;
    width: 100%;
    margin-left: 6.9970845481%;
    font-size: 10.2040816327vw;
  }
  .mv__ttl.is-show .mv__ttl02 {
    -webkit-transform: none;
    transform: none;
  }
  .mv__ttl01 {
    width: 100%;
  }
  .mv__ttl02 {
    position: absolute;
    bottom: 0;
    left: 53.9358600583%;
  }
  .mv__box {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-top: -9.3294460641%;
  }
  .mv .txt__lead {
    display: flex;
    flex-direction: column;
    width: 34.9854227405%;
    padding-bottom: 8px;
    font-size: 10px;
  }
  .mv .txt__lead-sub01 {
    margin-top: 10px;
  }
  .mv .txt__lead-sub02 {
    margin-top: 8px;
  }
  .mv .txt__lead-sub03 {
    margin-top: 24px;
  }
  .mv .txt__lead-copy {
    margin-top: 40px;
  }
  .mv .img {
    width: 63.8483965015%;
  }
  .mv .img-item01 {
    position: relative;
    left: 22.6666666667%;
    width: 72.602739726%;
    padding-top: 64.8401826484%;
    text-align: center;
  }
  .mv .img-item02 {
    top: 0;
    bottom: auto;
    left: 28.3018867925%;
    width: 64.7798742138%;
  }
  .mv .img-item03 {
    top: 5.0974512744%;
    right: 17.8666666667%;
    width: 27.4666666667%;
  }
  .mv .img-item03 .img-item__list-item--sideways {
    width: 143.6893203883%;
  }
  .mv .img-item04 {
    top: -3.748125937%;
    left: 10.6666666667%;
    width: 27.4666666667%;
  }
  .mv .img-item04 .img-item__list-item--sideways {
    width: 143.6893203883%;
  }
  .mv .img.is-show .img-item03 {
    -webkit-animation: fade_in_mv05 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
    animation: fade_in_mv05 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
  }
  .section--info {
    margin-top: 40px;
  }
  .info {
    flex-direction: column;
  }
  .info__cnt {
    height: 3em;
    min-height: 143px;
    margin-top: 16px;
  }
  .info__cnt-item {
    flex-wrap: wrap;
  }
  .info__cnt-link {
    flex-wrap: wrap;
  }
  .info__cnt .detail {
    width: 100%;
    margin-top: 5px;
  }
  .info__btn {
    margin-top: 8px;
  }
  .section--slide .slider__list-item img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .section--video {
    margin-top: 48px;
  }
  .video__ttl {
    font-size: 24px;
  }
  .video__box {
    width: 100%;
    margin-top: 68px;
  }
  .video__box__cnt {
    width: 100%;
  }
  .section--pd {
    margin-top: 136px;
  }
  .section--pd .txt__lead {
    margin-top: 25px;
  }
  .pd__ttl {
    font-size: 40px;
  }
  .pd__box {
    flex-direction: column;
    margin-top: 54px;
  }
  .pd__box-rotate {
    width: 100%;
  }
  .pd__box-rotate #mamImgAround {
    width: 52.4781341108%;
  }
  .pd__box-info {
    margin-top: 64px;
  }
  .pd__box-info.is-show .pd__box-info-item:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .pd__box-info.is-show .pd__box-info-item:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  .pd__box-info.is-show .pd__box-info-item:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .pd__box-info__head {
    width: 96px;
  }
  .pd__box-info__img-item01 {
    top: 28px;
    left: 16px;
    width: 48px;
  }
  .pd__box-info__img-item02 {
    width: 77px;
  }
  .pd__box-info__img-item03 {
    top: 16px;
    left: 6px;
    width: 38px;
  }
  .section--feature {
    margin-top: 136px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section--feature::before {
    background-image: url("/mini_evo/common/index/img/bg_feature_01_sp.webp");
  }
  .is-noWebp .section--feature::before {
    background-image: url("/mini_evo/common/index/img/bg_feature_01_sp.jpg");
  }
  .feature__ttl {
    font-size: 32px;
  }
  .feature__list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
  }
  .feature__list-item {
    width: 47.5218658892%;
  }
  .feature__list-item + .feature__list-item {
    margin-left: 3.2069970845%;
  }
  .feature__list-item + .feature__list-item:last-of-type {
    margin-top: 16px;
    margin-left: 0;
  }
  .feature__list__link {
    width: 100%;
    min-height: 160px;
    text-align: center;
  }
  .section--de {
    margin-top: 120px;
    padding-top: 16px;
  }
  .section--de .slider__list-item {
    width: 111px;
    padding: 0 6px;
  }
  .de__ttl {
    font-size: 40px;
    text-align: center;
  }
  .de__slider__wrap {
    height: 162px;
  }
  .de__slider__wrap + .de__slider__wrap {
    margin-top: 12px;
  }
  .de__slider__list-item {
    width: 111px;
    margin: 0 6px;
  }
  .de__img {
    padding-top: 24px;
  }
  .de__img::before {
    height: calc(100% - 64px);
  }
  .de__img img {
    width: 139px;
    height: auto;
  }
  .de__box {
    flex-direction: column;
    margin-top: 75px;
  }
  .de__box-lens, .de__box-film {
    width: 100%;
  }
  .de__box-lens .de__box__img::before {
    top: 44px;
    right: -3px;
    width: 87px;
    height: 100px;
  }
  .de__box-film {
    margin-top: 152px;
  }
  .de__box-film::before {
    top: -112px;
    right: 0;
    bottom: auto;
    left: 0;
    width: 72px;
    height: 72px;
    margin: auto;
  }
  .de__box-film .de__box__img::before {
    top: 28px;
    width: 44px;
    height: 44px;
  }
  .de__box__head {
    flex-direction: column;
    align-items: center;
  }
  .de__box__ttl {
    text-align: center;
  }
  .de__box__txt {
    text-align: center;
  }
  .de__box__body {
    margin-top: 16px;
  }
  .de__box__list-item {
    width: 17.4927113703%;
  }
  .de__box__list-item + .de__box__list-item {
    margin-left: 2.915451895%;
  }
  .de__box__list-item + .de__box__list-item:nth-of-type(n + 6) {
    margin-top: 16px;
  }
  .de__box__list-item figcaption {
    font-size: 10px;
  }
  .section--af {
    margin-top: 120px;
    padding-top: 16px;
  }
  .section--af .txt__lead {
    margin-top: 25px;
  }
  .section--af .btn--type02 {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    margin: auto;
  }
  .af__ttl {
    font-size: 40px;
  }
  .af__list {
    padding-right: 16px;
    padding-left: 16px;
  }
  .af__list-item {
    position: relative;
    flex-direction: column;
    padding: 40px 16px 122px;
  }
  .af__list-item--type01 {
    padding-bottom: 0;
  }
  .af__list-item__foot {
    margin-top: 38px;
    overflow: hidden;
  }
  .af__list-ttl {
    font-size: 32px;
  }
  .af__list-ttl span {
    padding-bottom: 12px;
  }
  .af__list-txt {
    margin-top: 25px;
  }
  .dp__list-item01 {
    width: 33.4405144695%;
  }
  .dp__list-item02 {
    bottom: 35px;
    width: 19.61414791%;
    padding-bottom: 70px;
  }
  .dp__list-item02::after {
    width: 31px;
    height: 44px;
  }
  .dp__list-item03 {
    width: 33.4405144695%;
    padding-top: 27.2300469484%;
  }
  .pg__list-item01 {
    width: 41.1575562701%;
    padding-top: 18.0327868852%;
  }
  .pg__list-item01::before {
    left: 12.9310344828%;
    width: 59.4827586207%;
  }
  .pg__list-item02 {
    bottom: 70px;
    width: 19.61414791%;
    padding-bottom: 40px;
  }
  .pg__list-item02::after {
    width: 31px;
    height: 44px;
  }
  .pg__list-item03 {
    width: 33.4405144695%;
  }
  .rs__list-item01 {
    width: 39.8713826367%;
    padding-bottom: 15.4340836013%;
  }
  .rs__list-item0101::after {
    bottom: 0;
    left: 9.6774193548%;
    width: 158.8709677419%;
    height: 27.2%;
  }
  .rs__list-item0102 {
    display: flex;
    bottom: 0;
    left: 40.3225806452%;
    align-items: flex-end;
    width: 115.3225806452%;
    height: 62.8%;
  }
  .rs__list-item0102::before {
    top: -12px;
    left: -12px;
    width: 40px;
    height: 40px;
  }
  .rs__list-item0102::after {
    top: -4px;
    left: -4px;
    width: 24px;
    height: 24px;
  }
  .rs__list-item02 {
    width: 28.9389067524%;
    margin-left: 8.038585209%;
  }
  .rs__list-item03 {
    width: 13.1832797428%;
    margin-left: 6.1093247588%;
  }
  .section--hpqe {
    margin-top: 120px;
    padding-top: 16px;
  }
  .hpqe__ttl {
    font-size: 40px;
    text-align: center;
  }
  .hpqe__img {
    margin-top: 8px;
  }
  .hpqe__grid-item + .hpqe__grid-item {
    margin-left: 14.8688046647%;
  }
  .hpqe__grid p {
    font-size: 14px;
  }
  .section--nf {
    margin-top: 136px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .section--nf-in {
    padding: 40px 16px;
  }
  .section--nf .btn--type03 {
    margin-top: 75px;
    margin-right: auto;
    margin-left: auto;
  }
  .nf__box {
    width: 100%;
  }
  .nf__ttl {
    font-size: 40px;
  }
  .nf__txt--lead {
    margin-top: 66px;
  }
  .nf__img {
    position: absolute;
    top: 100px;
    right: 24px;
    width: 100px;
  }
  .section--accessories {
    margin-top: 136px;
  }
  .section--accessories .btn--type01 {
    margin-top: 32px;
  }
  .accessories__body {
    margin-top: 48px;
  }
  .accessories__body .accessories__box {
    flex-direction: column;
    width: 270px;
    margin-right: auto;
    margin-left: auto;
  }
  .accessories__body .accessories__box-item + .accessories__box-item {
    margin-top: 48px;
  }
  .accessories__body .accessories__box-item figcaption {
    margin-top: 16px;
  }
  .accessories__foot {
    margin-top: 136px;
  }
  .accessories__foot .accessories__box {
    flex-direction: column;
    padding-right: 16px;
    padding-left: 16px;
  }
  .accessories__foot .accessories__box-item + .accessories__box-item {
    margin-top: 40px;
  }
  .accessories__foot .accessories__box__link {
    height: auto;
    min-height: 241px;
    padding: 40px 16px;
  }
  .accessories__foot .accessories__box__link01::after {
    right: 22px;
    width: 152px;
    height: 173px;
  }
  .accessories__foot .accessories__box__link02::after {
    right: 50px;
    bottom: 74px;
    width: 94px;
    height: 94px;
  }
  .section--accessories-external {
    margin-top: 136px;
  }
  .section--accessories-external figure {
    justify-content: center;
  }
  .accessories-external__box {
    flex-direction: column;
  }
  .accessories-external__box-item:nth-of-type(1) {
    order: 2;
    margin-top: 48px;
  }
  .accessories-external__box-item:nth-of-type(2) {
    order: 1;
  }
  .film__btn__link svg {
    right: 12px;
    width: 7px;
    height: 12px;
  }
  .film__list-product {
    flex-wrap: wrap;
    margin: -8px;
  }
  .film__list-product-item {
    display: flex;
  }
  .film__list-product-img {
    flex: 0 0 auto;
    width: 140px;
  }
  .film__list-product-ttl {
    font-size: 16px;
  }
  .film__list-product-option-item {
    font-size: 10px;
  }
  .film__foot {
    margin-top: 52px;
  }
  .film__foot .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .app__grid-item01 {
    width: 216px;
  }
  .app__grid-item02 {
    width: 242px;
    margin-left: 32px;
  }
  .mv__ttl.is-show .mv__ttl02 {
    margin-left: 250px;
  }
  .mv__ttl02 {
    margin-left: 22px;
    transition: margin 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-delay: 0.9s;
  }
  .mv .txt__lead {
    margin-left: 144px;
  }
  .mv .img-item03 {
    bottom: 29px;
    left: 765px;
  }
  .mv .img-item03 .img-item__list-item--sideways {
    padding-bottom: 16px;
  }
  .mv .img-item04 {
    right: 123px;
  }
  .info__ttl {
    margin-left: 24px;
  }
  .info__cnt {
    flex: 1 1;
    margin-left: 40px;
    padding-right: 24px;
  }
  .info__cnt-link {
    transition: opacity 0.3s ease;
  }
  .info__cnt-link:hover {
    opacity: 0.6;
  }
  .info__cnt .new + .detail {
    margin-left: 8px;
  }
  .info__cnt .detail {
    flex: 1 1;
    margin-left: calc(2.5em + 24px + 8px);
  }
  .info__btn {
    margin-right: 28px;
  }
  .info__btn:hover::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .section--slide .slider__list-item img {
    width: 100%;
  }
  .video__box {
    width: 800px;
    margin-top: 80px;
    margin-right: auto;
  }
  .video__box + .video__box {
    margin-left: auto;
  }
  .video__box__btn {
    transition: opacity 0.3s ease;
  }
  .video__box__btn:hover {
    opacity: 0.6;
  }
  .section--pd {
    padding-top: 86px;
  }
  .pd__box-info {
    margin-left: 40px;
  }
  .pd__box-info__body {
    margin-top: 24px;
  }
  .pd__box-info__img01:hover .pd__box-info__img-item01 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .pd__box-info__img02:hover .pd__box-info__img-item02 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .pd__box-info__img03:hover .pd__box-info__img-item03 {
    -webkit-transform: rotate(-50deg) translate(-115%, 15px);
    transform: rotate(-50deg) translate(-115%, 15px);
  }
  .feature__ttl {
    margin-top: -86px;
    padding-top: 86px;
  }
  .feature__list__link {
    transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .feature__list__link:hover {
    background-color: #40c3c3;
  }
  .feature__list__link:hover::after {
    background-image: url("/mini_evo/common/index/img/icn_arrow_01_on.png");
  }
  .feature__list__link:hover .feature__list__link-img02 {
    opacity: 1;
  }
  .de__box-lens, .de__box-film {
    max-width: 556px;
  }
  .de__box-film {
    margin-left: 105px;
  }
  .de__box__cnt {
    margin-left: 48px;
  }
  .af__list-item__body {
    flex: 1 1;
    width: 100%;
    max-width: 480px;
  }
  .af__list-item__foot {
    display: flex;
    justify-content: flex-end;
    margin-left: 24px;
  }
  .dp__list-item02 {
    top: -100px;
  }
  .dp__list-item03 {
    padding-top: 29.1764705882%;
  }
  .pg__list-item01 {
    padding-top: 20.6208425721%;
  }
  .pg__list-item02 {
    top: -100px;
  }
  .section--hpqe .txt__list--note {
    display: flex;
    justify-content: center;
  }
  .section--nf-in::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 48.5903814262%;
    height: 100%;
    background: url("/mini_evo/common/index/img/img_nf_02.webp") no-repeat 50% 50%/cover;
  }
  .is-noWebp .section--nf-in::after {
    background: url("/mini_evo/common/index/img/img_nf_02.png") no-repeat 50% 50%/cover;
  }
  .nf__img {
    margin-left: 80px;
  }
  .accessories__body .accessories__box-item {
    width: 490px;
  }
  .accessories__body .accessories__box-item + .accessories__box-item {
    width: 480px;
    margin-left: 40px;
  }
  .accessories__foot .accessories__box-item {
    max-width: 623px;
  }
  .accessories__foot .accessories__box-item + .accessories__box-item {
    margin-left: 40px;
  }
  .accessories__foot .accessories__box__link {
    justify-content: space-between;
    width: 100%;
  }
  .accessories-external__box-item {
    width: 480px;
  }
  .accessories-external__box-item + .accessories-external__box-item {
    margin-left: 80px;
  }
  .film__body {
    margin-left: 194px;
  }
  .film__body::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150px;
    width: 1px;
    height: 100%;
    background-color: #262626;
  }
  .film__list-product-item + .film__list-product-item {
    margin-left: 56px;
  }
  .film__list-product-cnt {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .nav__local:not(.is-clone) .nav__list {
    margin: -10px;
  }
  .mv .inner {
    padding-top: 15.8035714286%;
  }
  .mv__ttl {
    margin-left: 9.1964285714%;
    font-size: 6.6071428571vw;
  }
  .mv__ttl.is-show .mv__ttl02 {
    margin-left: 31.1688311688%;
  }
  .mv .txt__lead {
    margin-left: 12.8571428571%;
  }
  .mv .img-item01 {
    left: 36.3392857143%;
    width: 25.7142857143%;
  }
  .mv .img-item02 {
    bottom: 98.2638888889%;
    left: 29.8611111111%;
    width: 63.1944444444%;
  }
  .mv .img-item03 {
    left: 68.3035714286%;
    width: 16.25%;
  }
  .mv .img-item03 .img-item__list-item--sideways {
    width: 146.7032967033%;
  }
  .mv .img-item04 {
    right: 10.9821428571%;
    width: 16.25%;
  }
  .mv .img-item04 .img-item__list-item--sideways {
    width: 146.7032967033%;
  }
  .section--pd {
    padding-right: 40px;
    padding-left: 40px;
  }
  .af__list-item {
    align-items: flex-end;
  }
  .section--accessories {
    padding-right: 40px;
    padding-left: 40px;
  }
  .section--accessories-external {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1120px) {
  .section--nf-in::after {
    content: none;
  }
  .section--film {
    margin-top: 84px;
    padding-right: 16px;
    padding-bottom: 26px;
    padding-left: 16px;
  }
  .film__grid {
    flex-direction: column;
    padding-right: 14px;
    padding-bottom: 91px;
    padding-left: 14px;
  }
  .film__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .film__btn__link {
    width: 274px;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 0;
  }
  .film__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    margin-left: 0;
  }
  .film__body::before {
    content: none;
  }
  .film__list-spec {
    display: none;
  }
  .film__list-product-item {
    padding: 8px;
  }
  .film__list-product-item .film__list-spec {
    display: block;
    margin-top: 16px;
  }
  .film__list-product-item .film__list-spec .film__br {
    display: inline;
  }
  .film__list-product-cnt {
    margin-left: 32px;
  }
}
main a {
  outline: revert;
}
main a:focus {
  outline: revert;
}
main .btn--type03,
main .btn--type02,
main .btn--type01 {
  overflow: visible;
}
main .btn--type03 .btn__link,
main .btn--type02 .btn__link,
main .btn--type01 .btn__link {
  overflow: hidden;
  border-radius: 50px;
}
main .js-fade_in_up,
main .js-fade_in {
  visibility: visible;
}

#footer {
  margin-top: 0;
}

.tw-inline-block {
  display: inline-block;
}

.hero {
  position: relative;
  display: grid;
  overflow: hidden;
}
@media screen and (min-width: 1060.02px), print {
  .hero {
    justify-content: right;
    padding-top: 130px;
    padding-right: 18px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1060px) and (min-width: 768px) {
  .hero {
    grid-template-columns: 55% 45%;
    padding-top: 130px;
    padding-right: 18px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
  .hero__wrap {
    display: grid;
    grid-column: 2/2;
    justify-content: center;
  }
}

.hero__title {
  font-weight: 700;
  line-height: 1.4;
  color: #40c3c3;
}
@media screen and (min-width: 768.02px), print {
  .hero__title {
    width: 504px;
    font-size: 56px;
  }
}
@media screen and (max-width: 1060px) and (min-width: 768px) {
  .hero__title {
    width: max-content;
  }
  .hero__title:not(:lang(ja)) {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .hero__title {
    width: max-content;
    text-align: right;
  }
  .hero__title:lang(ja) {
    font-size: 27px;
  }
  .hero__title:lang(ja) span:nth-child(2) {
    padding-right: 27px;
  }
  .hero__title:not(:lang(ja)) {
    width: 170px;
    margin-left: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 1.15;
  }
}
@media screen and (min-width: 1060.02px), print {
  .hero__title span {
    display: inline-block;
  }
  .hero__title span:not(:lang(ja)) {
    display: inline;
  }
}
@media screen and (max-width: 1060px) and (min-width: 768px) {
  .hero__title span {
    display: block;
  }
  .hero__title span:not(:lang(ja)) {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .hero__title span {
    display: block;
  }
  .hero__title span:not(:lang(ja)) {
    display: inline;
  }
}

@media screen and (min-width: 768.02px), print {
  .hero__lead {
    display: grid;
    justify-content: right;
    margin-top: 35px;
    margin-right: 35px;
  }
  .hero__lead:not(:lang(ja)) {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1060px) and (min-width: 768px) {
  .hero__lead {
    justify-content: left;
  }
}
@media screen and (max-width: 768px) {
  .hero__lead {
    justify-content: left;
  }
}

.hero__logo {
  display: grid;
  justify-content: right;
}
@media screen and (min-width: 768.02px), print {
  .hero__logo {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .hero__logo {
    margin-right: 5%;
    transform: translateY(-20px);
  }
}

@media screen and (min-width: 768.02px), print {
  .hero__logo-inner {
    width: 235px;
  }
}
@media screen and (max-width: 768px) {
  .hero__logo-inner {
    width: 125px;
  }
}

.hero__logo-product {
  color: #40c3c3;
  text-align: justify;
}
.hero__logo-product span {
  display: block;
}
@media screen and (min-width: 768.02px), print {
  .hero__logo-product span {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 768px) {
  .hero__logo-product span {
    margin-bottom: 6px;
    font-size: 10px;
    line-height: 1.3;
  }
}

.hero__logo-sub {
  margin-top: 10px;
  line-height: 1.58;
}
@media screen and (min-width: 768.02px), print {
  .hero__logo-sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .hero__logo-sub {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .hero__logo-sub + .hero__logo-sub {
    margin-top: 5px;
  }
}

.hero__copy {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768.02px), print {
  .hero__copy {
    justify-self: right;
    width: 235px;
    margin-top: 35px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .hero__copy {
    margin-top: 40px;
    font-size: 12px;
    text-align: center;
  }
}
.hero__copy span {
  display: block;
}
.hero__copy span + span {
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .hero__copy span + span {
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .hero__copy span + span {
    margin-top: 5px;
  }
}

.hero__copy-en {
  font-family: "Roboto", sans-serif;
  color: #40c3c3;
}
@media screen and (min-width: 768.02px), print {
  .hero__copy-en {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .hero__copy-en {
    font-size: 14px;
  }
  .hero__copy-en:not(:lang(ja)) {
    font-size: 20px;
  }
}

.hero__note {
  position: relative;
  padding-left: 14px;
  font-size: 10px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768.02px), print {
  .hero__note {
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .hero__note {
    margin-top: 10px;
  }
}
.hero__note::before {
  content: "※";
}
@media screen and (min-width: 768.02px), print {
  .hero__note::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .hero__note::before {
    margin-right: 6px;
  }
}

.hero__image-inner {
  position: relative;
  z-index: 0;
}
.hero__image-inner picture {
  position: relative;
  z-index: 0;
  display: block;
}

.hero__image {
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 768.02px), print {
  .hero__image.hero__image--01 {
    top: 55%;
    left: min(27%, 275px);
    width: min(27%, 286px);
  }
}
@media screen and (max-width: 768px) {
  .hero__image.hero__image--01 {
    /* FONT-WEIGHT: 200; */
    /* FONT-WEIGHT: 220; */
    bottom: 200px;
    left: calc(50% + 78px);
    width: 176px;
    transform: translateX(-50%);
  }
  .hero__image.hero__image--01:not(:lang(ja)) {
    bottom: 168px;
  }
}
@media screen and (min-width: 768.02px), print {
  .hero__image.hero__image--02 {
    top: 47%;
    left: min(5%, 44px);
    width: min(27%, 286px);
  }
}
@media screen and (max-width: 768px) {
  .hero__image.hero__image--02 {
    bottom: 240px;
    left: calc(50% - 66px);
    width: 176px;
    transform: translateX(-50%);
  }
  .hero__image.hero__image--02:not(:lang(ja)) {
    bottom: 210px;
  }
}
@media screen and (min-width: 768.02px), print {
  .hero__image.hero__image--03 {
    bottom: -1%;
    left: 560px;
    width: min(30%, 194px);
  }
}
@media screen and (max-width: 1060px) and (min-width: 768px) {
  .hero__image.hero__image--03 {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .hero__image.hero__image--03 {
    top: 158px;
    right: 47px;
    width: 118px;
    opacity: 1;
  }
}

.hero__image-photo {
  position: absolute;
  z-index: -1;
}
.hero__image--01 .hero__image-photo {
  left: 21%;
  width: min(67%, 194px);
}
@media screen and (min-width: 768.02px), print {
  .hero__image--01 .hero__image-photo {
    top: -64.5%;
  }
}
@media screen and (max-width: 768px) {
  .hero__image--01 .hero__image-photo {
    top: -57%;
  }
}
.hero__image--02 .hero__image-photo {
  left: 21%;
  width: min(67%, 194px);
}
@media screen and (min-width: 768.02px), print {
  .hero__image--02 .hero__image-photo {
    top: -60%;
  }
}
@media screen and (max-width: 768px) {
  .hero__image--02 .hero__image-photo {
    top: -53%;
  }
  .hero__image--02 .hero__image-photo:not(:lang(ja)) {
    top: -62%;
  }
}
.hero__image--03 .hero__image-photo {
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768.02px), print {
  .hero__image--03 .hero__image-photo {
    width: 194px;
  }
}
@media screen and (max-width: 768px) {
  .hero__image--03 .hero__image-photo {
    width: 118px;
  }
}

.hero__image-photo-list {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1060.02px), print {
  .hero__image-photo-list {
    width: 192px;
    height: 298px;
  }
}
@media screen and (max-width: 1060px) and (min-width: 768px) {
  .hero__image-photo-list {
    height: 0;
    padding-bottom: 155.5555555556%;
  }
}
@media screen and (max-width: 768px) {
  .hero__image-photo-list {
    height: 0;
    padding-bottom: 155.5555555556%;
  }
}
.hero__image-photo-list picture {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fade_in_out 15s ease-in-out infinite;
}
.hero__image-photo-list picture:nth-child(2) {
  animation-delay: 5s;
}
.hero__image-photo-list picture:nth-child(3) {
  animation-delay: 10s;
}
.hero__image-photo-list img {
  width: 100%;
}

.hero__delay-0 {
  transition-delay: 0s;
}

.hero__delay-1 {
  transition-delay: 0.1s;
}

.hero__delay-2 {
  transition-delay: 0.2s;
}

.hero__delay-3 {
  transition-delay: 0.3s;
}

.hero__delay-4 {
  transition-delay: 0.4s;
}

.hero__delay-5 {
  transition-delay: 0.5s;
}

.hero__delay-6 {
  transition-delay: 0.6s;
}

.hero__delay-7 {
  transition-delay: 0.7s;
}

.hero__delay-8 {
  transition-delay: 0.8s;
}

.hero__delay-9 {
  transition-delay: 0.9s;
}

.hero__delay-10 {
  transition-delay: 1s;
}

.hero__delay-11 {
  transition-delay: 1.1s;
}

.hero__delay-12 {
  transition-delay: 1.2s;
}

.hero__delay-13 {
  transition-delay: 1.3s;
}

.hero__delay-14 {
  transition-delay: 1.4s;
}

.hero__delay-15 {
  transition-delay: 1.5s;
}

.hero__delay-16 {
  transition-delay: 1.6s;
}

.hero__delay-17 {
  transition-delay: 1.7s;
}

.hero__delay-18 {
  transition-delay: 1.8s;
}

.hero__delay-19 {
  transition-delay: 1.9s;
}

.hero__delay-20 {
  transition-delay: 2s;
}

[data-hero-show] {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity transform;
}
@media screen and (min-width: 768.02px), print {
  [data-hero-show] {
    transform: translateY(50%);
  }
}
@media screen and (max-width: 768px) {
  [data-hero-show] {
    transform: translateY(100px);
  }
}
@media screen and (max-width: 768px) {
  .hero__image--03 [data-hero-show] {
    transform: translateY(-50%);
  }
}

[data-hero-show=true] {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .hero__image--03 [data-hero-show=true] {
    transform: translateY(0);
  }
}

.hero .section--app {
  display: grid;
  justify-content: right;
  margin: 0;
  padding-top: 30px;
}
.hero .section--app .inner {
  width: 235px;
  display: flex;
  grid-gap: 8px;
}
.hero .section--app .inner h3{
  width: 120px;
  height: auto;
  margin-top: 5px;
}
.hero .section--app .app__ttl {
  display: flex;
  flex-direction: row;
}
.hero .section--app .app__title {
  color: #40c3c3;
}
.hero .section--app .app__grid {
  margin-top: 0px;
  grid-gap: 8px;
}
#app p.app__note {
  width: 490px;
  margin: 16px auto 0;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .hero .section--app {
    margin-top: 355px !important;
  }
  .hero .section--app .inner{
    width: 100% !important;
  }
  .hero .section--app .app__grid {
    display:grid;
    grid-auto-flow: column;
    margin-top: 3px;
  }
  .hero .section--app .app__grid li{
    display:grid;
  }
  #app p.app__note {
    width: 100%;
    margin: 16px 12px 0 0;
  }
  .hero .section--app .inner h3{
    flex: 0 0 65px;
  }
}
.variation {
  background-image: linear-gradient(#333333, #262626);
  border-radius: 9px;
  box-shadow: 0 0 16px #0a0a0a;
}
@media screen and (min-width: 768.02px), print {
  .variation {
    padding-top: 55px;
    padding-bottom: 55px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .variation {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
  }
}

.variation__title {
  font-weight: 700;
  line-height: 1;
  color: #40c3c3;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .variation__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .variation__title {
    font-size: 24px;
  }
}

.variation__buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  width: max-content;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768.02px), print {
  .variation__buttons {
    column-gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .variation__buttons {
    column-gap: 16px;
  }
}
.variation__buttons button {
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 700;
  color: #ff8026;
  border: 1px solid #ff8026;
  border-radius: 20px;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (min-width: 768.02px), print {
  .variation__buttons button {
    width: 148px;
  }
}
@media screen and (max-width: 768px) {
  .variation__buttons button {
    width: 93px;
  }
}
.variation__buttons button.is-active {
  color: #fff;
  background-color: #ff8026;
}
@media (hover: hover) {
  .variation__buttons button:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #ff8026;
  }
}

.variation__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768.02px), print {
  .variation__list {
    column-gap: 60px;
    width: max-content;
    padding-right: 82px;
    padding-left: 82px;
  }
}
@media screen and (max-width: 1060px) and (min-width: 768px) {
  .variation__list {
    column-gap: 20px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .variation__list {
    column-gap: 16px;
    padding-right: 44px;
    padding-left: 44px;
  }
}

.variation__image {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768.02px), print {
  .variation__image {
    width: 280px;
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  .variation__image {
    height: 0;
    padding-bottom: 135.7142857143%;
  }
}
.variation__image picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  transition: opacity 0.3s;
}
.variation__image picture[aria-hidden=true] {
  z-index: 0;
  opacity: 0;
}

.variation__name {
  display: block;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .variation__name {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .variation__name {
    margin-top: 18px;
    font-size: 12px;
  }
}

.variation__arrow {
  position: absolute;
  border-top: 2px solid #ff8026;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768.02px), print {
  .variation__arrow {
    top: calc(50% - 34px);
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .variation__arrow {
    top: calc(50% - 26px);
    width: 11px;
    height: 11px;
  }
}
@media (hover: hover) {
  .variation__arrow:where(:any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}
.variation__arrow.variation__arrow--right {
  border-right: 2px solid #ff8026;
  transform: rotate(45deg);
}
@media screen and (min-width: 768.02px), print {
  .variation__arrow.variation__arrow--right {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .variation__arrow.variation__arrow--right {
    right: 18px;
  }
}
.variation__arrow.variation__arrow--left {
  border-left: 2px solid #ff8026;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768.02px), print {
  .variation__arrow.variation__arrow--left {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .variation__arrow.variation__arrow--left {
    left: 18px;
  }
}

.animation-delay-3.js-fade_in_up.is-show {
  animation-delay: 0.3s;
}

.accessories__box__inner {
  overflow: hidden;
  background: linear-gradient(0deg, #262626 0%, #333333 100%);
  border-radius: 9px;
  box-shadow: 0 0 16px rgba(10, 10, 10, 0.5);
}
@media screen and (min-width: 768.02px), print {
  .accessories__box__inner {
    padding: 32px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .accessories__box__inner {
    padding: 16px 20px 20px;
  }
}

.accessories__body .accessories__box-item {
  width: 100%;
}
@media screen and (min-width: 768.02px), print {
  .accessories__body .accessories__box-item {
    max-width: 623px;
  }
}

.accessories__body .accessories__box-item + .accessories__box-item {
  width: 100%;
}
@media screen and (min-width: 768.02px), print {
  .accessories__body .accessories__box-item + .accessories__box-item {
    max-width: 623px;
  }
}

@media screen and (max-width: 768px) {
  .accessories__body .accessories__box {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.accessories__body .accessories__box-item figcaption {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  text-align: left;
}

@media screen and (min-width: 768.02px), print {
  .accessories__ttl + .accessories__body {
    margin-top: 30px;
  }
}

.AppHeading {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  font-weight: 700;
  color: #c0f2ea;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .AppHeading {
    height: 400px;
    font-size: 44px;
    line-height: 1.2727272727;
  }
}
@media screen and (max-width: 768px) {
  .AppHeading {
    height: 310px;
    font-size: 32px;
    line-height: 1.375;
  }
}
.AppHeading h2 {
  position: absolute;
  width: 10em;
}
.AppHeading h2:not(:lang(ja)) {
  width: 12em;
  font-family: "Roboto", "Noto Sans", sans-serif;
}

.AppHeading__Image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.AppHeading__Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}