@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変換
===================================================== */
/* %変換
===================================================== */
/* vh変換(SP用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* vw変換(PC用) minとmax
===================================================== */
/* spをpcへ引き伸ばし(px)
===================================================== */
/* spをpcへ引き伸ばし(vw)
===================================================== */
/* ラインハイト計算
===================================================== */
/* レタースペーシング計算
===================================================== */
/* right-arrow
===================================================== */
/* aspect-area(padding-top)
===================================================== */
/* aspect-area-h(height)
===================================================== */
/* youtube
===================================================== */
/* margin: 0 auto
===================================================== */
/* color
===================================================== */
/* font-size
===================================================== */
/* font-family
===================================================== */
/* width
===================================================== */
/* margin
===================================================== */
/* media query
===================================================== */
/* 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(20px);
  transition: opacity 1s, transform 1s;
}
.fadeUp.on {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

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

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

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

.animeWrap .animeWrap_item__right {
  opacity: 0;
  transform: translateX(-20px);
  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 {
  animation-name: blurAnime;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

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

@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);
}

/* loopslide_x
============================================ */
/* loopslide_y
============================================ */
/* common
===================================================== */
html,
body {
  font-feature-settings: "palt";
  color: #1C1C1C;
  background-color: #ffffff;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-image: url(../images/bg.png);
  background-size: 1350px;
  background-repeat: repeat;
}
@media screen and (min-width: 769px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 13px;
  }
}

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

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

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

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

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

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

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

/* .header
===================================================== */
.header {
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .header {
    padding: 0 30px;
    position: absolute;
    top: 0;
    left: 0;
    height: 72px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    padding: 0 30px;
    top: 0;
    left: 0;
    height: 64px;
  }
}
.header .header_x {
  z-index: 200;
}
@media screen and (min-width: 769px) {
  .header .header_x {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header .header_x {
    width: 25px;
  }
}

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

.nav .hamburger {
  opacity: 0;
}
.nav .hamburger.show {
  opacity: 1;
}

/* .nav
===================================================== */
.nav {
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .nav {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    position: fixed;
    height: 100vh;
    background-color: #ffffff;
    color: #1C1C1C;
    top: 0;
    right: 0;
    left: 105%;
    transition: left 0.5s ease;
  }
}
@media screen and (max-width: 768px) {
  .nav.show {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .nav .nav_scroll {
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow: auto;
  }
}
.nav .nav_inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .nav .nav_inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 30px;
    max-width: 100%;
    width: 100%;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .nav .nav_inner {
    position: relative;
    width: 83.6734693878vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: scroll;
    min-height: 100vh;
    min-height: 100svh;
  }
}
.nav .linkList {
  display: flex;
}
@media screen and (max-width: 768px) {
  .nav .linkList {
    gap: 8px;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .nav .linkList li {
    background-color: #000000;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .nav .linkList a {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 769px) {
  .nav .linkList img {
    width: 17px;
  }
}
@media screen and (max-width: 768px) {
  .nav .linkList img {
    width: 24px;
    margin-right: 15px;
  }
}
.nav .linkList span {
  display: block;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-stretch: condensed;
}
@media screen and (max-width: 768px) {
  .nav .linkList span {
    font-size: 18px;
  }
}

.navList {
  display: flex;
}
@media screen and (min-width: 769px) {
  .navList {
    gap: 0 32px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .navList {
    gap: 20px;
    margin-bottom: 56px;
    flex-direction: column;
  }
}
.navList li.kara {
  display: none;
}
.navList a {
  display: block;
}
@media screen and (max-width: 768px) {
  .navList a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.navList .navList_en {
  display: block;
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .navList .navList_en {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .navList .navList_en {
    font-size: 40px;
  }
}
.navList .navList_ja {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .navList .navList_ja {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .navList .navList_ja {
    font-size: 14px;
    margin-top: -4px;
  }
}

/* .secTitle
===================================================== */
.secTitle {
  text-transform: uppercase;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
}
@media screen and (min-width: 769px) {
  .secTitle {
    font-size: 72px;
    margin-bottom: 40px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .secTitle {
    text-align: left;
    margin-bottom: 40px;
  }
}
.secTitle .line {
  display: block;
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: linear-gradient(transparent 70%, #FFD200 70%);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .secTitle .line {
    font-size: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .secTitle .line {
    font-size: 64px;
  }
}
.secTitle .boxFlex {
  display: flex;
  gap: 2px;
  align-items: center;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .secTitle .boxFlex {
    justify-content: center;
  }
}
.secTitle .box {
  display: inline-block;
  color: #FFD200;
  background-color: #000000;
  text-align: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .secTitle .box {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .secTitle .box {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
}

/* .btn
===================================================== */
.btn {
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background-color: #FFD200;
}
@media screen and (min-width: 769px) {
  .btn {
    width: 240px;
    height: 76px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    width: 205px;
    height: 64px;
  }
}
.btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn a {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .btn a {
    padding: 0 35px;
  }
}
.btn .txt {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  color: #1C1C1C;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .btn .txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .btn .txt {
    font-size: 20px;
  }
}
.btn .triangle {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-left: 10px solid #1C1C1C;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media screen and (min-width: 769px) {
  .btn .triangle {
    right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .btn .triangle {
    right: 18px;
  }
}

/* .footer
===================================================== */
.footer {
  background-color: #000000;
  color: #ffffff;
  border-top: 1px solid #dddddd;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 80px 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 0 40px;
  }
}
.footer .footerList {
  display: flex;
  justify-content: center;
  margin-top: -5px;
}
@media screen and (min-width: 769px) {
  .footer .footerList {
    gap: 0 24px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerList {
    gap: 0 20px;
    margin-bottom: 16px;
    flex-wrap: wrap;
  }
}
.footer .footerList li {
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  margin-top: 3px;
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  .footer .footerList li.kara {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerList li.kara {
    width: 100%;
  }
}
.footer .footerText {
  text-align: center;
  line-height: 1.75;
  color: #dddddd;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 55px;
}
.footer .footerLogo {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .footer .footerLogo {
    width: 90px;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerLogo {
    width: 90px;
    margin-bottom: 56px;
  }
}
.footer .copy small {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  display: block;
  line-height: 1.8;
  font-size: 10px;
}
.footer .copy img {
  height: 8px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3px;
}

/*z .wrapper.index
===================================================== */
.sec_inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .sec_inner {
    max-width: min(95.2380952381vw, 800px);
  }
}
@media screen and (max-width: 768px) {
  .sec_inner {
    max-width: 91.8367346939vw;
  }
}
@media screen and (min-width: 769px) {
  .sec_inner.sec_inner--min {
    max-width: min(95.2380952381vw, 800px);
  }
}

/* .wrapper.index
===================================================== */
.wrapper.index {
  /* ------------------- */
  /* ------------------- */
  /* ------------------- */
  /* ------------------- */
  /* ------------------- */
  /* ------------------- */
  /* ------------------- */
  /* ------------------- */
}
@media screen and (min-width: 769px) {
  .wrapper.index .sec {
    padding-top: 104px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index .sec {
    padding-top: 110px;
  }
}
.wrapper.index .kv {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .wrapper.index .kv {
    margin-top: 72px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index .kv {
    margin-top: 64px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper.index .bnrArea {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index .bnrArea {
    margin-bottom: 80px;
  }
}
.wrapper.index .bnrArea ul {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (min-width: 769px) {
  .wrapper.index .bnrArea ul {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index .bnrArea ul {
    width: 91.8367346939vw;
  }
}
@media screen and (min-width: 769px) {
  .wrapper.index .bnrArea ul li {
    width: 384px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index .bnrArea ul li {
    width: 100%;
  }
}
.wrapper.index .bnrArea ul a {
  display: block;
}
.wrapper.index .intro {
  position: relative;
}
.wrapper.index .intro .introTxt {
  position: relative;
  z-index: 2;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .wrapper.index .intro .introTxt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index .intro .introTxt {
    font-size: 16px;
  }
}
.wrapper.index .intro .introTxt.introTxt--big {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #C30A14;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .wrapper.index .intro .introTxt.introTxt--big {
    font-size: 28px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index .intro .introTxt.introTxt--big {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.wrapper.index .intro .introTxt.introTxt--big span {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  font-style: normal;
}
.wrapper.index #news ul {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #dddddd;
}
@media screen and (min-width: 769px) {
  .wrapper.index #news ul {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #news ul {
    width: 91.8367346939vw;
    margin-bottom: 50px;
  }
}
.wrapper.index #news ul li {
  border-bottom: 1px solid #dddddd;
}
.wrapper.index #news ul a {
  display: block;
}
@media screen and (min-width: 769px) {
  .wrapper.index #news ul a {
    display: flex;
    align-items: center;
    height: 88px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #news ul a {
    display: flex;
    align-items: center;
    height: 90px;
  }
}
.wrapper.index #news ul .news_date {
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FFD200;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .wrapper.index #news ul .news_date {
    font-size: 16px;
    width: 72px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #news ul .news_date {
    font-size: 14px;
    width: 70px;
  }
}
.wrapper.index #news ul .news_date span {
  display: block;
}
.wrapper.index #news ul .news_title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6875;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 769px) {
  .wrapper.index #news ul .news_title {
    font-size: 16px;
    padding-left: 64px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #news ul .news_title {
    font-size: 14px;
    width: 100%;
    padding: 24px 24px;
  }
}
.wrapper.index #outline ul {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .wrapper.index #outline ul {
    width: min(95.2380952381vw, 800px);
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #outline ul {
    flex-direction: column;
    gap: 32px;
    width: 83.6734693878vw;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper.index #outline ul li {
    width: calc((100% - 32px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #outline ul li {
    width: 100%;
  }
}
.wrapper.index #outline ul .venue {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 15px;
}
@media screen and (min-width: 769px) {
  .wrapper.index #outline ul .venue {
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #outline ul .venue {
    line-height: 26px;
  }
}
.wrapper.index #outline ul .venue span {
  display: block;
  width: 100%;
  flex-shrink: 0;
  color: #FFD200;
  letter-spacing: 0em;
  background-color: #000000;
}
@media screen and (min-width: 769px) {
  .wrapper.index #outline ul .venue span {
    font-size: 18px;
    padding-left: 11px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #outline ul .venue span {
    font-size: 16px;
    padding-left: 12px;
  }
}
.wrapper.index #outline ul .store {
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 500;
  font-style: normal;
  word-break: break-all;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .wrapper.index #outline ul .store {
    font-size: 20px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #outline ul .store {
    font-size: 18px;
    margin-bottom: 2px;
  }
}
.wrapper.index #outline ul .date,
.wrapper.index #outline ul .time {
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .wrapper.index #outline ul .date,
  .wrapper.index #outline ul .time {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #outline ul .date,
  .wrapper.index #outline ul .time {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper.index #outline ul .date span,
  .wrapper.index #outline ul .time span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #outline ul .date span,
  .wrapper.index #outline ul .time span {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper.index #outline ul .time {
    margin-top: -8px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #outline ul .time {
    margin-top: -8px;
  }
}
.wrapper.index #outline ul a {
  display: flex;
  align-items: flex-start;
}
.wrapper.index #outline ul a .triangle {
  display: block;
  width: 0;
  height: 0;
  display: inline-block;
  border-left: 8px solid #C30A14;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
}
@media screen and (min-width: 769px) {
  .wrapper.index #outline ul a .triangle {
    margin-top: 8px;
    margin-right: 3px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #outline ul a .triangle {
    margin-top: 5px;
    margin-right: 3px;
  }
}
.wrapper.index #outline ul a .txt {
  width: 100%;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .wrapper.index #outline ul a .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #outline ul a .txt {
    font-size: 14px;
  }
}
.wrapper.index #outline ul a .txt span:nth-child(n+2) {
  display: block;
}
.wrapper.index #outline ul dd > p span:nth-child(n+2) {
  display: block;
}
.wrapper.index #outline .bnr {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .wrapper.index #outline .bnr {
    width: 384px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #outline .bnr {
    width: 83.6734693878vw;
  }
}
.wrapper.index #outline .bnr a {
  display: block;
}
@media screen and (min-width: 769px) {
  .wrapper.index #highlight {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #highlight {
    margin-bottom: 80px;
  }
}
.wrapper.index #highlight ul {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .wrapper.index #highlight ul {
    width: min(95.2380952381vw, 800px);
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #highlight ul {
    width: 83.6734693878vw;
    display: flex;
    flex-direction: column;
  }
}
.wrapper.index #highlight ul li::after {
  content: "";
  display: block;
  background-color: #dddddd;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
}
@media screen and (min-width: 769px) {
  .wrapper.index #highlight ul li::after {
    width: 592px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #highlight ul li::after {
    width: 100%;
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper.index #highlight ul li:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #highlight ul li:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
.wrapper.index #highlight ul li h3 {
  line-height: 1.5;
  position: relative;
  border-bottom: 1px solid #C30A14;
  color: #C30A14;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .wrapper.index #highlight ul li h3 {
    font-size: 24px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #highlight ul li h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.wrapper.index #highlight ul li .highlight_contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wrapper.index #highlight ul li .highlight_contents p {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .wrapper.index #highlight ul li .highlight_contents p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #highlight ul li .highlight_contents p {
    font-size: 14px;
  }
}
.wrapper.index #highlight ul li .highlight_contents p.color {
  color: #C30A14;
}
.wrapper.index #highlight ul li .highlight_contents p.small {
  font-size: 11px;
  color: #666666;
}
.wrapper.index #highlight ul li .highlight_contents p .red {
  color: #C30A14;
  display: block;
}
@media screen and (min-width: 769px) {
  .wrapper.index #highlight ul li .highlight_contents .flex {
    display: flex;
    justify-content: space-between;
  }
  .wrapper.index #highlight ul li .highlight_contents .flex > div {
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #highlight ul li .highlight_contents .flex {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.wrapper.index #highlight ul li .highlight_contents .line {
  width: 100%;
  height: 1px;
  background-color: #999999;
  margin: 30px 0;
}
.wrapper.index #highlight ul li .highlight_contents img {
  width: 100%;
  padding: 8px 0;
}
.wrapper.index #goods {
  background-color: #FFD200;
}
@media screen and (min-width: 769px) {
  .wrapper.index #goods {
    padding-top: 72px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #goods {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
.wrapper.index #goods .secTitle {
  margin-bottom: 24px;
}
.wrapper.index #goods .secTitle .line {
  background: linear-gradient(transparent 70%, #C30A14 70%);
}
.wrapper.index #goods .secTitle .box {
  color: #FFD200;
  background-color: #C30A14;
}
@media screen and (min-width: 769px) {
  .wrapper.index #goods .goodsAttnTrigger {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #goods .goodsAttnTrigger {
    margin-bottom: 12px;
    width: 83.6734693878vw;
  }
}
.wrapper.index #goods .goodsAttnTrigger a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wrapper.index #goods .goodsAttnTrigger .triangle {
  display: block;
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-left: 8px solid #1C1C1C;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
}
.wrapper.index #goods .goodsAttnTrigger .txt {
  display: block;
}
@media screen and (min-width: 769px) {
  .wrapper.index #goods .goodsAttnTrigger .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #goods .goodsAttnTrigger .txt {
    font-size: 14px;
  }
}
.wrapper.index #goods .goodsList {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .wrapper.index #goods .goodsList {
    gap: 16px;
    margin-bottom: 80px;
    width: min(95.2380952381vw, 800px);
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #goods .goodsList {
    gap: 15px;
    margin-bottom: 64px;
    width: 91.8367346939vw;
  }
}
.wrapper.index #goods .goodsList li {
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .wrapper.index #goods .goodsList li {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #goods .goodsList li {
    width: calc((100% - 15px) / 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;
  user-select: none;
}
@media screen and (min-width: 769px) {
  .wrapper.index #goods .goodsList .goodsList_detail {
    padding: 0 16px 16px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #goods .goodsList .goodsList_detail {
    padding: 8px 16px;
  }
}
.wrapper.index #goods .goodsList .goodsList_name {
  color: #1C1C1C;
  line-height: 1.1571428571;
}
.wrapper.index #goods .goodsList .goodsList_name span {
  color: #FFD200;
}
@media screen and (min-width: 769px) {
  .wrapper.index #goods .goodsList .goodsList_name {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #goods .goodsList .goodsList_name {
    font-size: 12px;
  }
}
.wrapper.index #goods .goodsList .goodsList_date {
  color: #C30A14;
  margin-top: 3px;
}
@media screen and (min-width: 769px) {
  .wrapper.index #goods .goodsList .goodsList_date {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #goods .goodsList .goodsList_date {
    font-size: 10px;
  }
}
.wrapper.index #goods .goodsList .goodsList_price {
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #999999;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .wrapper.index #goods .goodsList .goodsList_price {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #goods .goodsList .goodsList_price {
    font-size: 20px;
  }
}
.wrapper.index #goods .goodsList .goodsList_price span {
  margin-left: 3px;
}
@media screen and (min-width: 769px) {
  .wrapper.index #goods .goodsList .goodsList_price span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #goods .goodsList .goodsList_price span {
    font-size: 10px;
  }
}
.wrapper.index #goods #goodsAttn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .wrapper.index #goods #goodsAttn {
    width: min(95.2380952381vw, 800px);
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #goods #goodsAttn {
    width: 91.8367346939vw;
  }
}
.wrapper.index #goods #goodsAttn > p {
  text-align: center;
  border-top: 1px solid #1C1C1C;
  border-bottom: 1px solid #1C1C1C;
}
@media screen and (min-width: 769px) {
  .wrapper.index #goods #goodsAttn > p {
    font-size: 20px;
    margin-bottom: 32px;
    padding: 6px 0;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #goods #goodsAttn > p {
    font-size: 18px;
    margin-bottom: 32px;
    padding: 6px 0;
  }
}
.wrapper.index #goods #goodsAttn ul {
  list-style: disc;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .wrapper.index #goods #goodsAttn ul {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #goods #goodsAttn ul {
    gap: 12px;
  }
}
.wrapper.index #goods #goodsAttn ul li {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .wrapper.index #goods #goodsAttn ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.index #goods #goodsAttn ul li {
    font-size: 14px;
  }
}

/* .wrapper.news
===================================================== */
.wrapper.news {
  /*.top ------------------- */
  /*.contents ------------------- */
  /*.btn ------------------- */
}
@media screen and (min-width: 769px) {
  .wrapper.news {
    padding-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.news {
    padding-top: 92px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper.news .top {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.news .top {
    margin-bottom: 30px;
  }
}
.wrapper.news .top .secTitle {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .wrapper.news .top .secTitle {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.news .top .secTitle {
    margin-bottom: 20px;
  }
}
.wrapper.news .top .secTitle .line {
  margin-left: auto;
  margin-right: auto;
}
.wrapper.news .top .secTitle .boxFlex {
  justify-content: center;
}
.wrapper.news .top .top_txt {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .wrapper.news .top .top_txt {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.news .top .top_txt {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.wrapper.news .top .top_link {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  background-color: #000000;
}
@media screen and (min-width: 769px) {
  .wrapper.news .top .top_link {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.news .top .top_link {
    width: 32px;
    height: 32px;
  }
}
.wrapper.news .top .top_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .wrapper.news .top .top_link img {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.news .top .top_link img {
    width: 14px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper.news .contents {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.news .contents {
    margin-bottom: 45px;
  }
}
.wrapper.news .contents .news {
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
@media screen and (min-width: 769px) {
  .wrapper.news .contents .news {
    width: min(90.9090909091vw, 800px);
    padding: 42px 48px 64px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.news .contents .news {
    width: 91.8367346939vw;
    padding: 32px 32px 48px;
    margin-bottom: 15px;
  }
}
.wrapper.news .contents .news .news_top {
  border-bottom: 1px solid #dddddd;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 8px;
  margin-bottom: 24px;
}
.wrapper.news .contents .news .news_top .news_date {
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #C30A14;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .wrapper.news .contents .news .news_top .news_date {
    margin-bottom: 8px;
    margin-bottom: 32px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.news .contents .news .news_top .news_date {
    margin-bottom: 8px;
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.wrapper.news .contents .news .news_top .news_title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .wrapper.news .contents .news .news_top .news_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.news .contents .news .news_top .news_title {
    font-size: 16px;
  }
}
.wrapper.news .contents .news .news_bottom p {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .wrapper.news .contents .news .news_bottom p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.news .contents .news .news_bottom p {
    font-size: 14px;
  }
}
.wrapper.news .contents .news .news_bottom a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .wrapper.news .btn {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.news .btn {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.news .btn a {
    padding: 0 45px;
  }
}/*# sourceMappingURL=style.css.map */