@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* line-heightの上下をなくす
===================================================== */
/* letter-spacingの文末をなくす
===================================================== */
/* clearfix
===================================================== */
/* hover
===================================================== */
/* linkcolor
===================================================== */
/* z-index
===================================================== */
/* rem変換
===================================================== */
/* %変換
===================================================== */
/* /2
===================================================== */
/* vh変換(SP用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* vw変換(PC用) minとmax
===================================================== */
/* spサイズをpcへ引き伸ばし
===================================================== */
/* ラインハイト計算
===================================================== */
/* レタースペーシング計算
===================================================== */
/* right-arrow
===================================================== */
/* aspect-area(padding-top)
===================================================== */
/* aspect-area-h(height)
===================================================== */
/* youtube
===================================================== */
/* margin: 0 auto
===================================================== */
/* color
===================================================== */
/* font-size
===================================================== */
/* font-family
===================================================== */
/* コンテンツ幅
===================================================== */
/* 余白
===================================================== */
/* メディアクエリー
===================================================== */
/* loopslide_x
============================================ */
/* loopslide_y
============================================ */
/* speed
============================================ */
/* fadeIn
============================================ */
.fadeIn {
  opacity: 0;
  transition: opacity 1s;
}
.fadeIn.on {
  opacity: 1;
}

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

/* fadeUp
============================================ */
.fadeUp {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 1s, transform 1s;
}
.fadeUp.on {
  opacity: 1;
  transform: translateY(0);
}

.animeWrap .animeWrap_item__up {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__up {
  opacity: 1;
  transform: translateY(0);
}

/* fadeDown
============================================ */
.fadeDown {
  opacity: 0;
  transform: translateY(-10%);
  transition: opacity 1s, transform 1s;
}
.fadeDown.on {
  opacity: 1;
  transform: translateY(0);
}

.animeWrap .animeWrap_item__down {
  opacity: 0;
  transform: translateY(-10%);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__down {
  opacity: 1;
  transform: translateY(0);
}

/* fadeLeft
============================================ */
.fadeLeft {
  opacity: 0;
  transform: translateX(10%);
  transition: opacity 1s, transform 1s;
}
.fadeLeft.on {
  opacity: 1;
  transform: translateX(0);
}

.animeWrap .animeWrap_item__left {
  opacity: 0;
  transform: translateX(10%);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__left {
  opacity: 1;
  transform: translateX(0);
}

/* fadeRight
============================================ */
.fadeRight {
  opacity: 0;
  transform: translateX(-10%);
  transition: opacity 1s, transform 1s;
}
.fadeRight.on {
  opacity: 1;
  transform: translateX(0);
}

.animeWrap .animeWrap_item__right {
  opacity: 0;
  transform: translateX(-10%);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__right {
  opacity: 1;
  transform: translateX(0);
}

/* colorBeta
============================================ */
.colorBeta {
  opacity: 0;
  position: relative;
  transition: opacity 1s;
}
.colorBeta::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.colorBeta.on {
  opacity: 1;
}
.colorBeta.on::before {
  opacity: 0;
}

.colorBetaWrap .colorBetaWrap_item {
  opacity: 0;
  position: relative;
  transition: opacity 1s;
}
.colorBetaWrap .colorBetaWrap_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.colorBetaWrap.on .colorBetaWrap_item {
  opacity: 1;
}
.colorBetaWrap.on .colorBetaWrap_item::before {
  opacity: 0;
}

/* blur
===================================================== */
.blur {
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.02);
}
.blur.on {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.animeWrap .animeWrap_item__blur {
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.02);
}
.animeWrap.on .animeWrap_item__blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes blurAnime {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes blurAnime {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
/* slide
============================================ */
.slide {
  overflow: hidden;
}
.slide .slide_item {
  transform: translateX(-105%);
  transition: transform 1s ease;
}
.slide.on .slide_item {
  transform: translateX(0);
}

.animeWrap .animeWrap_item__slide {
  overflow: hidden;
}
.animeWrap .animeWrap_item__slide .animeWrap_item__slideImg {
  transform: translateX(-105%);
  transition: transform 1s ease;
}
.animeWrap.on .animeWrap_item__slideImg {
  transform: translateX(0);
}

/* 読み込み
===================================================== */
/* common
===================================================== */
html,
body {
  color: #000;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1051px) {
  html,
body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1050px) {
  html,
body {
    font-size: 16px;
  }
}

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

* {
  box-sizing: border-box;
}

[v-cloak] {
  opacity: 0;
}

*:focus {
  outline: none;
}

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

@media screen and (min-width: 1051px) {
  a:hover {
    opacity: 1;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-name: flash;
            animation-name: flash;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
img,
video {
  width: 100%;
  display: block;
}

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

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

/* icon
===================================================== */
.arrow {
  width: 1em;
  height: auto;
}
.arrow__right {
  transform: rotate(0deg);
}
.arrow__down {
  transform: rotate(90deg);
}

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

@keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
  transition: opacity 1s;
  opacity: 1;
}
.load.hide {
  opacity: 0;
}

/* .header
===================================================== */
.header .header_x {
  width: 25px;
  position: fixed;
  top: 30px;
  left: 25px;
  z-index: 200;
}
.header .hamburger {
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 100%;
  z-index: 200;
}
@media screen and (max-width: 1050px) {
  .header .hamburger {
    width: 54px;
    height: 54px;
  }
}
.header .hamburger .hamburger_inner {
  position: relative;
  display: block;
}
@media screen and (max-width: 1050px) {
  .header .hamburger .hamburger_inner {
    width: 24px;
    height: 19px;
  }
}
.header .hamburger .hamburger_item {
  display: block;
  background-color: #fff;
  position: absolute;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1050px) {
  .header .hamburger .hamburger_item {
    width: 100%;
    height: 2px;
  }
}
.header .hamburger .hamburger_item:nth-of-type(1) {
  top: 0px;
  left: 0px;
  transform-origin: left top;
}
.header .hamburger .hamburger_item:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 1;
}
.header .hamburger .hamburger_item:nth-of-type(3) {
  bottom: 0px;
  left: 0px;
  transform-origin: left bottom;
}
@media screen and (max-width: 1050px) {
  .header .hamburger.close .hamburger_item {
    width: 120%;
  }
}
.header .hamburger.close .hamburger_item:nth-of-type(1) {
  transform: rotate(45deg) translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.header .hamburger.close .hamburger_item:nth-of-type(2) {
  opacity: 0;
}
.header .hamburger.close .hamburger_item:nth-of-type(3) {
  transform: rotate(-45deg) translate(-50%, 50%);
  bottom: 50%;
  left: 50%;
}

/* .nav
===================================================== */
.nav {
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 1051px) {
  .nav {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1050px) {
  .nav {
    position: fixed;
    height: 100vh;
    background-color: #000;
    color: #fff;
    top: 0;
    right: 0;
    left: 105%;
    transition: left 0.5s ease;
  }
}
@media screen and (max-width: 1050px) {
  .nav.show {
    left: 0;
  }
}
@media screen and (max-width: 1050px) {
  .nav .nav_scroll {
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow: auto;
  }
}
@media screen and (min-width: 1051px) {
  .nav .nav_inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 30px;
    max-width: 100%;
    width: 100%;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 1050px) {
  .nav .nav_inner {
    position: relative;
    padding: 70px 0 68px;
  }
}
.nav .navList {
  display: flex;
}
@media screen and (min-width: 1051px) {
  .nav .navList {
    gap: 0 30px;
  }
}
@media screen and (max-width: 1050px) {
  .nav .navList {
    gap: 17px;
    margin-bottom: 70px;
    flex-direction: column;
  }
}
.nav .navList li.kara {
  display: none;
}
.nav .navList a {
  display: block;
}
@media screen and (max-width: 1050px) {
  .nav .navList a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.nav .navList .navList_en {
  display: block;
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1051px) {
  .nav .navList .navList_en {
    font-size: 21px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1050px) {
  .nav .navList .navList_en {
    font-size: 2.1em;
  }
}
.nav .navList .navList_ja {
  display: block;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 1051px) {
  .nav .navList .navList_ja {
    font-size: 10px;
  }
}
@media screen and (max-width: 1050px) {
  .nav .navList .navList_ja {
    font-size: 0.8rem;
    margin-top: 7px;
  }
}
.nav .linkList {
  display: flex;
}
@media screen and (max-width: 1050px) {
  .nav .linkList {
    gap: 13px;
    flex-direction: column;
  }
}
@media screen and (min-width: 1051px) {
  .nav .linkList li {
    background-color: #000;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1050px) {
  .nav .linkList a {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1051px) {
  .nav .linkList img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(290deg) brightness(105%) contrast(102%);
    width: 17px;
  }
}
@media screen and (max-width: 1050px) {
  .nav .linkList img {
    filter: brightness(0) saturate(100%) invert(78%) sepia(86%) saturate(557%) hue-rotate(1deg) brightness(104%) contrast(108%);
    width: 16px;
    margin-right: 12px;
  }
}
.nav .linkList span {
  display: block;
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media screen and (max-width: 1050px) {
  .nav .linkList span {
    font-size: 14px;
  }
}

/* .inner
===================================================== */
.inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1051px) {
  .inner__min {
    width: min(92.5925925926vw, 1000px);
  }
}
@media screen and (max-width: 1050px) {
  .inner__min {
    width: 66vw;
  }
}
@media screen and (max-width: 767px) {
  .inner__min {
    width: 81.6425120773vw;
  }
}
@media screen and (min-width: 1051px) {
  .inner__max {
    width: min(92.5925925926vw, 1000px);
  }
}
@media screen and (max-width: 1050px) {
  .inner__max {
    width: 70vw;
  }
}
@media screen and (max-width: 767px) {
  .inner__max {
    width: 90.3381642512vw;
  }
}
@media screen and (max-width: 1050px) {
  .inner__header {
    width: 100%;
    padding: 0 15px 0 26px;
  }
}
@media screen and (max-width: 1050px) {
  .inner__attn {
    width: 73.7922705314vw;
  }
}
@media screen and (max-width: 1050px) {
  .inner__nav {
    width: 78.5024154589vw;
  }
}

/* .secTitle
===================================================== */
.secTitle {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1051px) {
  .secTitle {
    font-size: 63px;
  }
}
@media screen and (max-width: 1050px) {
  .secTitle {
    font-size: 50px;
  }
}
.secTitle span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: normal;
}
@media screen and (min-width: 1051px) {
  .secTitle span {
    font-size: 18px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 1050px) {
  .secTitle span {
    font-size: 1rem;
    margin-top: 8px;
    padding-left: 2px;
  }
}
.secTitle__blue {
  color: #203b82;
}
.secTitle__yellow {
  color: #fff959;
}

/* .btn
===================================================== */
.btn {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 999px;
  border: 2px solid #ddd;
}
@media screen and (min-width: 1051px) {
  .btn {
    width: 270px;
    height: 65px;
  }
}
@media screen and (max-width: 1050px) {
  .btn {
    width: 268px;
    height: 60px;
  }
}
.btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 29px 0 33px;
}
.btn span {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.btn i {
  font-size: 1.04rem;
}

/* .footer
===================================================== */
.footer {
  background-color: #fff;
}
@media screen and (min-width: 1051px) {
  .footer {
    padding: 60px 0 45px;
  }
}
@media screen and (max-width: 1050px) {
  .footer {
    padding: 40px 0;
  }
}
.footer .footerList {
  display: flex;
  justify-content: center;
  margin-top: -5px;
}
@media screen and (min-width: 1051px) {
  .footer .footerList {
    gap: 0 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1050px) {
  .footer .footerList {
    gap: 0 15px;
    margin-bottom: 17px;
    flex-wrap: wrap;
  }
}
.footer .footerList li {
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 22.4px;
  margin-top: 5px;
}
@media screen and (min-width: 1051px) {
  .footer .footerList li.kara {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .footer .footerList li.kara {
    width: 100%;
    margin-top: 3px;
  }
}
.footer .footerText {
  font-size: 10px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 1051px) {
  .footer .footerText {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 1050px) {
  .footer .footerText {
    margin-bottom: 52px;
  }
}
.footer .footerLogo {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1051px) {
  .footer .footerLogo {
    width: 90px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1050px) {
  .footer .footerLogo {
    width: 121px;
    margin-bottom: 28px;
  }
}
.footer .copy small {
  text-align: center;
  display: block;
  line-height: 1.8;
  font-size: 10px;
}

/* .bg
===================================================== */
.bg {
  background-repeat: repeat;
  background-size: 13px;
}
.bg__dots {
  background-image: url(../images/bg_dots.png);
}
.bg__stripe {
  background-image: url(../images/bg_stripe.png);
}

/* .wrapper.index
===================================================== */
.wrapper.index {
  background-color: #eee;
}
@media screen and (min-width: 1051px) {
  .wrapper.index section {
    padding: 160px 0;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index section {
    padding: 79px 0;
  }
}
.wrapper.index #top {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #top {
    height: 61.8055555556vw;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #top {
    height: 107.619047619vw;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index #top {
    height: 111.8357487923vw;
  }
}
.wrapper.index #top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.wrapper.index #bnr {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #bnr {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #bnr {
    margin-bottom: 53px;
  }
}
.wrapper.index #bnr ul {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #bnr ul {
    gap: 0 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #bnr ul {
    flex-direction: column;
    gap: 2.1739130435vw;
    width: 70vw;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index #bnr ul {
    width: 90.3381642512vw;
  }
}
@media screen and (min-width: 1051px) {
  .wrapper.index #bnr ul li {
    width: min(42.2222222222vw, 380px);
  }
}
.wrapper.index #intro {
  font-feature-settings: "palt";
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #intro {
    text-align: center;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #intro {
    text-align: center;
    margin-bottom: 88px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.index #intro {
    text-align: left;
  }
}
.wrapper.index #intro .intro_title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 1.8229166667;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #intro .intro_title {
    font-size: 1.3rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #intro .intro_title {
    font-size: 1.2rem;
    margin-bottom: 34px;
  }
}
.wrapper.index #intro .intro_text {
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #intro .intro_text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #intro .intro_text {
    font-size: 1rem;
  }
}
.wrapper.index #news .newsList {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #news .newsList {
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #news .newsList {
    gap: 2.4154589372vw;
    margin-bottom: 8.4541062802vw;
    margin-top: 27.5px;
  }
}
.wrapper.index #news .newsList li {
  background-color: #fff;
  border: 3px solid #000;
}
.wrapper.index #news .newsList li:nth-child(n+4) {
  display: none !important;
}
.wrapper.index #news .newsList a {
  display: block;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #news .newsList a {
    padding: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #news .newsList a {
    padding: 4.347826087vw 5.3140096618vw;
  }
}
.wrapper.index #news .newsList .newsList_date {
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #news .newsList .newsList_date {
    margin-bottom: 3px;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #news .newsList .newsList_date {
    margin-bottom: 4px;
    font-size: 0.8rem;
  }
}
.wrapper.index #news .newsList .newsList_title {
  line-height: 1.6875;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #news .newsList .newsList_title {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #news .newsList .newsList_title {
    font-size: 1rem;
  }
}
.wrapper.index #outline {
  background-color: #444;
  color: #fff;
}
.wrapper.index #outline .outlineList {
  display: flex;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1051px) {
  .wrapper.index #outline .outlineList {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 40px 0;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #outline .outlineList {
    flex-direction: column;
    margin-bottom: 50px;
    margin-top: 50px;
    gap: 50px;
  }
}
@media screen and (min-width: 1051px) {
  .wrapper.index #outline .outlineList li {
    width: 46%;
  }
}
.wrapper.index #outline .outlineList .outlineList_title {
  color: #444;
  background-color: #fff959;
  text-align: center;
  font-size: 1.1rem;
  width: 100%;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.27em;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #outline .outlineList .outlineList_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #outline .outlineList .outlineList_title {
    margin-bottom: 21px;
    line-height: 30px;
  }
}
.wrapper.index #outline .outlineList dl {
  display: flex;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #outline .outlineList dl:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #outline .outlineList dl:not(:last-of-type) {
    margin-bottom: 18px;
  }
}
.wrapper.index #outline .outlineList dt {
  color: #fff959;
  flex-shrink: 0;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #outline .outlineList dt {
    width: 55px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #outline .outlineList dt {
    width: 52px;
  }
}
.wrapper.index #outline .outlineList dd {
  line-height: 1.6875;
}
.wrapper.index #outline .outlineList .outlineList_store {
  display: block;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #outline .outlineList .outlineList_store {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #outline .outlineList .outlineList_store {
    margin-bottom: 12px;
  }
}
.wrapper.index #outline .outlineList a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #outline .outlineList a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #outline .outlineList a {
    margin-top: 16px;
  }
}
.wrapper.index #outline .outlineList a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid #fff;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  margin-right: 10px;
}
.wrapper.index #outline .outlineList .outlineList_attn {
  display: block;
  margin-top: 5px;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #outline .outlineList .outlineList_attn {
    font-size: 11px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #outline .outlineList .outlineList_attn {
    font-size: 10px;
  }
}
@media screen and (min-width: 1051px) {
  .wrapper.index #outline .outlineBnr {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.wrapper.index #outline .outlineBnr a {
  display: block;
}
.wrapper.index #novelty .noveltyList {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #novelty .noveltyList {
    margin-top: 40px;
    gap: 60px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #novelty .noveltyList {
    gap: 62px;
    margin-top: 42px;
  }
}
.wrapper.index #novelty .noveltyList dt {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6145833333;
  color: #203b82;
  font-size: 1.2rem;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #novelty .noveltyList dt {
    padding: 15px 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #novelty .noveltyList dt {
    padding: 16px 0;
    margin-bottom: 25px;
  }
}
.wrapper.index #novelty .noveltyList dd {
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.03em;
}
.wrapper.index #novelty .noveltyList .noveltyList_Area {
  display: flex;
  margin-top: 30px;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #novelty .noveltyList .noveltyList_Area {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 2%;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #novelty .noveltyList .noveltyList_Area {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (min-width: 1051px) {
  .wrapper.index #novelty .noveltyList .noveltyList_block {
    width: 48%;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #novelty .noveltyList .noveltyList_block {
    width: 100%;
    gap: 30px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
  }
}
.wrapper.index #novelty .noveltyList .noveltyList_block p {
  color: #203b82;
}
.wrapper.index #novelty .noveltyList .noveltyList_block p .new {
  font-size: 1rem;
  color: #ff5291;
  display: inline-block;
}
.wrapper.index #novelty .noveltyList .noveltyList_block span {
  display: block;
  font-size: 10px;
  word-break: break-all;
  letter-spacing: 0;
}
.wrapper.index #novelty .noveltyList .noveltyList_block .note {
  font-size: 1rem;
  color: #ff5291;
  display: inline-block;
}
.wrapper.index #goods {
  background-color: #444;
  color: #fff;
}
.wrapper.index #goods .goods__top {
  position: relative;
}
.wrapper.index #goods .goodsAttnLink {
  position: absolute;
  bottom: 1px;
  right: 0;
}
.wrapper.index #goods .goodsAttnLink a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrapper.index #goods .goodsAttnLink span {
  position: relative;
  letter-spacing: 0.03em;
  font-size: 0.78rem;
  line-height: 1;
}
.wrapper.index #goods .goodsAttnLink span::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #fff;
  left: 0;
  bottom: -7px;
  position: absolute;
}
.wrapper.index #goods .goodsAttnLink i {
  font-size: 1rem;
  line-height: 1;
  transform: translateY(1px);
}
.wrapper.index #goods .goodsList {
  display: flex;
  flex-wrap: wrap;
  color: #000;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #goods .goodsList {
    margin-top: 40px;
    gap: 15px 10px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #goods .goodsList {
    gap: 13px;
    margin-bottom: 62px;
    margin-top: 45px;
  }
}
.wrapper.index #goods .goodsList li {
  background-color: #fff;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #goods .goodsList li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #goods .goodsList li {
    width: calc((100% - 13px) / 2);
  }
}
.wrapper.index #goods .goodsList img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
}
.wrapper.index #goods .goodsList .goodsList_detail {
  line-height: 1.6363636364;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #goods .goodsList .goodsList_detail {
    padding: 10px 24px 30px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #goods .goodsList .goodsList_detail {
    font-size: 0.68rem;
    padding: 3px 10px 13px;
  }
}
.wrapper.index #goods .goodsList .goodsList_name span {
  color: #ff5291;
}
.wrapper.index #goods .goodsList .goodsList_date {
  color: #203b82;
}
.wrapper.index #goods .goodsList .goodsList_price {
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #999;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #goods .goodsList .goodsList_price {
    font-size: 16px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #goods .goodsList .goodsList_price {
    font-size: 0.87rem;
    margin-top: 5px;
  }
}
.wrapper.index #goods .goodsList .goodsList_price span {
  font-size: 10px;
  margin-left: 6px;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #goods #goodsAttn {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.wrapper.index #goods #goodsAttn .goodsAttn_title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 0.96rem;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1051px) {
  .wrapper.index #goods #goodsAttn .goodsAttn_title {
    margin-bottom: 30px;
    padding: 14px 0;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.index #goods #goodsAttn .goodsAttn_title {
    margin-bottom: 28px;
    padding: 12px 0;
  }
}
.wrapper.index #goods #goodsAttn .goodsAttn_list {
  list-style: disc;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wrapper.index #goods #goodsAttn .goodsAttn_list li {
  font-size: 0.78rem;
  line-height: 1.626984127;
  letter-spacing: 0.03em;
}

/* .wrapper.news
===================================================== */
@media screen and (min-width: 1051px) {
  .wrapper.news {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.news {
    padding-top: 104px;
  }
}
.wrapper.news .main {
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1051px) {
  .wrapper.news .newsFlex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
.wrapper.news .newsAttn {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1051px) {
  .wrapper.news .newsAttn {
    gap: 10px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.news .newsAttn {
    gap: 10px;
    margin-top: 32px;
    margin-bottom: 38px;
  }
}
.wrapper.news .newsAttn .newsAttn_icon {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (min-width: 1051px) {
  .wrapper.news .newsAttn .newsAttn_icon {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.news .newsAttn .newsAttn_icon {
    width: 44px;
    height: 44px;
  }
}
.wrapper.news .newsAttn .newsAttn_icon img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(90%) saturate(1%) hue-rotate(197deg) brightness(102%) contrast(100%);
}
@media screen and (min-width: 1051px) {
  .wrapper.news .newsAttn .newsAttn_icon img {
    width: 17px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.news .newsAttn .newsAttn_icon img {
    width: 17px;
  }
}
.wrapper.news .newsAttn .newsAttn_text {
  line-height: 1.5625;
  letter-spacing: 0.03em;
  font-size: 0.8rem;
}
.wrapper.news .news {
  border: 3px solid #000;
  background-color: #fff;
}
@media screen and (min-width: 1051px) {
  .wrapper.news .news:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.news .news:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.wrapper.news .news .news_head {
  font-size: 1.06rem;
}
@media screen and (min-width: 1051px) {
  .wrapper.news .news .news_head {
    padding: 50px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.news .news .news_head {
    padding: 21px 25px 30px;
  }
}
.wrapper.news .news .news_date {
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 1051px) {
  .wrapper.news .news .news_date {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.news .news .news_date {
    margin-bottom: 11px;
  }
}
.wrapper.news .news .news_title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.9345238095;
}
.wrapper.news .news .news_contents {
  border-top: 1px solid #bbb;
  line-height: 1.8214285714;
  font-size: 1rem;
}
@media screen and (min-width: 1051px) {
  .wrapper.news .news .news_contents {
    padding: 50px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.news .news .news_contents {
    padding: 21px 25px 34px;
  }
}
.wrapper.news .news .news_contents a {
  text-decoration: underline;
}
@media screen and (min-width: 1051px) {
  .wrapper.news .news .news_contents .flex {
    display: flex;
  }
}
@media screen and (min-width: 1051px) {
  .wrapper.news .news .news_contents .flex .flex_head {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1051px) {
  .wrapper.news .news .news_contents .flex .flex_body {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1051px) {
  .wrapper.news .btn {
    margin: 37px auto 55px;
  }
}
@media screen and (max-width: 1050px) {
  .wrapper.news .btn {
    margin: 37px auto 55px;
  }
}/*# sourceMappingURL=style.css.map */