@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

p {
  margin: 0;
}

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

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  background-color: #010936;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

p {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.8;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
button:focus {
  outline: 2px solid #6cd6ca;
  outline-offset: 2px;
}

input,
textarea,
select {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  border-radius: 4px;
  padding: 8px 12px;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #6cd6ca;
  -webkit-box-shadow: 0 0 0 2px rgba(108, 214, 202, 0.2);
  box-shadow: 0 0 0 2px rgba(108, 214, 202, 0.2);
}

::-moz-selection {
  background-color: #6cd6ca;
  color: #010936;
}

::selection {
  background-color: #6cd6ca;
  color: #010936;
}

::-moz-selection {
  background-color: #6cd6ca;
  color: #010936;
}

:focus-visible {
  outline: 2px solid #6cd6ca;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.sp-only {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-only {
    display: inherit !important;
  }
}

.pc-only {
  display: inherit !important;
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

/* Header Styles */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: #0f336f;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 1000;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}

/* Hamburger Button */
.hamburger-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  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;
  gap: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hamburger-line {
  width: 30px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hamburger-btn:hover .hamburger-line {
  background-color: #fff;
  opacity: 0.5;
}

/* Logo Styles */
.logo-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.logo-center img {
  height: 55px;
}

/* Header Right Menu */
.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.header-menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  letter-spacing: 0.5px;
}

.header-menu-btn:hover {
  opacity: 0.5;
}

.header-menu-btn {
  font-size: 12px;
}

.header-menu-btn .globe-icon img {
  height: 20px;
  vertical-align: middle;
}

.logo-right {
  height: 38px;
}

.logo-right img {
  height: 100%;
}

/* Menu Overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: -340px;
  width: 340px;
  height: 100vh;
  background-color: #0f336f;
  z-index: 2000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow-y: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}

.menu-overlay.active {
  -webkit-transform: translateX(340px);
  transform: translateX(340px);
}

/* Menu Header */
.menu-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  gap: 15px;
}

.close-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  position: relative;
  width: 24px;
  height: 24px;
}

.close-line {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.close-line:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-line:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.language-btn,
.local-site-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.local-site-btn img {
  height: 20px;
}

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

/* Menu Navigation */
.menu-nav {
  padding: 20px;
}

.menu-list {
  list-style: none;
}

.menu-item img {
  height: 10px;
  vertical-align: top;
  margin-left: 8px;
}

.menu-item:last-child {
  border-bottom: none;
}

.menu-link {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.menu-item.expandable {
  display: block;
}

.menu-item-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-item-header .menu-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: none;
}

.menu-link:hover {
  opacity: 0.5;
  color: #fff !important;
}

.expand-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 20px;
  color: #fff;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.expand-btn.expanded .expand-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Submenu Styles */
.submenu {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.submenu.expanded {
  max-height: 300px;
}

.submenu-item:last-child {
  border-bottom: none;
}

.submenu-link {
  display: block;
  padding: 5px 20px 5px 40px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.submenu-link:hover {
  color: #333;
  background-color: #f0f0f0;
}

.submenu-link::before {
  content: "—";
  margin-right: 10px;
  color: #ccc;
}

/* Language Overlay */
.language-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255) url(https://www.citizenwatch-global.com/citizen_l/special/collections/2025limitedmodels/img/header/region_bg.png) no-repeat
    center center;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.language-overlay.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.language-close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.language-close .close-line {
  background-color: #333;
}

.language-title {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 40px;
  color: #333;
}

.language-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  max-width: 1000px;
}

.language-option {
  background: none;
  border: none;
  cursor: pointer;
  padding: 20px 40px;
  font-size: 16px;
  color: #666;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-align: center;
}

.language-option:hover,
.language-option.active {
  color: #333;
}

/* Local Site Overlay */
.local-site-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255) url(https://www.citizenwatch-global.com/citizen_l/special/collections/2025limitedmodels/img/header/region_bg.png) no-repeat
    center center;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: auto;
  padding: 60px 40px 40px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.local-site-overlay.active {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.local-site-close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.local-site-close .close-line {
  background-color: #333;
}

.local-site-title {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}

.local-site-content {
  max-width: 1000px;
  margin: 50px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}

.region-group {
  text-align: left;
}

.region-title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #333;
}

.country-list {
  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;
  gap: 8px;
  margin-bottom: 30px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}

.country-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 0;
  font-size: 12px;
  color: #666;
  text-align: left;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}

.country-btn:hover {
  color: #333;
}

.local-site-subtitle {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-bottom: 30px;
  line-height: 1.5;
}

.local-site-note {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
  color: #999;
}

/* Desktop/Mobile visibility controls */
.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* Mobile accordion styles */
.local-site-accordion {
  max-width: 100%;
  margin: 0 auto;
}

.region-accordion-item {
  border-bottom: 1px solid #eee;
}

.region-accordion-item:last-child {
  border-bottom: none;
}

.region-accordion-header,
.region-accordion-header--deactive {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #333;
  text-align: left;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.region-accordion-header:hover {
  color: #666;
}

.region-accordion-title {
  font-weight: 400;
  letter-spacing: 1px;
}

.region-accordion-icon {
  font-size: 16px;
  color: #666;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.region-accordion-header.expanded .region-accordion-icon {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.region-accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  padding: 0;
}

.region-accordion-content.expanded {
  max-height: 800px;
  padding-bottom: 20px;
}

.region-accordion-content .country-btn {
  display: block;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 12px 0;
  font-size: 12px;
  color: #666;
  text-align: left;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border-bottom: 1px solid #f5f5f5;
}

.region-accordion-content .country-btn:hover {
  color: #333;
}

.region-accordion-content .country-btn:last-child {
  border-bottom: none;
}

/* Main Content */
.main-content {
  margin-top: 60px;
  min-height: 100vh;
  padding: 40px 20px;
}

.hero-section {
  text-align: center;
  padding: 100px 20px;
}

.hero-section h1 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
}

.hero-section p {
  font-size: 16px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

/* Backdrop for menu overlay */
.menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0f336f;
  z-index: 1500;
  visibility: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.menu-backdrop.active {
  visibility: visible;
  opacity: 0.75;
  pointer-events: inherit;
}

/* Responsive Design */
@media (max-width: 768px) {
  .header {
    padding: 0 15px;
  }
  /* Hide header right menu on mobile */
  .header-right .header-menu-btn {
    display: none;
  }
  /* Keep only CITIZEN logo visible on mobile */
  .header-right .logo-right {
    display: block;
  }
  /* Full width menu overlay for mobile */
  .menu-overlay {
    width: 100vw;
    left: -100vw;
  }
  .menu-overlay.active {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  /* Menu header adjustments for mobile */
  .menu-header {
    padding: 20px;
    gap: 15px;
  }
  /* Language and local site buttons in menu header */
  .language-btn,
  .local-site-btn {
    font-size: 12px;
    padding: 8px 12px;
  }
  .local-site-btn img {
    height: 20px;
  }
  /* Language overlay adjustments */
  .language-overlay {
    padding: 20px;
  }
  .language-close {
    top: 20px;
    right: 20px;
  }
  .language-title {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .language-options {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 300px;
  }
  .language-option {
    padding: 15px 30px;
    font-size: 14px;
  }
  /* Local site overlay adjustments */
  .local-site-overlay {
    padding: 60px 20px 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .local-site-close {
    top: 20px;
    right: 20px;
  }
  .local-site-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .local-site-subtitle {
    font-size: 11px;
    margin-bottom: 30px;
  }
  .local-site-overlay-wrap {
    width: 100%;
    max-width: 300px;
    height: auto;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: auto;
    /* Hide scrollbar for webkit browsers */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
  }
  .local-site-overlay-wrap::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  /* Switch to mobile accordion layout */
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .local-site-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  /* Hero section adjustments */
  .hero-section {
    padding: 60px 20px;
  }
  .hero-section h1 {
    font-size: 28px;
  }
  .hero-section p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .header {
    height: 60px;
    padding: 0 10px;
  }
  .logo-center img {
    height: 40px;
  }
  .logo-right {
    height: inherit;
  }
  .logo-right img {
    height: 24px;
  }
  .main-content {
    margin-top: 50px;
  }
  .menu-header {
    padding: 15px;
    gap: 10px;
  }
  .language-btn,
  .local-site-btn {
    font-size: 10px;
    padding: 6px 8px;
  }
  .menu-link {
    padding: 15px;
    font-size: 13px;
  }
  .submenu-link {
    padding: 12px 15px 12px 30px;
    font-size: 12px;
  }
  .expand-btn {
    padding: 15px;
  }
  .language-title,
  .local-site-title {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 25px;
  }
  .language-option {
    padding: 12px 20px;
    font-size: 13px;
  }
  .region-title {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .country-btn {
    font-size: 11px;
    padding: 6px 0;
  }
  .hero-section {
    padding: 40px 15px;
  }
  .hero-section h1 {
    font-size: 24px;
  }
  .hero-section p {
    font-size: 14px;
  }
}
.container,
.p-all-models,
.p-product-02__inner,
.p-product-01__inner {
  width: 1196px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
}
.l-header__top {
  background-color: #0f336f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.2rem 4rem;
}
.l-header__top input {
  display: none;
}
.l-header__sp-menu-button {
  display: none;
}
.l-header__brand-logo {
  position: absolute;
  top: 2.5rem;
  left: 4rem;
}
.l-header__menu ul {
  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;
  padding: 15px;
}
.l-header__menu ul li {
  list-style: none;
  margin: 0 30px;
}
.l-header__menu ul li a {
  color: #ffffff;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(1.4rem * 0.001 * 50);
}

.p-firstview {
  background-color: rgb(74, 160, 199);
  background-size: cover;
  height: calc(100svh - 8rem);
  min-height: 82.1rem;
  width: 100vw;
  top: 0;
  position: relative;
}
.p-firstview h1 {
  position: absolute;
  top: 109px;
  left: 124px;
  font-size: 33px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(33px * 0.001 * 50);
}
.p-firstview__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(10%, #000),
    color-stop(60%, #000),
    to(transparent)
  );
  -webkit-mask-image: -webkit-linear-gradient(
    top,
    transparent 0%,
    #000 10%,
    #000 60%,
    transparent 100%
  );
  mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(10%, #000),
    color-stop(60%, #000),
    to(transparent)
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 10%,
    #000 60%,
    transparent 100%
  );
}
.p-firstview__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-firstview__copy {
  position: absolute;
  bottom: 100px;
  right: 121px;
  width: 35.2083333333%;
  height: auto;
}

.p-secondview {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(1, 9, 54)),
    to(rgb(68, 159, 200))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgb(1, 9, 54) 0%,
    rgb(68, 159, 200) 100%
  );
  background: linear-gradient(0deg, rgb(1, 9, 54) 0%, rgb(68, 159, 200) 100%);
  background-size: cover;
  padding: 18rem 0;
  color: #ffffff;
  position: relative;
}
.p-secondview video {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(35%, #000),
    color-stop(35%, #000),
    to(transparent)
  );
  -webkit-mask-image: -webkit-linear-gradient(
    top,
    transparent 0%,
    #000 35%,
    #000 35%,
    transparent 100%
  );
  mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(35%, #000),
    color-stop(35%, #000),
    to(transparent)
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 35%,
    #000 35%,
    transparent 100%
  );
}
.p-secondview::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #00c1ff;
  opacity: 0.5;
  mix-blend-mode: color-burn;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(55%, #000),
    color-stop(55%, #000),
    to(transparent)
  );
  -webkit-mask-image: -webkit-linear-gradient(
    top,
    transparent 0%,
    #000 55%,
    #000 55%,
    transparent 100%
  );
  mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(55%, #000),
    color-stop(55%, #000),
    to(transparent)
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 55%,
    #000 55%,
    transparent 100%
  );
}
.p-secondview__inner {
  position: relative;
  z-index: 100;
}
.p-secondview h2 {
  text-align: center;
  margin-bottom: 3.2rem;
  font-size: 7.6rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  letter-spacing: calc(7.6rem * 0.001 * -20);
}
.p-secondview h3 {
  text-align: center;
  margin-bottom: 9rem;
  font-size: 2.8rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(2.8rem * 0.001 * 50);
}
.p-secondview img {
  display: block;
  margin: 162px auto 100px;
}
.p-secondview p {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: 2.55;
  letter-spacing: calc(22px * 0.001 * 50);
}

.p-gradient {
  background: #6cd6ca;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(0, 69, 146)),
    color-stop(10%, rgb(108, 214, 202)),
    color-stop(46%, rgb(89, 192, 197)),
    color-stop(50%, rgb(0, 69, 146)),
    to(rgb(1, 9, 54))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgb(0, 69, 146) 0%,
    rgb(108, 214, 202) 10%,
    rgb(89, 192, 197) 46%,
    rgb(0, 69, 146) 50%,
    rgb(1, 9, 54) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(0, 69, 146) 0%,
    rgb(108, 214, 202) 10%,
    rgb(89, 192, 197) 46%,
    rgb(0, 69, 146) 50%,
    rgb(1, 9, 54) 100%
  );
}

.p-product-01 {
  position: relative;
  color: #ffffff;
}
.p-product-01:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url(https://www.citizenwatch-global.com/citizen_l/special/collections/2025limitedmodels/img/product-01-screen.png) repeat center center;
  z-index: 0;
  background-size: 100% auto;
  background-attachment: fixed;
  mix-blend-mode: soft-light;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(10%, #000),
    color-stop(90%, #000),
    to(transparent)
  );
  -webkit-mask-image: -webkit-linear-gradient(
    top,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
  mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(10%, #000),
    color-stop(90%, #000),
    to(transparent)
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
}
.p-product-01__inner {
  padding: 120px 0 100px;
  position: relative;
  z-index: 1;
}
.p-product-01 h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
  letter-spacing: calc(30px * 0.001 * 50);
}
.p-product-01__image {
  width: 100%;
  margin: 60px auto 190px;
}
.p-product-01 h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
  letter-spacing: calc(30px * 0.001 * 50);
}
.p-product-01__row {
  padding: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 956px;
  max-width: calc(100% - 4rem);
  margin: auto;
}
.p-product-01__row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-product-01__col--text {
  width: 392px;
}
.p-product-01__col--text h4 {
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 45px;
  letter-spacing: calc(28px * 0.001 * 50);
  margin-bottom: 42px;
}
.p-product-01__col--text p {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  letter-spacing: calc(18px * 0.001 * 0);
}
.p-product-01__col--image {
  width: 450px;
  max-width: 40vw;
}

.p-product-02 {
  position: relative;
  color: #ffffff;
}
.p-product-02:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url(https://www.citizenwatch-global.com/citizen_l/special/collections/2025limitedmodels/img/product-02-screen.png) repeat center center;
  z-index: 0;
  background-size: 100% auto;
  mix-blend-mode: soft-light;
  background-attachment: fixed;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(10%, #000),
    color-stop(90%, #000),
    to(transparent)
  );
  -webkit-mask-image: -webkit-linear-gradient(
    top,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
  mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(10%, #000),
    color-stop(90%, #000),
    to(transparent)
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
}
.p-product-02__inner {
  padding: 120px 0 215px;
  position: relative;
  z-index: 1;
}
.p-product-02 h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
  letter-spacing: calc(30px * 0.001 * 50);
}
.p-product-02__image {
  width: 100%;
  margin: 60px auto 190px;
}
.p-product-02 h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
  letter-spacing: calc(30px * 0.001 * 50);
}
.p-product-02__row {
  padding: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 956px;
  max-width: calc(100% - 4rem);
  margin: auto;
}
.p-product-02__row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-product-02__col--text {
  width: 392px;
}
.p-product-02__col--text h4 {
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 45px;
  letter-spacing: calc(28px * 0.001 * 50);
  margin-bottom: 42px;
}
.p-product-02__col--text p {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  letter-spacing: calc(18px * 0.001 * 0);
}
.p-product-02__col--image {
  width: 450px;
  max-width: 40vw;
}

.p-all-models {
  color: #ffffff;
  padding: 120px 0 215px;
}
.p-all-models h2 {
  text-align: center;
  margin-bottom: 76px;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
  letter-spacing: calc(30px * 0.001 * 50);
}
.p-all-models__row {
  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;
  gap: 80px;
}
.p-all-models__col {
  width: 277px;
  text-align: center;
}
.p-all-models__col h3 {
  margin: 24px 0;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  line-height: 29px;
  letter-spacing: calc(19px * 0.001 * 50);
}
.p-all-models__col p {
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: 29px;
  letter-spacing: calc(17px * 0.001 * 50);
}
.p-all-models__col p .lg {
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  line-height: 29px;
  letter-spacing: calc(19px * 0.001 * 50);
}
.p-all-models__col__button {
  color: #0f336f;
  padding: 1rem 2.5rem;
  background-color: #fff;
  border-radius: 100rem;
  display: inline-block;
  margin-top: 3rem;
}
.p-all-models__link {
  width: 63.3rem;
  margin: 10rem auto 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 3.2rem;
  font-size: 1.9rem;
}
.p-all-models__link:hover {
  opacity: 0.5;
  color: #ffffff;
}

/* Firstview fade-in animations */
.p-firstview__bg {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out;
}

.p-firstview__bg.firstview-bg-active {
  opacity: 1;
}

.p-firstview__copy {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.p-firstview__copy.firstview-copy-active {
  opacity: 1;
}

@media (max-width: 1023px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100vw;
    height: 6.4rem;
    background: #0f336f;
  }
  .l-header__top {
    background-color: transparent;
  }
  .l-header__sp-menu-button {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .l-header__sp-menu-button span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 3.2rem;
  }
  .l-header__sp-menu-button span::after,
  .l-header__sp-menu-button span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    height: 1px;
    width: 2.4rem;
    background-color: #ffffff;
    display: block;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
  }
  .l-header__sp-menu-button span::before {
    -webkit-transform: translate(-50%, calc(-50% - 3px));
    transform: translate(-50%, calc(-50% - 3px));
  }
  .l-header__sp-menu-button span::after {
    -webkit-transform: translate(-50%, calc(-50% + 3px));
    transform: translate(-50%, calc(-50% + 3px));
  }
  #spmenu:checked + .l-header__sp-menu-button span::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #spmenu:checked + .l-header__sp-menu-button span::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .l-header__brand-logo {
    position: absolute;
    top: 2rem;
    left: inherit;
  }
  .l-header__brand-logo img {
    height: 1.4rem;
  }
  .l-header__menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #0f336f;
    width: 100vw;
    height: 100svh;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .l-header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10rem;
  }
  .l-header__menu ul li {
    margin-bottom: 2rem;
  }
  .l-header__menu ul li a {
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(3rem * 0.001 * -20);
  }
  #spmenu:checked + .l-header__sp-menu-button + .l-header__menu {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
  }
}
@media (max-width: 767px) {
  .container,
  .p-product-01__inner,
  .p-product-02__inner,
  .p-all-models {
    width: calc(100% - 4rem);
  }
  .p-firstview {
    background-color: rgb(74, 160, 199);
    background-size: cover;
    height: calc(100svh - 6.4rem);
    min-height: 63.4rem;
  }
  .p-firstview__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      color-stop(10%, #000),
      color-stop(70%, #000),
      to(transparent)
    );
    -webkit-mask-image: -webkit-linear-gradient(
      top,
      transparent 0%,
      #000 10%,
      #000 70%,
      transparent 100%
    );
    mask-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      color-stop(10%, #000),
      color-stop(70%, #000),
      to(transparent)
    );
    mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      #000 10%,
      #000 70%,
      transparent 100%
    );
  }
  .p-firstview__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-firstview__copy {
    position: absolute;
    bottom: 4.6rem;
    right: 50%;
    width: 91.7948717949%;
    height: auto;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .p-secondview {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(1, 9, 54)),
      to(rgb(68, 159, 200))
    );
    background: -webkit-linear-gradient(
      bottom,
      rgb(1, 9, 54) 0%,
      rgb(68, 159, 200) 100%
    );
    background: linear-gradient(0deg, rgb(1, 9, 54) 0%, rgb(68, 159, 200) 100%);
    background-size: cover;
    padding: 17rem 0;
    color: #ffffff;
  }
  .p-secondview h2 {
    text-align: center;
    margin-bottom: 2.7rem;
    font-size: 4.2rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(4.2rem * 0.001 * -20);
  }
  .p-secondview h3 {
    text-align: center;
    margin-bottom: 7.5rem;
    font-size: 2rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(2rem * 0.001 * 50);
  }
  .p-secondview p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    font-style: normal;
    line-height: 2.55;
    letter-spacing: calc(1.8rem * 0.001 * 50);
  }
  .p-gradient {
    background: #6cd6ca;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(0, 69, 146)),
      color-stop(10%, rgb(108, 214, 202)),
      color-stop(46%, rgb(89, 192, 197)),
      color-stop(50%, rgb(0, 69, 146)),
      to(rgb(1, 9, 54))
    );
    background: -webkit-linear-gradient(
      bottom,
      rgb(0, 69, 146) 0%,
      rgb(108, 214, 202) 10%,
      rgb(89, 192, 197) 46%,
      rgb(0, 69, 146) 50%,
      rgb(1, 9, 54) 100%
    );
    background: linear-gradient(
      0deg,
      rgb(0, 69, 146) 0%,
      rgb(108, 214, 202) 10%,
      rgb(89, 192, 197) 46%,
      rgb(0, 69, 146) 50%,
      rgb(1, 9, 54) 100%
    );
  }
  .p-product-01 {
    position: relative;
    color: #ffffff;
  }
  .p-product-01:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: url(https://www.citizenwatch-global.com/citizen_l/special/collections/2025limitedmodels/img/product-01-screen.png) repeat center center;
    z-index: 0;
    background-size: cover;
    background-attachment: fixed;
    mix-blend-mode: soft-light;
  }
  .p-product-01__inner {
    padding: 6rem 0 2rem;
    position: relative;
    z-index: 1;
  }
  .p-product-01 h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(20px * 0.001 * 50);
  }
  .p-product-01__image {
    width: 100%;
    margin: 6rem auto 10rem;
  }
  .p-product-01 h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(20px * 0.001 * 50);
  }
  .p-product-01__row {
    padding: 0;
    margin-bottom: 11rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 100%;
  }
  .p-product-01__row:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-product-01__col--text {
    width: 100%;
  }
  .p-product-01__col--text h4 {
    font-size: 2.2rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(2.2rem * 0.001 * 50);
    margin-top: 5rem;
    margin-bottom: 2.5rem;
  }
  .p-product-01__col--text p {
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    line-height: 2;
    letter-spacing: calc(1.6rem * 0.001 * 0);
  }
  .p-product-01__col--image {
    width: 100%;
    max-width: none;
  }
  .p-product-02 {
    position: relative;
    color: #ffffff;
  }
  .p-product-02:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: url(https://www.citizenwatch-global.com/citizen_l/special/collections/2025limitedmodels/img/product-02-screen.png) repeat center center;
    z-index: 0;
    background-size: cover;
    background-attachment: fixed;
    mix-blend-mode: soft-light;
  }
  .p-product-02__inner {
    padding: 6rem 0 0;
    position: relative;
    z-index: 1;
  }
  .p-product-02 h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(2rem * 0.001 * 50);
  }
  .p-product-02__image {
    width: 100%;
    margin: 5rem auto 10rem;
  }
  .p-product-02 h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(2rem * 0.001 * 50);
  }
  .p-product-02__row {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 11rem;
    max-width: 100%;
  }
  .p-product-02__row:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-product-02__col--text {
    width: 100%;
  }
  .p-product-02__col--text h4 {
    font-size: 2.2rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(2.2rem * 0.001 * 50);
    margin-top: 4rem;
    margin-bottom: 2.5rem;
  }
  .p-product-02__col--text p {
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    line-height: 2;
    letter-spacing: calc(1.6rem * 0.001 * 0);
  }
  .p-product-02__col--image {
    width: 100%;
    max-width: none;
  }
  .p-all-models {
    color: #ffffff;
    padding: 0 0 20rem;
  }
  .p-all-models h2 {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 2rem;
    font-weight: 400;
    font-style: normal;
    line-height: 36px;
    letter-spacing: calc(2rem * 0.001 * 50);
  }
  .p-all-models__row {
    -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;
    gap: 80px;
  }
  .p-all-models__col {
    width: 277px;
    text-align: center;
  }
  .p-all-models__col h3 {
    margin: 24px 0;
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    line-height: 29px;
    letter-spacing: calc(19px * 0.001 * 50);
  }
  .p-all-models__col p {
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    line-height: 29px;
    letter-spacing: calc(19px * 0.001 * 50);
  }
  .p-all-models__col p .lg {
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    line-height: 29px;
    letter-spacing: calc(19px * 0.001 * 50);
  }
  .p-all-models__link {
    width: 100%;
    margin: 9rem auto 15remrem;
    border: 1px solid #ffffff;
    color: #ffffff;
  }
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .swiper-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  -webkit-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  -webkit-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #595f70;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 13px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: normal;
}

@media only screen and (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px;
  }
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  background: #fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  background: #000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: #595f70;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #333;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: left 0.2s, -webkit-transform 0.2s;
  transition: left 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: right 0.2s, -webkit-transform 0.2s;
  transition: right 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #333;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  background: #fff;
}

.swiper-pagination-black {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar {
  position: relative;
  margin: 0;
  z-index: 50;
  height: 1px;
  width: auto;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid #333;
  border-top: 4px solid transparent;
}

.swiper-lazy-preloader-white {
  background: #fff;
}

.swiper-lazy-preloader-black {
  background: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  0%,
  35% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0%,
  35% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes heroContentIn {
  0%,
  35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes heroContentIn {
  0%,
  35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes ArrowMore {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50.1% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes ArrowMore {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50.1% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes ArrowBack {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50.1% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes ArrowBack {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50.1% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
*,
input,
:before,
:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
figure,
main {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 300;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

a:hover {
  text-decoration: inherit;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
  outline: none;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.grid {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
}

@media only screen and (min-width: 1024px) {
  .grid {
    margin-left: -24px;
  }
}
.grid.grid--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.grid__item {
  padding-left: 12px;
  padding-bottom: 12px;
  width: 100%;
  min-height: 1px;
}

.grid__item > a {
  display: block;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .grid__item {
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
.grid__item.h100 {
  height: 100%;
}

.grid--no-gutters {
  margin-left: 0;
}

.grid--no-gutters > .grid__item {
  padding-left: 0;
  padding-bottom: 0;
}

.grid--large-gutters {
  margin-left: -24px;
}

.grid--large-gutters > .grid__item {
  padding-left: 24px;
}

@media only screen and (min-width: 1024px) {
  .grid--large-gutters {
    margin-left: -48px;
  }
  .grid--large-gutters > .grid__item {
    padding-left: 48px;
  }
}
.grid--flush-bottom {
  margin-bottom: -24px;
  overflow: auto;
}

.grid--flush-bottom > .grid__item {
  margin-bottom: 24px;
}

.grid--align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid--align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid--align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.grid--full {
  margin-left: 0;
}

.grid--full > .grid__item {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .grid-overflow-wrapper {
    margin: 0 0 16px;
    padding: 0 30px !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .grid-overflow-wrapper .grid {
    white-space: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .grid-overflow-wrapper .grid:after {
    content: "";
    width: 30px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .grid-overflow-wrapper .grid:after {
    width: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .grid-overflow-wrapper .grid:after {
    width: 16px;
    -ms-flex: 0 0 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    flex: 0 0 16px;
    display: inline-block;
  }
  .grid-overflow-wrapper .grid__item {
    width: 150px;
    -ms-flex: 0 0 150px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
    flex: 0 0 150px;
    white-space: normal;
  }
  .grid-overflow-wrapper .grid__item:first-child {
    margin-left: -16px;
  }
}
.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.33333%;
}

.two-thirds {
  width: 66.66667%;
}

.one-quarter {
  width: 25%;
}

.two-quarters {
  width: 50%;
}

.three-quarters {
  width: 75%;
}

.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

.one-sixth {
  width: 16.66667%;
}

.two-sixths {
  width: 33.33333%;
}

.three-sixths {
  width: 50%;
}

.four-sixths {
  width: 66.66667%;
}

.five-sixths {
  width: 83.33333%;
}

.one-eighth {
  width: 12.5%;
}

.two-eighths {
  width: 25%;
}

.three-eighths {
  width: 37.5%;
}

.four-eighths {
  width: 50%;
}

.five-eighths {
  width: 62.5%;
}

.six-eighths {
  width: 75%;
}

.seven-eighths {
  width: 87.5%;
}

.one-tenth {
  width: 10%;
}

.two-tenths {
  width: 20%;
}

.three-tenths {
  width: 30%;
}

.four-tenths {
  width: 40%;
}

.five-tenths {
  width: 50%;
}

.six-tenths {
  width: 60%;
}

.seven-tenths {
  width: 70%;
}

.eight-tenths {
  width: 80%;
}

.nine-tenths {
  width: 90%;
}

.one-twelfth {
  width: 8.33333%;
}

.two-twelfths {
  width: 16.66667%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.33333%;
}

.five-twelfths {
  width: 41.66667%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.33333%;
}

.eight-twelfths {
  width: 66.66667%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 83.33333%;
}

.eleven-twelfths {
  width: 91.66667%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.bgNavy {
  background: #595f70;
  padding: 1px 0;
}

.bgPink {
  background: #faebe3;
  padding: 1px 0;
}

@media only screen and (max-width: 767px) {
  .small--one-whole {
    width: 100%;
  }
  .small--one-half {
    width: 50%;
  }
  .small--one-third {
    width: 33.33333%;
  }
  .small--two-thirds {
    width: 66.66667%;
  }
  .small--one-quarter {
    width: 25%;
  }
  .small--two-quarters {
    width: 50%;
  }
  .small--three-quarters {
    width: 75%;
  }
  .small--one-fifth {
    width: 20%;
  }
  .small--two-fifths {
    width: 40%;
  }
  .small--three-fifths {
    width: 60%;
  }
  .small--four-fifths {
    width: 80%;
  }
  .small--one-sixth {
    width: 16.66667%;
  }
  .small--two-sixths {
    width: 33.33333%;
  }
  .small--three-sixths {
    width: 50%;
  }
  .small--four-sixths {
    width: 66.66667%;
  }
  .small--five-sixths {
    width: 83.33333%;
  }
  .small--one-eighth {
    width: 12.5%;
  }
  .small--two-eighths {
    width: 25%;
  }
  .small--three-eighths {
    width: 37.5%;
  }
  .small--four-eighths {
    width: 50%;
  }
  .small--five-eighths {
    width: 62.5%;
  }
  .small--six-eighths {
    width: 75%;
  }
  .small--seven-eighths {
    width: 87.5%;
  }
  .small--one-tenth {
    width: 10%;
  }
  .small--two-tenths {
    width: 20%;
  }
  .small--three-tenths {
    width: 30%;
  }
  .small--four-tenths {
    width: 40%;
  }
  .small--five-tenths {
    width: 50%;
  }
  .small--six-tenths {
    width: 60%;
  }
  .small--seven-tenths {
    width: 70%;
  }
  .small--eight-tenths {
    width: 80%;
  }
  .small--nine-tenths {
    width: 90%;
  }
  .small--one-twelfth {
    width: 8.33333%;
  }
  .small--two-twelfths {
    width: 16.66667%;
  }
  .small--three-twelfths {
    width: 25%;
  }
  .small--four-twelfths {
    width: 33.33333%;
  }
  .small--five-twelfths {
    width: 41.66667%;
  }
  .small--six-twelfths {
    width: 50%;
  }
  .small--seven-twelfths {
    width: 58.33333%;
  }
  .small--eight-twelfths {
    width: 66.66667%;
  }
  .small--nine-twelfths {
    width: 75%;
  }
  .small--ten-twelfths {
    width: 83.33333%;
  }
  .small--eleven-twelfths {
    width: 91.66667%;
  }
  .grid--uniform .small--one-half:nth-child(2n + 1),
  .grid--uniform .small--one-third:nth-child(3n + 1),
  .grid--uniform .small--one-quarter:nth-child(4n + 1),
  .grid--uniform .small--one-fifth:nth-child(5n + 1),
  .grid--uniform .small--one-sixth:nth-child(6n + 1),
  .grid--uniform .small--two-sixths:nth-child(3n + 1),
  .grid--uniform .small--three-sixths:nth-child(2n + 1),
  .grid--uniform .small--one-eighth:nth-child(8n + 1),
  .grid--uniform .small--two-eighths:nth-child(4n + 1),
  .grid--uniform .small--four-eighths:nth-child(2n + 1),
  .grid--uniform .small--five-tenths:nth-child(2n + 1),
  .grid--uniform .small--one-twelfth:nth-child(12n + 1),
  .grid--uniform .small--two-twelfths:nth-child(6n + 1),
  .grid--uniform .small--three-twelfths:nth-child(4n + 1),
  .grid--uniform .small--four-twelfths:nth-child(3n + 1),
  .grid--uniform .small--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
  .collection-2 .grid--uniform-2 .small--one-half:nth-child(2n + 1),
  .collection-2 .grid--uniform-2 .small--one-third:nth-child(3n + 1),
  .collection-2 .grid--uniform-2 .small--one-quarter:nth-child(4n + 1),
  .collection-2 .grid--uniform-2 .small--one-fifth:nth-child(5n + 1),
  .collection-2 .grid--uniform-2 .small--one-sixth:nth-child(6n + 1),
  .collection-2 .grid--uniform-2 .small--two-sixths:nth-child(3n + 1),
  .collection-2 .grid--uniform-2 .small--three-sixths:nth-child(2n + 1),
  .collection-2 .grid--uniform-2 .small--one-eighth:nth-child(8n + 1),
  .collection-2 .grid--uniform-2 .small--two-eighths:nth-child(4n + 1),
  .collection-2 .grid--uniform-2 .small--four-eighths:nth-child(2n + 1),
  .collection-2 .grid--uniform-2 .small--five-tenths:nth-child(2n + 1),
  .collection-2 .grid--uniform-2 .small--one-twelfth:nth-child(12n + 1),
  .collection-2 .grid--uniform-2 .small--two-twelfths:nth-child(6n + 1),
  .collection-2 .grid--uniform-2 .small--three-twelfths:nth-child(4n + 1),
  .collection-2 .grid--uniform-2 .small--four-twelfths:nth-child(3n + 1),
  .collection-2 .grid--uniform-2 .small--six-twelfths:nth-child(2n + 1) {
    clear: unset;
  }
}
@media only screen and (min-width: 768px) {
  .medium-up--one-whole {
    width: 100%;
  }
  .medium-up--one-half {
    width: 50%;
  }
  .medium-up--one-third {
    width: 33.33333%;
  }
  .medium-up--two-thirds {
    width: 66.66667%;
  }
  .medium-up--one-quarter {
    width: 25%;
  }
  .medium-up--two-quarters {
    width: 50%;
  }
  .medium-up--three-quarters {
    width: 75%;
  }
  .medium-up--one-fifth {
    width: 20%;
  }
  .medium-up--two-fifths {
    width: 40%;
  }
  .medium-up--three-fifths {
    width: 60%;
  }
  .medium-up--four-fifths {
    width: 80%;
  }
  .medium-up--one-sixth {
    width: 16.66667%;
  }
  .medium-up--two-sixths {
    width: 33.33333%;
  }
  .medium-up--three-sixths {
    width: 50%;
  }
  .medium-up--four-sixths {
    width: 66.66667%;
  }
  .medium-up--five-sixths {
    width: 83.33333%;
  }
  .medium-up--one-eighth {
    width: 12.5%;
  }
  .medium-up--two-eighths {
    width: 25%;
  }
  .medium-up--three-eighths {
    width: 37.5%;
  }
  .medium-up--four-eighths {
    width: 50%;
  }
  .medium-up--five-eighths {
    width: 62.5%;
  }
  .medium-up--six-eighths {
    width: 75%;
  }
  .medium-up--seven-eighths {
    width: 87.5%;
  }
  .medium-up--one-tenth {
    width: 10%;
  }
  .medium-up--two-tenths {
    width: 20%;
  }
  .medium-up--three-tenths {
    width: 30%;
  }
  .medium-up--four-tenths {
    width: 40%;
  }
  .medium-up--five-tenths {
    width: 50%;
  }
  .medium-up--six-tenths {
    width: 60%;
  }
  .medium-up--seven-tenths {
    width: 70%;
  }
  .medium-up--eight-tenths {
    width: 80%;
  }
  .medium-up--nine-tenths {
    width: 90%;
  }
  .medium-up--one-twelfth {
    width: 8.33333%;
  }
  .medium-up--two-twelfths {
    width: 16.66667%;
  }
  .medium-up--three-twelfths {
    width: 25%;
  }
  .medium-up--four-twelfths {
    width: 33.33333%;
  }
  .medium-up--five-twelfths {
    width: 41.66667%;
  }
  .medium-up--six-twelfths {
    width: 50%;
  }
  .medium-up--seven-twelfths {
    width: 58.33333%;
  }
  .medium-up--eight-twelfths {
    width: 66.66667%;
  }
  .medium-up--nine-twelfths {
    width: 75%;
  }
  .medium-up--ten-twelfths {
    width: 83.33333%;
  }
  .medium-up--eleven-twelfths {
    width: 91.66667%;
  }
  .grid--uniform .medium-up--one-half:nth-child(2n + 1),
  .grid--uniform .medium-up--one-third:nth-child(3n + 1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n + 1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n + 1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n + 1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n + 1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n + 1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n + 1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n + 1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n + 1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n + 1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n + 1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n + 1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n + 1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n + 1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
  .collection-2 .grid--uniform-2 .medium-up--one-half:nth-child(2n + 1),
  .collection-2 .grid--uniform-2 .medium-up--one-third:nth-child(3n + 1),
  .collection-2 .grid--uniform-2 .medium-up--one-quarter:nth-child(4n + 1),
  .collection-2 .grid--uniform-2 .medium-up--one-fifth:nth-child(5n + 1),
  .collection-2 .grid--uniform-2 .medium-up--one-sixth:nth-child(6n + 1),
  .collection-2 .grid--uniform-2 .medium-up--two-sixths:nth-child(3n + 1),
  .collection-2 .grid--uniform-2 .medium-up--three-sixths:nth-child(2n + 1),
  .collection-2 .grid--uniform-2 .medium-up--one-eighth:nth-child(8n + 1),
  .collection-2 .grid--uniform-2 .medium-up--two-eighths:nth-child(4n + 1),
  .collection-2 .grid--uniform-2 .medium-up--four-eighths:nth-child(2n + 1),
  .collection-2 .grid--uniform-2 .medium-up--five-tenths:nth-child(2n + 1),
  .collection-2 .grid--uniform-2 .medium-up--one-twelfth:nth-child(12n + 1),
  .collection-2 .grid--uniform-2 .medium-up--two-twelfths:nth-child(6n + 1),
  .collection-2 .grid--uniform-2 .medium-up--three-twelfths:nth-child(4n + 1),
  .collection-2 .grid--uniform-2 .medium-up--four-twelfths:nth-child(3n + 1),
  .collection-2 .grid--uniform-2 .medium-up--six-twelfths:nth-child(2n + 1) {
    clear: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .large-up--one-whole {
    width: 100%;
  }
  .large-up--one-half {
    width: 50%;
  }
  .large-up--one-third {
    width: 33.33333%;
  }
  .large-up--two-thirds {
    width: 66.66667%;
  }
  .large-up--one-quarter {
    width: 25%;
  }
  .large-up--two-quarters {
    width: 50%;
  }
  .large-up--three-quarters {
    width: 75%;
  }
  .large-up--one-fifth {
    width: 20%;
  }
  .large-up--two-fifths {
    width: 40%;
  }
  .large-up--three-fifths {
    width: 60%;
  }
  .large-up--four-fifths {
    width: 80%;
  }
  .large-up--one-sixth {
    width: 16.66667%;
  }
  .large-up--two-sixths {
    width: 33.33333%;
  }
  .large-up--three-sixths {
    width: 50%;
  }
  .large-up--four-sixths {
    width: 66.66667%;
  }
  .large-up--five-sixths {
    width: 83.33333%;
  }
  .large-up--one-eighth {
    width: 12.5%;
  }
  .large-up--two-eighths {
    width: 25%;
  }
  .large-up--three-eighths {
    width: 37.5%;
  }
  .large-up--four-eighths {
    width: 50%;
  }
  .large-up--five-eighths {
    width: 62.5%;
  }
  .large-up--six-eighths {
    width: 75%;
  }
  .large-up--seven-eighths {
    width: 87.5%;
  }
  .large-up--one-tenth {
    width: 10%;
  }
  .large-up--two-tenths {
    width: 20%;
  }
  .large-up--three-tenths {
    width: 30%;
  }
  .large-up--four-tenths {
    width: 40%;
  }
  .large-up--five-tenths {
    width: 50%;
  }
  .large-up--six-tenths {
    width: 60%;
  }
  .large-up--seven-tenths {
    width: 70%;
  }
  .large-up--eight-tenths {
    width: 80%;
  }
  .large-up--nine-tenths {
    width: 90%;
  }
  .large-up--one-twelfth {
    width: 8.33333%;
  }
  .large-up--two-twelfths {
    width: 16.66667%;
  }
  .large-up--three-twelfths {
    width: 25%;
  }
  .large-up--four-twelfths {
    width: 33.33333%;
  }
  .large-up--five-twelfths {
    width: 41.66667%;
  }
  .large-up--six-twelfths {
    width: 50%;
  }
  .large-up--seven-twelfths {
    width: 58.33333%;
  }
  .large-up--eight-twelfths {
    width: 66.66667%;
  }
  .large-up--nine-twelfths {
    width: 75%;
  }
  .large-up--ten-twelfths {
    width: 83.33333%;
  }
  .large-up--eleven-twelfths {
    width: 91.66667%;
  }
  .grid--uniform .large-up--one-half:nth-child(2n + 1),
  .grid--uniform .large-up--one-third:nth-child(3n + 1),
  .grid--uniform .large-up--one-quarter:nth-child(4n + 1),
  .grid--uniform .large-up--one-fifth:nth-child(5n + 1),
  .grid--uniform .large-up--one-sixth:nth-child(6n + 1),
  .grid--uniform .large-up--two-sixths:nth-child(3n + 1),
  .grid--uniform .large-up--three-sixths:nth-child(2n + 1),
  .grid--uniform .large-up--one-eighth:nth-child(8n + 1),
  .grid--uniform .large-up--two-eighths:nth-child(4n + 1),
  .grid--uniform .large-up--four-eighths:nth-child(2n + 1),
  .grid--uniform .large-up--five-tenths:nth-child(2n + 1),
  .grid--uniform .large-up--one-twelfth:nth-child(12n + 1),
  .grid--uniform .large-up--two-twelfths:nth-child(6n + 1),
  .grid--uniform .large-up--three-twelfths:nth-child(4n + 1),
  .grid--uniform .large-up--four-twelfths:nth-child(3n + 1),
  .grid--uniform .large-up--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
  .collection-2 .grid--uniform-2 .large-up--one-half:nth-child(2n + 1),
  .collection-2 .grid--uniform-2 .large-up--one-third:nth-child(3n + 1),
  .collection-2 .grid--uniform-2 .large-up--one-quarter:nth-child(4n + 1),
  .collection-2 .grid--uniform-2 .large-up--one-fifth:nth-child(5n + 1),
  .collection-2 .grid--uniform-2 .large-up--one-sixth:nth-child(6n + 1),
  .collection-2 .grid--uniform-2 .large-up--two-sixths:nth-child(3n + 1),
  .collection-2 .grid--uniform-2 .large-up--three-sixths:nth-child(2n + 1),
  .collection-2 .grid--uniform-2 .large-up--one-eighth:nth-child(8n + 1),
  .collection-2 .grid--uniform-2 .large-up--two-eighths:nth-child(4n + 1),
  .collection-2 .grid--uniform-2 .large-up--four-eighths:nth-child(2n + 1),
  .collection-2 .grid--uniform-2 .large-up--five-tenths:nth-child(2n + 1),
  .collection-2 .grid--uniform-2 .large-up--one-twelfth:nth-child(12n + 1),
  .collection-2 .grid--uniform-2 .large-up--two-twelfths:nth-child(6n + 1),
  .collection-2 .grid--uniform-2 .large-up--three-twelfths:nth-child(4n + 1),
  .collection-2 .grid--uniform-2 .large-up--four-twelfths:nth-child(3n + 1),
  .collection-2 .grid--uniform-2 .large-up--six-twelfths:nth-child(2n + 1) {
    clear: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .widescreen--one-whole {
    width: 100%;
  }
  .widescreen--one-half {
    width: 50%;
  }
  .widescreen--one-third {
    width: 33.33333%;
  }
  .widescreen--two-thirds {
    width: 66.66667%;
  }
  .widescreen--one-quarter {
    width: 25%;
  }
  .widescreen--two-quarters {
    width: 50%;
  }
  .widescreen--three-quarters {
    width: 75%;
  }
  .widescreen--one-fifth {
    width: 20%;
  }
  .widescreen--two-fifths {
    width: 40%;
  }
  .widescreen--three-fifths {
    width: 60%;
  }
  .widescreen--four-fifths {
    width: 80%;
  }
  .widescreen--one-sixth {
    width: 16.66667%;
  }
  .widescreen--two-sixths {
    width: 33.33333%;
  }
  .widescreen--three-sixths {
    width: 50%;
  }
  .widescreen--four-sixths {
    width: 66.66667%;
  }
  .widescreen--five-sixths {
    width: 83.33333%;
  }
  .widescreen--one-eighth {
    width: 12.5%;
  }
  .widescreen--two-eighths {
    width: 25%;
  }
  .widescreen--three-eighths {
    width: 37.5%;
  }
  .widescreen--four-eighths {
    width: 50%;
  }
  .widescreen--five-eighths {
    width: 62.5%;
  }
  .widescreen--six-eighths {
    width: 75%;
  }
  .widescreen--seven-eighths {
    width: 87.5%;
  }
  .widescreen--one-tenth {
    width: 10%;
  }
  .widescreen--two-tenths {
    width: 20%;
  }
  .widescreen--three-tenths {
    width: 30%;
  }
  .widescreen--four-tenths {
    width: 40%;
  }
  .widescreen--five-tenths {
    width: 50%;
  }
  .widescreen--six-tenths {
    width: 60%;
  }
  .widescreen--seven-tenths {
    width: 70%;
  }
  .widescreen--eight-tenths {
    width: 80%;
  }
  .widescreen--nine-tenths {
    width: 90%;
  }
  .widescreen--one-twelfth {
    width: 8.33333%;
  }
  .widescreen--two-twelfths {
    width: 16.66667%;
  }
  .widescreen--three-twelfths {
    width: 25%;
  }
  .widescreen--four-twelfths {
    width: 33.33333%;
  }
  .widescreen--five-twelfths {
    width: 41.66667%;
  }
  .widescreen--six-twelfths {
    width: 50%;
  }
  .widescreen--seven-twelfths {
    width: 58.33333%;
  }
  .widescreen--eight-twelfths {
    width: 66.66667%;
  }
  .widescreen--nine-twelfths {
    width: 75%;
  }
  .widescreen--ten-twelfths {
    width: 83.33333%;
  }
  .widescreen--eleven-twelfths {
    width: 91.66667%;
  }
  .grid--uniform .widescreen--one-half:nth-child(2n + 1),
  .grid--uniform .widescreen--one-third:nth-child(3n + 1),
  .grid--uniform .widescreen--one-quarter:nth-child(4n + 1),
  .grid--uniform .widescreen--one-fifth:nth-child(5n + 1),
  .grid--uniform .widescreen--one-sixth:nth-child(6n + 1),
  .grid--uniform .widescreen--two-sixths:nth-child(3n + 1),
  .grid--uniform .widescreen--three-sixths:nth-child(2n + 1),
  .grid--uniform .widescreen--one-eighth:nth-child(8n + 1),
  .grid--uniform .widescreen--two-eighths:nth-child(4n + 1),
  .grid--uniform .widescreen--four-eighths:nth-child(2n + 1),
  .grid--uniform .widescreen--five-tenths:nth-child(2n + 1),
  .grid--uniform .widescreen--one-twelfth:nth-child(12n + 1),
  .grid--uniform .widescreen--two-twelfths:nth-child(6n + 1),
  .grid--uniform .widescreen--three-twelfths:nth-child(4n + 1),
  .grid--uniform .widescreen--four-twelfths:nth-child(3n + 1),
  .grid--uniform .widescreen--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
  .collection-2 .grid--uniform-2 .widescreen--one-half:nth-child(2n + 1),
  .collection-2 .grid--uniform-2 .widescreen--one-third:nth-child(3n + 1),
  .collection-2 .grid--uniform-2 .widescreen--one-quarter:nth-child(4n + 1),
  .collection-2 .grid--uniform-2 .widescreen--one-fifth:nth-child(5n + 1),
  .collection-2 .grid--uniform-2 .widescreen--one-sixth:nth-child(6n + 1),
  .collection-2 .grid--uniform-2 .widescreen--two-sixths:nth-child(3n + 1),
  .collection-2 .grid--uniform-2 .widescreen--three-sixths:nth-child(2n + 1),
  .collection-2 .grid--uniform-2 .widescreen--one-eighth:nth-child(8n + 1),
  .collection-2 .grid--uniform-2 .widescreen--two-eighths:nth-child(4n + 1),
  .collection-2 .grid--uniform-2 .widescreen--four-eighths:nth-child(2n + 1),
  .collection-2 .grid--uniform-2 .widescreen--five-tenths:nth-child(2n + 1),
  .collection-2 .grid--uniform-2 .widescreen--one-twelfth:nth-child(12n + 1),
  .collection-2 .grid--uniform-2 .widescreen--two-twelfths:nth-child(6n + 1),
  .collection-2 .grid--uniform-2 .widescreen--three-twelfths:nth-child(4n + 1),
  .collection-2 .grid--uniform-2 .widescreen--four-twelfths:nth-child(3n + 1),
  .collection-2 .grid--uniform-2 .widescreen--six-twelfths:nth-child(2n + 1) {
    clear: unset;
  }
}
@media only screen and (max-width: 767px) {
  .small--show {
    display: block !important;
  }
  .small--hide {
    display: none !important;
  }
  .small--text-left {
    text-align: left !important;
  }
  .small--text-right {
    text-align: right !important;
  }
  .small--text-center {
    text-align: center !important;
  }
  .small--bgNavy {
    background: #595f70;
    padding: 1px 0;
  }
  .small--bgPink {
    background: #faebe3;
    padding: 1px 0;
  }
}
@media only screen and (min-width: 768px) {
  .medium-up--show {
    display: block !important;
  }
  .medium-up--hide {
    display: none !important;
  }
  .medium-up--text-left {
    text-align: left !important;
  }
  .medium-up--text-right {
    text-align: right !important;
  }
  .medium-up--text-center {
    text-align: center !important;
  }
  .medium-up--bgNavy {
    background: #595f70;
    padding: 1px 0;
  }
  .medium-up--bgPink {
    background: #faebe3;
    padding: 1px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .medium-down--show {
    display: block !important;
  }
  .medium-down--hide {
    display: none !important;
  }
  .medium-down--text-left {
    text-align: left !important;
  }
  .medium-down--text-right {
    text-align: right !important;
  }
  .medium-down--text-center {
    text-align: center !important;
  }
  .medium-down--bgNavy {
    background: #595f70;
    padding: 1px 0;
  }
  .medium-down--bgPink {
    background: #faebe3;
    padding: 1px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .large-up--show {
    display: block !important;
  }
  .large-up--hide {
    display: none !important;
  }
  .large-up--text-left {
    text-align: left !important;
  }
  .large-up--text-right {
    text-align: right !important;
  }
  .large-up--text-center {
    text-align: center !important;
  }
  .large-up--bgNavy {
    background: #595f70;
    padding: 1px 0;
  }
  .large-up--bgPink {
    background: #faebe3;
    padding: 1px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .widescreen--show {
    display: block !important;
  }
  .widescreen--hide {
    display: none !important;
  }
  .widescreen--text-left {
    text-align: left !important;
  }
  .widescreen--text-right {
    text-align: right !important;
  }
  .widescreen--text-center {
    text-align: center !important;
  }
  .widescreen--bgNavy {
    background: #595f70;
    padding: 1px 0;
  }
  .widescreen--bgPink {
    background: #faebe3;
    padding: 1px 0;
  }
}
@media only screen and (min-width: 768px) {
  .medium-up--push-one-half {
    left: 50%;
  }
  .medium-up--push-one-third {
    left: 33.33333%;
  }
  .medium-up--push-two-thirds {
    left: 66.66667%;
  }
  .medium-up--push-one-quarter {
    left: 25%;
  }
  .medium-up--push-two-quarters {
    left: 50%;
  }
  .medium-up--push-three-quarters {
    left: 75%;
  }
  .medium-up--push-one-fifth {
    left: 20%;
  }
  .medium-up--push-two-fifths {
    left: 40%;
  }
  .medium-up--push-three-fifths {
    left: 60%;
  }
  .medium-up--push-four-fifths {
    left: 80%;
  }
  .medium-up--push-one-sixth {
    left: 16.66667%;
  }
  .medium-up--push-two-sixths {
    left: 33.33333%;
  }
  .medium-up--push-three-sixths {
    left: 50%;
  }
  .medium-up--push-four-sixths {
    left: 66.66667%;
  }
  .medium-up--push-five-sixths {
    left: 83.33333%;
  }
  .medium-up--push-one-eighth {
    left: 12.5%;
  }
  .medium-up--push-two-eighths {
    left: 25%;
  }
  .medium-up--push-three-eighths {
    left: 37.5%;
  }
  .medium-up--push-four-eighths {
    left: 50%;
  }
  .medium-up--push-five-eighths {
    left: 62.5%;
  }
  .medium-up--push-six-eighths {
    left: 75%;
  }
  .medium-up--push-seven-eighths {
    left: 87.5%;
  }
  .medium-up--push-one-tenth {
    left: 10%;
  }
  .medium-up--push-two-tenths {
    left: 20%;
  }
  .medium-up--push-three-tenths {
    left: 30%;
  }
  .medium-up--push-four-tenths {
    left: 40%;
  }
  .medium-up--push-five-tenths {
    left: 50%;
  }
  .medium-up--push-six-tenths {
    left: 60%;
  }
  .medium-up--push-seven-tenths {
    left: 70%;
  }
  .medium-up--push-eight-tenths {
    left: 80%;
  }
  .medium-up--push-nine-tenths {
    left: 90%;
  }
  .medium-up--push-one-twelfth {
    left: 8.33333%;
  }
  .medium-up--push-two-twelfths {
    left: 16.66667%;
  }
  .medium-up--push-three-twelfths {
    left: 25%;
  }
  .medium-up--push-four-twelfths {
    left: 33.33333%;
  }
  .medium-up--push-five-twelfths {
    left: 41.66667%;
  }
  .medium-up--push-six-twelfths {
    left: 50%;
  }
  .medium-up--push-seven-twelfths {
    left: 58.33333%;
  }
  .medium-up--push-eight-twelfths {
    left: 66.66667%;
  }
  .medium-up--push-nine-twelfths {
    left: 75%;
  }
  .medium-up--push-ten-twelfths {
    left: 83.33333%;
  }
  .medium-up--push-eleven-twelfths {
    left: 91.66667%;
  }
}
@media only screen and (min-width: 1200px) {
  .widescreen--push-one-half {
    left: 50%;
  }
  .widescreen--push-one-third {
    left: 33.33333%;
  }
  .widescreen--push-two-thirds {
    left: 66.66667%;
  }
  .widescreen--push-one-quarter {
    left: 25%;
  }
  .widescreen--push-two-quarters {
    left: 50%;
  }
  .widescreen--push-three-quarters {
    left: 75%;
  }
  .widescreen--push-one-fifth {
    left: 20%;
  }
  .widescreen--push-two-fifths {
    left: 40%;
  }
  .widescreen--push-three-fifths {
    left: 60%;
  }
  .widescreen--push-four-fifths {
    left: 80%;
  }
  .widescreen--push-one-sixth {
    left: 16.66667%;
  }
  .widescreen--push-two-sixths {
    left: 33.33333%;
  }
  .widescreen--push-three-sixths {
    left: 50%;
  }
  .widescreen--push-four-sixths {
    left: 66.66667%;
  }
  .widescreen--push-five-sixths {
    left: 83.33333%;
  }
  .widescreen--push-one-eighth {
    left: 12.5%;
  }
  .widescreen--push-two-eighths {
    left: 25%;
  }
  .widescreen--push-three-eighths {
    left: 37.5%;
  }
  .widescreen--push-four-eighths {
    left: 50%;
  }
  .widescreen--push-five-eighths {
    left: 62.5%;
  }
  .widescreen--push-six-eighths {
    left: 75%;
  }
  .widescreen--push-seven-eighths {
    left: 87.5%;
  }
  .widescreen--push-one-tenth {
    left: 10%;
  }
  .widescreen--push-two-tenths {
    left: 20%;
  }
  .widescreen--push-three-tenths {
    left: 30%;
  }
  .widescreen--push-four-tenths {
    left: 40%;
  }
  .widescreen--push-five-tenths {
    left: 50%;
  }
  .widescreen--push-six-tenths {
    left: 60%;
  }
  .widescreen--push-seven-tenths {
    left: 70%;
  }
  .widescreen--push-eight-tenths {
    left: 80%;
  }
  .widescreen--push-nine-tenths {
    left: 90%;
  }
  .widescreen--push-one-twelfth {
    left: 8.33333%;
  }
  .widescreen--push-two-twelfths {
    left: 16.66667%;
  }
  .widescreen--push-three-twelfths {
    left: 25%;
  }
  .widescreen--push-four-twelfths {
    left: 33.33333%;
  }
  .widescreen--push-five-twelfths {
    left: 41.66667%;
  }
  .widescreen--push-six-twelfths {
    left: 50%;
  }
  .widescreen--push-seven-twelfths {
    left: 58.33333%;
  }
  .widescreen--push-eight-twelfths {
    left: 66.66667%;
  }
  .widescreen--push-nine-twelfths {
    left: 75%;
  }
  .widescreen--push-ten-twelfths {
    left: 83.33333%;
  }
  .widescreen--push-eleven-twelfths {
    left: 91.66667%;
  }
}
[tabindex="-1"]:focus {
  outline: none;
}

html:not(.tab-outline) *:focus {
  outline: none;
}

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

@media only screen and (min-width: 768px) {
  .medium-up--display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .medium-up--display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  position: relative;
  background-color: #f4f2ef;
  color: #595f70;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体",
    YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.86;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  -webkit-transition: background-color 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 2s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}
.is-bgPink body {
  background-color: #faebe3;
}

.is-bgEarth body {
  background-color: #fdfbf7;
}

.is-bgFire body {
  background-color: #fcf1ef;
}

.is-bgAir body {
  background-color: #e9f0f6;
}

.is-bgWater body {
  background-color: #e9f5f6;
}

.is-bgMinerals body {
  background-color: #f2f2f2;
}

.is-bgPurpose body {
  background-color: #faebe3;
}

.is-bgPurpose body:before {
  opacity: 1;
}

body.no-scroll {
  overflow: hidden;
}

#xhr {
  position: relative;
  z-index: 1;
}

.xhr-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.is-mobile .xhr-wrap {
  position: relative;
  bottom: auto;
  height: auto;
}

.xhr-body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.is-mobile .xhr-body {
  min-height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.ff {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体",
    YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, sans-serif;
}

.ff-serif {
  font-family: YuMincho, Yu Mincho, serif;
}

.ff-en {
  font-family: "Calibre", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

strong,
b {
  font-weight: 700;
}

a {
  color: #595f70;
  text-decoration: none;
}

a:hover {
  color: #595f70;
}

a:active {
  color: #595f70;
}

.wrapper {
  max-width: 1800px;
  margin: 0 auto;
}

.page-width {
  max-width: 1320px;
  margin: 0 auto;
}

.page-width,
.section-inner {
  position: relative;
  padding: 0 16px;
}

@media only screen and (min-width: 768px) {
  .page-width,
  .section-inner {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-width,
  .section-inner {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-width,
  .section-inner {
    padding: 0 5vw;
  }
}
.section-inner__pd {
  position: relative;
  padding: 16px;
}

@media only screen and (min-width: 768px) {
  .section-inner__pd {
    padding: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-inner__pd {
    padding: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-inner__pd {
    padding: 5vw;
  }
}
.inner--left {
  padding-left: 16px;
}

@media only screen and (min-width: 768px) {
  .inner--left {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .inner--left {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .inner--left {
    padding-left: 5vw;
  }
}
.inner--right {
  padding-right: 16px;
}

@media only screen and (min-width: 768px) {
  .inner--right {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .inner--right {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .inner--right {
    padding-right: 5vw;
  }
}
.space {
  display: block;
  height: 16px;
}

@media only screen and (min-width: 768px) {
  .space {
    height: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .space {
    height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .space {
    height: 60px;
  }
}
.space.x2 {
  height: 32px;
}

@media only screen and (min-width: 768px) {
  .space.x2 {
    height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .space.x2 {
    height: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .space.x2 {
    height: 120px;
  }
}
.space.x05 {
  height: 16px;
}

@media only screen and (max-width: 767px) {
  .page-width--flush-small {
    padding: 0;
  }
}
.section {
  margin: 40px auto;
}

@media only screen and (min-width: 768px) {
  .section {
    margin: 75px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .section {
    margin: 100px auto;
  }
}
@media only screen and (min-width: 1200px) {
  .section {
    margin: 120px auto;
  }
}
.section.mt0 {
  margin-top: 0;
}

.section.mb0 {
  margin-bottom: 0;
}

.section-s {
  margin: 16px 0;
}

@media only screen and (min-width: 768px) {
  .section-s {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-s {
    margin: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-s {
    margin: 5vw 0;
  }
}
.bgBody {
  position: relative;
  background-color: #f4f2ef;
  padding: 1px 0;
}

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

.bgPink {
  position: relative;
  background-color: #faebe3;
  padding: 1px 0;
}

.bgNavy {
  position: relative;
  background-color: #595f70;
  padding: 1px 0;
}

.is-mobile .mobile--bgNavy {
  background-color: #595f70;
  padding: 1px 0;
}

.is-mobile .mobile--bgPink {
  background-color: #faebe3;
  padding: 1px 0;
}

.is-mobile .mobile--bgPurpose {
  background-size: cover;
}

#content {
  padding-top: 1px;
}

.fs-xl {
  display: block;
  line-height: 1.1;
  font-family: "Calibre", sans-serif;
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {
  .fs-xl {
    font-size: 90px;
    letter-spacing: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  .fs-xl {
    font-size: 120px;
    letter-spacing: 4px;
    line-height: 1;
  }
}
.fs-l {
  display: block;
  line-height: 1.1;
  font-family: "Calibre", sans-serif;
  font-size: 34px;
  font-weight: 100;
  letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {
  .fs-l {
    font-size: 70px;
    letter-spacing: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  .fs-l {
    font-size: 85px;
    letter-spacing: 4px;
    line-height: 1;
  }
}
.fs-m {
  display: block;
  line-height: 1.1;
  font-family: "Calibre", sans-serif;
  font-size: 26px;
  font-weight: 100;
  letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {
  .fs-m {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .fs-m {
    font-size: 45px;
    line-height: 1;
  }
}
.fs-s {
  display: block;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {
  .fs-s {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .fs-s {
    font-size: 20px;
  }
}
.fs-ms {
  display: block;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {
  .fs-ms {
    font-size: 27.5px;
  }
}
@media only screen and (min-width: 1024px) {
  .fs-ms {
    font-size: 33px;
  }
}
.btn-wrap {
  display: block;
  font-size: 0;
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 5px 20px;
  -webkit-box-shadow: 0 0 0 1px #595f70 inset;
  box-shadow: 0 0 0 1px #595f70 inset;
  line-height: 1.4;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Calibre", sans-serif;
}

.btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #595f70;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn.btn--blank:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 10px;
  height: 8px;
  background-size: cover;
}

.btn span {
  position: relative;
  display: block;
  z-index: 2;
  color: #595f70;
  -webkit-transition: color 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn svg {
  position: absolute;
  z-index: 2;
  fill: #595f70;
  -webkit-transition: fill 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: fill 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn .icon-blank {
  right: 7px;
  top: 7px;
  width: 10px;
  height: 8px;
}

@media only screen and (min-width: 1200px) {
  .btn {
    font-size: 14px;
  }
}
.btn.btn--mini {
  padding: 5px 10px;
  font-size: 11px;
}

.btn.btn--large {
  padding: 10px 30px;
  font-size: 13px;
}

@media only screen and (min-width: 1024px) {
  .btn.btn--large {
    padding: 15px 45px;
    font-size: 16px;
  }
}
.btn.btn--wh {
  -webkit-box-shadow: 0 0 0 1px #fff inset;
  box-shadow: 0 0 0 1px #fff inset;
}

.btn.btn--wh:before {
  background-color: #fff;
}

.btn.btn--wh span {
  color: #fff;
}

.btn.btn--wh svg {
  fill: #fff;
}

.btn.btn--pink {
  -webkit-box-shadow: 0 0 0 1px #faebe3 inset;
  box-shadow: 0 0 0 1px #faebe3 inset;
}

.btn.btn--pink:before {
  background-color: #faebe3;
}

.btn.btn--pink span {
  color: #faebe3;
}

.btn.btn--pink svg {
  fill: #faebe3;
}

.btn.btn--purpose {
  background-size: cover;
}

@media only screen and (min-width: 1024px) {
  .btn {
    padding: 10px 30px;
    font-size: 13px;
  }
  .btn:hover:before {
    left: 0%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  .btn:hover span {
    color: #faebe3;
  }
  .is-bgNavy .btn:hover span {
    color: #141c27;
  }
  .btn:hover svg {
    fill: #faebe3;
  }
  .is-bgNavy .btn:hover svg {
    fill: #141c27;
  }
  .btn.btn--wh:hover span,
  .btn.btn--pink:hover span {
    color: #595f70;
  }
}
.more-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 6px 40px 6px 0;
  font-family: "Calibre", sans-serif;
}

@media only screen and (min-width: 768px) {
  .more-btn {
    padding: 10px 50px 10px 0;
  }
}
.more-btn.more-btn--border {
  padding-left: 25px;
  -webkit-box-shadow: 0 0 1px #595f70 inset;
  box-shadow: 0 0 1px #595f70 inset;
  border-radius: 30px;
}

.more-btn.more-btn--pink {
  color: #faebe3;
}

.more-btn__text {
  display: block;
  line-height: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .more-btn__text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1200px) {
  .more-btn__text {
    font-size: 14px;
  }
}
.more-btn__arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
}

@media only screen and (min-width: 768px) {
  .more-btn__arrow {
    width: 40px;
    height: 40px;
  }
}
.more-btn__arrow .circle-component {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

@media only screen and (min-width: 768px) {
  .more-btn__arrow .circle-component {
    width: 40px;
    height: 40px;
  }
}
.more-btn__arrow .circle-component.circle--small {
  left: 2px;
  top: 2px;
  width: 28px;
  height: 28px;
}

@media only screen and (min-width: 768px) {
  .more-btn__arrow .circle-component.circle--small {
    left: 3px;
    top: 3px;
    width: 34px;
    height: 34px;
  }
}
.more-btn__arrow .circle-component .circle-part {
  opacity: 0.33;
}

.more-btn__arrow img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
}

@media only screen and (min-width: 768px) {
  .more-btn__arrow img {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
  }
}
.more-btn__arrow img.o {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.io .more-btn__arrow img {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.io.on .more-btn__arrow img {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.circle-window--left {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.circle-window--right {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0px;
  top: 0px;
  overflow: hidden;
}

.circle-part--left {
  position: absolute;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(200% - 2px);
  border-top: 1px solid #595f70;
  border-right: 1px solid #595f70;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-radius: 50%;
  top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.io .circle-part--left {
  -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.io.on .circle-part--left {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.more-btn--pink .circle-part--left {
  border-color: #faebe3;
}

.circle-part--right {
  position: absolute;
  height: calc(100% - 2px);
  width: calc(200% - 2px);
  left: calc(-100% + 1px);
  top: 1px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #595f70;
  border-left: 1px solid #595f70;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20;
}

.io .circle-part--right {
  -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.io.on .circle-part--right {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.more-btn--pink .circle-part--right {
  border-color: #faebe3;
}

.btn--back {
  padding: 10px 30px 10px 60px;
  font-size: 13px;
}

.btn--back .arrow-back {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.btn--back .arrow-back span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}

@media only screen and (min-width: 1024px) {
  .btn--back {
    padding: 15px 45px 15px 70px;
    font-size: 16px;
  }
  .btn--back:hover .arrow-back span {
    -webkit-animation: ArrowBack 0.5s ease;
    animation: ArrowBack 0.5s ease;
  }
}
.line-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 3px 0 5px;
  line-height: 1.4;
  font-size: 13px;
  font-weight: 400;
  font-family: "Calibre", sans-serif;
  letter-spacing: 1px;
}

.line-btn:before,
.line-btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #595f70;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

.line-btn:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.45s 0.15s
    cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.45s 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s 0.15s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.45s 0.15s cubic-bezier(0.19, 1, 0.22, 1);
}

.line-btn:after {
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

.line-btn span {
  position: relative;
  display: block;
  z-index: 2;
  color: #595f70;
}

.line-btn svg {
  position: absolute;
  z-index: 2;
  fill: #595f70;
}

.line-btn.line-btn--hasicon {
  padding-right: 14px !important;
}

.line-btn .icon-blank {
  right: 0;
  top: 2px;
  width: 10px;
  height: 8px;
}

@media only screen and (min-width: 1024px) {
  .line-btn {
    font-size: 14px;
  }
  .line-btn:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .line-btn:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.45s 0.15s
      cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.45s 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.45s 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.45s 0.15s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0.45s 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.line-btn.line-btn--wh:before,
.line-btn.line-btn--wh:after {
  background-color: #fff;
}

.line-btn.line-btn--wh span {
  color: #fff;
}

.line-btn.line-btn--wh svg {
  fill: #fff;
}

.line-btn.line-btn--pk:before,
.line-btn.line-btn--pk:after {
  background-color: #faebe3;
}

.line-btn.line-btn--pk span {
  color: #faebe3;
}

.line-btn.line-btn--pk svg {
  fill: #faebe3;
}

.line-btn.line-btn--large {
  letter-spacing: 0;
  font-size: 14px;
}

@media only screen and (min-width: 1024px) {
  .line-btn.line-btn--large {
    font-size: 16px;
  }
}
.media {
  height: 0;
  line-height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.io .media:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #595f70;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.bgNavy .io .media:after {
  background: #faebe3;
}

.is-bgNavy .io .media:after {
  background: #faebe3;
}

.io.on .media:after {
  -webkit-transition: background 3s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 3s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s 0.1s cubic-bezier(0.19, 1, 0.22, 1),
    background 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s 0.1s cubic-bezier(0.19, 1, 0.22, 1),
    background 3s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.io .media .media__image,
.io .media .media__video {
  opacity: 0;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.io.on .media .media__image,
.io.on .media .media__video {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 3s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 3s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.media .copy {
  position: absolute;
  right: 16px;
  bottom: 16px;
  text-align: right;
  font-family: "Calibre", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  z-index: 2;
}

.media--cover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding-bottom: 0;
}

.media--square {
  padding-bottom: 100%;
}

.media--banner {
  padding-bottom: 33.3333%;
}

.media--rect {
  padding-bottom: 66.6666%;
}

.media--portrait {
  padding-bottom: 133.3333%;
}

.media--mov {
  padding-bottom: 56.25%;
}

.media--mov.media--movshort {
  padding-bottom: 42.5%;
}

.media--mov.media--movport {
  padding-bottom: 150%;
}

.media__image,
.media__video,
.media__mp4,
.media__noscript {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: contain;";
}

.media__image img,
.media__noscript img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: contain;";
}

.media iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.media__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.media__mp4 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.is-ie .media__video video {
  height: auto;
}

.media__video video::-webkit-media-controls {
  display: none;
}

.js-modal-video .media__video:before,
.js-modal-video .media__video:after,
.js-modal-video__mp4 .media__video:before,
.js-modal-video__mp4 .media__video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.js-modal-video .media__video:before,
.js-modal-video__mp4 .media__video:before {
  background-size: 60px 60px;
}

.js-modal-video .media__video:after,
.js-modal-video__mp4 .media__video:after {
  width: 54px;
  height: 54px;
}

@media only screen and (min-width: 1024px) {
  .js-modal-video .media__video:before,
  .js-modal-video .media__video:after,
  .js-modal-video__mp4 .media__video:before,
  .js-modal-video__mp4 .media__video:after {
    opacity: 0;
  }
  .js-modal-video .media__video:before,
  .js-modal-video__mp4 .media__video:before {
    width: 80px;
    height: 80px;
  }
  .js-modal-video .media__video:after,
  .js-modal-video__mp4 .media__video:after {
    width: 74px;
    height: 74px;
  }
  .js-modal-video:hover .media__video:before,
  .js-modal-video:hover .media__video:after,
  .js-modal-video__mp4:hover .media__video:before,
  .js-modal-video__mp4:hover .media__video:after {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.sec-hr {
  background: #595f70;
  opacity: 0.5;
  border: none;
  width: 100%;
  height: 1px;
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  overflow: hidden;
  display: none;
}

.modal-video-close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}

.modal-video-close-btn-line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #fff;
}

.modal-video-close-btn-line.line-1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-video-close-btn-line.line-2 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-video-wrap {
  position: relative;
  width: 100%;
  max-width: 62.5vw;
  height: 100%;
  margin: 0 auto;
  padding: 50px;
  z-index: 1;
}

.modal-video-body {
  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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.modal-video-ratio {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.modal-video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  background: #ede3cb;
  border-radius: 50%;
  z-index: 0;
  -webkit-animation: modal-loader 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
    infinite forwards;
  animation: modal-loader 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite
    forwards;
}

@media only screen and (max-width: 767px) {
  .modal-video-wrap {
    max-width: 100%;
    padding: 0;
  }
  .modal-video-close-btn {
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
  }
}
@-webkit-keyframes modal-loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes modal-loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.modal-text {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  overflow: hidden;
  display: none;
}

.modal-text-inner {
  visibility: hidden;
  opacity: 1;
}

.modal-text .modal-text-inner {
  visibility: visible;
  opacity: 1;
}

.modal-text-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}

.modal-text-close-btn-line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #595f70;
}

.modal-text-close-btn-line.line-1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-text-close-btn-line.line-2 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-text-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
  padding: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal-text-body {
  color: #fff;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.modal-text-body h2 {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.modal-text-body h2 span {
  font-size: 2.4rem;
}

.modal-text-body h4 {
  font-size: 1.4rem;
}

.modal-text-body hr {
  border: none;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin: 25px 0;
}

.modal-text-body .img {
  width: 45%;
  float: left;
}

.modal-text-body .text {
  width: 50%;
  float: right;
}

@media only screen and (max-width: 767px) {
  .modal-text-wrap {
    padding: 40px 0;
  }
  .modal-text-close-btn {
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
  }
  .modal-text-body h2 {
    font-size: 2.4rem;
  }
  .modal-text-body .img {
    width: 100%;
    margin-bottom: 30px;
  }
  .modal-text-body .text {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 9999px) {
  #modalRegion {
    height: 100%;
  }
  #modalRegion .modalElement {
    height: 100%;
    z-index: 10;
  }
  #region {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  #region .head .ttl {
    margin: 0 0 50px;
    text-align: center;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.3em;
    font-family: Calibre, sans-serif;
  }
  #region .head .txt {
    display: none;
  }
  #region .body {
    position: relative;
    width: 770px;
    margin: 0 auto;
  }
  #region .regionList {
    margin: 0 0 30px;
  }
  #region .regionList:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #region .regionList .detailNone span,
  #region .regionList p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-family: Calibre, sans-serif;
  }
  #region .regionList li {
    width: 215px;
    float: left;
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: Calibre, sans-serif;
  }
  #region .regionList li a {
    position: relative;
  }
  #region .regionList li a::after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    content: "";
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #region .regionList li a:hover::after {
    width: 100%;
  }
  #region .regionList .region03 {
    position: absolute;
    top: 50px;
    left: 215px;
  }
  #region .regionList .region04 {
    position: absolute;
    top: 140px;
    left: 215px;
  }
  #region .regionList .region06 {
    width: 125px;
  }
  #region .txtNote {
    font-size: 10px;
    letter-spacing: 0.15em;
    text-align: center;
  }
  #modalRegion .menu_close_pc {
    position: absolute;
    top: 40px;
    right: 45px;
    font-size: 12px;
    letter-spacing: 0.2em;
  }
  #modalRegion .menu_close_pc span {
    position: relative;
  }
  #modalRegion .menu_close_pc span:before {
    position: absolute;
    top: 1.7em;
    left: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  #region .body {
    width: 680px;
  }
  #region .regionList li {
    width: 185px;
    float: left;
    margin: 0 0 17px;
    font-size: 11px;
    letter-spacing: 0.2em;
  }
  #region .regionList .region01 {
    width: 175px;
  }
  #region .regionList .region03 {
    left: 175px;
  }
  #region .regionList .region04 {
    position: absolute;
    left: 175px;
  }
}
@media screen and (max-width: 768px) {
  #modalRegion .modalElement {
    display: block;
  }
  #region {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  #region .head {
    position: relative;
    padding: 60% 0 0;
  }
  #region .head_inner {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #region .head .ttl {
    margin: 0 0 10.1%;
    font-size: 5.6vw;
    letter-spacing: 0.3em;
    line-height: 125%;
    font-family: Calibre, sans-serif;
  }
  #region .head .txt {
    font-size: 2.5vw;
    line-height: 150%;
    letter-spacing: 0.15em;
  }
  #region .regionList .region p,
  #region .regionList .region.detailNone span {
    position: relative;
    cursor: pointer;
    padding: 5.6% 7.8125%;
    font-size: 4.37vw;
    letter-spacing: 0.3em;
    border-bottom: 1px solid #f1f2f3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Calibre, sans-serif;
  }
  #region .regionList .region.detailNone span {
    display: block;
  }
  #region .regionList .region p:after {
    display: block;
    position: absolute;
    right: 5.47%;
    top: 50%;
    content: "";
    width: 3%;
    height: auto;
    padding: 3% 0 0;
    background-size: contain;
    margin-top: -1.5%;
  }
  #region .regionList .region p.active:after {
    background-size: contain;
  }
  #region .regionList .region.detailNone span:after {
    display: block;
    position: absolute;
    right: 5%;
    top: 50%;
    content: "";
    width: 3.4%;
    height: auto;
    padding: 3.4% 0 0;
    background-size: contain;
    margin-top: -1.7%;
  }
  .countryList {
    display: none;
  }
  #region .regionList .region p.active + .countryList {
    display: block;
  }
  #region .countryList a {
    position: relative;
    padding: 5.6% 10.93%;
    font-size: 3.43vw;
    letter-spacing: 0.15em;
    line-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: #f1f2f3;
    font-family: Calibre, sans-serif;
  }
  #region .countryList li + li {
    border-top: 1px solid #ddd;
  }
  #modalRegion .menu_close_pc,
  #region .txtNote {
    display: none;
  }
}
#modalDisclosure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background: #eee;
}

#modalDisclosure .modalElement {
  position: relative;
  width: 90%;
  max-width: 980px;
  margin: 50px auto;
}

#modalDisclosure table {
  width: 892px;
  font-size: 86%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.1em;
  background-color: rgba(255, 255, 255, 0.3);
}

#modalDisclosure table .table-head {
  text-align: center;
  padding: 14px 0;
  font-size: 129%;
  letter-spacing: 0.2em;
  background-color: rgba(255, 255, 255, 0.5);
}

#modalDisclosure table tr {
  border-top: 1px solid #fff;
}

#modalDisclosure table th {
  font-weight: 500;
  width: 287px;
  padding: 14px 0 14px 48px;
}

#modalDisclosure table td {
  width: 604px;
}

#modalDisclosure .cont {
  padding: 10px 0;
}

#modalDisclosure h1 {
  padding: 0 0 15px;
  margin: 0 0 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
}

#modalDisclosure p {
  padding: 0 0 20px;
}

#modalDisclosure p.model {
  font-family: Calibre, sans-serif;
}

#modalDisclosure p.btn {
  padding: 5px 10px;
}

#modalDisclosure dt {
  font-weight: 500;
}

#column2 table {
  width: 100%;
  letter-spacing: 0.2em;
}

#column2 .col2_table1 {
  margin: 0 0 30px;
  font-size: 10px;
}

#column2 .col2_table1 th {
  padding-left: 0;
  font-size: 10px;
}

#column2 .col2_table1 td {
  padding: 10px 20px;
}

#column2 .col2_table1 thead th {
  border-right: 1px solid #f8f8f8;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.8);
}

#column2 .col2_table1 tbody th {
  text-align: center;
  font-weight: 500;
  border-right: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.4);
}

#column2 .col2_table1 tbody th:nth-child(3) {
  width: 27%;
}

#column2 .col2_table1 tbody td {
  text-align: center;
  border-right: 1px solid #fff;
}

#column2 .col2_table1 tbody td.txtLeft {
  text-align: left;
}

#column2 .specsList {
  width: 100%;
  margin: 0 0 9.26%;
  font-size: 80%;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

#column2 .specsList .head {
  width: 23%;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: rgba(255, 255, 255, 0.8);
}

#column2 .specsList .first {
  width: 25%;
  letter-spacing: 0.1em;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.6);
}

#column2 .specsList th {
  padding: 10% 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#column2 .specsList td {
  padding: 10% 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 150%;
  border-bottom: 1px solid #fff;
}

#column2 table.lineupListWrap th {
  padding: 30px 0;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.2em;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.8);
}

#column2 table.lineupListWrap td {
  padding: 55px 0 50px;
  border: 1px solid #fff;
}

#column3 .note {
  padding: 0 0 60px;
}

#column3 .typeList li {
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  background: #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#column3 .typeList h4 {
  padding: 15px 0 10px;
  font-size: 10px;
  line-height: 200%;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.8);
}

#column3 .typeList h4 span {
  font-weight: 500;
  font-size: 14px;
}

#column3 .typeList .typeimg {
  padding: 25px 0 20px;
  border-bottom: 1px solid #fff;
}

#column3 .typeList .typeimg_column02 {
  width: 90%;
  margin: 0 auto;
}

#column3 .typeList .typeimg_column02:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#column3 .typeList .typeimg_column02 > div {
  width: 50%;
  float: left;
}

#column3 .typeList .typeimg .model {
  padding: 0;
  font-family: Calibre, sans-serif;
}

#column3 .typeList .othermodel {
  padding: 25px 0 30px;
}

#column3 .typeList .othermodel .txt {
  padding: 0 0 5px;
  font-size: 10px;
  font-weight: 500;
}

#column3 .typeList .othermodel .model {
  font-size: 10px;
  font-weight: 500;
  line-height: 170%;
}

#column3 .note_co2 {
  padding: 18px 0 0;
  font-size: 10px;
}

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

.gridList li {
  width: 16.6666%;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .gridList li {
    width: 33.3333%;
  }
}
.typeList {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.typeList li {
  width: 25%;
  text-align: center;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .typeList li {
    width: 50%;
  }
}
.io {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (max-width: 767px) {
  .io {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.io.on {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.io-o span.o {
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.io-o p.o {
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.io-o span.o:nth-child(1) {
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

.io-o p.o:nth-child(1) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.io-o span.o:nth-child(2) {
  -webkit-transition-delay: 30ms;
  transition-delay: 30ms;
}

.io-o p.o:nth-child(2) {
  -webkit-transition-delay: 120ms;
  transition-delay: 120ms;
}

.io-o span.o:nth-child(3) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.io-o p.o:nth-child(3) {
  -webkit-transition-delay: 180ms;
  transition-delay: 180ms;
}

.io-o span.o:nth-child(4) {
  -webkit-transition-delay: 90ms;
  transition-delay: 90ms;
}

.io-o p.o:nth-child(4) {
  -webkit-transition-delay: 240ms;
  transition-delay: 240ms;
}

.io-o span.o:nth-child(5) {
  -webkit-transition-delay: 120ms;
  transition-delay: 120ms;
}

.io-o p.o:nth-child(5) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.io-o span.o:nth-child(6) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.io-o p.o:nth-child(6) {
  -webkit-transition-delay: 360ms;
  transition-delay: 360ms;
}

.io-o span.o:nth-child(7) {
  -webkit-transition-delay: 180ms;
  transition-delay: 180ms;
}

.io-o p.o:nth-child(7) {
  -webkit-transition-delay: 420ms;
  transition-delay: 420ms;
}

.io-o span.o:nth-child(8) {
  -webkit-transition-delay: 210ms;
  transition-delay: 210ms;
}

.io-o p.o:nth-child(8) {
  -webkit-transition-delay: 480ms;
  transition-delay: 480ms;
}

.io-o span.o:nth-child(9) {
  -webkit-transition-delay: 240ms;
  transition-delay: 240ms;
}

.io-o p.o:nth-child(9) {
  -webkit-transition-delay: 540ms;
  transition-delay: 540ms;
}

.io-o span.o:nth-child(10) {
  -webkit-transition-delay: 270ms;
  transition-delay: 270ms;
}

.io-o p.o:nth-child(10) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.io-o span.o:nth-child(11) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.io-o p.o:nth-child(11) {
  -webkit-transition-delay: 660ms;
  transition-delay: 660ms;
}

.io-o span.o:nth-child(12) {
  -webkit-transition-delay: 330ms;
  transition-delay: 330ms;
}

.io-o p.o:nth-child(12) {
  -webkit-transition-delay: 720ms;
  transition-delay: 720ms;
}

.io-o span.o:nth-child(13) {
  -webkit-transition-delay: 360ms;
  transition-delay: 360ms;
}

.io-o p.o:nth-child(13) {
  -webkit-transition-delay: 780ms;
  transition-delay: 780ms;
}

.io-o span.o:nth-child(14) {
  -webkit-transition-delay: 390ms;
  transition-delay: 390ms;
}

.io-o p.o:nth-child(14) {
  -webkit-transition-delay: 840ms;
  transition-delay: 840ms;
}

.io-o span.o:nth-child(15) {
  -webkit-transition-delay: 420ms;
  transition-delay: 420ms;
}

.io-o p.o:nth-child(15) {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.io-o span.o:nth-child(16) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}

.io-o p.o:nth-child(16) {
  -webkit-transition-delay: 960ms;
  transition-delay: 960ms;
}

.io-o span.o:nth-child(17) {
  -webkit-transition-delay: 480ms;
  transition-delay: 480ms;
}

.io-o p.o:nth-child(17) {
  -webkit-transition-delay: 1020ms;
  transition-delay: 1020ms;
}

.io-o span.o:nth-child(18) {
  -webkit-transition-delay: 510ms;
  transition-delay: 510ms;
}

.io-o p.o:nth-child(18) {
  -webkit-transition-delay: 1080ms;
  transition-delay: 1080ms;
}

.io-o span.o:nth-child(19) {
  -webkit-transition-delay: 540ms;
  transition-delay: 540ms;
}

.io-o p.o:nth-child(19) {
  -webkit-transition-delay: 1140ms;
  transition-delay: 1140ms;
}

.io-o span.o:nth-child(20) {
  -webkit-transition-delay: 570ms;
  transition-delay: 570ms;
}

.io-o p.o:nth-child(20) {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.io-o span.o:nth-child(21) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.io-o p.o:nth-child(21) {
  -webkit-transition-delay: 1260ms;
  transition-delay: 1260ms;
}

.io-o span.o:nth-child(22) {
  -webkit-transition-delay: 630ms;
  transition-delay: 630ms;
}

.io-o p.o:nth-child(22) {
  -webkit-transition-delay: 1320ms;
  transition-delay: 1320ms;
}

.io-o span.o:nth-child(23) {
  -webkit-transition-delay: 660ms;
  transition-delay: 660ms;
}

.io-o p.o:nth-child(23) {
  -webkit-transition-delay: 1380ms;
  transition-delay: 1380ms;
}

.io-o span.o:nth-child(24) {
  -webkit-transition-delay: 690ms;
  transition-delay: 690ms;
}

.io-o p.o:nth-child(24) {
  -webkit-transition-delay: 1440ms;
  transition-delay: 1440ms;
}

.io-o span.o:nth-child(25) {
  -webkit-transition-delay: 720ms;
  transition-delay: 720ms;
}

.io-o p.o:nth-child(25) {
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.io-o span.o:nth-child(26) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}

.io-o p.o:nth-child(26) {
  -webkit-transition-delay: 1560ms;
  transition-delay: 1560ms;
}

.io-o span.o:nth-child(27) {
  -webkit-transition-delay: 780ms;
  transition-delay: 780ms;
}

.io-o p.o:nth-child(27) {
  -webkit-transition-delay: 1620ms;
  transition-delay: 1620ms;
}

.io-o span.o:nth-child(28) {
  -webkit-transition-delay: 810ms;
  transition-delay: 810ms;
}

.io-o p.o:nth-child(28) {
  -webkit-transition-delay: 1680ms;
  transition-delay: 1680ms;
}

.io-o span.o:nth-child(29) {
  -webkit-transition-delay: 840ms;
  transition-delay: 840ms;
}

.io-o p.o:nth-child(29) {
  -webkit-transition-delay: 1740ms;
  transition-delay: 1740ms;
}

.io-o.on .o {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.w-o {
  padding-right: 0.25em;
  overflow: hidden;
}

.w-o:last-child {
  padding-right: 0;
}

.w-o .o {
  overflow: hidden;
}

.js-b-show .w-o .o {
  opacity: 0;
  -webkit-transform: translate(0%, 30px);
  transform: translate(0%, 30px);
}

.js-w-show .w-o .o {
  opacity: 0;
  -webkit-transform: translate(0%, -30px);
  transform: translate(0%, -30px);
}

.js-b-show.js-char .w-o .o {
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
}

.js-s-show .w-o .o {
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
}

.js-words span,
.js-char span {
  display: inline-block;
  vertical-align: top;
}

.js-show {
  opacity: 0;
  -webkit-transform: translate(0%, 50px);
  transform: translate(0%, 50px);
}

.site-header {
  position: relative;
  z-index: 999;
}

.header__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #f4f2ef;
}

@media only screen and (min-width: 1024px) {
  .header__bg {
    height: 85px;
    background-color: #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: background-color 2s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: background-color 2s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
      background-color 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
      background-color 2s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.is-bgPink .header__bg {
  background-color: #faebe3;
}

.is-bgEarth .header__bg {
  background-color: #fdfbf7;
}

.is-bgFire .header__bg {
  background-color: #fcf1ef;
}

.is-bgAir .header__bg {
  background-color: #e9f0f6;
}

.is-bgWater .header__bg {
  background-color: #e9f5f6;
}

.is-bgMinerals .header__bg {
  background-color: #f2f2f2;
}

.bgWhite .header__bg {
  background-color: #fff;
}

.header__bg.is-show {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.is-header-hide.is-header-sticky .header__bg {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.header__logo {
  position: fixed;
  top: 5px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 50px;
  display: block;
  z-index: 15;
  -webkit-transition: all 0.7s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-header-hide .header__logo {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-header-hide.is-header-sticky .header__logo {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1024px) {
  .header__logo {
    top: 15px;
    margin-left: -55px;
    width: 110px;
    height: 55px;
  }
}
.header__logo svg {
  fill: #595f70;
  width: 100%;
  height: 100%;
}

.header__logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.header__left a,
.header__center a {
  display: inline-block;
  margin: 0 10px;
}

@media only screen and (min-width: 1200px) {
  .header__left a,
  .header__center a {
    margin: 0 12px;
  }
}
.header__left a:not(.btn),
.header__center a:not(.btn) {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
}

.header__left a:not(.btn):before,
.header__center a:not(.btn):before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #595f70;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

.header__left a:not(.btn).is-active:before,
.header__center a:not(.btn).is-active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@media only screen and (min-width: 1024px) {
  .header__left a:not(.btn):hover:before,
  .header__center a:not(.btn):hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@media only screen and (min-width: 1200px) {
  .header__left a:not(.btn),
  .header__center a:not(.btn) {
    font-size: 14px;
  }
}
.is-home .header__left .nav-product,
.is-home .header__center .nav-product {
  display: none;
}

.header__left .nav-home-product,
.header__center .nav-home-product {
  display: none;
}

.is-home .header__left .nav-home-product,
.is-home .header__center .nav-home-product {
  display: inline-block;
}

.header__center {
  position: fixed;
  top: 20px;
  left: 50%;
  height: 40px;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.7s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-header-hide .header__center {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-40px);
  transform: translateX(-50%) translateY(-40px);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-header-hide.is-header-sticky .header__center {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.header__left {
  position: fixed;
  top: 20px;
  left: 24px;
  height: 40px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.7s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-header-hide .header__left {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-header-hide.is-header-sticky .header__left {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header__right {
  position: fixed;
  top: 0;
  right: 0;
  height: 60px;
  z-index: 10;
  font-family: "Calibre", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.7s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}

.test .header__right {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.is-header-hide .header__right {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-header-hide.is-header-sticky .header__right {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1024px) {
  .header__right {
    height: 85px;
    right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .lang {
    margin-right: 20px;
    -webkit-transition: all 0.7s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .is-header-hide .lang {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .is-header-hide.is-header-sticky .lang {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.lang a {
  font-weight: 400;
  display: inline-block !important;
  margin: 0 5px;
}

@media only screen and (min-width: 1024px) {
  .lang a {
    margin-left: 0;
  }
}
.lang a.active {
  text-decoration: line-through;
  opacity: 0.5;
}

.local {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

@media only screen and (min-width: 1024px) {
  .local {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 85px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.7s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .is-header-hide .local {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .is-header-hide.is-header-sticky .local {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.local a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 100%;
}

@media only screen and (min-width: 1024px) {
  .local a {
    text-align: left;
  }
}
.local a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.local a img {
  width: 20px;
  height: 20px;
}

.local a span {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0 10px;
}

@media only screen and (min-width: 1024px) {
  .local a span {
    font-size: 12px;
    margin: 0 0 0 5px;
  }
}
.insta {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 11;
}

@media only screen and (min-width: 1024px) {
  .insta {
    margin-right: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.7s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .is-header-hide .insta {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .is-header-hide.is-header-sticky .insta {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.insta a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
}

.insta a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.insta a img {
  width: 20px;
  height: 20px;
  display: block;
}

.citizen {
  margin-right: 12px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 11;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.7s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-header-hide .citizen {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-header-hide.is-header-sticky .citizen {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1024px) {
  .citizen {
    margin-left: 30px;
    margin-right: 0;
  }
}
.citizen a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  text-align: center;
  border-radius: 100%;
}

@media only screen and (min-width: 1024px) {
  .citizen a {
    width: 95px;
  }
}
.citizen a img {
  width: 100%;
}

.toggle {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 85px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

@media only screen and (min-width: 1024px) {
  .toggle {
    height: 85px;
  }
}
.toggle:before {
  content: "";
  display: block;
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  background-color: #595f70;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-scroll .toggle:before,
.sub-page .toggle:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@media only screen and (max-width: 767px) {
  .toggle {
    height: 60px;
    width: 60px;
  }
}
.toggle .toggle__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 30px;
}

.toggle .t {
  position: relative;
  display: block;
  width: 30px;
  height: 1px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.toggle .t.t2 {
  margin-top: 5px;
}

.toggle .t:before,
.toggle .t:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #595f70;
  -webkit-transition: all 0.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}

.toggle .t:after {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.toggle .t.t2:before {
  -webkit-transition: all 0.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.toggle .t.t2:after {
  -webkit-transition: all 0.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 1024px) {
  .toggle:hover .t:before {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .toggle:hover .t:after {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-transition: all 0.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .toggle:hover .t.t2:before {
    -webkit-transition: all 0.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .toggle:hover .t.t2:after {
    -webkit-transition: all 0.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.is-open-gn .toggle {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.is-open-gn .toggle .t1 {
  -webkit-transform: translate(0, 2px) rotate(45deg);
  transform: translate(0, 2px) rotate(45deg);
}

.is-open-gn .toggle .t2 {
  -webkit-transform: translate(0, -4px) rotate(-45deg);
  transform: translate(0, -4px) rotate(-45deg);
}

.global-navigation__mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 900;
  background-color: #f4f2ef;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-open-gn .global-navigation__mask {
  opacity: 0.9;
  visibility: visible;
}

.global-navigation {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 340px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 990;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  background-color: #fff;
  color: #595f70;
}

.global-navigation a {
  color: #595f70;
}

.global-navigation a svg {
  fill: #595f70;
}

.global-navigation__content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 8px 35px 40px 65px;
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  z-index: 2;
}

.global-navigation__content .col {
  position: relative;
  padding: 10px 0;
}

@media only screen and (min-width: 1024px) {
  .global-navigation__content {
    padding: 100px 50px 40px;
  }
}
.gn {
  margin: 0;
}

.gn:last-child {
  margin: 0;
}

.gn__mainnav > li {
  position: relative;
  display: block;
  margin: 3px 0;
  font-family: "Calibre", sans-serif;
  font-size: 20px;
}

.gn__mainnav a {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .gn__mainnav a {
    -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .gn__mainnav a:hover {
    opacity: 0.5;
  }
}
.gn__mainnav a.is-active {
  opacity: 0.5;
  text-decoration: line-through;
  pointer-events: none;
}

.gn__mainnav a.js-open-snav:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.gn__mainnav a.js-open-snav.is-open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gn__mainnav a.nav-blank:after {
  content: "";
  position: absolute;
  right: 115px;
  top: 50%;
  margin-top: -8px;
  width: 10px;
  height: 8px;
  background-size: cover;
}

.gn__mainnav .btn {
  margin-top: 20px;
  font-size: 16px;
  padding-bottom: 8px;
}

.gn__mainnav .bnr {
  margin-top: 20px;
  font-size: 16px;
}

.gn__mainnav .bnr img {
  display: block;
  width: 100%;
}

.gn__mainnav .bnr:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #595f70;
  -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 1024px) {
  .gn__mainnav .bnr:hover:after {
    border-width: 3px;
  }
}
.gn__subnav {
  height: 0;
  overflow: hidden;
}

.gn__subnav > li,
.gn__grandsubnav > li {
  position: relative;
  display: block;
  margin: 3px 0;
  font-size: 15px;
  font-weight: 300;
  font-family: "Calibre", sans-serif;
  padding-left: 20px;
}

.gn__subnav > li:before,
.gn__grandsubnav > li:before {
  content: "";
  position: absolute;
  left: 0;
  /* top: 50%; */
  top: 0.8em;
  width: 12px;
  height: 1px;
  display: block;
  background: #595f70;
}

.gn__subnav > li:last-child {
  margin-bottom: 10px;
}

.gn__subnav > li.gn__grandsubnav__wrap:before {
  content: none;
}

.gn__grandsubnav__wrap .js-open-snav {
  cursor: pointer;
  display: block;
  position: relative;
}

.gn__spnav {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.test .gn__spnav {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.gn__spnav > li {
  position: relative;
  margin: 0 20px 20px 0;
  font-size: 14px;
  font-family: "Calibre", sans-serif;
  font-weight: 400;
}

.gn__spnav > li:last-child {
  margin-right: 0;
}

.io-p {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

.io-p a {
  display: block;
}

.insta-sec {
  background: #7a7a84;
}

.insta-sec__text {
  padding: 30px 0;
}

@media only screen and (min-width: 768px) {
  .insta-sec__text {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .insta-sec__text {
    padding: 60px 0;
  }
}
.footer {
  position: relative;
  color: #faebe3;
  background: #41444e;
  font-family: "Calibre", sans-serif;
}

.footer a {
  color: #faebe3;
  font-weight: 400;
}

.footer svg {
  fill: #faebe3;
}

.ec-link {
  position: relative;
  width: 100%;
  height: 100vw;
}

@media only screen and (min-width: 1024px) {
  .ec-link {
    height: 100vh;
  }
}
.ec-link__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ec-link__image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}

.is-pc .ec-link__image.js-parallax > div {
  top: -50%;
}

.ec-link__text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer-info {
  position: relative;
  padding: 30px 0;
}

@media only screen and (min-width: 768px) {
  .footer-info {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-info {
    padding: 60px 0;
  }
  .footer-info .btn {
    padding: 10px 20px;
    letter-spacing: 0;
  }
}
.footer-info li {
  font-size: 14px;
}

.footer-info .lang-wrap {
  margin: 0 auto;
  text-align: center;
}

.footer-info .lang-wrap .logo {
  width: 120px;
  margin: 0 auto 10px;
  display: block;
}

.footer-info .lang-wrap li {
  display: inline-block;
  margin: 10px;
}

.footer-info .lang-wrap li .is-active {
  text-decoration: line-through;
  opacity: 0.5;
}

.footer-info .lang-wrap li a {
  font-size: 12px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体",
    YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, sans-serif;
}

.footer-info .lang-wrap li .ls {
  -webkit-box-shadow: 0 0 0 1px #faebe3;
  box-shadow: 0 0 0 1px #faebe3;
  padding: 4px 10px;
  font-size: 14px;
  font-family: "Calibre", sans-serif;
}

@media only screen and (min-width: 768px) {
  .footer-info .lang-wrap {
    float: right;
    text-align: right;
  }
  .footer-info .lang-wrap .logo {
    margin-top: -16px;
    margin-right: 0;
  }
  .footer-info .lang-wrap li {
    margin: 0 0 0 15px;
  }
}
.footer-bottom {
  background: #3b3d44;
  padding: 16px 0;
}

@media only screen and (min-width: 768px) {
  .footer-bottom {
    padding: 4px 0;
  }
}
.footer-bottom__nav {
  text-align: center;
  margin: 16px auto;
}

.footer-bottom__nav li {
  margin: 0 10px;
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .footer-bottom__nav {
    float: left;
  }
  .footer-bottom__nav li {
    margin: 0 20px 0 0;
  }
}
.footer__copyright {
  text-align: center;
  margin: 16px auto;
}

@media only screen and (min-width: 768px) {
  .footer__copyright {
    float: right;
  }
}
.footer__copyright address {
  font-size: 12px;
  line-height: 20px;
}

@media only screen and (min-width: 1024px) {
  .footer__copyright address {
    font-size: 13px;
  }
}
.loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

.loading .st0 {
  fill: none;
  stroke: #000;
  stroke-width: 30;
  stroke-miterlimit: 0;
}

.loading .st0.stl {
  stroke-width: 10;
}

.loading .back .st0 {
  stroke: #f4f2ef;
}

.loading .clip path {
  fill: #000;
}

.loading .step-s path {
  opacity: 0;
}

.is-loaded .loading {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875);
  transition: all 0.6s 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

.loading-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140px;
  height: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.8s 0.1s cubic-bezier(0.72, 0.16, 0.345, 0.875);
  transition: all 0.8s 0.1s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

.is-loaded .loading-logo {
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
}

@media only screen and (min-width: 768px) {
  .loading-logo {
    width: 200px;
    height: 100px;
  }
}
.xhr-mask {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

.is-transition .xhr-mask {
  z-index: 7;
}

.xhr-mask__inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #595f70;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  margin: 60px auto 0;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .hero {
    margin: 85px auto 0;
    height: calc(100vh - 85px);
  }
}
.hero-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
  .hero-slider {
    padding-bottom: 85px;
  }
}
.hero-slider .timer {
  position: absolute;
  right: 50px;
  bottom: 30px;
  width: calc(100% - 100px);
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) {
  .hero-slider .timer {
    right: 70px;
    width: 140px;
    margin: 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-slider .timer {
    right: 80px;
    bottom: 42px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-slider .timer {
    right: calc(5vw + 60px);
  }
}
.hero-slider .timer span {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background: #595f70;
}

.hero-slider .swiper-pagination {
  padding: 0 16px;
  text-align: right;
  line-height: 20px;
  bottom: 20px;
  font-weight: 400;
  pointer-events: none;
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .hero-slider .swiper-pagination {
    padding: 0 30px;
    visibility: visible;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-slider .swiper-pagination {
    padding: 0 40px;
    bottom: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-slider .swiper-pagination {
    padding: 0 5vw;
  }
}
.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  top: auto;
  bottom: 30px;
  margin-top: auto;
  margin-bottom: -20px;
  width: 40px;
  height: 40px;
}

.hero-slider .swiper-button-next.swiper-button-disabled,
.hero-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
}

@media only screen and (min-width: 768px) {
  .hero-slider .swiper-button-next,
  .hero-slider .swiper-button-prev {
    right: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-slider .swiper-button-next,
  .hero-slider .swiper-button-prev {
    right: 80px;
    bottom: 42px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-slider .swiper-button-next,
  .hero-slider .swiper-button-prev {
    right: calc(5vw + 60px);
  }
}
.hero-slider .swiper-button-next:after,
.hero-slider .swiper-button-prev:after {
  font-size: 11px;
}

.hero-slider .swiper-button-prev {
  left: auto;
}

@media only screen and (min-width: 768px) {
  .hero-slider .swiper-button-prev {
    margin-right: 180px;
  }
}
.hero-slide {
  position: relative;
  overflow: hidden;
}

.hero-slide__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero-slide__image .media:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    transparent 1%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(1%, transparent),
    to(rgba(0, 0, 0, 0.4))
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 1%,
    rgba(0, 0, 0, 0.4) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#66000000",GradientType=0 );
  z-index: 3;
}

.hero-slide__image .img-landscape {
  display: none;
}

.hero-slide__image .img-portrait {
  display: block;
}

@media screen and (orientation: landscape) {
  .hero-slide__image {
    width: 70%;
  }
  .hero-slide__image .media:after {
    display: none;
  }
  .hero-slide__image .img-landscape {
    display: block;
  }
  .hero-slide__image .img-portrait {
    display: none;
  }
}
.hero-slide__image .media__image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    transform 3s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.swiper-slide-active .hero-slide__image .media__image {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .hero-slide__image:after {
    width: 450px;
    height: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-slide__image:after {
    display: none;
  }
}
.hero-slide__text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  padding: 24px 0;
  z-index: 10;
  color: #fff;
  pointer-events: none;
  font-family: "Calibre", sans-serif;
}

@media screen and (orientation: landscape) {
  .hero-slide__text {
    color: #595f70;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide__text {
    text-shadow: 0 0 10px #000;
    width: 100%;
  }
  .hero-slide__text h1.fs-l {
    font-size: 45px;
  }
  .hero-slide-title-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-slide__text span.fs-m {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-slide__text {
    width: 450px;
    padding: 30px 0;
  }
  .hero-slide__text h1.fs-l {
    font-size: 70px;
    letter-spacing: 3px;
  }
  .hero-slide__text span.fs-m {
    font-size: 31px;
    letter-spacing: 1.15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .hero-slide__text h1.fs-l {
    font-size: 54px;
  }
  .hero-slide__text span.fs-m {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-slide__text {
    top: 50%;
    bottom: auto;
    padding: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.hero-slide__text h2 {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .hero-slide__text h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.hero-slide__text h3 {
  font-size: 13px;
  letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {
  .hero-slide__text h3 {
    font-size: 16px;
  }
}
.hero-slide__text hr {
  width: 20px;
  height: 1px;
  background: #fff;
  border: none;
  margin: 12px 0;
}

@media only screen and (min-width: 768px) {
  .hero-slide__text hr {
    margin: 20px 0;
    width: 30px;
  }
}
@media screen and (orientation: landscape) {
  .hero-slide__text hr {
    background: #595f70;
  }
}
.hero-slide__btn {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  z-index: 15;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .hero-slide__btn {
    display: block;
    width: 100%;
    bottom: auto;
    top: 94%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .text-sec {
    padding: 16px 0;
  }
  .text-sec.pt0 {
    padding-top: 0;
  }
}
.text-sec h2 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .text-sec h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .text-sec h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-sec h2 {
    font-size: 42px;
  }
}
.text-sec h3 {
  margin: 3px 0;
}

.text-sec h4 {
  margin: 8px 0;
  font-size: 14px;
  letter-spacing: 1px;
}

@media only screen and (min-width: 1024px) {
  .text-sec h4 {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
.text-sec h4 > span {
  display: block;
}

.text-sec p {
  margin: 8px 0;
  letter-spacing: 1px;
}

.text-sec p.ff-serif {
  font-size: 13px;
  margin: 0;
  line-height: 2.3;
  letter-spacing: 0.6px;
}

@media only screen and (min-width: 1024px) {
  .text-sec p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-sec p {
    font-size: 15px;
  }
}
.text-sec hr {
  border: none;
  width: 100px;
  height: 1px;
  background: #595f70;
  margin: 16px auto;
}

@media only screen and (min-width: 768px) {
  .text-sec hr {
    margin: 30px auto;
  }
  .text-sec p.ff-serif {
    font-size: 18px;
  }
}
.text-sec .icon {
  width: 24px;
  height: 24px;
  margin: 0 auto 16px;
}

.text-sec .icon img {
  display: block;
  width: 100%;
}

.text-sec .btn-wrap {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .text-sec .btn-wrap {
    text-align: center;
    margin-bottom: 30px;
  }
}
.text-sec .btn-wrap_s {
  margin-top: 16px;
}

.text-sec .btns {
  margin-top: 16px;
}

.text-sec .btns .btn {
  margin: 5px;
}

@media only screen and (min-width: 768px) {
  .break-pc {
    display: block;
  }
  .break-sp {
    display: none;
  }
  .text-sec.text-center h3.lead-text {
    margin-bottom: 16px;
  }
  .text-sec.text-center h3.lead-text svg {
    width: 328px;
  }
  .text-sec.text-center h3.lead-text span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .text-sec.text-center h3 {
    letter-spacing: 2px;
  }
  .text-sec.text-center p {
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .break-pc {
    display: none;
  }
  .break-sp {
    display: block;
  }
  .text-sec.text-center h3.lead-text svg {
    width: 260px;
  }
  .text-sec.text-center h3.lead-text span {
    font-size: 14px;
  }
}
.text-sec.text-sec--min {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.text-sec.text-sec--min p {
  text-align: left;
}

.image-sec {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
}

@media only screen and (min-width: 768px) {
  .image-sec {
    padding-bottom: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .image-sec {
    padding-bottom: 40%;
  }
}
.news-bar {
  position: relative;
}

.news-slider {
  padding-bottom: 24px;
}

.news-slider .swiper-pagination {
  bottom: 0;
}

.news-slide {
  text-align: center;
  padding: 12px 10px 10px;
  background: #f9f8f7;
}

.news-slide span {
  display: block;
  margin: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 768px) {
  .news-slide span {
    display: inline-block;
    margin: 0 6px;
  }
}
.news-slide .news-date {
  letter-spacing: 1px;
}

.news-slide .news-title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.news-wrap {
  background: #fff;
  padding-top: 30px;
}

@media only screen and (min-width: 1024px) {
  .news-wrap {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .news-wrap {
    padding-top: 0;
  }
}
.news-wrap .grid {
  padding: 30px 0;
}

@media only screen and (min-width: 1024px) {
  .news-wrap .grid {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .news-wrap .grid {
    padding: 0;
  }
}
.news-g {
  position: relative;
  display: block;
}

.news-g__image {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .news-g__image img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  a:hover .news-g__image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.news-g__text {
  position: relative;
  padding: 12px 10px 20px 0;
  z-index: 2;
}

.news-g__text .date {
  font-family: "Calibre", sans-serif;
  background: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 300;
}

.news-g__text h3 {
  padding-top: 5px;
  font-weight: 400;
  line-height: 1.4;
}

.about-cover {
  position: relative;
  width: 100%;
  height: 100vw;
}

@media only screen and (min-width: 1024px) {
  .about-cover {
    height: 100vh;
  }
}
.about-cover__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.is-pc .about-cover__image.js-parallax > div {
  top: -25%;
}

.product-detail {
  position: relative;
}

.product-detail__character.js-parallax h2 {
  position: relative;
  padding-top: 15px;
}

@media only screen and (max-width: 767px) {
  .product-detail__character.js-parallax h2 {
    padding-top: 0;
    padding-left: 80px;
  }
}
.product-detail__character.js-parallax h2 .iby {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 50px;
  background-size: cover;
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .product-detail__character.js-parallax h2 .iby {
    width: 75px;
    height: 25px;
    top: 15px;
  }
}
.product-detail__character.js-parallax h2 .t {
  opacity: 0.4;
}

@media only screen and (min-width: 768px) {
  .product-detail__character {
    position: absolute;
    top: 5%;
    right: 0;
  }
  .grid--reverse .product-detail__character {
    right: auto;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .product-detail__character.js-parallax {
    top: 10%;
  }
}
.product-detail__text {
  padding: 16px 0;
}

@media only screen and (min-width: 768px) {
  .product-detail__text {
    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;
  }
}
.product-detail__text h2 {
  margin-bottom: 16px;
  opacity: 0.75;
}

@media only screen and (min-width: 1024px) {
  .product-detail__text h2 {
    margin-bottom: 30px;
  }
}
.product-detail__text h3 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 16px;
}

@media only screen and (min-width: 1024px) {
  .product-detail__text h3 {
    font-size: 24px;
  }
}
.product-detail__text p {
  margin: 5px 0;
}

@media only screen and (min-width: 1024px) {
  .product-detail__text p {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
.product-detail__text p.parts {
  font-size: 61px;
  font-weight: 100;
  line-height: 1;
  margin: 0 0 16px;
}

.product-detail p.parts.is-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .product-detail p.parts.is-sp {
    font-size: 42.5px;
    font-weight: 100;
    line-height: 1;
    margin: 0 0 16px;
    display: block;
    letter-spacing: 3px;
  }
  .product-detail__text p.parts.is-pc {
    display: none;
  }
}
.product-detail__text ul {
  margin-bottom: 16px;
}

.product-detail__text ul li {
  margin-top: 26px;
  font-size: 14px;
}

.product-detail__text ul li p {
  font-size: 19px;
}

.product-detail__text .more-btn {
  margin-top: 16px;
}

.product-detail__text .btn {
  margin-top: 16px;
}

.product-detail__images {
  position: relative;
}

.product-detail__images .image__l {
  width: 75%;
}

.grid--reverse .product-detail__images .image__l {
  margin-left: 25%;
}

.product-detail__images .image__s {
  position: absolute;
  right: 0;
  bottom: 5%;
  width: 36%;
}

.product-detail__images .image__m {
  position: absolute;
  right: 0;
  bottom: -8%;
  width: 45.4%;
}

.grid--reverse .product-detail__images .image__s {
  right: auto;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .grid--reverse .product-detail__images .image__m {
    right: auto;
    left: -28%;
    width: 62.25%;
  }
}
@media only screen and (max-width: 767px) {
  .grid--reverse .product-detail__images .image__m {
    right: auto;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail__image {
    margin-bottom: 20px;
  }
}
.other-cl {
  position: relative;
  color: #faebe3;
  background-size: cover;
  padding: 32px 0;
}

@media only screen and (min-width: 768px) {
  .other-cl {
    padding: 60px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .other-cl {
    padding: 80px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .other-cl {
    padding: 120px 0 0;
  }
}
.other-cl .grid-overflow-wrapper {
  padding: 0 30px;
  overflow: hidden;
  /* overflow-x: auto; */
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.other-cl .grid {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: auto;
}

.other-cl .grid__item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (min-width: 768px) {
  .other-cl .grid__item {
    width: 288px;
    padding: 12px;
  }
  .other-cl .grid-overflow-wrapper .grid__item:first-child {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .other-cl .grid-overflow-wrapper {
    padding: 60px 30px 80px;
  }
  .other-cl .swiper-scrollbar {
    bottom: -80px;
  }
}
@media only screen and (min-width: 1024px) {
  .other-cl .grid-overflow-wrapper {
    padding: 80px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .other-cl .grid-overflow-wrapper {
    padding: 120px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .other-cl .grid__item {
    width: 150px;
  }
}
.other-cl a {
  color: #faebe3;
}

.other-cl__text {
  text-align: center;
  padding: 16px 0;
}

.other-cl__text h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 100;
  font-family: "Calibre", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .other-cl__text h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .other-cl__text p {
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .other-cl__text p {
    font-size: 11px;
  }
}
.about-g {
  position: relative;
  display: block;
}

.about-g__image img {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

@media only screen and (min-width: 1024px) {
  .about-g__image img {
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  a:hover .about-g__image img {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
.about-g__image .media:after {
  background: #f4f2ef;
}

.about-g__text {
  position: relative;
  text-align: center;
  padding: 0;
  margin-top: -18px;
}

@media only screen and (min-width: 1024px) {
  .about-g__text {
    margin-top: -22px;
  }
}
.about-g__text h3 {
  font-size: 18px;
  line-height: 1.4;
}

.about-g__text p {
  line-height: 1.5;
  margin-top: 10px;
}

@media only screen and (min-width: 1024px) {
  .about-g__text p {
    letter-spacing: 1px;
    font-size: 14px;
  }
}
.purpose-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 120vw;
}

@media only screen and (max-width: 767px) {
  .purpose-col {
    height: 150vw;
  }
}
.purpose-col__text-wrap {
  position: relative;
}

.purpose-col__text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}

.purpose-col__text .btn,
.purpose-col__text .more-btn {
  margin-top: 16px;
}

.purpose-col__images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.purpose-col__images > * {
  position: absolute;
}

.purpose-col__images .image__a {
  top: 5%;
  left: 15%;
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .purpose-col__images .image__a {
    top: -16px;
    left: 10%;
    width: 30%;
  }
}
.purpose-col__images .image__b {
  top: 25%;
  right: 0%;
  width: 33%;
}

.purpose-col__images .image__c {
  bottom: 0%;
  left: 50%;
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .purpose-col__images .image__c {
    width: 30%;
    left: 60%;
  }
}
.purpose-col__images .image__d {
  top: 50%;
  left: 0%;
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .purpose-col__images .image__d {
    top: 75%;
    width: 40%;
  }
}
.about-title {
  position: relative;
  width: 94%;
  max-width: 1200px;
  text-align: center;
}

.about-title h3 {
  margin: 16px 0;
}

@media only screen and (min-width: 1024px) {
  .about-title h3 {
    letter-spacing: 2px;
  }
}
.about-title p {
  margin: 8px 0 0;
  letter-spacing: 2px;
}

@media only screen and (min-width: 1024px) {
  .about-title p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-title p {
    font-size: 15px;
  }
}
.tsw_logo {
  position: relative;
  width: 240px;
  background-size: cover;
  margin: 30px auto;
}

.tsw_logo img {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .tsw_logo {
    width: 280px;
    margin: 40px auto;
  }
}
@media only screen and (min-width: 1200px) {
  .tsw_logo {
    width: 300px;
  }
}
.wr_logo {
  position: relative;
  width: 280px;
  margin: 0 auto;
}

.wr_logo img {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .wr_logo {
    width: 360px;
  }
}
@media only screen and (min-width: 1024px) {
  .wr_logo {
    width: 400px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .wr_logo {
    width: 480px;
  }
}
.page-headline {
  padding: 100px 0 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .page-headline {
    padding: 150px 0 0;
  }
}
.page-headline h1 {
  line-height: 1.4;
}

.cl-cover {
  background: #595f70;
  color: #faebe3;
}

.cl-cover__text {
  text-align: center;
  padding: 20px 0;
}

.cl-cover__text h2 {
  font-size: 14px;
}

@media only screen and (min-width: 1024px) {
  .cl-cover__text h2 {
    font-size: 16px;
  }
}
.cl-cover__text h3 {
  font-size: 18px;
  margin: 12px 0;
}

@media only screen and (min-width: 1024px) {
  .cl-cover__text h3 {
    font-size: 24px;
  }
}
.cl-cover__text p {
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0;
}

@media only screen and (min-width: 1024px) {
  .cl-cover__text p {
    font-size: 15px;
  }
}
.cl-cover__text .more-btn {
  margin-top: 12px;
}

.cl-sec__title {
  margin: 30px 0;
  text-align: center;
}

.cl-sec__title h4 {
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
  display: block;
  font-size: 15px;
}

.cl-sec__title h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #595f70;
  opacity: 0.3;
}

.cl-sec__title h4 span {
  position: relative;
  padding: 0 20px;
  background: #f4f2ef;
}

.cl-sec__title h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 20px 0;
}

@media only screen and (min-width: 1024px) {
  .cl-sec__title h3 {
    font-size: 24px;
  }
}
.cl-sec__title p {
  font-size: 13px;
  padding: 20px 0;
}

@media only screen and (min-width: 1024px) {
  .cl-sec__title p {
    font-size: 14px;
  }
}
.cl-sec__sub-title {
  font-size: 28px;
  font-weight: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.cl-sec__sub-title:before {
  content: "";
  display: block;
  height: 1px;
  width: 0.6em;
  margin-right: 0.2em;
  background-color: #595f70;
}

@media only screen and (max-width: 767px) {
  .cl-sec__sub-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.collections-g {
  position: relative;
  display: block;
}

.collections-g__image {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .collections-g__image img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  a:hover .collections-g__image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.collections-g__text {
  position: relative;
  padding: 20px 10px 20px 0;
  z-index: 2;
}

.collections-g__text h2 {
  line-height: 40px;
  background: #f4f2ef;
  font-size: 24px;
  font-family: "Calibre", sans-serif;
  font-weight: 100;
}

.collections-g__text h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 10px;
}

@media only screen and (min-width: 1024px) {
  .collections-g__text h3 {
    font-size: 15px;
  }
}
.collections-g__text p {
  margin-top: 10px;
}

.hero-single {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  overflow: hidden;
}

.hero-single__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.is-pc .hero-single__image.js-parallax .media {
  top: -50%;
}

@media only screen and (max-width: 767px) {
  .hero-single__image {
    width: 100%;
  }
}
.hero-single__text {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .hero-single__text {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }
}
.hero-single__text h2 {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "Calibre", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .hero-single__text h2 {
    font-size: 16px;
  }
}
.hero-single__text h1 {
  margin: 10px 0;
  position: relative;
}

.hero-single__text h1 .iby {
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -75px;
  width: 150px;
  height: 50px;
  background-size: cover;
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .hero-single__text h1 .iby {
    width: 90px;
    height: 30px;
    top: 5px;
    margin-left: -45px;
  }
}
.hero-single__text h1 .first {
  position: absolute;
  left: 50%;
  top: 6px;
  margin-left: 120px;
  width: 65px;
  height: 50px;
  background-size: cover;
  opacity: 0.7;
}

@media only screen and (min-width: 1024px) {
  .hero-single__text h1 .first {
    margin-left: 140px;
    top: 10px;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .hero-single__text h1 .first {
    width: 39px;
    height: 30px;
    top: 5px;
    margin-left: 60px;
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .hero-single__text h1 span.first-t {
    padding: 0 50px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero-single__text h1 span.first-t {
    font-size: 55px;
    padding: 0 60px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-single__text h1 span.first-t {
    font-size: 64px;
    padding: 0 66px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-single__text h1.fs-m {
    font-size: 32px;
  }
}
.hero-single__text h3 {
  font-size: 18px;
  margin: 20px 0;
}

@media only screen and (min-width: 1024px) {
  .hero-single__text h3 {
    font-size: 22px;
  }
}
.hero-single__text h3 span.js-char {
  display: block;
}

.hero-single__text p {
  font-size: 14px;
  letter-spacing: 1px;
}

@media only screen and (min-width: 1024px) {
  .hero-single__text p {
    font-size: 15px;
  }
}
.hero-single__text .btn {
  margin-top: 20px;
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}

@media only screen and (max-width: 767px) {
  .hero-single__text .btn {
    background: #fff;
  }
}
.model-info {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .model-info {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .model-info {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.model {
  display: block;
}

.model__image {
  position: relative;
  background: #fff;
}

.model__image:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 10px;
  height: 8px;
  background-size: cover;
  z-index: 5;
}

@media only screen and (min-width: 1024px) {
  .model__image:before {
    content: "MORE";
    font-family: "Calibre", sans-serif;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    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;
    font-size: 14px;
    font-weight: 400;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  a:hover .model__image:before {
    opacity: 1;
  }
}
.model__image .media {
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 1024px) {
  a:hover .model__image .media {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.model__image .new {
  font-family: "Calibre", sans-serif;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  -webkit-box-shadow: 0 0 0 1px #595f70 inset;
  box-shadow: 0 0 0 1px #595f70 inset;
  padding: 2px 5px;
  z-index: 5;
}

.model__image .new-2 {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  background: #f4f2ef;
  padding: 2px 5px;
  z-index: 5;
}

.model__text {
  padding: 16px 0;
  text-align: center;
}

.model__text h4 {
  font-weight: 400;
  font-size: 13px;
  font-family: "Calibre", sans-serif;
}

.model__text h4 span {
  font-weight: 500;
  font-size: 16px;
  display: block;
}

.model__text p {
  line-height: 1.5;
  margin-top: 5px;
}

.model__text p span {
  font-size: 11px;
}

.model__text .spec {
  font-size: 11px;
}

.model__btn-wrap {
  text-align: center;
}

.model__btn-wrap .btn {
  padding: 3px 6px;
  font-size: 10px;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体",
    YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, sans-serif;
}

.other-slider {
  margin: 16px 0;
}

@media only screen and (min-width: 768px) {
  .other-slider {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .other-slider {
    margin: 40px 0;
  }
}
.other-slide {
  width: 300px;
}

.other-slide .t {
  padding: 16px 0 24px;
}

.other-slide .t h2 {
  font-size: 18px;
  font-family: "Calibre", sans-serif;
  line-height: 1.4;
}

.collaboration-bnr {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
}

@media only screen and (min-width: 768px) {
  .collaboration-bnr {
    height: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  .collaboration-bnr {
    height: 500px;
  }
}
.collaboration-bnr__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.collaboration-bnr__text {
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .collaboration-bnr__text {
    left: 12%;
    width: 40%;
  }
}
.collaboration-bnr__text img {
  display: block;
  width: 100%;
}

.collaboration-bnr__text .btn {
  margin-top: 20px;
}

.hero-about {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  height: calc(100vh - 60px);
  margin: 60px auto 0;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .hero-about {
    margin: 85px auto 0;
    height: calc(100vh - 85px);
  }
}
.hero-about__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.is-pc .hero-about__image.js-parallax .media {
  top: -50%;
}

.hero-about__text {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.hero-about__text h2 {
  font-size: 14px;
  letter-spacing: 1px;
}

@media only screen and (min-width: 1024px) {
  .hero-about__text h2 {
    font-size: 16px;
  }
}
.hero-about__text h1 {
  margin: 10px 0;
}

.hero-about__text h3 {
  font-size: 18px;
  margin: 20px 0;
}

@media only screen and (min-width: 1024px) {
  .hero-about__text h3 {
    font-size: 22px;
  }
}
.hero-about__text p {
  font-weight: 400;
}

@media only screen and (min-width: 1024px) {
  .hero-about__text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-about__text {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #faebe3;
  }
}
.hero-about-single {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  margin: 60px auto;
  height: 50vw;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .hero-about-single {
    margin: 85px auto;
    height: 45vw;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-about-single {
    height: 33vw;
    max-height: 500px;
  }
}
.hero-about-single__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-about-single__image .media:after {
  background: #f4f2ef;
}

.hero-about-single__text {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.about-detail {
  border-top: 1px solid #595f70;
  padding-top: 12px;
}

@media only screen and (min-width: 1024px) {
  .about-detail {
    padding-top: 24px;
  }
}
.about-detail:last-child {
  border-bottom: 1px solid #595f70;
}

.about-detail__text {
  padding: 16px 0;
}

@media only screen and (min-width: 768px) {
  .about-detail__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .grid--reverse .about-detail__text {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.about-detail__text h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 16px;
}

@media only screen and (min-width: 1024px) {
  .about-detail__text h3 {
    font-size: 24px;
  }
}
.about-detail__text p {
  margin: 5px 0;
}

@media only screen and (min-width: 1024px) {
  .about-detail__text p {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
.about-detail__text .more-btn {
  margin-top: 16px;
}

.about-detail__text .btn {
  margin-top: 16px;
}

.about-other {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {
  .about-other {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-other {
    margin-top: 40px;
  }
}
.purpose-bnr {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .purpose-bnr {
    height: 360px;
  }
}
@media only screen and (min-width: 1024px) {
  .purpose-bnr {
    height: 420px;
  }
}
.purpose-bnrs {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 40vw;
  margin-bottom: 5px;
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  .purpose-bnrs {
    height: 320px;
  }
}
@media only screen and (min-width: 1024px) {
  .purpose-bnrs {
    height: 400px;
    padding: 10px;
    margin-bottom: 10px;
  }
}
.purpose-bnrs a {
  position: relative;
  display: block;
  width: calc(50% - 10px);
  margin: 0 5px;
  background-size: cover;
  background-position: center;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .purpose-bnrs a {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
.purpose-bnrs a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0,0,0,0.1); */
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 1024px) {
  .purpose-bnrs a:hover:before {
    background: rgba(0, 0, 0, 0.2);
  }
}
.purpose-bnrs__text,
.purpose-bnr__text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.purpose-bnrs__text .btn,
.purpose-bnrs__text .more-btn,
.purpose-bnr__text .btn,
.purpose-bnr__text .more-btn {
  margin-top: 16px;
}

.hero-purpose {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  height: 100vw;
  margin: 60px auto 0;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .hero-purpose {
    margin: 0 auto;
    height: 100vh;
  }
}
.hero-purpose .hr {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 90px;
  background: #595f70;
}

@media only screen and (max-width: 767px) {
  .hero-purpose .hr {
    height: 60px;
  }
}
.hero-purpose__text {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.purpose-g {
  position: relative;
  display: block;
}

.purpose-g__image {
  position: relative;
}

.purpose-g__image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    transparent 1%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(1%, transparent),
    to(rgba(0, 0, 0, 0.3))
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 1%,
    rgba(0, 0, 0, 0.3) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#66000000",GradientType=0 );
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 1024px) {
  .purpose-g__image img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  a:hover .purpose-g__image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.purpose-g__text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.purpose-g__text h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 100;
  font-family: "Calibre", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .purpose-g__text h3 {
    font-size: 30px;
  }
}
.purpose-g__text p {
  font-size: 14px;
}

@media only screen and (min-width: 1024px) {
  .purpose-g__text p {
    font-size: 15px;
  }
}
.hero-purpose-single {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  margin: 60px auto 0;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .hero-purpose-single {
    margin: 85px auto 0;
  }
}
.hero-purpose-single__text {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.hero-purpose-single__text .fs-s {
  font-weight: 400;
}

.pp-cover {
  background: #595f70;
  color: #faebe3;
}

.pp-cover__text {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pp-cover__text h2 {
  font-size: 18px;
  line-height: 1.4;
  margin: 12px 0;
  font-weight: 500;
}

@media only screen and (min-width: 1024px) {
  .pp-cover__text h2 {
    font-size: 24px;
  }
}
.pp-cover__text p {
  font-size: 14px;
  margin: 5px 0;
}

@media only screen and (min-width: 1024px) {
  .pp-cover__text p {
    font-size: 15px;
  }
}
.pp-cover__text .more-btn {
  margin-top: 12px;
}

.pp-col {
  max-width: 800px;
  margin: 40px auto;
}

@media only screen and (min-width: 768px) {
  .pp-col {
    margin: 75px auto;
  }
}
.pp-col .media {
  -webkit-box-shadow: 0 0 0 1px #eee;
  box-shadow: 0 0 0 1px #eee;
}

.pp-col__text h5 {
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  display: inline-block;
}

.pp-col__text h5:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 36px;
  height: 1px;
  background: #595f70;
}

.pp-col__text h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 12px 0;
}

@media only screen and (min-width: 1024px) {
  .pp-col__text h3 {
    font-size: 24px;
  }
}
.pp-col__text h4 {
  font-size: 18px;
  line-height: 1.4;
  margin: 12px 0;
}

@media only screen and (min-width: 1024px) {
  .pp-col__text h4 {
    font-size: 20px;
  }
}
.pp-col__text p {
  font-size: 13px;
  margin: 5px 0;
}

@media only screen and (min-width: 1024px) {
  .pp-col__text p {
    font-size: 14px;
  }
}
.pp-col__text .more-btn {
  margin-top: 12px;
}

.material-g__text {
  padding: 20px 10px 20px 0;
}

.material-g__text h3 {
  font-size: 15px;
  line-height: 1.4;
  margin: 12px 0;
}

@media only screen and (min-width: 1024px) {
  .material-g__text h3 {
    font-size: 20px;
  }
}
.material-g__text p {
  margin: 5px 0;
}

@media only screen and (min-width: 1024px) {
  .material-g__text p {
    font-size: 14px;
  }
}
.material-g__text .btn {
  margin-top: 12px;
}

.material-g__model {
  border-top: 1px solid #f4f2ef;
  padding: 5px 0 0;
  margin-top: 10px;
}

.material-g__model p {
  font-size: 12px !important;
  font-weight: 500;
}

.material-g__model a.line-btn {
  font-size: 12px;
  letter-spacing: 0;
  padding: 2px 0;
  margin-right: 10px;
}

.cm-nav {
  max-width: 800px;
  margin: 0 auto;
}

.cm-nav__t {
  position: relative;
  border-top: 1px solid #595f70;
}

.cm-nav__t h4 {
  padding: 12px 0;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .cm-nav__t h4 {
    padding: 8px 0;
  }
}
.cm-nav__l {
  border-top: 1px solid #595f70;
}

.cm-nav__l a {
  position: relative;
  display: block;
  padding: 12px 0;
  border-top: 1px dotted #595f70;
}

.cm-nav__l a:first-child {
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .cm-nav__l a {
    padding: 8px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .cm-nav__l a {
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    background: #fff;
  }
  .cm-nav__l a:hover {
    background: #f4f2ef;
    padding-left: 12px;
  }
}
.cm-nav__l a strong {
  font-weight: 500;
  display: inline-block;
  line-height: 1.5;
  margin-right: 10px;
}

.cm-nav__l a span {
  display: inline-block;
  line-height: 1.5;
}

.cm-col {
  position: relative;
  max-width: 800px;
  margin: 1px auto;
  background: #f4f2ef;
  padding: 30px 0 30px 16px;
}

@media only screen and (min-width: 768px) {
  .cm-col {
    padding: 50px 0 50px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .cm-col {
    padding: 60px 0 60px 200px;
  }
}
.cm-col:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 16px;
  height: 100%;
  background: #f4f2ef;
}

@media only screen and (min-width: 768px) {
  .cm-col:before {
    width: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .cm-col:before {
    width: calc(50vw - 400px);
  }
}
.cm-col h5 {
  position: absolute;
  left: 0;
  top: -18px;
  padding: 0 10px;
  line-height: 36px;
  height: 36px;
  background: #595f70;
  color: #faebe3;
  font-weight: 400;
}

@media only screen and (min-width: 1024px) {
  .cm-col h5 {
    top: 0;
    padding: 0 16px;
  }
}
.cm-col h2 {
  font-size: 20px;
  line-height: 1.4;
  margin: 12px 0;
}

@media only screen and (min-width: 1024px) {
  .cm-col h2 {
    font-size: 24px;
  }
}
.cm-col p {
  font-size: 13px;
  margin: 10px 0;
}

@media only screen and (min-width: 1024px) {
  .cm-col p {
    font-size: 14px;
  }
}
.cm-col .btn {
  margin-top: 12px;
}

.hero-support {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  margin: 0 auto;
  height: 100vh;
  overflow: hidden;
}

.hero-support .hr {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 90px;
  background: #595f70;
}

@media only screen and (max-width: 767px) {
  .hero-support .hr {
    height: 60px;
  }
}
.hero-support__text {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.hero-support__text h1 {
  margin-bottom: 20px;
}

.hero-support__text .btns {
  margin-top: 30px;
}

.hero-support__text .btns a {
  margin: 5px;
}

.support-col {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
}

.support-col h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .support-col h2 {
    margin-top: 20px;
  }
}
.test .support-col p {
  margin: 20px 0 12px;
}

.test .support-col .btn {
  margin-top: -1px;
}

.test .gn__subnav--no-line li::before {
  display: none;
}

.test .dropdown-menu {
  background-color: #f4f2f0;
  padding: 7px 15px 7px 15px;
  border-radius: 6px;
}

.btn-shopList {
  position: relative;
  display: block;
  width: 500px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  background: #fff;
  -webkit-box-shadow: 2px 22px 45px -5px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 22px 45px -5px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-shopList span,
.btn-shopList svg {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-shopList span {
  width: 90%;
}

.btn-shopList svg {
  width: 70%;
  max-width: 200px;
  fill: #595f70;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-shopList:after {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 8px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .btn-shopList {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .itemLineup .d-btn:hover {
    color: #fff;
    border-color: #000;
    background: #000;
  }
  .btn-shopList {
    font-size: 16px;
    height: 150px;
  }
  .btn-shopList:hover {
    color: #fff !important;
    background: #000;
  }
  .btn-shopList:hover svg {
    fill: #fff;
  }
}
#about .about-detail-hero {
  margin-top: 60px;
}

.about-detail-hero {
  background-size: cover;
  border-bottom: 1px solid #dcdcdc;
}

.about-detail__text-inner {
  padding: 20px;
  max-width: 550px;
  margin: 0 auto;
}

.about-detail__text-inner p {
  text-shadow: 0 1px 1px #fff;
  color: #000;
}

.about-detail-hero__image h3 {
  font-size: 3.5vw;
  letter-spacing: 1px;
  width: 49vw;
  margin: 13vw auto 4vw;
}

.about-detail-hero__tsw_logo {
  position: relative;
  width: 49vw;
  height: 35vw;
  background: url(https://www.citizenwatch-global.com/citizen_l/special/assets/img/tsw_logo_line.png);
  background-size: cover;
  margin: 0 auto 13vw;
}

@media only screen and (max-width: 767px) {
  .about-detail-hero .about-detail__text {
    padding: 0 0 20vw;
  }
  .about-detail-hero .about-detail__text-inner {
    padding: 0;
    text-align: center;
  }
  .about-detail-hero .about-detail__text p {
    margin: 0;
    font-size: 3vw;
  }
}
@media only screen and (min-width: 768px) {
  #about .about-detail-hero {
    margin-top: 85px;
  }
  .about-detail-hero {
    background: url(https://www.citizenwatch-global.com/citizen_l/special/assets/img/about/hero-bg-pc.jpg) center
      no-repeat;
    background-size: cover;
  }
  .about-detail-hero__image h3 {
    font-size: 1.75vw;
    letter-spacing: 1px;
    width: 28vw;
    margin: 13vw auto 4vw;
  }
  .about-detail-hero__tsw_logo {
    width: 28vw;
    height: 20vw;
    margin: 0 auto 13vw;
  }
}
@media only screen and (min-width: 1200px) {
  .about-detail-hero__image h3 {
    margin-top: 10vw;
  }
  .about-detail-hero__tsw_logo {
    margin-bottom: 10vw;
  }
}
@media only screen and (min-width: 1400px) {
  .about-detail-hero__image h3 {
    margin-top: 140px;
    margin-bottom: 40px;
    font-size: 20px;
    width: 392px;
  }
  .about-detail-hero__tsw_logo {
    margin-bottom: 140px;
    width: 392px;
    height: 280px;
  }
}
a.about-detail__image {
  padding: 0 20px;
}

.about-detail__text h3 {
  font-size: 18px;
}

@media only screen and (min-width: 1024px) {
  .about-detail__text h3 {
    font-size: 18px;
    letter-spacing: 2px !important;
  }
}
.about-detail__text .line-btn {
  margin-top: 10px;
}

@media only screen and (min-width: 1275px) {
  .p-align {
    margin-top: 0;
  }
  .about-detail__text--align {
    padding: 0;
  }
  .about-detail__text-inner--align {
    padding: 0;
  }
}
.dropdown-item {
  position: relative;
  padding: 0 30px;
  border-radius: 3px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.dropdown-item__btn {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: pointer;
}

.dropdown-item__btn:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -7px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px rgba(0, 0, 0, 0.3);
  border-right: solid 2px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dropdown-item__btn.is-show:after {
  margin-top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dropdown-item__btn h4 {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  text-align: center;
}

.dropdown-item__content {
  position: relative;
  display: none;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  padding-top: 16px;
  padding-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .dropdown-item {
    margin: 0 auto;
    padding: 0 10px;
  }
  .dropdown-item__btn {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .dropdown-item__content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .dropdown-item__btn h4 {
    font-size: 16px;
  }
  .dropdown-item__content p {
    font-size: 14px;
  }
}
/*----home----*/
body.is-home .grid--reverse .product-detail__images .image__l {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  body.is-home .grid--reverse .product-detail__images .image__l {
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  body.is-home
    .grid__item.medium-up--one-half
    .product-detail__images
    .image__l {
    width: 100%;
  }
}
/*--~-videomodal----*/
.videomodal {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateZ(2px);
  transform: translateZ(2px);
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.videomodal.show {
  opacity: 1;
  pointer-events: auto;
}

.videomodal.show .videomodal__cover {
  opacity: 0;
  -webkit-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}

.videomodal.show .videomodal__close .js-videomodal_close span:before {
  width: 100%;
}

.videomodal__bg {
  background-color: #000;
  opacity: 0.95;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.videomodal__contents {
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 687px;
  max-width: calc(100% - 40px);
}

@media only screen and (min-width: 768px) {
  .videomodal__contents {
    aspect-ratio: 1400/786;
  }
}
@media only screen and (max-width: 767px) {
  .videomodal__contents {
    aspect-ratio: 750/420;
  }
}
.videomodal__videoarea {
  width: 100%;
  height: 0;
}

@media only screen and (min-width: 768px) {
  .videomodal__videoarea {
    padding-top: 56.1428571429%;
  }
}
@media only screen and (max-width: 767px) {
  .videomodal__videoarea {
    padding-top: 56%;
  }
}
.videomodal__videoarea video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.videomodal__close {
  position: absolute;
  right: 0;
  top: -42px;
}

.videomodal__close .js-videomodal_close {
  width: 27px;
  height: 27px;
  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;
  cursor: pointer;
  position: relative;
}

.videomodal__close .js-videomodal_close span:nth-of-type(1),
.videomodal__close .js-videomodal_close span:nth-of-type(2) {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}

.videomodal__close .js-videomodal_close span:nth-of-type(1):before,
.videomodal__close .js-videomodal_close span:nth-of-type(2):before {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s ease-in-out 0.5s;
  transition: width 0.4s ease-in-out 0.5s;
}

.videomodal__close .js-videomodal_close span:nth-of-type(2):before {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.videomodal__close .js-videomodal_close span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.videomodal__close .js-videomodal_close span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.videomodal__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(232, 195, 206)),
    color-stop(29%, rgb(231, 213, 198)),
    color-stop(61%, rgb(236, 234, 238)),
    color-stop(75%, rgb(232, 229, 234)),
    to(rgb(210, 241, 250))
  );
  background: -webkit-linear-gradient(
    left,
    rgb(232, 195, 206) 0%,
    rgb(231, 213, 198) 29%,
    rgb(236, 234, 238) 61%,
    rgb(232, 229, 234) 75%,
    rgb(210, 241, 250) 100%
  );
  background: linear-gradient(
    to right,
    rgb(232, 195, 206) 0%,
    rgb(231, 213, 198) 29%,
    rgb(236, 234, 238) 61%,
    rgb(232, 229, 234) 75%,
    rgb(210, 241, 250) 100%
  );
  z-index: 1;
  pointer-events: none;
  padding-top: 56.1428571429%;
}

@media only screen and (max-width: 767px) {
  .videomodal__cover {
    padding-top: 56%;
  }
}
/*----square----*/
@media only screen and (min-width: 768px) {
  .product-detail .howto {
    margin-top: 10px;
  }
  .product-detail .howto .parts {
    font-size: 22px;
  }
  .product-detail .howto .image__l {
    width: 100%;
  }
  .product-detail .howto h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail .howto .parts {
    font-size: 17.5px;
  }
}
/*----fourelements----*/
body.is-collections-fourelements {
  background-color: #e2bdc8;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e2bdc8),
    color-stop(32%, #e1d0c1),
    color-stop(70%, #e4e2e6),
    color-stop(90%, #cdebf4)
  );
  background-image: -webkit-linear-gradient(
    left,
    #e2bdc8 0%,
    #e1d0c1 32%,
    #e4e2e6 70%,
    #cdebf4 90%
  );
  background-image: linear-gradient(
    90deg,
    #e2bdc8 0%,
    #e1d0c1 32%,
    #e4e2e6 70%,
    #cdebf4 90%
  );
}

body.is-collections-fourelements .all-models .media--portrait:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  mix-blend-mode: multiply;
}

body.is-collections-fourelements
  .all-models
  .product-detail.fire
  .media--portrait:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(190, 73, 34, 0.1)),
    color-stop(80%, rgba(190, 73, 34, 0.5))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(190, 73, 34, 0.1) 0%,
    rgba(190, 73, 34, 0.5) 80%
  );
  background-image: linear-gradient(
    180deg,
    rgba(190, 73, 34, 0.1) 0%,
    rgba(190, 73, 34, 0.5) 80%
  );
}

body.is-collections-fourelements
  .all-models
  .product-detail.earth
  .media--portrait:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(108, 71, 54, 0.6)),
    color-stop(80%, rgba(108, 71, 54, 0.9))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(108, 71, 54, 0.6) 0%,
    rgba(108, 71, 54, 0.9) 80%
  );
  background-image: linear-gradient(
    180deg,
    rgba(108, 71, 54, 0.6) 0%,
    rgba(108, 71, 54, 0.9) 80%
  );
}

body.is-collections-fourelements
  .all-models
  .product-detail.air
  .media--portrait:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(86, 102, 163, 0.1)),
    color-stop(80%, rgba(86, 102, 163, 0.5))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(86, 102, 163, 0.1) 0%,
    rgba(86, 102, 163, 0.5) 80%
  );
  background-image: linear-gradient(
    180deg,
    rgba(86, 102, 163, 0.1) 0%,
    rgba(86, 102, 163, 0.5) 80%
  );
}

body.is-collections-fourelements
  .all-models
  .product-detail.water
  .media--portrait:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(74, 94, 151, 0.3)),
    color-stop(60%, rgba(74, 94, 151, 0.6))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(74, 94, 151, 0.3) 0%,
    rgba(74, 94, 151, 0.6) 60%
  );
  background-image: linear-gradient(
    180deg,
    rgba(74, 94, 151, 0.3) 0%,
    rgba(74, 94, 151, 0.6) 60%
  );
}

body.is-collections-fourelements
  .all-models
  .product-detail__images
  .image__s
  .media--portrait {
  padding-bottom: 161.39240506%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  body.is-collections-fourelements .show-sp {
    display: none;
  }
  body.is-collections-fourelements .show-pc {
    display: block;
  }
  body.is-collections-fourelements .product-detail__text {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  body.is-collections-fourelements .product-detail__text h3 {
    font-size: 30px;
    letter-spacing: -0.5px;
  }
  body.is-collections-fourelements .product-detail__images .image__l {
    width: 68%;
  }
  body.is-collections-fourelements
    .grid--reverse
    .product-detail__images
    .image__l {
    width: 89%;
    margin-left: auto;
  }
  body.is-collections-fourelements
    .grid--reverse
    .product-detail__images
    .image__m {
    left: -38%;
    width: 59%;
    bottom: -10%;
  }
  body.is-collections-fourelements
    .product-detail__images
    .image__m
    .media--rect {
    padding-bottom: 73%;
  }
  body.is-collections-fourelements .product-detail.howto {
    max-width: 800px;
    margin: 0 auto;
  }
  body.is-collections-fourelements .product-detail.howto .grid .grid__item {
    padding-left: 0;
  }
  body.is-collections-fourelements
    .product-detail.howto
    .grid
    .grid__item:nth-of-type(1) {
    padding-left: 30px;
    margin-top: 50px;
  }
  body.is-collections-fourelements
    .product-detail.howto
    .product-detail__images
    .image__l {
    width: 100%;
    margin-left: 0;
  }
  body.is-collections-fourelements .product-detail.howto .media--mov {
    padding-bottom: 100%;
  }
  body.is-collections-fourelements .product-detail.howto .parts {
    font-size: 33px;
  }
  body.is-collections-fourelements .all-models .page-width {
    padding: 0 4vw;
  }
  body.is-collections-fourelements .all-models .medium-up--one-third {
    width: 41%;
    padding-left: 6.1%;
    padding-bottom: 0;
    padding-top: 40px;
  }
  body.is-collections-fourelements
    .all-models
    .grid--reverse
    .medium-up--one-third {
    padding-left: 4%;
  }
  body.is-collections-fourelements .all-models .medium-up--two-thirds {
    width: 59%;
    padding-left: 4%;
  }
  body.is-collections-fourelements
    .all-models
    .grid--reverse
    .medium-up--two-thirds {
    padding-left: 2%;
    padding-right: 2%;
  }
  body.is-collections-fourelements
    .all-models
    .product-detail__images
    .image__l {
    width: 100%;
  }
  body.is-collections-fourelements
    .all-models
    .product-detail__images
    .image__l
    .media--rect {
    padding-bottom: 62%;
  }
  body.is-collections-fourelements
    .all-models
    .product-detail__images
    .image__s {
    width: 22.5%;
    bottom: -10%;
    right: -5%;
  }
  body.is-collections-fourelements
    .all-models
    .grid--reverse
    .product-detail__images
    .image__s {
    right: auto;
    left: -6%;
  }
  body.is-collections-fourelements .all-models h2 {
    font-size: 53px;
  }
  body.is-collections-fourelements .all-models h2 span {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    color: #353943;
  }
  body.is-collections-fourelements .all-models .product-detail p {
    font-size: 15px;
  }
  body.is-collections-fourelements .all-models p.copy {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 26px;
  }
  body.is-collections-fourelements .all-models p.anniversary {
    margin-top: -20px;
    font-size: 18px;
  }
  body.is-collections-fourelements .all-models p.note {
    font-size: 12px;
    margin-top: 26px;
  }
  body.is-collections-fourelements .title_char .char {
    display: inline-block;
  }
  body.is-collections-fourelements .title_char .char.ff-en {
    font-size: 21px;
  }
  body.is-collections-fourelements .title_char .fs-s + .fs-s {
    margin-left: 0.5em;
  }
  body.is-collections-fourelements .js-modal-video__mp4 {
    max-width: 512px;
    display: block;
    margin: 0 auto;
  }
  body.is-collections-fourelements .js-modal-video__mp4 .media--mov {
    padding-bottom: 125%;
  }
  body.is-collections-fourelements .videomodal {
    z-index: 1000;
  }
  body.is-collections-fourelements .videomodal__contents {
    aspect-ratio: inherit;
  }
  body.is-collections-fourelements .videomodal__cover,
  body.is-collections-fourelements .videomodal__videoarea {
    padding-top: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.is-collections-fourelements .show-pc {
    display: none;
  }
  body.is-collections-fourelements .show-sp {
    display: block;
  }
  body.is-collections-fourelements .product-detail__images .image__m {
    bottom: -4%;
  }
  body.is-collections-fourelements .product-detail.howto .product-detail__text {
    padding: 0;
  }
  body.is-collections-fourelements .product-detail.howto h3 {
    margin-bottom: 0px;
  }
  body.is-collections-fourelements .product-detail.howto ul {
    margin-bottom: 0;
  }
  body.is-collections-fourelements .product-detail.howto p {
    font-size: 12.5px;
  }
  body.is-collections-fourelements .product-detail.howto .media--mov {
    padding-bottom: 100%;
  }
  body.is-collections-fourelements
    .product-detail.howto
    .product-detail__text
    ul
    li {
    margin-top: 0px;
  }
  body.is-collections-fourelements .product-detail.howto .parts {
    font-size: 17.5px;
  }
  body.is-collections-fourelements .all-models .media--rect {
    padding-bottom: 132.7%;
  }
  body.is-collections-fourelements .all-models h2 {
    font-size: 35px;
  }
  body.is-collections-fourelements .all-models h2 span {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    color: #353943;
  }
  body.is-collections-fourelements .all-models p {
    font-size: 13px;
  }
  body.is-collections-fourelements .all-models p.copy {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  body.is-collections-fourelements .all-models p.anniversary {
    margin-top: -10px;
    font-size: 13px;
  }
  body.is-collections-fourelements .all-models p.note {
    font-size: 12px;
    margin-top: 18px;
  }
  body.is-collections-fourelements
    .all-models
    .product-detail__images
    .image__s {
    width: 30%;
  }
  body.is-collections-fourelements .product-detail__images.rev--01 .image__l {
    margin-right: 25%;
    margin-left: 0;
  }
  body.is-collections-fourelements .product-detail__images.rev--01 .image__m {
    right: 0;
    left: auto;
  }
  body.is-collections-fourelements .product-detail__images.rev--02 .image__l {
    margin-left: 25%;
  }
  body.is-collections-fourelements .product-detail__images.rev--02 .image__m {
    right: auto;
    left: 0;
  }
  body.is-collections-fourelements .js-modal-video__mp4 {
    display: block;
    margin: 0 auto;
  }
  body.is-collections-fourelements .js-modal-video__mp4 .media--mov {
    padding-bottom: 125%;
  }
  body.is-collections-fourelements .videomodal__videoarea,
  body.is-collections-fourelements .videomodal__cover {
    padding-top: 125%;
  }
}
