.section {
  height: 100vh;
  background-color: #fff;
}

.section.a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section-2 {
  display: none;
  height: 300vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-line {
  display: block;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.square {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 20px;
  height: 20px;
  background-color: red;
}

.lottie-animation {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.div-block {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.c-info__s-wrap {
  position: relative;
  width: auto;
  max-width: 100%;
  min-height: 300vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3em;
  padding-left: 3em;
}

.c-link {
  font-size: 28px;
}

.c-info__wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.c-watch__wrap {
  position: relative;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 600px;
  min-height: 60vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-watch__wrap.hide {
  display: none;
}

.c-watch__wrap.sp {
  display: none;
}

.c-section {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000;
}

.c-heading_gradient {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Josefin Sans', sans-serif;
  color: #d5b68d;
  font-size: 15px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 2px;
}

.c-heading_gradient.pc {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
}

.c-heading_gradient.sp {
  display: none;
}

.c-watch__after {
  position: absolute;
  left: 0%;
  top: -22%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-p-gradient {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 2;
  font-weight: 300;
}

.c-i__link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 650px;
  padding-top: 80px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 28px;
}

.c-info__img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 50px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: ivypresto-display, sans-serif;
  font-size: 90px;
  line-height: 1;
  font-weight: 300;
}

.logo.white {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.logo_wrap {
  width: auto;
  max-width: 280px;
  margin-bottom: 10px;
}

.down-line {
  width: 1px;
  height: 60px;
  margin-bottom: 0px;
  background-color: #d5b68d;
}

.scrolldown_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scrolldown_wrap.absolute {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -50%;
  z-index: 99;
}

.scrolldown {
  margin-top: 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 9px;
  line-height: 1;
}

.scrolldown.other {
  color: #fff;
}

.menu-bar {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: #000;
}

.navcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1100px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navbar {
  position: fixed;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  opacity: 1;
}

.navbar.white {
  position: relative;
  background-color: #fff;
}

.icon {
  border: 1px solid transparent;
}

.menu-button {
  display: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.i {
  height: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.brand {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.nav-link {
  overflow: visible;
  height: 100%;
  padding: 10px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 0.8125rem;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.cartier_logo {
  position: absolute;
  left: auto;
  top: 2%;
  right: auto;
  bottom: auto;
  z-index: 98;
  width: 120px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.cartier_logo.black {
  position: static;
  width: 100px;
  margin-bottom: 60px;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.cartier_logo.black:hover {
  opacity: 0.65;
}

.body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 1;
}

.section-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 80px 20px 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-menu.a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.menu-container {
  display: -ms-grid;
  display: grid;
  max-width: 800px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-img {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0px none #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.c-img__overlay-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: visible;
  background-color: #fefaee;
}

.c-img__overlay-01.white {
  display: none;
  background-color: #000;
  color: #fcc2c6;
}

.c-img__overlay_blink-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: visible;
  background-color: #fefaee;
}

.c-img__overlay_blink-01.white {
  background-color: #000;
}

.img-m {
  position: relative;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cartier-menu-img {
  position: relative;
  max-width: 500px;
}

.mask {
  overflow: hidden;
  font-family: 'Josefin Sans', sans-serif;
}

.mask.title {
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.mask.hide {
  display: none;
}

.copyright {
  font-family: 'Josefin Sans', sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.copyright.hide {
  display: none;
}

.copyright.archive {
  line-height: 1.8;
}

.c-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-copyright.watch {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-copyright.thewatch {
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-copyright.archive {
  display: none;
  width: 100%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-part {
  text-decoration: none;
}

.menu-part.cm {
  cursor: pointer;
}

.c-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-title.right {
  margin-top: 10px;
  text-decoration: none;
}

.h1-hero {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: ivypresto-display, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 1;
  font-weight: 300;
  text-decoration: none;
}

.h1-hero.white {
  color: #fff;
}

.h1-hero.headline {
  margin-bottom: 5px;
}

.subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #d5b68d;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.subtitle.black {
  font-family: 'Noto Sans JP', sans-serif;
  color: #d5b68d;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}

.subtitle.sp {
  display: none;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.29);
  opacity: 1;
  color: #fff;
}

.overlay.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block {
  font-size: 100px;
}

.date {
  margin-left: 0px;
  font-family: ivypresto-display, sans-serif;
  font-size: 170px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  letter-spacing: -10px;
}

.date.smaller {
  font-size: 170px;
}

.section-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 27px;
  padding-bottom: 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-link {
  overflow: hidden;
  width: 120px;
  max-width: none;
}

.image {
  height: 100%;
}

.c-sns-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-2 {
  font-size: 14px;
}

.c-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sns-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
}

.c-sns-icons {
  margin-top: 0px;
}

.link-block {
  overflow: hidden;
  width: 28px;
  margin-right: 10px;
  margin-left: 10px;
}

.c-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-container {
  margin-bottom: 15px;
}

.contact {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.footer-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.fs-link {
  width: 120px;
}

.fs-footer {
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-title.black {
  background-color: #000;
}

.c-pagetitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top {
  margin-bottom: 0em;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
  text-align: center;
}

.p-top.white {
  color: #fff;
}

.c-ptop {
  margin-top: 20px;
}

.c-ptop.other {
  margin-top: 0px;
}

.c-minimenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d5b68d;
  border-bottom: 1px solid #d5b68d;
}

.part-minilink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  text-decoration: none;
}

.part-minilink:hover {
  color: #d5b68d;
}

.part-minilink.w--current {
  overflow: hidden;
}

.part-txt {
  margin-right: 10px;
  font-family: 'Josefin Sans', sans-serif;
  color: #d5b68d;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
}

.part-title-txt {
  font-family: ivypresto-display, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr minmax(0px, 0.25fr) 1fr;
  grid-template-columns: 1fr minmax(0px, 0.25fr) 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.c-imgsize {
  height: auto;
  max-width: 400px;
}

.info-slides {
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin-bottom: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 200px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-text {
  max-width: 500px;
}

.section-legendary {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number {
  font-family: ivypresto-display, sans-serif;
  font-size: 100px;
  line-height: 1;
  font-style: italic;
  font-weight: 300;
}

.en-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: ivypresto-display, sans-serif;
  color: #333;
  font-size: 45px;
  line-height: 1;
  font-style: italic;
  font-weight: 300;
}

.en-title.tankists {
  font-weight: 300;
  letter-spacing: -1px;
}

.body-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  line-height: 1;
}

.jp-title {
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #d5b68d;
  font-size: 24px;
  font-weight: 300;
}

.paragraph {
  line-height: 2;
}

.p-description {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1px;
}

.c-material {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mid-line {
  position: absolute;
  top: 0%;
  z-index: 5;
  width: 1px;
  height: 100%;
  background-color: #d5b68d;
}

.promotion {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.mobile-watch {
  display: none;
}

.section-tankist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-tankist-description {
  max-width: 600px;
  margin-bottom: 60px;
}

.c-tankist-description.bottom {
  display: none;
  margin-top: 40px;
}

.h2-tankist {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: ivypresto-display, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 1;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -1px;
  text-decoration: none;
}

.c-tankist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-tankist.sp {
  display: none;
}

.c-individual-tank {
  max-width: 250px;
  margin-right: 20px;
  margin-left: 20px;
}

.c-person-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.person-name {
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-family: ivypresto-display, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.person-name-jp {
  margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #d5b68d;
  font-size: 14px;
  letter-spacing: 1px;
}

.section-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-link {
  overflow: visible;
  color: #333;
  text-decoration: none;
}

.backtotxt {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: ivypresto-display, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
}

.backtotxt:hover {
  color: #d5b68d;
}

.section-credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.c-credits.clothing {
  margin-top: 40px;
}

.credit-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  font-family: 'Josefin Sans', sans-serif;
}

.credit-title {
  margin-right: 5px;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
}

.credit-title.clothing {
  margin-right: 0px;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
}

.credit-name {
  line-height: 1.6;
}

.fs {
  font-size: 10px;
}

.section-tank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-interview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 0px 0px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-watch {
  margin-top: 6px;
  margin-bottom: 1px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
}

.title-watch.sp {
  display: none;
}

.title-watch.pc {
  line-height: 1.2;
}

.c-1200 {
  height: 700px;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.c-interview-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.p-text-intro {
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1px;
}

.insta-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #333;
  font-size: 14px;
  letter-spacing: 3px;
  text-decoration: none;
}

.insta-link:hover {
  color: #d5b68d;
}

.name-title {
  padding-right: 10px;
  padding-left: 10px;
  font-family: ivypresto-display, sans-serif;
  font-size: 50px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
}

.c-interview-body {
  position: static;
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin-top: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-interview-body.relative {
  position: relative;
}

.c-interview-body.second {
  height: 100%;
  margin-bottom: 220px;
}

.c-interview-img {
  height: auto;
}

.c-interview-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-interview-text.relative {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.interview {
  margin-left: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
}

.interview.question {
  margin-bottom: 20px;
  margin-left: 0px;
  font-weight: 700;
}

.c-qa {
  margin-bottom: 40px;
}

.c-watch-left {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -21%;
  max-width: 80%;
}

.unit-watch-left {
  width: auto;
  max-width: none;
}

.c-description {
  margin-top: 10px;
  padding-top: 0px;
}

.description {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 400;
}

.description.hide {
  display: none;
}

.c-interview-watch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 20px 40px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #d5b68d;
}

.c-interview-watch-img {
  max-width: 200px;
}

.c-interview-watch-side {
  margin-right: 60px;
}

.c-watch-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.int-watch-title {
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.int-sub-description {
  font-family: 'Noto Sans JP', sans-serif;
  color: #d5b68d;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 2px;
}

.int-sub-description.sp {
  display: none;
}

.int-description {
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0px;
}

.int-subtext {
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 2px;
}

.slider {
  height: auto;
  max-width: 400px;
  background-color: transparent;
}

.slide {
  height: auto;
}

.mask-2 {
  height: auto;
}

.masked {
  height: auto;
}

.left-arrow {
  height: auto;
}

.slide-nav {
  bottom: -8%;
  font-size: 10px;
}

.icon-2 {
  font-size: 14px;
}

.arrow {
  color: #d5b68d;
  font-size: 18px;
}

.arrow.left {
  margin-left: 20px;
}

.section-tank-watches {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-tank-watches.hide {
  display: none;
}

.c-intro-tankmusk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.c-intro-tankmusk.opposite {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: transparent;
}

.tankmust-title {
  font-family: ivypresto-display, sans-serif;
  font-size: 50px;
  line-height: 1;
  font-style: italic;
  font-weight: 300;
}

.tankmust-title.white {
  color: #fafafa;
}

.tankmust-description {
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #4f4f4f;
  font-size: 15px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0px;
}

.tankmust-description.white {
  color: #fff;
}

.tankmust-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  letter-spacing: 4px;
}

.tankmust-sub.gold {
  color: #d5b68d;
}

.c-watches {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-watches.horizontal {
  margin-top: 0px;
  margin-right: 50px;
  margin-left: 50px;
}

.watch-type {
  margin-bottom: 20px;
  font-size: 20px;
}

.c-tankmust-watch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.c-tankmust-img {
  overflow: hidden;
  height: auto;
  max-width: 200px;
}

.c-thewatch {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-thewatch.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.c-thewatch.grid-2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.c-thewatch.grid-4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.c-descriptionwatch {
  margin-top: 20px;
}

.watch-name {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
}

.text-block-4 {
  font-size: 10px;
}

.watch-details {
  color: #4f4f4f;
  font-size: 12px;
}

.watch-price {
  display: none;
  margin-top: 10px;
  color: #4f4f4f;
  font-size: 12px;
  line-height: 1.8;
}

.button2 {
  position: relative;
  overflow: hidden;
  padding: 15px 45px;
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
}

.button2-text {
  position: relative;
  z-index: 1;
  font-family: Lato, sans-serif;
  text-transform: none;
}

.button2-reveal {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-top: -35px;
  margin-left: -45px;
  background-color: #000;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.btn-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 0px;
  color: #000;
  text-decoration: none;
}

.btn-parent.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 20px;
  margin-top: 20px;
  border-width: 1px;
  border-color: #000;
  background-color: #000;
  color: #000;
}

.btn-parent.black.hide {
  display: none;
}

.btn-txt-1 {
  position: absolute;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
}

.btn-txt-1.smaller {
  font-size: 12px;
}

.btn-txt-1.jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.btn-txt-2 {
  position: absolute;
  display: block;
  background-color: transparent;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
}

.btn-txt-2.smaller {
  font-size: 12px;
}

.btn-txt-2.jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.section-horizontal {
  display: none;
  height: 350vw;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px;
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-tankmust-intro {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-block-4 {
  position: absolute;
  background-color: #000;
}

.section-bc {
  overflow: hidden;
  max-width: 100vw;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.125rem;
  padding: 9px 0.85rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f7;
  color: #747c83;
  font-size: 0.75rem;
}

.link {
  padding-right: 0.35rem;
  padding-left: 0.35rem;
  color: #747c83;
  text-decoration: none;
}

.side {
  padding: 0.25rem;
  font-size: 0.563rem;
}

.scroll-indicator {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1111;
  display: block;
  width: 100%;
  height: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d5b68d), to(#d5b68d));
  background-image: linear-gradient(180deg, #d5b68d, #d5b68d);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.small {
  color: #000;
  font-size: 12px;
}

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.share.brand {
  margin-top: 0px;
}

.sharelinkblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-share-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
}

.social-share-btn.line {
  background-image: url('/special/cartier-tank-tankmust/images/f-line.svg');
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-share-btn.line.black {
  background-color: transparent;
  background-image: url('/special/cartier-tank-tankmust/images/line_1.svg');
  background-size: cover;
  -webkit-filter: none;
  filter: none;
}

.social-share-btn.tw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/special/cartier-tank-tankmust/images/f-twitter.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-share-btn.tw.black {
  width: 30px;
  height: 30px;
  background-image: url('/special/cartier-tank-tankmust/images/twitter_1.svg');
  -webkit-filter: none;
  filter: none;
}

.social-share-btn.pin {
  background-image: url('/special/cartier-tank-tankmust/images/f-pinterest.svg');
  background-size: contain;
}

.social-share-btn.fb {
  background-image: url('/special/cartier-tank-tankmust/images/f-facebook.svg');
  background-size: contain;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-share-btn.fb.black {
  background-image: url('/special/cartier-tank-tankmust/images/fbook.svg');
  -webkit-filter: none;
  filter: none;
}

.c-share {
  overflow: hidden;
  margin-bottom: 0px;
  text-align: left;
}

.c-share.share {
  margin-top: 0px;
  margin-right: 10px;
}

._w-inline-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-inline-block.hide {
  display: none;
}

._w-inline-block.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.date-text {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Josefin Sans', sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.date-text.white {
  color: #fff;
}

.ecsite-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 0px;
  color: #000;
  text-decoration: none;
}

.ecsite-button.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 40px;
  border-width: 1px;
  border-color: #000;
  background-color: #000;
  color: #000;
}

.backtotop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 25px 25px 60px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px none #fff;
  border-radius: 100%;
  background-color: #d5b68d;
  color: #000;
  text-decoration: none;
}

.arrow-up {
  margin-left: 0px;
}

.menu-bar-2 {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: #000;
}

.navcontainer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1100px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  opacity: 1;
}

.i-2 {
  height: 20px;
}

.nav-link-2 {
  overflow: visible;
  height: 100%;
  padding: 10px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link-2:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.fs-search {
  font-size: 10px;
  font-weight: 500;
}

._400px {
  max-width: 400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo-white {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.c-the-text.sp {
  display: none;
}

.gold-line {
  width: 100%;
  height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #d5b68d;
}

.gold-line.hide {
  display: none;
}

.coming-soon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.77);
  opacity: 1;
  color: #fff;
}

.coming-soon-txt {
  font-family: ivypresto-display, sans-serif;
  font-size: 48px;
  line-height: 1.8;
  font-style: italic;
  font-weight: 300;
}

.archive-watch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0px;
}

.paragraph-2.question {
  margin-bottom: 0.5em;
  font-family: 'Noto Sans JP', sans-serif;
  color: #01b3ff;
  font-weight: 500;
  text-align: left;
}

.dash {
  display: none;
  padding-right: 6px;
  font-weight: 400;
  letter-spacing: -2px;
  text-indent: 0px;
}

.smaller-credit {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 10px;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .c-info__s-wrap {
    padding-right: 3em;
    padding-left: 3em;
  }

  .c-watch__wrap {
    height: auto;
    padding-right: 3em;
    padding-left: 3em;
  }

  .menu-bar {
    height: 2px;
    margin-bottom: 4px;
    background-color: #000;
  }

  .menu-bar.alt {
    background-color: #fff;
  }

  .navcontainer {
    overflow: visible;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-menu {
    padding: 30px;
    background-color: #fff;
  }

  .navbar {
    position: absolute;
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .icon {
    display: none;
    color: #fff;
  }

  .menu-button {
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .i {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .i.alt {
    -webkit-filter: none;
    filter: none;
  }

  .menu-parent {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link {
    border-top: 0.5px none #555;
    border-bottom: 0.5px solid rgba(85, 85, 85, 0.3);
    color: #333;
    font-weight: 500;
    text-align: left;
  }

  .section-menu {
    padding: 100px 30px;
  }

  .menu-container {
    grid-column-gap: 30px;
  }

  .img-m {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .date {
    font-size: 170px;
  }

  .date.smaller {
    font-size: 160px;
  }

  .footer {
    margin-top: 0px;
  }

  .footer-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-title {
    padding-right: 50px;
    padding-bottom: 60px;
    padding-left: 50px;
  }

  .p-top {
    font-size: 14px;
  }

  .c-ptop.pc {
    display: none;
  }

  .c-imgsize {
    width: 100%;
    max-width: none;
  }

  .info-slides {
    width: auto;
    max-width: 400px;
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .c-text {
    max-width: 100%;
    text-align: center;
  }

  .section-legendary {
    padding-right: 20px;
    padding-left: 20px;
  }

  .en-title {
    font-size: 38px;
  }

  .jp-title {
    margin-bottom: 0px;
  }

  .p-description {
    text-align: center;
  }

  .p-description.archive {
    margin-top: 40px;
    padding-top: 0px;
  }

  .c-material {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-material.carousel {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mid-line {
    display: none;
  }

  .section-tankist {
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-tankist-description {
    margin-bottom: 20px;
  }

  .c-tankist-description.bottom {
    display: block;
    margin-top: 20px;
  }

  .c-individual-tank {
    max-width: 200px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .c-interview {
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-1200 {
    height: 400px;
    margin-bottom: 40px;
  }

  .c-interview-body {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .c-interview-body.second {
    margin-bottom: 100px;
  }

  .c-interview-text.relative {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-watch-left {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-interview-watch {
    margin-top: 0px;
    padding: 30px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-interview-watch-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-watch-description {
    max-width: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .int-description {
    text-align: center;
  }

  .int-subtext {
    text-align: center;
  }

  .slider {
    max-width: none;
  }

  .slide-nav {
    bottom: -7%;
  }

  .tankmust-description {
    text-align: center;
  }

  .c-thewatch.grid-4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .btn-txt-1 {
    font-size: 10px;
  }

  .btn-txt-2 {
    font-size: 10px;
  }

  .section-horizontal {
    height: 350vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .camera {
    overflow: hidden;
    width: 100vw;
    height: auto;
  }

  .frame {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .item {
    width: 150vw;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .breadcrumbs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._w-inline-block.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .backtotop {
    width: auto;
    height: auto;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 100%;
    background-color: #d5b68d;
    font-size: 12px;
  }

  .backtotop.w--current {
    background-color: #d5b68d;
  }

  .arrow-up {
    margin-left: 0px;
    -webkit-filter: none;
    filter: none;
  }

  .menu-bar-2 {
    height: 2px;
    margin-bottom: 4px;
    background-color: #fff;
  }

  .navcontainer-2 {
    overflow: visible;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbar-2 {
    position: relative;
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .i-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-2 {
    border-top: 0.5px none #555;
    border-bottom: 0.5px solid rgba(85, 85, 85, 0.3);
    color: #333;
    font-weight: 500;
    text-align: left;
  }

  .c-the-text.pc {
    display: none;
  }

  .c-the-text.sp {
    display: block;
  }

  .coming-soon-txt {
    line-height: 1.3;
    text-align: center;
  }

  .archive-watch {
    width: 100%;
  }

  .paragraph-2 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .c-section {
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
  }

  .navcontainer {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
  }

  .navcontainer.b {
    background-color: #000;
  }

  .navbar {
    position: fixed;
    background-color: transparent;
  }

  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .brand {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .copyright {
    font-size: 10px;
  }

  .c-title {
    margin-top: 5px;
  }

  .c-title.right {
    margin-top: 15px;
  }

  .h1-hero {
    font-size: 44px;
  }

  .subtitle {
    font-size: 14px;
  }

  .date {
    font-size: 100px;
    letter-spacing: -3px;
  }

  .date.smaller {
    font-size: 40px;
  }

  .sns-text {
    font-size: 12px;
  }

  .contact {
    font-size: 12px;
  }

  .p-description {
    text-align: center;
  }

  .p-description.archive {
    margin-top: 20px;
  }

  .c-tankist-description {
    margin-bottom: 40px;
    padding-right: 57px;
    padding-left: 57px;
  }

  .h2-tankist {
    font-size: 33px;
  }

  .c-individual-tank {
    max-width: 158px;
  }

  .person-name {
    font-size: 19px;
    font-weight: 400;
  }

  .person-name-jp {
    font-size: 12px;
  }

  .c-credits {
    font-size: 14px;
  }

  .c-1200 {
    height: auto;
  }

  .p-text-intro {
    text-align: center;
  }

  .c-interview-watch {
    padding: 40px 30px;
  }

  .int-sub-description {
    text-align: center;
  }

  .section-tank-watches {
    padding-right: 30px;
    padding-left: 30px;
  }

  .c-thewatch.grid-3 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-horizontal {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .breadcrumbs {
    width: 800px;
    max-width: 800px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._w-inline-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .backtotop {
    padding: 17px;
    background-color: #d5b68d;
  }

  .backtotop.w--current {
    background-color: #d5b68d;
  }

  .navcontainer-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

  .navbar-2 {
    position: relative;
    background-color: #000;
  }

  .coming-soon-txt {
    line-height: 1;
  }
}

@media screen and (max-width: 479px) {
  .section.a {
    overflow: visible;
  }

  .section-2 {
    width: 100vw;
  }

  .lottie-animation {
    width: 200px;
  }

  .c-video {
    top: auto;
  }

  .c-info__s-wrap {
    position: relative;
    padding-right: 1.6em;
    padding-left: 1.6em;
  }

  .c-info__wrap {
    top: 5vh;
  }

  .c-watch__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    max-width: 400px;
    min-height: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-watch__wrap.pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: auto;
    height: auto;
    min-height: 60vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-watch__wrap.sp {
    position: relative;
    display: none;
    width: auto;
    height: auto;
    max-width: 600px;
    min-height: 60vh;
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-section {
    position: static;
    overflow: visible;
    padding-right: 10px;
    padding-left: 10px;
  }

  .c-heading_gradient {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.6;
  }

  .c-heading_gradient.pc {
    display: none;
  }

  .c-heading_gradient.sp {
    display: block;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.5;
  }

  .c-watch__after {
    top: -20%;
    display: none;
    width: auto;
    height: auto;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    -o-object-fit: cover;
    object-fit: cover;
  }

  .c-watch__after.sp {
    display: block;
  }

  .c-p-gradient {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 300;
    text-align: center;
  }

  .c-i__link-wrap {
    font-size: 20px;
  }

  .heading {
    font-size: 60px;
  }

  .logo_wrap {
    width: auto;
    max-width: 200px;
  }

  .down-line {
    display: none;
    height: 80px;
  }

  .down-line.alt {
    display: block;
    height: 50px;
  }

  .scrolldown_wrap.absolute {
    bottom: -20%;
    margin-top: 0px;
  }

  .navcontainer {
    position: static;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar {
    position: relative;
    z-index: 99;
    background-color: #000;
  }

  .navbar.white {
    z-index: 99;
  }

  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-parent {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cartier_logo {
    top: 0%;
    z-index: 99;
    width: 100px;
  }

  .cartier_logo.w--current {
    margin-top: 15px;
    padding-top: 0px;
  }

  .cartier_logo.black {
    position: relative;
    z-index: 90;
  }

  .section-menu {
    padding: 0px 10px 60px;
  }

  .menu-container {
    grid-column-gap: 15px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .c-img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .img-m {
    -o-object-position: 55% 50%;
    object-position: 55% 50%;
  }

  .c-copyright {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-copyright.menu {
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-copyright.archive {
    display: none;
  }

  .c-title {
    margin-right: -5px;
    margin-left: -5px;
  }

  .h1-hero {
    font-size: 24px;
  }

  .h1-hero.headline {
    margin-bottom: 0px;
    font-size: 46px;
  }

  .subtitle {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }

  .subtitle.black {
    font-size: 18px;
  }

  .subtitle.pc {
    display: none;
  }

  .subtitle.sp {
    display: block;
    font-size: 14px;
  }

  .date {
    margin-left: 0px;
    font-size: 56px;
    text-align: center;
  }

  .date.smaller {
    font-size: 40px;
  }

  .section-title {
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-top {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
  }

  .part-minilink {
    margin-right: 15px;
    margin-left: 15px;
  }

  .part-txt {
    font-size: 14px;
  }

  .part-title-txt {
    font-size: 14px;
  }

  .info-slides {
    margin-bottom: 80px;
  }

  .info-slides.caro {
    overflow: hidden;
    width: 100vw;
  }

  .section-legendary {
    padding-top: 80px;
    padding-bottom: 0px;
  }

  .number {
    font-size: 70px;
    font-weight: 300;
  }

  .en-title {
    font-size: 28px;
  }

  .jp-title {
    font-size: 20px;
  }

  .p-description {
    margin-top: 0px;
    font-size: 14px;
  }

  .p-description.archive {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-material.carousel {
    width: 100%;
  }

  .mobile-watch {
    position: absolute;
    left: auto;
    top: -40%;
    right: auto;
    z-index: 98;
    display: block;
  }

  .section-tankist {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .c-tankist-description {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-tankist-description.top {
    margin-bottom: 10px;
  }

  .h2-tankist {
    font-size: 38px;
  }

  .c-tankist.pc {
    display: none;
  }

  .c-tankist.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c-individual-tank {
    width: auto;
    max-width: 130px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .c-person-txt {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .person-name {
    font-size: 16px;
  }

  .person-name-jp {
    font-size: 10px;
    text-align: center;
  }

  .person-name-jp.pc {
    display: none;
  }

  .person-name-jp.sp {
    line-height: 1.8;
  }

  .section-credits {
    padding-right: 10px;
    padding-left: 10px;
  }

  .c-credits {
    font-size: 12px;
  }

  .credit-box {
    font-size: 12px;
  }

  .credit-title {
    font-size: 12px;
  }

  .credit-title.clothing {
    font-size: 10px;
  }

  .credit-name {
    font-size: 12px;
  }

  .section-tank {
    padding: 40px 20px;
  }

  .c-interview {
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
  }

  .title-watch {
    font-size: 15px;
    text-align: center;
  }

  .title-watch.sp {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.6;
  }

  .title-watch.pc {
    display: none;
  }

  .c-1200 {
    height: auto;
    margin: 30px -20px 10px;
  }

  .p-text-intro {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 14px;
    text-align: center;
  }

  .name-title {
    font-size: 30px;
  }

  .c-interview-body {
    margin-top: 40px;
    grid-row-gap: 50px;
  }

  .interview {
    font-size: 14px;
  }

  .interview.question {
    text-align: center;
  }

  .c-qa.last {
    margin-bottom: 0px;
  }

  .c-watch-left {
    max-width: 100%;
    margin-top: 20px;
  }

  .c-description {
    padding-top: 5px;
  }

  .description {
    text-align: center;
  }

  .c-interview-watch {
    padding: 30px 20px;
  }

  .c-interview-watch-img {
    max-width: 150px;
  }

  .int-watch-title {
    margin-bottom: 10px;
    text-align: center;
  }

  .int-sub-description {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }

  .int-sub-description.pc {
    display: none;
  }

  .int-sub-description.sp {
    display: block;
  }

  .int-description {
    font-size: 14px;
    line-height: 1.8;
  }

  .int-subtext {
    line-height: 1.8;
  }

  .slider {
    width: 300px;
  }

  .left-arrow {
    left: 0%;
  }

  .slide-nav {
    bottom: -11%;
    font-size: 6px;
  }

  .section-tank-watches {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .c-intro-tankmusk {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 19px;
    padding-left: 19px;
  }

  .tankmust-title {
    font-size: 35px;
  }

  .tankmust-description {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0px;
  }

  .tankmust-sub {
    letter-spacing: 2px;
  }

  .c-watches {
    padding-right: 15px;
    padding-left: 15px;
  }

  .c-tankmust-watch {
    width: auto;
    max-width: 130px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .c-tankmust-img {
    max-width: 400px;
  }

  .c-thewatch.grid-3 {
    position: static;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    grid-row-gap: 50px;
  }

  .watch-name {
    line-height: 1.6;
  }

  .watch-details {
    line-height: 1.5;
    text-align: center;
  }

  .item {
    padding: 10px 20px;
  }

  .breadcrumbs {
    width: 800px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .share {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .share.brand {
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c-share {
    margin-bottom: 0px;
    font-size: 14px;
  }

  ._w-inline-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._w-inline-block.center {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .backtotop {
    width: auto;
    height: auto;
    padding: 17px;
    border-radius: 100%;
    background-color: #d5b68d;
  }

  .backtotop.w--current {
    background-color: #d5b68d;
  }

  .arrow-up {
    margin-left: 0px;
  }

  .navcontainer-2 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar-2 {
    position: relative;
    background-color: #000;
  }

  .c-the-text.sp.caro {
    padding-right: 30px;
    padding-left: 30px;
  }

  .coming-soon-txt {
    font-size: 27px;
  }

  .right-arrow {
    right: 0%;
  }

  .paragraph-2 {
    text-align: justify;
  }

  .paragraph-2.question {
    margin-bottom: 1em;
    color: #01b3ff;
    font-size: 14px;
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fb1e2349-1a01-d64c-3d7d-d959a2329243-6ba0249d {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_7f2ccd8a-cda0-020d-722c-0721ec3a2c12-6ba0249d {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-e7747a7a-3e4d-1e58-feae-3139d60a9ea3-c0f2a695 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_381dd7e6-fb89-45fa-3029-4a37c3e10df7-c0f2a695 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9bc5cf96-f323-875d-a387-0de2ac09cec9-c0f2a695 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c7fa03c0-ba4d-40d6-a306-782e9584ba80-c0f2a695 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_15467e55-1b8b-84b3-b94b-e3c9bc9f09ff-c0f2a695 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d229f045-a427-2377-30c1-dc65cdfe047f-c0f2a695 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9bc5cf96-f323-875d-a387-0de2ac09cec9-c0f2a695 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c7fa03c0-ba4d-40d6-a306-782e9584ba80-c0f2a695 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_15467e55-1b8b-84b3-b94b-e3c9bc9f09ff-c0f2a695 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

