/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

header,
footer {
  background: #000;
}

main.l-mainContent-wrapper {
  margin: 0 auto;
}

.pcOnly {
  display: block;
}
@media screen and (max-width: 1200px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 1200px) {
  .spOnly {
    display: block;
  }
}

.header {
  position: relative;
  z-index: 2;
  height: 4.6875vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5625vw;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 14.6666666667vw;
    padding: 0 4vw;
  }
}
.header a {
  display: flex;
  align-items: center;
}
.header .prospex_logo {
  width: 12.3958333333vw;
}
@media screen and (max-width: 1200px) {
  .header .prospex_logo {
    width: 35.7333333333vw;
  }
}
.header .seiko_logo {
  width: 6.8229166667vw;
}
@media screen and (max-width: 1200px) {
  .header .seiko_logo {
    width: 20.1333333333vw;
  }
}

.footer {
  position: relative;
  z-index: 2;
  background-color: #262626;
  color: #fff;
}
.footer_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.6041666667vw 4.1666666667vw;
}
@media screen and (max-width: 1200px) {
  .footer_inner {
    flex-direction: column;
    gap: 8.5333333333vw;
    padding: 10.6666666667vw 0;
  }
}

.footer_logo {
  display: flex;
  align-items: center;
  gap: 0.6770833333vw;
}
@media screen and (max-width: 1200px) {
  .footer_logo {
    order: 2;
    flex-direction: column;
    gap: 6.4vw;
  }
}
.footer_logo img {
  width: 6.9791666667vw;
}
@media screen and (max-width: 1200px) {
  .footer_logo img {
    width: 34.8vw;
  }
}

.footer_copy {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.625vw;
}
@media screen and (max-width: 1200px) {
  .footer_copy {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 1200px) {
  .footer_nav {
    order: 1;
  }
}
.footer_nav ul {
  display: flex;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 1200px) {
  .footer_nav ul {
    gap: 4.2666666667vw;
  }
}
.footer_nav li {
  width: 2.6041666667vw;
  transition: 200ms ease-in-out;
}
@media screen and (max-width: 1200px) {
  .footer_nav li {
    width: 10.4vw;
  }
}
.footer_nav li:hover {
  opacity: 0.8;
}

.kv {
  position: relative;
  overflow: hidden;
  background-color: #3a79ae;
  height: 36.4583333333vw;
  display: flex;
  justify-content: center;
  align-items: end;
}
@media screen and (max-width: 1200px) {
  .kv {
    height: 141.3333333333vw;
    width: 100%;
  }
}
.kv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/kv_bg.jpg") no-repeat center/cover;
  opacity: 0;
  transform: matrix3d(1.15, 0, 0, 0, 0, 1.15, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  animation: kvIntro 2.5s ease forwards;
}
@media screen and (max-width: 1200px) {
  .kv::before {
    background: url("../img/kv_bg-sp.jpg") no-repeat center/cover;
  }
}
.kv h1 {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0;
}
.kv h1 img {
  width: 100%;
  height: auto;
}

@keyframes kvIntro {
  to {
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.lead {
  background: url("../img/lead_bg.jpg") no-repeat center/cover;
  height: 19.5833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .lead {
    background: url("../img/lead_bg-sp.jpg") no-repeat center/cover;
    height: 87.4666666667vw;
  }
}
.lead__txt {
  text-align: center;
  font-size: max(12px, 0.8333333333vw);
  line-height: 2.125;
}
@media screen and (max-width: 1200px) {
  .lead__txt {
    font-size: max(12px, 3.4666666667vw);
    line-height: 2;
  }
}

.design__ttl {
  font-family: "Arial", sans-serif;
  margin: 6.25vw auto;
  text-align: center;
  letter-spacing: 0.625vw;
  font-size: max(12px, 1.0416666667vw);
  font-weight: 700;
  line-height: 4.2;
  letter-spacing: 0.625vw;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .design__ttl {
    margin: 16vw auto;
    font-size: max(12px, 4vw);
    letter-spacing: 2.4vw;
    line-height: 2.8;
  }
}
.design__ttl::after {
  content: "";
  width: 2.6041666667vw;
  height: 0.2083333333vw;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 49.7%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .design__ttl::after {
    width: 9.3333333333vw;
    height: 0.4vw;
    left: 49%;
  }
}
.design__inner {
  background: url("../img/design_bg.jpg") no-repeat center/cover;
  height: 50.7291666667vw;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .design__inner {
    background: none;
    height: auto;
    margin-top: 16vw;
  }
}
.design__wrapper {
  margin: 0 6.4583333333vw 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 35.78125vw;
}
@media screen and (max-width: 1200px) {
  .design__wrapper {
    width: 84vw;
    margin: 0 auto;
    padding: 0;
    justify-content: baseline;
    align-items: flex-start;
  }
}
.design__subttl {
  font-size: max(12px, 1.5625vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1200px) {
  .design__subttl {
    font-size: max(12px, 5.3333333333vw);
    line-height: 1.5;
    margin-bottom: 8vw;
    text-align: center;
    width: 100%;
  }
}
.design__txt {
  font-size: max(12px, 0.8333333333vw);
  line-height: 2.125;
}
@media screen and (max-width: 1200px) {
  .design__txt {
    font-size: max(12px, 3.4666666667vw);
    line-height: 2;
  }
}
.design__caution {
  width: 100%;
  text-align: start;
  margin-top: 1.5625vw;
  font-size: max(12px, 0.625vw);
  line-height: 1.6666666667;
}
@media screen and (max-width: 1200px) {
  .design__caution {
    font-size: max(12px, 3.2vw);
    margin: 5.3333333333vw 0 16vw;
    line-height: 2.1666666667;
  }
}

.dial {
  width: 100%;
  height: 56.25vw;
  background: url("../img/dial_bg.jpg") no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .dial {
    background: none;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.dial__wrapper {
  padding-top: 5.7291666667vw;
  margin: 0 auto 0 7.8125vw;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .dial__wrapper {
    order: 2;
    background: #164184;
    color: #fff;
    padding: 16vw 8vw;
    margin: 0 auto;
  }
}
.dial__subttl {
  width: 23.5416666667vw;
  font-size: max(12px, 1.5625vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1200px) {
  .dial__subttl {
    width: 84vw;
    font-size: max(12px, 5.3333333333vw);
    line-height: 1.5;
    margin-bottom: 8vw;
    text-align: center;
  }
}
.dial__txt {
  width: 35.9375vw;
  font-size: max(12px, 0.8333333333vw);
  line-height: 2.125;
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 1200px) {
  .dial__txt {
    width: 84vw;
    font-size: max(12px, 3.4666666667vw);
    line-height: 2;
    margin-bottom: 10.6666666667vw;
  }
}
.dial__caseback {
  width: 12.5vw;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 1200px) {
  .dial__caseback {
    width: 51.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.dial__caption {
  font-size: max(12px, 0.625vw);
  width: 12.5vw;
  text-align: center;
  line-height: 2.125;
}
@media screen and (max-width: 1200px) {
  .dial__caption {
    width: 100%;
    font-size: max(12px, 3.2vw);
    line-height: 1.25;
  }
}
.dial__watch {
  width: 70.8333333333vw;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .dial__watch {
    position: relative;
    width: 100%;
    order: 1;
    background: url("../img/dial_bg-sp.jpg") no-repeat center/cover;
  }
  .dial__watch::after {
    content: "";
    width: 100%;
    height: 28.2666666667vw;
    background: linear-gradient(180deg, rgba(22, 65, 132, 0) 0%, #164184 100%);
    position: absolute;
    bottom: -0.1333333333vw;
    left: 0;
    z-index: 3;
    pointer-events: none;
  }
}
.dial::after {
  content: "";
  width: 100%;
  height: 17.1875vw;
  background: linear-gradient(180deg, rgba(0, 37, 100, 0) 0%, #002564 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .dial::after {
    content: none;
  }
}

.bracelet {
  width: 100%;
  height: 42.7083333333vw;
  background: #002564;
  position: relative;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .bracelet {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.bracelet__wrapper {
  width: 35.78125vw;
  margin: 0 6.4583333333vw 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .bracelet__wrapper {
    width: 84vw;
    padding: 0 0 16vw;
    margin: 0 auto;
    align-items: center;
  }
}
.bracelet__subttl {
  width: 100%;
  font-size: max(12px, 1.5625vw);
  font-style: normal;
  font-weight: 700;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1200px) {
  .bracelet__subttl {
    font-size: max(12px, 5.3333333333vw);
    margin: 16vw 0 8vw;
    width: 100%;
    text-align: center;
  }
}
.bracelet__txt {
  font-size: max(12px, 0.8333333333vw);
  line-height: 2.125;
}
@media screen and (max-width: 1200px) {
  .bracelet__txt {
    font-size: max(12px, 3.4666666667vw);
    line-height: 2;
  }
}
@media screen and (max-width: 1200px) {
  .bracelet__gradient {
    width: 100%;
    height: 24vw;
    background: linear-gradient(180deg, #164184 0%, rgba(22, 65, 132, 0) 100%);
    position: absolute;
    top: -0.1333333333vw;
    left: 0;
  }
}
.bracelet__watch {
  margin-top: 6.25vw;
  width: 50vw;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .bracelet__watch {
    width: 100%;
    margin-top: 0vw;
  }
}
.bracelet__watch::after {
  content: "";
  width: 3.125vw;
  height: 30.2083333333vw;
  background: linear-gradient(90deg, rgba(0, 37, 100, 0) 0%, #002564 100%);
  position: absolute;
  top: 0;
  right: -0.0520833333vw;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .bracelet__watch::after {
    width: 5.3333333333vw;
    height: 33.3333333333vw;
    right: 0;
    top: 24.6666666667vw;
  }
}
@media screen and (max-width: 1200px) {
  .bracelet__watch::before {
    content: "";
    width: 5.3333333333vw;
    position: absolute;
    height: 33.3333333333vw;
    left: 0;
    top: 24.6666666667vw;
    background: linear-gradient(90deg, #002564 0%, rgba(0, 37, 100, 0) 100%);
  }
}

.spec {
  background: url("../img/spec_bg.png") no-repeat center/cover;
  height: 44.53125vw;
  display: flex;
  padding-top: 6.25vw;
}
@media screen and (max-width: 1200px) {
  .spec {
    background: url("../img/spec_bg-sp.jpg") no-repeat center/cover;
    height: 122.4vw;
  }
}
.spec__img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 23.9583333333vw;
}
@media screen and (max-width: 1200px) {
  .spec__img {
    margin: 0;
  }
}
.spec__img img {
  width: 23.4375vw;
}
@media screen and (max-width: 1200px) {
  .spec__img img {
    width: 41.3333333333vw;
  }
}
.spec__wrapper {
  width: 34.5833333333vw;
  margin: 1.4583333333vw 0 0 0.625vw;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .spec__wrapper {
    padding: 16vw 0;
    margin: 0;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
  .spec__flex {
    display: flex;
    align-items: center;
    gap: 5.4666666667vw;
  }
}
.spec__name {
  text-align: center;
  font-family: Arial;
  font-size: max(12px, 1.6666666667vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5625;
  margin-bottom: 4.6875vw;
}
@media screen and (max-width: 1200px) {
  .spec__name {
    font-size: max(12px, 4.8vw);
    line-height: 1.5555555556;
    margin-bottom: 8.4vw;
  }
}
.spec__cont {
  margin-bottom: 1.0416666667vw;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .spec__cont {
    margin-bottom: 5.3333333333vw;
    text-align: left;
  }
}
.spec__tag {
  font-family: Arial;
  font-size: max(12px, 1.3020833333vw);
  font-weight: 700;
  letter-spacing: 0.0520833333vw;
}
@media screen and (max-width: 1200px) {
  .spec__tag {
    margin-bottom: 1.3333333333vw;
    font-size: max(12px, 5.3333333333vw);
    line-height: 1.05;
  }
}
.spec__caliber {
  font-size: max(12px, 0.78125vw);
  letter-spacing: 0.1875vw;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 1200px) {
  .spec__caliber {
    font-size: max(12px, 3.4666666667vw);
    line-height: 1.6153846154;
  }
}
.spec__price {
  font-size: max(12px, 0.9375vw);
}
@media screen and (max-width: 1200px) {
  .spec__price {
    font-size: max(12px, 4.2666666667vw);
    line-height: 1.3125;
  }
}
.spec__price small {
  font-size: max(12px, 0.625vw);
  letter-spacing: 0.15vw;
}
@media screen and (max-width: 1200px) {
  .spec__price small {
    font-size: max(12px, 3.2vw);
  }
}
.spec__release {
  font-size: max(12px, 0.7291666667vw);
  margin-bottom: 2.0833333333vw;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .spec__release {
    font-size: max(12px, 3.2vw);
    line-height: 1.5;
    margin-bottom: 6.6666666667vw;
    text-align: start;
  }
}
.spec__link a {
  color: #000;
  font-size: max(12px, 0.7291666667vw);
  border-radius: 0.2083333333vw;
  background: #fff;
  height: 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms ease-in-out;
}
@media screen and (max-width: 1200px) {
  .spec__link a {
    font-size: max(12px, 3.2vw);
    border-radius: 1.0666666667vw;
    width: 40vw;
    height: 12.2666666667vw;
  }
}
.spec__link a:hover {
  background: #ececec;
}

.event {
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 1200px) {
  .event {
    padding-bottom: 16vw;
  }
}
.event__ttl {
  font-family: "Arial", sans-serif;
  margin: 6.25vw auto 4.1666666667vw;
  text-align: center;
  letter-spacing: 0.625vw;
  font-size: max(12px, 1.0416666667vw);
  font-weight: 700;
  line-height: 4.2;
  letter-spacing: 0.625vw;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .event__ttl {
    font-size: max(12px, 4vw);
    letter-spacing: 2.4vw;
    line-height: 2.8;
    margin: 16vw auto 10.6666666667vw;
  }
}
.event__ttl::after {
  content: "";
  width: 2.6041666667vw;
  height: 0.2083333333vw;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 49.7%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .event__ttl::after {
    width: 9.3333333333vw;
    height: 0.4vw;
    left: 49%;
  }
}
.event__lead {
  text-align: center;
  font-size: max(12px, 0.8333333333vw);
  line-height: 2.125;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 1200px) {
  .event__lead {
    font-size: max(12px, 3.4666666667vw);
    line-height: 2;
    margin-bottom: 10.6666666667vw;
    padding: 0 5.3333333333vw;
  }
}
.event__slider {
  --swiper-scrollbar-bg-color: #f0f0f0;
  --swiper-scrollbar-drag-bg-color: #cccccc;
  --swiper-scrollbar-size: 4px;
}
.event__swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.event__swiper .swiper-slide {
  width: 29.1666666667vw;
  height: auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .event__swiper .swiper-slide {
    width: 84vw;
  }
}
.event__swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 560/420;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .event__swiper .swiper-slide img {
    aspect-ratio: 630/440;
  }
}
.event__swiper .swiper-button-prev,
.event__swiper .swiper-button-next {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .event__swiper .swiper-button-prev,
  .event__swiper .swiper-button-next {
    width: 8vw;
    height: 8vw;
  }
}
.event__swiper .swiper-button-prev .swiper-navigation-icon,
.event__swiper .swiper-button-next .swiper-navigation-icon {
  display: none;
}
.event__swiper .swiper-button-prev {
  left: 32.2916666667vw;
  background-image: url("../img/arrow_left.svg");
}
@media screen and (max-width: 1200px) {
  .event__swiper .swiper-button-prev {
    left: 5.3333333333vw;
  }
}
.event__swiper .swiper-button-next {
  right: 32.2916666667vw;
  background-image: url("../img/arrow_right.svg");
}
@media screen and (max-width: 1200px) {
  .event__swiper .swiper-button-next {
    right: 5.3333333333vw;
  }
}
.event__scrollbar.swiper-scrollbar {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 26.9270833333vw;
  height: 4px;
  margin: 2.0833333333vw auto 0;
  background: #f0f0f0;
  border-radius: 0;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .event__scrollbar.swiper-scrollbar {
    width: 82.6666666667vw;
    margin-top: 8vw;
  }
}
.event__scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
  background: #cccccc;
  border-radius: 0;
}
.event__note {
  text-align: center;
  font-size: max(12px, 0.8333333333vw);
  line-height: 2.125;
  margin-top: 4.1666666667vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 1200px) {
  .event__note {
    font-size: max(12px, 3.7333333333vw);
    line-height: 1.7142857143;
    margin-top: 13.3333333333vw;
    padding: 0 5.3333333333vw 16vw;
  }
}

.message {
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 1200px) {
  .message {
    padding-bottom: 16vw;
  }
}
.message__ttl {
  font-family: "Arial", sans-serif;
  margin: 0 auto 4.1666666667vw;
  text-align: center;
  letter-spacing: 0.625vw;
  font-size: max(12px, 1.0416666667vw);
  font-weight: 700;
  line-height: 4.2;
  letter-spacing: 0.625vw;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .message__ttl {
    margin-bottom: 10.6666666667vw;
    font-size: max(12px, 4vw);
    letter-spacing: 2.4vw;
    line-height: 2.8;
  }
}
.message__ttl::after {
  content: "";
  width: 2.6041666667vw;
  height: 0.2083333333vw;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 49.7%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .message__ttl::after {
    width: 9.3333333333vw;
    height: 0.4vw;
    left: 49%;
  }
}
.message__lead {
  text-align: center;
  font-size: max(12px, 0.8333333333vw);
  line-height: 2.125;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 1200px) {
  .message__lead {
    font-size: max(12px, 3.4666666667vw);
    line-height: 2;
    margin-bottom: 10.6666666667vw;
    padding: 0 5.3333333333vw;
  }
}
.message__slider {
  --swiper-scrollbar-bg-color: #f0f0f0;
  --swiper-scrollbar-drag-bg-color: #cccccc;
  --swiper-scrollbar-size: 4px;
}
.message__swiper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .message__swiper {
    max-width: 100%;
  }
}
.message__swiper .swiper-slide {
  width: 20.8333333333vw;
  height: auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .message__swiper .swiper-slide {
    width: 84vw;
  }
}
.message__swiper .swiper-button-prev,
.message__swiper .swiper-button-next {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .message__swiper .swiper-button-prev,
  .message__swiper .swiper-button-next {
    width: 8vw;
    height: 8vw;
  }
}
.message__swiper .swiper-button-prev .swiper-navigation-icon,
.message__swiper .swiper-button-next .swiper-navigation-icon {
  display: none;
}
.message__swiper .swiper-button-prev.swiper-button-disabled,
.message__swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.message__swiper .swiper-button-prev {
  left: 36.4583333333vw;
  background-image: url("../img/arrow_left.svg");
}
@media screen and (max-width: 1200px) {
  .message__swiper .swiper-button-prev {
    left: 5.3333333333vw;
  }
}
.message__swiper .swiper-button-next {
  right: 36.4583333333vw;
  background-image: url("../img/arrow_right.svg");
}
@media screen and (max-width: 1200px) {
  .message__swiper .swiper-button-next {
    right: 5.3333333333vw;
  }
}
.message__card {
  box-sizing: border-box;
  width: 100%;
  background: #f4f4f4;
  padding: 1.5625vw 1.3020833333vw 1.0416666667vw;
  height: 18.2291666667vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .message__card {
    padding: 5.3333333333vw 6.6666666667vw 4vw;
    height: 68.6666666667vw;
  }
}
.message__text {
  font-size: max(12px, 1.0416666667vw);
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .message__text {
    font-size: max(12px, 4vw);
    line-height: 2;
  }
}
.message__label {
  text-align: end;
  font-size: max(12px, 1.0416666667vw);
}
@media screen and (max-width: 1200px) {
  .message__label {
    font-size: max(12px, 4vw);
  }
}
.message__scrollbar.swiper-scrollbar {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 26.9270833333vw;
  height: 4px;
  margin: 2.0833333333vw auto 0;
  background: #f0f0f0;
  border-radius: 0;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .message__scrollbar.swiper-scrollbar {
    width: 82.6666666667vw;
    margin-top: 8vw;
  }
}
.message__scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
  background: #cccccc;
  border-radius: 0;
}
.message__note {
  text-align: center;
  font-size: max(12px, 0.8333333333vw);
  line-height: 2.125;
  margin-top: 4.1666666667vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 1200px) {
  .message__note {
    font-size: max(12px, 3.7333333333vw);
    line-height: 1.7142857143;
    margin-top: 13.3333333333vw;
    padding: 0 5.3333333333vw 16vw;
  }
}