@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
*, ::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: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 2;
    font-size: 1.6rem;
    color: #f5f5f5;
    background-color: #000; }
    html body ::selection {
      background-color: #c29c83; }
    html body#shopPage {
      background-color: #fff;
      color: #333; }
    @media screen and (max-width: 600px) {
      html body {
        font-size: 1.4rem; } }
  html .lead {
    font-weight: 500;
    margin: 2rem auto 6rem;
    max-width: 1200px; }
    @media screen and (max-width: 600px) {
      html .lead {
        margin: 1.4rem auto 3rem; } }
  html figcaption {
    font-weight: 400; }

.ib {
  display: inline-block; }

.sp {
  display: none !important; }

.mb10 {
  margin-bottom: 1rem; }

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important; }

  .sp {
    display: inline-block !important; } }
a:hover {
  transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96);
  opacity: 0.8; }

@keyframes topMove {
  0% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 0);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%; } }
@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; } }
@keyframes deZooming {
  0% {
    transform: scale(3, 3); }
  75% {
    transform: scale(0.8, 0.8); }
  100% {
    transform: scale(1, 1); } }
@keyframes sliding {
  0% {
    transform: translateX(-10rem);
    opacity: 0; }
  75% {
    transform: translateX(-3rem);
    opacity: 0.6; }
  90% {
    transform: translateX(-0.5rem);
    opacity: 0.8; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes sk-scaleout {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }
header {
  position: relative;
  background-image: url("/ads/vacheron-constantin/history/images/mv_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  left: 0;
  display: block; }
  header::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 100vh;
    z-index: 100;
    transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96); }
  header.is_act::before {
    transform: translateX(120%); }
  header .topContents {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding: 4rem 0 0;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      header .topContents {
        display: none;
        /*padding:  3rem 1.5rem 1.5rem;
        justify-content: center;*/ } }
    header .topContents li {
      width: 33.333%;
      font-size: 1.8rem;
      line-height: 1.6; }
      header .topContents li:first-child img {
        width: 185px; }
      header .topContents li img {
        display: block; }
      header .topContents li:nth-child(2) {
        text-align: center; }
      header .topContents li:last-child {
        text-align: right; }
        header .topContents li:last-child img {
          margin: 0 0 1rem auto;
          display: block;
          width: 70px; }
          @media screen and (max-width: 1024px) {
            header .topContents li:last-child img {
              max-width: 6rem; } }
      @media screen and (max-width: 1024px) {
        header .topContents li:nth-of-type(2), header .topContents li:last-child {
          display: none; }
        header .topContents li:first-child img {
          max-width: 15rem; } }
      header .topContents li span {
        font-size: 1.1rem;
        line-height: 1.6;
        display: inline-block;
        text-align: right; }
      @media screen and (max-width: 1024px) {
        header .topContents li {
          text-align: right; } }
    header .topContentsSp {
      display: none; }
      @media screen and (max-width: 1024px) {
        header .topContentsSp {
          padding-top: 4rem;
          display: block;
          color: #f5f5f5;
          font-size: 1.6rem;
          text-align: center; } }
      @media screen and (max-width: 600px) {
        header .topContentsSp {
          font-size: 1.4rem; } }
      @media screen and (max-width: 430px) {
        header .topContentsSp {
          font-size: 1.2rem; } }
      header .topContentsSp__Bottom {
        display: none; }
        @media screen and (max-width: 1024px) {
          header .topContentsSp__Bottom {
            position: absolute;
            display: block;
            bottom: 4rem;
            left: 0;
            right: 0;
            margin: auto;
            font-size: 1.4rem;
            text-align: center; }
            header .topContentsSp__Bottom img {
              display: block;
              margin: 0 auto 2rem;
              width: 70px; } }
        @media screen and (max-width: 768px) {
          header .topContentsSp__Bottom {
            font-size: 1.1rem; } }
        @media screen and (max-width: 600px) {
          header .topContentsSp__Bottom img {
            width: 70px; } }
        @media screen and (max-width: 430px) {
          header .topContentsSp__Bottom {
            font-size: 1.1rem; } }
        @media screen and (max-height: 420px) {
          header .topContentsSp__Bottom {
            bottom: 2rem; } }
  header h1 {
    display: block;
    width: 83%;
    max-width: 100rem;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    max-height: 70vh;
    transform: translateY(-50%); }
    @media screen and (max-width: 1500px) {
      header h1 {
        width: 90%;
        height: auto;
        max-height: none; } }
    @media screen and (max-width: 1024px) {
      header h1 {
        width: 80%; } }
    header h1 img {
      display: block;
      margin: auto;
      width: 80%; }
      @media screen and (max-width: 1024px) {
        header h1 img {
          width: 100%; } }
  @media screen and (max-width: 1024px) and (max-height: 420px) {
    header h1 img {
      width: auto;
      max-height: 40vh; } }

  header .shopBnr {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    padding: 3rem 4rem;
    background-color: #c29c83;
    transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96) 1s !important; }
    @media screen and (max-width: 1024px) {
      header .shopBnr {
        display: none; } }
    header .shopBnr p {
      color: #f5f5f5;
      font-size: 2.8rem;
      line-height: 1.6;
      text-align: center;
      letter-spacing: 4px;
      font-family: "Marcellus", serif, sans-serif; }
      header .shopBnr p span {
        font-size: 2rem;
        line-height: 2; }
      header .shopBnr p > a {
        background-color: #c29c83;
        display: inline-block;
        color: #f5f5f5;
        font-size: 1.8rem;
        line-height: 1.6;
        text-align: left;
        position: relative; }
        header .shopBnr p > a::after {
          margin-left: 4rem;
          content: '';
          display: inline-block;
          background: url("/ads/vacheron-constantin/ginza-boutique/images/arrow.png");
          width: 3rem;
          height: 1.5rem;
          background-repeat: no-repeat;
          background-size: contain; }

#shopPage header {
  background-image: none;
  padding: 0 4%;
  height: auto;
  overflow: inherit; }
  #shopPage header h1 img.pc {
    display: block; }
  #shopPage header h1 img.sp {
    display: none; }
  @media screen and (max-width: 768px) {
    #shopPage header h1 img.pc {
      display: none; }
    #shopPage header h1 img.sp {
      display: block; } }
  @media screen and (max-width: 1024px) {
    #shopPage header {
      height: 100vh; } }
  #shopPage header::before {
    display: none; }
  #shopPage header .topContents {
    width: 100%;
    padding-top: 3rem; }
    @media screen and (max-width: 1200px) {
      #shopPage header .topContents li {
        font-size: 1.6rem; } }
    @media screen and (max-width: 600px) {
      #shopPage header .topContents li {
        font-size: 1.4rem; } }
    @media screen and (max-width: 430px) {
      #shopPage header .topContents li {
        font-size: 1.2rem; } }
    #shopPage header .topContentsSp__Bottom {
      display: none; }
      @media screen and (max-width: 1024px) {
        #shopPage header .topContentsSp__Bottom {
          position: absolute;
          display: block;
          bottom: 2rem;
          left: 0;
          right: 0; } }
      @media screen and (max-width: 600px) {
        #shopPage header .topContentsSp__Bottom img {
          margin: 0 auto 1rem; } }
  #shopPage header .mvBg {
    width: 100%;
    height: calc(100vh - 17rem);
    max-height: 99rem;
    background-size: cover;
    background-position: center;
    margin: 2rem auto 0;
    background-repeat: no-repeat;
    position: relative;
    overflow-y: hidden !important;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */ }
    #shopPage header .mvBg::-webkit-scrollbar {
      /* Chrome, Safari 対応 */
      display: none; }
    @media screen and (max-width: 1024px) {
      #shopPage header .mvBg {
        height: calc(100vh - 19rem); } }
    @media screen and (max-width: 600px) {
      #shopPage header .mvBg {
        height: calc(100vh - 16rem); } }
  @media screen and (max-width: 1024px) {
    #shopPage header {
      padding: 0 4%; }
      #shopPage header .topContentsSp {
        color: #000;
        bottom: 2rem;
        padding-top: 2rem; } }
  #shopPage header .shopBnr {
    bottom: -6rem;
    padding: 0; }
    #shopPage header .shopBnr p > a {
      padding: 4rem;
      background-color: #c29c83;
      display: inline-block;
      color: #f5f5f5;
      font-size: 1.8rem;
      line-height: 1.6;
      text-align: left;
      position: relative; }
      #shopPage header .shopBnr p > a::after {
        margin-left: 4rem;
        content: '';
        display: inline-block;
        background: url("/ads/vacheron-constantin/ginza-boutique/images/arrow.png");
        width: 3rem;
        height: 1.5rem;
        background-repeat: no-repeat;
        background-size: contain; }

article {
  width: 100%;
  box-sizing: border-box; }
  article .lead {
    margin: 8rem auto 0;
    width: 80%; }
    @media screen and (max-width: 1024px) {
      article .lead {
        margin: 6rem auto 3rem;
        width: 90%; } }
    @media screen and (max-width: 430px) {
      article .lead {
        width: 92%;
        margin: 4rem auto 3rem; } }
    article .lead p {
      text-align: center;
      color: #f5f5f5; }
      @media screen and (max-width: 1200px) {
        article .lead p {
          text-align: left; } }
  article h2 {
    position: relative;
    color: #f5f5f5;
    font-size: 1.8rem;
    margin: 0 auto;
    display: block;
    z-index: 1;
    text-align: center;
    padding: 8rem 0 16rem; }
    @media screen and (max-width: 1024px) {
      article h2 {
        margin: 0 auto 6rem;
        padding: 6rem 0; } }
    @media screen and (max-width: 600px) {
      article h2 {
        margin: 0 auto 4rem;
        padding: 4rem 0; } }
    article h2::before {
      content: '';
      background-image: url("/ads/vacheron-constantin/history/images/head_bgIco.png");
      background-size: contain;
      background-repeat: no-repeat;
      height: 50vw;
      width: 50vw;
      max-height: 24rem;
      max-width: 24rem;
      display: block;
      z-index: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      @media screen and (max-width: 1024px) {
        article h2::before {
          max-height: 20rem;
          max-width: 20rem; } }
      @media screen and (max-width: 430px) {
        article h2::before {
          max-height: 16rem;
          max-width: 16rem; } }
    article h2 span {
      font-size: 8rem;
      display: block;
      margin: 0 auto;
      letter-spacing: 4px;
      font-family: "Marcellus", serif, sans-serif; }
      @media screen and (max-width: 1024px) {
        article h2 span {
          font-size: 6rem; } }
      @media screen and (max-width: 600px) {
        article h2 span {
          font-size: 4rem; } }
  article figure img {
    transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96); }
    @media screen and (max-width: 1500px) {
      article figure img {
        width: 100%;
        display: block;
        box-sizing: border-box; } }
  article .history__Wrap {
    box-sizing: border-box;
    overflow-x: hidden; }
    article .history__Wrap .historyType__Wrap {
      margin: 0 auto 16rem; }
      @media screen and (max-width: 1200px) {
        article .history__Wrap .historyType__Wrap {
          margin: 0 auto 12rem; } }
      @media screen and (max-width: 768px) {
        article .history__Wrap .historyType__Wrap {
          margin: 0 auto 10rem; } }
      @media screen and (max-width: 600px) {
        article .history__Wrap .historyType__Wrap {
          margin: 0 auto 8rem; } }
      @media screen and (max-width: 430px) {
        article .history__Wrap .historyType__Wrap {
          margin: 0 auto 6rem; } }
      article .history__Wrap .historyType__Wrap h3 {
        color: #f5f5f5;
        font-size: 3rem;
        margin: 0 auto 6rem; }
        @media screen and (max-width: 1024px) {
          article .history__Wrap .historyType__Wrap h3 {
            margin: 0 auto 4rem; } }
        @media screen and (max-width: 1024px) {
          article .history__Wrap .historyType__Wrap h3 {
            font-size: 2.4rem; } }
        @media screen and (max-width: 600px) {
          article .history__Wrap .historyType__Wrap h3 {
            font-size: 2rem; } }
        article .history__Wrap .historyType__Wrap h3 span {
          letter-spacing: 4px;
          font-family: "Marcellus", serif, sans-serif;
          color: #666;
          display: block;
          font-size: 2.6rem; }
          @media screen and (max-width: 1024px) {
            article .history__Wrap .historyType__Wrap h3 span {
              font-size: 2rem;
              margin: 0 0 1rem; } }
          @media screen and (max-width: 600px) {
            article .history__Wrap .historyType__Wrap h3 span {
              font-size: 1.6rem; } }
      article .history__Wrap .historyType__Wrap p {
        color: #f5f5f5;
        margin: 0 auto 3rem; }
      article .history__Wrap .historyType__Wrap .summary {
        width: 100%;
        margin: 0 auto; }
        article .history__Wrap .historyType__Wrap .summary p {
          margin: 0 auto; }
      article .history__Wrap .historyType__Wrap .history__Inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap; }
        article .history__Wrap .historyType__Wrap .history__Inner .history__Contents.txtCnt p:nth-last-of-type(1) {
          margin-bottom: 0; }
        article .history__Wrap .historyType__Wrap .history__Inner .history__Contents.figCnt figure figcaption {
          margin-top: 2rem;
          font-size: 1.2rem; }
      article .history__Wrap .historyType__Wrap .column__Wrap {
        width: 80%;
        margin: 10rem auto 0;
        padding: 8rem;
        border: 1px solid #666; }
        @media screen and (max-width: 1024px) {
          article .history__Wrap .historyType__Wrap .column__Wrap {
            width: 90%;
            padding: 8rem 6rem; } }
        @media screen and (max-width: 768px) {
          article .history__Wrap .historyType__Wrap .column__Wrap {
            padding: 6rem; } }
        @media screen and (max-width: 600px) {
          article .history__Wrap .historyType__Wrap .column__Wrap {
            margin: 6rem auto 0;
            padding: 6rem 3rem 4rem; } }
        @media screen and (max-width: 430px) {
          article .history__Wrap .historyType__Wrap .column__Wrap {
            width: 92%;
            padding: 4rem 2rem; } }
        article .history__Wrap .historyType__Wrap .column__Wrap h4 {
          color: #f5f5f5;
          font-size: 2.4rem;
          line-height: 1.8;
          margin: 0 auto; }
          @media screen and (max-width: 600px) {
            article .history__Wrap .historyType__Wrap .column__Wrap h4 {
              font-size: 2rem; } }
          @media screen and (max-width: 430px) {
            article .history__Wrap .historyType__Wrap .column__Wrap h4 {
              font-size: 1.8rem; } }
          article .history__Wrap .historyType__Wrap .column__Wrap h4 span {
            font-size: 2rem;
            line-height: 1.6;
            padding-left: 9rem;
            margin-bottom: 3rem;
            position: relative;
            letter-spacing: 4px;
            font-family: "Marcellus", serif, sans-serif;
            color: #666;
            display: block; }
            @media screen and (max-width: 600px) {
              article .history__Wrap .historyType__Wrap .column__Wrap h4 span {
                font-size: 1.6rem;
                margin-bottom: 2rem;
                padding-left: 6rem; } }
            article .history__Wrap .historyType__Wrap .column__Wrap h4 span::before {
              content: '';
              display: block;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              margin: auto;
              height: 1px;
              width: 6rem;
              background-color: #666; }
              @media screen and (max-width: 600px) {
                article .history__Wrap .historyType__Wrap .column__Wrap h4 span::before {
                  width: 4rem; } }
        article .history__Wrap .historyType__Wrap .column__Wrap .column__Inner {
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap;
          padding: 6rem 0 0;
          width: 100%;
          margin: 0 auto; }
          @media screen and (max-width: 1024px) {
            article .history__Wrap .historyType__Wrap .column__Wrap .column__Inner {
              flex-direction: column; }
              article .history__Wrap .historyType__Wrap .column__Wrap .column__Inner.rev {
                flex-direction: column-reverse; } }
          @media screen and (max-width: 600px) {
            article .history__Wrap .historyType__Wrap .column__Wrap .column__Inner {
              padding: 4rem 0 0; } }
          @media screen and (max-width: 430px) {
            article .history__Wrap .historyType__Wrap .column__Wrap .column__Inner {
              padding: 3rem 0 0; } }
          article .history__Wrap .historyType__Wrap .column__Wrap .column__Inner .column__Contents.txtCnt {
            width: 47.5%; }
            article .history__Wrap .historyType__Wrap .column__Wrap .column__Inner .column__Contents.txtCnt p:nth-last-of-type(1) {
              margin-bottom: 0; }
            @media screen and (max-width: 1200px) {
              article .history__Wrap .historyType__Wrap .column__Wrap .column__Inner .column__Contents.txtCnt {
                width: 100%;
                max-width: none; } }
          article .history__Wrap .historyType__Wrap .column__Wrap .column__Inner .column__Contents.figCnt {
            width: 47.5%; }
            article .history__Wrap .historyType__Wrap .column__Wrap .column__Inner .column__Contents.figCnt figure figcaption {
              margin-top: 2rem;
              font-size: 1.2rem; }
            article .history__Wrap .historyType__Wrap .column__Wrap .column__Inner .column__Contents.figCnt figure img {
              max-width: 100%;
              height: auto; }
            @media screen and (max-width: 1200px) {
              article .history__Wrap .historyType__Wrap .column__Wrap .column__Inner .column__Contents.figCnt {
                width: 100%;
                margin-top: 6rem; } }
            @media screen and (max-width: 600px) {
              article .history__Wrap .historyType__Wrap .column__Wrap .column__Inner .column__Contents.figCnt {
                margin-top: 4rem; } }
      article .history__Wrap .historyType__Wrap#historyType01 {
        position: relative; }
        article .history__Wrap .historyType__Wrap#historyType01::before {
          content: '';
          display: block;
          width: 70%;
          height: 100%;
          background-color: #1a1a1a;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          z-index: -1; }
          @media screen and (max-width: 600px) {
            article .history__Wrap .historyType__Wrap#historyType01::before {
              width: 80%; } }
        article .history__Wrap .historyType__Wrap#historyType01 .history__Inner {
          width: 80%;
          margin: 0 auto;
          align-items: center; }
          @media screen and (max-width: 1024px) {
            article .history__Wrap .historyType__Wrap#historyType01 .history__Inner {
              width: 90%; } }
          @media screen and (max-width: 430px) {
            article .history__Wrap .historyType__Wrap#historyType01 .history__Inner {
              width: 92%; } }
          article .history__Wrap .historyType__Wrap#historyType01 .history__Inner .history__Contents.txtCnt {
            width: 60%;
            padding: 10rem 0; }
            @media screen and (max-width: 1200px) {
              article .history__Wrap .historyType__Wrap#historyType01 .history__Inner .history__Contents.txtCnt {
                padding: 8rem 0; } }
            @media screen and (max-width: 768px) {
              article .history__Wrap .historyType__Wrap#historyType01 .history__Inner .history__Contents.txtCnt {
                padding: 6rem 0; } }
            @media screen and (max-width: 430px) {
              article .history__Wrap .historyType__Wrap#historyType01 .history__Inner .history__Contents.txtCnt {
                padding: 4rem 0; } }
          article .history__Wrap .historyType__Wrap#historyType01 .history__Inner .history__Contents.figCnt {
            width: 30%;
            max-width: 528px; }
            article .history__Wrap .historyType__Wrap#historyType01 .history__Inner .history__Contents.figCnt img {
              max-width: 100%;
              height: auto; }
          @media screen and (max-width: 1200px) {
            article .history__Wrap .historyType__Wrap#historyType01 .history__Inner {
              flex-direction: column; }
              article .history__Wrap .historyType__Wrap#historyType01 .history__Inner .history__Contents.txtCnt {
                width: 100%;
                max-width: none;
                margin: 0 auto;
                padding: 8rem 0 6rem; } }
    @media screen and (max-width: 1200px) and (max-width: 768px) {
      article .history__Wrap .historyType__Wrap#historyType01 .history__Inner .history__Contents.txtCnt {
        padding: 6rem 0; } }
    @media screen and (max-width: 1200px) and (max-width: 600px) {
      article .history__Wrap .historyType__Wrap#historyType01 .history__Inner .history__Contents.txtCnt {
        padding: 6rem 0 4rem; } }
    @media screen and (max-width: 1200px) and (max-width: 430px) {
      article .history__Wrap .historyType__Wrap#historyType01 .history__Inner .history__Contents.txtCnt {
        padding: 4rem 0; } }
          @media screen and (max-width: 1200px) {
              article .history__Wrap .historyType__Wrap#historyType01 .history__Inner .history__Contents.figCnt {
                width: 50%;
                margin: 0 auto;
                padding-bottom: 8rem; } }
    @media screen and (max-width: 1200px) and (max-width: 1200px) {
      article .history__Wrap .historyType__Wrap#historyType01 .history__Inner .history__Contents.figCnt {
        width: 70%; }
        article .history__Wrap .historyType__Wrap#historyType01 .history__Inner .history__Contents.figCnt img {
          width: 70%;
          margin: auto; } }
    @media screen and (max-width: 1200px) and (max-width: 768px) {
      article .history__Wrap .historyType__Wrap#historyType01 .history__Inner .history__Contents.figCnt {
        padding-bottom: 6rem; } }
    @media screen and (max-width: 1200px) and (max-width: 600px) {
      article .history__Wrap .historyType__Wrap#historyType01 .history__Inner .history__Contents.figCnt {
        width: 100%; }
        article .history__Wrap .historyType__Wrap#historyType01 .history__Inner .history__Contents.figCnt img {
          width: 70%;
          margin: auto; } }
    @media screen and (max-width: 1200px) and (max-width: 430px) {
      article .history__Wrap .historyType__Wrap#historyType01 .history__Inner .history__Contents.figCnt {
        padding-bottom: 4rem; } }

      article .history__Wrap .historyType__Wrap#historyType02 .history__Inner {
        width: 100%;
        max-width: none;
        margin: 0 auto;
        align-items: center; }
        @media screen and (max-width: 1200px) {
          article .history__Wrap .historyType__Wrap#historyType02 .history__Inner {
            width: 80%;
            flex-direction: column-reverse; } }
        @media screen and (max-width: 1024px) {
          article .history__Wrap .historyType__Wrap#historyType02 .history__Inner {
            width: 90%; } }
        @media screen and (max-width: 430px) {
          article .history__Wrap .historyType__Wrap#historyType02 .history__Inner {
            width: 92%; } }
        article .history__Wrap .historyType__Wrap#historyType02 .history__Inner .history__Contents.txtCnt {
          width: 40%;
          margin: 0 auto; }
          @media screen and (max-width: 1200px) {
            article .history__Wrap .historyType__Wrap#historyType02 .history__Inner .history__Contents.txtCnt {
              width: 100%;
              max-width: none;
              margin-bottom: 6rem; } }
          @media screen and (max-width: 600px) {
            article .history__Wrap .historyType__Wrap#historyType02 .history__Inner .history__Contents.txtCnt {
              margin-bottom: 4rem; } }
        article .history__Wrap .historyType__Wrap#historyType02 .history__Inner .history__Contents.figCnt {
          width: 40%; }
          article .history__Wrap .historyType__Wrap#historyType02 .history__Inner .history__Contents.figCnt figure figcaption {
            padding-left: 8rem; }
          article .history__Wrap .historyType__Wrap#historyType02 .history__Inner .history__Contents.figCnt figure img {
            max-width: 100%;
            height: auto; }
          @media screen and (max-width: 1200px) {
            article .history__Wrap .historyType__Wrap#historyType02 .history__Inner .history__Contents.figCnt {
              width: 70%; }
              article .history__Wrap .historyType__Wrap#historyType02 .history__Inner .history__Contents.figCnt figure figcaption {
                padding-left: 0; } }
          @media screen and (max-width: 600px) {
            article .history__Wrap .historyType__Wrap#historyType02 .history__Inner .history__Contents.figCnt {
              width: 100%; } }
      article .history__Wrap .historyType__Wrap#historyType03 {
        position: relative;
        padding-bottom: 10rem; }
        @media screen and (max-width: 1200px) {
          article .history__Wrap .historyType__Wrap#historyType03 {
            padding-bottom: 8rem; } }
        @media screen and (max-width: 768px) {
          article .history__Wrap .historyType__Wrap#historyType03 {
            padding-bottom: 6rem; } }
        @media screen and (max-width: 430px) {
          article .history__Wrap .historyType__Wrap#historyType03 {
            padding-bottom: 4rem; } }
        article .history__Wrap .historyType__Wrap#historyType03::before {
          content: '';
          display: block;
          width: 70%;
          height: 100%;
          background-color: #1a1a1a;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          z-index: -1; }
          @media screen and (max-width: 600px) {
            article .history__Wrap .historyType__Wrap#historyType03::before {
              width: 80%; } }
        article .history__Wrap .historyType__Wrap#historyType03 .history__Inner {
          width: 80%;
          margin: 0 auto;
          flex-direction: column; }
          @media screen and (max-width: 1024px) {
            article .history__Wrap .historyType__Wrap#historyType03 .history__Inner {
              width: 90%; } }
          @media screen and (max-width: 430px) {
            article .history__Wrap .historyType__Wrap#historyType03 .history__Inner {
              width: 92%; } }
          article .history__Wrap .historyType__Wrap#historyType03 .history__Inner .history__Contents.txtCnt {
            width: 100%;
            padding: 10rem 0 0;
            margin-bottom: 8rem; }
            @media screen and (max-width: 1200px) {
              article .history__Wrap .historyType__Wrap#historyType03 .history__Inner .history__Contents.txtCnt {
                padding-top: 8rem;
                margin-bottom: 6rem; } }
            @media screen and (max-width: 768px) {
              article .history__Wrap .historyType__Wrap#historyType03 .history__Inner .history__Contents.txtCnt {
                padding-top: 6rem; } }
            @media screen and (max-width: 430px) {
              article .history__Wrap .historyType__Wrap#historyType03 .history__Inner .history__Contents.txtCnt {
                padding-top: 4rem; } }
            @media screen and (max-width: 600px) {
              article .history__Wrap .historyType__Wrap#historyType03 .history__Inner .history__Contents.txtCnt {
                margin-bottom: 4rem; } }
          article .history__Wrap .historyType__Wrap#historyType03 .history__Inner .history__Contents.figCnt {
            width: 80%;
            margin: 0 auto; }
            article .history__Wrap .historyType__Wrap#historyType03 .history__Inner .history__Contents.figCnt img {
              max-width: 100%;
              height: auto; }
            @media screen and (max-width: 1024px) {
              article .history__Wrap .historyType__Wrap#historyType03 .history__Inner .history__Contents.figCnt {
                width: 100%; } }
        article .history__Wrap .historyType__Wrap#historyType03 .summary {
          padding-bottom: 10rem; }
          @media screen and (max-width: 1200px) {
            article .history__Wrap .historyType__Wrap#historyType03 .summary {
              padding-bottom: 5rem; } }
      article .history__Wrap .historyType__Wrap#historyType04 .history__Inner {
        margin: 0 auto;
        align-items: center;
        max-width: none; }
        @media screen and (max-width: 1200px) {
          article .history__Wrap .historyType__Wrap#historyType04 .history__Inner {
            width: 80%;
            flex-direction: column-reverse; } }
        @media screen and (max-width: 1024px) {
          article .history__Wrap .historyType__Wrap#historyType04 .history__Inner {
            width: 90%; } }
        @media screen and (max-width: 430px) {
          article .history__Wrap .historyType__Wrap#historyType04 .history__Inner {
            width: 92%; } }
        article .history__Wrap .historyType__Wrap#historyType04 .history__Inner .history__Contents.txtCnt {
          width: 40%;
          margin: 0 auto 0; }
          @media screen and (max-width: 1200px) {
            article .history__Wrap .historyType__Wrap#historyType04 .history__Inner .history__Contents.txtCnt {
              max-width: none; } }
        article .history__Wrap .historyType__Wrap#historyType04 .history__Inner .history__Contents.figCnt {
          width: 40%; }
          article .history__Wrap .historyType__Wrap#historyType04 .history__Inner .history__Contents.figCnt figure figcaption {
            padding-left: 8rem; }
            @media screen and (max-width: 1500px) {
              article .history__Wrap .historyType__Wrap#historyType04 .history__Inner .history__Contents.figCnt figure figcaption {
                padding-left: 0; } }
          article .history__Wrap .historyType__Wrap#historyType04 .history__Inner .history__Contents.figCnt figure img {
            max-width: 100%;
            height: auto; }
        article .history__Wrap .historyType__Wrap#historyType04 .history__Inner .history__Contents.figCnt.pc {
          display: block; }
        article .history__Wrap .historyType__Wrap#historyType04 .history__Inner .history__Contents.figCnt.mid {
          display: none; }
        @media screen and (max-width: 1200px) {
          article .history__Wrap .historyType__Wrap#historyType04 .history__Inner .history__Contents.txtCnt {
            width: 100%; }
          article .history__Wrap .historyType__Wrap#historyType04 .history__Inner .history__Contents.figCnt {
            width: 80%;
            margin: 0 auto; } }
  @media screen and (max-width: 1200px) and (max-width: 1024px) {
    article .history__Wrap .historyType__Wrap#historyType04 .history__Inner .history__Contents.figCnt {
      width: 100%; } }
        @media screen and (max-width: 1200px) {
          article .history__Wrap .historyType__Wrap#historyType04 .history__Inner .history__Contents.figCnt.pc {
            display: none; }
          article .history__Wrap .historyType__Wrap#historyType04 .history__Inner .history__Contents.figCnt.mid {
            display: block;
            margin: 6rem auto; } }
  @media screen and (max-width: 1200px) and (max-width: 600px) {
    article .history__Wrap .historyType__Wrap#historyType04 .history__Inner .history__Contents.figCnt.mid {
      margin: 4rem auto; } }

  article .collection__Wrap {
    width: 80%;
    margin: auto;
    padding: 0 0 16rem; }
    @media screen and (max-width: 1200px) {
      article .collection__Wrap {
        padding: 0 0 8rem; } }
    @media screen and (max-width: 1024px) {
      article .collection__Wrap {
        width: 90%; } }
    @media screen and (max-width: 430px) {
      article .collection__Wrap {
        width: 92%; }
        article .collection__Wrap h2 {
          font-size: 1.6rem; } }
    article .collection__Wrap .collection__Inner {
      width: 100%;
      margin: 0 auto; }
      article .collection__Wrap .collection__Inner p {
        color: #f5f5f5;
        margin: 0 auto 3rem; }
      article .collection__Wrap .collection__Inner .collection__Contents.txtCnt {
        margin: 0 auto 8rem; }
        @media screen and (max-width: 1200px) {
          article .collection__Wrap .collection__Inner .collection__Contents.txtCnt {
            margin-bottom: 6rem; } }
        @media screen and (max-width: 600px) {
          article .collection__Wrap .collection__Inner .collection__Contents.txtCnt {
            margin-bottom: 4rem; } }
      article .collection__Wrap .collection__Inner .collection__Contents.figCnt {
        max-width: 100%;
        margin: auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: flex-end; }
        @media screen and (max-width: 600px) {
          article .collection__Wrap .collection__Inner .collection__Contents.figCnt {
            width: 100%;
            display: block; } }
        article .collection__Wrap .collection__Inner .collection__Contents.figCnt figure {
          width: 40%;
          text-align: center; }
          article .collection__Wrap .collection__Inner .collection__Contents.figCnt figure img {
            width: 70%;
            margin: auto; }
          article .collection__Wrap .collection__Inner .collection__Contents.figCnt figure figcaption {
            margin-top: 2rem;
            font-size: 1.2rem;
            text-align: left; }
          @media screen and (max-width: 600px) {
            article .collection__Wrap .collection__Inner .collection__Contents.figCnt figure {
              width: 100%;
              margin: 4rem auto 0;
              text-align: center; }
              article .collection__Wrap .collection__Inner .collection__Contents.figCnt figure img {
                width: 60%; } }
  article .topics__Wrap {
    width: 100%;
    padding: 8rem 0 16rem;
    background-image: url("/ads/vacheron-constantin/history/images/topics_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    overflow-x: hidden; }
    @media screen and (max-width: 1200px) {
      article .topics__Wrap {
        padding: 8rem 0 12rem; } }
    @media screen and (max-width: 768px) {
      article .topics__Wrap {
        padding: 6rem 0 10rem; } }
    @media screen and (max-width: 430px) {
      article .topics__Wrap {
        padding: 6rem 0 8rem; } }
    article .topics__Wrap .topics__Inner {
      margin: 0 0 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 1200px) {
        article .topics__Wrap .topics__Inner {
          width: 100%;
          flex-direction: column; } }
      article .topics__Wrap .topics__Inner .topics__Contents {
        width: 40%; }
        @media screen and (max-width: 1024px) {
          article .topics__Wrap .topics__Inner .topics__Contents {
            width: 90%; } }
        article .topics__Wrap .topics__Inner .topics__Contents.txtCnt {
          width: 40%;
          margin: 0 auto; }
          @media screen and (max-width: 1200px) {
            article .topics__Wrap .topics__Inner .topics__Contents.txtCnt {
              width: 80%; } }
          @media screen and (max-width: 1024px) {
            article .topics__Wrap .topics__Inner .topics__Contents.txtCnt {
              width: 90%; } }
          @media screen and (max-width: 430px) {
            article .topics__Wrap .topics__Inner .topics__Contents.txtCnt {
              width: 92%; } }
        @media screen and (max-width: 600px) {
          article .topics__Wrap .topics__Inner .topics__Contents.figCnt figure {
            width: 100%; } }
        article .topics__Wrap .topics__Inner .topics__Contents.figCnt.pc {
          display: block; }
        article .topics__Wrap .topics__Inner .topics__Contents.figCnt.mid {
          display: none; }
        @media screen and (max-width: 1200px) {
          article .topics__Wrap .topics__Inner .topics__Contents.figCnt.pc {
            display: none; }
          article .topics__Wrap .topics__Inner .topics__Contents.figCnt.mid {
            display: block;
            width: 80%;
            margin: 6rem auto; } }
  @media screen and (max-width: 1200px) and (max-width: 600px) {
    article .topics__Wrap .topics__Inner .topics__Contents.figCnt.mid {
      width: 100%;
      margin: 4rem auto; } }

        article .topics__Wrap .topics__Inner .topics__Contents p {
          color: #f5f5f5;
          margin: 0 auto 3rem; }
          @media screen and (max-width: 1024px) {
            article .topics__Wrap .topics__Inner .topics__Contents p {
              margin: 0 auto 3rem; } }
          article .topics__Wrap .topics__Inner .topics__Contents p:nth-last-of-type(1) {
            margin: 0 auto 8rem; }
            @media screen and (max-width: 1024px) {
              article .topics__Wrap .topics__Inner .topics__Contents p:nth-last-of-type(1) {
                margin: 0 auto 4rem; } }
        article .topics__Wrap .topics__Inner .topics__Contents h3 {
          font-size: 2.4rem;
          color: #f5f5f5;
          margin: 0 auto 5rem; }
          @media screen and (max-width: 600px) {
            article .topics__Wrap .topics__Inner .topics__Contents h3 {
              font-size: 2rem; } }
        article .topics__Wrap .topics__Inner .topics__Contents figure {
          width: 100%;
          text-align: center; }
          @media screen and (max-width: 1200px) {
            article .topics__Wrap .topics__Inner .topics__Contents figure {
              margin: 6rem auto 0;
              max-width: none; } }
          @media screen and (max-width: 600px) {
            article .topics__Wrap .topics__Inner .topics__Contents figure {
              margin: 4rem auto 0; } }
          article .topics__Wrap .topics__Inner .topics__Contents figure img {
            width: 100%;
            display: block; }
          article .topics__Wrap .topics__Inner .topics__Contents figure figcaption {
            margin-top: 2rem;
            font-size: 1.2rem;
            text-align: left; }
        article .topics__Wrap .topics__Inner .topics__Contents:nth-last-of-type(1) figure figcaption {
          padding-right: 8rem; }
          @media screen and (max-width: 1024px) {
            article .topics__Wrap .topics__Inner .topics__Contents:nth-last-of-type(1) figure figcaption {
              padding-right: 0; } }

#shopPage .vegas-content-scrollable {
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
  text-align: center; }
  #shopPage .vegas-content-scrollable::-webkit-scrollbar {
    display: none; }
#shopPage h2 {
  color: #333; }
  #shopPage h2::before {
    background-image: url("/ads/vacheron-constantin/ginza-boutique/images/head_bgIco.png"); }
  #shopPage h2 span {
    color: #c29c83; }
  @media screen and (max-width: 600px) {
    #shopPage h2 {
      font-size: 1.6rem; } }
#shopPage article p {
  color: #333; }
#shopPage article .lead {
  margin-top: 12rem; }
  #shopPage article .lead.pc {
    display: block; }
    @media screen and (max-width: 1200px) {
      #shopPage article .lead.pc {
        display: none; } }
  @media screen and (max-width: 1024px) {
    #shopPage article .lead {
      margin-top: 4rem; } }
  @media screen and (max-width: 600px) {
    #shopPage article .lead {
      margin-top: 3rem; } }
#shopPage article .report__Wrap {
  box-sizing: border-box;
  overflow-x: hidden; }
  #shopPage article .report__Wrap .reportType__Wrap {
    margin: 0 auto 12rem; }
    @media screen and (max-width: 1200px) {
      #shopPage article .report__Wrap .reportType__Wrap {
        margin: 0 auto 12rem; } }
    @media screen and (max-width: 768px) {
      #shopPage article .report__Wrap .reportType__Wrap {
        margin: 0 auto 10rem; } }
    @media screen and (max-width: 600px) {
      #shopPage article .report__Wrap .reportType__Wrap {
        margin: 0 auto 8rem; } }
    @media screen and (max-width: 430px) {
      #shopPage article .report__Wrap .reportType__Wrap {
        margin: 0 auto 6rem; } }
    #shopPage article .report__Wrap .reportType__Wrap h3 {
      color: #333;
      font-size: 3rem;
      margin: 0 auto 6rem; }
      @media screen and (max-width: 1024px) {
        #shopPage article .report__Wrap .reportType__Wrap h3 {
          margin: 0 auto 4rem; } }
      @media screen and (max-width: 1024px) {
        #shopPage article .report__Wrap .reportType__Wrap h3 {
          font-size: 2.4rem; } }
      @media screen and (max-width: 600px) {
        #shopPage article .report__Wrap .reportType__Wrap h3 {
          font-size: 2rem; } }
      #shopPage article .report__Wrap .reportType__Wrap h3 span {
        letter-spacing: 4px;
        font-family: "Marcellus", serif, sans-serif;
        color: #c29c83;
        display: block;
        font-size: 2.6rem; }
        @media screen and (max-width: 1024px) {
          #shopPage article .report__Wrap .reportType__Wrap h3 span {
            font-size: 2rem;
            margin: 0 0 1rem; } }
        @media screen and (max-width: 600px) {
          #shopPage article .report__Wrap .reportType__Wrap h3 span {
            font-size: 1.6rem; } }
    #shopPage article .report__Wrap .reportType__Wrap p {
      color: #000;
      margin: 0 auto 3rem; }
    #shopPage article .report__Wrap .reportType__Wrap .summary {
      width: 100%;
      margin: 0 auto; }
      #shopPage article .report__Wrap .reportType__Wrap .summary p {
        margin: 0 auto; }
    #shopPage article .report__Wrap .reportType__Wrap .report__Inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      #shopPage article .report__Wrap .reportType__Wrap .report__Inner .report__Contents.txtCnt p:nth-last-of-type(1) {
        margin-bottom: 0; }
      #shopPage article .report__Wrap .reportType__Wrap .report__Inner .report__Contents.txtCnt > figure {
        display: block;
        width: 100%;
        margin-top: 8rem; }
        @media screen and (max-width: 1200px) {
          #shopPage article .report__Wrap .reportType__Wrap .report__Inner .report__Contents.txtCnt > figure {
            margin: 6rem auto 0;
            width: 80%; } }
        @media screen and (max-width: 1024px) {
          #shopPage article .report__Wrap .reportType__Wrap .report__Inner .report__Contents.txtCnt > figure {
            width: 100%; } }
        @media screen and (max-width: 600px) {
          #shopPage article .report__Wrap .reportType__Wrap .report__Inner .report__Contents.txtCnt > figure {
            margin-top: 4rem; } }
        #shopPage article .report__Wrap .reportType__Wrap .report__Inner .report__Contents.txtCnt > figure img {
          width: 100%;
          display: block; }
        #shopPage article .report__Wrap .reportType__Wrap .report__Inner .report__Contents.txtCnt > figure figcaption {
          margin-top: 2rem;
          font-size: 1.2rem; }
      #shopPage article .report__Wrap .reportType__Wrap .report__Inner .report__Contents.figCnt figure figcaption {
        margin-top: 2rem;
        font-size: 1.2rem; }
    #shopPage article .report__Wrap .reportType__Wrap .column__Wrap {
      width: 80%;
      margin: 10rem auto 0;
      padding: 8rem;
      border: 1px solid #c29c83; }
      @media screen and (max-width: 1024px) {
        #shopPage article .report__Wrap .reportType__Wrap .column__Wrap {
          width: 90%;
          padding: 8rem 6rem; } }
      @media screen and (max-width: 768px) {
        #shopPage article .report__Wrap .reportType__Wrap .column__Wrap {
          padding: 6rem; } }
      @media screen and (max-width: 600px) {
        #shopPage article .report__Wrap .reportType__Wrap .column__Wrap {
          margin: 6rem auto 0;
          padding: 6rem 3rem 4rem; } }
      @media screen and (max-width: 430px) {
        #shopPage article .report__Wrap .reportType__Wrap .column__Wrap {
          width: 92%;
          padding: 4rem 2rem; } }
      #shopPage article .report__Wrap .reportType__Wrap .column__Wrap h4 {
        color: #333;
        font-size: 2.4rem;
        line-height: 1.8;
        margin: 0 auto; }
        @media screen and (max-width: 600px) {
          #shopPage article .report__Wrap .reportType__Wrap .column__Wrap h4 {
            font-size: 2rem; } }
        @media screen and (max-width: 430px) {
          #shopPage article .report__Wrap .reportType__Wrap .column__Wrap h4 {
            font-size: 1.8rem; } }
        #shopPage article .report__Wrap .reportType__Wrap .column__Wrap h4 span {
          font-size: 2rem;
          line-height: 1.6;
          padding-left: 9rem;
          margin-bottom: 3rem;
          position: relative;
          letter-spacing: 4px;
          font-family: "Marcellus", serif, sans-serif;
          color: #c29c83;
          display: block; }
          @media screen and (max-width: 600px) {
            #shopPage article .report__Wrap .reportType__Wrap .column__Wrap h4 span {
              font-size: 1.6rem;
              margin-bottom: 2rem;
              padding-left: 6rem; } }
          #shopPage article .report__Wrap .reportType__Wrap .column__Wrap h4 span::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            height: 1px;
            width: 6rem;
            background-color: #c29c83; }
            @media screen and (max-width: 600px) {
              #shopPage article .report__Wrap .reportType__Wrap .column__Wrap h4 span::before {
                width: 4rem; } }
      #shopPage article .report__Wrap .reportType__Wrap .column__Wrap .column__Inner {
        display: block;
        padding: 6rem 0 0;
        width: 100%;
        margin: 0 auto; }
        @media screen and (max-width: 600px) {
          #shopPage article .report__Wrap .reportType__Wrap .column__Wrap .column__Inner {
            padding: 4rem 0 0; } }
        @media screen and (max-width: 430px) {
          #shopPage article .report__Wrap .reportType__Wrap .column__Wrap .column__Inner {
            padding: 3rem 0 0; } }
        #shopPage article .report__Wrap .reportType__Wrap .column__Wrap .column__Inner .column__Contents.txtCnt {
          width: 100%;
          margin: 0 auto 6rem; }
          @media screen and (max-width: 600px) {
            #shopPage article .report__Wrap .reportType__Wrap .column__Wrap .column__Inner .column__Contents.txtCnt {
              margin: 0 auto 4rem; } }
        #shopPage article .report__Wrap .reportType__Wrap .column__Wrap .column__Inner .column__Contents.figCnt {
          width: 100%;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          @media screen and (max-width: 1200px) {
            #shopPage article .report__Wrap .reportType__Wrap .column__Wrap .column__Inner .column__Contents.figCnt {
              flex-direction: column; } }
          #shopPage article .report__Wrap .reportType__Wrap .column__Wrap .column__Inner .column__Contents.figCnt figure {
            width: 46%; }
            @media screen and (max-width: 1200px) {
              #shopPage article .report__Wrap .reportType__Wrap .column__Wrap .column__Inner .column__Contents.figCnt figure {
                width: 100%; }
                #shopPage article .report__Wrap .reportType__Wrap .column__Wrap .column__Inner .column__Contents.figCnt figure:first-of-type {
                  margin-bottom: 6rem; } }
    @media screen and (max-width: 1200px) and (max-width: 600px) {
      #shopPage article .report__Wrap .reportType__Wrap .column__Wrap .column__Inner .column__Contents.figCnt figure:first-of-type {
        margin-bottom: 4rem; } }

            #shopPage article .report__Wrap .reportType__Wrap .column__Wrap .column__Inner .column__Contents.figCnt figure figcaption {
              margin-top: 2rem;
              font-size: 1.2rem; }
            #shopPage article .report__Wrap .reportType__Wrap .column__Wrap .column__Inner .column__Contents.figCnt figure img {
              max-width: 100%;
              height: auto;
              display: block;
              margin: auto; }
    #shopPage article .report__Wrap .reportType__Wrap#reportType01 {
      position: relative; }
      #shopPage article .report__Wrap .reportType__Wrap#reportType01::before {
        content: '';
        display: block;
        width: 70%;
        height: 100%;
        background-color: rgba(194, 156, 131, 0.1);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: -1; }
        @media screen and (max-width: 600px) {
          #shopPage article .report__Wrap .reportType__Wrap#reportType01::before {
            width: 80%; } }
      #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner {
        width: 100%;
        margin: 0 auto;
        align-items: center; }
        @media screen and (max-width: 1200px) {
          #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner {
            padding: 0;
            width: 80%; } }
        @media screen and (max-width: 1024px) {
          #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner {
            width: 90%; } }
        @media screen and (max-width: 430px) {
          #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner {
            width: 92%; } }
        #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.txtCnt {
          width: 40%;
          padding: 10rem 0;
          margin: auto; }
          @media screen and (max-width: 1200px) {
            #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.txtCnt {
              width: 100%;
              margin: 0 auto;
              padding: 8rem 0; } }
          @media screen and (max-width: 768px) {
            #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.txtCnt {
              padding: 6rem 0; } }
          @media screen and (max-width: 430px) {
            #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.txtCnt {
              padding: 4rem 0; } }
        #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.figCnt {
          width: 40%; }
          #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.figCnt.pc {
            display: block; }
          #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.figCnt.mid {
            display: none; }
          @media screen and (max-width: 1200px) {
            #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.figCnt {
              width: 100%;
              margin: 0 auto;
              padding: 8rem 0; } }
          #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.figCnt img {
            max-width: 100%;
            height: auto; }
        @media screen and (max-width: 1200px) {
          #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner {
            flex-direction: column; }
            #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.txtCnt {
              width: 100%;
              max-width: none;
              margin: 0 auto;
              padding: 8rem 0; } }
    @media screen and (max-width: 1200px) and (max-width: 768px) {
      #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.txtCnt {
        padding: 6rem 0; } }
    @media screen and (max-width: 1200px) and (max-width: 768px) {
      #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.txtCnt {
        padding: 4rem 0; } }
        @media screen and (max-width: 1200px) {
            #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.figCnt {
              width: 50%;
              margin: 0 auto;
              padding: 3rem 0 6rem; } }
    @media screen and (max-width: 1200px) and (max-width: 1200px) {
      #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.figCnt {
        width: 80%; }
        #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.figCnt img {
          margin: auto; }
        #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.figCnt.pc {
          display: none; }
        #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.figCnt.mid {
          display: block; } }
    @media screen and (max-width: 1200px) and (max-width: 600px) {
      #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.figCnt {
        padding: 1rem 0 4rem; } }
    @media screen and (max-width: 1200px) and (max-width: 600px) {
      #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.figCnt {
        width: 100%; }
        #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.figCnt img {
          margin: auto; } }
    @media screen and (max-width: 1200px) and (max-width: 430px) {
      #shopPage article .report__Wrap .reportType__Wrap#reportType01 .report__Inner .report__Contents.figCnt {
        padding-bottom: 4rem; } }

    #shopPage article .report__Wrap .reportType__Wrap#reportType02 .report__Inner {
      width: 80%;
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 1200px) {
        #shopPage article .report__Wrap .reportType__Wrap#reportType02 .report__Inner {
          padding: 0;
          width: 80%; } }
      @media screen and (max-width: 1024px) {
        #shopPage article .report__Wrap .reportType__Wrap#reportType02 .report__Inner {
          width: 90%; } }
      @media screen and (max-width: 430px) {
        #shopPage article .report__Wrap .reportType__Wrap#reportType02 .report__Inner {
          width: 92%; } }
      #shopPage article .report__Wrap .reportType__Wrap#reportType02 .report__Inner .report__Contents.txtCnt {
        margin: 0 auto; }
        @media screen and (max-width: 1200px) {
          #shopPage article .report__Wrap .reportType__Wrap#reportType02 .report__Inner .report__Contents.txtCnt {
            width: 100%;
            max-width: none;
            margin-bottom: 6rem; } }
        @media screen and (max-width: 600px) {
          #shopPage article .report__Wrap .reportType__Wrap#reportType02 .report__Inner .report__Contents.txtCnt {
            margin-bottom: 4rem; } }
      #shopPage article .report__Wrap .reportType__Wrap#reportType02 .report__Inner .report__Contents.figCnt figure {
        width: 80%;
        margin: 8rem auto 0; }
        @media screen and (max-width: 1024px) {
          #shopPage article .report__Wrap .reportType__Wrap#reportType02 .report__Inner .report__Contents.figCnt figure {
            width: 100%; } }
        @media screen and (max-width: 1200px) {
          #shopPage article .report__Wrap .reportType__Wrap#reportType02 .report__Inner .report__Contents.figCnt figure {
            margin: 6rem auto 0; } }
        @media screen and (max-width: 600px) {
          #shopPage article .report__Wrap .reportType__Wrap#reportType02 .report__Inner .report__Contents.figCnt figure {
            margin: 4rem auto 0; } }
        #shopPage article .report__Wrap .reportType__Wrap#reportType02 .report__Inner .report__Contents.figCnt figure img {
          max-width: 100%;
          height: auto; }
    #shopPage article .report__Wrap .reportType__Wrap#reportType03 {
      position: relative;
      padding-bottom: 10rem;
      margin-bottom: 8rem; }
      @media screen and (max-width: 1200px) {
        #shopPage article .report__Wrap .reportType__Wrap#reportType03 {
          padding-bottom: 8rem;
          margin-bottom: 6rem; } }
      @media screen and (max-width: 768px) {
        #shopPage article .report__Wrap .reportType__Wrap#reportType03 {
          padding-bottom: 6rem; } }
      @media screen and (max-width: 430px) {
        #shopPage article .report__Wrap .reportType__Wrap#reportType03 {
          padding-bottom: 4rem;
          margin-bottom: 4rem; } }
      #shopPage article .report__Wrap .reportType__Wrap#reportType03::before {
        content: '';
        display: block;
        width: 70%;
        height: 100%;
        background-color: rgba(194, 156, 131, 0.1);
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: -1; }
        @media screen and (max-width: 600px) {
          #shopPage article .report__Wrap .reportType__Wrap#reportType03::before {
            width: 80%; } }
      #shopPage article .report__Wrap .reportType__Wrap#reportType03 .report__Inner {
        width: 80%;
        margin: 0 auto;
        flex-direction: column; }
        @media screen and (max-width: 1024px) {
          #shopPage article .report__Wrap .reportType__Wrap#reportType03 .report__Inner {
            width: 90%; } }
        @media screen and (max-width: 430px) {
          #shopPage article .report__Wrap .reportType__Wrap#reportType03 .report__Inner {
            width: 92%; } }
        #shopPage article .report__Wrap .reportType__Wrap#reportType03 .report__Inner .report__Contents.txtCnt {
          width: 100%;
          padding: 10rem 0 0;
          margin-bottom: 8rem; }
          @media screen and (max-width: 1200px) {
            #shopPage article .report__Wrap .reportType__Wrap#reportType03 .report__Inner .report__Contents.txtCnt {
              padding-top: 8rem;
              margin-bottom: 6rem; } }
          @media screen and (max-width: 768px) {
            #shopPage article .report__Wrap .reportType__Wrap#reportType03 .report__Inner .report__Contents.txtCnt {
              padding-top: 6rem; } }
          @media screen and (max-width: 430px) {
            #shopPage article .report__Wrap .reportType__Wrap#reportType03 .report__Inner .report__Contents.txtCnt {
              padding-top: 4rem; } }
          @media screen and (max-width: 600px) {
            #shopPage article .report__Wrap .reportType__Wrap#reportType03 .report__Inner .report__Contents.txtCnt {
              margin-bottom: 4rem; } }
        #shopPage article .report__Wrap .reportType__Wrap#reportType03 .report__Inner .report__Contents.figCnt {
          width: 80%;
          margin: 0 auto; }
          #shopPage article .report__Wrap .reportType__Wrap#reportType03 .report__Inner .report__Contents.figCnt img {
            max-width: 100%;
            height: auto; }
          @media screen and (max-width: 1024px) {
            #shopPage article .report__Wrap .reportType__Wrap#reportType03 .report__Inner .report__Contents.figCnt {
              width: 100%; } }
      #shopPage article .report__Wrap .reportType__Wrap#reportType03 .summary {
        padding-bottom: 10rem; }
        @media screen and (max-width: 1200px) {
          #shopPage article .report__Wrap .reportType__Wrap#reportType03 .summary {
            padding-bottom: 5rem; } }
#shopPage article .gallery__Contents {
  width: 100%;
  margin: 10rem auto 0; }
  @media screen and (max-width: 1200px) {
    #shopPage article .gallery__Contents {
      margin: 8rem auto 0; } }
  @media screen and (max-width: 768px) {
    #shopPage article .gallery__Contents {
      margin: 6rem auto 0; } }
  @media screen and (max-width: 430px) {
    #shopPage article .gallery__Contents {
      margin: 4rem auto 0; } }
  #shopPage article .gallery__Contents > figure {
    width: 80%;
    margin: 0 auto 8rem; }
    @media screen and (max-width: 1024px) {
      #shopPage article .gallery__Contents > figure {
        width: 100%; } }
    @media screen and (max-width: 1200px) {
      #shopPage article .gallery__Contents > figure {
        margin: 0 auto 6rem; } }
    @media screen and (max-width: 600px) {
      #shopPage article .gallery__Contents > figure {
        margin: 0 auto 4rem; } }
    #shopPage article .gallery__Contents > figure img {
      width: 100%;
      display: block; }
  #shopPage article .gallery__Contents .col2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #shopPage article .gallery__Contents .col2 figure {
      width: 46%; }
      @media screen and (max-width: 768px) {
        #shopPage article .gallery__Contents .col2 figure {
          width: 100%; }
          #shopPage article .gallery__Contents .col2 figure:last-child {
            margin-top: 6rem; } }
    @media screen and (max-width: 768px) and (max-width: 600px) {
      #shopPage article .gallery__Contents .col2 figure:last-child {
        margin-top: 4rem; } }

      #shopPage article .gallery__Contents .col2 figure img {
        width: 100%;
        display: block; }
  #shopPage article .gallery__Contents figcaption {
    margin-top: 2rem;
    font-size: 1.2rem;
    color: #333; }
#shopPage article .shop__Wrap {
  width: 80%;
  margin: 0 auto;
  padding: 0 0 12rem; }
  @media screen and (max-width: 1200px) {
    #shopPage article .shop__Wrap {
      padding: 0 0 12rem; } }
  @media screen and (max-width: 768px) {
    #shopPage article .shop__Wrap {
      padding: 0 0 10rem; } }
  @media screen and (max-width: 600px) {
    #shopPage article .shop__Wrap {
      padding: 2rem 0 8rem; } }
  @media screen and (max-width: 768px) {
    #shopPage article .shop__Wrap {
      padding: 2rem 0 6rem; } }
  @media screen and (max-width: 1024px) {
    #shopPage article .shop__Wrap {
      width: 90%; } }
  @media screen and (max-width: 430px) {
    #shopPage article .shop__Wrap {
      width: 92%; } }
  #shopPage article .shop__Wrap .shop__Inner .shopMovie__Blk {
    width: 100%; }
    #shopPage article .shop__Wrap .shop__Inner .shopMovie__Blk > img {
      width: 100%;
      display: block; }
  #shopPage article .shop__Wrap .shop__Inner .shop__Info {
    margin-top: 6rem;
    font-size: 1.8rem;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      #shopPage article .shop__Wrap .shop__Inner .shop__Info {
        font-size: 1.6rem; } }
    @media screen and (max-width: 600px) {
      #shopPage article .shop__Wrap .shop__Inner .shop__Info {
        margin-top: 4rem;
        font-size: 1.4rem;
        text-align: left; } }
    #shopPage article .shop__Wrap .shop__Inner .shop__Info p:first-child {
      display: block; }
    #shopPage article .shop__Wrap .shop__Inner .shop__Info p:last-child {
      display: none; }
    @media screen and (max-width: 600px) {
      #shopPage article .shop__Wrap .shop__Inner .shop__Info p:first-child {
        display: none; }
      #shopPage article .shop__Wrap .shop__Inner .shop__Info p:last-child {
        display: block; } }

footer {
  box-sizing: border-box;
  color: #fff; }
  footer .footerLogo__Wrap {
    padding: 10rem 0;
    background-color: #c29c83; }
    @media screen and (max-width: 1024px) {
      footer .footerLogo__Wrap {
        padding: 6rem 0; } }
    @media screen and (max-width: 600px) {
      footer .footerLogo__Wrap {
        padding: 4rem 0; } }
    footer .footerLogo__Wrap a {
      display: block;
      width: 80%;
      max-width: 400px;
      margin: 0 auto; }
      @media screen and (max-width: 375px) {
        footer .footerLogo__Wrap a {
          width: 70%; } }
    footer .footerLogo__Wrap img {
      max-width: 100%;
      height: auto; }
  footer .copy__Wrap {
    padding: 6rem 0;
    background-color: #000;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      footer .copy__Wrap {
        padding: 4rem 0 10rem; } }
    footer .copy__Wrap small {
      font-size: 1.2rem; }
      @media screen and (max-width: 430px) {
        footer .copy__Wrap small {
          font-size: 1.1rem; } }
  footer .credit__Pc {
    display: block;
    width: 90%;
    margin: auto; }
    @media screen and (max-width: 430px) {
      footer .credit__Pc {
        display: none; } }
  footer .credit__Sp {
    display: none;
    width: 90%;
    margin: auto; }
    @media screen and (max-width: 430px) {
      footer .credit__Sp {
        display: block;
        width: 92%; } }

#shopPage footer {
  color: #333; }
  #shopPage footer .copy__Wrap {
    background-color: #fff; }

aside#toTop {
  position: fixed;
  right: -50px;
  bottom: 50px;
  display: block;
  opacity: 0;
  z-index: -100;
  transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96); }
  aside#toTop.is_show {
    opacity: 1;
    z-index: 100;
    right: 50px; }
  @media screen and (max-width: 1024px) {
    aside#toTop {
      display: flex;
      justify-content: space-between;
      width: 100%;
      left: 0;
      right: 0;
      bottom: -10vh;
      align-items: center;
      background-color: #c29c83;
      z-index: 100; }
      aside#toTop.is_show {
        bottom: 0; } }
  @media screen and (max-width: 1024px) {
    aside#toTop .toTop__Btn {
      display: none; } }
  aside#toTop .toTop__Btn img {
    width: 15px; }
  aside#toTop .toTop__Btn__Sp {
    display: none; }
    @media screen and (max-width: 1024px) {
      aside#toTop .toTop__Btn__Sp {
        display: block;
        width: 30%;
        background-color: #a88872;
        letter-spacing: 1px; }
        aside#toTop .toTop__Btn__Sp a {
          font-size: 2rem;
          font-family: "Marcellus", serif, sans-serif;
          padding: 3rem 2rem;
          color: #fff;
          display: block;
          text-align: center; } }
    @media screen and (max-width: 1024px) and (max-width: 1024px) {
      aside#toTop .toTop__Btn__Sp a {
        font-size: 1.4rem;
        padding: 1.5rem 0; } }

  aside#toTop .shopBnr__Sp {
    display: none; }
    @media screen and (max-width: 1024px) {
      aside#toTop .shopBnr__Sp {
        display: flex;
        width: 70%;
        justify-content: center;
        align-items: center; }
        aside#toTop .shopBnr__Sp p {
          font-size: 3rem;
          font-family: "Marcellus", serif, sans-serif;
          color: #fff;
          text-align: center;
          display: block;
          letter-spacing: 1px; } }
    @media screen and (max-width: 1024px) and (max-width: 1024px) {
      aside#toTop .shopBnr__Sp p {
        font-size: 1.8rem; } }
    @media screen and (max-width: 1024px) and (max-width: 400px) {
      aside#toTop .shopBnr__Sp p {
        font-size: 1.4rem; } }
    @media screen and (max-width: 1024px) {
          aside#toTop .shopBnr__Sp p span {
            font-size: 2.4rem; } }
      @media screen and (max-width: 1024px) and (max-width: 1024px) {
        aside#toTop .shopBnr__Sp p span {
          font-size: 1.6rem; } }
      @media screen and (max-width: 1024px) and (max-width: 600px) {
        aside#toTop .shopBnr__Sp p span {
          font-size: 1.4rem; } }
    @media screen and (max-width: 1024px) {
          aside#toTop .shopBnr__Sp p > a {
            display: flex;
            align-items: center; }
            aside#toTop .shopBnr__Sp p > a::after {
              margin-left: 6rem;
              content: '';
              display: inline-block;
              background: url("/ads/vacheron-constantin/ginza-boutique/images/arrow.png");
              width: 3rem;
              height: 1.5rem;
              background-repeat: no-repeat;
              background-size: contain; } }
aside#sns__Wrap {
  position: fixed;
  left: -50px;
  bottom: 50px;
  display: block;
  transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96);
  width: 2em;
  opacity: 0;
  z-index: -100; }
  aside#sns__Wrap.is_show {
    opacity: 1;
    z-index: 10;
    left: 50px;
    transform: translate(0) !important; }
  @media screen and (max-width: 1024px) {
    aside#sns__Wrap {
      display: none; } }
  aside#sns__Wrap ul {
    display: flex;
    flex-direction: column;
    align-items: center; }
    aside#sns__Wrap ul li {
      margin: 2rem auto;
      font-family: "Marcellus", serif, sans-serif;
      letter-spacing: 2px;
      writing-mode: vertical-rl;
      text-align: center; }
      aside#sns__Wrap ul li:first-child {
        margin-top: 0; }
      aside#sns__Wrap ul li:nth-child(2) img {
        width: 15px; }
      aside#sns__Wrap ul li:last-child {
        margin-bottom: 0; }
        aside#sns__Wrap ul li:last-child img {
          width: 27px; }
      aside#sns__Wrap ul li img {
        display: block; }
        @media screen and (max-width: 1024px) {
          aside#sns__Wrap ul li img {
            width: 100%; } }
  aside#sns__Wrap__Sp {
    display: none; }
    @media screen and (max-width: 1024px) {
      aside#sns__Wrap__Sp {
        display: block; }
        aside#sns__Wrap__Sp ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-around;
          width: 100%;
          max-width: 180px;
          margin: 0 auto 3rem; } }
    @media screen and (max-width: 1024px) and (max-width: 430px) {
      aside#sns__Wrap__Sp ul {
        max-width: 150px; } }
    @media screen and (max-width: 1024px) {
          aside#sns__Wrap__Sp ul li:first-child {
            width: 100%;
            margin: 0 auto 2rem;
            font-family: "Marcellus", serif, sans-serif;
            letter-spacing: 2px; }
          aside#sns__Wrap__Sp ul li:nth-child(2) img {
            width: 15px; }
          aside#sns__Wrap__Sp ul li:last-child img {
            width: 27px; } }

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }

.loaded {
  opacity: 0;
  visibility: hidden; }

.loader {
  color: #ffffff;
  font-size: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0; }

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
.fade[data-emergence=hidden] {
  opacity: 0; }

.fade[data-emergence=visible] {
  opacity: 1; }

.slideRight[data-emergence=hidden] {
  opacity: 0;
  transform: translate(10rem, 0);
  transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96); }

.slideRight[data-emergence=visible] {
  opacity: 1;
  transform: translate(0);
  transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96); }

.slideLeft[data-emergence=hidden] {
  opacity: 0;
  transform: translate(-10rem, 0);
  transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96); }

.slideLeft[data-emergence=visible] {
  opacity: 1;
  transform: translate(0);
  transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96); }

.slideUp[data-emergence=hidden] {
  opacity: 0;
  transform: translate(0, 5rem);
  transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96); }

.slideUp[data-emergence=visible] {
  opacity: 1;
  transform: translate(0);
  transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96); }

h1.slideUp[data-emergence=hidden] {
  transform: translate(0);
  transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96) 0.5s; }

h1.slideUp[data-emergence=visible] {
  transform: translate(0, -50%);
  transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96) 0.5s; }

.slideDiagonalUp[data-emergence=hidden] {
  opacity: 0;
  transform: translate(-5rem, -5rem);
  transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96); }

.slideDiagonalUp[data-emergence=visible] {
  opacity: 1;
  transform: translate(0);
  transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96); }

.slideDiagonalDown[data-emergence=hidden] {
  opacity: 0;
  transform: translate(5rem, 5rem);
  transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96); }

.slideDiagonalDown[data-emergence=visible] {
  opacity: 1;
  transform: translate(0);
  transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96); }

@media screen and (max-width: 1024px) {
  .slideDiagonalUp[data-emergence=hidden],
  .slideDiagonalDown[data-emergence=hidden],
  .slideLeft[data-emergence=hidden],
  .slideRight[data-emergence=hidden] {
    opacity: 0;
    transform: translate(0, 5rem);
    transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96); }

  .slideDiagonalUp[data-emergence=visible],
  .slideDiagonalDown[data-emergence=visible],
  .slideLeft[data-emergence=visible],
  .slideRight[data-emergence=visible] {
    opacity: 1;
    transform: translate(0);
    transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96); } }
#reportType01[data-emergence=hidden]::before,
#reportType03[data-emergence=hidden]::before,
#historyType01[data-emergence=hidden]::before,
#historyType03[data-emergence=hidden]::before {
  transform: scale(0.8);
  transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96); }

#reportType01[data-emergence=visible]::before,
#reportType03[data-emergence=visible]::before,
#historyType01[data-emergence=visible]::before,
#historyType03[data-emergence=visible]::before {
  transform: scale(1);
  transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96); }

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