@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;
  transition-property: opacity;
}
.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-Regular';
  src: url("../font/matter_regular.eot");
  src: url("../font/matter_regular.eot?#iefix") format("embedded-opentype"), url("../font/matter_regular.woff") format("woff"), url("../font/matter_regular.woff2") format("woff2");
}
@font-face {
  font-family: 'Matter-Bold';
  src: url("../font/matter_bold.eot");
  src: url("../font/matter_bold.eot?#iefix") format("embedded-opentype"), url("../font/matter_bold.woff") format("woff"), url("../font/matter_bold.woff2") format("woff2");
}
.qor-actionbar {
  position: relative;
  z-index: 1;
}

.dylan-page {
  background: transparent;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  [sfcc] .dylan-page {
    background-color: transparent;
  }

  [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);
  }
}
#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: #000 1px solid;
  border-right: none;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  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.bk {
  opacity: 1;
}

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

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

  #sound_btn:hover .icon.wh {
    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] .header-mobile {
    position: relative;
  }

  [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;
    z-index: 1;
  }

  #top, .mobile-search-tool {
    z-index: 2;
  }

  #footer {
    margin-top: -1px;
  }

  .mw {
    display: none;
  }

  .mw .mw_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: #000000;
  }

  .mw .mw_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 1002;
    pointer-events: none;
  }

  .mw .mw_content a.close {
    padding: 24px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .mw .mw_content a.close span {
    width: 30px;
    height: 30px;
    display: block;
    background: url("../img/btn_close.svg") no-repeat center center/contain;
    text-indent: -9999px;
    transform-style: preserve-3d;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }

  .mw .mw_content .mw_inner {
    margin: 0 auto;
    padding: 76px 0 0 0;
    position: relative;
    top: calc(50vh - 300px);
    pointer-events: auto;
  }

  .mw .mw_content .mw_inner .mw_video {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
  }

  .mw .mw_content .mw_inner .mw_video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .for_pc {
    display: none !important;
  }

  body article#main {
    padding-top: calc(100vh - 118px);
    min-width: 320px;
    margin-top: -2px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 414px) {
  body article#main br {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  body article#main .scroll_icon {
    width: 18px;
    height: 97px;
    position: fixed;
    left: 5px;
    bottom: 10px;
    z-index: 10;
    filter: invert(1);
  }
  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 .bg_movie {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
  }
  body article#main .bg_movie video {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
  }
  body article#main .fixed_logo {
    position: fixed;
    width: calc(651vw / 7.5);
    height: calc(86vw / 7.5);
    left: 50%;
    margin-left: calc(-325vw / 7.5);
    top: calc(50vh + 59px);
    margin-top: calc(-164vw / 7.5);
    -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, -o-transform 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    pointer-events: none;
  }
  body article#main .fixed_logo.bk {
    z-index: 10;
  }
  body article#main .fixed_logo.wh {
    z-index: 2;
  }
  body article#main .fixed_logo.overlay {
    z-index: 6;
    mix-blend-mode: soft-light;
  }
  body article#main .fixed_logo.scrolled {
    -moz-transform: scale(1.06, 1.06);
    -ms-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
  }
  body article#main .fixed_logo.hide {
    opacity: 0;
  }
  body article#main section {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
  }
  body article#main section img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
  }
  body article#main section.hero {
    width: 100%;
    height: calc(100vh - 118px);
    transform-style: preserve-3d;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0;
    text-align: center;
    position: fixed;
    top: 118px;
  }
  body article#main section.hero .logo_aw2021 {
    font-size: calc(46vw / 7.5);
    letter-spacing: -0.04em;
    font-feature-settings: 'palt';
    color: #000;
    margin-bottom: calc(64vw / 7.5);
    font-family: 'Matter-Bold';
    padding-top: calc(50vh - 59px - 8.66vw);
  }
  body article#main section.hero .btn_set {
    width: calc(285vw / 7.5);
    margin: 0 auto;
  }
  body article#main section.hero .btn_set .btn {
    display: block;
    width: 100%;
    height: calc(56vw / 7.5);
    background-color: #000;
    color: #fff;
    font-size: calc(20vw / 7.5);
    font-family: 'Matter-Regular';
    line-height: calc(56vw / 7.5);
    font-feature-settings: 'palt';
    background-repeat: no-repeat;
    background-image: url("../img/btn.svg");
    background-size: calc(18vw / 7.5) calc(18vw / 7.5);
    background-position: right calc(16vw / 7.5) center;
  }
  body article#main section.hero .btn_set .btn:first-child {
    margin-bottom: calc(24vw / 7.5);
  }
  body article#main section.hero .logo_aw2021,
  body article#main section.hero .btn_set {
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 1;
  }
  body article#main section.hero.scrolled .logo_aw2021,
  body article#main section.hero.scrolled .btn_set {
    opacity: 0;
  }
  body article#main section.block {
    padding: calc(140vw / 7.5) calc(30vw / 7.5);
    background-color: #000;
    margin-top: calc(100vh - 118px);
  }
  body article#main section.block .row {
    margin: 0 auto 0;
    width: 100%;
  }
  body article#main section.block .row.row2, body article#main section.block .row.row3, body article#main section.block .row.row4 {
    margin-top: calc(140vw / 7.5);
  }
  body article#main section.block .row.row2::after, body article#main section.block .row.row3::after, body article#main section.block .row.row4::after {
    content: "";
    display: block;
    clear: both;
  }
  body article#main section.block .row.row2 .pic, body article#main section.block .row.row3 .pic, body article#main section.block .row.row4 .pic {
    width: calc(591vw / 7.5);
  }
  body article#main section.block .row.row2 .pic {
    float: left;
  }
  body article#main section.block .row.row3 .pic {
    float: right;
  }
  body article#main section.block .row.row4 .pic {
    width: calc(420% / 7.5);
    float: left;
  }
  body article#main section.block .row.row4 .pic7 {
    float: right;
  }
  body article#main section.block .pic {
    position: relative;
    z-index: 4;
    overflow: hidden;
  }
  body article#main section.block .pic img {
    transform: scale(1.4);
    transform-origin: center;
    transition: transform 1s cubic-bezier(0.44, 0.205, 0.165, 0.975) 0s;
  }
  body article#main section.block .pic.show img {
    transform: scale(1);
  }
  body article#main section.block .pic.pic3, body article#main section.block .pic.pic5, body article#main section.block .pic.pic7, body article#main section.block .pic.pic8 {
    margin-top: calc(30vw / 7.5);
  }
  body article#main section.block.block1 {
    margin-top: 0;
  }
  body article#main section.block.block4 {
    padding-bottom: calc(180vw / 7.5);
  }
  body article#main section.block.block4 .text {
    padding-top: calc(180vw / 7.5);
    font-size: calc(50vw / 7.5);
    line-height: calc(80vw / 7.5);
  }
  body article#main section.block.block4 .text.jp {
    font-weight: bold;
  }
  body article#main section.block.block4 .text.en {
    font-family: 'Matter-Bold';
  }
  body article#main section.share {
    height: calc(100vh - 118px);
    color: #fff;
  }
  body article#main section.share .sns_btn {
    width: calc(372vw / 7.5);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: invert(1);
  }
  body article#main section.share .sns_btn .foot_logo {
    width: calc(235vw / 7.5);
    margin: 0 auto calc(51vw / 7.5);
  }
  body article#main section.share .sns_btn dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  body article#main section.share .sns_btn dl dt {
    padding-right: calc(59vw / 7.5);
    height: calc(54vw / 7.5);
    border-right: #fff 1px solid;
    font-size: calc(40vw / 7.5);
    line-height: calc(54vw / 7.5);
    font-family: 'Matter-Bold';
  }
  body article#main section.share .sns_btn dl dd a {
    display: block;
    width: calc(52vw / 7.5);
  }
  body article#main section.share .sns_btn dl dd a.facebook {
    width: calc(48vw / 7.5);
  }
  body article#main section.share .sns_btn dl dd a.twitter {
    margin-top: calc(4vw / 7.5);
  }

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

  .mw {
    display: none;
  }

  .mw .mw_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 103;
    background: #000000;
  }

  .mw .mw_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 104;
    pointer-events: none;
  }

  .mw .mw_content .mw_inner {
    margin: 0 auto;
    padding: 76px 20px 0 20px;
    max-width: 960px;
    position: relative;
    top: calc(50vh - 360px);
    pointer-events: auto;
  }

  .mw .mw_content .mw_inner a.close {
    padding: 24px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .mw .mw_content .mw_inner a.close span {
    width: 40px;
    height: 40px;
    display: block;
    background: url("../img/btn_close.svg") no-repeat center center/contain;
    text-indent: -9999px;
    transform-style: preserve-3d;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }

  .mw .mw_content .mw_inner a.close:hover span {
    transform: scale(1.2);
  }

  .mw .mw_content .mw_inner .mw_video {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
  }

  .mw .mw_content .mw_inner .mw_video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  body article#main {
    padding-top: calc(100vh - 107px);
    min-width: 320px;
  }
  body article#main .scroll_icon {
    width: 7.5%;
    height: 128px;
    position: fixed;
    left: 50%;
    margin-left: -620px;
    bottom: 30px;
    z-index: 2;
    filter: invert(1);
  }
  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_movie {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  body article#main .bg_movie video {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
  }
  body article#main .fixed_logo {
    position: fixed;
    width: 818px;
    height: 107px;
    left: 50%;
    margin-left: -409px;
    top: 50%;
    margin-top: -74px;
    -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, -o-transform 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    pointer-events: none;
  }
  body article#main .fixed_logo.bk {
    z-index: 10;
  }
  body article#main .fixed_logo.wh {
    z-index: 2;
  }
  body article#main .fixed_logo.overlay {
    z-index: 6;
    mix-blend-mode: soft-light;
  }
  body article#main .fixed_logo.scrolled {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  body article#main .fixed_logo.hide {
    opacity: 0;
  }
  body article#main section {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
  }
  body article#main section img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
  }
  body article#main section.hero {
    width: 100%;
    height: calc(100vh - 107px);
    transform-style: preserve-3d;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0;
    text-align: center;
    position: fixed;
    top: 107px;
  }
  body article#main section.hero .logo_aw2021 {
    font-size: 45px;
    letter-spacing: -0.04em;
    font-feature-settings: 'palt';
    color: #000;
    margin-bottom: 77px;
    font-family: 'Matter-Bold';
    padding-top: calc(50vh - 53px);
  }
  body article#main section.hero .btn_set {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 593px;
    margin: 0 auto;
  }
  body article#main section.hero .btn_set .btn {
    display: block;
    width: 285px;
    height: 57px;
    background-color: #000;
    color: #fff;
    font-size: 17px;
    font-family: 'Matter-Regular';
    line-height: 57px;
    font-feature-settings: 'palt';
    background-repeat: no-repeat;
    background-image: url("../img/btn.svg");
    background-size: 19px 19px;
    background-position: right 16px center;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  body article#main section.hero .btn_set .btn:hover {
    filter: invert(1);
  }
  body article#main section.hero .logo_aw2021,
  body article#main section.hero .btn_set {
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 1;
  }
  body article#main section.hero.scrolled .logo_aw2021,
  body article#main section.hero.scrolled .btn_set {
    opacity: 0;
  }
  body article#main section.block {
    padding: 140px 30px;
    background-color: #000;
    margin-top: calc(100vh - 107px);
  }
  body article#main section.block .row {
    margin: 0 auto;
    max-width: 100%;
    width: 1320px;
  }
  body article#main section.block .row.row2, body article#main section.block .row.row3, body article#main section.block .row.row4 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 140px;
  }
  body article#main section.block .row.row2 .pic, body article#main section.block .row.row3 .pic, body article#main section.block .row.row4 .pic {
    width: calc(591% / 13.2);
  }
  body article#main section.block .row.row2 .pic3 {
    margin-right: calc(98% / 13.2);
  }
  body article#main section.block .row.row3 .pic4 {
    margin-left: calc(98% / 13.2);
  }
  body article#main section.block .row.row4 .pic {
    width: calc(420% / 13.2);
  }
  body article#main section.block .pic {
    position: relative;
    z-index: 4;
    overflow: hidden;
  }
  body article#main section.block .pic img {
    transform: scale(1.4);
    transform-origin: center;
    transition: transform 1s cubic-bezier(0.44, 0.205, 0.165, 0.975) 0s;
  }
  body article#main section.block .pic.show img {
    transform: scale(1);
  }
  body article#main section.block .pic.pic3 img, body article#main section.block .pic.pic5 img, body article#main section.block .pic.pic7 img {
    transition-delay: 0.3s;
  }
  body article#main section.block .pic.pic8 img {
    transition-delay: 0.5s;
  }
  body article#main section.block.block1 {
    padding-top: 100px;
    margin-top: 0;
  }
  body article#main section.block.block4 {
    padding-bottom: 210px;
  }
  body article#main section.block.block4 .text {
    padding-top: 200px;
    font-size: 50px;
    line-height: 80px;
  }
  body article#main section.block.block4 .text.jp {
    font-weight: bold;
  }
  body article#main section.block.block4 .text.en {
    font-family: 'Matter-Bold';
  }
  body article#main section.share {
    height: calc(100vh - 107px);
    color: #fff;
  }
  body article#main section.share .sns_btn {
    width: 274px;
    position: absolute;
    left: 50%;
    margin-left: -137px;
    top: 50%;
    margin-top: -130px;
    filter: invert(1);
  }
  body article#main section.share .sns_btn .foot_logo {
    margin-bottom: 38px;
  }
  body article#main section.share .sns_btn dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  body article#main section.share .sns_btn dl dt {
    padding-right: 28px;
    height: 49px;
    border-right: #fff 2px solid;
    font-size: 40px;
    line-height: 49px;
    font-family: 'Matter-Bold';
  }
  body article#main section.share .sns_btn dl dd a {
    display: block;
    width: 46px;
  }
  body article#main section.share .sns_btn dl dd a.facebook {
    width: 43px;
  }
  body article#main section.share .sns_btn dl dd a.twitter {
    margin-top: 4px;
  }

  .pc_none {
    display: none !important;
  }
}
