@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 article#main {
  width: 100%;
  overflow: hidden;
  font-family: 'Matter-Medium', 'Noto Sans JP', sans-serif;
}
body article#main .fixed_logo {
  position: fixed;
  z-index: 2;
  left: 50%;
  top: 50vh;
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
body article#main .fixed_logo .logo {
  width: 100%;
  position: relative;
}
body article#main .fixed_logo .logo #logo_svg {
  width: 100%;
  height: auto;
}
body article#main .fixed_logo .sub {
  font-family: 'Matter-Bold';
  text-align: center;
  font-feature-settings: 'palt';
  letter-spacing: -0.02em;
}
body article#main .fixed_logo.small {
  -moz-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
}
body article#main .fixed_logo.hide {
  visibility: hidden;
}
body article#main .scroll_icon path {
  fill: white;
}
body article#main section {
  position: relative;
  padding: 0;
  margin: 0 0 -1px;
}
body article#main section .bg_pic {
  display: block;
  width: 100%;
  height: auto;
}
body article#main section .bg_pic.video_player {
  height: 52.75vw;
  pointer-events: none;
}
body article#main section.content12 {
  z-index: 2;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  [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';
  }
  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 .fixed_logo {
    width: calc(680vw / 7.5);
    top: calc(116px + 48vw);
  }
  body article#main .fixed_logo .sub {
    margin-top: 10px;
    font-size: 20px;
  }
  body article#main section {
    width: 100%;
    overflow: hidden;
  }
  body article#main section.hero video {
    width: auto;
    height: calc(672vw / 7.5);
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  body article#main section.content12 {
    background-color: #fff;
    padding: 95px 25px 95px;
  }
  body article#main section.content12 .store {
    text-align: center;
    font-family: 'Matter-Light';
    padding-bottom: 95px;
  }
  body article#main section.content12 .store h3 {
    font-size: 30px;
    letter-spacing: 0.2em;
    margin-bottom: 45px;
    line-height: 1;
    font-weight: inherit;
    padding-left: 0.2em;
  }
  body article#main section.content12 .store dl {
    margin-bottom: 40px;
  }
  body article#main section.content12 .store dt {
    display: block;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    line-height: 1;
  }
  body article#main section.content12 .store dd {
    display: block;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  body article#main section.content12 .store p {
    font-size: 12px;
    line-height: 15px;
  }
  body article#main section.content12 .content_inner .pic {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto 35px;
  }
  body article#main section.content12 .content_inner .profile .name {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
    font-family: 'Matter-Medium';
    margin-bottom: 30px;
    line-height: 1;
  }
  body article#main section.content12 .content_inner .profile p {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Matter-Light';
    margin-bottom: 37px;
  }
  body article#main section.content12 .content_inner .profile .btn_set {
    position: relative;
    width: 100%;
  }
  body article#main section.content12 .content_inner .profile .btn_set .hp_btn {
    display: block;
    width: calc(100% - 75px);
    height: 50px;
    box-sizing: border-box;
    border-radius: 50px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding-top: 16px;
    font-family: 'Matter-Medium';
    letter-spacing: 0.05em;
    line-height: 1;
    font-size: 16px;
    position: relative;
  }
  body article#main section.content12 .content_inner .profile .btn_set .hp_btn:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url("../img/arrow.svg");
    width: 6px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 6px 10px;
    top: 20px;
    right: 20px;
  }
  body article#main section.content12 .content_inner .profile .btn_set .insta {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
  }
  body article#main section.content13 {
    padding-bottom: 5rem;
    background-color: #fff;
  }
  body article#main section.content13 .content_inner {
    position: absolute;
    width: calc(200px * 0.6);
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    margin-top: -2.5rem;
  }
  body article#main section.content13 .content_inner .emblem {
    display: block;
    margin-bottom: calc(25px * 0.6);
  }
  body article#main section.content13 .content_inner .sns_btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-align-items: center;
    align-items: center;
  }
  body article#main section.content13 .content_inner .sns_btn .left {
    font-size: calc(26px * 0.6);
    letter-spacing: 0.05em;
    line-height: calc(35px * 0.6);
    width: calc(101px * 0.6);
    box-sizing: border-box;
    border-right: #fff 1px solid;
    margin-right: calc(32px * 0.6);
    height: calc(35px * 0.6);
  }
  body article#main section.content13 .content_inner .sns_btn a {
    display: block;
  }
  body article#main section.content13 .content_inner .sns_btn a img {
    display: block;
    width: 100%;
    height: auto;
  }
  body article#main section.content13 .content_inner .sns_btn .fb {
    width: calc(15px * 0.6);
    margin-right: calc(25px * 0.6);
  }
  body article#main section.content13 .content_inner .sns_btn .tw {
    width: calc(27px * 0.6);
  }

  .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';
  }
  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 .fixed_logo {
    width: 730px;
  }
  body article#main .fixed_logo .sub {
    margin-top: 10px;
    font-size: 35px;
  }
  body article#main .bg_video {
    width: auto;
    height: auto;
    min-width: 100vw;
    min-height: calc(100vh - 68px);
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: 34px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  body article#main section {
    width: 100%;
    overflow: hidden;
  }
  body article#main section .video_area {
    height: 52.75vw;
  }
  body article#main section.hero .video_area {
    height: calc(100vh - 73px);
  }
  body article#main section.content12 {
    background-color: #fff;
    padding: 190px 40px 200px;
  }
  body article#main section.content12 .store {
    text-align: center;
    font-family: 'Matter-Light';
    padding-bottom: 200px;
  }
  body article#main section.content12 .store h3 {
    font-size: 40px;
    letter-spacing: 0.2em;
    margin-bottom: 60px;
    line-height: 1;
    font-weight: inherit;
    padding-left: 0.2em;
  }
  body article#main section.content12 .store dl {
    margin-bottom: 45px;
  }
  body article#main section.content12 .store dt {
    display: block;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 22px;
    line-height: 1;
  }
  body article#main section.content12 .store dd {
    display: block;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  body article#main section.content12 .store p {
    font-size: 15px;
  }
  body article#main section.content12 .content_inner {
    width: 100%;
    max-width: 1200px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 auto;
  }
  body article#main section.content12 .content_inner .pic {
    display: block;
    width: 33.4%;
    max-width: 400px;
    height: auto;
    flex-shrink: 0;
  }
  body article#main section.content12 .content_inner .profile {
    width: 58.33%;
  }
  body article#main section.content12 .content_inner .profile .name {
    font-size: 40px;
    letter-spacing: 0.1em;
    font-family: 'Matter-Medium';
    margin-top: -4px;
    margin-bottom: 32px;
    line-height: 1;
  }
  body article#main section.content12 .content_inner .profile p {
    font-size: 20px;
    line-height: 38px;
    font-family: 'Matter-Light';
    margin-bottom: 40px;
  }
  body article#main section.content12 .content_inner .profile .btn_set {
    position: relative;
    width: 100%;
  }
  body article#main section.content12 .content_inner .profile .btn_set .hp_btn {
    display: block;
    width: calc(100% - 80px);
    max-width: 400px;
    height: 60px;
    box-sizing: border-box;
    border: #000 2px solid;
    border-radius: 60px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding-top: 16px;
    font-family: 'Matter-Medium';
    letter-spacing: 0.05em;
    line-height: 1;
    font-size: 22px;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
  }
  body article#main section.content12 .content_inner .profile .btn_set .hp_btn:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url("../img/arrow.svg");
    width: 6px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 6px 10px;
    top: 25px;
    right: 25px;
  }
  body article#main section.content12 .content_inner .profile .btn_set .hp_btn:hover {
    background-color: #fff;
    color: #000;
  }
  body article#main section.content12 .content_inner .profile .btn_set .hp_btn:hover:after {
    background-image: url("../img/arrow_bk.svg");
  }
  body article#main section.content12 .content_inner .profile .btn_set .insta {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  body article#main section.content12 .content_inner .profile .btn_set .insta:hover {
    opacity: 0.5;
  }
  body article#main section.content13 .content_inner {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
  }
  body article#main section.content13 .content_inner .emblem {
    display: block;
    margin-bottom: 25px;
  }
  body article#main section.content13 .content_inner .sns_btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-align-items: center;
    align-items: center;
  }
  body article#main section.content13 .content_inner .sns_btn .left {
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 35px;
    width: 101px;
    box-sizing: border-box;
    border-right: #fff 2px solid;
    margin-right: 32px;
    height: 35px;
  }
  body article#main section.content13 .content_inner .sns_btn a {
    display: block;
  }
  body article#main section.content13 .content_inner .sns_btn a img {
    display: block;
    width: 100%;
    height: auto;
  }
  body article#main section.content13 .content_inner .sns_btn .fb {
    width: 15px;
    margin-right: 25px;
  }
  body article#main section.content13 .content_inner .sns_btn .tw {
    width: 27px;
  }

  .pc_none {
    display: none !important;
  }
}

