@charset "UTF-8";
/* $f-en: "Lato", Arial, Helvetica, sans-serif; */
/* $f-yug: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
  "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  $f-hrg: Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,
  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
/* $f-zom: "Zen Old Mincho", serif; */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}
a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

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

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

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

address {
  font-style: normal;
}

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

ul,
li,
ol,
li {
  list-style: none;
}

a,
form,
iframe {
  outline: 0;
  border: 0;
}

/*------------------------------------------
 VS用
------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: top;
}

a:link, a:visited {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

/* font style 親要素引継ぎ */
span {
  font-size: inherit;
  font-weight: inherit;
}

/* ------------------------------------------
 Primary Styles
------------------------------------------ */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
  line-height: 1.75;
  color: #000;
  letter-spacing: 0;
  background: #fff;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

body.fixed {
  position: fixed;
  width: 100%;
}

main {
  display: block;
  font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
  line-height: 1.75;
  word-break: break-all;
}

main p {
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

/* 電話リンク */
.sp-tel {
  display: inline-block;
}

@media (width >= 768px) {
  a[href^="tel:"], a.sp-tel[href^="tel:"] {
    pointer-events: none;
  }
}
.no-tel,
.no-tel * {
  text-decoration: none !important;
  pointer-events: none !important;
}

/* テキストリンク */
a.txtlink {
  color: #c4201c;
  text-decoration: underline;
  transition: all 0.2s ease;
}
a.txtlink:hover {
  text-decoration: none;
}

/* ------------------------------------------
 Common style
------------------------------------------ */
.txt-center,
.stxt-center {
  text-align: center;
}

.txt-right,
.stxt-right {
  text-align: right;
}

@media (width <= 480px) {
  .stxt-right,
  .stxt-center {
    text-align: left;
  }
}
.block {
  display: block;
}

.iblock {
  display: inline-block;
}

/* PC SP only ---------------------- */
@media (width >= 1401px) {
  .sp-only-xxl {
    display: none;
  }
}
@media (width <= 1400px) {
  .pc-only-xxl {
    display: none;
  }
}
@media (width >= 1281px) {
  .sp-only-xl {
    display: none;
  }
}
@media (width <= 1280px) {
  .pc-only-xl {
    display: none;
  }
}
@media (width >= 1025px) {
  .sp-only-ll {
    display: none;
  }
}
@media (width <= 1024px) {
  .pc-only-ll {
    display: none;
  }
}
@media (width >= 992px) {
  .sp-only-l {
    display: none;
  }
}
@media (width <= 991px) {
  .pc-only-l {
    display: none;
  }
}
@media (width >= 768px) {
  .sp-only {
    display: none;
  }
}
@media (width <= 767px) {
  .pc-only {
    display: none;
  }
}
@media (width >= 641px) {
  .sp-only-m {
    display: none;
  }
}
@media (width <= 640px) {
  .pc-only-m {
    display: none;
  }
}
@media (width >= 481px) {
  .sp-only-s {
    display: none;
  }
}
@media (width <= 480px) {
  .pc-only-s {
    display: none;
  }
}
/* flex ---------------------- */
.flex {
  display: flex;
  flex-wrap: wrap;
  /* 上下左右中央 */
  /* 上下中央横並び */
}
.flex.inline {
  display: inline-flex;
}
.flex.column {
  flex-direction: column;
}
.flex.between {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.flex.vc {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flex.vm {
  flex-direction: row;
  align-items: center;
}

/* layout ---------------------- */
.wrap,
.wrap-l,
.wrap-m,
.wrap-s,
.wrap-ss {
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
}

.wrap-l {
  max-width: 1500px;
}

.wrap-m {
  max-width: 1230px;
}

.wrap-s {
  max-width: 1050px;
}

.wrap-ss {
  max-width: 900px;
}

/* wrap padding-right 134px ------------------------- */
@media (width >= 1025px) {
  .wrap-pr {
    padding-right: 134px;
  }
  .wrap-pl {
    position: relative;
    padding-left: calc(253px - 5vw);
  }
}
/* object fit --------------------- */
.of-wrap {
  display: block;
  width: 100%;
  height: 100%;
}
.of-wrap img {
  width: 100%;
  height: 100%;
}
.of-wrap.of-1x1 {
  aspect-ratio: 1/1;
}
.of-wrap.of-2x1 {
  aspect-ratio: 2/1;
}
.of-wrap.of-3x2 {
  aspect-ratio: 3/2;
}
.of-wrap.of-3x1 {
  aspect-ratio: 3/1;
}
.of-wrap.of-4x3 {
  aspect-ratio: 4/3;
}
.of-wrap.of-5x2 {
  aspect-ratio: 5/2;
}
.of-wrap.of-15x7 {
  aspect-ratio: 15/7;
}
.of-wrap.of-16x9 {
  aspect-ratio: 16/9;
}
.of-wrap.of-cover img {
  object-fit: cover;
}
.of-wrap.of-contain img {
  object-fit: contain;
}

/* font STYLE --------------------- */
.f-en {
  font-family: "Josefin Slab", sans-serif;
  text-box-trim: trim-both;
  word-break: auto-phrase;
  line-height: 1;
  font-weight: 500;
}

.f-jfs {
  font-family: "Josefin Sans", sans-serif;
  text-box-trim: trim-both;
  word-break: auto-phrase;
  line-height: 1;
}

.f-jp {
  font-family: "Inter", sans-serif;
}

.f-yug {
  font-family: Arial, Helvetica, "sans-serif";
}

.f-hrg {
  font-family: "Josefin Sans", sans-serif;
}

.f-zom {
  font-family: Georgia, "Times New Roman", Times, "serif";
}

.f-wtw {
  font-family: "Winter Wind", sans-serif;
  word-break: auto-phrase;
  line-height: 1;
}

.f-vdlp {
  font-family: "Solitreo", cursive;
}

/* font weight */
.f-bold {
  font-weight: bold;
}

.f-normal {
  font-weight: normal;
}

.f-w100 {
  font-weight: 100;
}

.f-w200 {
  font-weight: 200;
}

.f-w300 {
  font-weight: 300;
}

.f-w350 {
  font-weight: 400;
}

.f-w400 {
  font-weight: normal;
  font-weight: 400;
}

.f-w500 {
  font-weight: 500;
}

.f-w600 {
  font-weight: 600;
}

.f-w700 {
  font-weight: bold;
}

.f-w900 {
  font-weight: 900;
}

/* font color */
.f-red {
  color: red;
}

.f-wht {
  color: #fff;
}

.f-blk {
  color: #000;
}

.f-yllw {
  color: #d8bb00;
}

/* line height */
.f-lh1 {
  line-height: 1;
}

.f-lh12 {
  line-height: 1.2;
}

.f-lh13 {
  line-height: 1.3;
}

.f-lh14 {
  line-height: 1.4;
}

.f-lh15 {
  line-height: 1.5;
}

.f-lh175 {
  line-height: 1.75;
}

.f-lh2 {
  line-height: 2;
}

.f-lh225 {
  line-height: 2.25;
}

.f-lh24 {
  line-height: 2.4;
}

.f-lh25 {
  line-height: 2.5;
}

.f-lh26 {
  line-height: 2.6;
}

.f-lh3 {
  line-height: 3;
}

/* font size */
.f-sz10 {
  font-size: 1rem;
}

.f-sz11 {
  font-size: 1.1rem;
}

.f-sz12 {
  font-size: 1.2rem;
}

.f-sz13 {
  font-size: 1.3rem;
}

.f-sz14 {
  font-size: 1.4rem;
}

.f-sz15 {
  font-size: clamp(1.4rem, 1.3328rem + 0.14vw, 1.5rem);
}

.f-sz16 {
  font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
}

.f-sz17 {
  font-size: clamp(1.6rem, 1.5328rem + 0.14vw, 1.7rem);
}

.f-sz18 {
  font-size: clamp(1.7rem, 1.6336rem + 0.14vw, 1.8rem);
}

.f-sz19 {
  font-size: clamp(1.75rem, 1.6496rem + 0.21vw, 1.9rem);
}

.f-sz20 {
  font-size: clamp(1.8rem, 1.6672rem + 0.28vw, 2rem);
}

.f-sz21 {
  font-size: clamp(1.85rem, 1.6832rem + 0.35vw, 2.1rem);
}

.f-sz22 {
  font-size: clamp(1.9rem, 1.7008rem + 0.42vw, 2.2rem);
}

.f-sz23 {
  font-size: clamp(1.95rem, 1.7168rem + 0.49vw, 2.3rem);
}

.f-sz24 {
  font-size: clamp(2rem, 1.7328rem + 0.56vw, 2.4rem);
}

.f-sz25 {
  font-size: clamp(2rem, 1.6672rem + 0.69vw, 2.5rem);
}

.f-sz26 {
  font-size: clamp(2.1rem, 1.7664rem + 0.69vw, 2.6rem);
}

.f-sz27 {
  font-size: clamp(2.1rem, 1.7008rem + 0.83vw, 2.7rem);
}

.f-sz28 {
  font-size: clamp(2.2rem, 1.8rem + 0.83vw, 2.8rem);
}

.f-sz29 {
  font-size: clamp(2.2rem, 1.7328rem + 0.97vw, 2.9rem);
}

.f-sz30 {
  font-size: clamp(2.3rem, 1.8336rem + 0.97vw, 3rem);
}

.f-sz31 {
  font-size: clamp(2.3rem, 1.7664rem + 1.11vw, 3.1rem);
}

.f-sz32 {
  font-size: clamp(2.4rem, 1.8672rem + 1.11vw, 3.2rem);
}

.f-sz33 {
  font-size: clamp(2.4rem, 1.8rem + 1.25vw, 3.3rem);
}

.f-sz34 {
  font-size: clamp(2.5rem, 1.9008rem + 1.25vw, 3.4rem);
}

.f-sz35 {
  font-size: clamp(2.5rem, 1.8336rem + 1.39vw, 3.5rem);
}

.f-sz36 {
  font-size: clamp(2.6rem, 1.9328rem + 1.39vw, 3.6rem);
}

.f-sz37 {
  font-size: clamp(2.6rem, 1.8672rem + 1.53vw, 3.7rem);
}

.f-sz38 {
  font-size: clamp(2.7rem, 1.9664rem + 1.53vw, 3.8rem);
}

.f-sz39 {
  font-size: clamp(2.7rem, 1.9008rem + 1.67vw, 3.9rem);
}

.f-sz40 {
  font-size: clamp(2.8rem, 2rem + 1.67vw, 4rem);
}

.f-sz41 {
  font-size: clamp(2.8rem, 1.9328rem + 1.81vw, 4.1rem);
}

.f-sz42 {
  font-size: clamp(2.9rem, 2.0336rem + 1.81vw, 4.2rem);
}

.f-sz43 {
  font-size: clamp(2.9rem, 1.9664rem + 1.94vw, 4.3rem);
}

.f-sz44 {
  font-size: clamp(3rem, 2.0672rem + 1.94vw, 4.4rem);
}

.f-sz45 {
  font-size: clamp(3rem, 2rem + 2.08vw, 4.5rem);
}

.f-sz46 {
  font-size: clamp(3.1rem, 2.1008rem + 2.08vw, 4.6rem);
}

.f-sz47 {
  font-size: clamp(3.1rem, 2.0336rem + 2.22vw, 4.7rem);
}

.f-sz48 {
  font-size: clamp(3.2rem, 2.1328rem + 2.22vw, 4.8rem);
}

.f-sz49 {
  font-size: clamp(3.2rem, 2.0672rem + 2.36vw, 4.9rem);
}

.f-sz50 {
  font-size: clamp(3.3rem, 2.1664rem + 2.36vw, 5rem);
}

.f-sz51 {
  font-size: clamp(3.3rem, 2.1008rem + 2.5vw, 5.1rem);
}

.f-sz52 {
  font-size: clamp(3.4rem, 2.2rem + 2.5vw, 5.2rem);
}

.f-sz53 {
  font-size: clamp(3.4rem, 2.1328rem + 2.64vw, 5.3rem);
}

.f-sz54 {
  font-size: clamp(3.5rem, 2.2336rem + 2.64vw, 5.4rem);
}

.f-sz55 {
  font-size: clamp(3.5rem, 2.1664rem + 2.78vw, 5.5rem);
}

.f-sz56 {
  font-size: clamp(3.6rem, 2.2672rem + 2.78vw, 5.6rem);
}

.f-sz57 {
  font-size: clamp(3.6rem, 2.2rem + 2.92vw, 5.7rem);
}

.f-sz58 {
  font-size: clamp(3.7rem, 2.3008rem + 2.92vw, 5.8rem);
}

.f-sz59 {
  font-size: clamp(3.7rem, 2.2336rem + 3.06vw, 5.9rem);
}

.f-sz60 {
  font-size: clamp(3.8rem, 2.3328rem + 3.06vw, 6rem);
}

.f-sz62 {
  font-size: clamp(3.8rem, 2.2rem + 3.33vw, 6.2rem);
}

.f-sz64 {
  font-size: clamp(3.9rem, 2.2336rem + 3.47vw, 6.4rem);
}

.f-sz66 {
  font-size: clamp(3.9rem, 2.1008rem + 3.75vw, 6.6rem);
}

.f-sz68 {
  font-size: clamp(4rem, 2.1328rem + 3.89vw, 6.8rem);
}

.f-sz70 {
  font-size: clamp(4.2rem, 2.3328rem + 3.89vw, 7rem);
}

.f-sz72 {
  font-size: clamp(4.4rem, 2.5328rem + 3.89vw, 7.2rem);
}

.f-sz75 {
  font-size: clamp(4.5rem, 2.5658rem + 4.115vw, 7.5rem);
}

.f-sz76 {
  font-size: clamp(4.6rem, 2.6rem + 4.17vw, 7.6rem);
}

.f-sz78 {
  font-size: clamp(4.7rem, 2.6336rem + 4.305vw, 7.8rem);
}

.f-sz80 {
  font-size: clamp(4.8rem, 2.6672rem + 4.44vw, 8rem);
}

.f-sz83 {
  font-size: clamp(4.565rem, 2.075664rem + 5.1875vw, 8.3rem);
}

.f-sz85 {
  font-size: clamp(5rem, 2.6672rem + 4.86vw, 8.5rem);
}

.f-sz90 {
  font-size: clamp(5rem, 2.3328rem + 5.56vw, 9rem);
}

.f-sz95 {
  font-size: clamp(5.5rem, 2.8336rem + 5.56vw, 9.5rem);
}

.f-sz100 {
  font-size: clamp(5.5rem, 2.5008rem + 6.25vw, 10rem);
}

.f-sz110 {
  font-size: clamp(5.5rem, 2.5008rem + 7.64vw, 11rem);
}

.f-sz120 {
  font-size: clamp(5.5rem, 2.5008rem + 7.5vw, 12rem);
}

.f-sz130 {
  font-size: clamp(5.5rem, 2.5008rem + 8.125vw, 13rem);
}

.f-sz135 {
  font-size: clamp(5.5rem, 2.5008rem + 8.28125vw, 13.5rem);
}

.f-sz140 {
  font-size: clamp(5.5rem, 2.5008rem + 8.4375vw, 14rem);
}

.f-sz180 {
  font-size: clamp(5.5rem, 2.5008rem + 11.25vw, 18rem);
}

/* padding margin --------------------- */
.pt340 {
  padding-top: clamp(24.2rem, 17.6672rem + 13.62vw, 34rem);
}

.pt330 {
  padding-top: clamp(24rem, 18rem + 12.51vw, 33rem);
}

.pt200 {
  padding-top: clamp(14rem, 10rem + 8.33vw, 20rem);
}

.pt190 {
  padding-top: clamp(13.3rem, 9.5008rem + 7.92vw, 19rem);
}

.pt180 {
  padding-top: clamp(12.6rem, 9rem + 7.5vw, 18rem);
}

.pt170 {
  padding-top: clamp(12.1rem, 8.8336rem + 6.81vw, 17rem);
}

.pt160 {
  padding-top: clamp(11.2rem, 8rem + 6.67vw, 16rem);
}

.pt150 {
  padding-top: clamp(10.5rem, 7.5008rem + 6.25vw, 15rem);
}

.pt140 {
  padding-top: clamp(9.8rem, 7rem + 5.83vw, 14rem);
}

.pt130 {
  padding-top: clamp(9.1rem, 6.5008rem + 5.42vw, 13rem);
}

.pt120 {
  padding-top: clamp(8.55rem, 6.2496rem + 4.79vw, 12rem);
}

.pt110 {
  padding-top: clamp(8rem, 6rem + 4.17vw, 11rem);
}

.pt100 {
  padding-top: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);
}

.pt90 {
  padding-top: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);
}

.pt80 {
  padding-top: clamp(6rem, 4.6672rem + 2.78vw, 8rem);
}

.pt70 {
  padding-top: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);
}

.pt65 {
  padding-top: clamp(4.875rem, 3.7925rem + 2.253vw, 6.5rem);
}

.pt60 {
  padding-top: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);
}

.pt50 {
  padding-top: clamp(3.75rem, 2.9168rem + 1.74vw, 5rem);
}

.pt45 {
  padding-top: clamp(3.375rem, 2.6244rem + 1.56375vw, 4.5rem);
}

.pt40 {
  padding-top: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
}

.pt30 {
  padding-top: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);
}

.pt20 {
  padding-top: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);
}

.pt15 {
  padding-top: 15px;
}

.pt10 {
  padding-top: 10px;
}

.pt5 {
  padding-top: 5px;
}

.pt2 {
  padding-top: 2px;
}

.pb330 {
  padding-bottom: clamp(24rem, 18rem + 12.51vw, 33rem);
}

.pb290 {
  padding-bottom: clamp(21.75rem, 16.91744rem + 10.063vw, 29rem);
}

.pb270 {
  padding-bottom: clamp(20.25rem, 15.7488rem + 9.36vw, 27rem);
}

.pb260 {
  padding-bottom: clamp(18.2rem, 13rem + 10.829vw, 26rem);
}

.pb240 {
  padding-bottom: clamp(16.8rem, 12.4992rem + 10vw, 24rem);
}

.pb220 {
  padding-bottom: clamp(16rem, 12rem + 8.34vw, 22rem);
}

.pb200 {
  padding-bottom: clamp(14rem, 10rem + 8.33vw, 20rem);
}

.pb190 {
  padding-bottom: clamp(13.3rem, 9.5008rem + 7.92vw, 19rem);
}

.pb180 {
  padding-bottom: clamp(12.6rem, 9rem + 7.5vw, 18rem);
}

.pb170 {
  padding-bottom: clamp(12.1rem, 8.8336rem + 6.81vw, 17rem);
}

.pb160 {
  padding-bottom: clamp(11.2rem, 8rem + 6.67vw, 16rem);
}

.pb150 {
  padding-bottom: clamp(10.5rem, 7.5008rem + 6.25vw, 15rem);
}

.pb140 {
  padding-bottom: clamp(9.8rem, 7rem + 5.83vw, 14rem);
}

.pb130 {
  padding-bottom: clamp(9.1rem, 6.5008rem + 5.42vw, 13rem);
}

.pb120 {
  padding-bottom: clamp(8.4rem, 6.2496rem + 5vw, 12rem);
}

.pb110 {
  padding-bottom: clamp(8rem, 6rem + 4.17vw, 11rem);
}

.pb100 {
  padding-bottom: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);
}

.pb90 {
  padding-bottom: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);
}

.pb85 {
  padding-bottom: clamp(6.375rem, 4.9589rem + 2.87375vw, 8.5rem);
}

.pb80 {
  padding-bottom: clamp(6rem, 4.6672rem + 2.78vw, 8rem);
}

.pb70 {
  padding-bottom: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);
}

.pb65 {
  padding-bottom: clamp(4.8735rem, 3.7914rem + 2.25264vw, 6.5rem);
}

.pb60 {
  padding-bottom: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);
}

.pb55 {
  padding-bottom: clamp(4.125rem, 3.2088rem + 1.91vw, 5.5rem);
}

.pb50 {
  padding-bottom: clamp(3.75rem, 2.9168rem + 1.74vw, 5rem);
}

.pb40 {
  padding-bottom: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
}

.pb30 {
  padding-bottom: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);
}

.pb25 {
  padding-bottom: clamp(1.875rem, 1.458rem + 0.8625vw, 2.5rem);
}

.pb20 {
  padding-bottom: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);
}

.pb15 {
  padding-bottom: 15px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb5 {
  padding-bottom: 5px;
}

.mb200 {
  margin-bottom: clamp(14rem, 10rem + 8.33vw, 20rem);
}

.mb190 {
  margin-bottom: clamp(13.3rem, 9.5008rem + 7.92vw, 19rem);
}

.mb180 {
  margin-bottom: clamp(12.6rem, 9rem + 7.5vw, 18rem);
}

.mb170 {
  margin-bottom: clamp(12.1rem, 8.8336rem + 6.81vw, 17rem);
}

.mb160 {
  margin-bottom: clamp(11.2rem, 8rem + 6.67vw, 16rem);
}

.mb150 {
  margin-bottom: clamp(10.5rem, 7.5008rem + 6.25vw, 15rem);
}

.mb140 {
  margin-bottom: clamp(9.8rem, 7rem + 5.83vw, 14rem);
}

.mb130 {
  margin-bottom: clamp(9.1rem, 6.5008rem + 5.42vw, 13rem);
}

.mb120 {
  margin-bottom: clamp(8.4rem, 6.2496rem + 5vw, 12rem);
}

.mb110 {
  margin-bottom: clamp(8rem, 6rem + 4.17vw, 11rem);
}

.mb100 {
  margin-bottom: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);
}

.mb90 {
  margin-bottom: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);
}

.mb80 {
  margin-bottom: clamp(6rem, 4.6672rem + 2.78vw, 8rem);
}

.mb70 {
  margin-bottom: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);
}

.mb60 {
  margin-bottom: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);
}

.mb50 {
  margin-bottom: clamp(3.75rem, 2.9168rem + 1.74vw, 5rem);
}

.mb40 {
  margin-bottom: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
}

.mb30 {
  margin-bottom: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);
}

.mb20 {
  margin-bottom: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mt40 {
  margin-top: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
}

.mt30 {
  margin-top: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);
}

.mt20 {
  margin-top: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);
}

.mt15 {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

.mt5 {
  margin-top: 5px;
}

/* letter spacing --------------------- */
.f-ls-028 {
  letter-spacing: -0.28rem;
}

.f-ls-0028 {
  letter-spacing: -0.028rem;
}

.f-ls0 {
  letter-spacing: 0;
}

.f-ls0028 {
  letter-spacing: 0.015rem;
}

.f-ls0033 {
  letter-spacing: 0.015rem;
}

.f-ls0035 {
  letter-spacing: 0.035rem;
}

.f-ls005 {
  letter-spacing: 0.05rem;
}

.f-ls006 {
  letter-spacing: 0.07rem;
}

.f-ls0075 {
  letter-spacing: 0.07rem;
}

.f-ls008 {
  letter-spacing: 0.07rem;
}

.f-ls009 {
  letter-spacing: 0.07rem;
}

.f-ls011 {
  letter-spacing: 0.11rem;
}

.f-ls0113 {
  letter-spacing: 0.113rem;
}

.f-ls012 {
  letter-spacing: 0.07rem;
}

.f-ls0127 {
  letter-spacing: 0.07rem;
}

.f-ls0135 {
  letter-spacing: 0.07rem;
}

.f-ls015 {
  letter-spacing: 0.07rem;
}

.f-ls016 {
  letter-spacing: 0.07rem;
}

.f-ls0165 {
  letter-spacing: 0.07rem;
}

.f-ls018 {
  letter-spacing: 0.07rem;
}

.f-ls02 {
  letter-spacing: 0.07rem;
}

.f-ls021 {
  letter-spacing: 0.07rem;
}

.f-ls0216 {
  letter-spacing: 0.216rem;
}

.f-ls0218 {
  letter-spacing: 0.218rem;
}

.f-ls0225 {
  letter-spacing: 0.225rem;
}

.f-ls027 {
  letter-spacing: 0.27rem;
}

.f-ls028 {
  letter-spacing: 0.28rem;
}

.f-ls03 {
  letter-spacing: 0.07rem;
}

.f-ls0315 {
  letter-spacing: 0.07rem;
}

.f-ls0325 {
  letter-spacing: 0.325rem;
}

.f-ls0338 {
  letter-spacing: 0.338rem;
}

.f-ls0375 {
  letter-spacing: 0.375rem;
}

.f-ls045 {
  letter-spacing: 0.45rem;
}

.f-ls052 {
  letter-spacing: 0.52rem;
}

.f-ls06 {
  letter-spacing: 0.6rem;
}

.f-ls072 {
  letter-spacing: 0.72rem;
}

.f-ls0975 {
  letter-spacing: 0.975rem;
}

.f-ls15 {
  letter-spacing: 0.07rem;
}

.f-ls35 {
  letter-spacing: 3.5rem;
}

/* ------------------------------------------
hover style
------------------------------------------ */
.hover-tra {
  transition: opacity 0.28s ease;
}

@media (width >= 768px) {
  .hover-tra:hover {
    opacity: 0.7;
  }
}
/* iOS タップバグ回避
========================= */
@media screen and (width <= 640px) {
  .button a {
    pointer-events: none;
  }
  a:hover::after,
  a:active::after,
  a:focus::after a::after {
    display: none;
  }
}
/*------------------------------------------
 .site-header
------------------------------------------*/
.site-header {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
  width: 134px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background-color: white;
  z-index: 1000;
  transition: all ease 0.28s;
}
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.149);
}
.site-header.fixed-header {
  background-color: rgba(255, 255, 255, 0.8);
}
.site-header.fixed-header::before {
  background-color: rgba(0, 0, 0, 0.1192);
}

/* header-logo ------------------------- */
.site-header .header-logo {
  width: 100%;
  text-align: center;
  padding: 2.96vh 10px 0;
}
.site-header .header-logo a {
  display: inline-block;
  max-width: 92px;
}
.site-header .header-logo .mark {
  width: 34px;
  display: inline-block;
  margin-bottom: 15px;
}
.site-header .header-logo .en-txt-logo {
  width: 92px;
  display: block;
}
.site-header .header-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  /* ロゴのサイズ指定 */
}
.site-header .header-info {
  width: 100%;
  height: calc(100vh - 134px - 60px);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 2.78vh;
  padding: 0 0 2.78vh;
  flex: 1;
}
.site-header .description {
  font-size: 1.35rem;
  letter-spacing: 0.2rem;
  font-family: Georgia, "Times New Roman", Times, "serif";
  line-height: 1.4;
  font-weight: 400;
  display: flex;
  justify-content: center;
  color: #000;
  writing-mode: vertical-rl;
  overflow: hidden;
  white-space: nowrap;
  min-height: 7.8rem;
  /* min-width: calc(1.3rem * 6); */
  height: 66%;
  /* transform: rotate(90deg);
  transform-origin: top center; */
}
.site-header .description .desc1 {
  display: flex;
  overflow: hidden;
  justify-content: end;
}
.site-header .lang-hamb {
  display: contents;
}
.site-header .lang-nav {
  flex-flow: column nowrap;
}
.site-header .lang-nav::before {
  content: "";
  display: block;
  background-image: url("../img/common/icon-global.svg");
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.site-header .lang-nav .lang {
  writing-mode: vertical-rl;
  margin-right: 2px;
}
.site-header .sns-links {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.site-header .sns-links > .sns-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  aspect-ratio: 134/60;
}
.site-header .sns-links > .sns-icon a {
  display: inline-block;
  width: 50%;
}
.site-header .sns-links::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #e4e4e4;
  margin-right: 10px;
}

.customer-nav {
  width: 100%;
  height: 134px;
}
.customer-nav a {
  background-color: #000;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  padding: 10px;
  transition: all ease 0.28s;
}
.customer-nav a .key {
  position: relative;
  display: flex;
  align-items: center;
  width: 25px;
  height: 16px;
}
.customer-nav a .key::before {
  content: "";
  background-image: url("../img/common/icon-key.svg");
  background-size: contain;
  width: 20px;
  height: 9px;
  display: block;
  z-index: 1;
}
.customer-nav a .key::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #333;
}
.customer-nav a .jp {
  line-height: 1.2;
  margin: 20px 0 10px;
  text-align: center;
  font-size: clamp(1.4rem, 1.3328rem + 0.14vw, 1.5rem);
  letter-spacing: 0.08rem;
}
.customer-nav a .en {
  opacity: 0.52;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  font-family: "Josefin Sans", sans-serif;
  text-box-trim: trim-both;
  word-break: auto-phrase;
  line-height: 1;
}
.customer-nav a:hover {
  background-color: #000;
}

.lang-nav {
  align-items: center;
  justify-content: center;
}
.lang-nav::before {
  content: "";
  display: block;
  background-image: url("../img/common/icon-global.svg");
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
}
.lang-nav .lang {
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  display: block;
}
.lang-nav .lang a,
.lang-nav .lang span {
  display: inline-block;
}
.lang-nav .lang a:hover {
  color: #c4201c;
}

@media (max-height: 820px) {
  .site-header .description .desc2 {
    display: none;
  }
}
@media (max-height: 710px) {
  .site-header .description .desc3 {
    display: none;
  }
}
@media (min-width: 1025px) and (max-height: 600px) {
  .site-header {
    min-height: 360px;
  }
  .site-header .header-logo img {
    height: 80%;
    width: 80%;
  }
  .site-header .lang-nav::before {
    margin-bottom: 1vh;
  }
  .site-header .lang-nav .lang {
    writing-mode: initial;
  }
  .site-header .sns-links {
    display: none;
  }
  .customer-nav {
    height: auto;
  }
  .customer-nav a .jp {
    margin: 1vh 0;
  }
}
/* header-nav ------------------------- */
.site-header {
  /* gnav */
}
.site-header .header-nav {
  display: block;
  position: absolute;
  top: 0;
  right: calc(100vh + 20px);
}
.site-header #gnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: auto;
  /*animation-name: fix-h;
      animation-duration: 0.28s;
      animation-timing-function: ease-out;*/
}
.site-header .menulist {
  display: flex;
  gap: 10px;
  /*hover時*/
}
.site-header .menulist > li {
  position: relative;
  /*hover*/
}
.site-header .menulist > li > a {
  display: block;
  white-space: nowrap;
  line-height: 100vh;
  /*メニューの高さ*/
  padding: 0 15px;
  position: relative;
  transition: all 0.28s ease;
}
.site-header .menulist > li > a::before {
  content: "";
  width: 2px;
  height: calc(50% - 20px);
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  transition: all 0.28s ease;
}
.site-header .menulist > li > a:hover::before {
  transform: translateX(-50%) scaleY(1);
}
.site-header .menulist > li.active > a::before {
  transform: translateX(-50%) scaleY(1);
}
.site-header .menulist > li.has-submenu {
  cursor: pointer;
  /*hover*/
}
.site-header .menulist > li.has-submenu > span {
  display: block;
  white-space: nowrap;
  line-height: 100vh;
  /*メニューの高さ*/
  padding: 0 10px;
}
.site-header .menulist > li.has-submenu:hover, .site-header .menulist > li.has-submenu.touch.active {
  transform: translateX(-50%) scaleY(1);
}

/* header-contact */
/*.header-contact {
    a {
        display: inline-block;
        background-color: #999;
        padding: 10px 20px;
        border-radius: 999999px;
        color: #fff;
        white-space: nowrap;
    }

}*/
/* header-tel */
/*.header-tel {
    a {
        display: inline-block;
        background-color: #999;
        padding: 10px 20px;
        border-radius: 999999px;
        color: #fff;
        white-space: nowrap;
    }
}*/
@keyframes fix-h {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@media (max-width: 1280px) {
  .site-header .header-nav {
    right: 100px;
  }
  .site-header .menulist > li > a {
    line-height: 80px;
  }
  .site-header .menulist > li.has-submenu > span {
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .site-header .header-nav {
    right: 90px;
  }
  .site-header .menulist > li > a {
    line-height: 70px;
  }
  .site-header .menulist > li.has-submenu > span {
    line-height: 70px;
  }
}
/*---------------------------------------------
 sp-menu hamburger-menu
---------------------------------------------*/
/*メニューの線の太さ*/
.sp-header {
  z-index: 9999;
  width: 100%;
  text-align: center;
}

.hamburger-menu.menu-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.28s;
  max-width: 60px;
  height: 36px;
  width: 100%;
}
.hamburger-menu.menu-button .sp-btn-inner {
  width: 90%;
  max-width: 60px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all ease 0.28s;
}
.hamburger-menu.menu-button.active .sp-btn-inner {
  top: 50%;
  transform: translate(-50%, -50%);
}
.hamburger-menu.menu-button .lines {
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
}
.hamburger-menu.menu-button .lines:first-child {
  top: 0;
}
.hamburger-menu.menu-button .lines:nth-child(2) {
  top: calc(100% - 1px);
}
.hamburger-menu.menu-button .menu-txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  line-height: 1;
  opacity: 1;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  text-box-trim: trim-both;
  word-break: auto-phrase;
  line-height: 1;
}
.hamburger-menu.menu-button.active .menu-txt {
  opacity: 0;
  transition-delay: 0.2s;
  transition-timing-function: ease;
}

/*---------------------------------------------
 spnav
---------------------------------------------*/
.spnav {
  width: 100%;
  height: 100dvh;
  position: fixed;
  z-index: 999;
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  /*上から
    bottom: 101%;
    right: 0; 
    left: 0;*/
  /*左から
    top: 0;
    bottom: 0;
    right: 101%;*/
  /*右から*/
  top: 0;
  bottom: 0;
  left: 101%;
  /*下から
    top: 101%;
    right: 0; 
    left: 0;*/
}
.spnav.hide-nav {
  opacity: 0;
  visibility: hidden;
}
.spnav.show-nav {
  pointer-events: auto;
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
  /*上から
    bottom: 0;*/
  /*左から
    right: 0;*/
  /*右から*/
  left: 0;
  /*下から
    top: 0;*/
}

.wrap-spnav {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 2;
  overflow: auto;
  /*padding-top: $header-h-s;上部にロゴがある場合*/
  /*menuが画面幅より小さい場合*/
  /*width: 300px;
    position: absolute;
    right: 0;*/
}
.wrap-spnav .inner-spnav {
  position: relative;
  z-index: 2;
  display: flex;
  width: 85%;
  max-width: 860px;
  margin: auto;
  /*height: calc(100dvh - $header-h-s);上部にロゴがある場合*/
  height: 100dvh;
  box-sizing: border-box;
  /*overflow: auto;*/
  padding-top: 110px;
}
.wrap-spnav nav {
  width: 100%;
}
.wrap-spnav nav > *:last-child {
  padding-bottom: 100px;
}
.wrap-spnav .menulist {
  column-count: 2;
  gap: 40px;
}
.wrap-spnav .menulist li {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.wrap-spnav .menulist li > span,
.wrap-spnav .menulist li a {
  display: block;
  color: #000;
  padding: 20px 0 20px 20px;
  position: relative;
  transition: opacity 0.28s ease;
  line-height: 1.2;
}
.wrap-spnav .menulist li > span::before,
.wrap-spnav .menulist li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #c4201c;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 3px;
  transition: all 0.28s ease;
  transform: scale(0), translateY(-50%);
}
.wrap-spnav .menulist li > span:hover::before,
.wrap-spnav .menulist li a:hover::before {
  transform: scale(1), translateY(-50%);
  opacity: 1;
}
.wrap-spnav .menulist li .submenu {
  display: none;
}
.wrap-spnav .menulist li.en-txt a .en {
  display: block;
  padding-top: 1.3%;
}
.wrap-spnav .menulist li.en-txt a .jp {
  display: block;
  font-size: 35%;
  padding-top: 3px;
}
.wrap-spnav .menulist li .sub {
  padding: 0 0 20px;
}
.wrap-spnav .menulist li .sub li {
  display: block;
}
.wrap-spnav .menulist li .sub a {
  color: #656565;
  font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
  padding: 10px 0 10px 20px;
  white-space: nowrap;
}
.wrap-spnav .menulist::after {
  content: "";
  display: inline-block;
}
.wrap-spnav .sp-contact {
  gap: 20px;
  flex-wrap: wrap;
}
.wrap-spnav .sp-contact .btn {
  flex: 1;
}
.wrap-spnav .sp-contact .btn .btn-cont > *,
.wrap-spnav .sp-contact .btn .btn-txt > * {
  display: block;
}
.wrap-spnav .sp-contact .btn .btn-txt {
  line-height: 1.2;
  text-align: center;
}
.wrap-spnav .customer-nav {
  height: auto;
}
.wrap-spnav .customer-nav a {
  padding: 29px;
  flex-flow: row;
  align-items: center;
  height: auto;
  gap: 25px;
  justify-content: flex-start;
}
.wrap-spnav .customer-nav a .jp {
  margin: 0;
  font-size: clamp(1.7rem, 1.6336rem + 0.14vw, 1.8rem);
}
.wrap-spnav .customer-nav a .en {
  padding-top: 3px;
}
.wrap-spnav .company-name {
  width: 214px;
  margin-right: auto;
  margin-left: auto;
}
.wrap-spnav .sp-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.wrap-spnav .sp-sns .sns-ttl {
  padding-top: 3px;
}
.wrap-spnav .sp-sns .sns-list {
  gap: 10px;
  justify-content: center;
}
.wrap-spnav .sp-sns .sns-item a {
  aspect-ratio: 1/1;
  width: 40px;
  display: block;
  transition: all 0.28s ease;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 1280px) {
  .site-header .header-nav {
    right: 100px;
  }
  .site-header .menulist > li > a {
    line-height: 80px;
  }
  .site-header .menulist > li.has-submenu > span {
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .site-header .header-nav {
    right: 90px;
  }
  .site-header .menulist > li > a {
    line-height: 70px;
  }
  .site-header .menulist > li.has-submenu > span {
    line-height: 70px;
  }
}
@media (max-width: 640px) {
  .wrap-spnav .menulist {
    column-count: 1;
  }
  .wrap-spnav .sp-contact .btn {
    flex: none;
  }
}
.spnav .spnav-mask {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.spnav.show-nav .spnav-mask {
  display: block;
}

/*---------------------------------------------
  PCメニュー切り替え
  ---------------------------------------------*/
@media (max-width: 1280px) {
  /* ロゴに掛かる前のタイミング */
  .site-header .header-nav {
    display: none;
  }
}
.inpage main {
  position: relative;
  /* padding-top: calc($header-h-l - 60px); */
}

/*---------------------------------------------*/
/* SP 切替 */
/*---------------------------------------------*/
@media (max-width: 1024px) {
  .site-header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: initial;
    height: 80px;
    left: 0;
    padding: 0 0 0 20px;
    transition: initial;
  }
  .site-header::before {
    display: none;
  }
  .site-header.fixed-header {
    background-color: #fff;
  }
  .site-header .header-logo {
    width: initial;
    text-align: center;
    padding: 0;
    position: relative;
    top: -3px;
  }
  .site-header .header-logo img {
    max-width: initial;
    max-height: 49px;
  }
  .site-header .header-logo a {
    display: flex;
    max-width: initial;
    align-items: flex-end;
    gap: 0.65rem;
  }
  .site-header .header-logo .mark {
    /* width: 3.356rem; */
    width: 2.4rem;
    margin-bottom: 0;
  }
  .site-header .header-logo .en-txt-logo {
    display: inline-flex;
    /* width: 14.5rem; */
    width: 17rem;
    align-items: center;
  }
  .site-header .hamburger-menu.menu-button {
    max-width: 45px;
    height: 31px;
    margin-top: 5px;
  }
  .site-header .hamburger-menu.menu-button .sp-btn-inner {
    width: 100%;
  }
  .site-header .header-info {
    display: contents;
  }
  .site-header .sns-links {
    display: none;
  }
  .site-header .description {
    display: none;
  }
  .site-header .lang-hamb {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  .site-header .lang-nav {
    flex-flow: row nowrap;
    gap: 0.5rem;
    padding-left: 2rem;
  }
  .site-header .lang-nav::before {
    content: "";
    display: block;
    background-image: url("../img/common/icon-global.svg");
    width: 23px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
  .site-header .lang-nav .lang {
    writing-mode: initial;
    display: block;
    margin-right: 0;
    padding-top: 4px;
    white-space: nowrap;
  }
  .site-header .lang-nav .lang a {
    display: inline-block;
  }
  .site-header > .customer-nav {
    display: none;
  }
  .sp-header {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 2rem;
  }
}
@media (max-width: 640px) {
  .wrap-spnav .menulist .sub {
    display: flex;
    flex-wrap: wrap;
  }
  .wrap-spnav .menulist .sub li {
    width: 50%;
  }
  .wrap-spnav .menulist .sub li a {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
}
@media (max-width: 480px) {
  .site-header .header-logo .mark {
    width: 2.15rem;
  }
  .site-header .header-logo .en-txt-logo {
    width: 16.5rem;
  }
  .site-header .lang-hamb {
    gap: 1vw;
  }
  .site-header .lang-nav {
    padding-left: 1.5rem;
  }
  .site-header .lang-nav::before {
    display: none;
  }
  .wrap-spnav .customer-nav a {
    padding: 29px 25px;
  }
  .wrap-spnav .customer-nav a .jp {
    font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
  }
}
@media (max-width: 400px) {
  .wrap-spnav .menulist .sub {
    display: block;
  }
  .wrap-spnav .menulist .sub li {
    width: 100%;
  }
  .wrap-spnav .customer-nav a {
    justify-content: flex-start;
  }
}
@media (max-width: 380px) {
  .site-header {
    padding-left: 15px;
  }
}
/*------------------------------------------
 pagettl
------------------------------------------*/
.pagettl {
  overflow: hidden;
  width: 100%;
  /* height: calc(100vh - 60px); */
}
.pagettl .pagettl-wrap {
  flex-direction: column;
  position: relative;
}
.pagettl .pagettl-wrap .pagettl-en {
  color: #000;
  display: inline-block;
  width: fit-content;
  font-feature-settings: "palt";
  font-size: clamp(5.5rem, 2.5008rem + 8.4375vw, 14rem);
  font-weight: 500;
  font-family: "Josefin Slab", sans-serif;
  text-box-trim: trim-both;
  word-break: auto-phrase;
  line-height: 1;
}
.pagettl .pagettl-wrap .pagettl-en .letter {
  opacity: 0;
  visibility: hidden;
}
.pagettl .pagettl-wrap .pagettl-jp {
  color: #000;
  letter-spacing: 0.11rem;
  font-size: clamp(2.3rem, 1.8336rem + 0.97vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .pagettl .pagettl-wrap > span {
    width: 100%;
  }
  .pagettl .pagettl-wrap .pagettl-line::before {
    left: 0;
  }
}
.topic-path {
  font-family: "Josefin Sans", sans-serif;
  text-box-trim: trim-both;
  word-break: auto-phrase;
  line-height: 1;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1em;
}
.topic-path li {
  display: flex;
  align-items: center;
}
.topic-path li a,
.topic-path li span {
  letter-spacing: 0.0325rem;
  font-size: 1.3rem;
  padding-top: 2px;
}
.topic-path li a {
  color: #c4201c;
}
.topic-path li::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000;
  margin: 0 20px;
}
.topic-path li:last-child::after {
  display: none;
}

@media (max-width: 767px) {
  .topic-path li::after {
    width: 15px;
    margin: 0 15px;
  }
}
@media (max-width: 480px) {
  #privacy .pagettl .pagettl-wrap .pagettl-jp {
    font-size: 8.5vw;
  }
}
/*------------------------------------------
sec-ttl
------------------------------------------*/
.sec-ttl > span {
  position: relative;
  line-height: 1;
}
.sec-ttl .sharp {
  color: rgba(0, 0, 0, 0.5);
  padding-left: 0;
  padding-right: 0;
  display: block;
}

@media (max-width: 480px) {
  .sec-ttl .sharp.pb50,
  .sec-ttl .sharp.pb60 {
    padding-bottom: 15px;
  }
}
/*------------------------------------------
sticky-menu-style
------------------------------------------*/
.pagenav {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateX(-100%);
}
.pagenav ul {
  display: inline-block;
  margin-left: auto;
  padding-left: 5.8rem;
}
.pagenav ul li a {
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  line-height: 3;
  display: block;
  position: relative;
}
.pagenav ul li a::before {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background-color: #c4201c;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(0, -50%) scale(1);
  opacity: 0;
  transition: all ease 0.28s;
}
.pagenav ul li a:hover, .pagenav ul li a.current {
  font-weight: 500;
}
.pagenav ul li a:hover::before, .pagenav ul li a.current::before {
  opacity: 1;
  transform: translate(0, -50%) scale(6);
}

@media (max-width: 1024px) {
  .pagenav {
    display: none;
  }
}
/*------------------------------------------
layout-style
------------------------------------------*/
/* 右余白無し */
.wrap.box-ml-auto {
  width: 95%;
  margin-left: auto;
  margin-right: 0;
}

/* 左余白無し */
.wrap.box-mr-auto {
  width: 95%;
  margin-right: auto;
  margin-left: 0;
}

@media (max-width: 767px) {
  .wrap.box-ml-auto.sp-mr-auto {
    width: 90%;
    margin-right: 5%;
  }
}
/*.lo-style-1col-1 ---------------*/
.lo-style-1col-1 .txt-area .txt-cont {
  max-width: 900px;
  margin: 0 auto;
}

/*.lo-style-1col-2 ---------------*/
.lo-style-1col-2 {
  min-height: 300px;
  position: relative;
  overflow: hidden;
}
.lo-style-1col-2 .img-area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lo-style-1col-2 .img-area::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.lo-style-1col-2 .txt-area {
  position: relative;
  text-align: center;
  z-index: 1;
  color: #fff;
}
.lo-style-1col-2 .txt-area .ttl-cont * {
  color: #fff;
}
.lo-style-1col-2 .txt-area .ttl-cont *::before, .lo-style-1col-2 .txt-area .ttl-cont *::after {
  background-color: #fff;
}
.lo-style-1col-2 .txt-area .txt-cont {
  text-align: left;
}

/*.lo-style-2col-1---------------*/
/* 画像左、テキスト右 */
.lo-style-2col-1 .cont-inr {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(40px, 5vw, 100px);
  align-items: center;
}
.lo-style-2col-1 .img-area {
  flex: 1;
}
.lo-style-2col-1 .txt-area {
  flex: 1;
  padding: 30px 0;
}

@media (min-width: 992px) {
  /* lo-style-2col-1 逆：画像右、テキスト左 */
  .lo-style-2col-1.ti .txt-area {
    order: -1;
  }
}
@media (max-width: 991px) {
  .lo-style-2col-1 .img-area {
    flex: none;
    width: 100%;
  }
  .lo-style-2col-1 .txt-area {
    flex: none;
    width: 100%;
    padding: 0;
  }
}
/*.lo-style-2col-2---------------*/
.lo-style-2col-2 .cont-inr {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin-left: 0;
  gap: clamp(40px, 5vw, 100px);
  align-items: center;
}
.lo-style-2col-2 .img-area {
  flex: 1;
}
.lo-style-2col-2 .img-area .img-wrap {
  aspect-ratio: 3/2;
}
.lo-style-2col-2 .txt-area {
  flex: 1;
  padding: 30px 0;
}

@media (max-width: 991px) {
  .lo-style-2col-2 .img-area {
    flex: none;
    width: 100%;
  }
  .lo-style-2col-2 .txt-area {
    flex: none;
    width: 100%;
    /* padding: 0 0 0 5%; */
  }
}
/*.lo-style-2col-3---------------*/
.lo-style-2col-3 .cont-inr {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(40px, 5vw, 100px);
}
.lo-style-2col-3 .img-area {
  width: 100%;
  height: 100%;
}
.lo-style-2col-3 .txt-area {
  padding-right: 5vw;
}

@media (max-width: 767px) {
  .lo-style-2col-3 .cont-inr {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(40px, 5vw, 100px);
  }
  .lo-style-2col-3 .img-area {
    width: 100%;
    aspect-ratio: 3/2;
  }
  .lo-style-2col-3 .txt-area {
    padding-top: 30px;
    padding-left: 5vw;
  }
}
/*.lo-style-3col-1---------------*/
.lo-style-3col-1 .item-wrap {
  gap: clamp(30px, 4vw, 60px);
  counter-reset: number 0;
}
.lo-style-3col-1 .item-wrap .cont-item {
  flex: 1;
}
.lo-style-3col-1 .item-wrap .cont-item .txt-area {
  padding-top: 30px;
  position: relative;
}
.lo-style-3col-1 .item-wrap .cont-item .txt-area::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  font-family: "Josefin Slab", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1;
  color: #203fc1;
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .lo-style-3col-1 .item-wrap .cont-item {
    flex: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .lo-style-3col-1 .item-wrap .cont-item .img-area {
    width: 40%;
  }
  .lo-style-3col-1 .item-wrap .cont-item .txt-area {
    flex: 1;
  }
  .lo-style-3col-1 .item-wrap .cont-item .txt-area::before {
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  .lo-style-3col-1 .item-wrap .cont-item .txt-area .stxt-center {
    text-align: left;
  }
}
/*.lo-style-3col-2---------------*/
.lo-style-3col-2 .item-wrap {
  counter-reset: number 0;
  gap: clamp(30px, 4vw, 60px);
}
.lo-style-3col-2 .item-wrap .cont-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.lo-style-3col-2 .item-wrap .cont-item .img-area {
  width: 40%;
}
.lo-style-3col-2 .item-wrap .cont-item .txt-area {
  flex: 1;
}
.lo-style-3col-2 .item-wrap .cont-item .txt-area::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  font-family: "Josefin Slab", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1;
  color: #203fc1;
  display: block;
  padding-bottom: 15px;
}

/* txt-privacy */
.txt-privacy h4 {
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}
.txt-privacy p {
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

/*------------------------------------------
btn共通
------------------------------------------*/
.btnarea {
  display: flex;
  gap: 20px;
}
.btnarea.btn-center {
  justify-content: center;
}
.btnarea.btn-right {
  justify-content: flex-end;
}

@media (max-width: 480px) {
  .btnarea {
    gap: 10px;
  }
}
/* btn ----------------- */
.btn,
.ban {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: all ease 0.28s;
}

/* ボタン内容 */
.btn-cont,
.ban-cont {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1.4;
  height: 100%;
  justify-content: space-between;
}
.btn-cont .btn-cont,
.ban-cont .btn-cont {
  column-gap: 26px;
}
.btn-cont.center,
.ban-cont.center {
  justify-content: center;
}
.btn-cont.right,
.ban-cont.right {
  justify-content: flex-end;
}

/* option ----------------- */
/* ボタンの幅 */
.btnW-ss {
  width: 160px;
}

.btnW-s {
  max-width: 230px;
}

.btnW-m {
  max-width: 367px;
}

.btnW-l {
  max-width: 520px;
}

@media (max-width: 480px) {
  .btnW-s,
  .btnW-m,
  .btnW-l {
    max-width: none;
  }
}
/* ボタンの高さ */
.btnH-ss {
  min-height: 46px;
}

.btnH-s {
  min-height: 28px;
}

.btnH-m {
  min-height: 80px;
}

.btnH-l {
  min-height: 100px;
}

/* btn-style ----------------- */
/* btn-style01 */
.btn.btn-style01 {
  background-color: #c4201c;
  color: #fff;
  transform: opacity 0.28s ease;
  padding: 1.15em;
}

/* btn-style03 */
.btn.btn-style03 {
  color: #000;
  transform: opacity 0.28s ease;
  font-family: "Josefin Slab", sans-serif;
  display: inline-block;
  padding-right: 126px;
  width: initial;
  overflow: initial;
  font-size: clamp(2.1rem, 1.7664rem + 0.69vw, 2.6rem);
  white-space: nowrap;
}

.btn.btn-style02 {
  background-color: #c4201c;
  color: #fff;
  transform: opacity 0.28s ease;
}

/* ban-style03 */
.ban-style03 {
  background-color: #fff;
  color: #000;
  transform: opacity 0.28s ease;
  display: block;
  position: relative;
  /* .btn-cont, */
}
.ban-style03 .num {
  position: absolute;
  top: 22px;
  left: 17px;
  font-size: 11px;
  font-family: "Josefin Sans", sans-serif;
  color: #c4201c;
}
.ban-style03 .num::after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  transform: rotate(-45deg);
  margin-left: -4px;
}
.ban-style03 .ban-cont {
  padding: clamp(6.375rem, 4.9584rem + 2.95vw, 8.5rem) 4.24vw;
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1.4;
  height: 100%;
}
.ban-style03 .ban-cont.center {
  justify-content: center;
}
.ban-style03 .ban-cont.right {
  justify-content: flex-end;
}
.ban-style03 .ban-cont small,
.ban-style03 .ban-cont strong {
  display: block;
  line-height: 1.2;
}

/*ボタン付1--------------------------*/
.move-arrow {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.move-arrow::before,
.move-arrow::after {
  content: "";
  position: absolute;
  display: inline-block;
}

.btn .icon.right .move-arrow,
.ban .icon.right .move-arrow {
  width: 16px;
  height: 16px;
}
.btn .icon.right .move-arrow::after,
.ban .icon.right .move-arrow::after {
  height: 8px;
  width: 8px;
  background: url(../img/common/icon-arrow.svg) no-repeat center;
  background-size: 8px auto;
}
.btn .icon.right .move-arrow::after,
.ban .icon.right .move-arrow::after {
  transform: translate3d(50%, 50%, 0);
}
.btn.icon-left .btn-cont, .btn.icon-left .ban-cont,
.ban.icon-left .btn-cont,
.ban.icon-left .ban-cont {
  padding-left: 68px;
}
.btn .icon.left,
.ban .icon.left {
  position: absolute;
  left: 35px;
}
.btn .icon.right.i-exlink,
.ban .icon.right.i-exlink {
  right: 30px;
}
.btn:hover .icon.right .move-arrow::after,
.ban:hover .icon.right .move-arrow::after {
  animation: move-righttop-anim 0.65s ease 0s 1 forwards;
}

@keyframes move-righttop-anim {
  0% {
    transform: translate3d(50%, 50%, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(200%, -100%, 0);
    opacity: 0;
  }
  50.1% {
    transform: translate3d(-100%, 200%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(50%, 50%, 0);
    opacity: 1;
  }
}
/*ボタン付2--------------------------*/
.arrow03 .icon.right .move-arrow {
  width: 32px;
  height: 32px;
}

.arrow03 .icon.right .move-arrow::after {
  width: 16px;
  height: 16px;
  background: initial;
  /* mask-image: url("../img/common/icon-arrow.svg"); */
  mask-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%20272.7%20272.7%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23fff%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M29%2C20.5c0-5.4%2C2.2-10.6%2C6-14.5S44%2C0%2C49.4%2C0h202.7C257.5%2C0%2C262.7%2C2.2%2C266.6%2C6c3.9%2C3.8%2C6%2C9%2C6%2C14.5v202.7c0%2C5.4-2.3%2C10.5-6.1%2C14.2s-9%2C5.9-14.4%2C5.9-10.5-2.1-14.4-5.9c-3.8-3.8-6-8.9-6.1-14.3V69.9L35%2C266.7c-3.8%2C3.8-9%2C6-14.5%2C6s-10.6-2.2-14.5-6-6-9.1-6-14.5%2C2.2-10.6%2C6-14.5L202.7%2C41H49.4c-5.4%2C0-10.6-2.2-14.5-6s-6-9-6-14.5h0Z%22%2F%3E%3C%2Fsvg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #c4201c;
  display: block;
}

.arrow03 .icon.right .move-arrow::after {
  transform: translate3d(50%, 50%, 0);
}

.arrow03:hover .icon.right .move-arrow::after {
  animation: move-righttop-anim 0.65s ease 0s 1 forwards;
}

@media (max-width: 400px) {
  .btn .icon.right {
    right: 25px;
  }
}
/* @media (min-width: 768px) {
  .btn.btn-style01:hover,
  .btn.btn-style03:hover,
  .btn.btn-style02:hover {
    opacity: 0.75;
  }
} */
/* @media (max-width: 767px) {
  .btn.btn-style03 {
    .btn-cont {
      padding: 52px 64px;
    }
  }
} */
/* btn-arrow02  */
.btn-arrow02 .btn-cont.round {
  align-items: center;
  column-gap: initial;
}
.btn-arrow02 .btn-cont.round .btn-txt {
  line-height: 1;
  padding-top: 3.3%;
  white-space: nowrap;
  transition: all ease 0.28s;
}
.btn-arrow02 .btn-cont.round::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #c4201c;
  transform: scale(0);
  transition: all ease 0.28s;
  opacity: 0;
}
.btn-arrow02 .btn-cont.round.arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg) scale(0.5);
  opacity: 0;
  transition: all ease 0.28s;
}

.arrow02 {
  width: 100px;
  height: 100%;
  position: absolute;
  top: -20%;
  right: 0;
  transition: opacity ease 0.25s, visibility ease 0.25s, right ease 0.25s;
}

@media (min-width: 768px) {
  .btn-arrow02:hover .arrow02 {
    right: -20px;
    opacity: 0;
    visibility: hidden;
  }
  .btn-arrow02:hover .btn-cont.round::before {
    transform: scale(1);
    opacity: 1;
  }
  .btn-arrow02:hover .btn-cont.round.arrow::after {
    transform: translate(0, -50%) rotate(45deg) scale(1);
    opacity: 1;
  }
  .btn-arrow02:hover .btn-cont.round .btn-txt {
    transform: translateX(18px);
  }
}
.btn.btn-exit01 {
  color: #000;
  border: 1px solid #000;
  border-radius: 9999px;
}
.btn.btn-exit01 .btn-cont {
  justify-content: center;
  padding-right: 5px;
}
.btn.btn-exit01 .btn-cont .icon.i-exit01 {
  display: block;
  width: 11px;
  height: 10.27px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.btn.btn-exit01 .btn-cont .icon.i-exit01::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mask-image: url("../img/brands/icon-blank.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #000;
}

@media (min-width: 768px) {
  .btn.btn-exit01:hover {
    color: #fff;
    background-color: #000;
  }
  .btn.btn-exit01:hover .btn-cont .icon.i-exit01::after {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .btn-arrow02 .btn-cont.round::before {
    content: none;
  }
}
/* .btn-cookie */
.btn-cookie {
  background: #000;
  color: #fff;
  padding: 10px 20px;
}

/*------------------------------------------
table共通
------------------------------------------*/
/*項目幅*/
/*線色*/
.dl-list .list-item {
  display: flex;
  flex-wrap: wrap;
}
.dl-list .list-item dt,
.dl-list .list-item dd {
  position: relative;
}
.dl-list .list-item dt {
  width: 150px;
}
.dl-list .list-item dd {
  flex: 1;
}

/*line-style03*/
.line-style03 .list-item dt {
  padding: 30px 0;
}
.line-style03 .list-item dd {
  padding: 30px;
}
.line-style03 .list-item dt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.line-style03 .list-item dd::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .line-style03 .list-item dt {
    width: 100%;
    padding: 20px 0 5px;
  }
  .line-style03 .list-item dd {
    width: 100%;
    padding: 5px 0 20px;
  }
  .line-style03 .list-item dd:last-child::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    background-color: #000;
  }
  .line-style03 .list-item dt:before {
    bottom: auto;
    top: -1px;
    width: 100px;
  }
  .line-style03 .list-item:first-child dt::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: auto;
    top: -1px;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: -1;
  }
}
/*------------------------------------------
snsアイコン
------------------------------------------*/
.sns-icon {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sns-icon.i-x {
  background-image: url(../img/common/i-x.svg);
}

.sns-icon.i-instagram {
  background-image: url(../img/common/i-instagram.svg);
}

.sns-icon.i-line {
  background-image: url(../img/common/i-line.svg);
}

.sns-icon.i-youtube {
  background-image: url(../img/common/i-youtube.svg);
}

.sns-icon.i-facebook {
  background-image: url(../img/common/i-facebook.svg);
}

/*------------------------------------------
共通アニメーション
------------------------------------------*/
/* parallax */
.js-parallax {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.js-parallax img {
  width: 100%;
  height: auto;
  min-height: 120%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* fade in ----------------------------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  /*transition : 800ms;*/
}

/* fadein-parts */
.fadein-parts {
  opacity: 0;
  transform: translateY(30px);
}

/* show order ----------------------------------------*/
#showOrder01 .order-box {
  transform: translateX(-10%);
  opacity: 0;
  transition: 100ms;
}

.wysiwyg img {
  max-width: 100%;
  width: inherit;
  height: auto !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wysiwyg h2, .wysiwyg h3, .wysiwyg h4 {
  font-weight: 600;
}
.wysiwyg h3:nth-child(n+2) {
  padding-top: 30px;
}
.wysiwyg p, .wysiwyg ul, .wysiwyg ol {
  margin-bottom: 20px;
}
.wysiwyg p:nth-last-child(1) {
  margin-bottom: 0;
}
.wysiwyg b, .wysiwyg strong {
  font-weight: bold;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg a {
  color: #c4201c;
  text-decoration: underline;
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg ul {
  list-style-type: disc;
  padding-left: 30px;
}
.wysiwyg ol {
  list-style-type: decimal;
  padding-left: 30px;
}
.wysiwyg li {
  list-style-type: inherit;
}
.wysiwyg sup {
  vertical-align: super;
  font-size: smaller;
}
.wysiwyg sub {
  vertical-align: sub;
  font-size: smaller;
}
.wysiwyg blockquote {
  background-color: #efefef;
}
.wysiwyg table {
  border-collapse: collapse;
}
.wysiwyg th, .wysiwyg td {
  border: solid 1px #efefef;
}
.wysiwyg video {
  width: 100%;
  height: auto;
  max-height: 90vh;
  background-color: #f0f0f0;
}
.wysiwyg .player {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.wysiwyg .player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 480px) {
  .wysiwyg p, .wysiwyg ul, .wysiwyg ol {
    margin-bottom: 15px;
  }
}
.pager {
  overflow: hidden;
  /*リンクがない時*/
  /*nav-backlist*/
  /*i*/
}
.pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  column-gap: 1px;
}
.pager ul li {
  line-height: 0;
}
.pager .nav-current {
  text-align: center;
  padding: 0 40px;
  position: relative;
}
.pager .nav-current::before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 0.5px);
  right: 100%;
  width: 100vw;
  border-top: 1px solid #000;
}
.pager .btn-box {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: relative;
}
.pager .nav-pre > span i,
.pager .nav-next > span i {
  background: #dadbde;
}
.pager .nav-backlist a {
  display: flex;
  width: fit-content;
  gap: 10px;
  text-align: left;
  line-height: 60px;
}
.pager i {
  display: block;
  width: 100%;
  height: 100%;
  background: #dadbde;
}
.pager i:hover {
  background-color: #000;
}
.pager a:hover i {
  background-color: #000;
}
.pager .nav-next a i {
  background-color: #000;
}
.pager .nav-next a i::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pager .nav-pre a i {
  background-color: #000;
}
.pager .nav-pre a i::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.pager .nav-pre i::before,
.pager .nav-backlist i::before,
.pager .nav-next i::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
}
.pager .nav-pre i:before,
.pager .nav-backlist i:before {
  left: 55%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: translate(-55%, -50%) rotate(-45deg);
}
.pager .nav-next i:before {
  left: 45%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-45%, -50%) rotate(45deg);
}
.pager .nav-pre a:hover i:before,
.pager .nav-backlist a:hover i:before {
  animation: move-left-anim 0.65s ease 0s 1 forwards;
  border-color: #fff;
}
.pager .nav-next a:hover i:before {
  animation: move-right-anim 0.65s ease 0s 1 forwards;
  border-color: #fff;
}

/* Slick Navi */
.slick-arrow:not(.slick-disabled) {
  cursor: pointer;
}
.slick-arrow:not(.slick-disabled) > span i {
  background: #000;
}
.slick-arrow:not(.slick-disabled) > span i::before {
  border-color: #fff;
}
.slick-arrow:not(.slick-disabled) > span:hover.arrow-next i::before {
  animation: move-right-anim 0.65s ease 0s 1 forwards;
}
.slick-arrow:not(.slick-disabled) > span:hover.arrow-prev i::before {
  animation: move-left-anim 0.65s ease 0s 1 forwards;
}

@keyframes move-left-anim {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 1;
  }
  50% {
    transform: translate(-100%, -50%) rotate(-45deg);
    opacity: 0;
  }
  50.1% {
    transform: translate(0%, -50%) rotate(-45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 1;
  }
}
@keyframes move-right-anim {
  0% {
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 1;
  }
  50% {
    transform: translate(0%, -50%) rotate(45deg);
    opacity: 0;
  }
  50.1% {
    transform: translate(-100%, -50%) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 1;
  }
}
/*------------------------------------------
 .sec-contact
------------------------------------------*/
.sec-contact a {
  display: block;
  background-color: rgba(255, 255, 255, 0);
  color: #000;
  transition: all ease-in-out 0.56s;
}
.sec-contact a .contact-inr {
  justify-content: center;
  gap: 30px;
  text-align: center;
  display: flex;
}
.sec-contact a .contact-inr .txt-area .ttl-cont .ttl {
  display: inline-flex;
  gap: 2rem;
  align-items: center;
  white-space: nowrap;
  /*ボタン付3--------------------------*/
}
.sec-contact a .contact-inr .txt-area .ttl-cont .ttl .cont {
  display: block;
  line-height: 0.8;
  padding-top: 2%;
}
.sec-contact a .contact-inr .txt-area .ttl-cont .ttl .arrow04 .icon.right .move-arrow {
  display: block;
  width: clamp(6rem, 4.1344rem + 3.88vw, 8.8rem);
  aspect-ratio: 1/1;
}
.sec-contact a .contact-inr .txt-area .ttl-cont .ttl .arrow04 .icon.right .move-arrow::after {
  background: initial;
  mask-repeat: no-repeat;
  mask-size: contain;
  display: block;
  height: clamp(3rem, 2.0672rem + 1.94vw, 4.4rem);
  width: clamp(3rem, 2.0672rem + 1.94vw, 4.4rem);
  mask-image: url("../img/contact/icon-arrow.svg");
  background-color: #000;
  transition: all ease 0.28s;
  transform: translate3d(50%, 50%, 0);
}
.sec-contact a .contact-inr .txt-area .txt {
  line-height: 1.8;
}
.sec-contact a:hover {
  background-color: #000;
  color: #fff;
}
.sec-contact a:hover .contact-inr .txt-area .ttl-cont h2 .arrow04 .icon.right .move-arrow::after {
  background-color: #fff;
}
.sec-contact a:hover .contact-inr .txt-area .ttl-cont h2 .arrow04 .icon.right .move-arrow::after {
  animation: move-righttop-anim 0.65s ease 0s 1 forwards;
}

@media (max-width: 991px) {
  .sec-contact a {
    padding-top: 7.5rem;
    padding-top: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);
    padding-bottom: 7.5rem;
    padding-bottom: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);
  }
}
@media (max-width: 767px) {
  .sec-contact .contact-inr .btnarea {
    max-width: none;
  }
}
/*------------------------------------------
 footer
------------------------------------------*/
.site-footer {
  position: relative;
  /*簡易 サイトマップ */
  /* サイトマップ */
  /* 会社情報 */
  /* >Google Mapを見る */
  /* SNSアイコン */
}
.site-footer .footer-content {
  overflow: hidden;
  position: relative;
}
.site-footer .footer-content .sliding {
  position: absolute;
  left: 0;
  bottom: -1.06vw;
  flex-wrap: nowrap;
  animation: slide 24s linear infinite;
  gap: 8vw;
}
.site-footer .footer-content .sliding::before, .site-footer .footer-content .sliding::after {
  content: "";
  display: block;
  background-image: url("../img/common/f-logo_en.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 90.79vw;
  aspect-ratio: 749/65;
  flex-shrink: 0;
  min-width: 886.6px;
}
.site-footer::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 275/141;
  background: linear-gradient(#fff, #ececec);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.site-footer .wrap .inside {
  position: relative;
  gap: 2rem;
}
.site-footer .wrap .inside .left-side {
  flex: 2;
}
.site-footer .wrap .inside .copyright {
  width: 100%;
  flex: 1;
  text-align: right;
  white-space: nowrap;
}
.site-footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  align-items: center;
}
.site-footer .footer-nav > li a {
  font-size: 1.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  white-space: nowrap;
  padding: 4px;
}
.site-footer .footer-nav > li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.site-footer .footer-nav > li.parent {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.site-footer .footer-nav > li.child a {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #656565;
}
.site-footer .footer-sitemap .sitemap-row {
  display: flex;
  gap: 20px;
}
.site-footer .footer-sitemap .fbox-list {
  width: auto;
}
.site-footer .footer-sitemap .flist-ttl {
  display: block;
}
.site-footer .footer-sitemap .submenu {
  padding-left: 1em;
}
.site-footer .footer-sitemap .submenu li a {
  display: block;
}
.site-footer .footer-sitemap .submenu li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.site-footer .f-info {
  gap: 2rem clamp(3.15rem, 2.44944rem + 1.4595vw, 4.2rem);
  align-items: flex-end;
}
.site-footer .f-info .fbox-cname > * {
  display: block;
}
.site-footer .f-info .fbox-cname .flogo-img {
  width: 200px;
  height: auto;
}
.site-footer .f-info .lang-nav {
  flex-wrap: nowrap;
  column-gap: 10px;
}
.site-footer .f-info .lang-nav .lang {
  white-space: nowrap;
  padding-top: 2px;
}
.site-footer .f-info .footer-sns {
  display: contents;
}
.site-footer .f-info .sns-ttl {
  display: none;
}
.site-footer .f-info .sns-links {
  flex-wrap: nowrap;
  width: 120px;
  align-items: center;
  position: relative;
  top: 2px;
}
.site-footer .f-info .sns-links > .sns-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  aspect-ratio: 134/60;
}
.site-footer .f-info .sns-links > .sns-icon a {
  display: inline-block;
  width: 50%;
}
.site-footer .f-info .sns-links::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #e4e4e4;
  margin-right: 10px;
}
.site-footer .to-gmap a {
  padding: 5px 5px 5px 20px;
  background-color: #fff;
  border-radius: 100px;
  position: relative;
  transition: all 0.28s ease;
}
.site-footer .to-gmap a:hover {
  opacity: 0.7;
}
.site-footer .to-gmap a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%) rotate(45deg);
}
.site-footer .f-SNS {
  display: flex;
}
.site-footer .f-SNS .sns-icon {
  /*display: table-cell;
        vertical-align: middle;*/
}
.site-footer .f-SNS .sns-icon a {
  display: block;
  padding: 5px;
  line-height: 1;
  width: 50px;
  transition: all 0.28s ease;
}
.site-footer .f-SNS .sns-icon a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.site-footer .f-SNS .sns-icon img {
  width: 20px;
  height: 20px;
}
.site-footer .copyright .middle-xs {
  align-items: center;
  gap: 5px;
}

@media (max-width: 1024px) {
  .site-footer .footer-sitemap {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-content {
    padding-bottom: 12.5rem;
  }
  .site-footer .wrap .inside .left-side {
    width: 100%;
    flex: initial;
    text-align: center;
    justify-content: center;
  }
  .site-footer .f-info {
    justify-content: center;
    flex-flow: column;
    align-items: center;
  }
  .site-footer .f-info .fbox-cname {
    width: 100%;
    text-align: center;
  }
  .site-footer .f-info .fbox-cname .flogo-img {
    margin: auto;
  }
  .site-footer .f-info .sns-ttl {
    display: block;
    padding-top: 3px;
  }
  .site-footer .f-info .footer-sns {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .site-footer .f-info .sns-links {
    width: auto;
    column-gap: 10px;
  }
  .site-footer .f-info .sns-links::before {
    display: none;
  }
  .site-footer .f-info .sns-links > .sns-icon {
    aspect-ratio: 1/1;
    width: 40px;
  }
  .site-footer .f-info .sns-links > .sns-icon a {
    aspect-ratio: 1/1;
    width: 40px;
    display: block;
    transition: all 0.28s ease;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .site-footer .wrap .inside {
    justify-content: center;
    row-gap: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);
  }
  .site-footer .wrap .inside .copyright {
    text-align: center;
  }
  .site-footer .footer-nav {
    column-count: 2;
    margin-left: auto;
    margin-right: auto;
    column-gap: 0;
    padding-bottom: 6.75rem;
    padding-bottom: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);
    row-gap: 20px;
  }
  .site-footer .footer-nav li {
    width: 50%;
    order: initial;
    display: inline-block;
  }
  .site-footer .footer-nav::after {
    display: none;
  }
}
@media (max-width: 480px) {
  .sec-contact a .contact-inr .txt-area .ttl-cont .ttl {
    gap: 1px;
  }
  .sec-contact a .contact-inr .txt-area .ttl-cont .ttl .cont {
    font-size: clamp(4.2rem, 2.3328rem + 3.89vw, 7rem);
  }
  .sec-contact a .contact-inr .txt-area .ttl-cont .ttl .arrow04 .icon.right .move-arrow {
    width: 53px;
  }
  .sec-contact a .contact-inr .txt-area .ttl-cont .ttl .arrow04 .icon.right .move-arrow::after {
    width: 26px;
    height: 26px;
  }
  .sec-contact a .contact-inr .txt-area .txt {
    width: 83%;
    margin: auto;
  }
  .site-footer .f-info .fbox-cname {
    width: 180px;
  }
  .site-footer .f-info .fbox-cname .flogo-img {
    width: 100%;
  }
}
/*------------------------------------------
 .toTop
------------------------------------------*/
#toTop {
  position: fixed;
  width: 50px;
  height: 194px;
  bottom: 0;
  right: 134px;
  cursor: pointer;
  display: none;
  z-index: 999;
  text-align: center;
  animation: toTop-animation 0.3s ease forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all ease 0.3s;
  mix-blend-mode: difference;
}

#toTop .line {
  position: relative;
  display: block;
  top: 0;
  right: 12px;
  width: 40px;
  height: 70px;
  overflow: hidden;
}

#toTop .line::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 1px;
  height: 60px;
  background: #fff;
  transition: background-color 0.3s ease-out;
  animation-name: line-repetition;
  animation-duration: 2.5s;
  animation-timing-function: cubic-bezier(0.37, 0.16, 0.12, 1);
  animation-iteration-count: infinite;
}

#toTop > span {
  bottom: 50px;
  left: 0;
  line-height: 1;
  display: block;
  position: absolute;
  transform-origin: top;
  transform: rotate(90deg);
}

#toTop > span::before {
  font-family: "Josefin Slab", sans-serif;
  color: #fff;
  letter-spacing: 0.001em;
  content: "PAGE TOP";
  font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
  white-space: nowrap;
  font-weight: 700;
}

#toTop:hover {
  bottom: 20px;
}

@keyframes line-repetition {
  0% {
    height: 0%;
    top: 100%;
  }
  50% {
    height: 100%;
    top: 0;
  }
  100% {
    height: 0%;
    top: 0;
  }
}
@keyframes toTop-animation {
  from {
    opacity: 0;
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes toTop-animation {
  from {
    opacity: 0;
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  #toTop {
    right: 0;
  }
}
/*------------------------------------------
 brands 共通
------------------------------------------*/
.brands-info {
  position: relative;
}
.brands-info .cat-txt {
  color: #878787;
}
.brands-info .sub-cont {
  color: #888;
}
.brands-info .sub-cont .sub-ttl::after {
  content: "/";
  padding: 0 5px;
}
.brands-info .sub-cont .sub-txt {
  flex: 1;
}

/*------------------------------------------
 brands 一覧
------------------------------------------*/
.sec-brands {
  position: relative;
  z-index: 1;
}
.sec-brands .brand-type {
  border-bottom: 1px solid #000;
}
.sec-brands .brand-type .inner {
  align-items: center;
  justify-content: space-between;
  gap: 2rem 1rem;
}
.sec-brands .brand-type .left {
  align-items: center;
  flex: 1;
  row-gap: 1rem;
}
.sec-brands .brand-type .en-ttl {
  margin-right: min(30px, 2vw);
  padding-top: 6px;
}
.sec-brands .brand-type .cat-list {
  display: flex;
  justify-content: flex-start;
  gap: 1rem 1vw;
  overflow-y: hidden;
}
.sec-brands .brand-type .cat-list .cat-item {
  text-align: center;
}
.sec-brands .brand-type .cat-list .cat-item .cat-ttl {
  display: block;
  padding: 3px 20px;
  white-space: nowrap;
  transition: all ease 0.28s;
  letter-spacing: 0.01em;
}
.sec-brands .brand-type .cat-list .cat-item span {
  background-color: #000;
  color: #fff;
}
.sec-brands .brand-type .cat-list .cat-item a {
  color: #fff;
  background-color: #bcbcbc;
}
.sec-brands .brand-type .cat-list .cat-item a:hover {
  background-color: #000;
  color: #fff;
}
.sec-brands .brand-type .desc {
  text-align: right;
}
.sec-brands .brands-wrap {
  background-color: #f3f4f7;
}
.sec-brands .box-list {
  gap: 0 3.7vw;
}
.sec-brands .box-list .sbox-item {
  width: calc((100% - 14.8vw) / 5);
}
.sec-brands .box-list .sbox-item .img-area {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.sec-brands .box-list .sbox-item .img-area::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  --x-gradient: linear-gradient(90deg,
      #000 0 10px,
      transparent 0 calc(100% - 10px),
      #000 calc(100% - 10px));
  --y-gradient: linear-gradient(#000 0 10px,
      transparent 0 calc(100% - 10px),
      #000 calc(100% - 10px));
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: top, right, bottom, left;
  z-index: 1;
}
.sec-brands .box-list .sbox-item .img-area.noimg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/no-img.svg) no-repeat center center;
  background-size: 45% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.sec-brands .box-list .sbox-item .img-area img {
  transition: transform 0.28s ease;
  padding: clamp(2.7rem, 2.10048rem + 1.248vw, 3.6rem);
}
.sec-brands .box-list .sbox-item .txt-area {
  padding: 20px 0 0;
}
.sec-brands .box-list .sbox-item .txt-area .ttl-txt-en {
  display: block;
  line-height: 1.5;
  word-break: break-word;
}
.sec-brands .box-list .sbox-item .txt-area .ttl-txt {
  line-height: 1.5;
  display: block;
  padding-top: 8px;
}
.sec-brands .box-list .sbox-item .link-details {
  position: relative;
  text-align: right;
  padding-left: min(60px, 8vw);
  display: flex;
  margin-left: auto;
  width: fit-content;
  justify-content: flex-end;
  margin-top: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);
}
.sec-brands .box-list .sbox-item .link-details::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: min(50px, 7vw);
  height: 1px;
  background-color: #c4201c;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all ease 0.28s;
}
.sec-brands .box-list .sbox-item .link-details:hover::before {
  width: min(25px, 3.5vw);
  left: min(25px, 3.5vw);
}

@media (min-width: 768px) {
  #sec-brands .cat-list .cat-item a:hover {
    opacity: 0.75;
  }
  #sec-brands .sbox-item a:hover .img-area img {
    transform: scale(1.05);
  }
  #sec-brands .sbox-item a:hover .img-area::before {
    opacity: 1;
  }
  #sec-brands .sbox-item a:hover .img-area::after {
    opacity: 1;
  }
}
@media (max-width: 1634px) {
  #sec-brands .box-list .sbox-item {
    width: calc((100% - 11.11vw) / 4);
  }
}
@media (max-width: 1250px) {
  .sec-brands .brand-type .inner .desc {
    display: none;
  }
}
@media (max-width: 1200px) {
  #sec-brands .box-list .sbox-item {
    width: calc((100% - 7.4vw) / 3);
  }
}
@media (max-width: 767px) {
  .sec-brands .brand-type .en-ttl {
    display: block;
    width: 100%;
  }
  .sec-brands .brand-type .en-ttl .diagonal-line {
    display: none;
  }
  #sec-brands .box-list .sbox-item {
    width: calc((100% - 3.7vw) / 2);
  }
  #sec-brands .brand-type .desc {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .sec-brands .brand-type .cat-list {
    width: 100%;
    gap: 1vw;
  }
  .sec-brands .brand-type .cat-list .cat-item {
    letter-spacing: 0;
    flex: 1;
    font-size: min(1.4rem, 7vw);
  }
  .sec-brands .brand-type .cat-list .cat-item .cat-ttl {
    padding: 3px 10px;
  }
  .sec-brands .box-list .sbox-item .img-area img {
    padding: 8px;
  }
  .sec-brands .box-list .sbox-item .txt-area .ttl-txt-en {
    font-size: 1.65rem;
  }
}
@media (max-width: 374px) {
  .sec-brands .brand-type .cat-list {
    flex-wrap: wrap;
  }
  .sec-brands .brand-type .cat-list .cat-item {
    width: 100%;
  }
}
/*------------------------------------------
 brands 詳細 (sec-branddetail)
------------------------------------------*/
.horizontal-scroll .img {
  display: flex;
  height: 100%;
  padding-right: 134px;
}
.horizontal-scroll .img .swiper-slide {
  width: auto;
}
.horizontal-scroll .img img {
  width: auto;
  height: 100%;
  pointer-events: none;
}

.sec-branddetail .brand-info {
  position: relative;
  overflow-x: hidden;
  overflow-y: clip;
}
.sec-branddetail .brand-info .img-area {
  height: 100vh;
  max-height: 850px;
  width: max-content;
  margin-left: 500px;
}
.sec-branddetail .brand-info .ttl-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 500px;
  width: 100%;
  height: 100vh;
  max-height: 850px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec-branddetail .brand-info .ttl-box .ttl-area {
  margin-inline: min(83px, (100vw - 134px) * 0.05);
}
.sec-branddetail .brand-info .ttl-box .ttl-area .en-name {
  word-break: break-word;
}
.sec-branddetail .brand-info .ttl-box .brand-title {
  width: 100%;
}
.sec-branddetail .brand-info .ttl-box .brand-title .logo-area {
  width: 60%;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
.sec-branddetail .brand-info .ttl-box .brand-title .logo-area.nologo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-branddetail .brand-info .ttl-box .brand-title .logo-area.nologo img {
  width: 40%;
  opacity: 0.2;
}
.sec-branddetail .brand-info .ttl-box .brand-title .url a {
  margin-left: 0.5rem;
  color: #c4201c;
  word-break: break-all;
}
.sec-branddetail .brand-info .ttl-box .scroll {
  align-items: center;
  column-gap: 1.4rem;
  margin-inline: min(83px, (100vw - 134px) * 0.05);
}
.sec-branddetail .brand-info .ttl-box .scroll.hidden {
  display: none;
}
.sec-branddetail .brand-info .ttl-box .scroll .scl {
  display: inline-block;
  width: 63px;
  position: relative;
}
.sec-branddetail .brand-info .ttl-box .scroll .scl::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
}
.sec-branddetail .brand-info .ttl-box .scroll .scl i {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  animation: anm-scroll-i 2.5s linear infinite;
}
@keyframes anm-scroll-i {
  0% {
    left: 0;
    opacity: 0;
  }
  10% {
    left: 0;
    opacity: 1;
  }
  80% {
    left: calc(100% - 5px);
    opacity: 1;
  }
  90% {
    left: calc(100% - 5px);
    opacity: 0;
  }
  100% {
    left: calc(100% - 5px);
    opacity: 0;
  }
}
.sec-branddetail .brand-info .ttl-box.noimg {
  margin: 0 auto;
  position: relative;
  bottom: auto;
  left: auto;
  max-width: 500px;
}
.sec-branddetail .brand-info .ttl-box.noimg .scroll {
  display: none;
}
.sec-branddetail .pager-block {
  position: fixed;
  bottom: 1vh;
  left: 0;
  column-gap: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);
  z-index: 2;
}
.sec-branddetail .pager-block.forbidden {
  position: relative;
  bottom: 0;
  left: 0;
}
.sec-branddetail .pager-block .nav-backlist a {
  align-items: center;
  column-gap: 2rem;
}
.sec-branddetail .pager-block .nav-backlist a .btn-box {
  display: block;
  background-color: #000;
  width: 60px;
  height: 60px;
  position: relative;
}
.sec-branddetail .pager-block .nav-backlist a .btn-box i {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  mask-image: url(../img/news/icon-grid.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-branddetail .pager-block .nav-backlist a .f-en {
  padding-top: 0.2rem;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.sec-branddetail .pager-block .nav-backlist a .f-en.hidden {
  opacity: 0;
  visibility: hidden;
}

.brand-detail {
  position: relative;
}
.brand-detail .inner {
  min-width: 1000px;
  width: calc(100% - 500px);
  margin-left: auto;
}
.brand-detail .download li:not(:last-child) {
  margin-bottom: 1rem;
}
.brand-detail .download li a {
  display: flex;
  background-color: #f4f4f4;
  padding: 1.8rem 1.8rem 1.8rem 2.1rem;
  column-gap: 2rem;
  color: #c4201c;
  align-items: center;
  position: relative;
  transition: all ease 0.28s;
}
.brand-detail .download li a::before {
  content: "";
  display: block;
  width: 5.76px;
  height: 5.76px;
  background-color: #000;
  border-radius: 50%;
  transition: all ease 0.28s;
}
.brand-detail .download li a::after {
  content: "";
  display: block;
  mask-image: url("../img/brands/icon-dl.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #c4201c;
  width: 19.48px;
  height: 19.48px;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  transition: all ease 0.28s;
}
.brand-detail .download li a:hover {
  background-color: #c4201c;
  color: #fff;
}
.brand-detail .download li a:hover::before, .brand-detail .download li a:hover::after {
  background-color: #fff;
}

.link-menu {
  position: absolute;
  top: 0;
  left: 5%;
}
.link-menu a {
  display: block;
  position: relative;
  padding-top: 3px;
}
.link-menu a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c4201c;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translate(0, -50%) scale(0);
  opacity: 0;
  transition: all ease 0.28s;
}
.link-menu a:hover {
  font-weight: 400;
}
.link-menu a:hover::before {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
}
.link-menu .current a {
  font-weight: 400;
}
.link-menu .current a::before {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
}

@media (max-width: 1280px) {
  .brand-detail .inner {
    width: 100%;
    padding-left: 5%;
  }
  .link-menu {
    position: initial;
    top: inherit;
    left: inherit;
    width: 100%;
    margin: auto;
    padding-inline: 5% 134px;
  }
  .link-menu ul {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    gap: 1rem 45px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: clip;
    border-bottom: 1px solid #000;
  }
  .link-menu ul .list {
    white-space: nowrap;
  }
}
@media (max-width: 1350px) {
  .sec-branddetail .brand-info .img-area {
    margin-left: 250px;
  }
  .sec-branddetail .brand-info .ttl-box {
    max-width: 250px;
  }
  .sec-branddetail .brand-info .ttl-box .brand-title .logo-area {
    width: 90%;
  }
  .sec-branddetail .brand-info .ttl-box .brand-title .ttl-area {
    margin-inline: 20px;
  }
  .sec-branddetail .brand-info .ttl-box .brand-title .ttl-area .brand-name {
    padding-bottom: 20px;
  }
  .sec-branddetail .brand-info .ttl-box .brand-title .ttl-area .en-name {
    font-size: 1.6vw;
    padding-bottom: 0;
  }
  .sec-branddetail .brand-info .ttl-box .brand-title .ttl-area .url a {
    display: block;
    margin-left: 0;
    margin-top: 7px;
  }
  .sec-branddetail .brand-info .ttl-box .scroll {
    margin-inline: auto;
    position: relative;
    left: -10px;
  }
}
@media (max-width: 1024px) {
  .horizontal-scroll {
    overflow-x: auto;
    overflow-y: clip;
  }
  .horizontal-scroll::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Edge */
  }
  .sec-branddetail .brand-info {
    overflow-x: unset;
    overflow-y: unset;
  }
  .sec-branddetail .brand-info .img-area {
    min-width: initial;
    height: calc((100dvh - 80px) / 2);
    margin: 0;
    margin-top: 80px;
  }
  .sec-branddetail .brand-info .img-area .img {
    padding-right: 0;
  }
  .sec-branddetail .brand-info .ttl-box {
    max-width: initial;
    height: initial;
    flex-direction: row;
    align-items: end;
    /* height: calc((100dvh - 80px) / 2); */
    height: auto;
    position: relative;
    bottom: auto;
    left: auto;
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }
  .sec-branddetail .brand-info .ttl-box .brand-title {
    display: flex;
    align-items: center;
    height: 100%;
    padding-bottom: 0;
    gap: 2vw;
  }
  .sec-branddetail .brand-info .ttl-box .brand-title .logo-area {
    width: min(38%, 230px);
  }
  .sec-branddetail .brand-info .ttl-box .brand-title .ttl-area {
    padding: 25px 0 25px calc(3vw + 10px);
    margin-inline: inherit;
    flex: 1;
  }
  .sec-branddetail .brand-info .ttl-box .brand-title .ttl-area .brand-name {
    padding-bottom: 0;
    line-height: 1.3;
    top: 3px;
    position: relative;
  }
  .sec-branddetail .brand-info .ttl-box .brand-title .ttl-area .brand-name .en-name {
    padding-bottom: 0;
    font-size: clamp(2.3rem, 1.8336rem + 0.97vw, 3rem);
  }
  .sec-branddetail .brand-info .ttl-box .brand-title .ttl-area .brand-name .jp-name {
    line-height: 1.2;
  }
  .sec-branddetail .brand-info .ttl-box .brand-title .ttl-area .url {
    padding-top: 10px;
  }
  .sec-branddetail .brand-info .ttl-box .brand-title .ttl-area .url a {
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
  }
  .sec-branddetail .brand-info .ttl-box .brand-title .ttl-area .url .sttl {
    display: inline-block;
    margin-right: 0.5rem;
  }
  .sec-branddetail .brand-info .ttl-box .brand-title:has(.logo-area) .ttl-area {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  }
  .sec-branddetail .brand-info .ttl-box .scroll {
    position: absolute;
    top: 20px;
    left: auto;
    right: 5%;
  }
  .sec-branddetail .brand-info .ttl-box.noimg {
    margin-top: 80px;
  }
  .sec-branddetail .pager-block {
    bottom: auto;
    top: calc((100dvh + 100px) / 2);
  }
  .sec-branddetail .pager-block .nav-backlist a {
    column-gap: 1rem;
  }
  .sec-branddetail .pager-block .nav-backlist a .btn-box {
    width: 50px;
    height: 50px;
  }
  .sec-branddetail .pager-block .nav-backlist a .btn-box i {
    width: 20px;
    height: 20px;
  }
  .sec-branddetail .pager-block .nav-backlist a .f-en {
    font-size: clamp(1.7rem, 1.6336rem + 0.14vw, 1.8rem);
  }
  .topic-path-area {
    padding-bottom: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);
    padding-top: 10px;
  }
  .brand-detail .inner {
    width: 100%;
    min-width: initial;
  }
  .link-menu {
    padding-top: initial;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .sec-branddetail .brand-info .ttl-box .brand-title .ttl-area .brand-name .en-name {
    font-size: 2.2rem;
  }
  .sec-branddetail .brand-info .ttl-box .brand-title .ttl-area .url {
    font-size: 1.4rem;
  }
  .sec-branddetail .brand-info .ttl-box .scroll {
    top: 10px;
    right: 2%;
    column-gap: 5px;
  }
  .brand-detail .brands-cont .ttl {
    padding-bottom: 20px;
  }
  .link-menu ul {
    padding-left: 0;
  }
  .link-menu a::before {
    display: none;
  }
  .link-menu a:hover::before {
    transform: initial;
  }
  .link-menu .current a::before {
    display: block;
    width: 30px;
    height: 1px;
    border-radius: 0;
    top: calc(100% + 0.8rem);
    left: 0;
    opacity: initial;
  }
}
@media (max-width: 480px) {
  .sec-branddetail .brand-info .ttl-box {
    padding-left: 2%;
  }
  .sec-branddetail .brand-info .ttl-box .brand-title .ttl-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sec-branddetail .brand-info .ttl-box .brand-title .ttl-area .brand-name .en-name {
    font-size: 2rem;
  }
  .sec-branddetail .brand-info .ttl-box .brand-title .ttl-area .url a {
    font-size: 1.38rem;
  }
  .sec-branddetail .brand-info .ttl-box .brand-title .ttl-area .url .sttl {
    display: none;
  }
  .sec-branddetail .pager-block {
    bottom: auto;
    top: calc((100dvh + 100px) / 2 + 230px);
  }
  .topic-path-area {
    padding-bottom: 100px;
  }
}
/*------------------------------------------
 brand-store
------------------------------------------*/
.brand-store {
  position: relative;
}
.brand-store .store-wrap {
  display: flex;
  justify-content: flex-end;
}
.brand-store .inside {
  margin-left: -240px;
  width: calc(100% + 240px);
}
.brand-store .store-area {
  position: relative;
  width: 240px;
}
.brand-store .store-area .area-list .tab {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.brand-store .store-area .area-list .tab::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d9d9d9;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.brand-store .store-area .area-list .tab:hover::before, .brand-store .store-area .area-list .tab.active::before {
  background-color: #c4201c;
}
.brand-store .store-area .area-list .tab .nav-txt {
  white-space: nowrap;
  margin-left: 2.7rem;
}
.brand-store .info-wrap {
  flex: 1;
}
.brand-store .pref-anchor {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.brand-store .pref-anchor .en-ttl {
  margin: 0 3rem 0 0;
  padding-top: 6px;
}
.brand-store .pref-anchor .anchor-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  gap: 10px 30px;
}
.brand-store .pref-anchor .anchor-list .list a {
  display: block;
  padding-block: 5px 5px;
  transition: padding ease 0.28s, color ease 0.28s;
  position: relative;
}
.brand-store .pref-anchor .anchor-list .list a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  opacity: 0;
  visibility: hidden;
  transition: opacity ease 0.28s, visibility ease 0.28s;
}
.brand-store .brands-cont {
  min-width: 1000px;
  width: calc(100% - 550px);
  margin-left: 5%;
}
.brand-store .link-menu {
  padding-top: calc(clamp(3.3rem, 2.1664rem + 2.36vw, 5rem) + clamp(6rem, 4.6672rem + 2.78vw, 8rem));
}
.brand-store .panel {
  display: none;
  opacity: 0;
}
.brand-store .panel.active {
  display: block;
  animation-name: tab-panel;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
}
.brand-store .pref-list:not(:last-child) {
  padding-bottom: 3rem;
  padding-bottom: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
}
.brand-store .store-block {
  align-items: center;
  padding: 25px 15px 25px 0;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  gap: 1rem 0;
}
.brand-store .name {
  width: 300px;
  position: relative;
  padding-left: 24px;
}
.brand-store .name::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #c4201c;
  position: absolute;
  top: 15px;
  left: 0;
}
.brand-store .contct {
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  flex: 1;
}
.brand-store .add-tel {
  padding-left: 24px;
  flex: 1;
}
.brand-store .add-tel .tel {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.brand-store .add-tel .tel::before {
  content: "";
  mask-image: url("../img/brands/icon-phone.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #000;
  width: 17px;
  height: 17px;
  display: inline-block;
}
.brand-store .website {
  width: 135px;
  margin-left: 24px;
}
.brand-store .website .btn.btn-exit01 {
  max-width: 135px;
  min-height: 35px;
}

@keyframes tab-panel {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .brand-store .pref-anchor .anchor-list .list a:hover {
    padding-block: 2px 8px;
    color: #c4201c;
  }
  .brand-store .pref-anchor .anchor-list .list a:hover::before {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1500px) {
  .brand-store .name {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .brand-store .inside {
    margin-left: 0;
    width: 100%;
  }
  .brand-store .info-wrap {
    flex: initial;
  }
  .brand-store .store-area {
    width: 100%;
  }
  .brand-store .store-area .area-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 3rem;
  }
  .brand-store .store-area .area-list .tab .nav-txt {
    margin-left: 1.7rem;
  }
  .brand-store .link-menu {
    padding-top: initial;
  }
}
@media (max-width: 1280px) {
  .brand-store .brands-cont {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .brand-store .brands-cont {
    min-width: 100%;
    margin-left: initial;
  }
  .brand-store .contct {
    min-width: 100%;
    width: 100%;
  }
  .brand-store .wrap.box-mr-auto {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .brand-store .pref-anchor {
    flex-direction: column;
    align-items: flex-start;
  }
  .brand-store .pref-anchor .en-ttl {
    margin: 0;
  }
  .brand-store .pref-anchor .anchor-list {
    flex: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .brand-store .pref-anchor .anchor-list {
    gap: 0 20px;
  }
  .brand-store .pref-anchor .anchor-list .list a {
    padding-block: 10px 5px;
  }
  .brand-store .pref-anchor .anchor-list .list a::before {
    opacity: 1;
    visibility: visible;
  }
  .brand-store .store-area .area-list .tab::before {
    display: none;
  }
  .brand-store .store-area .area-list .tab .nav-txt {
    margin-left: 0;
  }
  .brand-store .store-area .area-list .tab.active::before {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    border-radius: initial;
    top: calc(100% + 0.5rem);
  }
}
@media (max-width: 575px) {
  .brand-store .add-tel {
    flex: auto;
    width: 100%;
  }
}
@media (max-width: 530px) {
  .brand-store .store-block {
    padding-right: 0;
  }
}
/*------------------------------------------
 collection
------------------------------------------*/
.products-list {
  display: flex;
  flex-wrap: wrap;
}

.products-list li {
  width: 33.33%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}

.products-list li.license-end a {
  opacity: 0.5;
}

.products-list li:nth-child(3n) {
  border-right: none;
}

.products-list a {
  display: block;
  padding: 30px 0 28px;
}

.products-list .photo {
  text-align: center;
  margin-bottom: 7px;
}

.products-list p {
  margin: 0 20px;
  letter-spacing: 0.025em;
  font-weight: 500;
}

.products-list .ttl {
  margin-bottom: 7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.products-list .ttl .txt-span {
  color: #FE0000;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .products-list li {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    width: 50%;
  }
  .products-list li:nth-child(2n) {
    border-right: none !important;
  }
}
@media (min-width: 1840px) {
  .products-list li {
    width: 25%;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .products-list li:nth-child(4n) {
    border-right: none !important;
  }
}
.detail-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.detail-box .right-box {
  width: 31%;
  padding-left: 3.8rem;
}

.detail-box .left-box {
  width: 69%;
  padding-top: 0.5rem;
}

.detail-box .big-list {
  position: relative;
}

.detail-box .big-list span {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
}

.detail-box .big-list .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 690/345;
  position: relative;
  z-index: 1;
}

.detail-box .big-list .photo.no-img {
  background: url(../img/common/no-img.svg) no-repeat center center;
  background-size: 50px auto;
}

.detail-box .big-list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.detail-box .small-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1rem;
}

.detail-box .small-list li {
  cursor: pointer;
  aspect-ratio: 220/73;
  position: relative;
  width: calc((100% - 2rem) / 3);
  position: relative;
  z-index: 1;
  border: 1px solid #bebebe;
}

.detail-box .small-list li.no-img {
  background: url(../img/common/no-img.svg) no-repeat center center;
  background-size: 25px auto;
}

.detail-box .small-list li.on {
  border-color: #000000;
}

.detail-box .small-list li.on::before {
  width: 1.4rem;
  height: 1.2rem;
  background: url(../img/common/icon11.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}

.detail-box .small-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-box p {
  letter-spacing: 0.025em;
  line-height: 1.875;
}

.detail-box .list li {
  letter-spacing: 0.025em;
  line-height: 1.875;
  display: flex;
}

.detail-box .list li .mum {
  flex-shrink: 0;
}

.detail-box .ttl {
  font-size: 1.4rem;
  line-height: 1.2;
  display: inline-block;
}

.detail-box .ttl .f-en {
  display: block;
}

@media (max-width: 1280px) {
  .detail-box .right-box {
    width: 100%;
    padding-left: 0;
  }
  .detail-box .left-box {
    width: 100%;
    padding-top: 0.5rem;
  }
}
@media (max-width: 991px) {
  .mfp-wrap.bg .mfp-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}/*# sourceMappingURL=brands.css.map */