@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

main {
  display: block; }

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace,monospace;
  font-size: inherit; }

address {
  font-style: inherit; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

abbr[title] {
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: inherit; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

svg, img, embed, object, iframe {
  vertical-align: bottom; }

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; }

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer; }

button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default; }

:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

option {
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

label[for] {
  cursor: pointer; }

details {
  display: block; }

summary {
  display: list-item; }

[contenteditable]:focus {
  outline: auto; }

table {
  border-color: inherit; }

caption {
  text-align: left; }

td, th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: 700; }

html {
  scroll-behavior: smooth;
  font-size: 62.5%; }
  html body {
    font-family: '游明朝', YuMincho, serif;
    line-height: 2;
    font-size: 1.6rem;
    color: #333; }
    @media screen and (max-width: 600px) {
      html body {
        font-size: 1.4rem; } }
  html .inner {
    max-width: 1730px;
    padding: 0 10%;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      html .inner {
        padding: 0 10%; } }
    @media screen and (max-width: 600px) {
      html .inner {
        padding: 0 4%; } }
  html h2 {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 6rem;
    display: flex;
    justify-content: center;
    letter-spacing: 0.5rem;
    line-height: normal; }
    @media screen and (max-width: 1024px) {
      html h2 {
        font-size: 4rem; } }
    @media screen and (max-width: 600px) {
      html h2 {
        font-size: 3rem; } }
  html h3 {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 auto 6rem; }
    @media screen and (max-width: 1024px) {
      html h3 {
        font-size: 2rem; } }
    @media screen and (max-width: 600px) {
      html h3 {
        font-size: 1.8rem;
        margin-bottom: 3rem; } }
  html .lead {
    font-weight: 500;
    margin: 0 auto 10rem;
    max-width: 1000px;
    display: flex;
    padding: 0;
    justify-content: center;
    opacity: 0;
    transform: translateY(2rem);
    transition: 0.6s ease-in-out; }
    html .lead.is-show {
      opacity: 1;
      transform: translateY(0); }
    @media screen and (max-width: 1024px) {
      html .lead {
        padding: 0 10%;
        margin: 0 auto 8rem; } }
    @media screen and (max-width: 600px) {
      html .lead {
        padding: 0 4%;
        margin: 0 auto 6rem; } }
  html figure img {
    max-width: 100%;
    margin: 0 auto;
    display: block; }
  html figure figcaption {
    font-size: 1.2rem;
    margin-top: 1rem; }
    html figure figcaption > span {
      font-family: "adobe-garamond-pro", serif;
      font-weight: 400;
      font-size: 1.6rem;
      display: block; }
      @media screen and (max-width: 1024px) {
        html figure figcaption > span {
          font-size: 1.4rem; } }
      @media screen and (max-width: 600px) {
        html figure figcaption > span {
          font-size: 1.2rem; } }
    @media screen and (max-width: 600px) {
      html figure figcaption {
        font-size: 1rem; } }

.ib {
  display: inline-block; }

.sp {
  display: none !important; }

@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15); } }
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both; }

article [data-emergence="hidden"], footer [data-emergence="hidden"] {
  opacity: 0;
  transform: translateY(2rem);
  transition: 0.6s ease-in-out; }
article [data-emergence="visible"], footer [data-emergence="visible"] {
  opacity: 1;
  transform: translate(0);
  transition: 0.6s ease-in-out; }

header {
  width: 100%;
  height: 100vh;
  background: url("/ads/audemars/aplabtokyo/assets/images/bg_mv.jpg") center center/cover no-repeat;
  position: relative; }
  header::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(#40351d 0%, transparent 25%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  @media screen and (max-width: 1024px) {
    header {
      height: auto;
      min-height: 70rem; } }
  @media screen and (max-width: 600px) {
    header {
      height: auto;
      min-height: 52rem; } }
  @media only screen and (min-device-width: 667px) and (max-device-width: 976px) and (orientation: landscape) {
    header {
      min-height: auto;
      height: 100vh; } }
  header > small {
    font-size: 1.4rem;
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    color: #fff;
    column-gap: 2rem;
    top: 4rem;
    right: 5%;
    /*text-shadow: 1px 1px 1px #333;*/ }
    @media screen and (max-width: 1024px) {
      header > small {
        top: 2rem;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 5%;
        justify-content: space-between; } }
    @media screen and (max-width: 600px) {
      header > small {
        font-size: 1rem;
        top: 2rem;
        padding: 0 4%; } }
    header > small img {
      max-width: 8rem; }
      @media screen and (max-width: 600px) {
        header > small img {
          max-width: 6rem; } }
  header .swiper {
    width: 88%;
    /*max-width: 156rem;*/
    max-height: 84vh;
    display: block;
    margin: 0 0 auto auto;
    border-radius: 0 0 0 2rem; }
    @media screen and (max-width: 1024px) {
      header .swiper {
        width: 92%;
        height: 92vw;
        max-height: 60vh; } }
    @media screen and (max-width: 600px) {
      header .swiper {
        width: 92%;
        height: 92vw;
        max-height: none; } }
    @media screen and (max-width: 600px) {
      header .swiper {
        height: 70vw;
        border-radius: 0 0 0 2rem; } }
    @media only screen and (min-device-width: 667px) and (max-device-width: 976px) and (orientation: landscape) {
      header .swiper {
        max-height: 80vh;
        width: 80%;
        height: 100vw; } }
    header .swiper .swiper-slide figure {
      overflow: hidden; }
      @media screen and (max-width: 1024px) {
        header .swiper .swiper-slide figure {
          width: 100%;
          height: 100%; } }
      header .swiper .swiper-slide figure img {
        height: auto;
        width: 100%; }
        @media screen and (max-width: 1024px) {
          header .swiper .swiper-slide figure img {
            height: 100%;
            max-width: none;
            width: auto;
            transform: translateX(-50%);
            right: -50%;
            position: relative; } }
  header .headTxt__wrap {
    width: 45%;
    position: absolute;
    bottom: -1px;
    left: 0;
    padding: 6rem 5% 4rem 5%;
    background-color: #fff;
    border-radius: 0 2rem 0 0;
    z-index: 10; }
    @media screen and (max-width: 1024px) {
      header .headTxt__wrap {
        width: 70%;
        max-width: 100%;
        padding: 6rem 5% 3rem; } }
    @media screen and (max-width: 600px) {
      header .headTxt__wrap {
        width: 92%;
        padding: 4rem 6% 1rem 8%; } }
    @media only screen and (min-device-width: 667px) and (max-device-width: 976px) and (orientation: landscape) {
      header .headTxt__wrap {
        width: 60%;
        padding: 4rem 5% 2rem; } }
    header .headTxt__wrap .leftAnime {
      opacity: 0; }
    header .headTxt__wrap .slideAnimeLeftRight {
      animation-name: slideTextX100;
      animation-duration: 0.8s;
      animation-fill-mode: forwards;
      opacity: 0; }
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
    header .headTxt__wrap .slideAnimeRightLeft {
      animation-name: slideTextX-100;
      animation-duration: 0.8s;
      animation-fill-mode: forwards;
      opacity: 0; }
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
    header .headTxt__wrap .head__wrap {
      overflow: hidden;
      transition: 1000ms linear;
      margin: 0 0 3rem;
      display: inline-block; }
      @media screen and (max-width: 1024px) {
        header .headTxt__wrap .head__wrap {
          margin: 0 0 3rem; } }
      @media screen and (max-width: 600px) {
        header .headTxt__wrap .head__wrap {
          margin-bottom: 2rem; } }
      @media only screen and (min-device-width: 667px) and (max-device-width: 976px) and (orientation: landscape) {
        header .headTxt__wrap .head__wrap {
          margin-bottom: 2rem; } }
      header .headTxt__wrap .head__wrap h1 {
        position: relative;
        display: block;
        display: inline-block; }
        @media screen and (max-width: 1024px) {
          header .headTxt__wrap .head__wrap h1 {
            max-width: 100%;
            display: block; } }
        header .headTxt__wrap .head__wrap h1 img {
          max-width: 100%; }
          @media screen and (max-width: 1024px) {
            header .headTxt__wrap .head__wrap h1 img {
              max-width: 94%; } }
    header .headTxt__wrap p {
      opacity: 0;
      transform: translateY(2rem);
      font-size: 1.8vw;
      line-height: 2;
      transition: 0.6s ease-in-out; }
      header .headTxt__wrap p.is-show {
        opacity: 1;
        transform: translateY(0); }
      @media screen and (max-width: 1024px) {
        header .headTxt__wrap p {
          font-size: 2.4rem; } }
      @media screen and (max-width: 600px) {
        header .headTxt__wrap p {
          font-size: 1.6rem; } }
      @media only screen and (min-device-width: 667px) and (max-device-width: 976px) and (orientation: landscape) {
        header .headTxt__wrap p {
          font-size: 1.8rem; } }
  header .downBtn {
    position: absolute;
    right: 5%;
    bottom: 2rem;
    text-align: center;
    transition: 0.6s ease-in-out;
    z-index: 5;
    opacity: 1; }
    header .downBtn span {
      color: #fff;
      font-family: "adobe-garamond-pro", serif;
      font-weight: 400;
      font-size: 1.2rem;
      line-height: 1;
      display: block;
      width: auto;
      height: 8rem;
      letter-spacing: 2px; }
      header .downBtn span::before {
        content: "";
        bottom: 1rem;
        width: 1px;
        height: 4rem;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        background-color: rgba(0, 0, 0, 0); }
      header .downBtn span::after {
        content: "";
        bottom: 1rem;
        width: 1px;
        height: 4rem;
        background-color: #fff;
        animation: bottomMove 1.5s cubic-bezier(1, 0, 0, 1) infinite;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto; }
      @media screen and (max-width: 600px) {
        header .downBtn span {
          display: none; } }

@keyframes bottomMove {
  0% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  50% {
    transform: scale(1, 0);
    transform-origin: 0 100%; }
  50.1% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 0; } }
article {
  position: relative; }
  article aside {
    position: absolute;
    top: 10rem;
    bottom: 4rem;
    display: flex;
    justify-content: flex-end;
    width: 2em;
    transition: 0.6s ease-in-out;
    right: -10rem; }
    article aside.is-show {
      right: 2.5%; }
    @media screen and (max-width: 1024px) {
      article aside {
        display: none; } }
    @media screen and (min-width: calc(1730px + 1px)) {
      article aside.is-show {
        right: 2.5%; } }
    article aside p {
      position: sticky;
      top: 10rem;
      writing-mode: vertical-rl;
      margin: 0 !important;
      font-size: 2rem;
      color: #ccc;
      letter-spacing: 4px;
      height: 40rem; }
  article .sns__wrap {
    position: absolute;
    top: 10rem;
    bottom: 4rem;
    z-index: 10;
    transition: 0.6s ease-in-out;
    left: -10rem; }
    article .sns__wrap.is-show {
      left: 2.5%; }
    @media screen and (max-width: 1024px) {
      article .sns__wrap {
        display: none; } }
    @media screen and (min-width: calc(1730px + 1px)) {
      article .sns__wrap.is-show {
        left: 2.5%; } }
    article .sns__wrap .sns__nav {
      color: #ccc;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 4rem;
      row-gap: 3rem;
      position: sticky;
      top: 10rem; }
      article .sns__wrap .sns__nav li {
        writing-mode: vertical-rl;
        font-size: 1.6rem;
        letter-spacing: 4px; }
        article .sns__wrap .sns__nav li a {
          cursor: pointer; }
          article .sns__wrap .sns__nav li a i {
            color: #ccc;
            font-size: 3rem; }
  article > section {
    position: relative;
    padding: 10rem 0 0;
    overflow-x: hidden; }
    @media screen and (max-width: 1024px) {
      article > section {
        padding: 8rem 0 0; } }
    @media screen and (max-width: 600px) {
      article > section {
        padding: 4rem 0 0; } }
    article > section p {
      margin: 0 auto 3rem; }
    article > section h2 {
      margin: 0 auto 10rem; }
      @media screen and (max-width: 1024px) {
        article > section h2 {
          margin: 0 auto 8rem; } }
      @media screen and (max-width: 1024px) {
        article > section h2 {
          margin: 0 auto 6rem; } }
    article > section#info {
      color: #fff;
      background: url("/ads/audemars/aplabtokyo/assets/images/bg_info.jpg") center/cover no-repeat;
      padding: 10rem 0 10rem; }
      @media screen and (max-width: 1024px) {
        article > section#info {
          padding: 8rem 0; } }
      @media screen and (max-width: 600px) {
        article > section#info {
          padding: 6rem 0; } }
      article > section#info h2, article > section#info h3, article > section#info p {
        color: #fff; }
      article > section#info .inner {
        max-width: 120rem; }
    article > section .cnt__wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      /*gap: 0rem 3vw;*/
      flex-wrap: wrap;
      margin-bottom: 10rem; }
      @media screen and (max-width: 1730px) {
        article > section .cnt__wrap {
          /*gap: 0rem 3vw;*/ } }
  @media screen and (max-width: 1730px) and (max-width: 1024px) {
    article > section .cnt__wrap {
      gap: 4rem 1.5rem;
      margin-bottom: 8rem; } }
  @media screen and (max-width: 1730px) and (max-width: 600px) {
    article > section .cnt__wrap {
      margin-bottom: 6rem; } }

      article > section .cnt__wrap .txt__blk {
        width: 43.75%; }
        @media screen and (max-width: 1024px) {
          article > section .cnt__wrap .txt__blk {
            width: 100%; } }
        article > section .cnt__wrap .txt__blk h3 > span {
          color: #a78c4d;
          font-size: 1.8rem;
          font-family: "adobe-garamond-pro", serif;
          font-weight: 400;
          display: block;
          margin-bottom: 3rem;
          letter-spacing: 2px; }
          @media screen and (max-width: 1024px) {
            article > section .cnt__wrap .txt__blk h3 > span {
              font-size: 1.6rem; } }
          @media screen and (max-width: 600px) {
            article > section .cnt__wrap .txt__blk h3 > span {
              font-size: 1.4rem;
              margin-bottom: 2rem; } }
        article > section .cnt__wrap .txt__blk p {
          margin-bottom: 3rem; }
        article > section .cnt__wrap .txt__blk > *:last-child {
          margin-bottom: 0; }
      article > section .cnt__wrap .cntPc {
        display: block; }
        @media screen and (max-width: 1024px) {
          article > section .cnt__wrap .cntPc {
            display: none; } }
      article > section .cnt__wrap .cntSp {
        display: none; }
        @media screen and (max-width: 1024px) {
          article > section .cnt__wrap .cntSp {
            display: block; } }
      article > section .cnt__wrap .column01 {
        width: 23%;
        /*max-width: 36rem;*/ }
        @media screen and (max-width: 1024px) {
          article > section .cnt__wrap .column01 {
            width: 47%; } }
        article > section .cnt__wrap .column01 img {
          max-height: 44.6rem; }
      article > section .cnt__wrap .column02_A {
        width: 50%;
        max-width: 76.8rem; }
        @media screen and (max-width: 1024px) {
          article > section .cnt__wrap .column02_A {
            width: 100%; } }
      article > section .cnt__wrap .column02_B {
        width: 46%;
        max-width: 67.5rem; }
        @media screen and (max-width: 1024px) {
          article > section .cnt__wrap .column02_B {
            width: 100%; } }
      article > section .cnt__wrap.game01 {
        margin-bottom: 8rem; }
        @media screen and (max-width: 1024px) {
          article > section .cnt__wrap.game01 {
            align-items: flex-start;
            margin-bottom: 4rem; } }
      article > section .cnt__wrap.game02 {
        align-items: flex-start; }
  article .linkBtn {
    margin: 6rem auto 8rem;
    max-width: 50rem;
    width: 100%;
    display: block; }
    @media screen and (max-width: 600px) {
      article .linkBtn {
        margin: 4rem auto 6rem; } }
    article .linkBtn a {
      display: block;
      width: 100%;
      padding: 0.5rem 1.5rem 1rem;
      background-color: #736035;
      color: #fff;
      border-radius: 1rem;
      position: relative;
      z-index: 1;
      text-align: center; }
      article .linkBtn a:hover::before {
        bottom: 0; }
      article .linkBtn a > span {
        font-size: 1.8rem; }
        @media screen and (max-width: 600px) {
          article .linkBtn a > span {
            font-size: 1.6rem; } }
      article .linkBtn a:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 1rem;
        background-color: #a78c4d;
        transition: 0.6s ease-in-out;
        position: absolute;
        bottom: 0.5rem;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1; }

#banner {
  position: fixed;
  bottom: 0;
  right: 0;
  transition: 0.6s ease-in-out;
  width: 300px;
  z-index: 100;
  height: fit-content; }
  #banner.is-hide {
    transform: translateX(150%);
    opacity: 0; }
    @media screen and (max-width: 600px) {
      #banner.is-hide {
        transform: translateY(150%); } }
    #banner.is-hideIMP {
      transform: translateX(150%) !important;
      opacity: 0 !important; }
      @media screen and (max-width: 600px) {
        #banner.is-hideIMP {
          transform: translateY(150%) !important; } }
  #banner.is-show {
    transform: translate(0);
    opacity: 1; }
  @media screen and (max-width: 600px) {
    #banner {
      position: fixed;
      bottom: 0;
      width: 100%;
      height: 60px;
      transform: translate3d(0, 60px, 0); }
      #banner .banner__inner {
        display: flex; } }
  #banner button {
    background-color: #736035;
    border-radius: 2rem 0 0 0;
    display: block;
    margin-left: auto;
    width: 75px;
    text-align: center;
    padding: 10px 0;
    border: none;
    font-size: 1.4rem;
    color: #f2f2f2;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    letter-spacing: 2px;
    cursor: pointer; }
    @media screen and (max-width: 600px) {
      #banner button {
        border-radius: 0;
        width: 20%;
        height: 60px; } }
  #banner a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #a78c4d;
    border: 1px solid #8c7641;
    border-radius: 2rem 0 0 0;
    width: 100%;
    height: 120px;
    padding: 25px 50px 25px 35px;
    font-size: 1.2rem; }
    @media screen and (max-width: 600px) {
      #banner a {
        border-radius: 0;
        height: 60px;
        padding: 0 50px 0 30px;
        border-top: 1px solid #736035; } }
    #banner a:hover {
      opacity: 1 !important; }
    #banner a > div {
      color: #fff; }
      #banner a > div:nth-of-type(1) {
        max-width: 168px; }
        @media screen and (max-width: 600px) {
          #banner a > div:nth-of-type(1) {
            max-width: auto;
            min-width: 210px;
            display: flex;
            align-items: center; } }
        #banner a > div:nth-of-type(1) img {
          margin-bottom: 15px;
          max-width: 100%; }
          @media screen and (max-width: 600px) {
            #banner a > div:nth-of-type(1) img {
              display: none; } }
      #banner a > div:nth-of-type(2) {
        max-width: 35px;
        animation: arrow 2.5s infinite; }
        #banner a > div:nth-of-type(2) > img {
          max-width: 100%; }
        @media screen and (max-width: 600px) {
          #banner a > div:nth-of-type(2) {
            max-width: 30px; } }

footer {
  padding: 10rem 5% 6rem;
  background-color: #a78c4d;
  color: #fff; }
  @media screen and (max-width: 1024px) {
    footer {
      padding: 8rem 5% 6rem; } }
  @media screen and (max-width: 600px) {
    footer {
      padding: 6rem 4% 8rem; } }
  footer > h2 {
    margin: 0 auto 6rem; }
    @media screen and (max-width: 600px) {
      footer > h2 {
        margin: 0 auto 4rem; } }
  footer > h3 {
    line-height: 2; }
  footer > p {
    margin: 0 auto 6rem;
    text-align: center; }
    @media screen and (max-width: 600px) {
      footer > p {
        margin: 0 auto 4rem; } }
  footer > small {
    text-align: center;
    display: block;
    font-size: 1.2rem; }
    footer > small.pc {
      display: block; }
    footer > small.sp {
      display: none; }
    @media screen and (max-width: 600px) {
      footer > small {
        font-size: 1rem; }
        footer > small.pc {
          display: none; }
        footer > small.sp {
          display: block !important; } }
  footer > figure {
    margin: 0 auto 6rem;
    width: 300px; }
    @media screen and (max-width: 600px) {
      footer > figure {
        /*max-width: 17rem;*/
        width: 60%;
        margin: 0 auto 4rem; } }
  footer .inLink img {
    max-width: 100%; }
  footer .sns__wrap {
    display: none; }
    @media screen and (max-width: 1024px) {
      footer .sns__wrap {
        display: block;
        margin: 0 auto 6rem; }
        footer .sns__wrap .sns__nav {
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          column-gap: 2rem; }
          footer .sns__wrap .sns__nav li {
            font-size: 1.2rem;
            letter-spacing: 2px; }
            footer .sns__wrap .sns__nav li a {
              cursor: pointer; }
              footer .sns__wrap .sns__nav li a i {
                color: #fff;
                font-size: 2.4rem; } }
    @media screen and (max-width: 600px) {
      footer .sns__wrap {
        margin: 0 auto 4rem; } }
  footer .topBtn {
    margin: 0 auto 6rem;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 600px) {
      footer .topBtn {
        margin: 0 auto 4rem; } }
    footer .topBtn a {
      display: block; }
    footer .topBtn img {
      max-width: 6rem; }
      @media screen and (max-width: 600px) {
        footer .topBtn img {
          max-width: 5rem; } }
  footer > *:last-child {
    margin-bottom: 0 !important; }

@keyframes arrow {
  0% {
    transform: translate(0, 0); }
  60% {
    transform: translate(30px, 0); }
  0%,
  60%,
  100% {
    opacity: 0; }
  30% {
    opacity: 1; } }

/*# sourceMappingURL=style.css.map */
