/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/assets/stylesheets/app.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
@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) */
/* ============================================ */
dt {
  font-weight: bold;
}

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

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: normal;
  color: #121212;
}

h1, h2, h3, h4, h5 {
  line-height: 1;
}

img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

svg {
  display: block;
}

@keyframes topArticleBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes workScrollDown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes shuffle {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-1px);
  }
  20% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-1px);
  }
  40% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2px);
  }
  60% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(-2px);
  }
  80% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(0);
  }
}
.preload * {
  transition: none !important;
}

body {
  position: relative;
}
body .body-bg {
  display: none;
}
@media screen and (min-width: 1025px ) {
  body .body-bg {
    position: absolute;
    z-index: -2;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1025px ) {
  body .body-bg span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    will-change: transform;
  }
}
@media screen and (min-width: 1025px ) {
  body .body-bg span:first-child {
    background: #121212;
  }
}
@media screen and (min-width: 1025px ) {
  body .body-bg span:last-child {
    background: white;
  }
}

.main {
  width: 100%;
}
@media screen and (min-width: 1025px ) {
  .main {
    max-width: 1350px;
    width: 70.3125%;
    height: 100%;
    margin: 0 18.75% 0 12.5%;
  }
}
@media screen and (min-width: 1025px ) and (min-width: 1921px ) {
  .main {
    margin: 0 auto;
  }
}

.wrapper {
  width: 100%;
  padding: 0 7.6%;
}
@media screen and (min-width: 1025px ) {
  .wrapper {
    visibility: hidden;
    opacity: 0;
    max-width: 1050px;
    width: 77.7777777778%;
    height: 100%;
    margin: 0 9.6296296296% 0 13.3333333333%;
    padding: 0;
  }
}
@media screen and (min-width: 1025px ) and (min-width: 1921px ) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }
}

.heading {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px ) {
  .heading {
    font-size: 2.375rem;
  }
}

.jaHeading {
  line-height: 1;
  margin-top: 10px;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: bold;
}

.button a,
.button span,
.wp-block-button a,
.wp-block-button span {
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 240px;
  height: 50px;
  margin: 0 auto;
  font-size: 0.9375rem;
  font-weight: bold;
  color: white;
  background: #a700ff;
  border: 2px solid #a700ff;
  border-radius: 25px;
}
@media screen and (min-width: 1025px ) {
  .button a,
  .button span,
  .wp-block-button a,
  .wp-block-button span {
    margin: 0;
    transition: 0.1s;
  }
}
.button a::after,
.button span::after,
.wp-block-button a::after,
.wp-block-button span::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -100%;
  right: -3rem;
  bottom: -100%;
  left: -3rem;
  background: white;
  border-radius: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: 1.2s transform cubic-bezier(0.22, 1, 0.36, 1);
}
@media (any-hover: hover) {
  .button a:hover,
  .button span:hover,
  .wp-block-button a:hover,
  .wp-block-button span:hover {
    color: #a700ff;
  }
  .button a:hover::after,
  .button span:hover::after,
  .wp-block-button a:hover::after,
  .wp-block-button span:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.button a input,
.button span input,
.wp-block-button a input,
.wp-block-button span input {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.moreButton a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69px;
  height: 69px;
  line-height: 1.3333333333;
  text-align: center;
  font-size: 0.75rem;
  font-weight: bold;
  color: #eaeaea;
  border-radius: 50%;
  background: #a700ff;
  box-shadow: 0 3px 3px rgba(18, 18, 18, 0.4);
}
@media screen and (min-width: 1025px ) {
  .moreButton a {
    width: 80px;
    height: 80px;
    transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media (any-hover: hover) {
  .moreButton a:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
}

.thumbnail {
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0 0 30px 0;
}
@media screen and (min-width: 1025px ) {
  .thumbnail {
    display: flex;
    justify-content: center;
    max-width: 680px;
    width: 64.7619047619%;
    max-height: 680px;
    height: 64.7619047619%;
    border-radius: 30px 0 30px 0;
  }
}
.thumbnail .thumbnail-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
}

.overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.overlay .overlay-bg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  will-change: opacity;
}
.overlay .overlay-img {
  opacity: 0;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  width: 100%;
  height: auto;
  padding: 7.6%;
}
@media screen and (min-width: 1025px ) {
  .overlay .overlay-img {
    max-width: 1000px;
    width: auto;
    height: auto;
    max-height: 80vh;
    padding: 0;
  }
}

.cards .cards_list {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
}
@media screen and (min-width: 768px ) {
  .cards .cards_list {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media screen and (min-width: 1025px ) {
  .cards .cards_list {
    row-gap: 1.5625vw;
    -moz-column-gap: 2.8571428571%;
         column-gap: 2.8571428571%;
    justify-content: normal;
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px ) {
  .card {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1025px ) {
  .card {
    max-width: 330px;
    width: 31.4285714286%;
  }
}
.card a {
  display: block;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  box-shadow: 0 3px 6px rgba(18, 18, 18, 0.2);
}
@media (any-hover: hover) {
  .card a:hover .card_thumbnail {
    border-radius: 10px;
  }
  .card a:hover .card_title {
    opacity: 0.7;
  }
  .card a:hover img {
    transform: scale(1.05);
    opacity: 0.8;
  }
}
.card:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px ) {
  .card:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px ) {
  .card:not(:first-child):not(:nth-child(2)) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px ) {
  .card:not(:first-child):not(:nth-child(2)) {
    margin-top: 0;
  }
}

.card_thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 10px 0 10px 0;
}
@media screen and (min-width: 1025px ) {
  .card_thumbnail {
    transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
.card_thumbnail::before {
  content: "";
  position: absolute;
  box-shadow: 0 0 0 1px #dcdcdc inset;
  inset: 0;
  border-radius: 10px 0 10px 0;
  mix-blend-mode: darken;
}
.card_thumbnail img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px 0 10px 0;
}
@media screen and (min-width: 1025px ) {
  .card_thumbnail img {
    transition: 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.card_category {
  display: inline-block;
  line-height: 1.1666666667;
  margin-top: 15px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #a700ff;
}

.card_title {
  line-height: 1.4444444444;
  margin-top: 8px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px ) {
  .card_title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
    transition: 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.store {
  margin-top: 40px;
  border-radius: 10px 0 10px 0;
}
@media screen and (min-width: 1025px ) {
  .store {
    margin-top: 70px;
    background: none;
    border-radius: 0;
  }
}
.store figure {
  overflow: hidden;
  border-radius: 10px 0 10px 0;
}
@media screen and (min-width: 1025px ) {
  .store figure {
    width: 52.380952381%;
  }
}
@media screen and (min-width: 1025px ) {
  .store > .wp-block-group__inner-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    -moz-column-gap: 4.7619047619%;
         column-gap: 4.7619047619%;
  }
}
.store .store_gallery {
  margin-top: 50px;
}
@media screen and (min-width: 1025px ) {
  .store .store_gallery {
    width: 57.1428571429%;
    margin-top: 0;
  }
}
.store .store_info {
  margin-top: 40px;
  padding: 40px 30px;
  background: #f9f9f9;
  border-radius: 10px 0 10px 0;
}
@media screen and (min-width: 1025px ) {
  .store .store_info {
    width: 44.7619047619%;
    margin: 0;
  }
}
.store .store_term {
  line-height: 1;
  margin-top: 20px;
  font-size: 0.75rem;
  color: #969696;
}
.store .store_term:first-of-type {
  margin-top: 0;
}
.store .store_desc {
  margin-top: 5px;
  line-height: 1.6;
  font-size: 0.9375rem;
  font-weight: bold;
}
.store .store_sns {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}
@media screen and (min-width: 1025px ) {
  .store .store_sns {
    flex-wrap: wrap;
  }
}
.store .store_sns a {
  display: block;
}
@media (any-hover: hover) {
  .store .store_sns a:hover svg circle {
    stroke: #a700ff;
    fill: #f9f9f9;
  }
  .store .store_sns a:hover svg path {
    fill: #a700ff;
  }
}
.store .button {
  margin-top: 45px;
}
@media screen and (min-width: 1025px ) {
  .store .button {
    margin: 45px 0 0 0;
    width: auto;
  }
}
.store .button a {
  max-width: 240px;
  width: 92.3076923077%;
}

.loading {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.loading .loading-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #434145;
}
.loading .loading-operation {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loading .loading-operation svg {
  width: 36px;
  height: auto;
  transform: translateY(15px);
}
.loading .loading-operation svg .st0 {
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
}
.loading .loading-operation svg .st1 {
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.loading .loading-operation svg .st2 {
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.loading .loading-operation svg .st3 {
  fill: none;
  stroke: url(#gradientLine);
  stroke-width: 2;
  stroke-linecap: round;
}
.loading .loading-operation span {
  display: block;
  line-height: 1.6;
  margin-top: 20px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: white;
}
.loading .loading-logo {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: auto;
}
@media screen and (min-width: 1025px ) {
  .loading .loading-logo {
    width: 200px;
  }
}
.loading .loading-logo path,
.loading .loading-logo line,
.loading .loading-logo polyline {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.025;
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(18, 18, 18, 0.5) 100%);
}
@media screen and (min-width: 1025px ) {
  .header {
    max-width: 240px;
    min-width: 190px;
    width: 12.5%;
    height: 100vh;
    background: #121212;
    transform: translateX(-100%);
    will-change: transform;
  }
}
.header .header-inner {
  width: 100%;
  padding: 20px 7.6% 0;
}
@media screen and (min-width: 1025px ) {
  .header .header-inner {
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 40px 0 40px 40px;
  }
}
.header .header-inner > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1025px ) {
  .header .header-inner > div:first-child {
    display: block;
  }
}
.header .header-logo a {
  display: block;
}
.header .header-logo a svg {
  width: 110px;
  height: auto;
}
@media screen and (min-width: 1025px ) {
  .header .header-logo a svg {
    min-width: 115px;
    width: 58.3333333333%;
  }
}
.header .header-logo a svg path,
.header .header-logo a svg line,
.header .header-logo a svg polyline {
  fill: none;
  stroke: white;
  stroke-width: 5.5;
}
.header .header-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1025px ) {
  .header .header-button {
    display: none;
  }
}
.header .header-button_bar {
  display: block;
  width: 37px;
  height: 2px;
  background: white;
}
.header .header-button_bar:nth-of-type(2) {
  margin-top: 7px;
}
.header .header-button_text {
  display: block;
  line-height: 1;
  margin-top: 10px;
  font-size: 0.625rem;
  color: white;
}

.navigation-mobile {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgba(18, 18, 18, 0.75);
  border-radius: 30px 0 0 0;
}
@media screen and (min-width: 1025px ) {
  .navigation-mobile {
    display: none;
  }
}

.navigation-wide {
  display: none;
}
@media screen and (min-width: 1025px ) {
  .navigation-wide {
    display: block;
  }
}

.navigation-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px ) {
  .navigation-list {
    flex-direction: column;
    align-items: flex-start;
  }
}

.navigation-item:not(:first-child) {
  margin-left: 40px;
}
@media screen and (min-width: 1025px ) {
  .navigation-item:not(:first-child) {
    margin: 15px 0 0 0;
  }
}
.navigation-item a,
.navigation-item button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 0.625rem;
  color: white;
}
@media screen and (min-width: 1025px ) {
  .navigation-item a,
  .navigation-item button {
    flex-direction: row;
    font-size: 0.875rem;
  }
}
@media (any-hover: hover) {
  .navigation-item a:hover.navigation-item_shuffle span,
  .navigation-item button:hover.navigation-item_shuffle span {
    animation: shuffle 1.2s ease infinite;
  }
  .navigation-item a:hover span,
  .navigation-item button:hover span {
    opacity: 0.7;
  }
}
.navigation-item .navigation-item_shuffle.isTop {
  display: none;
}
.navigation-item svg {
  width: 24px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px ) {
  .navigation-item svg {
    width: 25px;
    margin: 0 15px 0 0;
    transition: 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
.navigation-item svg .navigation-item_shufflePathPurple,
.navigation-item svg .navigation-item_shufflePathGreen {
  stroke-width: 2;
  stroke-linecap: square;
  fill: transparent;
}
.navigation-item svg .navigation-item_shufflePathPurple {
  stroke: #80ff9d;
}
.navigation-item svg .navigation-item_shufflePathGreen {
  stroke: #a700ff;
}

.menu-mobile {
  display: none;
  overflow-y: auto;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 100px 0 140px;
  background: rgba(0, 0, 0, 0.9);
}
@media screen and (min-width: 1025px ) {
  .menu-mobile {
    display: none;
  }
}

.menu-wide {
  display: none;
}
@media screen and (min-width: 1025px ) {
  .menu-wide {
    display: block;
    margin-top: 60px;
  }
}

.menu-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 40px 7.6% 140px;
}
@media screen and (min-width: 1025px ) {
  .menu-inner {
    display: none;
  }
}

.menu-half {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.menu-half:last-child {
  margin-left: 20px;
}
@media screen and (min-width: 1025px ) {
  .menu-half {
    display: none;
  }
}

.menu-half_item:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 1025px ) {
  .menu-half_item {
    display: none;
  }
}

.menu-heading {
  font-size: 1.125rem;
  font-weight: bold;
  color: white;
}

.menu-item {
  margin-top: 10px;
}
@media screen and (min-width: 1025px ) {
  .menu-item {
    margin-top: 17px;
  }
}
.menu-item a, .menu-item button {
  display: block;
  line-height: 1.5714285714;
  font-size: 0.875rem;
  color: white;
}
@media screen and (min-width: 1025px ) {
  .menu-item a, .menu-item button {
    letter-spacing: 0.04em;
  }
}
@media (any-hover: hover) {
  .menu-item a:hover, .menu-item button:hover {
    opacity: 0.7;
  }
}

.search-bg {
  display: none;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: transparent;
}
@media screen and (min-width: 1025px ) {
  .search-bg {
    display: none;
  }
}

.search {
  display: none;
  overflow-y: auto;
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65vh;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 30px 0 0 0;
}
@media screen and (min-width: 1025px ) {
  .search {
    opacity: 0;
    display: block;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    max-width: 360px;
    min-width: 190px;
    width: 18.75%;
    height: 100%;
    background: #333;
    border-radius: 0;
    transform: translateX(-100%);
    will-change: transform;
  }
}
.search .search-inner {
  padding: 40px 7.6% 140px;
}
@media screen and (min-width: 1025px ) {
  .search .search-inner {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    padding: 140px 40px;
  }
}
.search .search-heading {
  font-size: 0.875rem;
  color: white;
}
.search .search-form {
  margin-top: 50px;
}
@media screen and (min-width: 1025px ) {
  .search .search-form {
    margin-top: 15px;
  }
}
.search .search-form label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
}
.search .search-form input {
  outline: none;
  display: block;
  width: calc(100% - 25px);
  font-size: 0.875rem;
  color: white;
}
@media (any-hover: hover) {
  .search .search-form_button:hover {
    opacity: 0.7;
  }
}
.search .tag {
  margin-top: 40px;
}
.search .tag-heading {
  font-size: 0.875rem;
  color: white;
}
.search .tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}
@media screen and (min-width: 1025px ) {
  .search .tag-list {
    margin-top: 10px;
  }
}
.search .tag-item {
  line-height: 1;
}
.search .tag-item a {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: block;
  line-height: 1;
  padding: 6px 10px;
  font-size: 0.625rem;
  color: white;
  background: #a700ff;
  border: 2px solid #a700ff;
  border-radius: 15px;
}
.search .tag-item a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -100%;
  right: -3rem;
  bottom: -100%;
  left: -3rem;
  background: #333;
  border-radius: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: 1.2s transform cubic-bezier(0.22, 1, 0.36, 1);
}
@media (any-hover: hover) {
  .search .tag-item a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}

.subMenu {
  display: none;
}
@media screen and (min-width: 1025px ) {
  .subMenu {
    position: fixed;
    z-index: 7;
    top: 0;
    left: clamp(190px, 12.5%, 240px);
    min-width: 230px;
    max-width: 230px;
    width: 11.9791666667%;
    height: 100%;
    padding-right: 20px;
    background: rgba(18, 18, 18, 0.9);
  }
}
@media screen and (min-width: 1025px ) {
  .subMenu .subMenu-inner {
    position: relative;
    width: auto;
    height: 100%;
    margin: 150px 0 0 50px;
  }
}
@media screen and (min-width: 1025px ) {
  .subMenu .subMenu-list {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    row-gap: 17px;
    width: 100%;
  }
}
@media screen and (min-width: 1025px ) {
  .subMenu .subMenu-item a {
    display: block;
    line-height: 1.5714285714;
    font-size: 0.875rem;
    color: white;
  }
}
@media (any-hover: hover) {
  .subMenu .subMenu-item a:hover {
    opacity: 0.7;
  }
}

.copyright {
  display: none;
}
@media screen and (min-width: 1025px ) {
  .copyright {
    display: block;
    margin-top: 50px;
  }
}
.copyright small {
  display: none;
}
@media screen and (min-width: 1025px ) {
  .copyright small {
    display: block;
    font-size: 0.625rem;
    font-weight: bold;
    color: #969696;
  }
}

.footer {
  width: 100%;
  background: #434145;
  padding: 50px 0 130px;
}
@media screen and (min-width: 1025px ) {
  .footer {
    max-width: 1350px;
    width: 70.3125%;
    height: 100%;
    margin: 0 18.75% 0 12.5%;
    padding: 50px 0;
  }
}
@media screen and (min-width: 1025px ) and (min-width: 1921px ) {
  .footer {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px ) and (min-width: 1921px ) {
  .footer {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 1025px ) {
  .footer .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer .footer-logo svg {
  width: 130px;
  height: auto;
}
.footer .footer-logo svg path,
.footer .footer-logo svg line,
.footer .footer-logo svg polyline {
  fill: none;
  stroke: white;
  stroke-width: 5.5;
}
.footer .footer-list {
  margin-top: 40px;
}
@media screen and (min-width: 1025px ) {
  .footer .footer-list {
    display: flex;
    margin-top: 0;
  }
}
.footer .footer-item:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 1025px ) {
  .footer .footer-item:not(:first-child) {
    margin: 0 0 0 10px;
  }
}
.footer .footer-item a {
  display: block;
  line-height: 1.5714285714;
  font-size: 0.875rem;
  color: white;
}
@media screen and (min-width: 1025px ) {
  .footer .footer-item a {
    letter-spacing: 0.04em;
  }
}
@media (any-hover: hover) {
  .footer .footer-item a:hover {
    opacity: 0.7;
  }
}

.top {
  touch-action: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #434145;
}
@media screen and (min-width: 1025px ) {
  .top {
    padding: 40px 0;
    background: none;
  }
}
.top .body-bg {
  background: #434145;
}
@media screen and (min-width: 1025px ) {
  .top .body-bg span:first-child {
    background: rgba(0, 0, 0, 0.9);
  }
}
@media screen and (min-width: 1025px ) {
  .top .body-bg span:nth-child(2) {
    background: #121212;
  }
}
@media screen and (min-width: 1025px ) {
  .top .body-bg span:last-child {
    background: #434145;
  }
}
.top .main {
  position: relative;
  height: 100%;
}
.top .wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
  padding: 0;
}
.top .footer {
  display: none;
}
.top .top-articles {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.top .top-article {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1400px) {
  .top .top-article {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    -moz-column-gap: 4.7619047619%;
         column-gap: 4.7619047619%;
  }
}
.top .top-article.current {
  z-index: 5;
  opacity: 1;
}
.top .top-article_thumbnail {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px ) {
  .top .top-article_thumbnail {
    overflow: hidden;
    border-radius: 30px 0 30px 0;
    transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media screen and (min-width: 1400px) {
  .top .top-article_thumbnail {
    position: relative;
    width: 83.8095238095%;
  }
}
.top .top-article_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 1025px ) {
  .top .top-article_thumbnail img {
    transition: 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
.top .top-article_thumbnail video {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px ) {
  .top .top-article_thumbnail video {
    transition: 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media screen and (min-width: 1400px) {
  .top .top-article_thumbnail video {
    height: 100%;
  }
}
@media screen and (min-width: 1700px) {
  .top .top-article_thumbnail video {
    height: auto;
  }
}
.top .top-article_thumbnail a {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.top .top-article_thumbnail a + .top-article_loading {
  transition: none;
}
.top .top-article_thumbnail::before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 1400px) {
  .top .top-article_thumbnail::before {
    display: none;
  }
}
@media (any-hover: hover) {
  .top .top-article_thumbnail:hover {
    border-radius: 30px;
  }
  .top .top-article_thumbnail:hover img {
    transform: scale(1.05);
    opacity: 0.8;
  }
  .top .top-article_thumbnail:hover video {
    transform: scale(1.05);
    opacity: 0.8;
    opacity: 1;
  }
  .top .top-article_thumbnail:hover a + .top-article_loading {
    opacity: 0;
  }
}
.top .top-article_loading {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  font-weight: bold;
  color: white;
}
.top .top-article_detail {
  position: absolute;
  z-index: 3;
  bottom: 120px;
  width: 100%;
  padding: 0 7.6%;
}
@media screen and (min-width: 1025px ) {
  .top .top-article_detail {
    bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .top .top-article_detail {
    position: relative;
    bottom: 60px;
    left: auto;
    width: 30.4761904762%;
    padding: 0;
  }
}
.top .moreButton {
  position: absolute;
  right: 7.6%;
  bottom: 0;
}
@media screen and (min-width: 1025px ) {
  .top .moreButton {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
.top .top-article_header {
  width: 70%;
}
@media screen and (min-width: 1025px ) {
  .top .top-article_header {
    width: 100%;
    margin-top: 40px;
  }
}
.top .top-article_category {
  line-height: 1.1666666667;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  font-weight: bold;
  color: #eaeaea;
}
@media screen and (min-width: 1025px ) {
  .top .top-article_category {
    line-height: 1.2857142857;
    font-size: 0.875rem;
  }
}
.top .top-article_title {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 1025px ) {
  .top .top-article_title {
    margin-top: 15px;
  }
}
.top .top-article_title a {
  display: inline;
  width: 265px;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
  font-weight: bold;
  color: white;
}
@media screen and (min-width: 1025px ) {
  .top .top-article_title a {
    display: block;
    width: 100%;
    line-height: 1.3076923077;
    font-size: 1.625rem;
    transition: 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media (any-hover: hover) {
  .top .top-article_title a:hover {
    opacity: 0.7;
  }
}
.top .top-article_place a {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 15px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #eaeaea;
}
@media screen and (min-width: 1025px ) {
  .top .top-article_place a {
    transition: 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media (any-hover: hover) {
  .top .top-article_place a:hover {
    opacity: 0.7;
  }
}
.top .top-article_place a svg {
  margin-right: 8px;
}
.top .top-article_people {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.top .top-article_people_figure {
  overflow: hidden;
  border: 2px solid #80FF9D;
  min-width: 45px;
  width: 45px;
  min-height: 45px;
  height: 45px;
  border-radius: 50%;
}
@media (any-hover: hover) {
  .top .top-article_people_figure a:hover img {
    transform: scale(1.05);
    opacity: 0.8;
    transform: scale(1.77);
  }
}
.top .top-article_people_figure img {
  transform: scale(1.7);
}
@media screen and (min-width: 1025px ) {
  .top .top-article_people_figure img {
    transition: 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
.top .top-article_people_figure.hagiso {
  border: 2px solid #a700ff;
}
.top .top-article_people_comment {
  line-height: 1.2857142857;
  padding: 7px 12px;
  font-size: 0.75rem;
  border-radius: 10px 0 10px 0;
  background: white;
  border: 1px solid #c1c1c1;
}
@media screen and (min-width: 1025px ) {
  .top .top-article_people_comment {
    padding: 8px 10px;
  }
}
.top .top-article_bar {
  position: absolute;
  z-index: 2;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1025px ) {
  .top .top-article_bar {
    position: absolute;
  }
}
@media screen and (min-width: 1400px) {
  .top .top-article_bar {
    bottom: -35px;
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
}
.top .top-article_bar span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background: white;
}
.top .top-article_bar.active span {
  animation: topArticleBar 10.5s linear;
}
.top .top-prev,
.top .top-next {
  display: none;
}
@media screen and (min-width: 1025px ) {
  .top .top-prev,
  .top .top-next {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 6;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
}
@media (any-hover: hover) {
  .top .top-prev:hover svg,
  .top .top-next:hover svg {
    opacity: 0.7;
  }
}
.top .top-prev {
  display: none;
}
@media screen and (min-width: 1025px ) {
  .top .top-prev {
    display: block;
    left: 60px;
  }
}
.top .top-next {
  display: none;
}
@media screen and (min-width: 1025px ) {
  .top .top-next {
    display: block;
    right: 60px;
  }
}
.top .navigation-item_shuffle.isTop {
  display: flex;
}
.top .navigation-item_shuffle.isNotTop {
  display: none;
}
.top .top-shuffle {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1400px) {
  .top .top-shuffle {
    justify-content: space-between;
    align-items: flex-end;
    -moz-column-gap: 4.7619047619%;
         column-gap: 4.7619047619%;
  }
}
.top .top-shuffle .top-article_detail {
  height: 100%;
}
.top .top-shuffle .top-shuffle_thumbnail {
  overflow: visible;
  position: relative;
  z-index: 1;
  height: 100%;
}
.top .top-shuffle .top-shuffle_thumbnail .js-shuffleImg {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1025px ) {
  .top .top-shuffle .top-shuffle_thumbnail .js-shuffleImg {
    border-radius: 30px 0 30px 0;
  }
}

.page .people {
  padding: 140px 0;
}
.page .people .people-list {
  display: flex;
  flex-direction: column;
  margin-top: 75px;
}
@media screen and (min-width: 1025px ) {
  .page .people .people-list {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    row-gap: 60px;
    -moz-column-gap: 5.7142857143%;
         column-gap: 5.7142857143%;
    margin-top: 100px;
  }
}
.page .people .people-person {
  width: 100%;
}
@media screen and (min-width: 1025px ) {
  .page .people .people-person {
    max-width: 310px;
    width: 29.5238095238%;
  }
}
.page .people .people-person:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 1025px ) {
  .page .people .people-person:not(:first-child) {
    margin-top: 0;
  }
}
.page .people .people-person a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  width: 100%;
}
@media (any-hover: hover) {
  .page .people .people-person a:hover .card_thumbnail {
    border-radius: 10px;
  }
  .page .people .people-person a:hover img {
    transform: scale(1.05);
    opacity: 0.8;
    transform: scale(1.77);
  }
  .page .people .people-person a:hover .people-person_name,
  .page .people .people-person a:hover .people-person_romaji,
  .page .people .people-person a:hover .people-person_title {
    opacity: 0.7;
  }
}
.page .people .people-person_thumbnail {
  overflow: hidden;
  aspect-ratio: 1/1;
  min-width: 80px;
  max-width: 80px;
  width: 100%;
  min-height: 80px;
  max-height: 80px;
  height: 100%;
  border: 2px solid #80FF9D;
  border-radius: 50%;
}
@media screen and (min-width: 1025px ) {
  .page .people .people-person_thumbnail {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
  }
}
.page .people .people-person_thumbnail img {
  transform: scale(1.7);
}
@media screen and (min-width: 1025px ) {
  .page .people .people-person_thumbnail img {
    transition: 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
.page .people .people-person_thumbnail.hagiso {
  border: 2px solid #a700ff;
}
.page .people .people-person_name {
  letter-spacing: 0.021em;
  font-size: 0.9375rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px ) {
  .page .people .people-person_name {
    line-height: 1.4285714286;
    font-size: 1.3125rem;
    transition: 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
.page .people .people-person_romaji {
  line-height: 1.1666666667;
  margin-top: 5px;
  letter-spacing: 0.021em;
  font-size: 0.75rem;
  transition: 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.page .people .people-person_title {
  margin-top: 6px;
  font-size: 0.625rem;
  color: #969696;
}
@media screen and (min-width: 1025px ) {
  .page .people .people-person_title {
    margin-top: 8px;
    font-size: 0.75rem;
    transition: 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.page .place {
  padding-bottom: 140px;
}
@media screen and (min-width: 1025px ) {
  .page .place {
    padding: 40px 0 140px;
  }
}
@media screen and (min-width: 1025px ) {
  .page .place .place-header {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    -moz-column-gap: 4.7619047619%;
         column-gap: 4.7619047619%;
  }
}
.page .place .thumbnail iframe {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px ) {
  .page .place .thumbnail iframe {
    position: static;
    transform: translateY(0);
  }
}
.page .place .place-list {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
@media screen and (min-width: 1025px ) {
  .page .place .place-list {
    margin-top: 70px;
  }
}
.page .place .heading {
  margin-top: 50px;
}
@media screen and (min-width: 1025px ) {
  .page .place .heading {
    width: auto;
    margin-top: 100px;
    text-align: left;
  }
}
@media screen and (min-width: 1025px ) {
  .page .place .jaHeading {
    text-align: left;
  }
}
.page .place .store:first-child {
  margin-top: 0;
}
.page .place .store .store_info {
  margin-top: 0;
}

.archive .main {
  padding: 140px 0;
}
.archive .heading {
  font-size: 1.75rem;
}
@media screen and (min-width: 1025px ) {
  .archive .heading {
    font-size: 2.375rem;
  }
}

.single .work {
  padding-bottom: 140px;
}
.single .work .work-content {
  margin-top: 60px;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content {
    margin-top: 70px;
  }
}
.single .work .work-content h1, .single .work .work-content h2, .single .work .work-content h3, .single .work .work-content h4, .single .work .work-content h5 {
  padding-top: 40px;
  font-weight: bold;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content h1, .single .work .work-content h2, .single .work .work-content h3, .single .work .work-content h4, .single .work .work-content h5 {
    width: 83.8095238095%;
    margin: 0 auto;
  }
}
.single .work .work-content h1 strong, .single .work .work-content h2 strong, .single .work .work-content h3 strong, .single .work .work-content h4 strong, .single .work .work-content h5 strong {
  margin: 0;
}
.single .work .work-content h1 {
  line-height: 1.6363636364;
  font-size: 1.375rem;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content h1 {
    line-height: 1.1785714286;
    font-size: 1.75rem;
  }
}
.single .work .work-content h2 {
  line-height: 1.3846153846;
  font-size: 1.25rem;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content h2 {
    line-height: 1.2692307692;
    font-size: 1.625rem;
  }
}
.single .work .work-content h3 {
  line-height: 2;
  font-size: 1.125rem;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content h3 {
    line-height: 1.375;
    font-size: 1.5rem;
  }
}
.single .work .work-content h4 {
  line-height: 2.25;
  font-size: 1rem;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content h4 {
    line-height: 1.5;
    font-size: 1.375rem;
  }
}
.single .work .work-content h5 {
  line-height: 2.5714285714;
  font-size: 0.875rem;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content h5 {
    line-height: 1.65;
    font-size: 1.25rem;
  }
}
.single .work .work-content p,
.single .work .work-content strong,
.single .work .work-content blockquote {
  display: block;
  line-height: 1.8666666667;
  margin-top: 20px;
  letter-spacing: 0.025em;
  font-size: 0.9375rem;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content p,
  .single .work .work-content strong,
  .single .work .work-content blockquote {
    width: 83.8095238095%;
    margin: 20px auto 0;
    letter-spacing: 0.05em;
  }
}
.single .work .work-content p strong,
.single .work .work-content strong strong,
.single .work .work-content blockquote strong {
  margin: 0;
}
.single .work .work-content strong {
  display: inline;
}
.single .work .work-content a {
  display: inline;
  line-height: 1.8666666667;
  letter-spacing: 0.025em;
  text-decoration: underline;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #a700ff;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content a {
    letter-spacing: 0.05em;
  }
}
@media (any-hover: hover) {
  .single .work .work-content a:hover {
    opacity: 0.7;
  }
}
.single .work .work-content ul,
.single .work .work-content ol {
  margin-top: 20px;
  padding: 0;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content ul,
  .single .work .work-content ol {
    width: 83.8095238095%;
    margin: 30px auto 0;
  }
}
.single .work .work-content li {
  position: relative;
  line-height: 1.8666666667;
  letter-spacing: 0.025em;
  font-size: 0.9375rem;
  margin-left: 1.5em;
}
.single .work .work-content li::marker {
  color: #a700ff;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content li {
    letter-spacing: 0.05em;
  }
}
.single .work .work-content ul li {
  list-style-type: disc;
}
.single .work .work-content ol li {
  list-style-type: decimal;
}
.single .work .work-content iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content iframe {
    width: 83.8095238095%;
    margin: 40px auto 0;
  }
}
.single .work .work-content table {
  margin-top: 20px;
  background: #f9f9f9;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content table {
    width: 83.8095238095%;
    margin: 20px auto 0;
  }
}
.single .work .work-content table th,
.single .work .work-content table td:first-child {
  word-break: break-all;
  vertical-align: middle;
  line-height: 1.5;
  padding: 10px;
  font-size: 0.75rem;
  font-weight: normal;
  color: #969696;
  border: 1px solid #c1c1c1;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content table th,
  .single .work .work-content table td:first-child {
    width: 85px;
    border-right: none;
  }
}
.single .work .work-content table th.isLong:first-child,
.single .work .work-content table td:first-child.isLong:first-child {
  vertical-align: top;
}
.single .work .work-content table td {
  word-break: break-all;
  vertical-align: middle;
  line-height: 1.6;
  padding: 10px;
  font-size: 0.9375rem;
  border: 1px solid #c1c1c1;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content table td {
    border-left: none;
  }
}
.single .work .work-content table td a {
  display: inline;
  text-decoration: underline;
}
.single .work .work-content table td.isOnly {
  border-right: 1px solid #c1c1c1;
}
.single .work .work-content figcaption {
  margin-top: 10px;
  font-size: 0.75rem;
  color: #969696;
}
.single .work .work-content hr {
  display: block;
  width: 40%;
  margin: 40px auto 0;
  border-width: 1px;
  border-color: #c1c1c1;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content hr {
    width: 156px;
    margin: 70px auto;
  }
}
.single .work .work-content .contents {
  padding: 30px;
  border-radius: 10px 0 10px 0;
  border: 1px solid #c1c1c1;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content .contents {
    width: 83.8095238095%;
    margin: 40px auto 0;
  }
}
.single .work .work-content .contents p {
  margin: 0;
}
.single .work .work-content .contents p strong {
  font-size: 0.875rem;
  font-weight: bold;
  color: #969696;
}
.single .work .work-content .contents ul {
  margin: 5px 0 0 0;
}
.single .work .work-content .contents li a {
  color: #121212;
}
.single .work .work-content .bg {
  margin-top: 40px;
  padding: 40px 30px;
  background: #f9f9f9;
  border-radius: 10px 0 10px 0;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content .bg {
    width: 83.8095238095%;
    margin: 40px auto 0;
  }
}
.single .work .work-content .bg h1, .single .work .work-content .bg h2, .single .work .work-content .bg h3, .single .work .work-content .bg h4, .single .work .work-content .bg h5 {
  margin: 0 0 20px 0;
  padding-top: 0;
}
.single .work .work-content .bg p {
  width: 100%;
  margin: 20px 0 0 0;
}
.single .work .work-content .bg ul {
  margin: 20px 0 0 0;
}
.single .work .work-content .bg .wp-block-image {
  margin: 0 0 20px 0;
}
.single .work .work-content .border {
  margin-top: 40px;
  padding: 40px 30px;
  border-radius: 10px 0 10px 0;
  border: 1px solid #c1c1c1;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content .border {
    width: 83.8095238095%;
    margin: 40px auto 0;
  }
}
.single .work .work-content .border h1, .single .work .work-content .border h2, .single .work .work-content .border h3, .single .work .work-content .border h4, .single .work .work-content .border h5 {
  margin: 0 0 20px 0;
  padding-top: 0;
}
.single .work .work-content .border p {
  width: 100%;
  margin: 20px 0 0 0;
}
.single .work .work-content .border ul {
  margin: 20px 0 0 0;
}
.single .work .work-content .border .wp-block-image {
  margin: 0 0 20px 0;
}
.single .work .work-content .border .bg {
  width: 100%;
  margin: 20px 0 0 0;
}
.single .work .work-content .wp-block-gallery {
  margin-top: 40px;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content .wp-block-gallery {
    width: 83.8095238095%;
    margin: 40px auto 0;
  }
}
.single .work .work-content .wp-block-image {
  overflow: hidden;
  margin-top: 40px;
  border-radius: 10px 0 10px 0;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content .wp-block-image {
    cursor: pointer;
    width: 83.8095238095%;
    margin: 40px auto 0;
  }
}
.single .work .work-content .wp-block-image img {
  border-radius: 10px 0 10px 0;
}
.single .work .work-content .wp-block-image.is-resized img {
  width: auto;
  margin: 0;
}
.single .work .work-content .wp-block-button {
  display: flex;
  align-items: center;
  width: 83.8095238095%;
  margin: 40px auto 0;
}
.single .work .work-content .wp-block-button a {
  display: flex;
  align-items: center;
  line-height: 1.3333333333;
  margin: 0 auto;
  text-decoration: none;
  font-size: 0.9375rem;
  color: white;
}
@media (any-hover: hover) {
  .single .work .work-content .wp-block-button a:hover {
    color: #a700ff;
    opacity: 1;
  }
}
.single .work .work-content .wp-block-file {
  margin-top: 20px;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content .wp-block-file {
    width: 83.8095238095%;
    margin: 20px auto 0;
  }
}
.single .work .work-content .wp-block-columns {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content .wp-block-columns {
    width: 83.8095238095%;
    margin: 40px auto 0;
  }
}
.single .work .work-content .wp-block-columns .is-layout-flow h1, .single .work .work-content .wp-block-columns .is-layout-flow h2, .single .work .work-content .wp-block-columns .is-layout-flow h3, .single .work .work-content .wp-block-columns .is-layout-flow h4, .single .work .work-content .wp-block-columns .is-layout-flow h5 {
  width: 100%;
  margin: 0;
}
.single .work .work-content .wp-block-columns .is-layout-flow p {
  width: 100%;
  margin: 20px 0 0 0;
}
.single .work .work-content .wp-block-columns .is-layout-flow .wp-block-image {
  width: 100%;
  margin: 0;
}
.single .work .work-content .wp-block-columns.is-layout-flex {
  row-gap: 0;
}
.single .work .work-content .wp-block-columns.is-layout-flex .wp-block-column:first-child {
  margin-top: 0;
}
.single .work .work-content .wp-block-columns.is-layout-flex .wp-block-column:first-child .wp-block-button {
  margin-top: 0;
}
@media screen and (min-width: 768px ) {
  .single .work .work-content .wp-block-columns.is-layout-flex .wp-block-button {
    margin-top: 0;
  }
}
.single .work .work-content .wpcf7-form label {
  font-weight: bold;
}
.single .work .work-content .wpcf7-form input[type=text],
.single .work .work-content .wpcf7-form input[type=date],
.single .work .work-content .wpcf7-form input[type=tel],
.single .work .work-content .wpcf7-form input[type=email],
.single .work .work-content .wpcf7-form input[type=file],
.single .work .work-content .wpcf7-form textarea {
  display: block;
  width: 50%;
  line-height: 1.8666666667;
  padding: 4px 10px;
  letter-spacing: 0.025em;
  font-size: 0.9375rem;
  font-weight: normal;
  background: #f9f9f9;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content .wpcf7-form input[type=text],
  .single .work .work-content .wpcf7-form input[type=date],
  .single .work .work-content .wpcf7-form input[type=tel],
  .single .work .work-content .wpcf7-form input[type=email],
  .single .work .work-content .wpcf7-form input[type=file],
  .single .work .work-content .wpcf7-form textarea {
    letter-spacing: 0.05em;
  }
}
.single .work .work-content .wpcf7-form input[type=text].long,
.single .work .work-content .wpcf7-form input[type=date].long,
.single .work .work-content .wpcf7-form input[type=tel].long,
.single .work .work-content .wpcf7-form input[type=email].long,
.single .work .work-content .wpcf7-form input[type=file].long,
.single .work .work-content .wpcf7-form textarea.long {
  width: 100%;
}
.single .work .work-content .wpcf7-form input[type=date] {
  width: auto;
}
.single .work .work-content .wpcf7-form input[type=file] {
  width: auto;
  padding: 0;
  background: none;
  border: none;
}
.single .work .work-content .wpcf7-form textarea {
  width: 100%;
  height: 200px;
}
.single .work .work-content .wpcf7-form input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.single .work .work-content .wpcf7-form input[type=radio] + .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
}
.single .work .work-content .wpcf7-form input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
}
.single .work .work-content .wpcf7-form input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 3px;
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #a700ff;
}
.single .work .work-content .wpcf7-form input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.single .work .work-content .wpcf7-form input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 21px;
}
.single .work .work-content .wpcf7-form input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: #f9f9f9;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
}
.single .work .work-content .wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 6px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid #a700ff;
  border-bottom: 2px solid #a700ff;
  transform: rotate(45deg);
}
.single .work .work-content .wpcf7-form .wpcf7-checkbox,
.single .work .work-content .wpcf7-form .wpcf7-radio {
  display: block;
}
.single .work .work-content .wpcf7-form .wpcf7-checkbox.list,
.single .work .work-content .wpcf7-form .wpcf7-radio.list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}
.single .work .work-content .wpcf7-form .wpcf7-checkbox.list .wpcf7-list-item,
.single .work .work-content .wpcf7-form .wpcf7-radio.list .wpcf7-list-item {
  width: 50%;
  margin: 0 !important;
}
.single .work .work-content .wpcf7-form .wpcf7-list-item {
  display: block;
  margin: 0;
}
.single .work .work-content .wpcf7-form .wpcf7-list-item:not(:first-child) {
  margin-top: 5px;
}
.single .work .work-content .wpcf7-form .wpcf7-list-item-label {
  font-weight: normal;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content .wpcf7-form .wpcf7-list-item-label {
    cursor: pointer;
  }
}
.single .work .work-content .wpcf7-form .wpcf7-free-text {
  display: inline-block !important;
}
.single .work .work-content .wpcf7-form .wpcf7-spinner {
  display: none;
}
.single .work .work-content .wpcf7-form .wpcf7-response-output {
  line-height: 1.8666666667;
  letter-spacing: 0.025em;
  color: red;
  font-size: 0.9375rem;
  font-weight: bold;
  border: none;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-content .wpcf7-form .wpcf7-response-output {
    width: 83.8095238095%;
    margin: 20px auto 0;
    padding: 0;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
.single .work .work-content .wpcf7-form .button {
  margin-top: 45px;
}
.single .work .work-content .wpcf7-form .button span {
  margin: 0 auto;
}
.single .work .work-content .flavor {
  display: block;
  width: 45px;
  height: 45px;
  margin-top: 10px;
  border-radius: 50%;
}
.single .work .jaHeading {
  margin-top: 10px;
}
.single .work .sec {
  position: relative;
  margin-top: 80px;
  padding-top: 80px;
}
@media screen and (min-width: 1025px ) {
  .single .work .sec {
    margin-top: 120px;
    padding-top: 120px;
  }
}
.single .work .sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #c1c1c1;
}
@media screen and (min-width: 1025px ) {
  .single .work .sec::before {
    width: 156px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.single .work .work-scroll {
  display: none;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-scroll {
    position: absolute;
    top: 87vh;
    left: clamp(200px, 14.8148148148%, 270px);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1025px ) {
  .single .work .work-scroll_text {
    writing-mode: vertical-rl;
    line-height: 1;
    font-size: 0.625rem;
    font-weight: bold;
    color: #a700ff;
  }
}
@media screen and (min-width: 1025px ) {
  .single .work .work-scroll_bar {
    position: relative;
    display: block;
    width: 1px;
    height: 80px;
    margin-top: 10px;
    background: rgba(167, 0, 255, 0.2);
  }
}
@media screen and (min-width: 1025px ) {
  .single .work .work-scroll_bar::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 80px;
    background: #a700ff;
    animation: workScrollDown 3.5s cubic-bezier(0.22, 1, 0.36, 1) infinite;
    transform-origin: top;
  }
}
.single .work .heading {
  line-height: 1.1875;
  font-size: 2rem;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-header {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    -moz-column-gap: 4.7619047619%;
         column-gap: 4.7619047619%;
    margin-top: 40px;
  }
}
.single .work .thumbnail::before {
  content: "";
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 0 1px #dcdcdc inset;
  inset: 0;
  border-radius: 0 0 30px 0;
  mix-blend-mode: darken;
}
@media screen and (min-width: 1025px ) {
  .single .work .thumbnail::before {
    border-radius: 30px 0 30px 0;
  }
}
.single .work .thumbnail img {
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.single .work .thumbnail video {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px ) {
  .single .work .thumbnail video {
    position: static;
    transform: translateY(0) scale(1.8);
    width: auto;
    height: 100%;
    border-radius: 30px 0 30px 0;
  }
}
@media screen and (min-width: 1025px ) {
  .single .work .work-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30.4761904762%;
  }
}
.single .work .work-heading {
  margin-top: 50px;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-heading {
    margin-top: 0;
    padding-top: 60px;
  }
}
.single .work .work-category_comma {
  display: inline;
  margin-left: -1px;
  color: #a700ff;
  font-size: 0.625rem;
}
.single .work .work-title {
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
}
.single .work .work-category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-category_list {
    margin-top: 18px;
  }
}
.single .work .work-category_item {
  line-height: 1;
}
.single .work .work-category_item a {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: table;
  line-height: 1;
  padding: 6px 10px;
  font-size: 0.625rem;
  color: white;
  background: #a700ff;
  border: 2px solid #a700ff;
  border-radius: 15px;
}
.single .work .work-category_item a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -100%;
  right: -3rem;
  bottom: -100%;
  left: -3rem;
  background: white;
  border-radius: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: 1.2s transform cubic-bezier(0.22, 1, 0.36, 1);
}
@media (any-hover: hover) {
  .single .work .work-category_item a:hover {
    color: #a700ff;
  }
  .single .work .work-category_item a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.single .work .work-peopleTitle {
  margin-top: 6px;
  line-height: 1.4;
  font-size: 0.625rem;
  color: #969696;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-peopleTitle {
    margin-top: 8px;
    line-height: 1.3333333333;
    font-size: 0.75rem;
  }
}
.single .work .moreButton {
  margin-top: 20px;
}
@media screen and (min-width: 1025px ) {
  .single .work .moreButton {
    margin-top: 0;
  }
}
.single .work .work-store {
  margin-top: 20px;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-store {
    margin-top: 40px;
  }
}
.single .work .work-store_info {
  padding: 40px 30px;
  background: #f9f9f9;
  border-radius: 10px 0 10px 0;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-store_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1025px ) {
  .single .work .work-store_half {
    width: 48%;
  }
}
.single .work .work-store_half:first-child {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-store_half:first-child {
    margin-bottom: 0;
  }
}
.single .work .work-store_term {
  line-height: 1;
  font-size: 0.75rem;
  color: #969696;
}
.single .work .work-store_term:not(:first-of-type) {
  margin-top: 20px;
}
.single .work .work-store_desc {
  margin-top: 5px;
  line-height: 1.6;
  font-size: 0.9375rem;
  font-weight: bold;
}
.single .work .work-store_desc.isAddress a {
  display: inline-block;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .single .work .work-store_desc.isAddress a:hover span {
    opacity: 0.7;
  }
}
.single .work .work-store_desc.isAddress a svg {
  display: inline-block;
  margin-left: 5px;
  transform: translateY(-5px);
}
.single .work .work-store_desc a {
  text-decoration: underline;
  font-size: 0.9375rem;
  font-weight: bold;
}
.single .work .work-store_sns {
  display: flex;
  margin-top: 10px;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-store_sns {
    flex-wrap: wrap;
  }
}
.single .work .work-store_sns a {
  display: block;
}
.single .work .work-store_sns a:not(:first-child) {
  margin-left: 5px;
}
@media (any-hover: hover) {
  .single .work .work-store_sns a:hover svg circle {
    stroke: #a700ff;
    fill: #f9f9f9;
  }
  .single .work .work-store_sns a:hover svg path {
    fill: #a700ff;
  }
}
.single .work .work-slider {
  position: relative;
}
.single .work .work-slider .work-swiper {
  overflow: hidden;
  border-radius: 10px 0 10px 0;
  margin-top: 30px;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-slider .work-swiper {
    width: 83.8095238095%;
    margin: 100px auto 0;
  }
}
.single .work .work-slider .swiper-pagination {
  z-index: 1;
  bottom: -12%;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-slider .swiper-pagination {
    bottom: -8%;
  }
}
.single .work .work-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #a700ff;
  border: none;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.single .work .work-slider .swiper-pagination-bullet-active {
  background: #a700ff;
}
.single .work .work-slider .swiper-button-prev,
.single .work .work-slider .swiper-button-next {
  z-index: 1;
  transform: scale(0.6);
  color: #a700ff;
}
.single .work .work-slider .swiper-button-prev {
  left: -9%;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-slider .swiper-button-prev {
    left: 3%;
  }
}
.single .work .work-slider .swiper-button-next {
  right: -9%;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-slider .swiper-button-next {
    right: 3%;
  }
}
.single .work .work-people_list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 35px;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-people_list {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 60px;
    margin-top: 55px;
  }
}
.single .work .work-people_item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-people_item {
    display: block;
    width: 30.4761904762%;
  }
}
.single .work .work-people_figure {
  overflow: hidden;
  min-width: 70px;
  width: 70px;
  min-height: 70px;
  height: 70px;
  border: 2px solid #80FF9D;
  border-radius: 50%;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-people_figure {
    margin: 0 auto;
  }
}
.single .work .work-people_figure a {
  display: block;
  width: 100%;
}
@media (any-hover: hover) {
  .single .work .work-people_figure a:hover img {
    transform: scale(1.05);
    opacity: 0.8;
    transform: scale(1.77);
  }
}
.single .work .work-people_figure img {
  transform: scale(1.7);
}
@media screen and (min-width: 1025px ) {
  .single .work .work-people_figure img {
    transition: 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
.single .work .work-people_figure.hagiso {
  border: 2px solid #a700ff;
}
.single .work .work-people_content {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #c1c1c1;
  border-radius: 10px 0 10px 0;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-people_content {
    margin-top: 15px;
  }
}
.single .work .work-people_name {
  line-height: 1.3333333333;
  margin-top: 0;
  font-size: 0.9375rem;
  font-weight: bold;
}
.single .work .work-people_title {
  margin-top: 8px;
  font-size: 0.625rem;
  color: #969696;
}
@media screen and (min-width: 1025px ) {
  .single .work .work-people_title {
    font-size: 0.75rem;
  }
}
.single .work .work-people_comment {
  line-height: 1.6;
  margin-top: 10px;
  font-size: 0.875rem;
}
.single .work .cards .cards_list {
  margin-top: 35px;
}
@media screen and (min-width: 1025px ) {
  .single .work .cards .cards_list {
    justify-content: center;
    margin-top: 55px;
  }
}
.single .work .cards .cards_list + .button {
  margin-top: 45px;
}
@media screen and (min-width: 1025px ) {
  .single .work .cards .cards_list + .button a {
    margin: 0 auto;
  }
}
.single .work .store {
  margin: 0;
}
@media screen and (min-width: 1025px ) {
  .single .work .store {
    margin-top: 120px;
    padding: 0;
  }
}
.single .work .store h2 {
  margin: 0;
}
@media screen and (min-width: 1025px ) {
  .single .work .store .store_term {
    margin: 35px 0 0 0;
  }
}
@media screen and (min-width: 1025px ) {
  .single .work .store .store_desc {
    margin: 10px 0 0 0;
  }
}
.single .work .store .button {
  margin-top: 45px;
}
@media screen and (min-width: 1025px ) {
  .single .work .store .button {
    margin: 45px 0 0 0;
    width: auto;
  }
}
.single .work .store .button a {
  width: 92.3076923077%;
}

/*# sourceMappingURL=app.css.map*/