@charset "UTF-8";

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'MS PGothic', Osaka, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #454545;
}
img {
  max-width: 100%;
  height: auto;
}
#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  transition: all .3s;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only screen and (min-width: 890px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 889px) {
  .pc {
    display: none !important;
  }
}

.link_example {
  display: block;
  margin-bottom: 30px;
  color: #0097D4;
  font-weight: 700;
  text-align: center;
}
.link_example:hover {
  color: #0188bd;
}

.btn_link {
  display: block;
  margin-top: 50px;
  width: 250px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background-color: #0097D4;
  padding: .92857142857em 0;
  border-radius: 1.42857142857em;
  transition: all .3s;
}
.btn_link:hover {
  background-color: #1F73B7;
}

/**********************************************************
 * .fixed
 **********************************************************/
.fixed {
  position: fixed;
  top: 30.25vw;
  right: 0;
  display: block;
  margin-right: -17px;
  padding: 64px 0 14px 20px;
  width: 130px;
  line-height: 1.3;
  color: #454545;
  font-size: 1.2rem;
  font-weight: 700;
  background: #fff;
  border: 3px solid #0097D4;
  border-right: 0;
  border-radius: 10px 0 0 10px;
  z-index: 1;
  transition: transform .3s;
}
.fixed::before {
  position: absolute;
  top: 16px;
  left: 40px;
  content: "";
  display: block;
  width: 48px;
  height: 36px;
  background-image: url(../img/wacom-movink/icon_balloons.svg);
  background-size: 48px 36px;
}
.fixed:hover {
  transform: translateX(-17px);
  color: #fff;
  background: #0097D4;
}
.fixed:hover::before {
  background-image: url(../img/wacom-movink/icon_balloons_white.svg);
}
.fixed span {
  display: inline-block;
  text-align: center;
}

/**********************************************************
 * header
 **********************************************************/
header {
  border-bottom: 2px solid #EAEBEE;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 113px;
}
header .nav_sub {
  display: flex;
}
header .nav_sub a {
  display: block;
  padding: 28px 0;
  width: 145px;
  height: 70px;
  text-align: center;
  font-size: 1.4rem;
  text-decoration: none;
  color: #FFF;
  transition: all .3s;
  box-sizing: border-box;
}
header .nav_sub .nav_sub_newsletter a {
  background: #8390AD;
}
header .nav_sub .nav_sub_newsletter a:hover {
  background: #737e97;
}
header .nav_sub .nav_sub_contact a {
  background: #0097D4;
}
header .nav_sub .nav_sub_contact a:hover {
  background: #0188bd;
}
@media (min-width: 891px) and (max-width: 1099px) {
  header .logo {
    margin: 0 0 0 4.375vw;
  }
}

/**********************************************************
 * main
 **********************************************************/
.title_section {
  margin-bottom: 45px;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

#mv {
  text-align: center;
  background-color: #ebedeb;
}
#mv img {
  width: auto;
  max-width: inherit;
  height: 470px;
}
#feature {
  padding: 75px 0;
  background-image: url(../img/wacom-movink-pad/bg_feature@2x.jpg);
  background-size: cover;
  background-position: center center;
}
#feature .flex {
  display: flex;
  align-items: flex-start;
  gap: 0 30px;
  width: 900px;
  margin: 0 auto;
}
#feature .flex .image {
  width: 200px;
}
#feature .flex .text {
  width: 670px;
}
#feature .flex .text ul {
  font-size: 2.0rem;
  line-height: 2;
  color: #fff;
}
#feature .flex .text ul li {
  position: relative;
  padding-left: 1em;
}
#feature .flex .text ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#feature .flex .text ul li small {
  font-size: .7em;
}
#feature .btn_link {
  margin: 50px 0 0 30px;
}

#spec {
  padding: 80px 0;
}
#spec .flex {
  display: flex;
  align-items: center;
  gap: 0 80px;
  width: 900px;
  margin: 0 auto;
}
#spec .flex .image {
  width: 400px;
}
#spec .flex .image .title_model {
  margin-top: 1em;
  text-align: center;
}
#spec .flex .image .title_model .model_name {
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
}
#spec .flex .image .title_model .model_number {
  display: block;
  font-size: 1.6rem;
  margin-top: 1em;
}
#spec .flex .text {
  width: 400px;
}
#spec .table_spec {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.7;
}
#spec .table_spec tr {
  border-top: 1px solid #EAEBEE;
}
#spec .table_spec tr:first-child {
  border-top: none;
}
#spec .table_spec th {
  text-align: left;
}
#spec .table_spec th,
#spec .table_spec td {
  padding: 5px 0;
}
#spec .btn {
  margin-top: 20px;
  display: flex;
  gap: 0 1em;
  font-size: 1.3rem;
}
#spec .btn li {
  width: 165px;
}
#spec .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.3em;
  text-decoration: none;
  color: #fff;
  background-color: #596174;
  border-radius: .23em;
  transition: all .3s;
}
#spec .btn a:hover {
  background-color: #3F4555;
}
#spec .btn_link {
  margin: 50px auto 0;
}

#scene {
  padding: 80px 0;
  background-color: #F4F4F4;
}
#scene .box {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px 0;
  width: 900px;
  background-color: #fff;
  margin: 0 auto;
  padding: 30px 40px;
  box-sizing: border-box;
}
#scene .box + .box {
  margin-top: 30px;
}
#scene .box .image {
  display: flex;
  justify-content: space-between;
}
#scene .box .image img {
  width: 400px;
}
#scene .box .text .title_sub {
  font-size: 2.0rem;
  font-weight: 600;
  color: #454545;
  margin-bottom: 1em;
}
#scene .box .text p {
  font-size: 1.6rem;
  line-height: 1.7;
}
#scene .box .text p span {
  font-size: 1.0rem;
}

#review {
  padding: 80px 0;
  background: #EFF7FA;
}
#review .list_review {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  width: 710px;
  margin: 0 auto;
}
#review .list_review li {
  width: 330px;
  overflow: hidden;
}
#review .list_review li a {
  position: relative;
  display: block;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
}
#review .list_review li span {
  position: relative;
  display: flex;
  align-items: center;
  /* height: 5.5em; */
  padding: 1em 3em 1em 1.5em;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  background: #454545;
}
#review .list_review li span::after {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../../assets/img/common/icon_arrow_right_white.svg);
  background-size: 100%;
}
#review .list_review li a .image {
  position: relative;
}
#review .list_review li a.comingsoon .image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.50);
}
#review .list_review li a img {
  transition: all .3s;
}
#review .list_review li a:not(.comingsoon) img:hover {
  transform: scale(1.1);
}

#example {
  padding: 20px 0 70px;
  background: #EFF7FA;
}
#example .list_example {
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin: 0 auto;
}
#example .list_example li {
  width: 240px;
}
#example .list_example li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.375em;
  text-decoration: none;
  font-size: 1.6rem;
  color: #454545;
  border: solid 1px #707070;
  background-color: #fff;
  box-sizing: border-box;
  transition: all .3s;
}
#example .list_example li a:hover {
  color: #fff;
  background-color: #707070;
}
#example .btn_link {
  margin: 50px auto;
}

#banner {
  padding: 0 0 60px;
}
#banner .pow {
  display: block;
  width: 700px;
  margin: 40px auto 0;
}

/**********************************************************
 * footer
 **********************************************************/
footer {
  height: 114px;
  margin-top: auto;
  background-color: #3B3B3B;
}
footer .logo {
  position: absolute;
  top: 34px;
  left: 20px;
  width: 113px;
}
footer .nav_footer_global {
  position: absolute;
  top: 38px;
  left: 215px;
  display: flex;
  column-gap: 40px;
}
@media only screen and (max-width: 980px) {
  footer .nav_footer_global {
    column-gap: 20px;
  }
}
footer .nav_footer_global a {
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  color: #FFF;
}
footer .nav_footer_sub {
  position: absolute;
  top: 39px;
  left: 640px;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media only screen and (max-width: 980px) {
  footer .nav_footer_sub {
    left: 580px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
footer .nav_footer_sub a {
  font-size: 1.4rem;
  text-decoration: none;
  color: #FFF;
}
footer .copyright {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 1.2rem;
  color: #FFF;
}