/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css test */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-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 */
}

/* 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: 600;
}

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] {
  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.
 */
dialog,
input,
optgroup,
textarea,
select,
button {
  -webkit-appearance: none; /* 1 */
  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 */
  border: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  color: unset;
  background-color: unset;
  overflow: unset;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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: normal;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  --safe-top: env(safe-area-inset-top, 0px);
}

:where(:root[data-mousedown] dialog *),
:where(:root[data-mousedown] button),
[data-modal-open]:where(:root[data-mousedown] *) {
  outline: none;
}

html {
  position: relative;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html.is-opened {
  height: 100dvh;
  overflow: hidden;
}
html.is-opened body {
  overflow: hidden;
}

_::-webkit-full-page-media, _:future, :root body.is-opened {
  position: fixed;
}

body {
  position: relative;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: clip;
  background-color: #fff;
  color: #333;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  main {
    overflow-x: clip;
  }
}

img {
  width: 100%;
  height: auto;
}

a {
  color: #333;
  -webkit-tap-highlight-color: transparent;
}

.ff-roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.forSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .forSp {
    display: block;
  }
}

.pagetop {
  position: absolute;
  top: -60px;
  left: auto;
  right: 30px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 20px;
    width: 46px;
  }
}
.pagetop img {
  width: auto;
  height: 100%;
}

.c-tt-uppercase {
  text-transform: uppercase;
}

.lang-en .text-en {
  display: inline-block;
}
.lang-en .text-jp {
  display: none;
}

.lang-jp .text-jp {
  display: inline-block;
}
.lang-jp .text-en {
  display: none;
}

.lang_change_trans {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  z-index: 700;
  width: 100vw;
  height: 100dvh;
  background-color: #fff;
  pointer-events: none;
  overflow: hidden;
  transition: all 0.6s ease;
}
.lang_change_trans.is-active {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

:root {
  scrollbar-gutter: stable;
}

:root:has(dialog[open]) {
  overflow: hidden;
}

.c-modal__button {
  position: relative;
  border: 1px solid #000;
  padding: 10px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  background-color: #fff;
  color: #000;
}

.c-modal__dialog {
  display: grid;
  place-content: start center;
  opacity: 0;
  visibility: hidden;
  transition: background-color 0.3s ease;
  height: auto;
  z-index: -1;
}
.c-modal__dialog.is-open {
  animation: modalOpen 0.3s ease forwards;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
  height: auto;
  z-index: 0;
  overflow-y: auto;
}

.c-modal__dialog.is-close {
  animation: modalClose 0.3s ease forwards;
}

.c-modal__dialog::backdrop {
  opacity: 0;
}

.c-modal__container {
  background-color: #fff;
  width: min(560px, 90dvi);
  height: min(800px, 80dvb);
  padding: 50px 40px 40px 40px;
  position: relative;
  margin-left: -1px;
}
.c-modal__container.lineup {
  height: fit-content;
  margin: 5vh 0;
  padding: 0;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
}
.c-modal__container.lineup::-webkit-scrollbar {
  width: 8px;
}
.c-modal__container.lineup::-webkit-scrollbar-track {
  background-color: #efefef;
}
.c-modal__container.lineup::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .c-modal__container.lineup {
    height: auto;
    padding: 0;
  }
}
.c-modal__container.lineup .splide__slide {
  height: max-content;
}
@media screen and (max-width: 768px) {
  .c-modal__container {
    height: auto;
    min-height: auto;
    margin: 20px 0;
    padding: 50px 20px 20px 20px;
  }
}

.c-modal__title {
  font-size: 1.25rem;
  font-weight: 700;
}

.c-modal__contents {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-modal__contents {
    height: auto;
  }
}

.c-modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
  transition: background-color 0.3s ease;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  border: #ccc solid 1px;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .c-modal__close {
    border-width: 1px;
  }
}

@media (any-hover: hover) {
  .c-modal__close:hover {
    background-color: #eee;
  }
}
.c-modal__line {
  inset: 0;
  margin: auto;
}

.c-modal__line,
.c-modal__line:after,
.c-modal__line:before {
  display: block;
  height: 1px;
  width: 12px;
  position: absolute;
}
.c-modal__line:after,
.c-modal__line:before {
  background-color: #000;
  border-radius: calc(infinity * 1px);
  content: "";
}

.c-modal__line:before {
  rotate: 45deg;
}

.c-modal__line:after {
  rotate: -45deg;
}

@keyframes modalOpen {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.u-visually-hidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

.modal_lineup {
  height: fit-content;
}
.modal_lineup section, .modal_lineup .splide__track {
  height: fit-content;
}
.modal_lineup .modal_lineup_contents {
  display: flex;
  flex-direction: column;
  padding: 50px 40px 40px 40px;
}
@media screen and (max-width: 768px) {
  .modal_lineup .modal_lineup_contents {
    width: 94%;
    margin: 0 auto;
    padding: 50px 20px 20px 20px;
  }
}
.modal_lineup .modal_lineup_contents .logo {
  max-width: 150px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .modal_lineup .modal_lineup_contents .logo {
    max-width: 120px;
  }
}
.modal_lineup .modal_lineup_contents .name {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
  min-height: 70px;
}
.modal_lineup .modal_lineup_contents .name::after {
  content: "";
  position: absolute;
  left: -41px;
  bottom: -5px;
  width: calc(100% + 41px);
  height: 1px;
  background-color: #cfcfcf;
}
@media screen and (max-width: 768px) {
  .modal_lineup .modal_lineup_contents .name::after {
    left: -31px;
    width: calc(100% + 31px);
  }
}
@media screen and (max-width: 768px) {
  .modal_lineup .modal_lineup_contents .name {
    min-height: 50px;
    font-size: 20px;
    line-height: 1.25;
  }
}
.modal_lineup .modal_lineup_contents .name .name_f01 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .modal_lineup .modal_lineup_contents .name .name_f01 {
    font-size: 16px;
  }
}
.modal_lineup .modal_lineup_contents .name .sup {
  font-size: 14px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .modal_lineup .modal_lineup_contents .name .sup {
    font-size: 12px;
  }
}
.modal_lineup .modal_lineup_contents .image {
  position: relative;
  margin-bottom: 25px;
}
.modal_lineup .modal_lineup_contents .image .logo_wp {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
}
.modal_lineup .modal_lineup_contents .image .logo_wp.lineup_07 {
  top: 6px;
  right: 6px;
}
@media screen and (max-width: 768px) {
  .modal_lineup .modal_lineup_contents .image .logo_wp {
    top: -10px;
    width: 50px;
  }
}
.modal_lineup .modal_lineup_contents .image .logo_vccc {
  position: absolute;
  top: 10px;
  left: 0;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .modal_lineup .modal_lineup_contents .image .logo_vccc {
    top: 0;
    width: 90px;
  }
}
.modal_lineup .modal_lineup_contents .image .photo_concept {
  margin-bottom: -15px;
}
.modal_lineup .modal_lineup_contents .image .photo04 {
  margin-top: 15px;
}
.modal_lineup .modal_lineup_contents .image .photo05 {
  margin-top: 30px;
}
.modal_lineup .modal_lineup_contents .detail {
  margin-top: 10px;
  margin-bottom: 30px;
}
.modal_lineup .modal_lineup_contents .detail .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.modal_lineup .modal_lineup_contents .detail .text {
  letter-spacing: 0.02em;
  line-height: 1.75;
}
.modal_lineup .modal_lineup_contents .detail .text .text_ex {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .modal_lineup .modal_lineup_contents .detail .text .text_ex {
    font-size: 12px;
  }
}
.modal_lineup .modal_lineup_contents .detail .text .spacer {
  display: block;
  height: 0.75em;
}
.modal_lineup .modal_lineup_contents .detail .text .sup {
  font-size: 14px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .modal_lineup .modal_lineup_contents .detail .text .sup {
    font-size: 12px;
  }
}
.modal_lineup .modal_lineup_contents .link {
  display: flex;
  gap: 0 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .modal_lineup .modal_lineup_contents .link {
    flex-direction: column;
    gap: 10px 0;
  }
}
.modal_lineup .modal_lineup_contents .link a {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 18px 12px 0;
  border: #ccc solid 1px;
  border-radius: 30px;
  text-align: center;
  font-weight: 700;
  color: #333;
  transition: border-color 0.4s ease;
}
@media (hover: hover) {
  .modal_lineup .modal_lineup_contents .link a:hover {
    border-color: #e60012;
    transition: border-color 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .modal_lineup .modal_lineup_contents .link a {
    border-width: 1px;
  }
}
.modal_lineup .modal_lineup_contents .link a::after {
  content: "";
  position: absolute;
  top: 37%;
  right: 20px;
  width: 18px;
  height: 18px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-image: url("../images/icon--window.png");
}
.modal_lineup .modal_lineup_contents .link a.youtube {
  background-color: #E7E7E7;
  border-color: #E7E7E7;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}
@media (hover: hover) {
  .modal_lineup .modal_lineup_contents .link a.youtube:hover {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }
}
.modal_lineup .modal_lineup_contents .navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .modal_lineup .modal_lineup_contents .navigation {
    width: 106%;
    margin-left: -3%;
    margin-top: 20px;
  }
}
.modal_lineup .modal_lineup_contents .navigation button {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media (hover: hover) {
  .modal_lineup .modal_lineup_contents .navigation button:hover .icon {
    border-color: #e60012;
    transition: border-color 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .modal_lineup .modal_lineup_contents .navigation button {
    gap: 0 5px;
  }
}
.modal_lineup .modal_lineup_contents .navigation button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: #ccc solid 1px;
  border-radius: 100px;
  transition: border-color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .modal_lineup .modal_lineup_contents .navigation button .icon {
    border-width: 1px;
  }
}
.modal_lineup .modal_lineup_contents .navigation button .icon img {
  width: auto;
  height: 12px;
}
.modal_lineup .modal_lineup_contents .navigation button .text {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .modal_lineup .modal_lineup_contents .navigation button .text {
    font-size: 12px;
    line-height: 1.25;
  }
}
.modal_lineup .modal_lineup_contents .navigation button.next {
  flex-direction: row-reverse;
  text-align: right;
}

.header {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 200;
  top: var(--safe-top);
}
@media screen and (max-width: 768px) {
  .header {
    height: 100px;
  }
}
.header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
  height: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .header .header_inner {
    flex-direction: column-reverse;
    justify-content: start;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .header .header_sec01 {
    width: 100%;
    height: 50px;
    margin-top: 20px;
  }
}
.header .header_sec01 ul {
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 1100px) {
  .header .header_sec01 ul {
    gap: 0 20px;
  }
}
@media screen and (max-width: 450px) {
  .header .header_sec01 ul {
    justify-content: space-between;
    gap: 0;
  }
}
.header .header_sec01 li img {
  width: auto;
  height: 30px;
}
@media screen and (max-width: 1100px) {
  .header .header_sec01 li img {
    height: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .header .header_sec01 li img {
    height: 20px;
  }
}
@media (hover: hover) {
  .header .header_sec01 li a {
    transition: opacity 0.6s ease;
  }
  .header .header_sec01 li a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.header .header_sec02 {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header .header_sec02 {
    justify-content: space-between;
    width: 100%;
    height: 50px;
  }
}
.header .header_sec02 .jms_logo img {
  width: auto;
  height: 30px;
}
@media screen and (max-width: 1100px) {
  .header .header_sec02 .jms_logo img {
    height: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .header .header_sec02 .jms_logo img {
    height: 29px;
  }
}
.header .header_sec02 .jms_logo a {
  display: block;
}
@media (hover: hover) {
  .header .header_sec02 .jms_logo a {
    transition: opacity 0.6s ease;
  }
  .header .header_sec02 .jms_logo a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .header .header_sec02 .jms_logo a {
    margin-top: 6px;
  }
}
.header .header_sec02 .lang_change {
  position: relative;
  display: flex;
  gap: 0 40px;
  margin: 0 80px 0 40px;
  font-size: 14px;
  font-weight: 700;
}
.header .header_sec02 .lang_change.spNav {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .header_sec02 .lang_change:not(.spNav) {
    display: none;
  }
  .header .header_sec02 .lang_change.spNav {
    display: flex;
    width: fit-content;
    margin: 30px 0 0 auto;
  }
}
.header .header_sec02 .lang_change button {
  color: #000;
  transition: color 0.6s ease;
}
.header .header_sec02 .lang_change button.active {
  color: #E60012;
  pointer-events: none;
}
@media (hover: hover) {
  .header .header_sec02 .lang_change button:hover {
    color: #666;
    transition: color 0.3s ease;
  }
}
.header .header_sec02 .lang_change:after {
  content: "";
  position: absolute;
  top: 7%;
  left: 49%;
  width: 1px;
  height: 20px;
  background-color: #000;
  rotate: 35deg;
}
.header .menu-button {
  position: fixed;
  top: 20px;
  right: 20px;
  display: grid;
  place-items: center;
  width: 40px;
  aspect-ratio: 1;
  z-index: 25;
  display: block;
}
@media screen and (max-width: 768px) {
  .header .menu-button {
    position: static;
    width: 30px;
  }
}
.header .menu-button .line-box {
  display: grid;
  place-items: center;
}
.header .menu-button .line {
  position: absolute;
  display: block;
  width: 27px;
  height: 2px;
  background-color: #000;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header .menu-button .line {
    width: 30px;
    height: 1px;
  }
}
.header .menu-open-button.hidden {
  display: none;
}
.header .menu-close-button {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header .menu-close-button {
    position: absolute;
    left: auto;
    right: 20px;
    top: 10px;
  }
}
.header .menu-close-button.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
  transition-delay: 1s;
}
.header .menu-open-button .line:nth-child(1),
.header .menu-close-button .line:nth-child(1) {
  top: 9px;
}
.header .menu-open-button .line:nth-child(2),
.header .menu-close-button .line:nth-child(2) {
  top: 19px;
}
.header .menu-open-button .line:nth-child(3),
.header .menu-close-button .line:nth-child(3) {
  top: 29px;
}
@media screen and (max-width: 768px) {
  .header .menu-open-button .line:nth-child(1),
  .header .menu-close-button .line:nth-child(1) {
    top: 10px;
  }
  .header .menu-open-button .line:nth-child(2),
  .header .menu-close-button .line:nth-child(2) {
    top: 20px;
  }
  .header .menu-open-button .line:nth-child(3),
  .header .menu-close-button .line:nth-child(3) {
    top: 30px;
  }
}
.header .menu-open-button.is-open .line,
.header .menu-close-button.is-open .line {
  transition: transform 0.2s ease;
}
.header .menu-open-button.is-open .line:nth-child(1),
.header .menu-close-button.is-open .line:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.header .menu-open-button.is-open .line:nth-child(2),
.header .menu-close-button.is-open .line:nth-child(2) {
  opacity: 0;
}
.header .menu-open-button.is-open .line:nth-child(3),
.header .menu-close-button.is-open .line:nth-child(3) {
  transform: translateY(-10px) rotate(45deg);
}
.header .menu-dialog {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  width: 380px;
  height: 100%;
  background-color: transparent;
  transition: transform 0.5s ease;
  transform: translateX(100%);
}
.header .menu-dialog::backdrop {
  transition: background-color 0.4s ease;
  position: relative;
  top: 80px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .header .menu-dialog::backdrop {
    top: 102px;
  }
}
.header .menu-dialog.-open {
  transform: translateX(0);
  transition: transform 0.2s ease;
}
.header .menu-dialog.-open::backdrop {
  position: fixed;
  transition: backdrop-filter 0.4s ease, background-color 0.4s ease;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
}
@media screen and (max-width: 768px) {
  .header .menu-dialog {
    width: 100%;
  }
}
.header .menu-dialog__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 80px);
  margin-top: 80px;
  padding: 0 50px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .header .menu-dialog__inner {
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px 0;
    padding: 0 20px;
    margin-top: 99px;
  }
}
.header .menu-dialog__inner .nav {
  width: 100%;
}
.header .menu-dialog__inner .nav .list {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.header .menu-dialog__inner .nav .link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 0 20px 0;
  border-bottom: 1px solid #ccc;
  color: #333;
  min-height: 84px;
  transition: border-color 0.2s ease;
}
.header .menu-dialog__inner .nav .link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 15px;
  width: 7px;
  height: 11px;
  transform: translateY(-50%);
  transition: right 0.2s ease;
  mask-image: url("../images/icon--angle-right.svg");
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background: #333;
}
.header .menu-dialog__inner .nav .link .link_text {
  display: block;
  line-height: 1;
}
.header .menu-dialog__inner .nav .link .link_text:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.header .menu-dialog__inner .nav .link .link_text:nth-child(2) {
  margin-top: 8px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .header .menu-dialog__inner .nav .link {
    min-height: 82px;
    border-bottom: 1px solid #ccc;
  }
}
@media (hover: hover) {
  .header .menu-dialog__inner .nav .link:hover {
    border-color: #E60012;
  }
  .header .menu-dialog__inner .nav .link:hover:after {
    right: 10px;
  }
}
.header .menu-dialog__nav_wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header .menu-dialog__nav_wrap {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    overflow: scroll;
  }
}

.lang-en .header .menu-dialog__inner .nav .link .link_text:nth-child(2) {
  display: none;
}

.footer {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 40px;
  }
}
.footer .illust img {
  max-width: 870px;
}
.footer .footer_content01 {
  width: 100%;
  padding: 80px 20px;
  background-color: #F3F3F3;
}
.footer .footer_content01 a {
  display: block;
}
@media (hover: hover) {
  .footer .footer_content01 a {
    transition: opacity 0.6s ease;
  }
  .footer .footer_content01 a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_content01 {
    padding: 40px 20px 80px 20px;
  }
}
.footer .footer_content01 .footer_content01_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 70px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .footer .footer_content01 .footer_content01_inner {
    gap: 0 110px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_content01 .footer_content01_inner {
    flex-direction: column;
    gap: 70px 0;
  }
}
.footer .footer_content01 .group {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 1100px) {
  .footer .footer_content01 .group {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_content01 .group {
    flex-direction: column;
    justify-content: center;
    gap: 20px 0;
  }
}
.footer .footer_content01 .sns {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.footer .footer_content01 .sns img {
  width: 42px;
}
.footer .footer_content01 .isuzu .logo {
  width: 120px;
}
.footer .footer_content01 .ud .logo {
  width: 182px;
}
.footer .footer_content02 {
  position: relative;
  width: 100%;
  padding: 60px 20px;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer .footer_content02 {
    padding: 40px 20px;
  }
}
.footer .footer_content02 a {
  color: #fff;
  text-decoration: underline;
}
@media (hover: hover) {
  .footer .footer_content02 a:hover {
    text-decoration: none;
  }
}
.footer .footer_content02 .footer_content02_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer .footer_content02 .footer_content02_inner {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
  }
}
.footer .footer_content02 .footer_content02_inner .group {
  text-align: center;
}
.footer .footer_content02 .footer_content02_inner .group .name {
  display: inline-block;
  margin-bottom: 0.75em;
  font-weight: 700;
}
.footer .footer_content02 .footer_content02_inner .group ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
.footer .footer_content02 .footer_content02_inner .footer-copy {
  grid-column: span 2/span 2;
  margin-top: 40px;
  font-size: 10px;
  text-align: center;
  color: #ccc;
}
@media screen and (max-width: 768px) {
  .footer .footer_content02 .footer_content02_inner .footer-copy {
    margin-top: 10px;
  }
}

.container {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .container {
    padding-top: 100px;
  }
}
.container .content {
  position: relative;
  max-width: 1260px;
  margin: 50px auto 0 auto;
  padding: 50px 30px;
}
.container .content .js-observe {
  opacity: 0;
  transform: translate(0, 30%);
  transition: all 0.9s ease-in-out;
}
.container .content .js-observe.booth_right {
  transform: translate(0, 10%);
}
.container .content .js-observe.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
.container .content:focus {
  outline: 0;
}
.container .content::before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: calc(100% - 60px);
  max-width: 1200px;
  background-color: #ccc;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .container .content {
    padding: 20px 15px 0 15px;
  }
  .container .content::before {
    left: 0;
    width: calc(100% - 15px);
    transform: translateX(0);
  }
}
.container .content .content_title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .container .content .content_title {
    margin-bottom: 20px;
  }
}
.container .content .content_title h2, .container .content .content_title h1.under {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .container .content .content_title h2, .container .content .content_title h1.under {
    font-size: 34px;
  }
}
.container .content .content_title .text-ex {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .container .content .content_title .text-ex {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .container .content .content_layout_split {
    position: relative;
    display: flex;
    gap: 0 60px;
  }
  .container .content .content_layout_split_left {
    width: 50%;
    height: 100%;
  }
  .container .content .content_layout_split_right {
    width: 50%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .container .content.under {
    padding: 20px 15px 0 15px;
  }
}
.container .content.under::before {
  content: none;
}

.illust_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .illust_sp {
    display: block;
    padding: 60px 0 20px 0;
  }
}

.top_kv {
  margin-top: 20px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .top_kv {
    margin-bottom: 100px;
  }
}
.top_kv .top_kv_inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .top_kv .top_kv_inner {
    padding: 0 20px;
  }
}
.top_kv .top_kv_message {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .top_kv .top_kv_message {
    width: 100%;
  }
}
.top_kv .top_kv_message h1 {
  margin: 100px 0 60px 0;
  opacity: 0;
  transform: translate(0, 30%);
  transition: all 0.6s ease-in-out;
}
.top_kv .top_kv_message h1.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .top_kv .top_kv_message h1 {
    margin: 70px 0 40px 0;
  }
}
.top_kv .top_kv_message h1 picture {
  width: 650px;
}
@media screen and (max-width: 768px) {
  .top_kv .top_kv_message h1 picture {
    width: 70vw;
  }
  .top_kv .top_kv_message h1 picture.text-en {
    width: 100%;
  }
}
.top_kv .top_kv_message h1 span {
  display: inline-block;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .top_kv .top_kv_message h1 span {
    margin-top: 10px;
    font-size: 15px;
  }
}
.top_kv .top_kv_message .msg {
  opacity: 0;
  transform: translate(0, 30%);
  transition: all 0.6s ease-in-out;
}
.top_kv .top_kv_message .msg.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .top_kv .top_kv_message .msg:not(:last-of-type) {
    margin-bottom: 2em;
  }
}
.top_kv .top_kv_message p {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top_kv .top_kv_message p {
    font-size: 15px;
    line-height: 1.75;
  }
  .top_kv .top_kv_message p:not(:last-of-type) {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 769px) {
  .top_kv .top_kv_message p.line02 {
    margin-bottom: 2em;
  }
}
.top_kv .top_kv_message .group_logo {
  display: flex;
  align-items: center;
  gap: 0 40px;
  width: fit-content;
  margin-top: 90px;
  margin: 90px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .top_kv .top_kv_message .group_logo {
    justify-content: space-between;
    width: fit-content;
    gap: 0 20px;
  }
}
@media screen and (max-width: 450px) {
  .top_kv .top_kv_message .group_logo {
    width: 100%;
    margin-top: 40px;
    gap: 0;
  }
}
.top_kv .top_kv_message .group_logo img {
  width: auto;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .top_kv .top_kv_message .group_logo img {
    width: auto;
    height: 20px;
  }
}
.top_kv .top_kv_message .group_logo a {
  display: block;
}
@media (hover: hover) {
  .top_kv .top_kv_message .group_logo a {
    transition: opacity 0.6s ease;
  }
  .top_kv .top_kv_message .group_logo a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}

.news {
  margin-top: -80px;
  padding-top: 80px;
}

#news-ticker {
  position: relative;
  overflow: hidden;
  height: 50px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #news-ticker {
    height: 55px;
  }
}
#news-ticker.js-stop {
  overflow: visible;
  height: 100%;
  border-bottom: none;
}
#news-ticker.js-stop .inner {
  position: static;
  width: 100%;
  transition: none;
}
#news-ticker.js-stop .item {
  height: auto;
  min-height: 50px;
  border-bottom: 1px solid #cfcfcf;
}
@media screen and (max-width: 768px) {
  #news-ticker.js-stop .item {
    min-height: 55px;
  }
  #news-ticker.js-stop .item:first-of-type {
    padding-right: 50px;
  }
}
#news-ticker.js-stop .item:last-of-type {
  display: none;
}
@media screen and (max-width: 768px) {
  #news-ticker.js-stop .text {
    text-overflow: unset;
    white-space: unset;
    line-height: 1.2;
  }
}
#news-ticker .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 80px);
  transition: transform 0.6s ease;
}
@media screen and (max-width: 768px) {
  #news-ticker .inner {
    width: 90%;
  }
}
#news-ticker .item {
  box-sizing: border-box;
  height: 50px;
  padding: 5px 40px;
  display: flex;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  #news-ticker .item {
    height: 55px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 5px 10px 5px 20px;
    font-size: 11px;
  }
}
#news-ticker .news_head {
  display: flex;
  align-items: center;
  gap: 0 30px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #news-ticker .news_head {
    gap: 0 5px;
  }
}
#news-ticker .date {
  font-weight: 500;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 768px) {
  #news-ticker .date {
    font-size: 11px;
  }
}
#news-ticker .new {
  font-size: 14px;
  font-weight: 700;
  color: #E60012;
}
@media screen and (max-width: 768px) {
  #news-ticker .new {
    font-size: 11px;
  }
}
#news-ticker .text {
  flex: 1;
  overflow: hidden;
  line-height: 1.2;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #news-ticker .text {
    flex: none;
    width: 320px;
    margin-top: 5px;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
  }
}
#news-ticker .text a {
  text-decoration: underline;
  color: #E60012;
}
#news-ticker .text a:hover {
  text-decoration: none;
}
#news-ticker .text a.extarnal {
  position: relative;
}
#news-ticker .text a.extarnal::after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 2px;
  top: -1px;
  width: 12px;
  height: 1em;
  background-image: url("../images/icon--window2.png");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #news-ticker .text a.extarnal::after {
    width: 10px;
    background-size: 10px;
  }
}
#news-ticker .viewmore {
  width: 80px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #news-ticker .viewmore {
    width: 10%;
    height: 55px;
  }
}
#news-ticker .viewmore button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #000;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#news-ticker .viewmore button img {
  width: 7px;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
#news-ticker .viewmore button.js-stop img {
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}

@media screen and (min-width: 769px) {
  .booth.content {
    padding: 0 30px 50px 30px;
  }
}
.booth .booth_inner .content_title.pc {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 30px 50px 0;
  left: auto;
}
.booth .booth_inner .content_title.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .booth .booth_inner .content_title.pc {
    display: none;
  }
  .booth .booth_inner .content_title.sp {
    display: block;
  }
}
.booth .booth_left {
  position: sticky;
  top: 80px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .booth .booth_left {
    position: static;
    padding-top: 0;
  }
}
.booth .booth_right {
  position: relative;
}
@media screen and (max-width: 768px) {
  .booth .booth_right {
    width: 100% !important;
  }
}
.booth .booth_intro {
  line-height: 2;
}
.booth .booth_panoramic {
  height: max-content;
}
.booth .booth_panoramic.is-fixed {
  position: fixed;
}
.booth .booth_panoramic.is-absolute {
  position: absolute;
  bottom: 0;
  top: auto;
}
@media screen and (max-width: 768px) {
  .booth .booth_panoramic {
    position: relative;
    top: 0;
    padding-bottom: 0;
  }
}
.booth .booth_panoramic .booth_panoramic_move {
  display: none;
}
@media screen and (max-width: 768px) {
  .booth .booth_panoramic .booth_panoramic_move {
    position: absolute;
    bottom: 10px;
    right: -5px;
    display: block;
    width: 80px;
    height: 80px;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 30;
  }
  .booth .booth_panoramic .booth_panoramic_move.is-hidden {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}
.booth .booth_panoramic .booth_panoramic_inner {
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .booth .booth_panoramic .booth_panoramic_inner {
    width: calc(100% + 30px);
    height: auto;
    left: -15px;
    z-index: 1;
  }
  .booth .booth_panoramic .booth_panoramic_inner img {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
}
.booth .booth_panoramic .booth_panoramic_focus .focus {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.booth .booth_panoramic .booth_panoramic_focus .focus.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease;
}
.booth .booth_panoramic .booth_panoramic_focus .focus_01 {
  width: 144px;
  height: 137px;
  left: 175px;
  bottom: -8px;
}
.booth .booth_panoramic .booth_panoramic_focus .focus_02 {
  width: 151px;
  height: 144px;
  left: 270px;
  bottom: 33px;
}
.booth .booth_panoramic .booth_panoramic_focus .focus_03 {
  width: 133px;
  height: 123px;
  left: 352px;
  bottom: 92px;
}
.booth .booth_panoramic .booth_panoramic_focus .focus_04 {
  width: 197px;
  height: 185px;
  left: 200px;
  bottom: 142px;
}
.booth .booth_panoramic .booth_panoramic_focus .focus_05 {
  width: 169px;
  height: 162px;
  left: 28px;
  bottom: 88px;
}
@media screen and (max-width: 768px) {
  .booth .booth_panoramic .booth_panoramic_focus {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .booth .booth_highlights {
    width: 100%;
    margin-top: 40px;
  }
}
.booth .booth_highlights h3 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .booth .booth_highlights h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.booth .booth_highlights .booth_highlights_contents {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}
@media screen and (max-width: 768px) {
  .booth .booth_highlights .booth_highlights_contents {
    margin: 20px 0 0 0;
  }
}
.booth .booth_highlights .booth_highlights_block h4 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .booth .booth_highlights .booth_highlights_block h4 {
    gap: 0 15px;
  }
}
.booth .booth_highlights .booth_highlights_block h4 .num {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .booth .booth_highlights .booth_highlights_block h4 .num {
    font-size: 58px;
  }
}
.booth .booth_highlights .booth_highlights_block h4 .num_c01 {
  color: #E60012;
  letter-spacing: -0.1em;
}
.booth .booth_highlights .booth_highlights_block h4 .num_c02 {
  color: #5B6EFF;
}
.booth .booth_highlights .booth_highlights_block h4 .num_c03 {
  color: #11BF88;
}
.booth .booth_highlights .booth_highlights_block h4 .num_c04 {
  color: #FFA063;
}
.booth .booth_highlights .booth_highlights_block h4 .num_c05 {
  color: #37B5F2;
}
.booth .booth_highlights .booth_highlights_block h4 .ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .booth .booth_highlights .booth_highlights_block h4 .ttl {
    font-size: 18px;
    line-height: 1.5;
  }
}
.booth .booth_highlights .booth_highlights_block .body p {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .booth .booth_highlights .booth_highlights_block .body p {
    font-size: 14px;
  }
}
.booth .booth_highlights .booth_highlights_block .body .photo {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .booth .booth_highlights .booth_highlights_block .body .photo {
    margin: 15px 0 0 0;
  }
}
.booth .booth_highlights .booth_highlights_block .body .photo .splide__arrows {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  gap: 0 10px;
  z-index: 10;
}
.booth .booth_highlights .booth_highlights_block .body .photo .splide__arrows .splide__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 60px;
  background-color: rgba(243, 243, 243, 0.8);
}
@media (hover: hover) {
  .booth .booth_highlights .booth_highlights_block .body .photo .splide__arrows .splide__arrow {
    transition: opacity 0.6s ease;
  }
  .booth .booth_highlights .booth_highlights_block .body .photo .splide__arrows .splide__arrow:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .booth .booth_highlights .booth_highlights_block .body .photo .splide__arrows .splide__arrow {
    width: 35px;
    height: 35px;
  }
}
.booth .booth_highlights .booth_highlights_block .body .photo .splide__arrows .splide__arrow.splide__arrow--prev {
  rotate: 180deg;
}
.booth .booth_highlights .booth_highlights_block .body .photo .splide__arrows .splide__arrow svg {
  width: 10px;
  margin-right: -2px;
}
.booth .booth_highlights .booth_highlights_block .body .photo .splide__pagination {
  position: absolute;
  right: 15px;
  bottom: 15px;
  gap: 0 15px;
  z-index: 10;
}
.booth .booth_highlights .booth_highlights_block .body .photo .splide__pagination li button {
  width: 10px;
  height: 10px;
  background-color: #DADADA;
  border-radius: 30px;
}
.booth .booth_highlights .booth_highlights_block .body .photo.c01 .splide__pagination li button.is-active {
  background-color: #E60012;
}
.booth .booth_highlights .booth_highlights_block .body .photo.c02 .splide__pagination li button.is-active {
  background-color: #5B6EFF;
}
.booth .booth_highlights .booth_highlights_block .body .photo.c03 .splide__pagination li button.is-active {
  background-color: #11BF88;
}
.booth .booth_highlights .booth_highlights_block .body .photo.c04 .splide__pagination li button.is-active {
  background-color: #FFA063;
}
.booth .booth_highlights .booth_highlights_block .body .photo.c05 .splide__pagination li button.is-active {
  background-color: #37B5F2;
}

.lineup .lineup_text {
  margin-bottom: 40px;
  line-height: 2;
}
.lineup .lineup_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 10px 20px;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.lineup .lineup_list h3 {
  display: none;
}
.lineup .lineup_list .lineup_content {
  display: flex;
  align-items: center;
  gap: 0 30px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
@media (hover: hover) {
  .lineup .lineup_list .lineup_content.c-modal__button {
    transition: border-color 0.6s ease;
  }
  .lineup .lineup_list .lineup_content.c-modal__button .zoom {
    transition: border-color 0.6s ease;
  }
  .lineup .lineup_list .lineup_content.c-modal__button:hover {
    border-color: #E60012;
    transition: border-color 0.3s ease;
  }
  .lineup .lineup_list .lineup_content.c-modal__button:hover .zoom {
    border-color: #E60012;
    transition: border-color 0.3s ease;
  }
}
.lineup .lineup_list .lineup_content.concept {
  grid-row: span 4/span 4;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 25px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_list .lineup_content.concept {
    display: flex;
    align-items: center;
    flex-direction: row;
    text-align: left;
    gap: 0;
  }
}
@media screen and (max-width: 900px) {
  .lineup .lineup_list .lineup_content {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .lineup_list .lineup_content {
    gap: 0 15px;
  }
}
.lineup .lineup_list .lineup_content .icon {
  width: 88px;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_list .lineup_content .icon {
    width: 75px;
  }
}
.lineup .lineup_list .lineup_content .icon.concept {
  position: relative;
  left: -12px;
  width: 200px;
  order: 1;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_list .lineup_content .icon.concept {
    left: auto;
    width: 115px;
    margin-top: 0;
    margin-right: 15px;
    order: unset;
  }
}
.lineup .lineup_list .lineup_content .genre, .lineup .lineup_list .lineup_content .name {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_list .lineup_content .genre, .lineup .lineup_list .lineup_content .name {
    font-size: 18px;
  }
}
.lineup .lineup_list .lineup_content .genre.concept, .lineup .lineup_list .lineup_content .name.concept {
  display: flex;
  flex-direction: column;
}
.lineup .lineup_list .lineup_content .genre.concept .line01, .lineup .lineup_list .lineup_content .name.concept .line01 {
  font-size: 28px;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_list .lineup_content .genre.concept .line01, .lineup .lineup_list .lineup_content .name.concept .line01 {
    font-size: 16px;
  }
}
.lineup .lineup_list .lineup_content .genre.concept .line01_title, .lineup .lineup_list .lineup_content .name.concept .line01_title {
  font-size: 28px;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_list .lineup_content .genre.concept .line01_title, .lineup .lineup_list .lineup_content .name.concept .line01_title {
    font-size: 16px;
  }
}
.lineup .lineup_list .lineup_content .genre.concept .line02, .lineup .lineup_list .lineup_content .name.concept .line02 {
  width: 180px;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_list .lineup_content .genre.concept .line02, .lineup .lineup_list .lineup_content .name.concept .line02 {
    width: 22vw;
    margin: 5px 0 8px 0;
  }
}
.lineup .lineup_list .lineup_content .genre.concept .line03, .lineup .lineup_list .lineup_content .name.concept .line03 {
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
.lineup .lineup_list .lineup_content .genre.concept .line03 .text-en, .lineup .lineup_list .lineup_content .name.concept .line03 .text-en {
  font-size: 20px;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_list .lineup_content .genre.concept .line03, .lineup .lineup_list .lineup_content .name.concept .line03 {
    font-size: 11px;
  }
  .lineup .lineup_list .lineup_content .genre.concept .line03 .text-en, .lineup .lineup_list .lineup_content .name.concept .line03 .text-en {
    font-size: 11px;
    line-height: 1.3;
  }
}
.lineup .lineup_list .lineup_content .name .small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_list .lineup_content .name .small {
    font-size: 18px;
  }
}
.lineup .lineup_list .lineup_content .head {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px 0;
}
.lineup .lineup_list .lineup_content .head.concept {
  flex: none;
  order: 0;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_list .lineup_content .head.concept {
    order: unset;
  }
}
.lineup .lineup_list .lineup_content .zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  border: 1px solid #ccc;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_list .lineup_content .zoom {
    width: 45px;
    height: 45px;
  }
}
.lineup .lineup_list .lineup_content .zoom.concept {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_list .lineup_content .zoom.concept {
    position: static;
  }
}
.lineup .lineup_list .lineup_content .zoom img {
  width: 13px;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_list .lineup_content .zoom img {
    width: 15.5px;
  }
}
.lineup .ex {
  display: flex;
  gap: 0 30px;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0 -34px;
}
@media screen and (max-width: 1000px) {
  .lineup .ex {
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .lineup .ex {
    flex-direction: column;
    gap: 10px 0;
    margin: 20px 0 0 0;
  }
}
.lineup .ex .line01 {
  padding: 6px 40px;
  border-radius: 30px;
  background-color: #E60012;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lineup .ex .line01 {
    padding: 6px 60px;
    font-size: 22px;
  }
}
.lineup .ex .line02 {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .lineup .ex .line02 {
    font-size: 20px;
    text-align: center;
  }
}

.lang-en .lineup .lineup_list .lineup_content.concept h3 ruby rt {
  display: none;
}
.lang-en .lineup .lineup_list .lineup_content .genre .text-en,
.lang-en .lineup .lineup_list .lineup_content .name .text-en {
  line-height: 1.15;
}
.lang-en .lineup .ex {
  justify-content: flex-start;
  width: 100%;
  margin: 40px auto 0 auto;
}

.goods .ex {
  display: flex;
  gap: 0 30px;
  justify-content: center;
  align-items: center;
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .goods .ex {
    flex-direction: column;
    gap: 10px 0;
    margin: 40px 0 0 0;
  }
}
.goods .ex .line01 {
  padding: 6px 40px;
  border-radius: 30px;
  background-color: #E60012;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .goods .ex .line01 {
    padding: 6px 60px;
    font-size: 22px;
  }
}
.goods .ex .line02 {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .goods .ex .line02 {
    font-size: 20px;
    text-align: center;
  }
}
.goods .link {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  .goods .link {
    flex-direction: column;
    gap: 20px 0;
  }
}
.goods .link a {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #000;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .goods .link a {
    width: 100%;
    height: 70px;
  }
}
.goods .link a:hover {
  border-color: #E60012;
  transition: border-color 0.3s ease;
}
.goods .link a::after {
  content: "";
  position: absolute;
  right: 65px;
  top: 50%;
  pointer-events: none;
  width: 15px;
  height: 20px;
  background-image: url("../images/icon--angle-right.svg");
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .goods .link a::after {
    right: 20px;
    width: 8px;
    height: 11px;
  }
}
.goods .link a.link_01 {
  padding: 30px 100px 30px 60px;
}
@media screen and (max-width: 768px) {
  .goods .link a.link_01 {
    padding: 20px 40px 20px 25px;
  }
}
.goods .link a.link_01 .text {
  margin-left: auto;
}
.goods .link a.link_02 {
  padding: 30px 100px 30px 60px;
}
@media screen and (max-width: 768px) {
  .goods .link a.link_02 {
    padding: 20px 40px 20px 25px;
  }
}
.goods .link a.link_02 .text {
  margin-left: auto;
}
.goods .link a .logo.isuzu {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .goods .link a .logo.isuzu {
    width: 110px;
  }
}
.goods .link a .logo.ud {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .goods .link a .logo.ud {
    width: 160px;
  }
}
.goods .link a .text {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .goods .link a .text {
    font-size: 14px;
  }
}

.lang-en .goods .ex {
  justify-content: flex-start;
  width: 100%;
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .lang-en .goods .ex {
    margin: 40px auto 0 auto;
  }
}

.movie .movie_wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.movie .c-modal__button {
  border: 1px solid #ccc;
  padding: 0;
  width: 100%;
}
.movie .c-modal__button span {
  display: block;
}
.movie .c-modal__button img {
  object-fit: cover;
}
.movie .splide__arrow {
  align-items: center;
  background: rgba(243, 243, 243, 0.8);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  width: 67px;
  height: 67px;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.movie .splide__arrow svg {
  fill: #333;
  width: 16px;
  height: 16px;
}
.movie .splide__arrow--prev {
  left: 2em;
}
.movie .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.movie .splide__arrow--next {
  right: 2em;
}
.movie .splide__pagination {
  position: static;
  margin-top: 15px;
  padding: 0 1em;
  gap: 0 18px;
}
.movie .splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.movie .splide__pagination .splide__pagination__page {
  background: #DADADA;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
}
.movie .splide__pagination .splide__pagination__page.is-active {
  background: #D90B27;
  opacity: 1;
}
.movie .c-modal__dialog_movie {
  display: grid;
  place-content: center;
  opacity: 0;
  visibility: hidden;
  transition: background-color 0.3s ease;
  height: auto;
  z-index: -1;
}
.movie .c-modal__dialog_movie.is-open {
  animation: modalOpen 0.3s ease forwards;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
  height: auto;
  z-index: 0;
  overflow-y: auto;
}
.movie .c-modal__dialog_movie.is-close {
  animation: modalClose 0.3s ease forwards;
}
.movie .c-modal__dialog_movie::backdrop {
  opacity: 0;
}
.movie .c-modal__container_movie {
  background-color: #fff;
  width: 60vw;
  height: fit-content;
  padding: 0;
  position: relative;
  margin-left: -1px;
}
@media screen and (max-width: 768px) {
  .movie .c-modal__container_movie {
    width: 90vw;
  }
}
.movie .c-modal__container_movie .c-modal__title_movie {
  display: none;
}
.movie .c-modal__container_movie .c-modal__yt_movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 6/4;
}
.movie .c-modal__close {
  background-color: transparent;
  border: 0;
  right: 0;
  top: -50px;
}
.movie .c-modal__line,
.movie .c-modal__line:after,
.movie .c-modal__line:before {
  width: 40px;
}

.other .other_block {
  display: flex;
  gap: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .other .other_block {
    width: 100%;
    max-width: none;
    flex-direction: column;
    gap: 30px 0;
  }
}
.other .other_block h3 {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .other .other_block h3 {
    font-size: 16px;
  }
}
.other .other_block p {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .other .other_block p {
    font-size: 12px;
  }
}
.other .other_block .link {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .other .other_block .link {
    width: 100%;
  }
}
.other .other_block .link img {
  height: 216px;
}
@media screen and (max-width: 768px) {
  .other .other_block .link img {
    height: auto;
  }
}
.other .other_block a {
  display: block;
}
@media (hover: hover) {
  .other .other_block a {
    transition: opacity 0.6s ease;
  }
  .other .other_block a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}

.access .access_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .access .access_block {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(1, auto);
    gap: 30px 0;
  }
}
.access .access_detail {
  grid-row-start: 2;
}
@media screen and (max-width: 768px) {
  .access .access_detail {
    grid-row-start: unset;
    width: calc(100% - 15px);
  }
}
.access .access_detail .detail_element:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .access .access_detail .detail_element {
    padding-bottom: 20px;
  }
}
.access .access_detail .detail_element h3 {
  position: relative;
  padding: 0 0 0 26px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .access .access_detail .detail_element h3 {
    padding: 0 0 0 22px;
    font-size: 16px;
  }
}
.access .access_detail .detail_element h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .access .access_detail .detail_element h3:before {
    width: 14px;
    height: 14px;
  }
}
.access .access_detail .detail_element p {
  padding: 0 0 0 26px;
}
@media screen and (max-width: 768px) {
  .access .access_detail .detail_element p {
    padding: 0;
    font-size: 13px;
  }
}
.access .access_detail .detail_element p:not(:first-of-type) {
  margin-top: 14px;
}
.access .access_detail .detail_element p span.ex01 {
  display: inline-block;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .access .access_detail .detail_element p span.ex01 {
    font-size: 12px;
  }
}
.access .access_detail .detail_element p span.ex02 {
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .access .access_detail .detail_element p span.ex02 {
    font-size: 10px;
  }
}
.access .access_map {
  grid-column: span 2/span 2;
  height: 295px;
}
@media screen and (max-width: 768px) {
  .access .access_map {
    grid-column: unset;
    height: auto;
    width: 100vw;
    margin-left: -15px;
    aspect-ratio: auto;
  }
}
.access .access_map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .access .access_map iframe {
    height: 300px;
  }
}
.access .information_map {
  grid-row-start: 2;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .access .information_map {
    grid-row-start: unset;
    width: calc(100% - 15px);
    margin-top: -30px;
  }
}
.access .information_map .information_map_image {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 40px 0 10px 0;
}
.access .information_map .information_map_image .title {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .access .information_map .information_map_image .title {
    top: 15px;
    left: 15px;
    font-size: 12px;
  }
}
.access .information_map .information_map_zoom {
  display: none;
}
@media screen and (max-width: 768px) {
  .access .information_map .information_map_zoom {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 34px;
    height: 34px;
  }
}
.access .information_map_modal {
  place-content: center;
}
.access .information_map_modal .information_map_modal_wrap {
  width: 100vw;
  height: auto;
  padding: 30px 0 0 0;
}
.access .information_map_modal .information_map_modal_inner {
  overflow-x: auto;
  overflow-y: hidden;
}
.access .information_map_modal .information_map_modal_inner .map {
  position: relative;
}
.access .information_map_modal .information_map_modal_inner .map img {
  height: 500px;
  width: auto;
}
.access .information_map_modal .information_map_modal_inner .map .title {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  z-index: 1;
}
.access .information_map_modal .information_map_modal_close {
  top: calc(50% - 300px);
  right: 10px;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 30px;
}
.access .information_map_modal .information_map_modal_close .c-modal__line, .access .information_map_modal .information_map_modal_close .c-modal__line:after, .access .information_map_modal .information_map_modal_close .c-modal__line:before {
  width: 100%;
}

.goods_page .goods_page_head_pc {
  position: absolute;
  top: 130px;
  right: 0;
  width: 620px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_head_pc {
    display: none;
  }
}
.goods_page .goods_page_head_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_head_sp {
    display: block;
    position: absolute;
    width: 57vw;
    bottom: 0;
    left: 0;
  }
}
.goods_page .goods_page_brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin-top: 100px;
  background-color: #F3F3F3;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_brand {
    width: 100vw;
    height: 140px;
    margin-top: 40px;
    margin-left: -15px;
  }
}
.goods_page .goods_page_brand img.isuzu {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_brand img.isuzu {
    width: 150px;
    margin-bottom: 20px;
  }
}
.goods_page .goods_page_brand img.ud {
  width: 410px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_brand img.ud {
    width: 180px;
    margin-bottom: 20px;
  }
}
.goods_page .goods_page_list_block {
  margin-top: 60px;
}
.goods_page .goods_page_list_block h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_block h2 {
    font-size: 24px;
  }
}
.goods_page .goods_page_list_block .block_contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_block .block_contents {
    grid-template-columns: repeat(2, 1fr);
  }
}
.goods_page .goods_page_list_block .block_contents_element {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.goods_page .goods_page_list_block .block_contents_element .spec {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  letter-spacing: 0.04em;
}
.goods_page .goods_page_list_block .block_contents_element .spec h3 {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_block .block_contents_element .spec h3 {
    font-size: 14px;
  }
}
.goods_page .goods_page_list_block .block_contents_element .spec p {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_block .block_contents_element .spec p {
    font-size: 18px;
  }
}
.goods_page .goods_page_list_block .block_contents_element .spec .ex {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_block .block_contents_element .spec .ex {
    font-size: 10px;
  }
}
.goods_page .goods_page_list_ex {
  margin: 60px 0;
  padding: 40px 0;
  font-size: 12px;
  line-height: 1.4;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.goods_page .goods_page_list_pay .title {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .title {
    display: grid;
    grid-template-columns: 33px auto;
    gap: 0 10px;
  }
}
.goods_page .goods_page_list_pay .title img {
  width: 33px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .title img {
    width: 33px;
    grid-row: span 2/span 2;
  }
}
.goods_page .goods_page_list_pay .title .line01 {
  font-size: 24px;
  font-weight: 700;
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .title .line01 {
    font-size: 16px;
    margin-top: 0;
  }
}
.goods_page .goods_page_list_pay .title .line02 {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .title .line02 {
    grid-column-start: 2;
    font-size: 10px;
  }
}
.goods_page .goods_page_list_pay .payment {
  margin-top: 20px;
  padding: 30px;
  background-color: #F3F3F3;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .payment {
    padding: 15px;
  }
}
.goods_page .goods_page_list_pay .payment .available {
  font-size: 20px;
  font-weight: 700;
  color: #666;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .payment .available {
    font-size: 16px;
    text-align: center;
  }
}
.goods_page .goods_page_list_pay .payment .list {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 0 20px;
  margin-top: 20px;
}
@media (768px <= width < 1200px) {
  .goods_page .goods_page_list_pay .payment .list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .payment .list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
  }
}
.goods_page .goods_page_list_pay .payment .list .list_element {
  position: relative;
  padding: 14px 30px;
  background-color: #fff;
  border-radius: 14px;
}
@media (768px <= width < 1200px) {
  .goods_page .goods_page_list_pay .payment .list .list_element {
    width: 100%;
    padding: 14px 20px 26px 20px;
  }
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .payment .list .list_element {
    width: 100%;
    padding: 14px 20px 26px 20px;
  }
}
.goods_page .goods_page_list_pay .payment .list .list_element .genre {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (890px <= width < 1200px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap {
    flex-direction: row;
    gap: 0 3%;
  }
}
@media screen and (max-width: 890px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap {
    max-width: 500px;
    margin: 0 auto;
  }
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment01_01, .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment01_02, .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment02_01, .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment03_01, .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment03_02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment02_01 {
  position: absolute;
  top: 50%;
  justify-content: center;
  gap: 0 30px;
}
@media (768px <= width < 1200px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment02_01 {
    position: static;
    gap: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment02_01 {
    position: static;
    gap: 0 60px;
  }
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment01_02, .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment03_02 {
  margin-top: 30px;
}
@media (890px <= width < 1200px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment01_02, .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment03_02 {
    margin-top: 0;
  }
}
@media (890px <= width < 1200px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment03_01 {
    margin-left: -15px;
  }
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item {
    width: 33%;
  }
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.visa img {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.visa img {
    width: 70px;
  }
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.master img {
  width: 65px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.master img {
    width: 55px;
  }
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.jcb img {
  width: 58px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.jcb img {
    width: 48px;
  }
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.ae img {
  width: 49px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.ae img {
    width: 40px;
  }
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.dc img {
  width: 52px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.dc img {
    width: 45px;
  }
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.discover img {
  width: 55px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.discover img {
    width: 48px;
  }
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.id {
  width: auto;
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.id img {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.id img {
    width: 50px;
  }
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.quic {
  width: auto;
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.quic img {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.quic img {
    width: 50px;
  }
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.paypay img {
  width: 49px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.paypay img {
    width: 40px;
  }
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.docomo img {
  width: 49px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.docomo img {
    width: 40px;
  }
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.au img {
  width: 87px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.au img {
    width: 70px;
  }
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.aeon img {
  width: 56px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.aeon img {
    width: 50px;
  }
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.alipay img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.alipay img {
    width: 80px;
  }
}
.goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.wechat img {
  width: 104px;
}
@media screen and (max-width: 768px) {
  .goods_page .goods_page_list_pay .payment .list .list_element .payment_wrap .payment_item.wechat img {
    width: 80px;
  }
}
.goods_page .goods_page_list_foot {
  width: 80%;
  margin: 90px auto 0 auto;
}
@media screen and (max-width: 950px) {
  .goods_page .goods_page_list_foot {
    width: 100%;
    margin: 60px auto 0 auto;
  }
}
.goods_page .goods_page_list_foot .wrap {
  display: grid;
  grid-template-columns: 2fr 1.05fr;
  gap: 0 24px;
}
@media screen and (max-width: 950px) {
  .goods_page .goods_page_list_foot .wrap {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    max-width: 600px;
    margin: 0 auto;
  }
}
.goods_page .goods_page_list_foot a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #000;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 950px) {
  .goods_page .goods_page_list_foot a {
    height: auto;
  }
}
.goods_page .goods_page_list_foot a:hover {
  border-color: #E60012;
  transition: border-color 0.3s ease;
}
.goods_page .goods_page_list_foot a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  pointer-events: none;
  width: 15px;
  height: 20px;
  background-image: url("../images/icon--angle-right.svg");
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 950px) {
  .goods_page .goods_page_list_foot a::after {
    right: 20px;
    width: 8px;
    height: 11px;
  }
}
.goods_page .goods_page_list_foot a.link_01 {
  padding: 30px 100px 30px 60px;
}
@media screen and (max-width: 950px) {
  .goods_page .goods_page_list_foot a.link_01 {
    padding: 20px 40px 20px 25px;
  }
}
.goods_page .goods_page_list_foot a.link_01 .text {
  margin-left: auto;
}
.goods_page .goods_page_list_foot a.link_02 {
  padding: 30px 30px;
}
@media screen and (max-width: 950px) {
  .goods_page .goods_page_list_foot a.link_02 {
    width: 70%;
    margin: 0 auto;
    padding: 14px 25px;
  }
}
.goods_page .goods_page_list_foot a.link_02 .text {
  width: 100%;
  text-align: center;
}
.goods_page .goods_page_list_foot a .logo.isuzu {
  width: 160px;
}
@media screen and (max-width: 950px) {
  .goods_page .goods_page_list_foot a .logo.isuzu {
    width: 110px;
  }
}
.goods_page .goods_page_list_foot a .logo.ud {
  width: 220px;
}
@media screen and (max-width: 950px) {
  .goods_page .goods_page_list_foot a .logo.ud {
    width: 160px;
  }
}
.goods_page .goods_page_list_foot a .text {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 950px) {
  .goods_page .goods_page_list_foot a .text {
    font-size: 14px;
  }
}

.lang-en .container.goods_page .content .content_title .text-ex.text-jp {
  display: block;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .lang-en .container.goods_page .content .content_title .text-ex.text-jp {
    display: none;
  }
}