@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
.animate .fadein {
  opacity: 0;
  transform-style: preserve-3d;
  transition-property: all;
  transition-duration: 2000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .fadein {
  opacity: 1;
}
.animate .slidein_left {
  opacity: 0;
  transform: translateX(-300px);
  transform-style: preserve-3d;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_right {
  opacity: 0;
  transform: translateX(300px);
  transform-style: preserve-3d;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_left, .animate.show .slidein_right {
  opacity: 1;
  transform: translateX(0);
}
.animate .slidein_top {
  opacity: 0;
  transform: translateY(-300px);
  transform-style: preserve-3d;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_bottom {
  opacity: 0;
  transform: translateY(300px);
  transform-style: preserve-3d;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_top, .animate.show .slidein_bottom {
  opacity: 1;
  transform: translateY(0);
}
.animate .zoomin {
  opacity: 0;
  transform: scale(1.5, 1.5);
  transform-style: preserve-3d;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate .zoomout {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transform-style: preserve-3d;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate.show .zoomin, .animate.show .zoomout {
  opacity: 1;
  transform: scale(1, 1);
}
.animate .d1 {
  transition-delay: 100ms;
}
.animate .d2 {
  transition-delay: 200ms;
}
.animate .d3 {
  transition-delay: 300ms;
}
.animate .d4 {
  transition-delay: 400ms;
}
.animate .d5 {
  transition-delay: 500ms;
}
.animate .d6 {
  transition-delay: 600ms;
}
.animate .d7 {
  transition-delay: 700ms;
}
.animate .d8 {
  transition-delay: 800ms;
}
.animate .d9 {
  transition-delay: 900ms;
}
.animate .d10 {
  transition-delay: 1000ms;
}
.animate .d11 {
  transition-delay: 1100ms;
}
.animate .d12 {
  transition-delay: 1200ms;
}
.animate .d13 {
  transition-delay: 1300ms;
}
.animate .d14 {
  transition-delay: 1400ms;
}
.animate .d15 {
  transition-delay: 1500ms;
}
.animate .d16 {
  transition-delay: 1600ms;
}
.animate .d17 {
  transition-delay: 1700ms;
}
.animate .d18 {
  transition-delay: 1800ms;
}
.animate .d19 {
  transition-delay: 1900ms;
}
.animate .d20 {
  transition-delay: 2000ms;
}

@font-face {
  font-family: 'Matter-Light';
  src: url("../font/mattersq-light.eot");
  src: url("../font/mattersq-light.eot?#iefix") format("embedded-opentype"), url("../font/mattersq-light.woff") format("woff"), url("../font/mattersq-light.woff2") format("woff2");
}
@font-face {
  font-family: 'Matter-Medium';
  src: url("../font/mattersq-medium.eot");
  src: url("../font/mattersq-medium.eot?#iefix") format("embedded-opentype"), url("../font/mattersq-medium.woff") format("woff"), url("../font/mattersq-medium.woff2") format("woff2");
}
@font-face {
  font-family: 'Matter-Bold';
  src: url("../font/mattersq-bold.eot");
  src: url("../font/mattersq-bold.eot?#iefix") format("embedded-opentype"), url("../font/mattersq-bold.woff") format("woff"), url("../font/mattersq-bold.woff2") format("woff2");
}
.qor-actionbar {
  position: relative;
  z-index: 1;
}

.dylan-page {
  background: transparent;
}

#footer {
  position: relative;
  z-index: 100;
}

html.not_full_support body article#main .logo .base {
  display: none;
}
html.not_full_support body article#main .logo .main {
  mix-blend-mode: normal;
}
html.not_full_support body article#main section.share {
  background-attachment: inherit;
}

body {
  background-color: #000;
}

body article#main {
  width: 100%;
  overflow: hidden;
  font-family: 'Matter-Regular', 'Noto Sans JP', sans-serif;
}
body article#main .scroll_icon path {
  fill: white;
}
body article#main section {
  position: relative;
  padding: 0;
  text-align: center;
  color: #fff;
}

#sound_btn {
  position: fixed;
  right: 0;
  bottom: 71px;
  width: 124px;
  height: 28px;
  cursor: pointer;
  border: #fff 1px solid;
  border-right: none;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  transition: color 0.3s linear, background-color 0.3s linear;
  font-family: 'Matter-Bold';
  z-index: 2;
}

#sound_btn .inner {
  position: absolute;
  width: 124px;
  height: 28px;
  left: 0;
  top: 0;
  font-size: 14px;
  padding-top: 5px;
  padding-left: 26px;
  box-sizing: border-box;
  line-height: 1;
  opacity: 0;
}

#sound_btn .icon {
  position: absolute;
  display: block;
  width: 9px;
  height: 14px;
  left: 11px;
  top: 5px;
  opacity: 0;
  transition: opacity 0.3s linear;
}

#sound_btn .inner.on,
#sound_btn .icon.wh {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  #sound_btn:hover {
    background-color: #fff;
    color: #000;
  }

  #sound_btn:hover .icon.wh {
    opacity: 0;
  }

  #sound_btn:hover .icon.bk {
    opacity: 1;
  }
}
#sound_btn.on .inner.on {
  opacity: 0;
}

#sound_btn.on .inner.off {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #sound_btn {
    width: 106px;
    height: 24px;
    top: auto;
    bottom: 16px;
  }

  #sound_btn .inner {
    width: 106px;
    height: 24px;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 26px;
  }

  #sound_btn .icon {
    width: 7.5px;
    height: 12px;
    left: 11px;
    top: 6px;
  }
}
@media screen and (max-width: 768px) {
  br.pc_none,
  span.pc_none {
    display: inline;
  }

  [capillary] .dylan-page.transform,
  [sfcc] .dylan-page.transform,
  .dylan-page.transform {
    will-change: initial;
    -webkit-transform: initial;
    transform: initial;
  }
  [capillary] .dylan-page.transform.dylan-slideout,
  [sfcc] .dylan-page.transform.dylan-slideout,
  .dylan-page.transform.dylan-slideout {
    will-change: transform;
    -webkit-transform: translate3d(84%, 0, 0);
    transform: translate3d(84%, 0, 0);
  }

  [sfcc] .en-us .dylan-page.dylan-slideout {
    -webkit-transform: translate3d(calc(100% - 45px), 0, 0);
    transform: translate3d(calc(100% - 45px), 0, 0);
  }

  .search-tool.mobile {
    margin-top: -2px;
    background: #ffffff;
  }

  #footer {
    margin-top: 0;
  }

  body article#main {
    min-width: 320px;
  }
  body article#main .scroll_icon {
    width: 18px;
    height: 97px;
    position: fixed;
    left: 5px;
    bottom: 10px;
    z-index: 10;
  }
  body article#main .scroll_icon > div {
    width: 100%;
    height: 100%;
  }
  body article#main .shopBtn-container {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 5.56vw;
    right: 3.47vw;
    z-index: 1000;
  }
  body article#main .shopBtn-container.fixed {
    position: fixed;
  }
  body article#main .shopBtn-container a.shopBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #ffffff;
    background: #000000;
    border: 2px solid #000000;
    box-sizing: border-box;
    transition: all 0.3s;
    position: relative;
    z-index: 102;
    text-align: center;
    font-family: 'Matter-Bold';
    border: #fff 1px solid;
  }
  body article#main .shopBtn-container a.shopBtn span {
    font-size: 15px;
    break-inside: 20px;
  }
  body article#main .shopBtn-container a.shopBtn span br {
    display: inline;
  }
  body article#main section {
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  body article#main section .content_wrap {
    width: 92%;
    margin: 0 auto;
  }
  body article#main section.hero {
    height: calc(100vh - 118px);
  }
  body article#main section.hero .bg_pic {
    min-height: 100vh;
    min-width: 100%;
    height: auto;
    width: auto;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative;
  }
  body article#main section.content {
    background-color: #000;
  }
  body article#main section.content .h2_container {
    font-size: calc(30vw / 7.5);
    line-height: 1;
    position: absolute;
    top: 0;
    margin-top: calc(132vw / 7.5);
    z-index: 1;
    white-space: nowrap;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    -moz-transition: -moz-transform 1.2s ease-in-out 0.6s;
    -o-transition: -o-transform 1.2s ease-in-out 0.6s;
    -webkit-transition: -webkit-transform 1.2s ease-in-out;
    -webkit-transition-delay: 0.6s;
    transition: transform 1.2s ease-in-out 0.6s;
  }
  body article#main section.content .h2_container span {
    display: block;
    width: 1em;
    margin: 0 0.4em;
    opacity: 0;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
  }
  body article#main section.content .h2_container span:nth-child(1) {
    transition-delay: 0.7s;
  }
  body article#main section.content .h2_container span:nth-child(2) {
    transition-delay: 0.8s;
  }
  body article#main section.content .h2_container span:nth-child(3) {
    transition-delay: 0.9s;
  }
  body article#main section.content .h2_container span:nth-child(4) {
    transition-delay: 1s;
  }
  body article#main section.content .h2_container span:nth-child(5) {
    transition-delay: 1.1s;
  }
  body article#main section.content .h2_container span:nth-child(6) {
    transition-delay: 1.2s;
  }
  body article#main section.content .h2_container span:nth-child(7) {
    transition-delay: 1.3s;
  }
  body article#main section.content .h2_container span:nth-child(8) {
    transition-delay: 1.4s;
  }
  body article#main section.content .h2_container span:nth-child(9) {
    transition-delay: 1.5s;
  }
  body article#main section.content .h2_container span:nth-child(10) {
    transition-delay: 1.6s;
  }
  body article#main section.content .h2_container span:nth-child(11) {
    transition-delay: 1.7s;
  }
  body article#main section.content .h2_container span:nth-child(12) {
    transition-delay: 1.8s;
  }
  body article#main section.content .h2_container span:nth-child(13) {
    transition-delay: 1.9s;
  }
  body article#main section.content .h2_container span:nth-child(14) {
    transition-delay: 2s;
  }
  body article#main section.content .h2_container span:nth-child(15) {
    transition-delay: 2.1s;
  }
  body article#main section.content .h2_container span:nth-child(16) {
    transition-delay: 2.2s;
  }
  body article#main section.content .h2_container span:nth-child(17) {
    transition-delay: 2.3s;
  }
  body article#main section.content .h2_container span:nth-child(18) {
    transition-delay: 2.4s;
  }
  body article#main section.content .h2_container span:nth-child(19) {
    transition-delay: 2.5s;
  }
  body article#main section.content .h2_container span:nth-child(20) {
    transition-delay: 2.6s;
  }
  body article#main section.content .color_area {
    position: relative;
    width: 100%;
    margin-bottom: 20vw;
  }
  body article#main section.content .color_area .color_slide {
    position: relative;
    height: calc(351vw / 7.5);
    width: 100%;
    margin-bottom: 50px;
    opacity: 0;
    -moz-transition: opacity 1.2s ease-in-out;
    -o-transition: opacity 1.2s ease-in-out;
    -webkit-transition: opacity 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out;
  }
  body article#main section.content .color_area .color_slide .color_item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }
  body article#main section.content .color_area .color_slide .color_item img {
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto;
  }
  body article#main section.content .color_area .color_slide .color_item.show {
    opacity: 1;
  }
  body article#main section.content .color_area .color_slide .color_item:nth-child(1) img {
    width: calc(597vw / 9);
    left: calc(2vw / 9);
    top: calc(11vw / 9);
  }
  body article#main section.content .color_area .color_slide .color_item:nth-child(2) img {
    width: calc(591vw / 9);
    left: 0px;
    top: calc(4vw / 9);
  }
  body article#main section.content .color_area .color_slide .color_item:nth-child(3) img {
    width: calc(595vw / 9);
    left: calc(1vw / 9);
    top: 0px;
  }
  body article#main section.content .color_area .dots {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 240px;
    margin: 0 auto;
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    -moz-transition: -moz-transform 0.6s ease-out 1.5s, opacity 0.6s ease-out 1.5s;
    -o-transition: -o-transform 0.6s ease-out 1.5s, opacity 0.6s ease-out 1.5s;
    -webkit-transition: -webkit-transform 0.6s ease-out, opacity 0.6s ease-out;
    -webkit-transition-delay: 1.5s, 1.5s;
    transition: transform 0.6s ease-out 1.5s, opacity 0.6s ease-out 1.5s;
  }
  body article#main section.content .color_area .dots .dot {
    width: 62px;
    height: 62px;
    margin: 0 0;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
  }
  body article#main section.content .color_area .dots .dot:after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: absolute;
    left: 21px;
    top: 21px;
    border: #000 1px solid;
    box-sizing: border-box;
  }
  body article#main section.content .color_area .dots .dot:nth-child(1):after {
    background-color: #000;
    border-color: #fff;
  }
  body article#main section.content .color_area .dots .dot:nth-child(2):after {
    background-color: #182b58;
  }
  body article#main section.content .color_area .dots .dot:nth-child(3):after {
    background-color: #a28b4c;
  }
  body article#main section.content .color_area .dots .dot svg {
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  body article#main section.content .color_area .dots .dot circle {
    opacity: 0;
    fill: transparent;
    stroke: #fff;
    stroke-width: 1;
    stroke-dasharray: 0 189;
    -moz-transition: stroke-dasharray 0.8s ease-out;
    -o-transition: stroke-dasharray 0.8s ease-out;
    -webkit-transition: stroke-dasharray 0.8s ease-out;
    transition: stroke-dasharray 0.8s ease-out;
  }
  body article#main section.content .color_area .dots .dot.on circle {
    opacity: 1;
    stroke-dasharray: 189 189;
  }
  body article#main section.content .color_area .dots.notready {
    pointer-events: none;
  }
  body article#main section.content .color_area .dots.notready .dot.on circle {
    opacity: 0;
    stroke-dasharray: 0 189;
  }
  body article#main section.content .color_area.show .color_slide {
    opacity: 1;
  }
  body article#main section.content .color_area.show .h2_container {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  body article#main section.content .color_area.show .h2_container span {
    opacity: 1;
  }
  body article#main section.content .color_area.show .dots {
    opacity: 1;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  body article#main section.content .pic_set {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto calc(200% / 14);
    position: relative;
  }
  body article#main section.content .pic_set .pic {
    width: 48%;
    position: relative;
    opacity: 0;
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
    -moz-transition: opacity 1.5s ease-out, -moz-transform 1.5s ease-out;
    -o-transition: opacity 1.5s ease-out, -o-transform 1.5s ease-out;
    -webkit-transition: opacity 1.5s ease-out, -webkit-transform 1.5s ease-out;
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
  }
  body article#main section.content .pic_set .pic:nth-child(2) {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  body article#main section.content .pic_set .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  body article#main section.content .pic_set.show .pic {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  body article#main section.content .video {
    display: block;
    width: 70%;
    margin: 0 auto;
    height: auto;
    opacity: 0;
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
    -moz-transition: opacity 1.5s ease-out 0.2s, -moz-transform 1.5s ease-out 0.2s;
    -o-transition: opacity 1.5s ease-out 0.2s, -o-transform 1.5s ease-out 0.2s;
    -webkit-transition: opacity 1.5s ease-out, -webkit-transform 1.5s ease-out;
    -webkit-transition-delay: 0.2s, 0.2s;
    transition: opacity 1.5s ease-out 0.2s, transform 1.5s ease-out 0.2s;
  }
  body article#main section.content .video.show {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  body article#main section.content1 .content_wrap {
    padding-top: calc(300% / 14);
  }
  body article#main section.content2 .content_wrap {
    padding-top: calc(350% / 14);
    padding-bottom: calc(250% / 14);
  }
  body article#main section.content2 .color_area .color_slide {
    height: calc(310vw / 9);
  }
  body article#main section.content2 .color_area .color_slide .color_item:nth-child(1) img {
    width: calc(634vw / 9);
    left: calc(4vw / 9);
    top: calc(1vw / 9);
  }
  body article#main section.content2 .color_area .color_slide .color_item:nth-child(2) img {
    width: calc(630vw / 9);
    left: 0px;
    top: 0px;
  }
  body article#main section.content2 .color_area .color_slide .color_item:nth-child(3) img {
    width: calc(628vw / 9);
    left: calc(1vw / 9);
    top: 0px;
  }
  body article#main section.content2 .color_area .h2_container {
    margin-top: calc(124vw / 9);
  }
  body article#main section.content2 .color_area .h2_container span {
    margin: 0 0.4em;
  }
  body article#main section.content2 .color_area .dots .dot:nth-child(1):after {
    background-color: #000;
    border: #fff 1px solid;
  }
  body article#main section.content2 .color_area .dots .dot:nth-child(2):after {
    background-color: #ff6e3b;
  }
  body article#main section.content2 .color_area .dots .dot:nth-child(3):after {
    background-color: #465a1b;
  }
  body article#main section.content3 .bg_pic {
    display: block;
    width: 100%;
    height: auto;
  }
  body article#main section.products .content_wrap {
    padding: calc(300% / 14) 0 calc(200% / 14);
  }
  body article#main section.products .content_wrap .h2_container {
    margin-top: 0;
    margin-bottom: 16%;
    position: relative;
    -moz-transition: -moz-transform 1.2s ease-in-out;
    -o-transition: -o-transform 1.2s ease-in-out;
    -webkit-transition: -webkit-transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out;
  }
  body article#main section.products .content_wrap .h2_container span {
    margin: 0 0.6em;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(1) {
    transition-delay: 0.1s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(2) {
    transition-delay: 0.2s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(3) {
    transition-delay: 0.3s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(4) {
    transition-delay: 0.4s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(5) {
    transition-delay: 0.5s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(6) {
    transition-delay: 0.6s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(7) {
    transition-delay: 0.7s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(8) {
    transition-delay: 0.8s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(9) {
    transition-delay: 0.9s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(10) {
    transition-delay: 1s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(11) {
    transition-delay: 1.1s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(12) {
    transition-delay: 1.2s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(13) {
    transition-delay: 1.3s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(14) {
    transition-delay: 1.4s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(15) {
    transition-delay: 1.5s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(16) {
    transition-delay: 1.6s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(17) {
    transition-delay: 1.7s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(18) {
    transition-delay: 1.8s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(19) {
    transition-delay: 1.9s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(20) {
    transition-delay: 2s;
  }
  body article#main section.products .content_wrap .show .h2_container {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  body article#main section.products .content_wrap .show .h2_container span {
    opacity: 1;
  }
  body article#main section.products .content_wrap .sp_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 98%;
    margin: 0 auto;
  }
  body article#main section.products .content_wrap .list {
    width: 48%;
  }
  body article#main section.products .content_wrap .list dt span {
    margin: 0 -0.15em;
  }
  body article#main section.products .content_wrap .list dd {
    display: block;
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
  body article#main section.products .content_wrap .list dd:not(:last-child) {
    margin-bottom: 9vw;
  }
  body article#main section.products .content_wrap .list dd .img_wrap {
    width: calc(320% / 4);
    height: 0;
    padding-bottom: calc(207% / 4);
    margin: 0 auto calc(35% / 4);
    box-sizing: content-box;
    position: relative;
  }
  body article#main section.products .content_wrap .list dd .img_wrap img {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  body article#main section.products .content_wrap .list dd .name {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
  }
  body article#main section.products .content_wrap .list dd a {
    display: block;
    width: 100%;
    height: 40px;
    border: #fff 1px solid;
    padding-top: 13px;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #fff;
    background-color: #000;
    margin: 0 auto;
    line-height: 1;
    font-family: 'Matter-Bold';
  }
  body article#main section.products .content_wrap .list.show dd {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  body article#main section.products .sns_btn {
    margin: calc(300% / 14) auto 0;
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  body article#main section.products .sns_btn dt {
    display: block;
    font-size: 50px;
    font-family: 'Matter-Bold';
    letter-spacing: 0.1em;
    line-height: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  body article#main section.products .sns_btn dd {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 170px;
    margin: 0 auto;
  }
  body article#main section.products .sns_btn dd a {
    display: block;
    width: 75px;
    height: 75px;
    box-sizing: border-box;
    border: #fff 1px solid;
    background-color: #000;
    border-radius: 75px;
    position: relative;
  }
  body article#main section.products .sns_btn dd a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  body article#main section.products .sns_btn dd a.facebook img {
    width: 13px;
  }
  body article#main section.products .sns_btn dd a.twitter img {
    width: 25px;
  }
  body article#main section.products .show .sns_btn {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .sp_none {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  #dylan-menu-0 {
    overflow: hidden;
  }

  body article#main {
    min-width: 320px;
  }
  body article#main .scroll_icon {
    width: 7.5%;
    height: 128px;
    position: fixed;
    left: 0;
    bottom: 30px;
    z-index: 2;
  }
  body article#main .scroll_icon > div {
    width: 100%;
    height: 100%;
  }
  body article#main .shopBtn-container {
    width: 92px;
    height: 92px;
    position: fixed;
    top: 130px;
    right: 160px;
    z-index: 102;
  }
  body article#main .shopBtn-container a.shopBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #ffffff;
    background: #000000;
    border: 2px solid #000000;
    box-sizing: border-box;
    transition: all 0.3s;
    position: relative;
    text-align: center;
    font-family: 'Matter-Bold';
    border: #fff 1px solid;
  }
  body article#main .shopBtn-container a.shopBtn span {
    font-size: 21px;
  }
  body article#main .shopBtn-container a.shopBtn:hover {
    color: #000000;
    background: #ffffff;
  }
  body article#main .bg_video {
    z-index: -1;
    position: fixed;
    min-height: 100vh;
    min-width: 100%;
    height: auto;
    width: auto;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  body article#main section {
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  body article#main section .content_wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  body article#main section.hero {
    margin-top: -71px;
    height: calc(100vh - 33px);
    pointer-events: none;
  }
  body article#main section.content {
    background-color: #000;
  }
  body article#main section.content .h2_container {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 0;
    margin-top: 167px;
    z-index: 1;
    white-space: nowrap;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    -moz-transition: -moz-transform 1.2s ease-in-out 0.6s;
    -o-transition: -o-transform 1.2s ease-in-out 0.6s;
    -webkit-transition: -webkit-transform 1.2s ease-in-out;
    -webkit-transition-delay: 0.6s;
    transition: transform 1.2s ease-in-out 0.6s;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  body article#main section.content .h2_container {
    font-size: calc(30vw / 14);
  }
}
@media screen and (min-width: 769px) {
  body article#main section.content .h2_container span {
    display: block;
    width: 1em;
    margin: 0 1.1em;
    opacity: 0;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
  }
  body article#main section.content .h2_container span:nth-child(1) {
    transition-delay: 0.7s;
  }
  body article#main section.content .h2_container span:nth-child(2) {
    transition-delay: 0.8s;
  }
  body article#main section.content .h2_container span:nth-child(3) {
    transition-delay: 0.9s;
  }
  body article#main section.content .h2_container span:nth-child(4) {
    transition-delay: 1s;
  }
  body article#main section.content .h2_container span:nth-child(5) {
    transition-delay: 1.1s;
  }
  body article#main section.content .h2_container span:nth-child(6) {
    transition-delay: 1.2s;
  }
  body article#main section.content .h2_container span:nth-child(7) {
    transition-delay: 1.3s;
  }
  body article#main section.content .h2_container span:nth-child(8) {
    transition-delay: 1.4s;
  }
  body article#main section.content .h2_container span:nth-child(9) {
    transition-delay: 1.5s;
  }
  body article#main section.content .h2_container span:nth-child(10) {
    transition-delay: 1.6s;
  }
  body article#main section.content .h2_container span:nth-child(11) {
    transition-delay: 1.7s;
  }
  body article#main section.content .h2_container span:nth-child(12) {
    transition-delay: 1.8s;
  }
  body article#main section.content .h2_container span:nth-child(13) {
    transition-delay: 1.9s;
  }
  body article#main section.content .h2_container span:nth-child(14) {
    transition-delay: 2s;
  }
  body article#main section.content .h2_container span:nth-child(15) {
    transition-delay: 2.1s;
  }
  body article#main section.content .h2_container span:nth-child(16) {
    transition-delay: 2.2s;
  }
  body article#main section.content .h2_container span:nth-child(17) {
    transition-delay: 2.3s;
  }
  body article#main section.content .h2_container span:nth-child(18) {
    transition-delay: 2.4s;
  }
  body article#main section.content .h2_container span:nth-child(19) {
    transition-delay: 2.5s;
  }
  body article#main section.content .h2_container span:nth-child(20) {
    transition-delay: 2.6s;
  }
  body article#main section.content .color_area {
    position: relative;
    width: 100%;
    margin-bottom: calc(220% / 14);
  }
  body article#main section.content .color_area .color_slide {
    position: relative;
    height: 424px;
    width: 100%;
    margin-bottom: 99px;
    opacity: 0;
    -moz-transition: opacity 1.2s ease-in-out;
    -o-transition: opacity 1.2s ease-in-out;
    -webkit-transition: opacity 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out;
  }
  body article#main section.content .color_area .color_slide .color_item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }
  body article#main section.content .color_area .color_slide .color_item img {
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto;
  }
  body article#main section.content .color_area .color_slide .color_item.show {
    opacity: 1;
  }
  body article#main section.content .color_area .color_slide .color_item:nth-child(1) img {
    width: 597px;
    left: 2px;
    top: 11px;
  }
  body article#main section.content .color_area .color_slide .color_item:nth-child(2) img {
    width: 591px;
    left: 0px;
    top: 4px;
  }
  body article#main section.content .color_area .color_slide .color_item:nth-child(3) img {
    width: 595px;
    left: 1px;
    top: 0px;
  }
  body article#main section.content .color_area .dots {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 240px;
    margin: 0 auto;
    -moz-transform: translateY(90%);
    -ms-transform: translateY(90%);
    -webkit-transform: translateY(90%);
    transform: translateY(90%);
    opacity: 0;
    -moz-transition: -moz-transform 0.6s ease-out 1.5s, opacity 0.6s ease-out 1.5s;
    -o-transition: -o-transform 0.6s ease-out 1.5s, opacity 0.6s ease-out 1.5s;
    -webkit-transition: -webkit-transform 0.6s ease-out, opacity 0.6s ease-out;
    -webkit-transition-delay: 1.5s, 1.5s;
    transition: transform 0.6s ease-out 1.5s, opacity 0.6s ease-out 1.5s;
  }
  body article#main section.content .color_area .dots .dot {
    width: 20px;
    height: 20px;
    margin: 0 20px;
    border-radius: 20px;
    background-color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    border: #000 1px solid;
  }
  body article#main section.content .color_area .dots .dot:nth-child(1) {
    background-color: #000;
    border-color: #fff;
  }
  body article#main section.content .color_area .dots .dot:nth-child(2) {
    background-color: #182b58;
  }
  body article#main section.content .color_area .dots .dot:nth-child(3) {
    background-color: #a28b4c;
  }
  body article#main section.content .color_area .dots .dot svg {
    transform: rotate(-90deg);
    position: absolute;
    left: -22px;
    top: -22px;
    pointer-events: none;
  }
  body article#main section.content .color_area .dots .dot circle {
    opacity: 0;
    fill: transparent;
    stroke: #fff;
    stroke-width: 1;
    stroke-dasharray: 0 189;
    -moz-transition: stroke-dasharray 0.8s ease-out;
    -o-transition: stroke-dasharray 0.8s ease-out;
    -webkit-transition: stroke-dasharray 0.8s ease-out;
    transition: stroke-dasharray 0.8s ease-out;
  }
  body article#main section.content .color_area .dots .dot.on circle {
    opacity: 1;
    stroke-dasharray: 189 189;
  }
  body article#main section.content .color_area .dots.notready {
    pointer-events: none;
  }
  body article#main section.content .color_area .dots.notready .dot.on circle {
    opacity: 0;
    stroke-dasharray: 0 189;
  }
  body article#main section.content .color_area.show .color_slide {
    opacity: 1;
  }
  body article#main section.content .color_area.show .h2_container {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  body article#main section.content .color_area.show .h2_container span {
    opacity: 1;
  }
  body article#main section.content .color_area.show .dots {
    opacity: 1;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  body article#main section.content .pic_set {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 93%;
    max-width: 1200px;
    margin: 0 auto calc(200% / 14);
    position: relative;
  }
  body article#main section.content .pic_set .pic {
    width: calc(550% / 12);
    position: relative;
    opacity: 0;
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
    -moz-transition: opacity 1.5s ease-out, -moz-transform 1.5s ease-out;
    -o-transition: opacity 1.5s ease-out, -o-transform 1.5s ease-out;
    -webkit-transition: opacity 1.5s ease-out, -webkit-transform 1.5s ease-out;
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
  }
  body article#main section.content .pic_set .pic:nth-child(2) {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  body article#main section.content .pic_set .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  body article#main section.content .pic_set.show .pic {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  body article#main section.content .video {
    display: block;
    width: 70%;
    max-width: 960px;
    margin: 0 auto;
    height: auto;
    opacity: 0;
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
    -moz-transition: opacity 1.5s ease-out 0.2s, -moz-transform 1.5s ease-out 0.2s;
    -o-transition: opacity 1.5s ease-out 0.2s, -o-transform 1.5s ease-out 0.2s;
    -webkit-transition: opacity 1.5s ease-out, -webkit-transform 1.5s ease-out;
    -webkit-transition-delay: 0.2s, 0.2s;
    transition: opacity 1.5s ease-out 0.2s, transform 1.5s ease-out 0.2s;
  }
  body article#main section.content .video.show {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  body article#main section.content1 .content_wrap {
    padding-top: 200px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  body article#main section.content1 .content_wrap {
    padding-top: calc(200% / 14);
  }
}
@media screen and (min-width: 769px) {
  body article#main section.content2 .content_wrap {
    padding-top: 250px;
    padding-bottom: 300px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  body article#main section.content2 .content_wrap {
    padding-top: calc(250% / 14);
    padding-bottom: calc(300% / 14);
  }
}
@media screen and (min-width: 769px) {
  body article#main section.content2 .color_area .color_slide {
    height: 310px;
    margin-bottom: 130px;
  }
  body article#main section.content2 .color_area .color_slide .color_item:nth-child(1) img {
    width: 634px;
    left: 4px;
    top: 1px;
  }
  body article#main section.content2 .color_area .color_slide .color_item:nth-child(2) img {
    width: 630px;
    left: 0px;
    top: 0px;
  }
  body article#main section.content2 .color_area .color_slide .color_item:nth-child(3) img {
    width: 628px;
    left: 1px;
    top: 0px;
  }
  body article#main section.content2 .color_area .h2_container {
    margin-top: 124px;
  }
  body article#main section.content2 .color_area .h2_container span {
    margin: 0 1.45em;
  }
  body article#main section.content2 .color_area .dots .dot:nth-child(1) {
    background-color: #000;
    border: #fff 1px solid;
  }
  body article#main section.content2 .color_area .dots .dot:nth-child(2) {
    background-color: #ff6e3b;
  }
  body article#main section.content2 .color_area .dots .dot:nth-child(3) {
    background-color: #465a1b;
  }
  body article#main section.content3 {
    padding-bottom: calc(1035vw / 18.4);
    pointer-events: none;
  }
  body article#main section.products .content_wrap {
    padding: 300px 0 200px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  body article#main section.products .content_wrap {
    padding: calc(300% / 14) 0 calc(200% / 14);
  }
}
@media screen and (min-width: 769px) {
  body article#main section.products .content_wrap .h2_container {
    margin-top: 0;
    margin-bottom: 16%;
    position: relative;
    -moz-transition: -moz-transform 1.2s ease-in-out;
    -o-transition: -o-transform 1.2s ease-in-out;
    -webkit-transition: -webkit-transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out;
  }
  body article#main section.products .content_wrap .h2_container span {
    margin: 0 1.9em;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(1) {
    transition-delay: 0.1s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(2) {
    transition-delay: 0.2s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(3) {
    transition-delay: 0.3s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(4) {
    transition-delay: 0.4s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(5) {
    transition-delay: 0.5s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(6) {
    transition-delay: 0.6s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(7) {
    transition-delay: 0.7s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(8) {
    transition-delay: 0.8s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(9) {
    transition-delay: 0.9s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(10) {
    transition-delay: 1s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(11) {
    transition-delay: 1.1s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(12) {
    transition-delay: 1.2s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(13) {
    transition-delay: 1.3s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(14) {
    transition-delay: 1.4s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(15) {
    transition-delay: 1.5s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(16) {
    transition-delay: 1.6s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(17) {
    transition-delay: 1.7s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(18) {
    transition-delay: 1.8s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(19) {
    transition-delay: 1.9s;
  }
  body article#main section.products .content_wrap .h2_container span:nth-child(20) {
    transition-delay: 2s;
  }
  body article#main section.products .content_wrap .show .h2_container {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  body article#main section.products .content_wrap .show .h2_container span {
    opacity: 1;
  }
  body article#main section.products .content_wrap .list {
    width: calc(1200% / 14);
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    padding-top: 70px;
  }
  body article#main section.products .content_wrap .list dt {
    position: absolute;
    width: 100%;
    top: 0;
  }
  body article#main section.products .content_wrap .list dt span {
    margin: 0 0.01em;
  }
  body article#main section.products .content_wrap .list dd {
    width: calc(400% / 12);
    display: block;
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
  body article#main section.products .content_wrap .list dd .img_wrap {
    width: calc(320% / 4);
    height: 0;
    padding-bottom: calc(207% / 4);
    margin: 0 auto calc(35% / 4);
    box-sizing: content-box;
    position: relative;
  }
  body article#main section.products .content_wrap .list dd .img_wrap img {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: auto;
  }
  body article#main section.products .content_wrap .list dd .name {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 22px;
    display: block;
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  body article#main section.products .content_wrap .list dd .name {
    font-size: calc(20vw / 12);
  }
}
@media screen and (min-width: 769px) {
  body article#main section.products .content_wrap .list dd a {
    display: block;
    width: 160px;
    height: 50px;
    border: #fff 1px solid;
    padding-top: 15px;
    font-size: 18px;
    letter-spacing: 0.2em;
    color: #fff;
    background-color: #000;
    margin: 0 auto;
    line-height: 1;
    font-family: 'Matter-Bold';
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
  }
  body article#main section.products .content_wrap .list dd a:hover {
    background-color: #fff;
    color: #000;
  }
  body article#main section.products .content_wrap .list.list2 {
    margin-top: calc(165% / 14);
  }
  body article#main section.products .content_wrap .list.list2 dd .img_wrap {
    padding-bottom: calc(135% / 4);
    margin: 0 auto calc(42% / 4);
  }
  body article#main section.products .content_wrap .list.show dd {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  body article#main section.products .sns_btn {
    max-width: 840px;
    width: 92%;
    margin: calc(300% / 14) auto 0;
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  body article#main section.products .sns_btn dl {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  body article#main section.products .sns_btn dt {
    display: block;
    font-size: 50px;
    font-family: 'Matter-Bold';
    letter-spacing: 0.4em;
    margin-right: 80px;
    line-height: 1;
  }
  body article#main section.products .sns_btn dd {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 210px;
  }
  body article#main section.products .sns_btn dd a {
    display: block;
    width: 90px;
    height: 90px;
    box-sizing: border-box;
    border: #fff 1px solid;
    background-color: #000;
    border-radius: 90px;
    position: relative;
  }
  body article#main section.products .sns_btn dd a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  body article#main section.products .sns_btn dd a.facebook img {
    width: 13px;
  }
  body article#main section.products .sns_btn dd a.twitter img {
    width: 25px;
  }
  body article#main section.products .show .sns_btn {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .pc_none {
    display: none !important;
  }
}

