@charset "UTF-8";
/* 読み込み
===================================================== */
/*! destyle.css v3.0.2 | 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;
}

/* 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) */
/* ============================================ */
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.
 */
button,
input,
optgroup,
select,
textarea {
  -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 */
}

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

/* media query
===================================================== */
/* fadeIn
============================================ */
.fadeIn {
  opacity: 0;
  transition: opacity 1s;
}
.fadeIn.on {
  opacity: 1;
}

.animeWrap .animeWrap_item__in {
  opacity: 0;
  transition: opacity 20px;
}
.animeWrap.on .animeWrap_item__in {
  opacity: 1;
}

/* flash(baseyard用)
===================================================== */
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 1;
    animation-duration: 0.5s;
    animation-name: flash;
  }
}

@keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* header
===================================================== */
/* layout
===================================================== */
.l-header {
  background-color: var(--c-text2);
  color: var(--c-text1);
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--c-border-bgw);
}
@media screen and (min-width: 769px) {
  .l-header {
    padding: 0 30px;
    position: absolute;
    top: 0;
    left: 0;
    height: 72px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    padding: 0 30px;
    top: 0;
    left: 0;
    height: 64px;
  }
}

.l-header-nav {
  width: 100%;
  z-index: 100;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .l-header-nav {
    background-image: url(../images/bg_sp.svg);
  }
}
@media screen and (min-width: 769px) {
  .l-header-nav {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--c-text1);
  }
}
@media screen and (max-width: 768px) {
  .l-header-nav {
    position: fixed;
    height: 100vh;
    background-color: var(--c-text1);
    color: var(--c-text2);
    top: 0;
    right: 0;
    left: 105%;
    transition: left 0.5s ease;
  }
}
@media screen and (max-width: 768px) {
  .l-header-nav.show {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header-nav .nav_scroll {
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow: auto;
  }
}
@media screen and (min-width: 769px) {
  .l-header-nav .nav_inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 30px;
    max-width: 100%;
    width: 100%;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-nav .nav_inner {
    position: relative;
    padding-left: 32px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: scroll;
    min-height: 100vh;
    min-height: 100svh;
  }
}

/* component
===================================================== */
.c-header_x {
  z-index: 200;
}
@media screen and (min-width: 769px) {
  .c-header_x {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-header_x {
    width: 25px;
  }
}

.c-header-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 999999;
}
@media screen and (max-width: 768px) {
  .c-header-hamburger {
    width: 24px;
    height: 20px;
    position: fixed;
    top: 23px;
    right: 30px;
  }
}
.c-header-hamburger .hamburger_inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.c-header-hamburger .hamburger_item {
  display: block;
  background-color: var(--c-text1);
  position: absolute;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .c-header-hamburger .hamburger_item {
    width: 100%;
    height: 1px;
  }
}
.c-header-hamburger .hamburger_item:nth-of-type(1) {
  top: 0px;
  left: 0px;
  transform-origin: left top;
}
.c-header-hamburger .hamburger_item:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 1;
}
.c-header-hamburger .hamburger_item:nth-of-type(3) {
  bottom: 0px;
  left: 0px;
  transform-origin: left bottom;
}
.c-header-hamburger.close .hamburger_item {
  background-color: var(--c-text2);
}
@media screen and (max-width: 768px) {
  .c-header-hamburger.close .hamburger_item {
    width: 120%;
  }
}
.c-header-hamburger.close .hamburger_item:nth-of-type(1) {
  transform: rotate(45deg) translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.c-header-hamburger.close .hamburger_item:nth-of-type(2) {
  opacity: 0;
}
.c-header-hamburger.close .hamburger_item:nth-of-type(3) {
  transform: rotate(-45deg) translate(-50%, 50%);
  bottom: 50%;
  left: 50%;
}

.c-header-linkList {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-header-linkList {
    gap: 12px;
    flex-direction: column;
    justify-content: baseline;
  }
}
@media screen and (min-width: 769px) {
  .c-header-linkList li {
    background-color: var(--c-text2);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .c-header-linkList a {
    display: flex;
    gap: 12px;
    width: fit-content;
    align-items: end;
  }
}
@media screen and (min-width: 769px) {
  .c-header-linkList img {
    width: 17px;
  }
}
@media screen and (max-width: 768px) {
  .c-header-linkList img {
    width: 24px;
  }
}
.c-header-linkList span {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-header-linkList span {
    font-size: 18px;
  }
}

.c-header-navList {
  display: flex !important;
}
@media screen and (min-width: 769px) {
  .c-header-navList {
    gap: 0 32px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .c-header-navList {
    gap: 20px;
    margin-bottom: 56px;
    flex-direction: column;
  }
}
.c-header-navList li.kara {
  display: none;
}
.c-header-navList a {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-header-navList a {
    width: fit-content;
  }
}
.c-header-navList .navList_en {
  display: block;
}
@media screen and (min-width: 769px) {
  .c-header-navList .navList_en {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-header-navList .navList_en {
    font-size: 40px;
  }
}
.c-header-navList .navList_ja {
  display: block;
}
@media screen and (min-width: 769px) {
  .c-header-navList .navList_ja {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-header-navList .navList_ja {
    font-size: 14px;
  }
}

/* animation
===================================================== */
.l-headr-nav .c-header-hamburger {
  opacity: 0;
}
.l-headr-nav .c-header-hamburger.show {
  opacity: 1;
}

/* footer
===================================================== */
/* layout
===================================================== */
.l-footer {
  background-color: var(--c-text2);
  color: var(--c-text1);
  border-top: 1px solid var(--c-border-bgw);
}
@media screen and (min-width: 769px) {
  .l-footer {
    padding: 80px 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 80px 0 56px;
  }
}
.l-footer .c-footer-list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .l-footer .c-footer-list {
    column-gap: 20px;
    row-gap: 0;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .c-footer-list {
    column-gap: 20px;
    row-gap: 0;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
}
.l-footer .c-footer-list .kara {
  margin-bottom: 16px;
}
.l-footer .c-global-info {
  margin-bottom: 56px;
}
.l-footer .c-footer-logo {
  margin-bottom: 64px;
}

/* component
===================================================== */
.c-footer-list li {
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  .c-footer-list li.kara {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-footer-list li.kara {
    width: 100%;
  }
}

.c-footer-logo {
  margin-left: auto;
  margin-right: auto;
  width: 90px;
}

.c-footer-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c-footer-copy small {
  text-align: center;
  display: block;
  font-size: 10px;
}

/* layout
===================================================== */
@media screen and (min-width: 769px) {
  .wrapper.news {
    padding-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.news {
    padding-top: 92px;
  }
}

/*.top ------------------- */
@media screen and (min-width: 769px) {
  .l-article {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-article {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-article__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 769px) {
  .l-article__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding-left: var(--g-var-grid-col-gap-pc);
    padding-right: var(--g-var-grid-col-gap-pc);
    column-gap: var(--g-var-grid-col-gap-pc);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-article .c-global-secTitle {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-article .c-global-secTitle {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .l-article .c-global-secTitle {
    margin-bottom: 40px;
    grid-column: 1/span 12;
    justify-self: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .l-article .c-article-info {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .l-article .c-article-info {
    margin-bottom: 40px;
    grid-column: 1/span 12;
    justify-self: center;
    align-items: center;
  }
}
.l-article .c-article-infoTxt {
  margin-bottom: 8px;
}
.l-article .c-article-contents {
  margin-bottom: 56px;
}
@media screen and (min-width: 769px) {
  .l-article .c-article-contents {
    grid-column: 3/span 8;
  }
}
.l-article .c-article-contents .c-article-news {
  background-color: var(--c-text2);
  border: 1px solid var(--c-border-bgw);
}
@media screen and (min-width: 769px) {
  .l-article .c-article-contents .c-article-news {
    padding: 48px 48px 64px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-article .c-article-contents .c-article-news {
    padding: 32px 32px 56px;
    margin-bottom: 16px;
  }
}
.l-article .c-article-contents .c-article-news .c-article-news__top {
  border-bottom: 1px solid var(--c-border-bgw);
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.l-article .c-article-contents .c-article-news .c-article-news__top .c-article-news__date {
  margin-bottom: 16px;
}
.l-article .c-article-contents .c-article-news .c-article-news__bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.l-article .c-article-contents .c-article-news .c-article-news__bottom a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .l-article .c-global-btn {
    grid-column: 1/span 12;
    justify-self: center;
    align-items: center;
  }
}

/* component
===================================================== */
.c-news-link {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--c-text2);
}
@media screen and (min-width: 769px) {
  .c-news-link {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .c-news-link {
    width: 32px;
    height: 32px;
  }
}
.c-news-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .c-news-link img {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-news-link img {
    width: 14px;
  }
}

.c-article-news__bottom {
  color: var(--c-text1);
}

.c-article-news__date {
  color: var(--c-text1);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-article-news__date {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .c-article-news__date {
    font-size: 16px;
  }
}

.c-article-news__title {
  color: var(--c-text1);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-article-news__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .c-article-news__title {
    font-size: 20px;
  }
}

.c-article-news__bottom p {
  line-height: 1.5;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .c-article-news__bottom p {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .c-article-news__bottom p {
    font-size: 16px;
  }
}
.c-article-news__bottom a {
  text-decoration: underline;
}

.c-article-info {
  text-align: center;
  line-height: 1.75;
  color: var(--c-text-gray3);
}
@media screen and (max-width: 768px) {
  .c-article-info {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .c-article-info {
    font-size: 14px;
  }
}

.wrapper::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100lvh;
}
@media screen and (max-width: 768px) {
  .wrapper::before {
    background: url("../images/bg_sp.svg") no-repeat center center/cover;
  }
}
@media screen and (min-width: 769px) {
  .wrapper::before {
    background-image: url("../images/bg_pc.svg");
  }
}

main {
  position: relative;
  z-index: 2;
}

/* .loading
===================================================== */
.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--c-text2);
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  pointer-events: none;
  transition: opacity 0.8s;
}
.l-loading.hide {
  opacity: 0;
}

/* ------------------- */
@media screen and (max-width: 768px) {
  .l-kv {
    margin-top: 64px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  .l-kv {
    margin-top: 72px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-kv__inner {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .l-kv__inner {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* ------------------- */
@media screen and (min-width: 769px) {
  .l-bnrArea {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .l-bnrArea {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-bnrArea__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 769px) {
  .l-bnrArea__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding-left: var(--g-var-grid-col-gap-pc);
    padding-right: var(--g-var-grid-col-gap-pc);
    column-gap: var(--g-var-grid-col-gap-pc);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-bnrArea ul {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (min-width: 769px) {
  .l-bnrArea ul {
    justify-content: center;
    grid-column: 5/span 4;
  }
}
.l-bnrArea ul a {
  display: block;
}

/* ------------------- */
@media screen and (max-width: 768px) {
  .l-intro {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 769px) {
  .l-intro {
    margin-bottom: 120px;
  }
}
.l-intro__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-intro__inner {
    gap: 40px;
  }
}
@media screen and (min-width: 769px) {
  .l-intro__inner {
    gap: 24px;
  }
}

/* ------------------- */
@media screen and (max-width: 768px) {
  .l-news {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 769px) {
  .l-news {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  .l-news__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .l-news__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding-left: var(--g-var-grid-col-gap-pc);
    padding-right: var(--g-var-grid-col-gap-pc);
    column-gap: var(--g-var-grid-col-gap-pc);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .l-news .c-global-secTitle {
    margin-bottom: 40px;
    grid-column: 1/span 12;
    justify-self: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .l-news .c-global-secTitle {
    margin-bottom: 32px;
  }
}
.l-news .c-news-block {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--c-border-bgb);
}
@media screen and (min-width: 769px) {
  .l-news .c-news-block {
    margin-bottom: 56px;
    grid-column: 3/span 8;
  }
}
@media screen and (max-width: 768px) {
  .l-news .c-news-block {
    margin-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.l-news .c-news-block li {
  border-bottom: 1px solid var(--c-border-bgb);
}
@media screen and (max-width: 768px) {
  .l-news .c-news-block li {
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .l-news .c-news-block a {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (min-width: 769px) {
  .l-news .c-news-block a {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    column-gap: var(--g-var-grid-col-gap-pc);
  }
}
@media screen and (min-width: 769px) {
  .l-news .c-news-block .news_date {
    grid-column: 1/span 2;
    align-self: center;
    justify-self: center;
  }
}
@media screen and (min-width: 769px) {
  .l-news .c-news-block .c-global-title {
    grid-column: 3/span 6;
    justify-self: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .l-news .c-global-btn {
    grid-column: 1/span 12;
    align-self: center;
  }
}

/* ------------------- */
@media screen and (max-width: 768px) {
  .l-outline {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 769px) {
  .l-outline {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  .l-outline__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .l-outline__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding-left: var(--g-var-grid-col-gap-pc);
    padding-right: var(--g-var-grid-col-gap-pc);
    column-gap: var(--g-var-grid-col-gap-pc);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-outline .c-global-secTitle {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .l-outline .c-global-secTitle {
    margin-bottom: 64px;
    grid-column: 1/span 12;
    justify-self: center;
    align-items: center;
  }
}
.l-outline .c-outline-block {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-outline .c-outline-block {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .l-outline .c-outline-block {
    grid-column: 3/span 8;
    flex-wrap: wrap;
    column-gap: 32px;
    row-gap: 40px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 769px) {
  .l-outline .c-outline-block li {
    width: calc((100% - 32px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .l-outline .c-outline-block li {
    width: 100%;
  }
}
.l-outline .c-outline-block .venue {
  margin-bottom: 20px;
}
.l-outline .c-outline-block .store {
  margin-bottom: 12px;
}
.l-outline .c-outline-block .date {
  margin-bottom: 4px;
}
.l-outline .c-outline-block .time {
  margin-bottom: 12px;
}
.l-outline .c-global-bnr {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 769px) {
  .l-outline .c-global-bnr {
    grid-column: 5/span 4;
  }
}

/* ------------------- */
@media screen and (max-width: 768px) {
  .l-highlight {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 769px) {
  .l-highlight {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  .l-highlight__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .l-highlight__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding-left: var(--g-var-grid-col-gap-pc);
    padding-right: var(--g-var-grid-col-gap-pc);
    column-gap: var(--g-var-grid-col-gap-pc);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-highlight .c-global-secTitle {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .l-highlight .c-global-secTitle {
    margin-bottom: 64px;
    grid-column: 1/span 12;
    justify-self: center;
    align-items: center;
  }
}
.l-highlight .c-highlight-list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-highlight .c-highlight-list {
    gap: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .l-highlight .c-highlight-list {
    gap: 48px;
    grid-column: 3/span 8;
  }
}
.l-highlight .c-highlight_block {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-highlight .c-highlight_block {
    gap: 24px;
  }
}
@media screen and (min-width: 769px) {
  .l-highlight .c-highlight_block {
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .l-highlight .border {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .l-highlight .border {
    margin-top: 48px;
  }
}
.l-highlight .c-highlight-item h3 {
  position: relative;
  border-bottom: 1px solid var(--c-text2);
  margin-bottom: 24px;
  padding-bottom: 12px;
}
.l-highlight .c-global_box {
  gap: 12px;
}

/* ------------------- */
.l-goods {
  /* ------------------- */
}
@media screen and (max-width: 768px) {
  .l-goods {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 769px) {
  .l-goods {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-goods__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .l-goods__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding-left: var(--g-var-grid-col-gap-pc);
    padding-right: var(--g-var-grid-col-gap-pc);
    column-gap: var(--g-var-grid-col-gap-pc);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-goods .c-global-secTitle {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .l-goods .c-global-secTitle {
    margin-bottom: 48px;
    grid-column: 1/span 12;
    justify-self: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .l-goods .c-global-attn {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .l-goods .c-global-attn {
    margin-bottom: 48px;
    grid-column: 1/span 12;
    justify-self: center;
    align-items: center;
  }
}
.l-goods .c-goods-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .l-goods .c-goods-list {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 769px) {
  .l-goods .c-goods-list {
    margin-bottom: 80px;
    grid-column: 3/span 8;
  }
}
.l-goods .c-goods-list li {
  background-color: var(--c-text2);
}
@media screen and (max-width: 768px) {
  .l-goods .c-goods-list li {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (min-width: 769px) {
  .l-goods .c-goods-list li {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .l-goods .c-goods-list .c-goods-item__detail {
    padding: 8px 16px 16px;
  }
}
@media screen and (min-width: 769px) {
  .l-goods .c-goods-list .c-goods-item__detail {
    padding: 8px 16px 20px;
  }
}
.l-goods .c-goods-list .c-goods-item__name {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .l-goods .l-goodsAttn {
    grid-column: 3/span 8;
  }
}
.l-goods .l-goodsAttn > p {
  text-align: center;
  border-top: 1px solid var(--c-text2);
  border-bottom: 1px solid var(--c-text2);
  margin-bottom: 32px;
  padding: 8px 0;
}
@media screen and (min-width: 769px) {
  .l-goods .l-goodsAttn > p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-goods .l-goodsAttn > p {
    font-size: 18px;
  }
}
.l-goods .l-goodsAttn ul {
  list-style: disc;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.l-goods .l-goodsAttn ul li {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .l-goods .l-goodsAttn ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-goods .l-goodsAttn ul li {
    font-size: 14px;
  }
}

/* c-kv
===================================================== */
.l-kv {
  background-color: var(--c-text2);
}

/* c-intro
===================================================== */
.c-introTxt.txt1 {
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .c-introTxt.txt1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .c-introTxt.txt1 {
    font-size: 24px;
  }
}

.c-introTxt.txt2 {
  text-align: center;
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .c-introTxt.txt2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-introTxt.txt2 {
    font-size: 16px;
  }
}

/* news
===================================================== */
@media screen and (min-width: 769px) {
  .c-news-block .news_date {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-news-block .news_date {
    font-size: 14px;
  }
}

/* outline
===================================================== */
.c-outline-block .venue {
  width: 100%;
  background-color: var(--c-text2);
  border-radius: 2px;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
.c-outline-block .venue span {
  color: var(--c-text1);
}
@media screen and (max-width: 768px) {
  .c-outline-block .venue span {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .c-outline-block .venue span {
    font-size: 18px;
  }
}
.c-outline-block .store,
.c-outline-block .date,
.c-outline-block .time {
  font-family: var(--g-font-h);
}
@media screen and (min-width: 769px) {
  .c-outline-block .store,
  .c-outline-block .date,
  .c-outline-block .time {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-outline-block .store,
  .c-outline-block .date,
  .c-outline-block .time {
    font-size: 18px;
  }
}
.c-outline-block .date .f-small {
  font-size: 14px;
}
.c-outline-block .date .s-small {
  padding-left: 4px;
  padding-right: 4px;
}
.c-outline-block .date .s-small-l {
  padding-left: 4px;
}
@media screen and (max-width: 768px) {
  .c-outline-block .time .f-small {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .c-outline-block .time .f-small {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .c-outline-block .time .s-small {
    padding-left: 8px;
  }
}
.c-outline-block a {
  display: flex;
  align-items: flex-start;
}
.c-outline-block a .triangle {
  display: block;
  width: 0;
  height: 0;
  display: inline-block;
  border-left: 8px solid var(--c-text2);
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
}
@media screen and (min-width: 769px) {
  .c-outline-block a .triangle {
    margin-top: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .c-outline-block a .triangle {
    margin-top: 5px;
    margin-right: 8px;
  }
}
.c-outline-block a .txt {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .c-outline-block a .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-outline-block a .txt {
    font-size: 14px;
  }
}
.c-outline-block a .txt span:nth-child(n+2) {
  display: block;
}
.c-outline-block dd > p span:nth-child(n+2) {
  display: block;
}

/* hightlight
===================================================== */
.c-highlight-item .border {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--c-border-bgb);
}
.c-highlight-item h3 {
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-highlight-item h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .c-highlight-item h3 {
    font-size: 20px;
    padding-bottom: 8px;
  }
}
.c-highlight-item .c-highlight_contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 769px) {
  .c-highlight-item .c-highlight_contents p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-highlight-item .c-highlight_contents p {
    font-size: 14px;
  }
}
.c-highlight-item .c-highlight_contents p.small {
  font-size: 10px;
  color: var(--c-text3);
  line-height: 1.5;
}
.c-highlight-item .c-highlight_text {
  line-height: 1.5;
}

/* goods
===================================================== */
.c-goods-list img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
.c-goods-list .c-goods-item__name {
  color: var(--c-text1);
}
@media screen and (max-width: 768px) {
  .c-goods-list .c-goods-item__name {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .c-goods-list .c-goods-item__name {
    font-size: 14px;
  }
}
.c-goods-list .c-goods-item__date {
  color: var(--c-text-red);
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .c-goods-list .c-goods-item__date {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  .c-goods-list .c-goods-item__date {
    font-size: 12px;
  }
}
.c-goods-list .c-goods-item__price {
  font-family: var(--g-font-en);
  color: var(--c-text-gray);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-goods-list .c-goods-item__price {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .c-goods-list .c-goods-item__price {
    font-size: 20px;
  }
}
.c-goods-list .c-goods-item__price span {
  margin-left: 3px;
}
@media screen and (min-width: 769px) {
  .c-goods-list .c-goods-item__price span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .c-goods-list .c-goods-item__price span {
    font-size: 10px;
  }
}

/* goodsAttn
===================================================== */
.l-goodsAttn .c-goodsAttn-title {
  text-align: center;
  border-top: 1px solid var(--c-text2);
  border-bottom: 1px solid var(--c-text2);
  margin-bottom: 32px;
  padding: 8px 0;
}
@media screen and (min-width: 769px) {
  .l-goodsAttn .c-goodsAttn-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-goodsAttn .c-goodsAttn-title {
    font-size: 18px;
  }
}
.l-goodsAttn .c-goodsAttn-list {
  list-style: disc;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.l-goodsAttn .c-goodsAttn-list li {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .l-goodsAttn .c-goodsAttn-list li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-goodsAttn .c-goodsAttn-list li {
    font-size: 14px;
  }
}

/* global
===================================================== */
.c-global-btn {
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background-color: var(--c-text2);
}
@media screen and (min-width: 769px) {
  .c-global-btn {
    width: 240px;
    height: 76px;
  }
}
@media screen and (max-width: 768px) {
  .c-global-btn {
    width: 205px;
    height: 64px;
  }
}
.c-global-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-global-btn a {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-global-btn a {
    padding: 0 35px;
  }
}
.c-global-btn .txt {
  white-space: nowrap;
  color: var(--c-text1);
  font-stretch: condensed;
}
@media screen and (min-width: 769px) {
  .c-global-btn .txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-global-btn .txt {
    font-size: 20px;
  }
}
.c-global-btn .triangle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-left: 10px solid var(--c-text1);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media screen and (min-width: 769px) {
  .c-global-btn .triangle {
    right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-global-btn .triangle {
    right: 18px;
  }
}

.c-global-secTitle {
  text-transform: uppercase;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--c-text2);
}

@media screen and (max-width: 768px) {
  .c-global-secTxt.txt1 {
    font-size: 64px;
  }
}
@media screen and (min-width: 769px) {
  .c-global-secTxt.txt1 {
    font-size: 88px;
  }
}

@media screen and (max-width: 768px) {
  .c-global-secTxt.txt2 {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .c-global-secTxt.txt2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .c-global-date {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .c-global-date {
    font-size: 16px;
  }
}

.c-global-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-global-title {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .c-global-title {
    font-size: 16px;
  }
}

.c-global_box {
  display: flex;
  flex-direction: column;
}

.c-global-attn a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-global-attn .c-global-triangle {
  display: block;
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-left: 8px solid var(--c-text2);
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
}
.c-global-attn .c-global-attn__txt {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-global-attn .c-global-attn__txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .c-global-attn .c-global-attn__txt {
    font-size: 16px;
  }
}

.c-global-info {
  text-align: center;
  line-height: 1.75;
  color: var(--c-text-gray2);
  font-size: 12px;
}

/* 
===================================================== */
:root {
  /* spacing
  ===================================================== */
  --g-spacing-1: .8rem;
  --g-spacing-1-5: 1.2rem;
  --g-spacing-2: 1.6rem;
  --g-spacing-2-5: 2rem;
  --g-spacing-3: 2.4rem;
  --g-spacing-4: 3.2rem;
  --g-spacing-5: 4rem;
  --g-spacing-6: 4.8rem;
  --g-spacing-7: 5.6rem;
  --g-spacing-8: 6.4rem;
  --g-spacing-9: 7.2rem;
  --g-spacing-10: 8rem;
  --g-spacing-15: 12rem;
  --g-spacing-20: 16rem;
  --g-var-vw: 1512;
  /* コンテンツ幅
  ===================================================== */
  --g-var-vh: 790;
  --g-var-vw: 1512;
  --g-var-vw-min: 768;
  --g-var-vw-max: 1920;
  --g-var-vw-min-unit: 768px;
  --g-var-vw-max-unit: 1920px;
  /* line-height
  ===================================================== */
  --t-lineheight-xs: 1;
  --t-lineheight-s: 1.25;
  --t-lineheight-m: 1.6;
  --t-lineheight-l: 1.75;
  --t-lineheight-xl: 2;
  /* color
  ===================================================== */
  --c-text1: #1c1c1c;
  --c-text2: #fff;
  --c-text3: #cccccc;
  --c-text-red: #c30a14;
  --c-text-gray: #999999;
  --c-text-gray2: #666666;
  --c-text-gray3: #cccccc;
  --c-border-bgb: #444444;
  --c-border-bgw: #dddddd;
  /* font-family
  ===================================================== */
  --g-font-ja:"yu-gothic-pr6n","YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans",sans-serif;
  --g-font-ja-bold: "游ゴシック体", "yu-gothic-pr6n", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  --g-font-en: "urw-din-condensed", "Helvetica Neue", Helvetica,"Roboto Condensed", "Arial Narrow", sans-serif;
  --g-font-h: "Helvetica Neue", Helvetica,"sans-serif";
  /* font-family
  ===================================================== */
  --g-font-size-xxs: clamp(1rem, 1 / var(--g-var-vw)* 100* 12vw, 1.2rem);
  --g-font-size-xs: clamp(1.2rem, 1 / var(--g-var-vw)* 100* 14vw, 1.4rem);
  --g-font-size-s: clamp(1.6rem, 1 / var(--g-var-vw)* 100* 16vw, 1.8rem);
  --g-font-size-m: clamp(2rem, 1 / var(--g-var-vw)* 100* 18vw, 2.4rem);
  --g-font-size-l: clamp(2.4rem, 1 / var(--g-var-vw)* 100* 24vw, 3.2rem);
  --g-font-size-xl: clamp(3.2rem, 1 / var(--g-var-vw)* 100* 40vw, 4rem);
  --g-font-size-xxl: clamp(4.8rem, 1 / var(--g-var-vw)* 100* 64vw, 6.4rem);
  /* グリッド
  ===================================================== */
  --g-var-grid-col-pc: 12;
  --g-var-grid-col-sp: 4;
  --g-var-grid-col-gap-pc: 3.2rem;
  --g-var-grid-col-gap-sp: 1.6rem;
  --g-var-grid-row-gap-pc: 3.2rem;
  --g-var-grid-row-gap-sp: 1.6rem;
  /* ラディウス
  ===================================================== */
  --g-radius: 999px;
}

/* common
===================================================== */
html,
body {
  font-feature-settings: "palt";
  color: #ffffff;
  background-color: #333333;
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: var(--c-text1);
}

.wrapper {
  overflow-x: hidden;
  width: 100%;
}

* {
  box-sizing: border-box;
}

[v-cloak] {
  opacity: 0;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}

img,
video {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

/* font
===================================================== */
html,
body {
  font-family: var(--g-font-ja);
}

.navList_en {
  font-family: var(--g-font-h);
  text-transform: uppercase;
  font-stretch: condensed;
}

.c-header-linkList {
  font-stretch: condensed;
  text-transform: uppercase;
  font-family: var(--g-font-h);
}

.c-footer-list li {
  text-transform: uppercase;
  font-stretch: condensed;
  font-family: var(--g-font-h);
}

.c-global-btn .txt {
  font-family: var(--g-font-h);
  font-stretch: condensed;
}

.c-global-secTitle {
  font-family: var(--g-font-en);
  font-stretch: condensed;
}
.c-global-secTitle .txt1 {
  font-weight: 700;
}

.c-introTxt.txt1 {
  font-family: var(--g-font-ja-bold);
  font-weight: bold;
}

.news_date {
  font-family: var(--g-font-en);
  font-stretch: condensed;
  font-weight: 700;
}

.c-outline-block .store,
.c-outline-block .date,
.c-outline-block .time {
  font-family: var(--g-font-h);
}

.c-article-news__date {
  font-family: var(--g-font-en);
  font-stretch: condensed;
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */