@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
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,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1.6;
}

body {
  overflow-x: hidden !important;
  line-height: 1.6;
}

ol,
ul {
  list-style: none
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

caption,
td,
th {
  font-weight: inherit;
  text-align: left;
  vertical-align: middle
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}

a img {
  border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none
}

*,
:after,
:before {
  box-sizing: inherit
}

img {
  box-sizing: content-box;
  max-width: 100%;
  height: auto;
  vertical-align: middle
}

a {
  transition-duration: .5s
}

b,
strong {
  font-weight: 700
}

sup {
  font-size: .7em;
  vertical-align: baseline/*super*/
}

table {
  width: 100%;
  max-width: 100%
}

table p:not([class]):not(:last-child) {
  margin-bottom: 1em
}

td,
th {
  min-height: 1em;
  word-break: break-all;
  word-wrap: break-word
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c1c1c1
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #c1c1c1
}

input::placeholder,
textarea::placeholder {
  color: #c1c1c1
}

[type=email],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url],
button,
select,
textarea {
  border: 0;
  background: 0;
  outline: none
}

[type=checkbox],
[type=radio],
a,
area,
button,
label,
select {
  cursor: pointer
}

.body-in {
  overflow-x: hidden
}

.anime {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.anime:not(.key) {
  transition-duration: .5s
}

.anime.quick {
  transition-duration: 0s;
  -webkit-animation-duration: 0s;
  animation-duration: 0s
}

.anime.flip-x {
  transform: rotateX(90deg)
}

.anime.flip-y {
  transform: rotateY(90deg)
}

.anime.zoom-in {
  transform: scale(0)
}

.anime.top-in {
  transform: translateY(-50px);
  transform-origin: 0 0
}

.anime.bottom-in {
  transform: translateY(50px)
}

.anime.left-in {
  transform: translateX(-50px)
}

.anime.right-in {
  transform: translateX(50px)
}

@-webkit-keyframes transform-purge {
  to {
    opacity: 1;
    transform: none
  }
}

@keyframes transform-purge {
  to {
    opacity: 1;
    transform: none
  }
}

.anime.bottom-in,
.anime.fade-in,
.anime.flip-x,
.anime.flip-y,
.anime.left-in,
.anime.right-in,
.anime.top-in,
.anime.zoom-in {
  opacity: 0
}

.anime.active .anime.bottom-in.chain:not(.key),
.anime.active .anime.fade-in.chain:not(.key),
.anime.active .anime.flip-x.chain:not(.key),
.anime.active .anime.flip-y.chain:not(.key),
.anime.active .anime.left-in.chain:not(.key),
.anime.active .anime.right-in.chain:not(.key),
.anime.active .anime.top-in.chain:not(.key),
.anime.active .anime.zoom-in.chain:not(.key),
.anime.bottom-in.active:not(.key),
.anime.bottom-in.lock:not(.key),
.anime.fade-in.active:not(.key),
.anime.fade-in.lock:not(.key),
.anime.flip-x.active:not(.key),
.anime.flip-x.lock:not(.key),
.anime.flip-y.active:not(.key),
.anime.flip-y.lock:not(.key),
.anime.left-in.active:not(.key),
.anime.left-in.lock:not(.key),
.anime.right-in.active:not(.key),
.anime.right-in.lock:not(.key),
.anime.top-in.active:not(.key),
.anime.top-in.lock:not(.key),
.anime.zoom-in.active:not(.key),
.anime.zoom-in.lock:not(.key),
.swiper-slide-active .anime.bottom-in:not(.key),
.swiper-slide-active .anime.fade-in:not(.key),
.swiper-slide-active .anime.flip-x:not(.key),
.swiper-slide-active .anime.flip-y:not(.key),
.swiper-slide-active .anime.left-in:not(.key),
.swiper-slide-active .anime.right-in:not(.key),
.swiper-slide-active .anime.top-in:not(.key),
.swiper-slide-active .anime.zoom-in:not(.key) {
  opacity: 1;
  transform: none
}

.anime.active .anime.bottom-in.chain.key,
.anime.active .anime.fade-in.chain.key,
.anime.active .anime.flip-x.chain.key,
.anime.active .anime.flip-y.chain.key,
.anime.active .anime.left-in.chain.key,
.anime.active .anime.right-in.chain.key,
.anime.active .anime.top-in.chain.key,
.anime.active .anime.zoom-in.chain.key,
.anime.bottom-in.active.key,
.anime.bottom-in.lock.key,
.anime.fade-in.active.key,
.anime.fade-in.lock.key,
.anime.flip-x.active.key,
.anime.flip-x.lock.key,
.anime.flip-y.active.key,
.anime.flip-y.lock.key,
.anime.left-in.active.key,
.anime.left-in.lock.key,
.anime.right-in.active.key,
.anime.right-in.lock.key,
.anime.top-in.active.key,
.anime.top-in.lock.key,
.anime.zoom-in.active.key,
.anime.zoom-in.lock.key,
.swiper-slide-active .anime.bottom-in.key,
.swiper-slide-active .anime.fade-in.key,
.swiper-slide-active .anime.flip-x.key,
.swiper-slide-active .anime.flip-y.key,
.swiper-slide-active .anime.left-in.key,
.swiper-slide-active .anime.right-in.key,
.swiper-slide-active .anime.top-in.key,
.swiper-slide-active .anime.zoom-in.key {
  -webkit-animation-name: transform-purge;
  animation-name: transform-purge
}

@-webkit-keyframes expand-x {
  to {
    max-width: 100%;
    white-space: normal;
    opacity: 1
  }
}

@keyframes expand-x {
  to {
    max-width: 100%;
    white-space: normal;
    opacity: 1
  }
}

@-webkit-keyframes expand-y {
  to {
    max-height: 100%;
    white-space: normal
  }
}

@keyframes expand-y {
  to {
    max-height: 100%;
    white-space: normal
  }
}

.anime.expand-x {
  max-width: 0
}

.anime.active .anime.expand-x.chain:not(.key),
.anime.expand-x.active:not(.key),
.anime.expand-x.lock:not(.key),
.swiper-slide-active .anime.expand-x:not(.key) {
  max-width: 100%;
  white-space: normal
}

.anime.active .anime.expand-x.chain.key,
.anime.expand-x.active.key,
.anime.expand-x.lock.key,
.swiper-slide-active .anime.expand-x.key {
  -webkit-animation-name: expand-x;
  animation-name: expand-x
}

.anime.expand-y {
  max-height: 0
}

.anime.active .anime.expand-y.chain:not(.key),
.anime.expand-y.active:not(.key),
.anime.expand-y.lock:not(.key),
.swiper-slide-active .anime.expand-y:not(.key) {
  max-height: 100%;
  white-space: normal
}

.anime.active .anime.expand-y.chain.key,
.anime.expand-y.active.key,
.anime.expand-y.lock.key,
.swiper-slide-active .anime.expand-y.key {
  -webkit-animation-name: expand-y;
  animation-name: expand-y
}

.anime.expand-x,
.anime.expand-y {
  overflow: hidden;
  white-space: nowrap
}

@-webkit-keyframes focus-in {
  to {
    filter: blur(0);
    opacity: 1
  }
}

@keyframes focus-in {
  to {
    filter: blur(0);
    opacity: 1
  }
}

.anime.blur {
  opacity: 0
}

.anime.active .anime.blur.chain:not(.key),
.anime.blur.active:not(.key),
.anime.blur.lock:not(.key),
.swiper-slide-active .anime.blur:not(.key) {
  opacity: 1
}

.anime.active .anime.blur.chain.key,
.anime.blur.active.key,
.anime.blur.lock.key,
.swiper-slide-active .anime.blur.key {
  -webkit-animation-name: transform-purge;
  animation-name: transform-purge
}

@supports (filter:blur(12px)) {
  .anime.blur {
    filter: blur(12px)
  }

  .anime.active .anime.blur.chain:not(.key),
  .anime.blur.active:not(.key),
  .anime.blur.lock:not(.key),
  .swiper-slide-active .anime.blur:not(.key) {
    filter: blur(0)
  }

  .anime.active .anime.blur.chain.key,
  .anime.blur.active.key,
  .anime.blur.lock.key,
  .swiper-slide-active .anime.blur.key {
    -webkit-animation-name: focus-in;
    animation-name: focus-in
  }
}

.o-list>li,
.u-list>li {
  margin: 0 0 0 2%;
  width: 98%
}

.u-list>li {
  list-style-type: disc
}

.o-list>li {
  list-style-type: decimal
}

.flex {
  display: -ms-flexbox;
  display: flex
}

.flex.bet,
.pc-flex.bet,
.sp-flex.bet {
  -ms-flex-pack: justify;
  justify-content: space-between
}

.flex.aro,
.pc-flex.aro,
.sp-flex.aro {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.flex.vstart,
.pc-flex.vstart,
.sp-flex.vstart {
  -ms-flex-align: start;
  align-items: flex-start
}

.flex.vend,
.pc-flex.vend,
.sp-flex.vend {
  -ms-flex-align: end;
  align-items: flex-end
}

.flex.vcenter,
.pc-flex.vcenter,
.sp-flex.vcenter {
  -ms-flex-align: center;
  align-items: center
}

.flex.hstart,
.pc-flex.hstart,
.sp-flex.hstart {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.flex.hcenter,
.pc-flex.hcenter,
.sp-flex.hcenter {
  -ms-flex-pack: center;
  justify-content: center
}

.flex.hend,
.pc-flex.hend,
.sp-flex.hend {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.flex.str,
.pc-flex.str,
.sp-flex.str {
  -ms-flex-align: stretch;
  align-items: stretch
}

.flex.vert,
.pc-flex.vert,
.sp-flex.vert {
  -ms-flex-direction: column;
  flex-direction: column
}

.flex.break,
.pc-flex.break,
.sp-flex.break {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.youtube-wrap {
  position: relative;
  padding-top: 56.25%;
  width: 100%
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important
}

.grayscale {
  filter: grayscale(100%)
}

.activeToggle.active .activeToggle__off,
.activeToggle:not(.active) .activeToggle__on {
  display: none
}

body.lock {
  overflow: hidden
}

.serif {
  font-family: "Noto Serif JP", Yu Mincho, YuMincho, Hiragino Mincho ProN, "NotoSerifCJKjp", HGS明朝E, HG明朝E, serif
}

.is-none {
  display: none !important
}

.js-hide {
  display: none
}

.ta-center {
  text-align: center
}

.ta-right {
  text-align: right
}

.ta-left {
  text-align: left
}

.fw-700 {
  font-weight: 700
}

.fw-900 {
  font-weight: 900
}

.fz-e7 {
  font-size: .7em
}

.fz-e8 {
  font-size: .8em
}

.fz-e9 {
  font-size: .9em
}

.is-false {
  pointer-events: none
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 45px auto 0;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-container-3d {
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/44*27);
  height: var(--swiper-navigation-size);
  margin-top: calc(var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: normal;
  line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity .3s;
  transform: translateZ(0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000
}

.swiper-pagination-lock {
  display: none
}

.md-uline {
  position: relative;
  text-decoration: none
}

.md-uline:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 2px;
  background: #0251b6;
  transition-duration: .5s;
  transform: rotateY(90deg);
  transform-origin: 50%;
  content: ""
}

.md-uline.uline-block {
  display: block
}

.md-uline.uline-left:before {
  transform-origin: 0
}

.md-uline.uline-right:before {
  transform-origin: 100%
}

.md-uline.active,
.md-uline:hover,
a.active .md-uline,
a:hover .md-uline {
  text-decoration: none
}

.md-uline.active:before,
.md-uline:hover:before,
a.active .md-uline:before,
a:hover .md-uline:before {
  transform: rotateY(0deg)
}

.md-overlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  transition-duration: .5s;
  cursor: pointer
}

.md-overlay:not(.active) {
  z-index: -1;
  opacity: 0;
  visibility: hidden
}

.md-overlay--modal {
  z-index: 10000
}

.md-overlay--ripple {
  border-radius: 50%;
  width: 300vh;
  height: 300vh;
  transform: translate(50%, -50%)
}

.md-overlay--ripple:not(.active) {
  width: 0;
  height: 0
}

.md-overlay--shutter {
  height: 200vh;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5) 50%, hsla(0, 0%, 100%, 0))
}

.md-overlay--shutter:not(.active) {
  transform: translateY(-100%)
}

.md-loading {
  position: relative;
  min-height: 9rem;
  max-height: 60vh
}

.md-loading:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -2rem 0 0 -2rem;
  border: 3px solid #0251b6;
  border-bottom-color: rgba(2, 81, 182, .5);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  -webkit-animation-name: mdLoading;
  animation-name: mdLoading;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  content: ""
}

.md-loading:not(.active) {
  opacity: 0;
  visibility: hidden
}

@-webkit-keyframes mdLoading {
  to {
    transform: rotate(1turn)
  }
}

@keyframes mdLoading {
  to {
    transform: rotate(1turn)
  }
}

.md-lay {
  display: inline-block;
  z-index: 1;
  vertical-align: middle;
  transform: perspective(0) translateZ(0)
}

.md-lay,
.md-lay .lay-bg {
  position: relative;
  transition-duration: .5s
}

.md-lay .lay-bg {
  z-index: 2
}

.md-lay .lay-bg img {
  width: 100%;
  vertical-align: middle
}

.md-lay .lay-bg .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-duration: .5s
}

.md-lay .lay-bg .off {
  position: relative;
  transition-duration: .5s
}

.md-lay:after,
.md-lay:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: .5s;
  transform: perspective(0) translateZ(0);
  content: ""
}

.md-lay:before {
  z-index: 3;
  background: rgba(0, 0, 0, .5)
}

.md-lay:after {
  z-index: 4
}

.md-lay.zoom {
  overflow: hidden
}

.md-lay.block,
.md-lay.over {
  display: block
}

.md-lay.over .lay-bg img {
  margin-left: 50%;
  width: auto;
  max-width: none;
  transform: translate(-50%)
}

.md-lay.through {
  display: inline-block;
  overflow: visible
}

.md-lay.through .lay-bg img {
  width: auto;
  max-width: none
}

.md-lay.no-cover:after,
.md-lay.no-cover:before {
  display: none
}

.md-lay .lay-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%
}

a.active .md-lay .lay-bg .on {
  opacity: 1
}

a.active .md-lay .lay-bg .off {
  opacity: 0
}

a.active .md-lay.zoom .lay-bg {
  transform: scale(1.05)
}

a.active .md-lay.bright:before {
  opacity: 1
}

a.active .md-lay.border:after {
  box-shadow: inset 0 0 0 10px hsla(0, 0%, 100%, .5);
  opacity: 1
}

@font-face {
  font-family: iconfont;
  src: url(font/icon/iconfont.eot?73d0fbbdcdcf18e7a3c78d12a09eeeda?#iefix) format("embedded-opentype"), url(font/icon/iconfont.woff2?73d0fbbdcdcf18e7a3c78d12a09eeeda) format("woff2"), url(font/icon/iconfont.woff?73d0fbbdcdcf18e7a3c78d12a09eeeda) format("woff");
  font-display: swap
}

.iconfont,
i[class*=icon-]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: iconfont !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-decoration: none;
  text-transform: none
}

i[class*=icon-] {
  display: inline-block;
  line-height: 1;
  vertical-align: middle
}

i[class*=icon-]:before {
  display: inline-block;
  vertical-align: bottom
}

.icon-down:before {
  content: "\f101"
}

.icon-facebook:before {
  content: "\f102"
}

.icon-instagram:before {
  content: "\f103"
}

.icon-left:before {
  content: "\f104"
}

.icon-line:before {
  content: "\f105"
}

.icon-right:before {
  content: "\f106"
}

.icon-twitter:before {
  content: "\f107"
}

.icon-up:before {
  content: "\f108"
}

.md-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border: 0;
  width: 100%;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  transition-duration: .5s;
  cursor: pointer
}

.md-btn.left-text {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left
}

.md-btn.mat {
  padding: 0
}

.md-btn.mat a,
.md-btn.mat button,
.md-btn.mat input[type=button],
.md-btn.mat input[type=submit] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  width: 100%;
  height: 100%;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  color: inherit;
  background: transparent;
  outline: none;
  transition: color 0s
}

.md-btn:before {
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: none;
  transition-duration: .5s;
  pointer-events: none;
  content: ""
}

.md-btn:not(.reverse):before {
  left: -100%
}

.md-btn.reverse:before {
  right: -100%
}

.md-btn.stay:before {
  display: none
}

.md-btn .head-icon {
  margin-right: .5em;
  margin-left: -1em
}

.md-btn .left-icon,
.md-btn .right-icon {
  position: absolute;
  top: 50%;
  z-index: 10;
  transition: color 0s;
  transform: translateY(-50%);
  pointer-events: none
}

.md-btn .right-icon {
  right: .8em;
  transition: right .5s
}

.md-btn .left-icon {
  left: .8em;
  transition: left .5s
}

.md-btn:hover,
a:hover .md-btn {
  text-decoration: none
}

.md-btn:hover:not(.reverse):before,
a:hover .md-btn:not(.reverse):before {
  left: 0
}

.md-btn:hover.reverse:before,
a:hover .md-btn.reverse:before {
  right: 0
}

.md-btn:hover .right-icon:not(.stay),
a:hover .md-btn .right-icon:not(.stay) {
  right: .5em
}

.md-btn:hover .left-icon:not(.stay),
a:hover .md-btn .left-icon:not(.stay) {
  left: .5em
}

.md-btn.white {
  border: 1px solid #fff;
  color: #000;
  background-color: #fff
}

.md-btn.black,
.md-btn.white:before,
.md-btn.white:hover,
a:hover .md-btn.white {
  color: #fff;
  background-color: #000
}

.md-btn.black {
  border: 1px solid #000
}

.md-btn.black:before,
.md-btn.black:hover,
a:hover .md-btn.black {
  color: #000;
  background-color: #fff
}

.md-acc .acc-btn {
  cursor: pointer
}

.md-acc .acc-check {
  display: none
}

.md-acc .acc-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .5s;
  transform-origin: 0 0
}

.md-acc .acc-body .acc-body:not(.active) {
  transition-duration: 0s
}

.md-acc .acc-body:not(.active) .acc-on,
.md-acc .acc-check:not(:checked)~.acc-body .acc-on,
.md-acc .acc-check:not(:checked)~.acc-btn .acc-on {
  display: none
}

.md-acc .acc-body.active,
.md-acc .acc-check:checked~.acc-body,
.md-acc .acc-check:checked~.acc-btn,
.md-acc .acc-check:checked~.acc-btn .acc-body {
  max-height: none;
  opacity: 1
}

.md-acc .acc-body.active .acc-off,
.md-acc .acc-check:checked~.acc-body .acc-off,
.md-acc .acc-check:checked~.acc-btn .acc-body .acc-off,
.md-acc .acc-check:checked~.acc-btn .acc-off,
.sp-md-acc .acc-check {
  display: none
}

body {
  width: 100%
}

a:focus {
  outline: .3125rem auto -webkit-focus-ring-color !important;
  outline-offset: .125rem
}

p:not([class]):not(:last-child) {
  margin-bottom: 1em
}

::selection {
  color: #fff;
  background-color: #02469d
}

[type=email],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url],
button,
select,
textarea {
  outline: initial
}

.headerPad {
  padding-top: 10rem
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  white-space: nowrap;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.header__frame {
  padding: 0 0 0 2rem;
  background: #000
}

.headerLogo__img {
  display: block
}

.headerPulldown__head {
  padding: 1rem 2.5rem;
  height: 10rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  transition-duration: .5s;
  cursor: pointer
}

.headerPulldown__body {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  padding: 3.5rem 0;
  width: 100%;
  background: red;
  opacity: 0;
  transition-duration: .5s;
  transform: rotateX(90deg);
  transform-origin: 0 0
}

.headerPulldown:hover .headerPulldown__head:before {
  transform: none
}

.headerPulldown:hover .headerPulldown__body {
  opacity: 1;
  transform: rotateX(0)
}

.gNavBtn {
  display: inline-block;
  position: relative;
  border: 0;
  width: 6rem;
  height: 6rem;
  vertical-align: middle;
  background: #0251b6;
  cursor: pointer
}

.gNavBtn__box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%
}

.gNavBtn__bar {
  display: block;
  position: absolute;
  left: 1.5rem;
  z-index: 2;
  border-radius: 0;
  width: calc(100% - 3rem);
  height: 3px;
  background: #fff;
  transition-duration: .5s;
  transform-origin: 50% 50%
}

.gNavBtn__bar:first-of-type {
  top: 1.75rem
}

.gNavBtn__bar:nth-of-type(2) {
  top: 50%;
  margin-top: -1.5px
}

.gNavBtn__bar:nth-of-type(3) {
  bottom: 1.75rem
}

.gNavBtn.active .gNavBtn__bar {
  background: #fff
}

.gNavBtn.active .gNavBtn__bar:first-of-type {
  top: 50%;
  margin-top: -1.5px;
  transition: top .5s, margin .5s, transform .5s ease .5s;
  transform: rotate(-45deg)
}

.gNavBtn.active .gNavBtn__bar:nth-of-type(2) {
  opacity: 0;
  transition-delay: .4s;
  transform: rotateY(90deg)
}

.gNavBtn.active .gNavBtn__bar:nth-of-type(3) {
  bottom: 50%;
  margin-bottom: -1.5px;
  transition: bottom .5s, margin .5s, transform .5s ease .5s;
  transform: rotate(45deg)
}

.gNav {
  position: fixed;
  top: 6rem;
  left: 0;
  z-index: 1000;
  width: 100%;
  max-height: calc(100% - 6rem);
  overflow-y: auto;
  background: #00f;
  transition-duration: .5s;
  transform-origin: 0 0
}

.gNav:after {
  display: block;
  height: 0;
  content: ""
}

.gNav:not(.active) {
  transform: rotateX(90deg);
  visibility: hidden
}

.gNav__item {
  position: relative;
  padding: 1.5rem;
  border-bottom: 1px solid red;
  font-weight: 500;
  color: #fff;
  background: #00f
}

.gNav__item--sub {
  background: #0ff
}

.gNav__icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  z-index: 2;
  font-size: 1rem;
  transition-duration: .3s;
  transform: translateY(-50%)
}

.acc-check:checked~.acc-btn .gNav__icon {
  transform: translateY(-50%) rotate(180deg)
}

.gNav__contact {
  padding: 3rem 3.125%
}

.gNav__btn--mail {
  height: 6rem
}

.c5-mocopi * {
  box-sizing: border-box
}

.c5-mocopi a,
.c5-mocopi a:active,
.c5-mocopi a:hover {
  transition: .5s
}

.c5-mocopi__btn {
  position: relative;
  line-height: 1.2;
}

.c5-mocopi__btn:after {
  display: block;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 20px;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 10px solid #fff;
  transition: .5s;
  content: ""
}

.c5-mocopi__btn:hover:after {
  transform: translateX(5px)
}

.c5-mocopi .s5-returnToTop {
  margin: 0
}

.c5-mocopiHeader {
  max-width: 1240px;
  margin: 0 auto;
  /*  box-sizing: content-box;*/
  box-sizing: border-box;
  padding: 0 40px
}


.c5-mocopiHeader__text {
  margin-left: 13px;
  font-size: 22px;
  font-weight: 700
}

.c5-mocopiMv {
  position: relative;
}

.c5-mocopiMv__img img {
  width: 100%;
  max-width: none
}

.c5-mocopiMv__head {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -56%);
  width: 100%;
  max-width: 1240px;
}

.c5-mocopiMv__head img {
  width: 26.24%;
  max-width: 376px;
}

.c5-mocopiNav {
  padding: 100px 0 75px;
  width: 100%;
  background: #fff
}

.c5-mocopiNav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 20px 0
}

.c5-mocopiNav__item {
  width: 300px
}

.c5-mocopiNav__link {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  color: #2f353d;
  text-align: center;
  letter-spacing: .1em
}

.c5-mocopiNav__link:after {
  display: block;
  margin: 12px auto 0;
  border-top: 32px solid #dae343;
  border-right: 150px solid transparent;
  border-left: 150px solid transparent;
  width: 0;
  height: 0;
  transition: .5s;
  content: ""
}

.c5-mocopiNav__link:hover {
  color: #2f353d;
  text-decoration: none
}

.c5-mocopiNav__link span {
  border-bottom: 1px solid transparent;
  transition: all .2s;

}

.c5-mocopiNav__link:hover span {
  border-bottom: 1px solid #2f353d
}

.c5-mocopiNav__link:hover:after {
  transform: translateY(5px)
}

.c5-mocopiNav__link--feature:after {
  border-top-color: #c017a2
}

.c5-mocopiNav__link--howto:after {
  border-top-color: #dae343
}

.c5-mocopiNav__link--spec:after {
  border-top-color: #ff8300
}

.c5-mocopiNav__link--support:after {
  border-top-color: #74C3D5
}

.c5-mocopiInformation__inner {
  flex-direction: row-reverse;
}

.c5-mocopiInformation__news {
  width: 100%;
}

.c5-mocopiInformation__twitter+.c5-mocopiInformation__news {
  margin-right: 5.25%;
  margin-bottom: 10px
}

.c5-mocopiInformation__news--headconclude {
  display: flex;
  justify-content: space-between;
}


.c5-mocopiInformation__news--head {
  font-size: 25px;
  font-weight: 700;
}

.c5-mocopiInformation__news--headmore {
  font-weight: bold;
  margin-top: 8px;
}

.c5-mocopiInformation__news--headmore a {
  text-decoration: none;
  color: #2f353d;
}

.c5-mocopiInformation__news--list {
  margin: 18px 0 0;
  border-top: 1px solid #dee2e7
}

.c5-mocopiInformation__news--item {
  padding: 12px 0;
  border-bottom: 1px solid #dee2e7;
  font-size: 14px
}

.c5-mocopiInformation__news--date {
  -ms-flex: none;
  flex: none;
  /*  width: 14.3%*/
  width: 110px;
}

.c5-mocopiInformation__news--category {
  -ms-flex: none;
  flex: none;
  width: 70px;/*90*/
  color: #c017a2
}

.c5-mocopiInformation__news--content {
  font-size: 15px
}

.c5-mocopiInformation__newsmail {
  position: relative;
  margin: auto 10px 10px 0;
  padding: 18px 30px;
  border: 1px solid #dae343;
  background: #fff
}

.c5-mocopiInformation__newsmail:after {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #dae343;
  content: ""
}

.c5-mocopiInformation__newsmail--head {
  font-size: 18px;
  font-weight: 700
}

.c5-mocopiInformation__newsmail--body {
  margin: 10px 0 0;
  font-size: 14px
}

.c5-mocopiInformation__newsmail--text {
  width: 53%;
  line-height: 1.57
}

.c5-mocopiInformation__newsmail--btn {
  -ms-flex: none;
  flex: none;
  border: 1px solid #dae343;
  border-radius: 22px;
  width: 237px;
  height: 44px;
  font-weight: 700;
  color: #2f353d;
  background: #dae343
}

.c5-mocopiInformation__newsmail--btn:after {
  right: 10px;
  border-left-color: #2f353d
}

.c5-mocopiInformation__newsmail--btn:hover {
  color: #2f353d
}

.c5-mocopiInformation__twitter {
  -ms-flex: none;
  flex: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 436px;
  height: 480px
}

.c5-mocopiProducts {
  margin: 64.5px 0 0
}

.c5-mocopiProducts__overview {
  padding: 20px 0;
  border-top: 1px solid #ccc
}

.c5-mocopiProducts__text {
  margin-left: 45px;
  line-height: 1.1
}

.c5-mocopiProducts__series {
  padding: 4px 0;
  font-size: 13px
}

.c5-mocopiProducts__name {
  padding: 2px 0;
  font-size: 22px;
  font-weight: 700
}

.c5-mocopiProducts__new {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: #c93434
}

.c5-mocopiProducts__price {
  margin: 15px 0 0;
  font-size: 14px
}

.c5-mocopiProducts__accessary {
  padding: 35px 40px;
  font-size: 13px;
  line-height: 1.3;
  color: #2f353d;
  background: #f2f2f2
}

.c5-mocopiNewsmail {
  margin: 80px 0 80px
}

.c5-mocopiNewsmail__container {
  position: relative;
  margin: 0 10px 10px 0;
  padding: 20px 0;
  background-color: #fff9ed;
  background-image: url(../img/mocopi_newsmail_l.png), url(../img/mocopi_newsmail_r.png);
  background-repeat: no-repeat;
  background-position: top 15px left 15px, top 15px right 15px;
  border: solid 2px #c017a2;
}

.c5-mocopiNewsmail__container:after {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #c017a2;
  content: ""
}

.c5-mocopiNewsmail__head {
  font-size: 24px;
  font-weight: 700;
  color: #c017a2;
  margin: -3px 0 0;
}

.c5-mocopiNewsmail__text {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: bold;
}

.c5-mocopiNewsmail__textattention {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: normal;
}

.c5-mocopiNewsmail__btn {
  margin: 20px auto 0;
  border: 1px solid #c017a2;
  border-radius: 22px;
  width: 245px;
  height: 44px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #c017a2
}

.c5-mocopiNewsmail__btn:after {
  right: 10px
}

.c5-mocopiNewsmail__btn:hover {
  color: #fff
}

.c5-mocopiMain {
  padding: 113px 0 130px;
  font-weight: 700;
  background-color: rgba(116, 195, 213, .35);
  background-image: url(../img/mocopi_main_bg_tl.png), url(../img/mocopi_main_bg_tr.png), url(../img/mocopi_main_bg_right.png), url(../img/mocopi_main_bg_left.png);
  background-repeat: no-repeat;
  background-position: top 90px left, top 90px right, top 25% right, top 72% left
}

.c5-mocopiMain__head--copy1 {
  font-size: 30px
}

.c5-mocopiMain__head--copy2 {
  font-size: 35px
}

.c5-mocopiMain__movie {
  position: relative;
  margin: 60px auto 0;
  max-width: 852px;
  width: 100%;
}

.c5-mocopiMain__movie--play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%)
}

.c5-mocopiMain__movie--inner {
  position: relative;
  z-index: 1;
  margin: 0 30px 30px 0;
  max-width: 853px
}

.c5-mocopiMain__movie--inner:after {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #c017a2;
  content: ""
}

.c5-mocopiMain__sec {
  margin: 146px 0 0
}

.c5-mocopiMain__sec--text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.84;
  text-align: center
}

.c5-mocopiMain__sec--text-strong {
  font-size: 35px
}

.c5-mocopiMain__sec--text-em {
  font-size: 25px
}

.c5-mocopiMain__sec--img {
  position: relative;
  z-index: 1;
  margin: 53px 20px 20px 0
}

.c5-mocopiMain__sec--img:after {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: ""
}

.c5-mocopiMain__sec--sub {
  position: relative;
  z-index: 1;
  margin: 0 20px 20px 0
}

.c5-mocopiMain__sec--sub:after {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: ""
}

.c5-mocopiMain__sec--shadow-ygreen:after {
  background: #dae343
}

.c5-mocopiMain__sec--shadow-purple:after {
  background: #c017a2
}

.c5-mocopiMain__sec--shadow-orange:after {
  background: #ff8300
}

.c5-mocopiMain__sec--shadow-blue:after {
  background: #74c3d5
}

.c5-mocopiMain__productImg {
  margin: 150px 0 0
}

.c5-mocopiMain__productImg--head {
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
  text-align: center
}

.c5-mocopiMain__productImg--body {
  position: relative;
  margin: 53px 0 0
}

.c5-mocopiMain__productImg--next,
.c5-mocopiMain__productImg--prev {
  -ms-flex: none;
  flex: none;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  margin: 0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background: #c017a2;
  transform: translateY(calc(50% - 28px))
}

.c5-mocopiMain__productImg--next:after,
.c5-mocopiMain__productImg--prev:after {
  display: block;
  position: absolute;
  top: calc(50% - 7.5px);
  right: calc(50% - 5px);
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  transition: .5s;
  content: ""
}

.c5-mocopiMain__productImg--prev:after {
  border-right: 10px solid #fff
}

.c5-mocopiMain__productImg--prev:hover:after {
  transform: translateX(-5px)
}

.c5-mocopiMain__productImg--next:after {
  border-left: 10px solid #fff
}

.c5-mocopiMain__productImg--next:hover:after {
  transform: translateX(5px)
}

.c5-mocopiMain__productImg--slideContainer {
  width: calc(100% - 172px)
}

.c5-mocopiMain__productImg--slide img {
  width: 100%
}

.c5-mocopiMain__productImg--thumb-slide {
  position: relative;
  padding-bottom: 8px;
  cursor: pointer
}

.c5-mocopiMain__productImg--thumb-slide:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #c017a2;
  transition: .5s;
  transform: scaleX(0);
  content: ""
}

.c5-mocopiMain__productImg--thumb-slide.swiper-slide-thumb-active:after,
.c5-mocopiMain__productImg--thumb-slide:hover:after {
  transform: scaleX(1)
}

.c5-mocopiMain__productImg--thumb-slide.swiper-slide-thumb-active .c5-mocopiMain__productImg--thumb-img img,
.c5-mocopiMain__productImg--thumb-slide:hover .c5-mocopiMain__productImg--thumb-img img {
  transform: scale(1.1)
}

.c5-mocopiMain__productImg--thumb-img {
  overflow: hidden
}

.c5-mocopiMain__productImg--thumb-img img {
  width: 100%;
  transition: .5s
}

.c5-mocopiSec {
  padding: 0 0 125px
}

.c5-mocopiSec__separator--feature {
  background: linear-gradient(180deg, rgba(116, 195, 213, .35) 33%, transparent 0, transparent)
}

.c5-mocopiSec__separator img {
  width: 100%;
  height: auto
}

.c5-mocopiSec__head {
  padding: 0 0 7px;
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: .1em
}

.c5-mocopiSec__head--inner {
  display: inline-block;
  position: relative
}

.c5-mocopiSec__head--inner:after {
  display: block;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  height: 7px;
  content: ""
}

.c5-mocopiSec--feature .c5-mocopiSec__head--inner:after {
  background: #c017a2
}

.c5-mocopiSec--howto .c5-mocopiSec__head--inner:after {
  background: #dae343
}

.c5-mocopiSec--spec .c5-mocopiSec__head--inner:after {
  background: #ff8300
}

.c5-mocopiSec--support .c5-mocopiSec__head--inner:after {
  background: #74c3d5
}

.c5-mocopiFeature__sec {
  margin: 80px 0 0
}

.c5-mocopiFeature__sec--2 {
  padding: 150px 0 0;
  background: url(../img/mocopi_sec_bg_left.png) no-repeat 0 0
}

.c5-mocopiFeature__sec--3 {
  padding: 150px 0 0;
  background: url(../img/mocopi_sec_bg_right.png) no-repeat 100% 0
}

.c5-mocopiFeature__text {
  margin-right: 73px
}

.c5-mocopiFeature__text.pc-2 {
  margin-right: 0;
  margin-left: 73px
}

.c5-mocopiFeature__head {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.c5-mocopiFeature__head--strong {
  font-size: 60px;
  color: #c017a2;
  transform: translateY(10%);
}

.c5-mocopiFeature__head--name {
  font-size: 25px
}

.c5-mocopiFeature__desc {
  margin: 38px 0 0;
  font-size: 22px;
  line-height: 1.54
}

.c5-mocopiFeature__note {
  margin: 15px 0 0;
  font-size: 12px
}

.c5-mocopiFeature__btn {
  margin: 24px auto 0;
  border: 1px solid #c017a2;
  border-radius: 31px;
  width: 295px;
  height: 62px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  background: #c017a2
}

.c5-mocopiFeature__btn:hover {
  color: #fff
}

.c5-mocopiFeature__img {
  -ms-flex: none;
  flex: none;
  position: relative;
  z-index: 1;
  margin: 0 20px 20px 0
}

.c5-mocopiFeature__img:after {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #c017a2;
  content: ""
}

.c5-mocopiFeature__imgwrap--img {
  -ms-flex: none;
  flex: none;
  position: relative;
  z-index: 1;
  margin: 0 10px 10px 0
}

.c5-mocopiFeature__imgwrap--img:not(:first-child) {
  margin-left: 36px
}

.c5-mocopiFeature__imgwrap--img:after {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #c017a2;
  content: ""
}

.c5-mocopiFeature__imgwrap--note {
  margin: 34px 0 0;
  font-size: 16px
}

.c5-mocopiFeature__columns {
  margin: 95px 0 0
}

.c5-mocopiFeature__column {
  width: 462px
}

.c5-mocopiFeature__column--head {
  font-size: 22px;
  font-weight: 700
}

.c5-mocopiFeature__column--img {
  margin: 22px 0 0
}

.c5-mocopiFeature__column--desc {
  margin: 25px 0 0;
  font-size: 22px;
  line-height: 1.63
}

.c5-mocopiFeature__column--btn {
  margin: 70px auto 0;
  border: 1px solid #c017a2;
  border-radius: 31px;
  width: 467px;
  height: 62px;
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  background: #c017a2
}

.c5-mocopiFeature__column--btn:hover {
  color: #fff
}

.c5-mocopiHowto__head {
  margin: 100px 0 0;
  font-size: 40px;
  font-weight: 700;
  text-align: center
}

.c5-mocopiHowto__text {
  margin: 40px auto 0;
  max-width: 754px;
  font-size: 22px;
  line-height: 1.54;
  text-align: center
}

.c5-mocopiHowto__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.87;
  text-align: center
}

.c5-mocopiHowto__desc a:link {
  text-decoration: underline
}

.c5-mocopiHowto__movie {
  position: relative;
  margin: 15px auto 0;
  max-width: 873px
}

.c5-mocopiHowto__movie--play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%)
}

.c5-mocopiHowto__movie--inner {
  position: relative;
  z-index: 1;
  margin: 0 20px 20px 0
}

.c5-mocopiHowto__movie--inner:after {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #dae343;
  content: ""
}

.c5-mocopiHowto__slider {
  padding: 200px 0 0;
  background: url(../img/mocopi_sec_bg_left.png) no-repeat top 50px left
}

.c5-mocopiHowto__btn--next,
.c5-mocopiHowto__btn--prev {
  -ms-flex: none;
  flex: none;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  margin: 0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background: #c017a2;
  transform: translateY(calc(50% - 28px))
}

.c5-mocopiHowto__btn--next:after,
.c5-mocopiHowto__btn--prev:after {
  display: block;
  position: absolute;
  top: calc(50% - 7.5px);
  right: calc(50% - 5px);
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  transition: .5s;
  content: ""
}

.c5-mocopiHowto__btn--prev:after {
  border-right: 10px solid #fff
}

.c5-mocopiHowto__btn--prev:hover:after {
  transform: translateX(-5px)
}

.c5-mocopiHowto__btn--next:after {
  border-left: 10px solid #fff
}

.c5-mocopiHowto__btn--next:hover:after {
  transform: translateX(5px)
}

.c5-mocopiHowto__pagination.swiper-pagination-bullets {
  bottom: 0
}

.c5-mocopiHowto__pagination .swiper-pagination-bullet {
  border: 1px solid #c017a2;
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 1;
  transition: .5s;
  cursor: pointer
}

.c5-mocopiHowto__pagination .swiper-pagination-bullet-active,
.c5-mocopiHowto__pagination .swiper-pagination-bullet:hover {
  background: #c017a2;
  transform: scale(1.14)
}

.c5-mocopiHowto__container {
  padding-bottom: 45px;
  width: calc(100% - 172px)
}

.c5-mocopiHowto__slide {
  height: auto;
  background: #dae343
}

.c5-mocopiHowto__content {
  margin: 20px;
  padding: 40px 70px;
  height: calc(100% - 40px);
  background: #fff
}

.c5-mocopiHowto__content--head {
  font-size: 35px;
  font-weight: 700;
  color: #c017a2
}

.c5-mocopiHowto__content--num {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #c017a2
}

.c5-mocopiHowto__content--body {
  margin: 35px 0 0
}

.c5-mocopiHowto__content--img {
  -ms-flex: none;
  flex: none;
  margin-left: 20px
}

.c5-mocopiHowto__content--img2 {
  -ms-flex: none;
  flex: none;
  margin-left: 0px
}

.c5-mocopiHowto__content--img img:not(:first-child) {
  margin-left: 20px
}

.c5-mocopiHowto__content--img2 img:not(:first-child) {
  margin-left: 0px
}

.c5-mocopiHowto__content--img2 a:not(:first-child) {
  margin-left: 20px
}

.c5-mocopiHowto__content--text {
  max-width: 67%
}

.c5-mocopiHowto__content--desc {
  font-size: 16px;
  line-height: 1.75
}

.c5-mocopiHowto__content--desc:not(:first-child) {
  margin: 35px 0 0
}

.c5-mocopiHowto__content--note {
  margin: 20px 0 0
}

.c5-mocopiHowto__content--dl {
  margin: 45px 0 0
}

.c5-mocopiHowto__content--dlHead {
  font-size: 24px;
  font-weight: 700;
  text-align: center
}

.c5-mocopiHowto__content--dlBody {
  margin: 30px 0 0
}

.c5-mocopiHowto__content--dlQr {
  margin-right: 30px
}

.c5-mocopiHowto__content--dlApp {
  padding: 6px 0
}

.c5-mocopiSpec__visual {
  margin: 84px 0 0
}

.c5-mocopiSpec__visual--mv {
  position: relative;
  z-index: 1;
  margin: 0 20px 20px 0
}

.c5-mocopiSpec__visual--mv:after {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #ff8300;
  content: ""
}

.c5-mocopiSpec__visual--list {
  margin-left: 70px
}

.c5-mocopiSpec__visual--item {
  font-size: 16px;
  font-weight: 700
}

.c5-mocopiSpec__visual--item:not(:first-child) {
  margin: 40px 0 0
}

.c5-mocopiSpec__visual--head {
  font-size: 25px;
  margin-bottom: 15px;
}

.c5-mocopiSpec__visual--img {
  -ms-flex: none;
  flex: none;
  position: relative;
  padding-bottom: 30px
}

.c5-mocopiSpec__visual--note {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 400
}

.c5-mocopiSpec__visual--text {
  margin-left: 32px
}

.c5-mocopiSpec__head {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.32;
  text-align: center
}

.c5-mocopiSpec__desc {
  margin: 35px 0 0;
  font-size: 16px;
  line-height: 1.87;
  text-align: center
}

.c5-mocopiSpec__note {
  margin: 15px 0 0;
  font-size: 12px;
  text-align: center
}

.c5-mocopiSpec__spec {
  padding: 94px 0 62px
}

.c5-mocopiSpec__spec--container {
  position: relative;
  z-index: 1;
  margin: 0 40px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff
}

.c5-mocopiSpec__spec--container:after {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #ff8300;
  content: ""
}

.c5-mocopiSpec__spec--head,
.c5-mocopiSpec__spec--td,
.c5-mocopiSpec__spec--th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}

.c5-mocopiSpec__spec--head {
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 700;
  background: #f2f2f2
}

.c5-mocopiSpec__spec--td,
.c5-mocopiSpec__spec--th {
  padding: 15px;
  font-size: 14px;
  background: #fff
}

.c5-mocopiSpec__spec--th {
  width: 33.33333%;
  font-weight: 700;
  vertical-align: top
}

.c5-mocopiSpec__spec--th-col2 {
  width: 16.66667%
}

.c5-mocopiSpec__spec--td {
  line-height: 1.7
}

.c5-mocopiSpec__system {
  padding: 68px 0 47px;
  background: url(../img/mocopi_sec_bg_right.png) no-repeat 100% 0
}

.c5-mocopiSpec__system--list {
  margin: 55px 0 0
}

/* .c5-mocopiSpec__system--item:not(:first-child) {
  margin-left: 80px
} */

.c5-mocopiSpec__system--text {
  margin: 20px 0 0;
  text-align: center
}

.c5-mocopiSpec__system--name {
  font-size: 24px;
  font-weight: 700
}

.c5-mocopiSpec__system--device {
  margin: 20px 0 0;
  max-width: 194px;
  font-size: 14px;
  line-height: 1.7
}

.c5-mocopiSpec__faq {
  padding: 90px 0 0;
  0background: url(../img/mocopi_sec_bg_left.png) no-repeat 0 0
}

.c5-mocopiSpec__faq a {
  display: inline-block;
  margin: 0 5px;
  color: #c017a2;
  text-decoration: underline
}

.c5-mocopiSpec__faq a:hover {
  transform: scale(1.1)
}

.c5-mocopiSpec__faq--list {
  margin: 30px 0 0;
  border-top: 1px solid #ccc
}

.c5-mocopiSpec__faq--item {
  padding: 20px 0;
  border-bottom: 1px solid #ccc
}

.c5-mocopiSpec__faq--head {
  margin-right: 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1
}

.c5-mocopiSpec__faq--text {
  padding: 2px 0 0
}

.c5-mocopiSpec__faq--Q {
  position: relative;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.62;
  cursor: pointer
}

.c5-mocopiSpec__faq--Q:after,
.c5-mocopiSpec__faq--Q:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 1px;
  background: #2f353d;
  transform: translateY(-50%);
  content: ""
}

.c5-mocopiSpec__faq--text {
  position: relative;
}

.c5-mocopiSpec__faq--Q .c5-mocopiSpec__faq--text:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  border-bottom: 1px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .2s;
}

.c5-mocopiSpec__faq--Q:hover .c5-mocopiSpec__faq--text:before {
  border-bottom: 1px solid #2f353d;
}

.c5-mocopiSpec__faq--Q:after {
  transition: .5s;
  transform: rotate(90deg)
}

.c5-mocopiSpec__faq--Q.open:after {
  transform: none
}

.c5-mocopiSpec__faq--Q .c5-mocopiSpec__faq--head {
  color: #ff8300
}

.c5-mocopiSpec__faq--A {
  display: none;
  font-size: 16px;
  line-height: 1.75
}





.c5-mocopiSupport {
  margin: 124px 0 0 0
}

.c5-mocopiSupport__visual {
  margin: 84px 0 0
}

.c5-mocopiSupport__visual--mv {
  position: relative;
  z-index: 1;
  margin: 0 20px 20px 0
}

.c5-mocopiSupport__visual--mv:after {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #ff8300;
  content: ""
}

.c5-mocopiSupport__visual--list {
  margin-left: 70px
}

.c5-mocopiSupport__visual--item {
  font-size: 16px;
  font-weight: 700
}

.c5-mocopiSupport__visual--item:not(:first-child) {
  margin: 40px 0 0
}

.c5-mocopiSupport__visual--head {
  font-size: 25px;
  margin-bottom: 15px;
}

.c5-mocopiSupport__visual--img {
  -ms-flex: none;
  flex: none;
  position: relative;
  padding-bottom: 30px
}

.c5-mocopiSupport__visual--note {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 400
}

.c5-mocopiSupport__visual--text {
  margin-left: 32px
}

.c5-mocopiSupport__head {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.32;
  text-align: center
}

.c5-mocopiSupport__desc {
  margin: 35px 0 0;
  font-size: 16px;
  line-height: 1.87;
  text-align: center
}

.c5-mocopiSupport__desc a {
  text-decoration: none;

}

.c5-mocopiSupport__note {
  margin: 15px 0 0;
  font-size: 12px;
  text-align: center
}

.c5-mocopiSupport__Support {
  padding: 94px 0 62px
}

.c5-mocopiSupport__Support--container {
  position: relative;
  z-index: 1;
  margin: 0 40px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff
}

.c5-mocopiSupport__Support--container:after {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #ff8300;
  content: ""
}

.c5-mocopiSupport__Support--head,
.c5-mocopiSupport__Support--td,
.c5-mocopiSupport__Support--th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}

.c5-mocopiSupport__Support--head {
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 700;
  background: #f2f2f2
}

.c5-mocopiSupport__Support--td,
.c5-mocopiSupport__Support--th {
  padding: 15px;
  font-size: 14px;
  background: #fff
}

.c5-mocopiSupport__Support--th {
  width: 33.33333%;
  font-weight: 700;
  vertical-align: top
}

.c5-mocopiSupport__Support--th-col2 {
  width: 16.66667%
}

.c5-mocopiSupport__Support--td {
  line-height: 1.7
}

.c5-mocopiSupport__system {
  padding: 68px 0 47px;
  background: url(../img/mocopi_sec_bg_right.png) no-repeat 100% 0
}

.c5-mocopiSupport__system--list {
  margin: 55px 0 0
}

.c5-mocopiSupport__system--item:not(:first-child) {
  margin-left: 80px
}

.c5-mocopiSupport__system--text {
  margin: 20px 0 0;
  text-align: center
}

.c5-mocopiSupport__system--name {
  font-size: 24px;
  font-weight: 700
}

.c5-mocopiSupport__system--device {
  margin: 20px 0 0;
  max-width: 194px;
  font-size: 14px;
  line-height: 1.7
}

.c5-mocopiSupport__faq {
  padding: 90px 0 0;
  0background: url(../img/mocopi_sec_bg_left.png) no-repeat 0 0
}

.c5-mocopiSupport__faq a {
  display: inline-block;
  margin: 0 5px;
  color: #c017a2;
  text-decoration: underline
}

.c5-mocopiSupport__faq a:hover {
  transform: scale(1.1)
}

.c5-mocopiSupport__faq--list {
  margin: 30px 0 0;
  border-top: 1px solid #ccc
}

.c5-mocopiSupport__faq--item {
  padding: 20px 0;
  border-bottom: 1px solid #ccc
}

.c5-mocopiSupport__faq--head {
  margin-right: 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1
}

.c5-mocopiSupport__faq--text {
  padding: 2px 0 0
}

.c5-mocopiSupport__faq--Q {
  position: relative;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.62;
  cursor: pointer
}

.c5-mocopiSupport__faq--Q:after,
.c5-mocopiSupport__faq--Q:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 1px;
  background: #2f353d;
  transform: translateY(-50%);
  content: ""
}

.c5-mocopiSupport__faq--text {
  position: relative;
}

.c5-mocopiSupport__faq--Q .c5-mocopiSupport__faq--text:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  border-bottom: 1px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .2s;
}

.c5-mocopiSupport__faq--Q:hover .c5-mocopiSupport__faq--text:before {
  border-bottom: 1px solid #2f353d;
}

.c5-mocopiSupport__faq--Q:after {
  transition: .5s;
  transform: rotate(90deg)
}

.c5-mocopiSupport__faq--Q.open:after {
  transform: none
}

.c5-mocopiSupport__faq--Q .c5-mocopiSupport__faq--head {
  color: #ff8300
}

.c5-mocopiSupport__faq--A {
  display: none;
  font-size: 16px;
  line-height: 1.75
}











.c5-mocopiSdk {
  padding: 85px 0;
  background: #f9f9f9
}

.c5-mocopiSdk__text {
  -ms-flex: auto;
  flex: auto
}

.c5-mocopiSdk__head {
  font-size: 30px;
  font-weight: 700
}

.c5-mocopiSdk__desc {
  margin: 30px 0 10px;
  font-size: 16px;
  font-weight: 500
}

.c5-mocopiSdk__btn {
  margin: auto auto 0;
  border-radius: 30px;
  width: 368px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #2f353d
}

.c5-mocopiSdk__btn:hover {
  color: #fff
}

.c5-mocopiSdk__img {
  -ms-flex: none;
  flex: none
}

.c5-mocopiConsider {
  padding: 55px 0 70px;
  background-color: #f0ffd3;
  background-image: url(../img/mocopi_consider_bg_l.png), url(../img/mocopi_consider_bg_r.png);
  background-repeat: no-repeat;
  background-position: 0 0, 100% 100%
}

.c5-mocopiConsider__head {
  font-size: 27px;
  font-weight: 700;
  text-align: center
}

.c5-mocopiConsider__head .pc {
  display: inline
}

.c5-mocopiConsider__desc {
  margin: 30px 0 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center
}

.c5-mocopiConsider__list {
  margin: 40px 0 0
}

.c5-mocopiConsider__item {
  padding: 0 40px;
  width: 520px
}

.c5-mocopiConsider__item--head {
  margin: 15px 0 0;
  font-size: 22px;
  font-weight: 700
}

.c5-mocopiConsider__item--desc {
  margin: 10px 0 0;
  width: 100%;
  font-size: 16px;
  font-weight: 1.3
}

.c5-mocopiConsider__item--note {
  margin: 23px 0 0;
  width: 100%;
  font-size: 13px;
  color: #2f353d
}

.c5-mocopiAttention {
  margin: 0 0 0;
  padding: 25px 40px 60px;
  background: #f2f2f2
}

.c5-mocopiAttention__head {
  font-size: 16px;
  font-weight: 700;
  text-align: center
}

.c5-mocopiAttention__list {
  margin: 25px 0 0;
  list-style-type: "-"
}

.c5-mocopiAttention__item {
  padding-left: 8px;
  font-size: 13px;
  line-height: 1.53
}

.c5-mocopiNews {
  padding: 90px 0 150px;
  background-image: url(../img/mocopi_news_bg_l.png), url(../img/mocopi_news_bg_r.png), url(../img/mocopi_news_bg_l.png), url(../img/mocopi_news_bg_r.png);
  background-repeat: no-repeat;
  background-position: top 30px left, top 30px right, bottom 45px left, bottom 45px right
}

.c5-mocopiNews__head {
  font-size: 40px;
  font-weight: 700;
  text-align: center
}

.c5-mocopiNews__data {
  margin: 86px 0 0;
  padding: 18px 0 0;
  border-top: 5px solid #74c3d5;
  font-size: 16px
}

.c5-mocopiNews__data--new {
  margin-left: 28px;
  color: #c017a2
}

.c5-mocopiNews__content {
  padding: 70px 0 55px;
  border-bottom: 1px solid #ccc
}

.c5-mocopiNews__content h2 {
  margin-top: 40px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.52
}

.c5-mocopiNews__content h3 {
  margin-top: 78px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.59
}

.c5-mocopiNews__content h4 {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6
}

.c5-mocopiNews__content h5,
.c5-mocopiNews__content h6 {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.77
}

.c5-mocopiNews__content p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.77
}

.c5-mocopiNews__content p+.c5-mocopiNews__content p {
  margin-top: 40px
}

.c5-mocopiNews__content a {
  color: #c017a2;
  text-decoration: underline
}

.c5-mocopiNews__content .image {
  margin-top: 40px
}

.c5-mocopiNews__btn {
  margin: 70px auto 0;
  border-radius: 31px;
  width: 295px;
  height: 62px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  background: #c017a2
}

.c5-mocopiNews__btn:hover {
  color: #fff
}

@media screen and (min-width:769px) {
  .pc-flex {
    display: -ms-flexbox;
    display: flex
  }

  .flex.pc-bet,
  .pc-flex.pc-bet {
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .flex.aro,
  .flex.pc-aro,
  .pc-flex.aro,
  .pc-flex.pc-aro {
    -ms-flex-pack: distribute;
    flex-wrap: wrap;
    row-gap: 80px;
    justify-content: space-between
  }

  .flex.pc-vstart,
  .pc-flex.pc-vstart {
    -ms-flex-align: start;
    align-items: flex-start
  }

  .flex.pc-vend,
  .pc-flex.pc-vend {
    -ms-flex-align: end;
    align-items: flex-end
  }

  .flex.pc-vcenter,
  .pc-flex.pc-vcenter {
    -ms-flex-align: center;
    align-items: center
  }

  .flex.pc-hstart,
  .pc-flex.pc-hstart {
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .flex.pc-hcenter,
  .pc-flex.pc-hcenter {
    -ms-flex-pack: center;
    justify-content: center
  }

  .flex.pc-hend,
  .pc-flex.pc-hend {
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .flex.pc-str,
  .pc-flex.pc-str {
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .flex.pc-vert,
  .pc-flex.pc-vert {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .flex.pc-break,
  .pc-flex.pc-break {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .flex>.pc-1,
  .pc-flex>.pc-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .flex>.pc-2,
  .pc-flex>.pc-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .flex>.pc-3,
  .pc-flex>.pc-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .op:hover {
    opacity: .7
  }

  .hoverToggle:hover .hoverToggle__off,
  .hoverToggle:not(:hover) .hoverToggle__on {
    display: none
  }

  .pc {
    display: inherit
  }

  .sp {
    display: none !important
  }

  .pc-hide {
    display: none
  }

  .pc-ta-center {
    text-align: center
  }

  .pc-ta-right {
    text-align: right
  }

  .pc-ta-left {
    text-align: left
  }

  .md-lay.pc-over {
    display: block
  }

  .md-lay.pc-over .lay-bg img {
    margin-left: 50%;
    width: auto;
    max-width: none;
    transform: translate(-50%)
  }

  .md-lay.pc-through {
    display: inline-block;
    overflow: visible
  }

  .md-lay.pc-through .lay-bg img {
    width: auto;
    max-width: none
  }

  a:hover .md-lay .lay-bg .on {
    opacity: 1
  }

  a:hover .md-lay .lay-bg .off {
    opacity: 0
  }

  a:hover .md-lay.zoom .lay-bg {
    transform: scale(1.05)
  }

  a:hover .md-lay.bright:before {
    opacity: 1
  }

  a:hover .md-lay.border:after {
    box-shadow: inset 0 0 0 10px hsla(0, 0%, 100%, .5);
    opacity: 1
  }

  a:not(:hover) .md-lay.hide .lay-content {
    opacity: 0
  }

  .sp-md-acc .acc-btn {
    cursor: auto
  }

  .wrap {
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px
  }

  .wrap.w1200 {
    max-width: 1200px
  }

  .wrap.w900 {
    max-width: 930px
  }

  .wrap.w800 {
    max-width: 830px
  }

  .gNav {
    top: 10rem
  }

  /* 2023.01.23 add */
  .support {
    font-size: 15px;
    padding: 10px 15px 0 0;
    text-align: right
  }

  /* 2023.04.06 add */
  .vrhublogo {
    width: 60%;
  }

}

@media screen and (max-width:1280px) {
  .c5-mocopiNav.fixed .c5-mocopiNav__list {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .c5-mocopiNav__item {
    width: 25%;/*250px*/
  }

  .c5-mocopiNav__link {
    font-size: 28px
  }

  .c5-mocopiNav__link:after {
    margin: 12px auto 0;
    border-top-width: 20px;
    border-right: 129px solid transparent;
    border-left: 129px solid transparent
  }

  .c5-mocopiFeature__text {
    margin-right: 53px
  }

  .c5-mocopiFeature__text.pc-2 {
    margin-right: 0;
    margin-left: 53px
  }

  .c5-mocopiFeature__img {
    max-width: 50%
  }

  .c5-mocopiFeature__imgwrap {
    max-width: 60%
  }

  .c5-mocopiFeature__imgwrap--img {
    max-width: calc((100% - 48px)/3 - 10px)
  }

  .c5-mocopiFeature__imgwrap--img:not(:first-child) {
    margin-left: 24px
  }

  /* 2023.01.23 add */
  .support {
    font-size: 15px;
    padding: 10px 15px 0 0;
    text-align: right
  }
}

@media screen and (max-width:768px) {
  .sp-flex {
    display: -ms-flexbox;
    display: flex
  }

  .flex.sp-bet,
  .sp-flex.sp-bet {
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .flex.aro,
  .flex.sp-aro,
  .sp-flex.aro,
  .sp-flex.sp-aro {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .flex.sp-vstart,
  .sp-flex.sp-vstart {
    -ms-flex-align: start;
    align-items: flex-start
  }

  .flex.sp-vend,
  .sp-flex.sp-vend {
    -ms-flex-align: end;
    align-items: flex-end
  }

  .flex.sp-vcenter,
  .sp-flex.sp-vcenter {
    -ms-flex-align: center;
    align-items: center
  }

  .flex.sp-hstart,
  .sp-flex.sp-hstart {
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .flex.sp-hcenter,
  .sp-flex.sp-hcenter {
    -ms-flex-pack: center;
    justify-content: center
  }

  .flex.sp-hend,
  .sp-flex.sp-hend {
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .flex.sp-str,
  .sp-flex.sp-str {
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .flex.sp-vert,
  .sp-flex.sp-vert {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .flex.sp-break,
  .sp-flex.sp-break {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .flex>.sp-1,
  .sp-flex>.sp-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .flex>.sp-2,
  .sp-flex>.sp-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .flex>.sp-3,
  .sp-flex>.sp-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .sp-table-break td,
  .sp-table-break th,
  .sp-table-break tr {
    display: inline-block;
    width: 100%
  }

  .sp-table-over {
    overflow-x: auto
  }

  .sp-table-over th {
    white-space: nowrap
  }

  .hoverToggle__on {
    display: none
  }

  .pc {
    display: none !important
  }

  .sp-hide {
    display: none
  }

  .sp-ta-center {
    text-align: center
  }

  .sp-ta-right {
    text-align: right
  }

  .sp-ta-left {
    text-align: left
  }

  .md-lay.sp-over {
    display: block
  }

  .md-lay.sp-over .lay-bg img {
    margin-left: 50%;
    width: auto;
    max-width: none;
    transform: translate(-50%)
  }

  .md-lay.sp-through {
    display: inline-block;
    overflow: visible
  }

  .md-lay.sp-through .lay-bg img {
    width: auto;
    max-width: none
  }

  .sp-md-acc .acc-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: .5s;
    transform-origin: 0 0
  }

  .sp-md-acc .acc-body .acc-body:not(.active) {
    transition-duration: 0s
  }

  .sp-md-acc .acc-body:not(.active) .acc-on,
  .sp-md-acc .acc-check:not(:checked)~.acc-body .acc-on,
  .sp-md-acc .acc-check:not(:checked)~.acc-btn .acc-on {
    display: none
  }

  .sp-md-acc .acc-body.active,
  .sp-md-acc .acc-check:checked~.acc-body,
  .sp-md-acc .acc-check:checked~.acc-btn {
    max-height: none;
    opacity: 1
  }

  .sp-md-acc .acc-body.active .acc-off,
  .sp-md-acc .acc-check:checked~.acc-body .acc-off,
  .sp-md-acc .acc-check:checked~.acc-btn .acc-off {
    display: none
  }

  .sp-wrap {
    padding-right: 15px;
    padding-left: 15px
  }

  .headerPad {
    padding-top: 6rem
  }

  .header {
    max-height: 100%;
    overflow: auto
  }

  .header__frame {
    padding: 0 0 0 3.125%
  }

  .headerLogo__img {
    max-width: 10rem
  }

  .c5-mocopiHeader {
    padding: 10px 15px
  }

  .c5-mocopiHeader__logo {
    max-width: 390px
  }

  .c5-mocopiHeader__text {
    margin: 3px 0 0;
    font-size: 13px
  }

  .c5-mocopiMv__head {
    position: absolute;
    top: inherit;
    bottom: 5vmin;
    left: 50%;
    max-width: 100%;
    width: 81.5vw;
    transform: translateX(-50%);
  }

  .c5-mocopiNav {
    padding: 40px 0 70px
  }

  .c5-mocopiNav.fixed {
    padding: 15px
  }

  .c5-mocopiNav.fixed .c5-mocopiNav__item {
    width: auto
  }

  .c5-mocopiNav.fixed .c5-mocopiNav__item:first-child {
    margin: 0
  }

  .c5-mocopiNav.fixed .c5-mocopiNav__link {
    font-size: 18px
  }

  .c5-mocopiNav.fixed .c5-mocopiNav__link:after {
    border-top-width: 11px;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent
  }

  .c5-mocopiNav__item {
    width: 164px;
    padding-bottom: 15px
  }

  /*.c5-mocopiNav__item:first-child {
    margin: 0 calc((100% - 164px)/2) 40px
  }*/

  .c5-mocopiNav__link {
    font-size: 22px
  }

  .c5-mocopiNav__link:after {
    margin: 7px auto 0;
    border-top-width: 16px;
    border-right: 82px solid transparent;
    border-left: 82px solid transparent
  }

  .c5-mocopiInformation__news {
    margin-right: 0;
    margin-bottom: 10px
  }

  .c5-mocopiInformation__news--head {
    font-size: 22px;
  }

  .c5-mocopiInformation__news--headmore {
    font-weight: bold;
    margin-top: 8px;
  }

  .c5-mocopiInformation__news--headmore a {
    text-decoration: none;
    color: #2f353d;
  }

  .c5-mocopiInformation__news--list {
    margin: 12px 0 0
  }

  .c5-mocopiInformation__news--item {
    padding: 10px 0
  }

  .c5-mocopiInformation__news--date {
    width: 90px
  }

  .c5-mocopiInformation__news--category {
    width: 55px
  }

  .c5-mocopiInformation__news--content {
    font-size: 14px
  }

  .c5-mocopiInformation__newsmail {
    margin: 30px 5px 0 0;
    padding: 20px 15px
  }

  .c5-mocopiInformation__newsmail:after {
    top: 5px;
    left: 5px
  }

  .c5-mocopiInformation__newsmail--head {
    text-align: center
  }

  .c5-mocopiInformation__newsmail--body {
    margin: 14px 0 0
  }

  .c5-mocopiInformation__newsmail--text {
    width: 100%
  }

  .c5-mocopiInformation__newsmail--btn {
    margin: 9px auto 0;
    width: 269px
  }

  .c5-mocopiInformation__newsmail--btn:after {
    right: 10px
  }

  .c5-mocopiInformation__twitter {
    margin: 40px 0 0;
    width: 100%;
    height: 442px
  }

  .c5-mocopiProducts {
    margin: 39px 0 0
  }

  .c5-mocopiProducts__overview {
    padding: 20px 0
  }

  .c5-mocopiProducts__text {
    margin: 25px 0 0
  }

  .c5-mocopiProducts__accessary {
    padding: 24px;
    font-size: 12px
  }

  .c5-mocopiNewsmail {
    margin: 28px 0 40px
  }

  .c5-mocopiNewsmail__container {
    margin: 0 5px 0 0;
    padding: 20px 15px;
    background-position: top 5px left 5px, top 5px right 5px;
    background-size: 40px 38px
  }

  .c5-mocopiNewsmail__container:after {
    top: 5px;
    left: 5px
  }

  .c5-mocopiNewsmail__head {
    font-size: 18px
  }

  .c5-mocopiNewsmail__btn {
    margin: 10px auto 0;
    width: 269px
  }

  .c5-mocopiMain {
    padding: 140px 0 70px;
    background-image: url(../img/mocopi_main_bg_tl.png), url(../img/mocopi_main_bg_tr.png), url(../img/mocopi_main_bg_right.png), url(../img/mocopi_main_bg_left.png);
    background-repeat: no-repeat;
    background-position: top 20px left -302px, top 20px right -302px, top 22.5% right, bottom 15% left;
    background-size: 508px auto, 508px auto, 168px auto, 168px auto
  }

  .c5-mocopiMain__head {
    text-align: center
  }

  .c5-mocopiMain__head--copy1 {
    font-size: 22px
  }

  .c5-mocopiMain__head--copy2 {
    font-size: 30px;
    line-height: 1.3
  }

  .c5-mocopiMain__movie {
    margin: 35px auto 0
  }

  .c5-mocopiMain__movie--play {
    width: 67px
  }

  .c5-mocopiMain__movie--inner {
    position: relative;
    z-index: 1;
    margin: 0 10px 10px 0;
    width: 100%;
    height: auto
  }

  .c5-mocopiMain__movie--inner:after {
    top: 10px;
    left: 10px
  }

  .c5-mocopiMain__sec {
    margin: 146px 0 0
  }

  .c5-mocopiMain__sec--text {
    text-align: left
  }

  .c5-mocopiMain__sec--img {
    margin: 25px 10px 0 0
  }

  .c5-mocopiMain__sec--img:after {
    top: 10px;
    left: 10px
  }

  .c5-mocopiMain__sec--sub {
    margin: 45px auto 0;
    width: 245px
  }

  .c5-mocopiMain__sec--sub:after {
    top: 10px;
    left: 10px
  }

  .c5-mocopiMain__productImg {
    margin: 180px 0 0
  }

  .c5-mocopiMain__productImg--head {
    font-size: 40px
  }

  .c5-mocopiMain__productImg--body {
    margin: 30px 0 0
  }

  .c5-mocopiMain__productImg--next,
  .c5-mocopiMain__productImg--prev {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 26px;
    transform: translateY(calc(50% - 52px))
  }

  .c5-mocopiMain__productImg--next:after,
  .c5-mocopiMain__productImg--prev:after {
    top: calc(50% - 6px);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
  }

  .c5-mocopiMain__productImg--next:hover:after,
  .c5-mocopiMain__productImg--prev:hover:after {
    transform: none
  }

  .c5-mocopiMain__productImg--prev {
    left: 0
  }

  .c5-mocopiMain__productImg--prev:after {
    right: calc(50% - 4px)
  }

  .c5-mocopiMain__productImg--next {
    right: 0
  }

  .c5-mocopiMain__productImg--next:after {
    right: calc(50% - 6px)
  }

  .c5-mocopiMain__productImg--slideContainer {
    width: 100%
  }

  .c5-mocopiMain__productImg--slider {
    width: calc(100% - 68px)
  }

  .c5-mocopiMain__productImg--slide img {
    width: 100%
  }

  .c5-mocopiMain__productImg--thumb {
    margin: 30px 0 0
  }

  .c5-mocopiSec {
    padding: 0 0 70px
  }

  .c5-mocopiSec__separator--feature {
    background: linear-gradient(180deg, rgba(116, 195, 213, .35) 33%, transparent 0, transparent)
  }

  .c5-mocopiSec__head {
    margin: 13px 0 0;
    padding: 0 0 5px;
    font-size: 40px
  }

  .c5-mocopiSec__head--inner:after {
    left: -13px;
    width: calc(100% + 26px)
  }

  .c5-mocopiFeature__sec {
    margin: 50px 0 0
  }

  .c5-mocopiFeature__sec--2 {
    padding: 90px 0 0;
    background: url(../img/mocopi_sec_bg_left.png) no-repeat 0 0/310px auto
  }

  .c5-mocopiFeature__sec--3 {
    padding: 90px 0 0;
    background: url(../img/mocopi_sec_bg_right.png) no-repeat 100% 0/310px auto
  }

  .c5-mocopiFeature__text {
    margin-right: 0
  }

  .c5-mocopiFeature__text.pc-2 {
    margin-left: 0
  }

  .c5-mocopiFeature__head {
    font-size: 25px;
    text-align: center
  }

  .c5-mocopiFeature__head--strong {
    font-size: 35px
  }

  .c5-mocopiFeature__head--name {
    font-size: 20px
  }

  .c5-mocopiFeature__desc {
    font-size: 16px;
    line-height: 1.625
  }

  .c5-mocopiFeature__note {
    margin: 15px 0 0;
    font-size: 12px
  }

  .c5-mocopiFeature__btn {
    margin: 20px auto 0;
    width: 231px;
    font-size: 20px
  }

  .c5-mocopiFeature__img {
    margin: 40px 10px 0 0;
    max-width: none
  }

  .c5-mocopiFeature__img:after {
    top: 10px;
    left: 10px
  }

  .c5-mocopiFeature__imgwrap {
    margin: 40px 0 0;
    max-width: none
  }

  .c5-mocopiFeature__imgwrap--img {
    margin: 0;
    width: calc((100% - 44px)/3);
    max-width: none
  }

  .c5-mocopiFeature__imgwrap--img:not(:first-child) {
    margin-left: 22px
  }

  .c5-mocopiFeature__imgwrap--img:after {
    top: 5px;
    left: 5px
  }

  .c5-mocopiFeature__imgwrap--note {
    margin: 15px 0 0;
    font-size: 14px
  }

  .c5-mocopiFeature__columns {
    margin: 0
  }

  .c5-mocopiFeature__column {
    margin: 60px auto 0;
    width: 77%
  }

  .c5-mocopiFeature__column--head {
    text-align: center
  }

  .c5-mocopiFeature__column--img {
    margin: 12px 0 0
  }

  .c5-mocopiFeature__column--desc {
    margin: 15px 0 0;
    font-size: 16px
  }

  .c5-mocopiFeature__column--btn {
    margin: 23px auto 0;
    border-radius: 25px;
    width: 263px;
    height: 50px;
    font-size: 14px;
    text-align: center
  }

  .c5-mocopiHowto__head {
    margin: 40px 0 0;
    font-size: 24px
  }

  .c5-mocopiHowto__text {
    margin: 30px 0 0;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.62;
    text-align: left
  }

  .c5-mocopiHowto__movie {
    margin: 20px 0 0;
    max-width: 100%
  }

  .c5-mocopiHowto__movie--play {
    width: 67px
  }

  .c5-mocopiHowto__movie--inner {
    margin: 0 10px 0 0
  }

  .c5-mocopiHowto__movie--inner:after {
    top: 10px;
    left: 10px
  }

  .c5-mocopiHowto__slider {
    padding: 168px 0 0;
    background: url(../img/mocopi_sec_bg_left.png) no-repeat top 50px left/310px auto
  }

  .c5-mocopiHowto__btn--next,
  .c5-mocopiHowto__btn--prev {
    width: 26px;
    height: 26px;
    transform: translateY(calc(50% - 16px))
  }

  .c5-mocopiHowto__btn--next:after,
  .c5-mocopiHowto__btn--prev:after {
    top: calc(50% - 6px);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
  }

  .c5-mocopiHowto__btn--next:hover:after,
  .c5-mocopiHowto__btn--prev:hover:after {
    transform: none
  }

  .c5-mocopiHowto__btn--prev:after {
    right: calc(50% - 4px);
    border-right: 10px solid #fff
  }

  .c5-mocopiHowto__btn--next:after {
    right: calc(50% - 6px);
    border-left: 10px solid #fff
  }

  .c5-mocopiHowto__pagination.swiper-pagination-bullets {
    bottom: 0
  }

  .c5-mocopiHowto__pagination .swiper-pagination-bullet {
    margin: 0 4px;
    border: 2px solid #c017a2;
    width: 19px;
    height: 19px
  }

  .c5-mocopiHowto__pagination .swiper-pagination-bullet-active {
    transform: scale(1.31)
  }

  .c5-mocopiHowto__container {
    width: calc(100% - 64px)
  }

  .c5-mocopiHowto__slide {
    height: auto;
    background: #dae343
  }

  .c5-mocopiHowto__content {
    margin: 10px;
    padding: 15px 16px 20px;
    height: calc(100% - 20px)
  }

  .c5-mocopiHowto__content--head {
    font-size: 18px
  }

  .c5-mocopiHowto__content--num {
    margin-right: 5px;
    width: 25px;
    height: 25px
  }

  .c5-mocopiHowto__content--body {
    margin: 15px 0 0
  }

  .c5-mocopiHowto__content--img {
    margin: 0
  }

  .c5-mocopiHowto__content--img img:not(:first-child) {
    margin: 10px 0 0
  }

  .c5-mocopiHowto__content--img2 {
    margin: 0
  }

  .c5-mocopiHowto__content--img2 img:not(:first-child) {
    margin: 0
  }

  .c5-mocopiHowto__content--img2 a:not(:first-child) {
    margin: 20px 0 0 0
  }

  .c5-mocopiHowto__content--text {
    margin: 25px 0 0;
    max-width: none
  }

  .c5-mocopiHowto__content--desc {
    font-size: 14px;
    line-height: 1.75
  }

  .c5-mocopiHowto__content--desc:not(:first-child) {
    margin: 35px 0 0
  }

  .c5-mocopiHowto__content--note {
    margin: 20px 0 0
  }

  .c5-mocopiHowto__content--dlHead {
    font-size: 18px;
    text-align: left
  }

  .c5-mocopiHowto__content--dlBody {
    margin: 15px 0 0
  }

  .c5-mocopiHowto__content--dlApp {
    padding: 0;
    width: 100%
  }

  .c5-mocopiHowto__content--dlBanner {
    margin: 16px 0 0
  }

  .c5-mocopiSpec__visual {
    margin: 35px 0 0
  }

  .c5-mocopiSpec__visual--mv {
    margin: 0 10px 0 0
  }

  .c5-mocopiSpec__visual--mv:after {
    top: 10px;
    left: 10px
  }

  .c5-mocopiSpec__visual--list {
    margin-left: 0
  }

  .c5-mocopiSpec__visual--item {
    margin: 40px 0 0 !important;
    width: calc((100% - 40px)/2)
  }

  .c5-mocopiSpec__visual--head {
    font-size: 25px
  }

  .c5-mocopiSpec__visual--text {
    margin: 20px 0 0
  }

  .c5-mocopiSpec__head {
    font-size: 24px
  }

  .c5-mocopiSpec__desc {
    line-height: 1.62;
    text-align: left
  }

  .c5-mocopiSpec__note {
    margin: 15px 0 0;
    font-size: 12px;
    text-align: center
  }

  .c5-mocopiSpec__spec {
    margin: 48px 0 0;
    padding: 0
  }

  .c5-mocopiSpec__spec--container {
    margin: 0
  }

  .c5-mocopiSpec__spec--container:after {
    content: none
  }

  .c5-mocopiSpec__spec--head {
    position: relative;
    padding: 15px;
    font-size: 15px
  }

  .c5-mocopiSpec__spec--head:after,
  .c5-mocopiSpec__spec--head:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 25px;
    height: 1px;
    background: #2f353d;
    content: ""
  }

  .c5-mocopiSpec__spec--head:after {
    transition: .5s;
    transform: rotate(90deg)
  }

  .c5-mocopiSpec__spec--head.open:after {
    transform: none
  }

  .c5-mocopiSpec__spec--body {
    display: none
  }

  .c5-mocopiSpec__spec--td,
  .c5-mocopiSpec__spec--th {
    padding: 15px
  }

  .c5-mocopiSpec__spec--th,
  .c5-mocopiSpec__spec--th-col2 {
    width: 33.33333%
  }

  .c5-mocopiSpec__system {
    padding: 146px 0 47px;
    background: url(../img/mocopi_sec_bg_right.png) no-repeat top 48px right/78% auto
  }

  .c5-mocopiSpec__system--list {
    margin: 44px 0 0
  }

  .c5-mocopiSpec__system--item:not(:first-child) {
    margin: 55px 0 0
  }

  .c5-mocopiSpec__system--img {
    -ms-flex: none;
    flex: none;
    margin-right: 22px;
    width: 138px
  }

  .c5-mocopiSpec__system--text {
    margin: 0;
    text-align: left
  }

  .c5-mocopiSpec__system--name {
    font-size: 18px
  }

  .c5-mocopiSpec__system--device {
    margin: 10px 0 0;
    max-width: none;
    font-size: 14px;
    line-height: 1.7
  }

  .c5-mocopiSpec__faq {
    padding: 100px 0 0;
    background: url(../img/mocopi_sec_bg_left.png) no-repeat 0 0/310px auto
  }

  .c5-mocopiSpec__faq--list {
    margin: 18px 0 0
  }

  .c5-mocopiSpec__faq--item {
    padding: 18px 0
  }

  .c5-mocopiSpec__faq--head {
    margin-right: 13px
  }

  .c5-mocopiSpec__faq--text {
    padding: 2px 0 0
  }

  .c5-mocopiSpec__faq--Q {
    padding-right: 30px;
    font-size: 16px
  }

  .c5-mocopiSpec__faq--A {
    font-size: 14px;
    line-height: 1.7
  }

  .c5-mocopiSdk {
    padding: 35px 0 40px
  }

  .c5-mocopiSdk__text {
    -ms-flex: auto;
    flex: auto
  }

  .c5-mocopiSdk__head {
    font-size: 24px;
    line-height: 1.45;
    text-align: center
  }

  .c5-mocopiSdk__desc {
    margin: 9px 0 0;
    line-height: 1.62
  }

  .c5-mocopiSdk__btn {
    margin: 20px auto 0;
    width: 294px;
    font-size: 16px
  }

  .c5-mocopiSdk__img {
    margin: 30px 0 0
  }

  .c5-mocopiConsider {
    padding: 60px 0 84px;
    background-image: url(../img/mocopi_consider_bg_l_sp.png), url(../img/mocopi_consider_bg_r_sp.png);
    background-position: 0 100%, 100% 0
  }

  .c5-mocopiConsider__head {
    font-size: 20px;
    line-height: 1.4
  }

  .c5-mocopiConsider__desc {
    margin: 15px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57
  }

  .c5-mocopiConsider__list {
    margin: 50px 0 0
  }

  .c5-mocopiConsider__item {
    margin: 45px 0 0;
    padding: 0 25px;
    width: 100%
  }

  .c5-mocopiConsider__item--img img {
    width: 300px
  }

  .c5-mocopiConsider__item--head {
    font-size: 18px
  }

  .c5-mocopiConsider__item--desc {
    font-size: 14px;
    line-height: 1.57
  }

  .c5-mocopiConsider__item--note {
    margin: 30px 0 0;
    font-size: 12px;
    line-height: 1.5
  }

  .c5-mocopiAttention {
    margin: 50px 0 0;
    padding: 35px 15px 95px
  }

  .c5-mocopiAttention__list {
    margin: 18px 0 0 8px
  }

  .c5-mocopiNews {
    padding: 90px 0 130px;
    background-position: top 10px left, top 10px right, bottom 45px left, bottom 45px right;
    background-size: 100px auto, 100px auto, 100px auto, 100px auto
  }

  .c5-mocopiNews__head {
    font-size: 22px;
    line-height: 1.59
  }

  .c5-mocopiNews__data {
    margin: 30px 0 0;
    padding: 10px 0 0;
    border-top: 3px solid #74c3d5
  }

  .c5-mocopiNews__content {
    padding: 40px 0 55px
  }

  .c5-mocopiNews__content h2 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.52
  }

  .c5-mocopiNews__content h3 {
    margin-top: 90px;
    font-size: 18px;
    line-height: 1.44
  }

  .c5-mocopiNews__content h4,
  .c5-mocopiNews__content h5,
  .c5-mocopiNews__content h6 {
    margin-top: 35px;
    font-size: 16px;
    line-height: 1.5
  }

  .c5-mocopiNews__content p {
    margin-top: 13px;
    font-size: 16px;
    line-height: 1.75
  }

  .c5-mocopiNews__content p+.c5-mocopiNews__content p {
    margin-top: 35px
  }

  .c5-mocopiNews__content a {
    color: #c017a2;
    text-decoration: underline
  }

  .c5-mocopiNews__content .image {
    margin-top: 25px
  }

  .c5-mocopiNews__btn {
    margin: 55px auto 0;
    width: 231px;
    font-size: 18px
  }
}

@media screen and (orientation:landscape) {
  .md-overlay--ripple {
    width: 300vw;
    height: 300vw
  }
}

.c5-mocopiSpec__visual--text.flex.vert.hcenter>* {
  margin: 30px 0;
}


sup.c5-sup {
  position: relative;
  top: -5%;
}

.c5-mocopiSpec__system--img {
  height: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .c5-mocopiInformation__inner {
    display: flex;
    flex-direction: column-reverse;
  }

  .c5-mocopiSpec__system--list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px -10px 0;
  }

  .c5-mocopiSpec__system--item {
    width: 41%;
    margin: 20px 10px 0 !important;
    margin-bottom: 16px;
    display: block;
    height: 100%;
  }

  .c5-mocopiSpec__system--img {
    display: flex;
    justify-content: center;
    /*    align-items: center;*/
    height: 100px !important;
    margin: 0 0 10px !important;
    width: 100% !important;
  }

  .c5-mocopiSpec__system--name {
    text-align: center;
    line-height: 1.2;
  }

  /* 2023.04.06 add */
  .vrhublogo {
    width: 60%;
    margin: 16px auto;
  }
}

.c5-mocopiInformation__twitter {
  position: relative;
  overflow-y: auto;
  border: none;
}

@media screen and (min-width: 769px) {
  .c5-mocopiSpec__system--name {
    min-height: 3.2em;
    line-height: 1.6;
  }
}

.s5-breadcrumbs {
  margin-bottom: 0;
}

.c5-mocopiHeader__logo {
  margin-left: -36px;
  display: inline-block;
  box-sizing: content-box;
  padding: 21px 35px;
  width: auto;
  height: 35px;
}

@media screen and (max-width: 1200px) {
  .c5-mocopiHeader__logo {
    margin-left: -42px;
  }
}

@media screen and (max-width: 768px) and (min-width: 640px) {
  .c5-mocopiHeader {
    display: flex;
  }
}

@media screen and (max-width: 640px) {
  .c5-mocopiHeader {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*    justify-content: center;*/
  }
}

@media screen and (max-width: 768px) {
  .c5-mocopiHeader__logo {
    margin-left: 0;
    margin-top: -5px;
  }
}

.c5-mocopiHeader__logo img {
  height: 35px !important;
  width: auto !important;
}

.c5-mocopiMv__head img {
  margin-left: 60px;
  display: block;
  width: 26.30844382414515vw;
  max-width: 325px;
  transition: margin .4s;
}

@media screen and (max-width: 1300px) and (min-width: 769px) {
  .c5-mocopiMv__head img {
    max-width: none;
  }
}

@media screen and (min-width: 1260px) {
  .c5-mocopiMv__head img {
    margin-left: 50px;
  }
}

@media screen and (min-width: 1300px) {
  .c5-mocopiMv__head img {
    margin-left: 40px;
  }
}

@media screen and (min-width: 1340px) {
  .c5-mocopiMv__head img {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1380px) {
  .c5-mocopiMv__head img {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1400px) {
  .c5-mocopiMv__head img {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .c5-mocopiMv__head img {
    width: 83vw;
    margin: 0 auto;
    max-width: none;
  }
}

/* 2022.12.12 add */
.c5-section {
  margin: 40px 0;
}

.c5-mocopiSpec__system+.c5-section {
  margin-top: 0;
}

.c5-section__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px;
}

.c5-section__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}

.c5-section__inner--w860 {
  max-width: 860px;
}

.c5-video {
  max-width: 860px;
  margin: 0 auto 20px;
}

.c5-video-wrap {
  width: 100%;
  position: relative;
  padding: 56.25% 0 0;
}

.c5-video-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.c5-mocopiSdk__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -10px 0;
}

.c5-mocopiSdk__btn {
  margin: 20px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2f353d;
  border-radius: 22px;
  width: 255px;
  height: 44px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #2f353d;
  position: relative;
  padding: .2em 2.5em;
}

.c5-mocopiSdk__btn:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 10px solid #fff;
  transition: .5s;
  transform: translateY(-50%);
  content: "";
}

.c5-mocopiSdk__btn:hover {
  text-decoration: underline;
}

.c5-mocopiSdk__btn:hover:before {
  transform: translateY(-50%) translateX(40%);
}

.c5-mocopiProducts__modelType {
  padding: 2px 0;
  font-size: 17px;
  font-weight: 700;
  margin-top: .5em;
}

.c5-mocopiProducts__name+.c5-mocopiProducts__modelType {}

@media screen and (min-width: 769px) {
  .c5-is-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .c5-is-pc {
    display: none;
  }

  .c5-section__inner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .c5-section__title {
    font-size: 24px;
    line-height: 1.45;
    text-align: center;
  }
}

a.c5-mocopiInformation__news--content,
a.c5-link {
  text-decoration: underline;
}

a.c5-mocopiInformation__news--content:hover,
a.c5-link:hover {
  text-decoration: none !important;
}

.c5-general--mt0 {
  margin-top: 0 !important;
}


@media screen and (max-width:360px) {

  .c5-mocopiNews__btn {
    margin: 55px auto 0;
    width: 231px;
    font-size: 14px
  }

}


/* PC用のスタイル */
@media screen and (min-width: 769px) {
  .c5-mocopiSpec__system--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c5-mocopiSpec__system--item {
    width: 32%;
    margin-bottom: 16px;
  }
}

/*リンク別窓アイコンの左側の余白*/
.s5-iconInline {
  margin-left: 0.3em;
}

/*240603*/
.c5-flex_2half {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  > div:not(.colspan) {
    flex: 0 1 48%;
    text-align: center;
  }
  .colspan {
    flex: 100%;
    margin-top: 20px;
    text-align: left;
  }
}
* + .c5-imgCaption {
  margin-top: 15px;
}
.c5-imgCaption {
  font-size: .9em;
}
.c5-imgOnce {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .c5-imgOnce {
    img {
      max-width: 80%;
    }
  }
}

@media screen and (max-width: 768px) {
  .c5-flex_2half {
    display: block;
    > div:not(:last-child) {
      margin-bottom: 20px;
    }
    img:not(.capture_pc) {
      max-width: 182px;
    }
  }
  }
}


