@charset "UTF-8";
/* Scss Document */
html, body {
  margin: 0;
  padding: 0;
  color: #232323;
  font-size: 14px; }

h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, img, em, i, span, input, textarea {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  height: auto;
  list-style: none;
  font-weight: normal; }

em, i {
  font-style: normal; }

a {
  transition-duration: 0.3s;
  color: #111; }

a:hover {
  color: #666; }

img {
  max-width: 100%;
  height: auto; }

.Verve {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  position: relative; }

.cursor {
  position: absolute;
  z-index: 99;
  pointer-events: none; }
  .cursor em {
    position: relative;
    display: block; }
  .cursor i {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #d21;
    transition-duration: 0.3s;
    position: absolute;
    top: 12px; }
  .cursor img {
    left: 0;
    top: 0;
    width: 1px;
    height: 14px;
    opacity: 0;
    transition-duration: 0.1s; }

.cursor.hov_ i {
  width: 1px;
  height: 1px;
  opacity: 0;
  background: #000; }
.cursor.hov_ img {
  opacity: 1;
  width: 32px;
  height: 14px;
  top: 0px;
  left: 0; }

.cursor.hov_form i {
  width: 1px;
  height: 1px;
  opacity: 0;
  background: #000; }
.cursor.hov_form img {
  opacity: 0; }

.Verve-Width {
  width: 96%;
  margin: 0 auto;
  max-width: 1000px; }

.Verve-Head {
  padding: 16px 0;
  border-bottom: 1px dashed #eee; }
  .Verve-Head .Verve-Width {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: none;
    align-items: center; }
  .Verve-Head .Verve-Head-Trigger {
    display: none; }
  .Verve-Head strong {
    flex: 0 0 64px; }
  .Verve-Head strong a {
    display: block; }
  .Verve-Head ul {
    display: flex;
    justify-content: flex-end;
    padding-top: 8px; }
  .Verve-Head li {
    margin-left: 40px;
    font-size: 14px;
    line-height: 1.2; }
  .Verve-Head li img {
    height: 32px;
    width: auto; }
  .Verve-Head li a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center; }
  .Verve-Head li a:hover {
    opacity: 0.7; }
  .Verve-Head li a em {
    padding-left: 8px; }
  .Verve-Head li.Head-B {
    display: none; }

.Verve-MainImage {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
  position: relative; }
  .Verve-MainImage ul {
    opacity: 0; }
  .Verve-MainImage li {
    position: absolute;
    top: 0;
    line-height: 0; }
  .Verve-MainImage li:first-child {
    position: relative; }
  .Verve-MainImage li img {
    width: 100%; }
  .Verve-MainImage p {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: logo2 5s 3s forwards; }
  .Verve-MainImage p img {
    width: 25vw; }

@keyframes logo2 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.Verve-About {
  text-align: center;
  padding-top: 80px;
  margin-bottom: 80px; }
  .Verve-About h1 {
    margin: 0 auto 40px; }
  .Verve-About h1 img {
    width: 64px; }
  .Verve-About h2 {
    line-height: 2.4; }

.Verve-Brands {
  padding: 80px 0 40px;
  background: #f6f7fa;
  border-top: 1px dashed #eee;
  border-bottom: 1px dashed #eee; }
  .Verve-Brands ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .Verve-Brands li {
    flex: 0 0 25%;
    margin-bottom: 40px;
    border: 0px solid #222;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    line-height: 0;
    padding: 0 16px; }
  .Verve-Brands li::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 2px;
    top: 2px;
    border: 1px solid #666;
    position: absolute;
    z-index: -1;
    background: none;
    display: none; }
  .Verve-Brands li a {
    text-decoration: none;
    display: flex;
    padding: 0;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    transition-duration: 0.3s; }
  .Verve-Brands li a:hover {
    opacity: 0.75; }
  .Verve-Brands li strong {
    display: block;
    font-size: 20px;
    margin: 0;
    font-family: canada-type-gibson, sans-serif;
    font-weight: 400; }
  .Verve-Brands li strong img {
    height: auto;
    width: auto;
    transition-duration: 0.3s; }
  .Verve-Brands li a:hover strong img {
    height: auto;
    width: auto;
    opacity: 0.75; }
  .Verve-Brands li em {
    display: none;
    font-size: 13px;
    margin-bottom: 24px;
    color: #555; }

.Verve-Menu {
  padding: 64px 0;
  text-align: center;
  border-top: 1px dashed #777;
  border-bottom: 1px dashed #ddd; }
  .Verve-Menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .Verve-Menu li {
    padding: 0 40px;
    font-family: verdana;
    letter-spacing: 0.1em;
    font-size: 13px; }
  .Verve-Menu li i {
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: middle; }
  .Verve-Menu li a {
    text-decoration: none; }
  .Verve-Menu li a:hover {
    text-decoration: underline; }

.Page-Container {
  padding: 80px 0; }
  .Page-Container h1 {
    text-align: center;
    font-size: 21px;
    margin-bottom: 40px;
    font-family: canada-type-gibson, sans-serif;
    letter-spacing: 0.15em; }
  .Page-Container h2 {
    text-align: center;
    margin-bottom: 40px; }
  .Page-Container p {
    margin-bottom: 40px; }

.Page-AboutUs {
  font-size: 12px; }
  .Page-AboutUs ul {
    display: block;
    margin: auto;
    max-width: 100%; }
  .Page-AboutUs li {
    display: flex;
    padding: 8px;
    border-bottom: 1px dashed #eee; }
    .Page-AboutUs li span {
      flex: 0 0 auto;
      font-size: 12px;
      min-width: 5em; }
    .Page-AboutUs li em {
      padding-left: 24px;
      font-size: 12px;
      flex: 0 0 auto; }

.Verve-Aboutinfo {
  display: flex;
  justify-content: space-between; }

.Verve-About-ph {
  flex: 0 0 46%; }

.Verve-About-txt {
  flex: 0 0 46%; }

.Verve-About-Profile {
  max-width: 100%;
  margin: auto;
  padding: 16px 8px;
  font-size: 12px; }
  .Verve-About-Profile li {
    border: 0;
    padding: 16px 0 4px; }

.Page-Brands-Image {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .Page-Brands-Image p {
    flex: 0 0 32%;
    margin-bottom: 12px; }

.Page-Brands-Image-1 {
  justify-content: center; }
  .Page-Brands-Image-1 p {
    flex: 0 0 50%; }

.Page-Btn {
  text-align: center; }
  .Page-Btn p {
    display: flex;
    justify-content: center;
    font-family: canada-type-gibson, sans-serif;
    line-height: 1.1; }
  .Page-Btn a {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 8px;
    border: 1px dashed #999;
    padding: 8px 24px; }
  .Page-Btn a i {
    padding-right: 8px; }
  .Page-Btn a em {
    font-size: 14px; }
  .Page-Btn a:hover {
    background: #f6f3f6; }

.Page-Form {
  width: 640px;
  max-width: 100%;
  margin: auto; }
  .Page-Form li {
    padding: 16px; }
  .Page-Form li input {
    padding: 8px;
    border: 1px solid #ddd;
    width: 100%; }
  .Page-Form li input[type="submit"] {
    width: auto;
    padding: 8px 40px;
    border-radius: 4px; }
  .Page-Form li textarea {
    padding: 8px;
    border: 1px solid #ddd;
    width: 100%;
    height: 10em; }
  .Page-Form li strong {
    display: block;
    text-align: center; }
  .Page-Form li .error {
    color: #f22;
    font-size: 12px; }

.Verve-Footer {
  padding: 80px 16px 40px; }
  .Verve-Footer p {
    text-align: center;
    font-size: 10px;
    font-family: verdana;
    letter-spacing: 0.1em; }

.menu-trigger {
  cursor: pointer;
  display: block; }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 28px;
  height: 14px; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #262222;
  border-radius: 0px; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 6px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.menu-trigger span:nth-of-type(1) {
  animation: menu-bar01 .75s forwards; }

.menu-trigger em {
  color: #222;
  font-size: 9px;
  position: absolute;
  left: 0;
  bottom: -18px;
  text-align: center;
  width: 100%; }

.menu-trigger:hover span {
  background: #c00; }

.menu-trigger:hover em {
  color: #c00; }

@keyframes menu-bar01 {
  0% {
    transform: translateY(6px) rotate(45deg); }
  50% {
    transform: translateY(6px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
x.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1; }

.menu-trigger span:nth-of-type(3) {
  animation: menu-bar02 .75s forwards; }

@keyframes menu-bar02 {
  0% {
    transform: translateY(-6px) rotate(-45deg); }
  50% {
    transform: translateY(-6px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
.menu-trigger.active span:nth-of-type(1) {
  animation: active-menu-bar01 .75s forwards; }

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(6px) rotate(0); }
  100% {
    transform: translateY(6px) rotate(45deg); } }
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

.menu-trigger.active span:nth-of-type(3) {
  animation: active-menu-bar03 .75s forwards; }

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(-6px) rotate(0); }
  100% {
    transform: translateY(-6px) rotate(-45deg); } }
.noPC {
  display: none; }

.noSP {
  display: block; }

@media screen and (max-width: 768px) {
  .noPC {
    display: block; }

  .noSP {
    display: none; }

  body {
    padding-top: 64px; }

  .Verve-Head {
    padding: 8px;
    position: fixed;
    background: #fff;
    border-bottom: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 21;
    box-shadow: 0 1px 8px #ddd; }
    .Verve-Head .Verve-Width {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap; }
    .Verve-Head .Verve-Head-Trigger {
      display: block; }
    .Verve-Head strong {
      text-align: center;
      padding: 0;
      flex: 0 0 64px; }
    .Verve-Head ul {
      flex: 0 0 100%;
      flex-direction: column;
      justify-content: center;
      align-items: stretch;
      display: none;
      max-height: 96vh;
      overflow-y: auto; }
    .Verve-Head li {
      flex: 0 0 auto;
      padding: 8px;
      margin: 0;
      border-top: 1px solid #333;
      font-size: 15px;
      font-family: canada-type-gibson, sans-serif; }
    .Verve-Head li.Head-B {
      display: block;
      border-top: 1px dashed #ccc;
      padding: 16px 8px; }
    .Verve-Head li.Head-B img {
      height: 12px;
      width: auto; }
    .Verve-Head li.B-MaisonGate {
      border-top: 3px double #000; }
    .Verve-Head li.B-Athena img {
      height: 16px; }
    .Verve-Head li.B-WCS img {
      height: 12px; }
    .Verve-Head li.B-Buyers img {
      height: 24px; }

  .Verve-Head.active ul {
    display: flex; }

  .Verve-MainImage {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 40px; }
    .Verve-MainImage p img {
      width: 40vw; }

  .Verve-About {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 64px; }
    .Verve-About h1 {
      margin-bottom: 24px; }
    .Verve-About h1 img {
      width: 40px; }
    .Verve-About h2 {
      line-height: 2.4;
      font-size: 14px; }

  .Verve-Aboutinfo {
    display: block; }

  .Verve-Brands {
    padding: 40px 32px 8px; }
    .Verve-Brands li {
      flex: 0 0 48%; }

  .Verve-Menu {
    padding: 0 0;
    text-align: center;
    border-top: 0 dashed #777;
    border-bottom: 0 dashed #ddd; }
    .Verve-Menu ul {
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex-wrap: wrap;
      border-bottom: 1px dotted #ddd; }
    .Verve-Menu li {
      padding: 16px 0;
      font-family: verdana;
      letter-spacing: 0.1em;
      font-size: 13px;
      border-top: 1px dotted #ddd; }
    .Verve-Menu li i {
      display: inline-block;
      margin: 0 8px 0 0;
      vertical-align: middle; }
    .Verve-Menu li a {
      text-decoration: none; }
    .Verve-Menu li a:hover {
      text-decoration: underline; }

  .Page-Brands {
    padding-bottom: 24px; }

  .Verve-Footer {
    padding: 40px 16px; }
    .Verve-Footer p {
      text-align: center;
      font-size: 10px;
      font-family: verdana;
      letter-spacing: 0.1em; } }
@media screen and (max-width: 480px) {
  .Verve-Head .Verve-Head-Trigger {
    padding-top: 0px; }

  .Verve-Head strong {
    flex: 0 0 40px;
    padding-top: 4px; }

  .Page-Container {
    padding: 64px 0; }

  .Verve-About {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 40px; }
    .Verve-About h1 img {
      width: 16vw; }
    .Verve-About h2 {
      line-height: 2.4;
      font-size: 11px; }

  .Verve-Brands li {
    flex: 0 0 88%;
    margin: 0 auto 24px; }

  .Verve-About-Profile {
    padding: 8px;
    font-size: 11px; }

  .Page-Brands-Image {
    display: block; }
    .Page-Brands-Image p {
      padding: 0 8px; } }
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
