@charset "UTF-8";
a,
a img {
  background: 0 0;
}
a:link,
a:visited,
ins {
  text-decoration: none;
}
a,
hr {
  padding: 0;
}
img,
svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
ins,
mark {
  background-color: #ff9;
  color: #000;
}
* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
*,
:after,
:before {
  box-sizing: border-box;
}
nav ul,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}
a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  cursor: pointer;
}
a:visited {
  color: inherit;
}
a:link {
  color: inherit;
}
a img {
  border: 0 #fff;
}
mark {
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0;
  border-image: initial;
  border-style: solid initial initial;
  border-color: #ccc initial initial;
  margin: 1em 0;
}
input,
select {
  vertical-align: middle;
}
/* button,
input,
select,
textarea {
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #c3cbd1;
  -webkit-appearance: none;
}
input:focus,
textarea:focus {
  outline: 0;
} */
#page .mw_wp_form .input__wrap.select__box input,
#page .mw_wp_form .input__wrap.select__box select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
}
body::-webkit-scrollbar {
  display: none;
}
img[src$=".svg"] {
  width: auto;
  height: auto;
}
svg {
  overflow: hidden;
}
h1 {
  font-size: 66px;
  font-weight: 600;
}
h2 {
  font-size: 46px;
  font-weight: 600;
}
h3 {
  font-size: 40px;
  font-weight: 600;
}
h4 {
  font-size: 26px;
  font-weight: 600;
}
h5 {
  font-size: 20px;
  font-weight: 600;
}
.mont {
  font-family: Montserrat, sans-serif;
}
@keyframes bggradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
html {
  font-size: 62.5%;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: #fff;
  color: #222;
  word-break: break-all;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.fadein {
  opacity: 0;
  transition: opacity 0.6s;
}
.fadein.scrollin {
  opacity: 1;
}
.common__sec__inner {
  padding: 140px 40px;
  max-width: 1200px;
  margin: auto;
}
.common__sec__tit {
  margin-bottom: 40px;
}
.common__sec__tit h2 {
  line-height: 1.2;
}
.common__sec__tit h5 {
  padding-left: 25px;
  position: relative;
  letter-spacing: 0.2em;
}
.common__sec__tit h5:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #222;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.common__btn a {
  width: 200px;
  height: 55px;
  display: inline-block;
  border: solid 1px;
  border-radius: 30px;
  border-color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}
.common__btn a:before {
  content: "";
  background: linear-gradient(135deg, #62e1fe, #3e8df5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 30px;
}
.common__btn a p {
  font-size: 12px;
  z-index: 1;
  transition: all 0.3s;
}
.common__btn a svg {
  width: 15px;
  z-index: 1;
  transition: all 0.3s;
  position: absolute;
  right: 30px;
  opacity: 0;
  transform: translateX(-15px);
}
.common__btn a:hover {
  border-color: rgba(255, 255, 255, 0);
}
.common__btn a:hover p {
  color: #fff;
  transform: translateX(-15px);
}
.common__btn a:hover svg {
  fill: #fff;
  opacity: 1;
  transform: translateX(0);
}
.common__btn a:hover:before {
  opacity: 1;
  transform: translateX(0);
}
.wave {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  overflow: hidden;
  /* opacity: 0; */
}
.wave canvas {
  opacity: 0.4;
  position: absolute;
  top: 0;
  right: -10vw;
  bottom: 0;
  margin: auto;
  height: calc(9 / 16 * 100vw);
  /* width: 120%; */
  width: 120vw;
}
.move-grad {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background: linear-gradient(135deg, #65c8df, #5bbee5, #3e8df5, #3a8df5, #5bbee5, #65c8df);
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  /* opacity: 0.6; */
  /* mix-blend-mode: revert; */
}
.content__list {
  display: flex;
  align-items: normal;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.content__list li {
  width: calc(33.333% - 15px);
  margin-bottom: 20px;
}
.content__list li a {
  display: flex;
  transition: filter 0.3s;
  height: 100%;
  width: 100%;
}
.content__list li a .link__wrap {
  overflow: hidden;
  border-radius: 5px;
  border: solid 1px;
  border-color: #f7f7f7;
  width: 100%;
}
.content__list li a .img__area {
  width: 100%;
  position: relative;
}
.content__list li a .img__area .img__wrap {
  padding-bottom: 66.666%;
  position: relative;
}
.content__list li a .img__area .img__inner {
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.content__list li a .img__area:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background: linear-gradient(135deg, #65c8df, #5bbee5, #3e8df5, #3a8df5, #5bbee5, #65c8df);
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  z-index: 1;
  animation: none;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.3s, background-position 0.6s;
  will-change: contents;
}
.content__list li a .text__area {
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  height: 80px;
}
.content__list li a .text__area p {
  font-size: 14px;
  line-height: 1.5;
}
.content__list li a .text__area svg {
  position: absolute;
  width: 15px;
  right: 30px;
  top: 0;
  bottom: 0;
}
.content__list li a:hover {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
}
.content__list li a:hover .img__area:before {
  opacity: 0.6;
  background-position: right center;
}
.page-id-99 #sec__contact {
  display: none;
}
#sec__contact .wrap {
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #89e3fe 0, #66a6ff);
  position: relative;
}
#sec__contact .inner {
  position: relative;
  z-index: 4;
  padding: 100px 60px;
}
#sec__contact .common__sec__tit {
  color: #fff;
}
#sec__contact .common__sec__tit h5:before {
  background-color: #fff;
}
#sec__contact .text__area {
  margin-bottom: 20px;
}
#sec__contact .text__area p {
  color: #fff;
}
#sec__contact .common__btn a {
  color: #fff;
  border-color: #fff;
}
#sec__contact .common__btn a svg {
  fill: #fff;
}
#sec__contact .common__btn a:before {
  background: #222;
}
#sec__contact .common__btn a:hover {
  border-color: rgba(255, 255, 255, 0);
}
#sec__contact .common__btn a:hover:before {
  opacity: 0.5;
}
footer .wrap {
  background-color: #fafafa;
}
footer .inner {
  padding: 100px 40px 60px;
}
footer .group a {
  transition: opacity 0.2s;
}
footer .group a:hover {
  opacity: 0.5;
}
footer .group.group__01 {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
footer .group.group__01 .mixwave__logo {
  width: 120px;
  display: block;
  line-height: 0;
}
footer .group.group__01 .resonetz__logo {
  width: 160px;
  display: block;
  line-height: 0;
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
footer .group.group__01 .resonetz__logo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  width: 1px;
  background-color: #e8e8e8;
}
footer .group.group__02 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .group.group__02 .list__tit {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}
footer .group.group__02 ul {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
}
footer .group.group__02 ul li {
  width: 50%;
  margin-bottom: 5px;
}
footer .group.group__02 ul li a {
  padding-left: 15px;
  position: relative;
  font-size: 12px;
}
footer .group.group__02 ul li a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  background-color: #222;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
footer .group.group__02 ul:nth-of-type(1) a {
  letter-spacing: 0;
}
footer .group.group__03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-top: solid 1px #e8e8e8;
}
footer .group.group__03 .left a {
  font-size: 10px;
  font-weight: 400;
  margin-right: 10px;
}
footer .group.group__03 .right .copy {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
}
header {
  background-color: #fff;
  height: 70px;
  width: 100%;
  position: fixed;
  z-index: 10;
  transition: transform 0.8s ease 1s;
}
header:before {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #fafafa;
  position: absolute;
}
header .wrap {
  height: 100%;
  width: 100%;
}
header .wrap .inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 20px;
}
header .wrap .inner .group {
  height: 100%;
}
header .wrap .inner .group.logo {
  display: flex;
  align-items: center;
}
header .wrap .inner .group.logo .mixwave__logo {
  display: block;
  line-height: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s;
}
header .wrap .inner .group.logo .mixwave__logo .sp {
  display: none;
}
header .wrap .inner .group.logo .mixwave__logo img {
  width: 130px;
}
header .wrap .inner .group.logo .mixwave__logo:hover {
  opacity: 0.5;
}
header .wrap .inner .group.logo .resonetz__logo {
  display: block;
  line-height: 0;
  margin-left: 15px;
  padding-left: 15px;
  padding-bottom: 4px;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s;
}
header .wrap .inner .group.logo .resonetz__logo img {
  width: 160px;
}
header .wrap .inner .group.logo .resonetz__logo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  width: 1px;
  background-color: #fafafa;
}
header .wrap .inner .group.logo .resonetz__logo:hover {
  opacity: 0.5;
}
header .wrap .inner .group.right {
  display: flex;
  align-items: center;
}
header .wrap .inner .group.right .header__menu__list {
  display: flex;
  align-items: center;
  height: 100%;
}
header .wrap .inner .group.right .header__menu__list li {
  height: 100%;
  margin-left: 30px;
  padding-left: 30px;
  position: relative;
}
header .wrap .inner .group.right .header__menu__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  width: 1px;
  background-color: #e5e5e5;
}
header .wrap .inner .group.right .header__menu__list li:nth-of-type(1):before {
  content: none;
}
header .wrap .inner .group.right .header__menu__list li a {
  font-size: 14px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: color 0.2s;
}
header .wrap .inner .group.right .header__menu__list li a:hover {
  color: #50b3f9;
}
header .wrap .inner .group.right .contact {
  height: 100%;
  /* margin-left: 40px; */
  position: relative;
}
header .wrap .inner .group.right .contact a {
  font-size: 14px;
  height: 100%;
  /* background: linear-gradient(135deg, #62e1fe, #3e8df5, #3e8df5, #62e1fe); */
  background-size: 400%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* color: #fff; */
  padding: 0 40px;
  transition: background-position 0.6s;
  padding-left: 30px;
  margin-left: 30px;
  position: relative;
}
header .wrap .inner .group.right .contact a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
    width: 1px;
    background-color: #e5e5e5;
}
header .wrap .inner .group.right .contact a:hover {
  background-position: right center;
}
header .wrap .inner .group.right .contact a svg{/* fill: #fff; */width: 22px;margin-right: 10px;}
header .wrap .inner .group.right .menu-btn {
  background-color: #000;
  width: 70px;
  height: 100%;
  position: relative;
  z-index: 12;
  cursor: pointer;
}
header .wrap .inner .group.right .menu-btn span {
  display: block;
  position: absolute;
  background: #fff;
  height: 1px;
  width: 40px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.4s, opacity 0.3s;
  transform-origin: left;
}
header .wrap .inner .group.right .menu-btn span:nth-of-type(1) {
  top: -16px;
}
header .wrap .inner .group.right .menu-btn span:nth-of-type(2) {
  top: 0;
}
header .wrap .inner .group.right .menu-btn span:nth-of-type(3) {
  top: 16px;
}
header .wrap .inner .group.right .menu-btn:hover span:nth-of-type(2) {
  transform: scaleX(0.8);
}
header .wrap .inner .group.right .menu-btn.menu-open span:nth-of-type(1) {
  transform: rotate(45deg) translate(0, -10px);
}
header .wrap .inner .group.right .menu-btn.menu-open span:nth-of-type(2) {
  transform: scaleX(0);
  opacity: 0;
}
header .wrap .inner .group.right .menu-btn.menu-open span:nth-of-type(3) {
  transform: rotate(-45deg) translate(1px, 8px);
}
#full-menu {
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  position: fixed;
  background-color: #fff;
  display: none;
  overflow-y: scroll;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
#full-menu::-webkit-scrollbar {
  display: none;
}
#full-menu .full-menu__wrap {
  height: 100%;
  width: 100%;
}
#full-menu .full-menu__inner {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

#full-menu .full-menu__list {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px;
  position: relative;
}
#full-menu .full-menu__list li {
  margin-bottom: 40px;
  z-index: 3;
}
#full-menu .full-menu__list li a {
  position: relative;
  display: block;
}
#full-menu .full-menu__list li a .arrow {
  position: absolute;
  width: 20px;
  right: 0;
  top: 0;
  fill: #48d3ff;
  transition: transform 0.2s, opacity 0.2s;
  transform: translateX(-10px);
  opacity: 0;
}
#full-menu .full-menu__list li a:hover .arrow {
  transform: translateX(0);
  opacity: 1;
}
#full-menu .full-menu__list li .full-menu__list__tit {
  transition: color 0.2s;
}
#full-menu .full-menu__list li .full-menu__list__tit h3 {
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-size: 34px;
}
#full-menu .full-menu__list li .full-menu__list__tit p {
  position: relative;
  padding-left: 20px;
}
#full-menu .full-menu__list li .full-menu__list__tit p:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #222;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: background-color 0.2s;
}
#full-menu .full-menu__list li:last-child {
  margin-bottom: 0;
}
#full-menu .full-menu__list:nth-of-type(2) {
  color: #fff;
}
#full-menu .full-menu__list:nth-of-type(2) .text {
  margin-bottom: 20px;
}
#full-menu .full-menu__list:nth-of-type(2) a {
  display: flex;
  border-color: #fff;
}
#full-menu .full-menu__list:nth-of-type(2) a:before {
  background: #222;
}
#full-menu .full-menu__list:nth-of-type(2) a:hover {
  border-color: rgba(255, 255, 255, 0);
}
#full-menu .full-menu__list:nth-of-type(2) a:hover:before {
  opacity: 0.5;
}
#full-menu .full-menu__list:nth-of-type(2) .full-menu__list__tit {
  margin-bottom: 10px;
}
#full-menu .full-menu__list:nth-of-type(2) .full-menu__list__tit p:before {
  background-color: #fff;
}
#full-menu .full-menu__list:nth-of-type(2) .arrow {
  fill: #fff;
  right: 30px;
}
#full-menu .full-menu__list:nth-of-type(2) .text p {
  font-size: 14px;
}
#full-menu .full-menu__list:nth-of-type(1) li a:hover {
  color: #48d3ff;
}
#full-menu .full-menu__list:nth-of-type(1) li a:hover p:before {
  background-color: #48d3ff;
}
#full-menu .full-menu__list .overwrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 4;
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 0.4s;
}
#full-menu .move-grad {
  width: 100%;
  margin-right: auto;
  right: 0;
}
#top__fv .wave canvas {
  height: calc(9 / 16 * 100vw);
}
#top__fv .wrap {
  height: 100vh;
  height: 100svh;
  width: 100%;
  /* background: linear-gradient(135deg, #89f7fe, #66a6ff); */
}

#top__fv .inner {
  padding: 100px 40px;
  height: 100%;
  position: relative;
  z-index: 4;
}
#top__fv .heading {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  position: relative;
  bottom: 40px;
}
#top__fv .heading h1 {
  margin-bottom: 20px;
  line-height: 1.2;
}
#top__fv .heading h1 .sp {
  display: none;
}
#top__fv .heading h4 {
  letter-spacing: 0.3em;
  margin-bottom: 60px;
}
#top__fv .heading img {
  width: 300px;
}
#top__fv .wave {
  display: none;
}
#top__fv .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#top__fv .move-grad {
  opacity: 0.5;
}
#top__fv .texture {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/texture_01.png);
  background-repeat: repeat;
  position: absolute; /* opacity: 0.5; */
  z-index: 2;
}
#top__fv .swiper-pagination {
  z-index: 4;
  left: 40px;
  width: auto;
  bottom: 40px;
}
#top__fv .swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 0;
  width: 40px;
  height: 2px;
}
#top__fv .swiper-container {
  height: 100%;
  width: 100%;
}
#top__fv .swiper-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  opacity: 0.5;
}
#top__fv .swiper-container-fade .swiper-slide {
  background-position: center;
  background-size: cover;
}
#top__fv .heading,
#top__fv .swiper-pagination {
  opacity: 0;
  transition: opacity 0.6s ease 0.4s;
}
.onload #top__fv .heading,
.onload #top__fv .swiper-pagination {
  opacity: 1;
}
#top__about .inner {
  padding-top: 120px;
  padding-bottom: 180px;
}
#top__about .summary h4 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
#top__about .summary p {
  line-height: 2;
  margin-bottom: 40px;
  font-size: 18px;
}
#top__about .content {
  display: flex;
  position: relative;
}
#top__about .content .text__area {
  width: 50%;
  position: relative;
}
#top__about .content .img__area {
  width: 45%;
  position: absolute;
  right: 0;
  top: -20%;
  bottom: 0;
  margin: auto;
}
#top__about .content .img__area .img__wrap {
  width: 70%;
}
#top__about .content .img__area .img__wrap.degital {
  margin-left: auto;
  margin-top: -20%;
}
#top__about .content .img__area.sp {
  display: none;
}
#top__services .wrap {
  background-color: #efefef;
}
#top__services .content .box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 80px 60px;
  margin: 0 -40px;
  width: calc(100% + 80px);
  border-radius: 10px;
}
#top__services .content .box .img__area {
  width: 50%;
}
#top__services .content .box .img__area .img__wrap {
  padding-bottom: 70%;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
#top__services .content .box .text__area {
  width: 50%;
  padding-left: 80px;
}
#top__services .content .box .text__area .tit__en {
  margin-bottom: 30px;
}
#top__services .content .box .text__area .tit__en h3 {
  background: linear-gradient(135deg, #62e1fe, #3e8df5);
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  line-height: 1.2;
  padding: 0 5px;
}
#top__services .content .box .text__area .tit__jp {
  margin-bottom: 10px;
}
#top__services .content .box .text__area .tit__jp h5 {
  color: #50b3f9;
}
#top__services .content .box .text__area .text {
  margin-bottom: 20px;
}
#top__services .content .box:nth-of-type(1) {
  margin-bottom: 40px;
}
#top__news .common__sec__inner {
  /* padding-top: 100px; */
  /* padding-bottom: 180px; */
}
#top__news ul {
  border-top: solid 1px;
  border-color: #f7f7f7;
}
#top__news ul li {
  border-bottom: solid 1px;
  border-color: #f7f7f7;
}
#top__news ul li a {
  display: flex;
  padding: 30px 30px;
  transition: opacity 0.3s;
}
#top__news ul li a .date {
  width: 140px;
  font-size: 14px;
  letter-spacing: 0;
}
#top__news ul li a .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 14px;
  width: calc(100% - 140px);
}
#top__news ul li a:hover {
  opacity: 0.5;
}

.own_products-template-default #page__content .wrap {
  background-color: #efefef;
  padding: 60px 0;
}
.own_products-template-default #page__content .inner {
  background-color: #ffffff;
  padding-top: 60px;
}
#page .content {
}

#page .common__sec__inner {
  padding-top: 80px;
  max-width: 1000px;
  padding-bottom: 120px;
}

#page.archive .common__sec__inner {
  max-width: 1200px;
}

#page__head .wrap {
  height: 360px;
  position: relative;
}
#page__head .inner {
  height: 100%;
  position: relative;
  z-index: 3;
  padding: 120px 60px 60px 60px;
}
#page__head .inner .text__area {
  height: 100%;
  display: flex;
  align-items: center;
}
#page__head .inner .text__area .common__sec__tit {
  margin-bottom: 0;
  color: #fff;
  text-align: left;
}
#page__head .inner .text__area .common__sec__tit h5:before {
  background-color: #fff;
}

#page.contract {
  background-color: #efefef;
  padding-bottom: 120px;
}
#page.contract .common__sec__tit {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
#page.contract .common__sec__tit h3 {
  line-height: 1.2;
}
#page.contract .content {
  padding: 80px 60px;
  border-radius: 10px;
  background-color: #fff;
  margin-top: -25px;
  margin-bottom: 60px;
}
#page.contract .common__sec__inner {
  padding-bottom: 0;
  max-width: 1200px;
  padding-top: 100px;
}
#page.contract #request ul {
  display: flex;
  justify-content: space-between;
  align-items: normal;
}
#page.contract #request ul li {
  width: calc(33.333% - 10px);
  display: flex;
  flex-direction: column;
}
#page.contract #request ul li p {
  font-size: 14px;
}
#page.contract #request ul li .request__text {
  background-color: #fafafa;
  margin-bottom: 40px;
}
#page.contract #request ul li .request__text:before {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  border: 16px solid transparent;
  border-top: 18px solid #ececec;
}
#page.contract #request ul li .anser__area {
  background: linear-gradient(135deg, #62e1fe, #3e8df5);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
#page.contract #request ul li .anser__area p {
  color: #fff;
  font-size: 14px;
}
#page.contract #request ul li .anser__area .text__area {
  min-height: 130px;
}
#page.contract #request ul li .img__area {
  padding: 30px 40px 20px;
}
#page.contract #request ul li .img__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page.contract #request ul li .img__area svg {
  width: 160px;
  height: 80px;
  fill: #fff;
}
#page.contract #request ul li .text__area {
  padding: 20px 30px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 5px;
}
#page.contract #our-technology .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#page.contract #our-technology .content .group {
  width: calc(50% - 10px);
}
#page.contract #our-technology .content .group .img__area {
  border-radius: 10px;
  border: solid 1px #fafafa;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
#page.contract #our-technology .content .group .text__area P {
  text-align: center;
}

#page.contract #technology-info {
}
#page.contract #technology-info .common__btn a {
  margin: auto;
}
#page.contract #technology-info .content {
  padding: 0;
  background: unset;
  margin-top: 20px;
}
#page.contract #technology-info ul {
}
#page.contract #technology-info li {
  width: calc(100% / 4 - 10px);
}
#page.contract #technology-info .content__list li a .img__area .img__wrap {
  /* padding: 40px; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}
#page.contract #technology-info li a {
}
#page.contract #technology-info li .img__area {
  background-color: #ffffff;
  overflow: hidden;
}
#page.contract #technology-info li .img__area svg {
  fill: #3b3b3b;
  width: 100px;
  height: 100px;
}
#page.contract #technology-info li .text__area {
}
#page.contract #technology-info li .text__area p {
}
#page.contract #technology-info .modal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 9999;
}

#page.contract #technology-info .modal__contents {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10000;
  padding: 40px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

#page.contract #technology-info .modal__inner {
  height: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page.contract #technology-info .modal__inner .text__wrap {
  padding: 40px;
  background: #fff;
  max-width: 800px;
  margin: auto;
}
#page.contract #technology-info .modal__inner .text__area {
}
#page.contract #technology-info .modal__inner .text__area h5 {
  margin-bottom: 10px;
  font-size: 24px;
}
#page.contract #technology-info .modal__inner .text__area p {
  font-weight: 400;
}
#page.contract #technology-info .modal__xmark {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  z-index: 9999;
  cursor: pointer;
}

#page.contract #technology-info .modal__xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}

#page.contract #technology-info .modal__xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(30px) rotate(-45deg);
}

#page.contract #technology-info .modal__xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-28px) rotate(45deg);
}

#page.contract #development-case .content {
  position: relative;
}
#page.contract #development-case .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 760px;
  margin: auto;
}
#page.contract #development-case .content ul li {
  font-size: 14px;
  width: 45%;
  padding: 0 20px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 10px;
}
#page.contract #development-case .content ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  left: 5px;
  top: 8px;
}
#page.contract #development-case .content ul li:nth-child(2n) {
  margin-left: 20px;
}
#page.contract #development-case .content .accordion__inner {
  display: none;
}

#page.contract #development-case .accordion__header .common__btn {
}
#page.contract #development-case .accordion__header.open .common__btn {
  display: none;
}
#page.contract #development-case .content .common__btn a {
  text-align: center;
  margin: auto;
  margin-top: 40px;
}
#page #page .content {
}
#page #breadcrumbs {
  margin: 10px 0;
}
#page #breadcrumbs p {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  /* letter-spacing: 0.01em; */
}
#page #breadcrumbs p a {
  transition: opacity 0.3s ease;
}
#page #breadcrumbs p a:hover {
  opacity: 0.5;
}
#page .article__head {
  margin-bottom: 20px;
}
#page .article__head .tit {
  letter-spacing: 0.01em;
  line-height: 1.5;
  font-size: 30px;
}

#page .article {
}
#page .article p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
#page .article p strong {
  font-weight: 600;
}
#page .article h3 {
  font-size: 24px;
  background: linear-gradient(135deg, #62e1fe, #3e8df5);
  padding: 10px 15px;
  color: #fff;
  margin: 40px 0px 20px;
  line-height: 1.5;
}
#page .article a {
  text-decoration: underline;
  transition: opacity 0.2s;
}
#page .article a:hover {
  opacity: 0.5;
}

#page .article .btn {
}
#page .article .btn a {
  background-color: #000;
  color: #fff;
  padding: 20px 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  line-height: 1.2;
  margin: 30px 0px;
}

#page .contact__head {
  display: flex;
  position: relative;
  margin-bottom: 60px;
}
#page .contact__head .box {
  width: calc(100% / 3);
  text-align: center;
  position: relative;
  z-index: 1;
}
#page .contact__head .box:nth-child(1) {
  text-align: left;
}
#page .contact__head .box:nth-child(3) {
  text-align: right;
}
#page .contact__head .box__inner {
  display: inline-block;
  text-align: center;
}
#page .contact__head .box p {
  margin: auto;
  font-size: 12px;
  color: #cecece;
}
#page .contact__head .box h5 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #cecece;
}
#page .contact__head .box .circle {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: auto;
  background-color: #cecece;
}
#page .contact__head .bar {
  position: absolute;
  width: 96%;
  height: 2px;
  bottom: 4px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  background-color: #cecece;
  z-index: 0;
}
#page .contact__head .bar:before {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 0;
  background-color: #10b3ec;
}
#page .mw_wp_form {
  background-color: #fff;
}
#page .mw_wp_form form {
  max-width: 700px;
  margin: auto;
}
#page .mw_wp_form_input .contact__head .box:nth-child(1) p,
#page .mw_wp_form_input .contact__head .box:nth-child(1) h5 {
  color: #10b3ec;
}

#page .mw_wp_form_input .contact__head .box:nth-child(1) .circle {
  background-color: #10b3ec;
}

#page .mw_wp_form_preview .contact__head .box:nth-child(1) p,
#page .mw_wp_form_preview .contact__head .box:nth-child(1) h5,
#page .mw_wp_form_preview .contact__head .box:nth-child(2) p,
#page .mw_wp_form_preview .contact__head .box:nth-child(2) h5 {
  color: #10b3ec;
}
#page .mw_wp_form_preview .contact__head .box:nth-child(1) .circle,
#page .mw_wp_form_preview .contact__head .box:nth-child(2) .circle {
  background-color: #10b3ec;
}
#page .mw_wp_form_preview .contact__head .bar:before {
  width: 50%;
}
#page .mw_wp_form_preview.mw_wp_form .privacy {
  display: none;
}
#page .mw_wp_form_complete {
}
#page .mw_wp_form_complete .back-to-top {
  margin: 40px 0px;
}
#page .mw_wp_form_complete .back-to-top a {
  background-color: #000;
  color: #fff;
  padding: 15px 20px;
  display: block;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  transition: opacity 0.2s;
}
#page .mw_wp_form_input .emphasis {
  margin-bottom: 20px;
  display: block;
  font-size: 10px;
}

#page .mw_wp_form .input__wrap {
}
#page .mw_wp_form .group {
  margin-bottom: 20px;
  font-size: 12px;
}
#page .mw_wp_form .group h5 {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
}
#page .mw_wp_form .group h5 span {
  font-size: 10px;
  margin-left: 5px;
  color: #ff0000;
}

#page .mw_wp_form .input__wrap input,
#page .mw_wp_form .input__wrap select {
  width: 100%;
  border: solid 1px #cfcfcf;
  padding: 10px 10px;
  color: #000;
  height: 50px;
  margin: auto;
  /* font-size: 14px; */
  border-radius: 4px;
}
#page .mw_wp_form .group p {
  margin: auto;
  margin-bottom: 20px;
  font-size: 14px;
}
#page .mw_wp_form .mwform-tel-field {
  display: flex;
  align-items: center;
}
#page .mw_wp_form .input__wrap select {
}
#page .mw_wp_form .input__wrap textarea {
  width: 100%;
  border: solid 1px #cfcfcf;
  padding: 10px;
  color: #000;
  margin: auto;
  height: 190px;
  /* font-size: 14px; */
}
#page .mw_wp_form .privacy {
  display: flex;
  align-items: center;
  /* margin-bottom: 80px; */
}
#page .mw_wp_form .privacy p {
  display: none;
}
#page .mw_wp_form .privacy input {
  width: 16px;
  height: 16px;
  /* display: block; */
  /* border: solid 1px #000; */
}
#page .mw_wp_form .privacy h5 {
  margin: auto;
  margin-left: 10px;
  /* font-size: 14px; */
}
#page .mw_wp_form .privacy h5 a {
  text-decoration: underline;
}

#page .mw_wp_form .btn__group {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 80px;
}
#page .mw_wp_form .btn__group p {
  /* display: none; */
  margin: unset;
}
#page .mw_wp_form .btn__group button {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 15px 100px;
  border: unset;
  border-radius: 5px;
  font-weight: bold;
  margin: 0 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}
#page .mw_wp_form .btn__group button:hover {
  opacity: 0.5;
}

#page .mw_wp_form.mw_wp_form_preview .emphasis {
  display: none;
}
#page .mw_wp_form .input__wrap.select__box {
}
#page .mw_wp_form .input__wrap.select__box p {
  position: relative;
}
#page .mw_wp_form .input__wrap.select__box p::before {
  border-bottom: 4.5px solid #c2c2c2;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 9px;
  top: 20px;
  width: 0;
}
#page .mw_wp_form .input__wrap.select__box p::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #c2c2c2;
  content: "";
  position: absolute;
  right: 9px;
  top: 30px;
  width: 0;
}
@media screen and (max-width: 1199px) {
  #top__services .content .box {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 1120px) {
  header .wrap .inner .group.right .header__menu__list {
    display: none;
  }
}
@media screen and (max-width: 1060px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 20px;
  }
  #top__fv .heading img {
    width: 21.9619326501vw;
  }
  #top__about .summary p {
    font-size: 16px;
  }
  #top__fv .inner {
    padding: 100px 40px;
  }
  .common__sec__inner {
    padding: 100px 40px;
  }
  #top__services .content .box {
    padding: 60px 40px;
  }
  #top__services .content .box .text__area {
    padding-left: 40px;
  }
  footer .inner {
    padding: 60px 40px;
  }
  .common__sec__tit {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 820px) {
  .common__sec__tit {
    margin-bottom: 30px;
  }
  #top__about .content .img__area.sp {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  #top__about .content .img__area.pc {
    display: none;
  }
  #top__about .content .text__area {
    width: 100%;
  }
  #top__about .content .img__area {
    position: relative;
    top: 0;
  }
  #top__about .content .img__area .img__wrap {
    width: 55%;
  }
  #top__about .content .img__area .img__wrap.degital {
    margin-left: auto;
    margin-top: auto;
    position: absolute;
    right: 0;
    top: 0;
  }
  #top__services .content .box {
    display: block;
  }
  #top__services .content .box .img__area {
    width: 100%;
  }
  #top__services .content .box .text__area {
    width: 100%;
    padding: 30px;
    margin-top: -60px;
  }
  .common__sec__inner {
    padding: 100px 40px;
  }
  #top__services .content .box {
    padding: 0;
  }
  .content__list li,
  #page.contract #technology-info li {
    width: 100%;
    margin-bottom: 10px;
  }
  #top__about .content .img__area {
    top: 0;
  }
  #full-menu .full-menu__inner {
    display: block;
    height: auto;
  }
  #full-menu .full-menu__list {
    width: 100%;
  }
  #page.contract .content {
    padding: 80px 40px;
  }
  .content__list li a .link__wrap {
    display: flex;
    align-items: normal;
  }
  .content__list li a .img__area {
    width: 30%;
    overflow: hidden;
  }
  .content__list li a .text__area {
    width: 70%;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
  .content__list li a .img__area .img__wrap {
    padding-bottom: 100%;
  }
  #page.contract #technology-info .content__list li a .img__area .img__wrap {
    /* padding: 20px; */
  }
}
@media screen and (max-width: 630px) {
  .wave {
    bottom: 0;
    margin: auto;
  }
  #top__fv .wave canvas {
    transform: scale(2);
  }
  .wave canvas {
    transform: scale(1.5);
  }
  body {
    letter-spacing: 0.01em;
  }
  h1 {
    font-size: 11.2820512821vw;
  }
  h2 {
    font-size: 8.7179487179vw;
  }
  h3 {
    font-size: 7.6923076923vw;
  }
  h4 {
    font-size: max(5.641025641vw, 18px);
  }
  h5 {
    font-size: max(4.6153846154vw, 16px);
  }
  header {
    height: 54px;
  }
  header .wrap .inner {
    padding-left: 10px;
  }
  header .wrap .inner .group.logo .mixwave__logo {
    width: 25.641025641vw;
  }
  header .wrap .inner .group.logo .resonetz__logo img {
    width: 35.8974358974vw;
  }
  header .wrap .inner .group.right .contact {
    display: none;
  }
  #top__fv .wrap .wave {
  }
  #top__fv .wrap .wave canvs {
  }
  #top__fv .inner {
    padding: 80px 20px 80px;
  }
  #top__fv .heading img {
    width: 51.2820512821vw;
  }
  #top__fv .heading {
    justify-content: center;
  }
  #top__fv .heading h1 {
    font-size: 11vw;
    margin-top: 40vw;
  }
  #top__fv .heading h4 {
    margin-bottom: 40px;
    font-size: 5vw;
  }
  #top__fv .heading h1 .sp {
    display: block;
  }
  .common__sec__inner {
    padding: 80px 20px;
  }
  #top__about .inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #top__about .summary p br {
    display: none;
  }
  #top__about .summary h4 {
    margin-bottom: 10px;
  }
  .common__sec__tit h2 {
    line-height: 1;
  }
  .common__sec__tit h5 {
    letter-spacing: 0.1em;
    padding-left: 15px;
  }
  .common__sec__tit h5:before {
    width: 10px;
  }
  .common__btn a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0);
  }
  .common__btn a p {
    color: #fff;
    transform: translateX(-15px);
  }
  .common__btn a svg {
    fill: #fff;
    opacity: 1;
    transform: translateX(0);
  }
  .common__btn a:before {
    opacity: 1;
  }
  #top__services .content .box .text__area .tit__en {
    margin-bottom: 10px;
  }
  #top__services .content .box .text__area .tit__jp h5 {
    font-size: max(5.641025641vw, 18px);
  }
  #top__services .content .box .text__area {
    padding-bottom: 60px;
  }
  #top__services .content .box .text__area .tit__jp {
    margin-bottom: 5px;
  }
  #top__news ul li a {
    display: block;
    padding: 20px 10px;
  }
  #top__news ul li a .tit {
    width: 100%;
    -webkit-line-clamp: 2;
  }
  #top__news .common__sec__inner {
    padding-bottom: 100px;
  }
  #sec__contact .inner {
    padding: 100px 20px;
  }
  #sec__contact .common__btn a:before {
    background: rgba(34, 34, 34, 0);
  }
  footer .inner {
    padding: 100px 20px 40px;
  }
  footer .group.group__01 {
    margin-bottom: 40px;
  }
  footer .group.group__02 ul {
    width: 100%;
  }
  footer .group.group__02 .list__tit {
    font-size: 18px;
    margin-bottom: 20px;
  }
  footer .group.group__02 ul li a {
    font-size: 14px;
  }
  footer .group.group__02 ul li {
    margin-bottom: 20px;
  }
  footer .group.group__02 ul li a {
    padding-left: 10px;
  }
  footer .group.group__03 {
    display: block;
  }
  #full-menu .full-menu__list {
    padding: 80px 20px 60px;
  }
  #full-menu .full-menu__list:nth-of-type(2) {
    padding: 60px 20px 140px;
  }
  #full-menu .full-menu__list li .full-menu__list__tit h3 {
    font-size: max(6.1538461538vw, 18px);
  }
  #full-menu .full-menu__list li {
    margin-bottom: 30px;
  }
  #full-menu .full-menu__list:nth-of-type(2) a:before {
    opacity: 0;
  }
  #full-menu .full-menu__list:nth-of-type(2) .arrow {
    opacity: 1;
    transform: translateX(0);
  }
  header .wrap .inner .group.right .menu-btn {
    width: 60px;
  }
  header .wrap .inner .group.right .menu-btn span {
    width: 30px;
  }
  header .wrap .inner .group.right .menu-btn.menu-open span:nth-of-type(1) {
    transform: rotate(45deg) translate(0, -5px);
  }
  header .wrap .inner .group.right .menu-btn.menu-open span:nth-of-type(3) {
    transform: rotate(-45deg) translate(1px, 4px);
  }
  #page__head .wrap {
    height: 240px;
  }
  #page__head .inner {
    padding: 80px 20px 20px 20px;
  }
  #page.contract #request ul {
    display: block;
  }
  #page.contract .content {
    padding: 50px 20px 40px;
    margin-bottom: 20px;
  }
  #page.contract #request ul li .text__area {
    padding: 20px;
  }
  #page.contract #request ul li .anser__area .text__area {
    min-height: auto;
    padding-top: 10px;
  }
  #page.contract #request ul li {
    width: 100%;
    margin-bottom: 60px;
  }
  #page.contract #request ul li:last-child {
    margin-bottom: 0;
  }
  #page.contract #request ul li .anser__area {
    min-height: auto;
  }
  #page.contract #our-technology .content {
    display: block;
  }
  #page.contract #our-technology .content .group {
    width: 100%;
    margin-bottom: 40px;
  }
  #page.contract #our-technology .content .group .img__area {
    padding: 10px;
  }
  #page.contract #development-case .content ul {
    display: block;
  }
  #page.contract #development-case .content ul li {
    width: 100%;
  }
  #page.contract #development-case .content ul li:nth-child(2n) {
    margin-left: 0;
  }
  #page .contact__head .bar {
    width: 92%;
  }
  #page .mw_wp_form .btn__group {
    display: block;
    margin-top: 40px;
  }
  #page .mw_wp_form .btn__group button {
    margin: auto;
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }
  #page.contract #technology-info .modal__contents {
    padding: 70px 10px;
  }
  #page.contract #technology-info .modal__xmark {
    right: 0;
    top: 0;
  }
  #top__fv .swiper-pagination {
    left: 20px;
  }
  #top__fv .swiper-pagination-bullet {
    width: 20px;
  }
  .own_products-template-default #page__content .wrap {
    padding: 0;
  }
}
