@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
===================================================== */
@font-face {
  font-family: "inter_thin";
  font-display: swap;
  src: url("../fonts/inter_thin.woff2") format("woff2"), url("../fonts/inter_thin.woff") format("woff"), url("../fonts/inter_thin.eot") format("eot");
}
@font-face {
  font-family: "inter_regular";
  font-display: swap;
  src: url("../fonts/inter_regular.woff2") format("woff2"), url("../fonts/inter_regular.woff") format("woff"), url("../fonts/inter_regular.eot") format("eot");
}
@font-face {
  font-family: "inter_bold";
  font-display: swap;
  src: url("../fonts/inter_bold.woff2") format("woff2"), url("../fonts/inter_bold.woff") format("woff"), url("../fonts/inter_bold.eot") format("eot");
}
@font-face {
  font-family: "inter_black";
  font-display: swap;
  src: url("../fonts/inter_black.woff2") format("woff2"), url("../fonts/inter_black.woff") format("woff"), url("../fonts/inter_black.eot") format("eot");
}
/* コンテンツ幅
===================================================== */
/* 余白
===================================================== */
/* メディアクエリー
===================================================== */
/* 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(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 {
  -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: #fff;
  background-color: #fff;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 951px) {
  html,
body {
    font-size: 16px;
  }
}
@media screen and (max-width: 950px) {
  html,
body {
    font-size: 16px;
  }
}

.wrapper {
  background-color: #000;
  overflow: 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: 951px) {
  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: 951px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 950px) {
  .pcNone {
    display: block;
  }
}

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

/* flash(baseyard用)
===================================================== */
@media screen and (min-width: 951px) {
  .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 1.7s;
  opacity: 1;
}
.load.hide {
  opacity: 0;
}

/* .bg
===================================================== */
.bg {
  position: relative;
}
.bg_item {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 500vh;
  background-size: 860px auto;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
}
.bg_on {
  position: relative;
  z-index: 2;
}

/* .header
===================================================== */
@media screen and (max-width: 950px) {
  .header {
    width: 100%;
  }
}
.header .header_x {
  width: 25px;
  position: fixed;
  z-index: 50;
  top: 30px;
  left: 30px;
  transition: opacity 0.5s;
}
.header .hamburger {
  background-color: #96ff00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 100%;
  z-index: 200;
}
@media screen and (max-width: 950px) {
  .header .hamburger {
    width: 50px;
    height: 50px;
  }
}
.header .hamburger .hamburger_inner {
  position: relative;
  display: block;
}
@media screen and (max-width: 950px) {
  .header .hamburger .hamburger_inner {
    width: 24px;
    height: 19px;
  }
}
.header .hamburger .hamburger_item {
  display: block;
  background-color: #000;
  position: absolute;
}
@media screen and (max-width: 950px) {
  .header .hamburger .hamburger_item {
    width: 100%;
    height: 2px;
  }
}
.header .hamburger .hamburger_item:nth-of-type(1) {
  top: 0px;
  left: 0px;
  transform-origin: left top;
  transition: all 0.5s ease;
}
.header .hamburger .hamburger_item:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 1;
  transition: all 0.2s ease;
}
.header .hamburger .hamburger_item:nth-of-type(3) {
  bottom: 0px;
  left: 0px;
  transform-origin: left bottom;
  transition: all 0.5s ease;
}
@media screen and (max-width: 950px) {
  .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;
  font-feature-settings: "palt";
}
@media screen and (min-width: 951px) {
  .nav {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1400px;
  }
}
@media screen and (max-width: 950px) {
  .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: 950px) {
  .nav.show {
    left: 0;
  }
}
@media screen and (max-width: 950px) {
  .nav .nav_scroll {
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow: auto;
  }
}
@media screen and (min-width: 951px) {
  .nav .nav_inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 22px;
    max-width: 100%;
    width: 100%;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 950px) {
  .nav .nav_inner {
    position: relative;
    padding: 88px 0 68px;
    width: 79vw;
  }
}
.nav .navList {
  display: flex;
}
@media screen and (min-width: 951px) {
  .nav .navList {
    gap: 0 30px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 950px) {
  .nav .navList {
    gap: 18px;
    margin-bottom: 100px;
    flex-direction: column;
  }
}
.nav .navList li.kara {
  display: none;
}
@media screen and (min-width: 951px) {
  .nav .navList li.active {
    color: #96ff00;
  }
}
.nav .navList a {
  display: block;
}
@media screen and (max-width: 950px) {
  .nav .navList a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.nav .navList .navList_en {
  display: block;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "inter_black";
  font-feature-settings: "palt";
}
@media screen and (min-width: 951px) {
  .nav .navList .navList_en {
    margin-bottom: 3px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 950px) {
  .nav .navList .navList_en {
    font-size: 2rem;
  }
}
.nav .navList .navList_ja {
  display: block;
  font-feature-settings: "palt";
  letter-spacing: 0.14em;
}
@media screen and (min-width: 951px) {
  .nav .navList .navList_ja {
    font-size: 10px;
  }
}
@media screen and (max-width: 950px) {
  .nav .navList .navList_ja {
    font-size: 0.9rem;
    margin-top: 5px;
  }
}
.nav .linkList {
  display: flex;
}
@media screen and (max-width: 950px) {
  .nav .linkList {
    gap: 13px;
    flex-direction: column;
  }
}
@media screen and (min-width: 951px) {
  .nav .linkList li {
    background-color: #000;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 950px) {
  .nav .linkList a {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 951px) {
  .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: 950px) {
  .nav .linkList img {
    width: 16px;
    margin-right: 12px;
  }
}
.nav .linkList span {
  display: block;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: "inter_bold";
}
@media screen and (max-width: 950px) {
  .nav .linkList span {
    font-size: 14px;
  }
}

/* .inner
===================================================== */
.inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 950px) {
  .inner__min {
    width: 80.9302325581vw;
  }
}
@media screen and (max-width: 950px) {
  .inner__max {
    width: 90.6976744186vw;
  }
}
@media screen and (max-width: 950px) {
  .inner__header {
    width: 100%;
    padding: 0 15px 0 26px;
  }
}
@media screen and (max-width: 950px) {
  .inner__attn {
    width: 71.0465116279vw;
  }
}
@media screen and (max-width: 950px) {
  .inner__nav {
    width: 75.5813953488vw;
  }
}

/* .gradation
===================================================== */
.gradation {
  background: linear-gradient(45deg, #fe91ff 20%, #9caaff 40%, #91fbff 60%, #9cffb3 80%, #bdff91 100%);
  background: -webkit-linear-gradient(45deg, #fe91ff 20%, #9caaff 40%, #91fbff 60%, #9cffb3 80%, #bdff91 100%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradientEffect 3s infinite alternate;
          animation: gradientEffect 3s infinite alternate;
}
@-webkit-keyframes gradientEffect {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}
@keyframes gradientEffect {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

/*
①
0%ピンク：#fe91ff
50%紫：#9caaff
100%水色：#91fbff

②
0%水色：#91f6ff
50%黄緑：#9cffb3
100%黄色：#bdff91
*/
/* .secTitle
===================================================== */
.secTitle {
  text-transform: uppercase;
  line-height: 1;
  font-feature-settings: "palt";
  text-align: center;
  font-family: "inter_black";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 951px) {
  .secTitle {
    font-size: 4rem;
  }
}
@media screen and (max-width: 950px) {
  .secTitle {
    font-size: 50px;
  }
}

/* .btn
===================================================== */
.btn {
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border-radius: 999px;
  border: 2px solid #96ff00;
}
@media screen and (min-width: 951px) {
  .btn {
    width: 250px;
    height: 82px;
  }
}
@media screen and (max-width: 950px) {
  .btn {
    width: 227px;
    height: 74px;
  }
}
.btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 951px) {
  .btn a {
    padding: 0 25px;
  }
}
@media screen and (max-width: 950px) {
  .btn a {
    padding: 0 28px;
  }
}
.btn .btn_text {
  display: block;
  font-size: 1rem;
  font-family: "inter_black";
  color: #96ff00;
}
/* .arrow
===================================================== */
.arrow {
  display: block;
  width: 0;
  height: 0;
}
@media screen and (min-width: 951px) {
  .arrow {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #96ff00;
  }
}
@media screen and (max-width: 950px) {
  .arrow {
    border-top: 4.75px solid transparent;
    border-bottom: 4.75px solid transparent;
    border-left: 8px solid #96ff00;
  }
}
.arrow__w {
  border-left: 8px solid #fff;
}
@media screen and (min-width: 951px) {
  .arrow__min {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8.69px solid #96ff00;
  }
}
@media screen and (max-width: 950px) {
  .arrow__min {
    border-top: 3.64px solid transparent;
    border-bottom: 3.64px solid transparent;
    border-left: 6.295px solid #96ff00;
  }
}

/* .footer
===================================================== */
.footer {
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 951px) {
  .footer {
    padding: 60px 0 45px;
  }
}
@media screen and (max-width: 950px) {
  .footer {
    padding: 56px 0 25px;
  }
}
.footer .footerList {
  display: flex;
  justify-content: center;
  margin-top: -4px;
  font-family: "inter_black";
}
@media screen and (min-width: 951px) {
  .footer .footerList {
    gap: 0 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 950px) {
  .footer .footerList {
    gap: 0 15px;
    margin-bottom: 17px;
    flex-wrap: wrap;
  }
}
.footer .footerList li {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-top: 4px;
}
@media screen and (min-width: 951px) {
  .footer .footerList li.kara {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .footer .footerList li.kara {
    width: 100%;
    margin-top: 3px;
  }
}
.footer .footerList a {
  display: block;
}
.footer .footerText {
  text-align: center;
  line-height: 1.8;
  font-size: 10px;
}
@media screen and (min-width: 951px) {
  .footer .footerText {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 950px) {
  .footer .footerText {
    margin-bottom: 70px;
  }
}
.footer .footerLogo {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 951px) {
  .footer .footerLogo {
    width: 90px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 950px) {
  .footer .footerLogo {
    width: 135px;
    margin-bottom: 30px;
  }
}
.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 #top {
  width: 100%;
  background-color: #000;
}
@media screen and (min-width: 951px) {
  .wrapper.index #top {
    padding: 105px 35px 0;
    margin-bottom: 125px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #top {
    margin-bottom: 76px;
    padding: 83px 27px 0;
  }
}
.wrapper.index #top img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 951px) {
  .wrapper.index #top img {
    width: 100%;
  }
}
.wrapper.index #intro {
  font-feature-settings: "palt";
}
@media screen and (min-width: 951px) {
  .wrapper.index #intro {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #intro {
    margin-bottom: 55px;
  }
}
.wrapper.index #intro .intro_title {
  letter-spacing: 0.05em;
  line-height: 1.4955357143;
  font-family: "isemin", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 951px) {
  .wrapper.index #intro .intro_title {
    font-size: 2rem;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #intro .intro_title {
    font-size: 22.4px;
    margin-bottom: 23px;
  }
}
.wrapper.index #intro .intro_text {
  letter-spacing: 0.08em;
  line-height: 2.03125;
  text-align: center;
  font-size: 1rem;
}
.wrapper.index #bnr ul {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 951px) {
  .wrapper.index #bnr ul {
    max-width: 500px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #bnr ul {
    flex-direction: column;
    width: 80.8139534884vw;
    max-width: 500px;
  }
}
@media screen and (min-width: 951px) {
  .wrapper.index #bnr ul li {
    width: 100%;
  }
}
@media screen and (min-width: 951px) {
  .wrapper.index section {
    padding-top: 200px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index section {
    padding-top: 204px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #news {
    padding-top: 170px;
  }
}
.wrapper.index #news .newsList {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 951px) {
  .wrapper.index #news .newsList {
    margin-top: 60px;
    margin-bottom: 45px;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #news .newsList {
    margin-top: 43px;
    margin-bottom: 45px;
  }
}
.wrapper.index #news .newsList li {
  border-top: 1px solid #444;
}
.wrapper.index #news .newsList li:nth-child(n+4) {
  display: none !important;
}
.wrapper.index #news .newsList li:last-of-type {
  border-bottom: 1px solid #444;
}
@media screen and (min-width: 951px) {
  .wrapper.index #news .newsList a {
    display: flex;
    align-items: center;
    padding: 40px 5%;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #news .newsList a {
    display: block;
    padding: 35px 0;
  }
}
.wrapper.index #news .newsList .newsList_date {
  color: #96ff00;
  font-family: "inter_bold";
  font-size: 1rem;
}
@media screen and (min-width: 951px) {
  .wrapper.index #news .newsList .newsList_date {
    margin-bottom: 8px;
    width: 30%;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #news .newsList .newsList_date {
    margin-bottom: 4px;
  }
}
.wrapper.index #news .newsList .newsList_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 2.03125;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  font-size: 1rem;
}
@media screen and (min-width: 951px) {
  .wrapper.index #news .newsList .newsList_title {
    width: 70%;
  }
}
.wrapper.index #outline .outlineList {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 951px) {
  .wrapper.index #outline .outlineList {
    margin-left: auto;
    margin-right: auto;
    max-width: 830px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #outline .outlineList {
    margin-top: 73px;
    gap: 52px;
  }
}
@media screen and (min-width: 951px) {
  .wrapper.index #outline .outlineList li {
    display: flex;
    padding: 30px 0;
    border-top: 1px solid #444;
    gap: 165px;
  }
}
@media screen and (min-width: 951px) {
  .wrapper.index #outline .outlineList li:last-of-type {
    border-bottom: 1px solid #444;
  }
}
@media screen and (min-width: 951px) {
  .wrapper.index #outline .outlineList .outlineList_left {
    display: flex;
  }
}
.wrapper.index #outline .outlineList .outlineList_title {
  color: #96ff00;
  line-height: 1;
  letter-spacing: 0.45em;
  font-family: "isemin", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1rem;
}
@media screen and (min-width: 951px) {
  .wrapper.index #outline .outlineList .outlineList_title {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    border-right: 1px solid #96ff00;
    line-height: 1.6875;
    width: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    margin-right: 35px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #outline .outlineList .outlineList_title {
    padding-bottom: 9px;
    margin-bottom: 18px;
    border-bottom: 1px solid #96ff00;
  }
}
@media screen and (min-width: 951px) {
  .wrapper.index #outline .outlineList .outlineList_title span {
    display: block;
  }
}
.wrapper.index #outline .outlineList .outlineList_title span:first-of-type::after {
  content: "・";
}
.wrapper.index #outline .outlineList .outlineList_title span:last-of-type::after {
  content: "会場";
}
.wrapper.index #outline .outlineList .outlineList_store {
  font-family: "inter_bold";
  line-height: 1.38671875;
}
@media screen and (min-width: 951px) {
  .wrapper.index #outline .outlineList .outlineList_store {
    font-size: 2rem;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #outline .outlineList .outlineList_store {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 951px) {
  .wrapper.index #outline .outlineList .outlineList_date {
    margin-bottom: 8px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #outline .outlineList .outlineList_date {
    margin-bottom: 3px;
    line-height: 1.5;
  }
}
.wrapper.index #outline .outlineList .outlineList_dateNum {
  font-family: "inter_bold";
}
@media screen and (min-width: 951px) {
  .wrapper.index #outline .outlineList .outlineList_dateNum {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #outline .outlineList .outlineList_dateNum {
    font-size: 1.1rem;
  }
}
.wrapper.index #outline .outlineList .outlineList_dateWeek {
  font-family: "inter_regular";
}
@media screen and (min-width: 951px) {
  .wrapper.index #outline .outlineList .outlineList_dateWeek {
    font-size: 1rem;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #outline .outlineList .outlineList_dateWeek {
    font-size: 0.9rem;
  }
}
.wrapper.index #outline .outlineList .outlineList_dateLine {
  font-family: "inter_thin";
}
@media screen and (min-width: 951px) {
  .wrapper.index #outline .outlineList .outlineList_dateLine {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #outline .outlineList .outlineList_dateLine {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 951px) {
  .wrapper.index #outline .outlineList .outlineList_dateJa {
    font-size: 1rem;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #outline .outlineList .outlineList_dateJa {
    font-size: 0.9rem;
  }
}
.wrapper.index #outline .outlineList .outlineList_address a {
  display: flex;
  align-items: flex-start;
  font-feature-settings: "palt";
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 951px) {
  .wrapper.index #outline .outlineList .outlineList_address a {
    gap: 7px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #outline .outlineList .outlineList_address a {
    gap: 5px;
  }
}
@media screen and (min-width: 951px) {
  .wrapper.index #outline .outlineList .outlineList_address span.arrow {
    margin-top: 7px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #outline .outlineList .outlineList_address span.arrow {
    margin-top: 7px;
  }
}
.wrapper.index #outline .outlineList .outlineList_address span > span {
  display: block;
}
@media screen and (min-width: 951px) {
  .wrapper.index #novelty {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 951px) {
  .wrapper.index #novelty .noveltyList {
    margin-top: 60px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    padding: 30px 0;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #novelty .noveltyList {
    margin-top: 47px;
  }
}
.wrapper.index #novelty .noveltyList li {
  width: 100%;
}
@media screen and (max-width: 950px) {
  .wrapper.index #novelty .noveltyList li {
    padding: 42px 0 50px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
  }
}
.wrapper.index #novelty .noveltyList dt {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  font-family: "isemin", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.6927083333;
}
@media screen and (min-width: 951px) {
  .wrapper.index #novelty .noveltyList dt {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #novelty .noveltyList dt {
    margin-bottom: 17px;
  }
}
.wrapper.index #novelty .noveltyList dd {
  font-feature-settings: "palt";
  line-height: 2.03125;
  letter-spacing: 0.08em;
  font-size: 1rem;
}
.wrapper.index #novelty .noveltyList .noveltyList_Area {
  display: flex;
}
@media screen and (min-width: 951px) {
  .wrapper.index #novelty .noveltyList .noveltyList_Area {
    gap: 25px 3%;
    flex-wrap: wrap;
    margin-top: 25px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #novelty .noveltyList .noveltyList_Area {
    flex-direction: column;
    gap: 17px;
    margin-top: 17px;
  }
}
@media screen and (min-width: 951px) {
  .wrapper.index #novelty .noveltyList .noveltyList_block {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #novelty .noveltyList .noveltyList_block {
    width: 100%;
  }
}
.wrapper.index #novelty .noveltyList .noveltyList_block .color {
  display: block;
  color: #96ff00;
}
.wrapper.index #novelty .noveltyList .noveltyList_block .min {
  display: block;
  font-size: 10px;
}
.wrapper.index #novelty .noveltyList .noveltyList_block .flex {
  display: flex;
}
.wrapper.index #novelty .noveltyList .noveltyList_block .flex .flex_item {
  white-space: nowrap;
}
@media screen and (min-width: 951px) {
  .wrapper.index #novelty .noveltyList .noveltyList_block .flex .flex_item {
    display: inline-block;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #novelty .noveltyList .noveltyList_block .flex .flex_item {
    display: block;
  }
}
.wrapper.index #novelty .noveltyList .noveltyList_block .flex .flex_item:first-of-type {
  flex-shrink: 0;
}
@media screen and (max-width: 950px) {
  .wrapper.index #novelty .noveltyList .noveltyList_block .flex .slash {
    display: none;
  }
}
.wrapper.index #novelty .noveltyList .noveltyList_block img {
  padding: 10px 0;
}
@media screen and (min-width: 951px) {
  .wrapper.index #goods {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 154px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #goods {
    padding-bottom: 72.5px;
  }
}
@media screen and (min-width: 951px) {
  .wrapper.index #goods .goods__top {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #goods .goods__top {
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 951px) {
  .wrapper.index #goods .goodsAttnLink {
    margin-top: 30px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #goods .goodsAttnLink {
    margin-top: 46px;
  }
}
.wrapper.index #goods .goodsAttnLink a {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.02em;
  font-size: 0.8rem;
}
@media screen and (min-width: 951px) {
  .wrapper.index #goods .goodsAttnLink a {
    gap: 5px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #goods .goodsAttnLink a {
    gap: 5px;
  }
}
.wrapper.index #goods .goodsList {
  display: flex;
  flex-wrap: wrap;
  color: #000;
}
@media screen and (min-width: 951px) {
  .wrapper.index #goods .goodsList {
    gap: 15px 10px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #goods .goodsList {
    gap: 12.5px;
  }
}
.wrapper.index #goods .goodsList li {
  background-color: #fff;
}
@media screen and (min-width: 951px) {
  .wrapper.index #goods .goodsList li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #goods .goodsList li {
    width: calc((100% - 12.5px) / 2);
  }
}
.wrapper.index #goods .goodsList .goodsList_img {
  position: relative;
  pointer-events: none;
}
.wrapper.index #goods .goodsList .goodsList_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.wrapper.index #goods .goodsList .goodsList_img 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;
  position: relative;
  z-index: 1;
}
.wrapper.index #goods .goodsList .goodsList_detail {
  line-height: 1.5625;
  font-size: 0.8rem;
}
@media screen and (min-width: 951px) {
  .wrapper.index #goods .goodsList .goodsList_detail {
    padding: 10px 24px 30px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #goods .goodsList .goodsList_detail {
    padding: 13px 12.5px 12px;
  }
}
@media screen and (min-width: 951px) {
  .wrapper.index #goods .goodsList .goodsList_name {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #goods .goodsList .goodsList_name {
    margin-bottom: 7.5px;
  }
}
.wrapper.index #goods .goodsList .goodsList_name span {
  color: #E60013;
}
.wrapper.index #goods .goodsList .goodsList_date {
  color: #999;
}
.wrapper.index #goods .goodsList .goodsList_price {
  font-feature-settings: "palt";
  color: #999;
  font-family: "inter_bold";
}
@media screen and (min-width: 951px) {
  .wrapper.index #goods .goodsList .goodsList_price {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #goods .goodsList .goodsList_price {
    font-size: 1.1rem;
  }
}
.wrapper.index #goods .goodsList .goodsList_price span {
  margin-left: 2px;
}
@media screen and (min-width: 951px) {
  .wrapper.index #goods .goodsList .goodsList_price span {
    font-size: 10px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #goods .goodsList .goodsList_price span {
    font-size: 8px;
  }
}
.wrapper.index #goods #goodsAttn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 951px) {
  .wrapper.index #goods #goodsAttn {
    width: 100%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #goods #goodsAttn {
    width: 71.0465116279vw;
    padding-top: 50px;
  }
}
.wrapper.index #goods #goodsAttn .goodsAttn_title {
  text-align: center;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 951px) {
  .wrapper.index #goods #goodsAttn .goodsAttn_title {
    margin-bottom: 30px;
    padding: 14px 0;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #goods #goodsAttn .goodsAttn_title {
    font-size: 15.4px;
    padding: 11px 0;
    margin-bottom: 22px;
  }
}
.wrapper.index #goods #goodsAttn .goodsAttn_list {
  list-style: disc;
  padding-left: 0.7em;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 951px) {
  .wrapper.index #goods #goodsAttn .goodsAttn_list {
    gap: 10px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.index #goods #goodsAttn .goodsAttn_list {
    gap: 10px;
  }
}
.wrapper.index #goods #goodsAttn .goodsAttn_list li {
  font-size: 0.9rem;
  line-height: 1.7013888889;
  letter-spacing: 0.04em;
}

/* .wrapper.news
===================================================== */
.wrapper.news .main {
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 951px) {
  .wrapper.news .main {
    padding-top: 150px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.news .main {
    padding-top: 95px;
  }
}
@media screen and (min-width: 951px) {
  .wrapper.news .newsFlex {
    margin-bottom: 50px;
  }
}
.wrapper.news .newsAttn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 951px) {
  .wrapper.news .newsAttn {
    gap: 10px;
    margin-top: 25px;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.news .newsAttn {
    gap: 10px;
    margin-top: 25px;
    margin-bottom: 33px;
  }
}
.wrapper.news .newsAttn .newsAttn_icon {
  background-color: #000;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (min-width: 951px) {
  .wrapper.news .newsAttn .newsAttn_icon {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 950px) {
  .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: 951px) {
  .wrapper.news .newsAttn .newsAttn_icon img {
    width: 17px;
  }
}
@media screen and (max-width: 950px) {
  .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;
  text-align: center;
}
.wrapper.news .news {
  border: 1px solid #444;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 1px, transparent 1px, transparent 4px), repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 1px, transparent 1px, transparent 4px);
}
@media screen and (min-width: 951px) {
  .wrapper.news .news {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.news .news {
    padding: 0 35px;
  }
}
@media screen and (min-width: 951px) {
  .wrapper.news .news:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.news .news:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.wrapper.news .news .news_head {
  font-size: 1.06rem;
  width: 100%;
}
@media screen and (min-width: 951px) {
  .wrapper.news .news .news_head {
    padding: 50px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.news .news .news_head {
    padding: 35px 0 28px;
  }
}
.wrapper.news .news .news_date {
  color: #96ff00;
  font-family: "inter_bold";
  font-size: 1rem;
}
@media screen and (min-width: 951px) {
  .wrapper.news .news .news_date {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.news .news .news_date {
    margin-bottom: 5px;
  }
}
.wrapper.news .news .news_title {
  line-height: 1.6927083333;
  word-break: break-all;
  font-family: "isemin", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 1.2rem;
}
.wrapper.news .news .news_contents {
  width: 100%;
  border-top: 1px solid #666;
  line-height: 2.03125;
  font-size: 1rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 951px) {
  .wrapper.news .news .news_contents {
    padding: 50px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.news .news .news_contents {
    padding: 40px 0 47px;
  }
}
.wrapper.news .news .news_contents a {
  text-decoration: underline;
}
@media screen and (min-width: 951px) {
  .wrapper.news .news .news_contents .flex {
    display: flex;
  }
}
@media screen and (min-width: 951px) {
  .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: 951px) {
  .wrapper.news .news .news_contents .flex .flex_body {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 951px) {
  .wrapper.news .btn {
    margin: 37px auto 55px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper.news .btn {
    margin: 43px auto 74px;
  }
}/*# sourceMappingURL=style.css.map */