@charset "UTF-8";
/* 読み込み
===================================================== */
/* line-heightの上下をなくす
===================================================== */
/* letter-spacingの文末をなくす
===================================================== */
/* clearfix
===================================================== */
/* hover
===================================================== */
/* linkcolor
===================================================== */
/* z-index
===================================================== */
/* rem変換
===================================================== */
/* %変換
===================================================== */
/* /2
===================================================== */
/* vh変換(SP用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* vw変換(PC用) minとmax
===================================================== */
/* spサイズをpcへ引き伸ばし
===================================================== */
/* ラインハイト計算
===================================================== */
/* レタースペーシング計算
===================================================== */
/* right-arrow
===================================================== */
/* aspect-area(padding-top)
===================================================== */
/* aspect-area-h(height)
===================================================== */
/* youtube
===================================================== */
/* margin: 0 auto
===================================================== */
/** FLEXED **/
/*! 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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
}

@font-face {
  font-family: "hel_light";
  src: url("../font/HelveticaNeueRegular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "hel";
  src: url("../font/HelveticaNeueCondensedBold.woff2") format("woff2");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica_regular";
  src: url("../font/HelveticaRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica_bold";
  src: url("../font/HelveticaBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  /* font-family
  ===================================================== */
  --g-font-ja:
    "Noto Sans JP", "yu-gothic-pr6n", "YuGothic", "游ゴシック", "Yu Gothic",
    "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --g-font-ja-bold:
    "Noto Sans JP", "游ゴシック体", "yu-gothic-pr6n", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", sans-serif;
  --g-font-zen:
    "Zen Kaku Gothic New", "Noto Sans JP", "yu-gothic-pr6n", "YuGothic",
    "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", sans-serif;
  --g-font-en: "hel", sans-serif;
  --g-font-hel: "hel", sans-serif;
  --g-font-hel_light: "hel_light", sans-serif;
  --g-font-hel_regular: "Helvetica_regular", sans-serif;
  --g-font-hel_bold: "Helvetica_bold", sans-serif;
  /*
  ===================================================== */
}

.en {
  font-family: var(--g-font-en);
}

.zen {
  font-family: var(--g-font-zen);
}

.hel {
  font-family: var(--g-font-hel);
}

.hel_light {
  font-family: var(--g-font-hel_light);
}

.hel_regular {
  font-family: var(--g-font-hel_regular);
}

.hel_bold {
  font-family: var(--g-font-hel_bold);
}

.ja {
  font-family: var(--g-font-ja);
}

:root {
  /* spacing
  ===================================================== */
  --g-spacing-1: 0.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: #ffe900;
  --c-text-orange: #ff5c00;
  --c-text3: #1c1c1c;
  --c-text-red: #c30a14;
  --c-text-gray: #999999;
  --c-text-gray2: #666666;
  --c-text-gray3: #cccccc;
  --c-border-bgb: #444444;
  --c-border-bgw: #dddddd;
  --c-border-green: #008076;
  /* 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-tb: 2.4rem;
  --g-var-grid-col-gap-sp: 1.6rem;
  --g-var-grid-row-gap-pc: 3.2rem;
  --g-var-grid-row-gap-tb: 2.4rem;
  --g-var-grid-row-gap-sp: 1.6rem;
  /* ラディウス
  ===================================================== */
  --g-radius: 999px;
}

/* common
===================================================== */
html {
  overscroll-behavior-x: none;
}

html,
body {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0;
}

@media screen and (max-width: 768px) {
  body.is-navOpen {
    overflow: hidden;
    height: 100vh;
    height: 100svh;
  }
}

img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
}

.wrapper {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  overflow-x: clip;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .basein {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 80px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .basein {
    margin: 0 15px;
  }
}

* {
  box-sizing: border-box;
}

.site-bg {
  opacity: 0; /* 初期状態では非表示 */
  transition: opacity 0.8s; /* ローディングのフェードアウトと速度を合わせる */
}
.site-bg.loaded {
  opacity: 1; /* .loadedクラスが付いたら表示 */
}

/* ページ全体のフェードイン
===================================================== */
body.fadeIn_body {
  opacity: 0;
  transition: opacity 0.6s ease;
}
body.fadeIn_body.is-loaded {
  opacity: 1;
}

*:focus {
  outline: none;
}

[v-cloak] {
  display: none !important;
}

a {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}
a:hover {
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: flash;
}

@keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.flexed {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

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-zen);
  font-weight: 400;
}

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

.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-h2);
  font-weight: 600;
}

.c-global-btn .txt {
  text-align: center;
  font-family: var(--g-font-en);
  font-stretch: condensed;
}

.c-global-secTitle {
  font-family: var(--g-font-en);
  font-stretch: condensed;
  text-align: center;
  padding-top: 100px;
}
@media screen and (min-width: 769px) {
  .c-global-secTitle {
    padding-top: 120px;
  }
}
.c-global-secTitle .txt1 {
  font-weight: 400;
}
.c-global-secTitle .txt2 {
  font-family: var(--g-font-ja);
  font-weight: 600;
  letter-spacing: 4px;
}

.palt {
  font-family: "YakuHanJP", sans-serif;
  font-feature-settings: "palt";
  font-style: normal;
}

.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;
}

@keyframes text-clip-animation {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.animate-text-reveal {
  clip-path: inset(0 100% 0 0);
}
.animate-text-reveal.on {
  animation: text-clip-animation 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.l-intro__inner .c-introTxt.animate-text-reveal.on.txt2 {
  animation-delay: 0.2s;
}

.animate-char-reveal .txt1 {
  overflow: hidden;
  padding-bottom: 0.1em;
}
.animate-char-reveal .char {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.animate-char-reveal.on .char {
  transform: translateY(0);
  opacity: 1;
}

.animate-fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}
.animate-fade-in.on {
  opacity: 1;
}

.note {
  font-size: 12px;
  margin-top: 11px;
  line-height: 1.2;
}

.note a {
  display: inline;
  text-decoration: underline;
}

.fixed_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../images/bg01.webp") center center/110%;
  z-index: 1;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .fixed_bg {
    background: url("../images/sp_bg01.webp") center center/cover;
    padding-top: 102.6570048309%;
  }
}

/** ORG **/
.wrapper section,
.wrapper footer,
.wrapper header {
  position: relative;
  z-index: 2;
}
.wrapper .common_container {
  margin-top: -102px;
  padding-top: 102px;
}
.wrapper .fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wrapper .fadeUp.on {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .wrapper .basein {
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 769px) {
  .wrapper .basein h2.sec_title {
    padding-left: 12px;
  }
}
.wrapper .basein h2.sec_title {
  color: var(--c-border-green);
}
.wrapper .basein h2.sec_title i {
  line-height: 1;
  font-weight: 500;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .wrapper .basein h2.sec_title i {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .basein h2.sec_title i {
    font-size: min(60px, 16vw);
  }
}
.wrapper .basein h2.sec_title span {
  font-weight: 500;
  padding-left: 10px;
  font-style: italic;
}
@media screen and (min-width: 769px) {
  .wrapper .basein h2.sec_title span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .basein h2.sec_title span {
    vertical-align: super;
    display: inline-block;
    font-weight: 600;
    font-size: min(18px, 4.8vw);
    line-height: 1;
  }
}
.wrapper #Main {
  width: 100%;
  padding-top: 53.5%; /* (画像の高さ / 画像の横幅) × 100 */
  background: url("../images/pc_main.webp") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .wrapper #Main {
    padding-top: 102.6570048309%;
    background: url("../images/sp_main.webp") no-repeat center center/cover;
  }
}
.wrapper {
  /** BNR **/
}
@media screen and (min-width: 769px) {
  .wrapper .conversion {
    padding: 30px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .conversion {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .wrapper .conversion__area .flexed {
    gap: 22px;
  }
  .wrapper .conversion__area .flexed li {
    width: calc(50% - 11px);
  }
}
@media screen and (max-width: 768px) {
  .wrapper .conversion__area .flexed {
    display: block;
  }
  .wrapper .conversion__area .flexed li {
    width: 100%;
  }
  .wrapper .conversion__area .flexed li:first-child {
    margin-bottom: 10px;
  }
}
.wrapper .conversion__area-second {
  padding: 35px 0 120px;
}
@media screen and (max-width: 768px) {
  .wrapper .conversion__area-second {
    margin: 0;
    padding: 45px 0 105px;
  }
}
.wrapper .conversion__area-second ul li {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wrapper {
  /** INTRO **/
}
.wrapper #Intro {
  margin-bottom: 104px;
}
@media screen and (max-width: 768px) {
  .wrapper #Intro {
    padding: 87px 0 92px;
    margin: 0;
  }
}
.wrapper #Intro p span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  opacity: 0;
  padding: 13px 15px 10px;
  margin-bottom: 15px;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  color: var(--c-border-green);
  border: 1px solid var(--c-border-green);
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  font-weight: 500;
  background: #fff;
}
.wrapper #Intro p span:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .wrapper #Intro p span {
    padding: 7px 10px 8px;
    margin-bottom: 10px;
    font-size: min(21px, 6.14vw);
  }
  .wrapper #Intro p span:first-child {
    letter-spacing: -0.09rem;
  }
}
.wrapper #Intro p span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #008076;
  clip-path: inset(0 0 0 0%);
  pointer-events: none;
}
.wrapper #Intro p.fadeUp_lines span {
  transition: opacity 0.3s ease;
  transition-delay: calc(var(--i, 0) * 0.3s);
}
.wrapper #Intro p.fadeUp_lines span::before {
  transition: clip-path 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  transition-delay: calc(var(--i, 0) * 0.3s);
}
.wrapper #Intro p.fadeUp_lines.on span {
  opacity: 1;
}
.wrapper #Intro p.fadeUp_lines.on span::before {
  clip-path: inset(0 0 0 100%);
}
.wrapper {
  /** NEWS **/
}
.wrapper #news {
  margin-bottom: 127px;
}
@media screen and (max-width: 768px) {
  .wrapper #news {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper #news .basein h2 {
    margin-bottom: -10px;
  }
}
.wrapper #news .basein .view_more {
  padding: 28px 35px;
  background: #000;
  color: #fff;
  border-radius: 40px;
  max-width: 245px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .wrapper #news .basein .view_more {
    padding: 23px;
    max-width: 200px;
    font-size: 16px;
  }
}
.wrapper #news .basein .view_more .arrow {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: auto;
}
.wrapper #news .basein .content_in {
  padding: 40px 50px 30px;
  border: 1px solid var(--c-border-green);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .wrapper #news .basein .content_in {
    padding: 35px 25px;
    border: 2px solid var(--c-border-green);
  }
}
.wrapper #news .basein .content_in dl {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #d8d8d8;
}
@media screen and (max-width: 768px) {
  .wrapper #news .basein .content_in dl {
    padding-bottom: 15px;
    margin-bottom: 23px;
  }
}
.wrapper #news .basein .content_in dl dt {
  color: var(--c-border-green);
}
@media screen and (min-width: 769px) {
  .wrapper #news .basein .content_in dl dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper #news .basein .content_in dl dt {
    font-size: 14px;
  }
}
.wrapper #news .basein .content_in dl dd {
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  padding: 10px 0 0;
}
@media screen and (min-width: 769px) {
  .wrapper #news .basein .content_in dl dd {
    font-size: 18px;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 768px) {
  .wrapper #news .basein .content_in dl dd {
    padding: 15px 0 0;
    line-height: 1.75;
    font-size: 16px;
    letter-spacing: normal;
  }
}
.wrapper {
  /** OUTLINE **/
}
@media screen and (min-width: 769px) {
  .wrapper #Outline .basein .passing {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper #Outline .basein h2 {
    margin-bottom: 0;
  }
}
.wrapper #Outline .basein h2 {
  letter-spacing: 0;
}
.wrapper #Outline .basein .content_in .content_box h3 {
  margin-bottom: 20px;
  padding: 10px 25px 12px;
  background: #fff;
  border-radius: 40px;
  border: 1px solid var(--c-border-green);
  color: var(--c-border-green);
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .wrapper #Outline .basein .content_in .content_box h3 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .wrapper #Outline .basein .content_in .content_box h3 {
    font-size: 16px;
    letter-spacing: 5px;
  }
}
.wrapper #Outline .basein .content_in .content_box h3.venue {
  margin-bottom: 0;
}
.wrapper #Outline .basein .content_in .content_box > .hel_bold {
  letter-spacing: normal;
}
@media screen and (min-width: 769px) {
  .wrapper #Outline .basein .content_in .content_box > .hel_bold {
    padding: 25px 30px 28px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper #Outline .basein .content_in .content_box > .hel_bold {
    padding: 4px 15px 24px;
    font-size: 25px;
  }
}
.wrapper #Outline .basein .content_in .content_box > .hel_bold span {
  font-weight: 400;
  font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
  padding: 0 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .wrapper #Outline .basein .content_in .content_box > .hel_bold span {
    font-size: 20px;
    padding: 0 10px 0 5px;
  }
}
.wrapper #Outline .basein .content_in .content_box > .hel_bold span:last-child {
  padding-right: 0;
}
.wrapper #Outline .basein .content_in .content_box > .hel_bold em {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  padding-right: 10px;
}
.wrapper #Outline .basein .content_in .content_box .adress a {
  padding-left: 14px;
  position: relative;
}
.wrapper #Outline .basein .content_in .content_box .adress a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 9px solid var(--c-border-green);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .wrapper #Outline .basein .content_in .content_box .adress a::after {
    top: calc(0.5em - 1px);
  }
}
.wrapper #Outline .basein .content_in .content_box dl {
  justify-content: space-between;
  padding: 25px 15px;
  border-bottom: 1px solid #cccccc;
  margin: 0 20px;
  letter-spacing: normal;
}
.wrapper #Outline .basein .content_in .content_box dl:first-child {
  border-bottom: 1px solid #000;
}
.wrapper #Outline .basein .content_in .content_box dl:last-child {
  border-bottom: none;
  padding: 25px 15px 60px;
}
@media screen and (max-width: 768px) {
  .wrapper #Outline .basein .content_in .content_box dl:last-child {
    padding: 30px 15px 70px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper #Outline .basein .content_in .content_box dl {
    padding: 30px 15px 25px;
    margin: 0;
  }
  .wrapper #Outline .basein .content_in .content_box dl.flexed {
    display: block;
  }
}
.wrapper #Outline .basein .content_in .content_box dl dt,
.wrapper #Outline .basein .content_in .content_box dl dd {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .wrapper #Outline .basein .content_in .content_box dl dt,
  .wrapper #Outline .basein .content_in .content_box dl dd {
    width: 100%;
  }
  .wrapper #Outline .basein .content_in .content_box dl dt .hel_bold,
  .wrapper #Outline .basein .content_in .content_box dl dd .hel_bold {
    margin: 15px 0 13px;
    font-size: 22px;
  }
  .wrapper #Outline .basein .content_in .content_box dl dt .hel_bold span,
  .wrapper #Outline .basein .content_in .content_box dl dd .hel_bold span {
    font-size: 12px;
  }
  .wrapper #Outline .basein .content_in .content_box dl dt .hel_bold.last,
  .wrapper #Outline .basein .content_in .content_box dl dd .hel_bold.last {
    margin: -5px 0 13px;
  }
}
.wrapper #Outline .basein .content_in .content_box dl dt {
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .wrapper #Outline .basein .content_in .content_box dl dt {
    font-size: 20px;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 769px) {
  .wrapper #Outline .basein .content_in .content_box dl dt span {
    display: block;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper #Outline .basein .content_in .content_box dl dt span {
    padding-left: 8px;
  }
}
.wrapper #Outline .basein .content_in .content_box dl dd p.hel_bold {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .wrapper #Outline .basein .content_in .content_box dl dd p.hel_bold {
    letter-spacing: normal;
  }
}
.wrapper #Outline .basein .content_in .content_box dl dd p.hel_bold:nth-child(2) {
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .wrapper #Outline .basein .content_in .content_box dl dd p.hel_bold:nth-child(2) {
    margin-top: -3px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper #Outline .basein .content_in .content_box dl dd p.hel_bold {
    margin: 15px 0 10px;
    font-size: 22px;
  }
}
.wrapper #Outline .basein .content_in .content_box dl dd p.hel_bold span {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  font-weight: normal;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .wrapper #Outline .basein .content_in .content_box dl dd p.hel_bold span {
    padding-right: 5px;
    font-size: 12px;
  }
}
.wrapper #Outline .basein .content_in .content_box dl dd .adress {
  padding-left: 1rem;
}
.wrapper #Outline .basein .content_in .content_box dl dd .adress a {
  text-indent: 1rem;
  margin-left: -1rem;
  line-height: 1.75;
  font-size: 16px;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .wrapper #Outline .basein .content_in .content_box dl dd .adress a {
    text-indent: 17px;
    margin-left: -17px;
    padding-left: 17px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper #Outline .basein .content_in .two_column ul {
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
  }
}
@media screen and (max-width: 768px) {
  .wrapper #Outline .basein .content_in .two_column ul {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .wrapper #Outline .basein .content_in .two_column ul li {
    width: calc(50% - 19px);
  }
}
@media screen and (max-width: 768px) {
  .wrapper #Outline .basein .content_in .two_column ul li:last-child .txt_area {
    padding: 20px 15px 0;
  }
}
.wrapper #Outline .basein .content_in .two_column ul li a h4 {
  padding: 10px 25px 12px;
  background: #fff;
  border-radius: 40px;
  border: 1px solid var(--c-border-green);
  color: var(--c-border-green);
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 5px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .wrapper #Outline .basein .content_in .two_column ul li a h4 {
    padding: 10px 20px 12px;
    font-size: 16px;
  }
}
.wrapper #Outline .basein .content_in .two_column ul li a .txt_area {
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .wrapper #Outline .basein .content_in .two_column ul li a .txt_area {
    padding: 20px 15px 45px;
  }
}
.wrapper #Outline .basein .content_in .two_column ul li a .txt_area > .zen {
  line-height: 32px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .wrapper #Outline .basein .content_in .two_column ul li a .txt_area > .zen {
    line-height: 1.75;
    font-size: 16px;
  }
}
.wrapper #Outline .basein .content_in .two_column ul li a .txt_area .link_txt .under_line {
  border-bottom: 1px solid var(--c-text-orange);
  color: var(--c-text-orange);
  font-weight: 500;
  padding-right: 25px;
  background: url(../images/link_icon.webp) no-repeat;
  background-position: calc(100% - 6px) calc(50% + 1.5px);
  background-size: 13px;
}
.wrapper {
  /** HIGHLIGHT **/
}
.wrapper #Highright {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .wrapper #Highright {
    margin-bottom: 104px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper #Highright .basein {
    max-width: 960px;
    padding: 0 80px;
    width: 100%;
  }
}
.wrapper #Highright .lead_txt {
  padding: 48px 0;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .wrapper #Highright .passing {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper #Highright h2 {
    margin-bottom: 30px;
  }
  .wrapper #Highright h2.sec_title i {
    font-size: min(58px, 15.47vw);
  }
}
.wrapper #Highright h3 {
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  font-weight: 600;
  padding: 20px 0 20px 26px;
  border-bottom: 1px solid var(--c-border-green);
  position: relative;
  overflow: hidden;
  letter-spacing: normal;
}
@media screen and (min-width: 769px) {
  .wrapper #Highright h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper #Highright h3 {
    padding: 5px 15px 15px;
    line-height: 1.3;
    font-size: 18px;
  }
}
.wrapper #Highright h3::before {
  content: "";
  width: 6px;
  height: 54px;
  background: var(--c-border-green);
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .wrapper #Highright h3::before {
    width: 4px;
    height: 100%;
    top: auto;
    bottom: 0;
  }
}
.wrapper #Highright h3 + p {
  margin: 30px 0 48px;
  line-height: 1.75;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .wrapper #Highright h3 + p {
    margin: 20px 0 40px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper #Highright ul.flexed {
    gap: 30px;
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .wrapper #Highright ul.flexed {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .wrapper #Highright ul li:first-child {
    margin-bottom: 45px;
  }
}
.wrapper #Highright ul li h4 {
  color: var(--c-border-green);
  font-weight: bold;
  text-indent: -0.5rem;
}
.wrapper #Highright ul li h4 + p {
  margin: 15px 0;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .wrapper #Highright ul li h4 + p {
    margin: 15px 0 22px;
    letter-spacing: 0.01rem;
  }
}
.wrapper #Highright ul li .novelty_img span {
  font-size: 10px;
  margin: 15px 0;
  display: block;
  line-height: 1.75;
}
.wrapper {
  /** GOODS **/
}
.wrapper #Goods {
  background: var(--c-border-green);
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
}
.wrapper #Goods::before {
  content: "";
  width: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  background: url(../images/bg02.webp);
  display: block;
  mix-blend-mode: multiply;
  position: sticky;
  top: 0;
  left: 0;
  background-size: 183%;
  background-position: 50%;
  background-repeat: no-repeat;
}
@supports (-webkit-hyphens: none) {
  .wrapper #Goods::before {
    display: none;
  }
}
.wrapper #Goods::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg01.webp") center center/110%;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .wrapper #Goods::after {
    background: url("../images/sp_bg01.webp");
    background-position: 50%;
    background-size: 103%;
    background-repeat: repeat-y;
  }
}
.wrapper #Goods .basein {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .wrapper #Goods .basein {
    padding: 80px 80px 67px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .wrapper #Goods .basein {
    width: calc(100% - 30px);
    padding-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper #Goods .basein .passing {
    text-align: center;
  }
}
.wrapper #Goods .basein h2 {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: var(--c-text1);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .wrapper #Goods .basein h2 {
    padding-top: 0;
    margin-bottom: 0;
    text-align: left;
  }
}
.wrapper #Goods .basein .cution_absolute {
  position: relative;
}
.wrapper #Goods .basein .cution_absolute a {
  position: absolute;
  right: 0;
  bottom: 28px;
  text-decoration: underline;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .wrapper #Goods .basein .cution_absolute a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper #Goods .basein .cution_absolute a {
    display: block;
    position: relative;
    margin: 18px 10px 23px;
    bottom: auto;
    right: auto;
    font-size: 14px;
  }
}
.wrapper #Goods .basein .cution_absolute a img {
  transform: rotate(90deg);
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .wrapper #Goods .basein .cution_absolute a img {
    width: 11px;
    height: 11px;
  }
}
.wrapper #Goods .basein .goods_list ul.flexed {
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width: 768px) {
  .wrapper #Goods .basein .goods_list ul.flexed {
    gap: 13px;
  }
}
.wrapper #Goods .basein .goods_list ul li {
  background: #fff;
  width: calc(33.3333333333% - 13.5px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .wrapper #Goods .basein .goods_list ul li {
    width: calc(50% - 6.7px);
  }
}
.wrapper #Goods .basein .goods_list ul li .txt_box {
  padding: 25px 20px;
  background: #fff;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrapper #Goods .basein .goods_list ul li .txt_box {
    padding: 13px 12px;
  }
}
.wrapper #Goods .basein .goods_list ul li .txt_box h5 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .wrapper #Goods .basein .goods_list ul li .txt_box h5 {
    line-height: 1.75;
    font-size: 12px;
  }
}
.wrapper #Goods .basein .goods_list ul li .txt_box h5 span {
  font-size: 10px;
}
.wrapper #Goods .basein .goods_list ul li .txt_box h5 span.sub_name {
  text-align: left;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .wrapper #Goods .basein .goods_list ul li .txt_box h5 span.sub_name {
    font-size: 12px;
  }
}
.wrapper #Goods .basein .goods_list ul li .txt_box .release,
.wrapper #Goods .basein .goods_list ul li .txt_box .caution {
  color: var(--c-border-green);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 8px 0 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  .wrapper #Goods .basein .goods_list ul li .txt_box .release,
  .wrapper #Goods .basein .goods_list ul li .txt_box .caution {
    font-size: 12px;
  }
}
.wrapper #Goods .basein .goods_list ul li .txt_box .prace {
  color: var(--c-text-gray);
  font-size: 20px;
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .wrapper #Goods .basein .goods_list ul li .txt_box .prace {
    margin: 8px 0 0;
    font-size: 16px;
  }
}
.wrapper #Goods .basein .goods_list ul li .txt_box .prace span {
  font-size: 10px;
  padding-left: 2px;
  letter-spacing: normal;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .wrapper #goodsAttn {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 204px 0 0;
    margin-top: -102px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper #goodsAttn {
    padding: 67px 15px 77px;
    margin: 0;
  }
}
.wrapper #goodsAttn .inner {
  color: #fff;
}
.wrapper #goodsAttn .goodsAttn_title {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 0.96rem;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .wrapper #goodsAttn .goodsAttn_title {
    margin-bottom: 30px;
    padding: 14px 0;
  }
}
@media screen and (max-width: 768px) {
  .wrapper #goodsAttn .goodsAttn_title {
    margin-bottom: 28px;
    padding: 20px 0;
    font-size: 14.54px;
  }
}
.wrapper #goodsAttn .goodsAttn_list {
  list-style: disc;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wrapper #goodsAttn .goodsAttn_list li {
  font-size: 0.78rem;
  line-height: 1.626984127;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .wrapper #goodsAttn .goodsAttn_list li {
    font-size: 14.54px;
  }
}

/* .header
=====================================================*/
@media screen and (min-width: 769px) {
  .header .inner__nav {
    transition: background-color 0.3s ease;
  }
}
@media screen and (min-width: 769px) {
  .header.is-scroll .inner__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
  .header.is-scroll .inner__nav a:focus, .header.is-scroll .inner__nav a:active {
    text-shadow: 2px 2px 3px #ddd;
  }
}
.header .header_x {
  width: 25px;
  position: absolute;
  top: 30px;
  left: 25px;
  z-index: 100;
}
.header .hamburger {
  background-color: var(--c-border-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 100%;
  z-index: 200;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .header .hamburger {
    width: 54px;
    height: 54px;
    border: 1px solid #fff;
  }
}
.header .hamburger .hamburger_inner {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .header .hamburger .hamburger_inner {
    width: 24px;
    height: 19px;
  }
}
.header .hamburger .hamburger_item {
  display: block;
  background-color: #fff;
  position: absolute;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .header .hamburger .hamburger_item {
    width: 100%;
    height: 2px;
  }
}
.header .hamburger .hamburger_item:nth-of-type(1) {
  top: 0px;
  left: 0px;
  transform-origin: left top;
}
.header .hamburger .hamburger_item:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 1;
}
.header .hamburger .hamburger_item:nth-of-type(3) {
  bottom: 0px;
  left: 0px;
  transform-origin: left bottom;
}
@media screen and (max-width: 768px) {
  .header .hamburger.close .hamburger_item {
    width: 120%;
  }
}
.header .hamburger.close .hamburger_item:nth-of-type(1) {
  transform: rotate(45deg) translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.header .hamburger.close .hamburger_item:nth-of-type(2) {
  opacity: 0;
}
.header .hamburger.close .hamburger_item:nth-of-type(3) {
  transform: rotate(-45deg) translate(-50%, 50%);
  bottom: 50%;
  left: 50%;
}
.header .nav {
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .header .nav {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .header .nav {
    position: fixed;
    height: 100vh;
    height: 100svh;
    width: 100%;
    background-color: var(--c-border-green);
    color: #fff;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0s linear 0.2s;
  }
}
@media screen and (max-width: 768px) {
  .header .nav.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.5s ease, visibility 0s linear 0s;
  }
}
@media screen and (max-width: 768px) {
  .header .nav.show .navList li {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .header .nav.show .navList li:nth-child(1) {
    transition-delay: 0s;
  }
  .header .nav.show .navList li:nth-child(2) {
    transition-delay: 0.08s;
  }
  .header .nav.show .navList li:nth-child(3) {
    transition-delay: 0.16s;
  }
  .header .nav.show .navList li:nth-child(4) {
    transition-delay: 0.24s;
  }
  .header .nav.show .navList li:nth-child(5) {
    transition-delay: 0.32s;
  }
  .header .nav.show .navList li:nth-child(6) {
    transition-delay: 0.4s;
  }
  .header .nav.show .navList li:nth-child(7) {
    transition-delay: 0.48s;
  }
}
@media screen and (max-width: 768px) {
  .header .nav .nav_scroll {
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow: auto;
  }
}
@media screen and (min-width: 769px) {
  .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) {
  .header .nav .nav_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
}
.header .nav .navList {
  display: flex;
}
@media screen and (min-width: 769px) {
  .header .nav .navList {
    gap: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .header .nav .navList {
    gap: 24px;
    margin-bottom: 70px;
    flex-direction: column;
  }
}
.header .nav .navList li.kara {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .nav .navList li {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
}
@media screen and (min-width: 769px) {
  .header .nav .navList li.is-current a,
  .header .nav .navList li.is-current .navList_en,
  .header .nav .navList li.is-current .navList_ja {
    color: var(--c-border-green);
  }
}
.header .nav .navList a {
  display: block;
}
.header .nav .navList a:active, .header .nav .navList a:focus {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header .nav .navList a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header .nav .navList .navList_en {
  display: block;
  font-optical-sizing: auto;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .header .nav .navList .navList_en {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .header .nav .navList .navList_en {
    font-size: 32px;
  }
}
.header .nav .navList .navList_ja {
  display: block;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 769px) {
  .header .nav .navList .navList_ja {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header .nav .navList .navList_ja {
    font-size: 12px;
    margin-top: 7px;
  }
}
.header .nav .linkList {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header .nav .linkList {
    gap: 10px;
  }
}
@media screen and (min-width: 769px) {
  .header .nav .linkList li {
    background-color: #000;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }
  .header .nav .linkList li:hover {
    background-color: #fff;
    box-shadow: 0 1px 3px #ddd;
  }
  .header .nav .linkList li:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(290deg) brightness(105%) contrast(0%);
  }
}
@media screen and (max-width: 768px) {
  .header .nav .linkList li:first-child {
    max-width: 50px;
    width: 100%;
  }
  .header .nav .linkList li:first-child a {
    padding: 15px 16px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
  }
  .header .nav .linkList li:first-child a img {
    width: 17px;
    margin: 0;
  }
  .header .nav .linkList li:last-child {
    max-width: 152px;
    width: 100%;
  }
  .header .nav .linkList li:last-child a {
    padding: 15px 20px;
    border: 1px solid #fff;
    border-radius: 40px;
    text-align: center;
  }
  .header .nav .linkList li:last-child a img {
    max-width: 114px;
    width: 100%;
    margin: 0;
    filter: none;
  }
}
.header .nav .linkList a {
  display: block;
}
@media screen and (max-width: 768px) {
  .header .nav .linkList a {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 769px) {
  .header .nav .linkList img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(290deg) brightness(105%) contrast(102%);
    width: 17px;
  }
}
@media screen and (max-width: 768px) {
  .header .nav .linkList img {
    filter: brightness(0) invert(1);
    width: 16px;
    margin-right: 12px;
  }
}
.header .nav .linkList span {
  display: block;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .header .nav .linkList span {
    font-size: 14px;
  }
}

/** FOOTER **/
@media screen and (min-width: 769px) {
  .footer {
    padding: 60px 0 45px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 55px 0 20px;
  }
}
.footer {
  background: var(--c-border-green);
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding-top: 80px;
  border-top: 2px solid #fff;
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg01.webp") center center/110% no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .footer::before {
    background: url("../images/sp_bg01.webp") center center/cover no-repeat;
  }
}
.footer .basein {
  position: relative;
  z-index: 1;
}
.footer .footerList {
  display: flex;
  justify-content: center;
  margin-top: -5px;
}
@media screen and (min-width: 769px) {
  .footer .footerList {
    gap: 0 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerList {
    gap: 0 15px;
    margin-bottom: 17px;
    flex-wrap: wrap;
  }
}
.footer .footerList li {
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 5px;
  color: var(--c-text1);
}
@media screen and (max-width: 768px) {
  .footer .footerList li {
    font-size: 23px;
  }
  .footer .footerList li:nth-child(n+5) {
    margin-top: 26px;
  }
}
@media screen and (min-width: 769px) {
  .footer .footerList li.kara {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerList li.kara {
    width: 100%;
    margin-top: 3px;
  }
}
.footer .footerList li a {
  z-index: 1;
  position: relative;
}
.footer .footerText {
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  padding: 20px 0 30px;
}
@media screen and (min-width: 769px) {
  .footer .footerText {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerText {
    margin-bottom: 52px;
    font-size: 12px;
  }
}
.footer .footerLogo {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .footer .footerLogo {
    width: 90px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerLogo {
    width: 121px;
    margin-bottom: 28px;
  }
}
.footer .footerLogo img {
  filter: brightness(0) invert(1);
}
.footer .copy small {
  text-align: center;
  display: block;
  line-height: 1.8;
  font-size: 10px;
  color: #fff;
}

/** ANIMATION **/
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* css */
@media screen and (min-width: 769px) {
  #news .passing {
    margin-bottom: -3px;
    line-height: 1;
  }
  #news .passing .passing-txt {
    line-height: normal;
  }
  #news .passing .passing-txt h2 i {
    line-height: normal;
    max-height: 80px;
  }
}
@media screen and (max-width: 768px) {
  #news .passing {
    margin-bottom: -9px;
    line-height: 1;
  }
}

.passing {
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .passing {
    margin-bottom: 25px;
  }
}

.passing .passing-box {
  display: block;
}

.passing .passing-bar {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 0, 0);
  height: var(--passing-h, auto);
  overflow: hidden;
}

.passing .passing-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  /* 任意の値 */
  background: var(--c-border-green);
}

#Goods .passing .passing-bar:before {
  background: var(--c-text1);
}

.passing .passing-txt {
  opacity: 0;
  /* 後ほど解説 */
  transform: translate3d(0, 0, 0);
  /* 任意の値 */
  font-size: 0;
  font-weight: bold;
  line-height: 1.75;
}

.passing.move .passing-bar:before {
  animation: passing-bar 1s ease 0s 1 normal forwards;
}

.passing.move .passing-txt {
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}/*# sourceMappingURL=style_common.css.map */