@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: .04em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0,0,0,0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
  text-align: left;
  position: relative;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5em;
  font-size: 15px;
  font-family: "a-otf-gothic-mb101-pr6n",sans-serif;
  font-weight: 300;
  font-style: normal;
  scrollbar-gutter: stable;
}

body {
  background-color: #efea45;
  color: #f50;
  height: 100%;
  margin: auto;
  overflow-wrap: anywhere;
  font-family: "a-otf-gothic-mb101-pr6n",sans-serif;
  font-weight: 300;
  font-style: normal;
}

li {
  list-style: none;
  text-decoration: none;
}

a,
a:hover,
a:active {
  color: #f50;
  text-decoration: none;
}

h1 {
  display: block;
  font-size: auto;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  font-weight: normal;
  unicode-bidi: isolate;
}

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
  unicode-bidi: isolate;
}

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

p {
  display: block;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #000;
  color: #fff;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: none;
  padding: 15px 5px;
  border: 1px solid #ccc;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

input:-internal-autofill-selected {
  background-color: #fff;
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0,0,0,.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
  animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(0,0,0,.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: rgba(0,0,0,0);
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: block;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: rgba(0,0,0,0);
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: block;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}

.splide__arrow:disabled {
  opacity: .3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid rgba(0,0,0,0);
  cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}

.c-anchor {
  position: absolute;
  top: -50px;
  width: 10px;
  height: 10px;
}

.c-anchor--fadeup {
  position: absolute;
  top: -150px;
  width: 10px;
  height: 10px;
}

.c-btn {
  padding: 17px 23px;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
  letter-spacing: .3px;
}

.c-btn__cv {
  color: #fff;
  min-width: 155px;
  padding: 14px 18px;
}

.c-btn__cv--contact {
  background-color: #f86579;
}

.c-btn__cv--download {
  background-color: #746ae8;
}

.c-card-01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-card-01__title {
  margin: 0;
  padding: 13px 20px;
  background: #ea551a;
  border: 1px solid #ea551a;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 5px 5px 0px 0px;
}

.c-card-01__wrap {
  border: 1px solid #ea551a;
  border-radius: 0px 0px 5px 5px;
}

.c-card-01__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-right: 30px;
}

.c-card-01__header-img {
  width: 289px;
  height: 195px;
  object-fit: cover;
  display: block;
}

.c-card-01__detail {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 28px 0 28px 23px;
  border-left: 1px solid #ea551a;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
}

.c-card-01__description {
  margin: 0;
  color: #ea551a;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.c-card-01__note {
  margin: 0;
  color: #ea551a;
  font-size: 12px;
  font-weight: 500;
}

.c-card-01__instagram {
  margin: 0;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 2px 11px 3px;
  border: 1px solid #ea551a;
  border-radius: 3px;
  background: #faf0d1;
  color: #ea551a;
  font-family: "Nunito",sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: opacity .3s;
  display: inline-block;
  line-height: 23px;
}

.c-card-01__instagram:hover {
  opacity: .7;
}

.c-card-01__instagram--w {
  background-color: #fff;
}

.c-card-01__data {
  margin: 0;
  padding: 12px 20px;
  background: #faf0d1;
  border-top: 1px solid #ea551a;
  color: #ea551a;
  font-size: 17px;
  font-weight: 700;
}

.c-card-01__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px;
  border-top: 1px solid #ea551a;
}

.c-card-01__info-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 40%;
}

.c-card-01__info-join {
  width: 60%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.c-card-01__info-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.c-card-01__info-label {
  margin: 0;
  color: #ea551a;
  font-size: 14px;
  font-weight: 700;
}

.c-card-01__info-txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
}

.c-card-01__info-txt p {
  margin: 0;
  color: #ea551a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.c-card-01__info-txt .is-small {
  font-size: 12px;
  line-height: 22px;
}

.c-card-01__info-method {
  margin: 0;
  color: #ea551a;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.c-card-01__info-method strong {
  color: red;
  font-weight: 700;
}

.c-card-02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  transition: opacity .3s;
}

.c-card-02:hover {
  opacity: .7;
}

.c-card-02__title {
  margin: 0;
  padding: 16px 0;
  text-align: center;
  background: #ea551a;
  color: #fff;
  font-family: "Nunito",sans-serif;
  font-size: 30px;
  font-weight: 600;
  border-radius: 5px 5px 0px 0px;
}

.c-card-02__wrap {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 23px 0;
  border: 1px solid #ea551a;
  border-top: none;
  background: #faf0d1;
  gap: 27px;
  border-radius: 0px 0px 5px 5px;
}

.c-card-02__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  padding: 0 30px;
}

.c-card-02__header-img {
  width: 308px;
  height: 308px;
  object-fit: cover;
  display: block;
}

.c-card-02__header-info {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
}

.c-card-02__header-name {
  margin: 0;
  text-align: center;
  color: #040000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.c-card-02__header-flavor {
  margin: 0;
  text-align: center;
  color: #040000;
  font-size: 22px;
  font-weight: 700;
}

.c-card-02__detail {
  padding: 0 25px;
}

.c-card-02__description {
  margin: 0;
  color: #ea551a;
  font-size: 14px;
  font-weight: 500;
  line-height: 29px;
}

.c-card-03 {
  padding: 14px 20px;
  background: #faf0d1;
  text-align: center;
  transition: opacity .3s;
  border-radius: 5px;
}

.c-card-03:hover {
  opacity: .7;
}

.c-card-03--live {
  background: #efea46;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.c-card-03--live .c-card-03__header img {
  width: 90px;
  height: 90px;
}

.c-card-03--live-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-card-03--bgm {
  min-height: 51px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-card-03__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.c-card-03__header img {
  width: 145px;
  height: 145px;
  object-fit: cover;
  display: block;
}

.c-card-03__header-title {
  margin: auto;
  padding: 2px 0px 0 0px;
  border: 1px solid #ea551a;
  background: #fff;
  color: #ea551a;
  font-family: "Nunito",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  border-radius: 3px;
  width: 80px;
}

.c-card-03__name {
  margin: 9px 0 0;
  text-align: center;
  font-family: "Nunito","Noto Sans JP",sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  color: #000 !important;
}

.c-card-04 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: opacity .3s;
}

.c-card-04:hover {
  opacity: .7;
}

.c-card-04__title {
  margin: 0;
  padding: 9px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #ea551a;
  background: #faf0d1;
  border: 1px solid #ea551a;
  border-bottom: none;
  border-radius: 5px 5px 0px 0px;
}

.c-card-04__detail {
  border: 1px solid #ea551a;
  border-radius: 0px 0px 7px 7px;
}

.c-card-04__img {
  width: 100%;
  height: 188px;
  object-fit: cover;
  display: block;
}

.c-card-04__info {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  background: #ea551a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0px 0px 5px 5px;
}

.c-cv {
  padding: 80px;
  background-image: url("../images/top/cv_bg.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

.c-cv__inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}

.c-cv__title {
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1.45;
  letter-spacing: 3.21px;
  font-weight: 800;
  text-align: center;
}

.c-cv__lead {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .03em;
  font-weight: 500;
  text-align: center;
  margin-top: 32px;
}

.c-cv__actions {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  margin-top: 27px;
}

.c-cv__btn {
  display: block;
  padding: 26px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 26px;
  letter-spacing: .03em;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 0 24px rgba(0,0,0,.1);
  text-align: center;
  position: relative;
}

.c-cv__btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.c-cv__btn--contact {
  background: linear-gradient(180deg, #f86579 0%, #ff8696 53%, #f86579 100%);
  border: solid 3px #f85e73;
}

.c-cv__btn--contact span {
  text-shadow: 0 4px 14px #e35165;
}

.c-cv__btn--download {
  background: linear-gradient(180deg, #554adc 0%, #756bf2 53%, #554adc 100%);
  border: solid 3px #554adc;
}

.c-cv__btn--download span {
  text-shadow: 0 4px 14px #517de3;
}

.fade_in {
  opacity: 0;
  transition: opacity 1s;
}

.fade_in-active {
  opacity: 1;
}

.c-fade-in {
  opacity: 0;
  transition: opacity 1s;
}

.c-fade-in--active {
  opacity: 1;
}

.c-fade-load {
  opacity: 0;
  transition: opacity 1s;
}

.c-fade-load--active {
  opacity: 1;
}

.c-page-fade-load {
  opacity: 0;
  transition: opacity 1s;
}

.c-page-fade-load--active {
  opacity: 1;
}

.c-fade-up-load {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: 1s;
}

.c-fade-up-load--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.c-fade-up {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: 1s;
}

.c-fade-up--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

.c-modal__bg {
  background-color: rgba(0,0,0,.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.c-modal-inner {
  padding-bottom: 60px;
}

.c-modal__header {
  position: relative;
  z-index: 10;
}

.c-modal__content {
  position: relative;
  padding: 80px 50px;
  overflow: scroll;
}

.c-modal__content__wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 960px;
  width: 90%;
  max-height: 90vh;
  background-color: #fff;
  border: solid 1px #ea551a;
  border-radius: 15px;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-modal__close {
  width: 45px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

.c-modal__close img {
  width: 100%;
}

.c-modal--full .c-modal__content {
  padding: 0px;
}

.c-modal--full .c-modal__close {
  z-index: 5;
}

.c-modal-open-btn {
  background-color: #ea551a;
  font-family: "Nunito",sans-serif;
  padding: 10px 11px 8px 11px;
  margin-top: 20px;
  font-size: 18px;
  border: solid 3px #faf0d1;
  border-radius: 9px;
  width: 170px;
  transition: .3s;
}

.c-modal-open-btn:hover,
.c-modal-open-btn:focus {
  border: solid 3px #faf0d1 !important;
  opacity: .7;
}

.js-modal-open {
  cursor: pointer;
}

.c-sec-header__title {
  margin: 0;
  color: #3b3e48;
  font-size: 40px;
  line-height: 1.38;
  letter-spacing: .03em;
  text-align: center;
  font-weight: 700;
}

.c-sec-header__title span {
  color: #746ae8;
}

.c-sec-header__lead {
  margin: 0;
  color: #3b3e48;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1.6px;
  text-align: center;
  font-weight: 500;
  margin-top: 24px;
}

.c-timetable-time {
  height: 33.33%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Nunito",sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ea551a;
  border-bottom: 1px solid #ea551a;
  background: #fbfbfb;
}

.c-timetable-time.is-alt {
  background: #fbfbde;
}

.c-timetable-day {
  padding: 11px 0;
  background: #ea551a;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
}

.c-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
  margin-bottom: 56px;
}

.c-title__img {
  padding-bottom: 30px;
}

.c-title__img img {
  object-fit: cover;
  display: block;
}

.c-title__img--music img {
  width: 250px;
}

.c-title__img--market img {
  width: 200px;
}

.c-title__img--ice img {
  width: 328px;
}

.c-title__label {
  margin: 0;
  color: #ea551a;
  font-size: 16px;
  font-weight: 500;
}

.c-title__en {
  margin: 0;
  color: #ea551a;
  font-family: "Nunito",sans-serif;
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
  margin-top: 10px;
}

.c-title__note {
  margin: 2px 0 0;
  padding: 2px 19px;
  border-radius: 100px;
  color: #ea551a;
  font-size: 16px;
  font-weight: 500;
}

.c-title__date {
  background: #fbf1d1;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  font-family: "Nunito",sans-serif;
  color: #ea551a;
  padding: 0px 15px;
  margin-top: 10px;
}

.c-sec-title {
  text-align: center;
  position: relative;
  width: 100%;
}

.c-sec-title:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ea551a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-sec-title span {
  font-size: 26px;
  background-color: #fff;
  display: inline-block;
  padding: 0px 20px;
  position: relative;
  z-index: 5;
  color: #ea551a;
}

.c-toggle {
  background-color: #f2f5ff;
  margin-bottom: 20px;
  border-radius: 8px;
}

.c-toggle--items {
  overflow: hidden;
}

.c-toggle--title {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  letter-spacing: 1.6px;
  cursor: pointer;
  font-weight: 700;
  padding: 30px 40px 25px 20px;
}

.c-toggle--title:before,
.c-toggle--title:after {
  position: absolute;
  top: 40px;
  right: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  display: block;
}

.c-toggle--title:before {
  width: 14px;
  height: 2px;
  background-color: #595757;
  border-radius: 100px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.c-toggle--title:after {
  width: 14px;
  height: 2px;
  background-color: #595757;
  border-radius: 100px;
  opacity: 1;
  transition: all .2s ease-in-out;
  margin-top: 1px;
}

.c-toggle--title--close {
  border-radius: 15px 15px 0px 0px !important;
}

.c-toggle--title--close:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-toggle--title--close:after {
  opacity: 0;
}

.c-toggle--title span {
  position: relative;
  display: inline-block;
  padding-left: 60px;
}

.c-toggle--title span::before {
  content: "Q";
  background-color: #746ae8;
  color: #fff;
  font-family: "Inter",sans-serif;
  font-weight: bold;
  padding: 7px 11px;
  position: absolute;
  top: -9px;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 41px;
}

.c-toggle--contents {
  display: none;
  padding: 20px;
  background-color: #fff;
  font-size: 16px;
  letter-spacing: 1.1px;
  line-height: 30px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.c-top {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 10000;
  background-color: #f5f5f5;
  padding: 10px 20px 10px 10px;
  border-radius: 40px 0px 0px 40px;
  opacity: 0;
  transition: opacity .5s;
}

.c-top--active {
  opacity: 1;
}

.c-top span {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-top span:before {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/common/ico_up_red.svg");
  display: inline-block;
  position: relative;
  top: 0px;
  margin-right: 10px;
}

.c-txt {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 400;
  line-height: 236%;
  letter-spacing: 0px;
}

.c-txt--lh-200 {
  line-height: 200%;
}

.c-txt--fs-14 {
  font-size: 14px;
}

.c-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.l-footer__sec {
  font-size: 10px;
  width: 100%;
  overflow: hidden;
}

.l-footer__sec :root {
  --site_width: 968px;
  --site_footer_width: 1152px;
  --site_large_width: 1080px;
  --site_xlarge_width: 1440px;
  --site_narrow_width: 652px;
  --site_middle_width: 720px;
  --space: 0.5em;
  --black: #29263d;
  --white: #fff;
  --cl-nowroom: #746ae8;
  --cl-gray: #e7e7ee;
  --cl-offwhite: #f6f6fa;
  --cl-gray-dark: #878592;
  --cl-border: #e6e5ed;
}

.l-footer__sec .icon-instagram:before {
  content: "";
}

.l-footer__sec .icon-youtube:before {
  content: "";
}

.l-footer__sec .icon-blank:before {
  content: "";
}

.l-footer__sec .icon-link:before {
  content: "";
}

.l-footer__sec .icon-facebook:before {
  content: "";
}

.l-footer__sec .icon-twitter:before {
  content: "";
}

.l-footer__sec :root {
  font-size: 10px;
}

.l-footer__sec html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  width: 100%;
}

.l-footer__sec body {
  margin: 0;
  -ms-overflow-style: none;
  overflow-x: hidden;
}

.l-footer__sec main {
  display: block;
}

.l-footer__sec h1 {
  font-size: 2em;
  margin: .67em 0;
}

.l-footer__sec hr {
  height: 0;
  border: 0;
  border-top: 1px solid #29263d;
  width: 4.8em;
}

.l-footer__sec a {
  background-color: rgba(0,0,0,0);
}

.l-footer__sec b,
.l-footer__sec strong {
  font-weight: bolder;
}

.l-footer__sec small {
  font-size: 80%;
}

.l-footer__sec img {
  border-style: none;
}

.l-footer__sec button,
.l-footer__sec input,
.l-footer__sec optgroup,
.l-footer__sec select,
.l-footer__sec textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

.l-footer__sec button,
.l-footer__sec input[type=submit] {
  cursor: pointer;
}

.l-footer__sec button:hover {
  opacity: .6;
  transition: opacity ease-in-out .2s;
}

.l-footer__sec button,
.l-footer__sec input {
  overflow: visible;
}

.l-footer__sec button,
.l-footer__sec select {
  text-transform: none;
}

.l-footer__sec button,
.l-footer__sec [type=button],
.l-footer__sec [type=reset],
.l-footer__sec [type=submit] {
  -webkit-appearance: button;
}

.l-footer__sec textarea {
  overflow: auto;
}

.l-footer__sec [type=checkbox],
.l-footer__sec [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

.l-footer__sec [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

.l-footer__sec [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.l-footer__sec ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.l-footer__sec template,
.l-footer__sec [hidden] {
  display: none;
}

.l-footer__sec * {
  box-sizing: inherit;
}

.l-footer__sec *::before,
.l-footer__sec *::after {
  box-sizing: inherit;
}

.l-footer__sec html {
  box-sizing: border-box;
}

.l-footer__sec .hidden-sp {
  display: block !important;
}

.l-footer__sec .hidden-sp-inline {
  display: inline !important;
}

.l-footer__sec .hidden-sp-inline-block {
  display: inline-block !important;
}

.l-footer__sec .hidden-tablet {
  display: none !important;
}

.l-footer__sec .hidden-tablet-inline,
.l-footer__sec .hidden-tablet-inline-block {
  display: none !important;
}

.l-footer__sec .hidden-pc {
  display: none !important;
}

.l-footer__sec .hidden-pc-inline,
.l-footer__sec .hidden-pc-inline-block {
  display: none !important;
}

.l-footer__sec body,
.l-footer__sec button,
.l-footer__sec input,
.l-footer__sec select,
.l-footer__sec optgroup,
.l-footer__sec textarea {
  color: #29263d;
  font-family: "Inter","Noto Sans JP",-apple-system,BlinkMacSystemFont,sans-serif;
  font-size: 1.6em;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.l-footer__sec h1,
.l-footer__sec h2,
.l-footer__sec h3,
.l-footer__sec h4,
.l-footer__sec h5,
.l-footer__sec h6 {
  clear: both;
}

.l-footer__sec p {
  margin: 0;
}

.l-footer__sec p+p {
  margin-top: 1.5em;
}

.l-footer__sec a {
  text-decoration: none;
}

.l-footer__sec body {
  background: #fff;
}

.l-footer__sec hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

.l-footer__sec ul,
.l-footer__sec ol {
  margin: 0 0 1.5em 3em;
  padding: 0;
}

.l-footer__sec ul {
  list-style: disc;
}

.l-footer__sec ol {
  list-style: decimal;
}

.l-footer__sec li>ul,
.l-footer__sec li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.l-footer__sec dt {
  font-weight: 700;
}

.l-footer__sec dd {
  margin: 0 1.5em 1.5em;
}

.l-footer__sec embed,
.l-footer__sec iframe,
.l-footer__sec object {
  max-width: 100%;
}

.l-footer__sec img {
  height: auto;
  max-width: 100%;
}

.l-footer__sec figure {
  margin: 1em 0;
}

.l-footer__sec table {
  margin: 0 0 1.5em;
  width: 100%;
}

.l-footer__sec a {
  color: inherit;
}

.l-footer__sec a:hover,
.l-footer__sec a:focus,
.l-footer__sec a:active {
  opacity: .6;
  transition: opacity ease-in-out .2s;
}

.l-footer__sec a:focus {
  outline: thin dotted;
}

.l-footer__sec a:hover,
.l-footer__sec a:active {
  outline: 0;
}

.l-footer__sec a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: .6em;
  font-family: nowroom;
  vertical-align: middle;
  font-size: .8em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/common/footer_blank_icon.svg");
}

.l-footer__sec button,
.l-footer__sec .btn,
.l-footer__sec .btn-primary {
  background: #29263d;
  color: #fff;
  line-height: 1;
  padding: 2.2em 2.2em 2.2em;
  min-width: 19.6em;
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
  display: inline-block;
  border-radius: 2px;
  text-decoration: none !important;
  border: 1px solid rgba(0,0,0,0);
  transition: all ease-in-out .2s;
}

.l-footer__sec button:hover,
.l-footer__sec .btn:hover,
.l-footer__sec .btn-primary:hover {
  background: #fff;
  border: 1px solid #29263d;
  color: #29263d;
  opacity: 1;
}

.l-footer__sec .btn-secondary {
  background: #f6f6fa;
  color: #29263d;
}

.l-footer__sec .btn-inverse {
  background: #fff;
  color: #746ae8;
}

.l-footer__sec .btn-inverse:hover {
  background: #746ae8;
  color: #fff;
}

.l-footer__sec .btn-cta {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(255,255,255,.24);
  color: #fff;
  padding: 3.2em;
  font-size: 1.8em;
  width: 36em;
  min-width: 0;
  max-width: calc(50vw - 4em);
}

.l-footer__sec .btn-large,
.l-footer__sec .btn-large input {
  padding: 2.36em 0;
  width: 100%;
  max-width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footer__sec .btn-block {
  display: block;
  width: 100%;
}

.l-footer__sec button:hover {
  border-color: #e7e7ee;
}

.l-footer__sec input[type=button]:hover,
.l-footer__sec input[type=reset]:hover,
.l-footer__sec input[type=submit]:hover {
  border-color: #e7e7ee;
}

.l-footer__sec button:active,
.l-footer__sec button:focus {
  border-color: #e7e7ee;
}

.l-footer__sec input[type=button]:active,
.l-footer__sec input[type=button]:focus {
  border-color: #e7e7ee;
}

.l-footer__sec input[type=reset]:active,
.l-footer__sec input[type=reset]:focus {
  border-color: #e7e7ee;
}

.l-footer__sec input[type=submit]:active,
.l-footer__sec input[type=submit]:focus {
  border-color: #e7e7ee;
}

.l-footer__sec input[type=text],
.l-footer__sec input[type=email],
.l-footer__sec input[type=url],
.l-footer__sec input[type=password],
.l-footer__sec input[type=search],
.l-footer__sec input[type=number],
.l-footer__sec input[type=tel],
.l-footer__sec input[type=range],
.l-footer__sec input[type=date],
.l-footer__sec input[type=month],
.l-footer__sec input[type=week],
.l-footer__sec input[type=time],
.l-footer__sec input[type=datetime],
.l-footer__sec input[type=datetime-local],
.l-footer__sec input[type=color] {
  color: #29263d;
  border: 1px solid #e7e7ee;
  border-radius: 3px;
  padding: 3px;
}

.l-footer__sec textarea {
  color: #29263d;
  border: 1px solid #e7e7ee;
  border-radius: 3px;
  padding: 3px;
}

.l-footer__sec input[type=text]:focus,
.l-footer__sec input[type=email]:focus,
.l-footer__sec input[type=url]:focus,
.l-footer__sec input[type=password]:focus,
.l-footer__sec input[type=search]:focus,
.l-footer__sec input[type=number]:focus,
.l-footer__sec input[type=tel]:focus,
.l-footer__sec input[type=range]:focus,
.l-footer__sec input[type=date]:focus,
.l-footer__sec input[type=month]:focus,
.l-footer__sec input[type=week]:focus,
.l-footer__sec input[type=time]:focus,
.l-footer__sec input[type=datetime]:focus,
.l-footer__sec input[type=datetime-local]:focus,
.l-footer__sec input[type=color]:focus {
  color: #29263d;
}

.l-footer__sec textarea:focus {
  color: #29263d;
}

.l-footer__sec select {
  border: 1px solid #e7e7ee;
}

.l-footer__sec textarea {
  width: 100%;
}

.l-footer__sec .site {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 100vh;
}

.l-footer__sec .site-width {
  width: var(--site_width);
  max-width: calc(100% - 4em);
  margin: 0 auto;
}

.l-footer__sec .site-narrow-width {
  width: var(--site_narrow_width);
  max-width: calc(100% - 4em);
  margin: 0 auto;
}

.l-footer__sec .site-middle-width {
  width: var(--site_middle_width);
  max-width: calc(100% - 4em);
  margin: 0 auto;
}

.l-footer__sec .site-large-width {
  width: var(--site_large_width);
  max-width: calc(100% - 4em);
  margin: 0 auto;
}

.l-footer__sec .site-xlarge-width {
  width: var(--site_xlarge_width);
  max-width: calc(100% - 4em);
  margin: 0 auto;
}

.l-footer__sec .site-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: var(--site_xlarge_width);
  max-width: 100%;
  padding: 0 3em;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.4em;
}

.l-footer__sec .site-title img {
  width: 15em;
}

.l-footer__sec .site-title a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__sec .site-branding {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.l-footer__sec .site-cta {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  height: 44em;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}

.l-footer__sec .site-cta>div {
  width: 50%;
}

.l-footer__sec .site-cta--title {
  font-size: 4.4em;
  font-size: clamp(2.4em,5vw,4.4em);
  font-family: "Inter",sans-serif;
  font-feature-settings: "kern";
  -webkit-font-kerning: normal;
  font-kerning: normal;
  margin: 0;
  line-height: 1;
  letter-spacing: .5em;
}

.l-footer__sec .site-cta--contact,
.l-footer__sec .site-cta--recruit {
  height: 100%;
  position: relative;
  font-weight: 700;
}

.l-footer__sec .site-cta--contact--text,
.l-footer__sec .site-cta--recruit--text {
  z-index: 2;
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.l-footer__sec .site-cta--contact--bg,
.l-footer__sec .site-cta--recruit--bg {
  height: 100%;
  position: absolute;
  top: 0;
  width: 50vw;
  z-index: 1;
  background: linear-gradient(0deg, rgba(49, 46, 68, 0.9), rgba(49, 46, 68, 0.9)),url(img/site-cta--contact.png);
  background-size: cover;
}

.l-footer__sec .site-cta--contact {
  padding: 8em 10em 8em 0;
}

.l-footer__sec .site-cta--contact--bg {
  right: 0;
}

.l-footer__sec .site-cta--recruit {
  padding: 8em 0 8em 10em;
}

.l-footer__sec .site-cta--recruit--bg {
  left: 0;
  background: linear-gradient(0deg, rgba(78, 71, 124, 0.9), rgba(78, 71, 124, 0.9)),url(img/site-cta--recruit.png);
  background-size: cover;
}

.l-footer__sec .site-footer {
  background: #29263d;
  color: #fff;
  margin-top: auto;
  padding: 3em 0;
}

.l-footer__sec .site-footer-width {
  width: 1152px;
  max-width: calc(100% - 4em);
  margin: 1em auto;
}

.l-footer__sec .archive .entry-title,
.l-footer__sec .page .entry-title {
  font-size: 4.4em;
  font-size: clamp(3.2em,5vw,4.4em);
  font-weight: 900;
  margin: 3.5em 0;
}

.l-footer__sec .archive .entry-title b,
.l-footer__sec .page .entry-title b {
  font-size: 1.6em;
  font-weight: 900;
  display: block;
  text-transform: uppercase;
}

.l-footer__sec .archive .entry-title b::before,
.l-footer__sec .page .entry-title b::before {
  content: "";
  border-top: 1px solid #29263d;
  width: 2.4em;
  height: 1px;
  margin-top: 1.4em;
  float: left;
  margin-right: 1.2em;
}

.l-footer__sec .single .entry-title {
  margin: -1em 0 4em;
  line-height: 1.6;
  font-size: 3.2em;
  font-size: clamp(2.4em,8vw,3.2em);
}

.l-footer__sec .entry-meta {
  margin-top: 6em;
  margin-bottom: 3em;
  font-size: 1.4em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-weight: 700;
}

.l-footer__sec .entry-meta .post-edit-link {
  font-weight: normal;
  color: #878592;
}

.l-footer__sec .entry-meta--cat {
  color: #746ae8;
}

.l-footer__sec .entry-content,
.l-footer__sec .page-content {
  line-height: 1.8;
  padding-bottom: 10em;
}

.l-footer__sec .entry-content p,
.l-footer__sec .entry-content a,
.l-footer__sec .page-content p,
.l-footer__sec .page-content a {
  word-break: break-all;
}

.l-footer__sec .entry-content a:not(.btn):not(.entry-share--btn),
.l-footer__sec .page-content a:not(.btn):not(.entry-share--btn) {
  color: #746ae8;
  text-decoration: underline;
}

.l-footer__sec .entry-content h2,
.l-footer__sec .page-content h2 {
  line-height: 1.6;
  margin: 4.4em 0 2.4em;
}

.l-footer__sec .entry-content img,
.l-footer__sec .page-content img {
  vertical-align: top;
  margin: 0;
}

.l-footer__sec .entry-content figure,
.l-footer__sec .page-content figure {
  margin: 0;
  padding: 3.8em 0 3.8em;
}

.l-footer__sec .entry-content figure+h2,
.l-footer__sec .page-content figure+h2 {
  margin-top: 0em;
}

.l-footer__sec .entry-content figure+p,
.l-footer__sec .page-content figure+p {
  margin-top: 1.5em;
}

.l-footer__sec .entry-share {
  position: relative;
  text-align: center;
  margin-bottom: 10em;
  margin-top: 6.2em;
  border-top: 1px solid var(--cl-border);
  padding-top: 4em;
}

.l-footer__sec .entry-share:before {
  content: "";
  display: block;
  width: 12em;
  height: 0;
  border-top: 1px solid #9491ab;
  position: absolute;
  top: -1px;
  right: 50%;
  margin-right: -6em;
}

.l-footer__sec .entry-share--title {
  font-weight: 700;
  margin-bottom: 3.5em;
}

.l-footer__sec .entry-share--grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 2.5em auto 7em;
  font-size: 2.2em;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.l-footer__sec .entry-share--grid a,
.l-footer__sec .entry-share--grid button {
  display: block;
  margin-right: 2.4em;
  background: #29263d;
  width: 6.4em;
  height: 6.4em;
  line-height: 6.4em;
  color: #fff;
  border-radius: 2px;
  min-width: 0;
  padding: 0;
  border: 1px solid rgba(0,0,0,0);
}

.l-footer__sec .entry-share--grid a:hover,
.l-footer__sec .entry-share--grid button:hover {
  border-color: #29263d;
  background: #fff;
  color: #29263d;
}

.l-footer__sec .entry-share--grid a:after,
.l-footer__sec .entry-share--grid button:after {
  content: none;
}

.l-footer__sec .entry-share--grid a:last-of-type,
.l-footer__sec .entry-share--grid button:last-of-type {
  margin-right: 0;
}

.l-footer__sec .entry-share--grid a:last-of-type+button,
.l-footer__sec .entry-share--grid button:last-of-type+button {
  margin-left: 2.4em;
}

.l-footer__sec .entry-share--grid button {
  margin-right: 0;
  font-size: 2.6em;
}

.l-footer__sec .entry-share button.copied~.data-copymessage {
  content: attr(data-copymessage);
  font-size: 1.2em;
  position: absolute;
  margin-top: -13em;
  background: #fff;
  color: #29263d;
  box-shadow: 0px 4px 12px rgba(0,0,0,.12);
  border-radius: 4px;
  width: 145px;
  height: 32px;
  line-height: 1;
  padding: 12px 0;
  left: 50%;
  margin-left: 14px;
}

.l-footer__sec .news-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  margin: -1.6em;
  word-break: break-all;
}

.l-footer__sec .news-grid-inner {
  padding: 3em;
  background: #fff;
  display: block;
  margin: 1.6em;
  width: calc(33.333333% - 3.2em);
}

.l-footer__sec .news-grid-inner a {
  display: block;
}

.l-footer__sec .news-grid--text {
  font-size: 1.2em;
}

.l-footer__sec .news-grid--title {
  font-size: 1.8em;
}

.l-footer__sec .news-grid--thumb {
  margin-bottom: 1.8em;
}

.l-footer__sec .news-grid--meta {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1.2em;
}

.l-footer__sec .news-grid--meta--cat {
  color: #746ae8;
  font-weight: 700;
  font-size: 1.2em;
}

.l-footer__sec .main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.l-footer__sec .main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0,0,0,.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.l-footer__sec .main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.l-footer__sec .main-navigation ul ul li:hover>ul,
.l-footer__sec .main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.l-footer__sec .main-navigation ul ul a {
  width: 200px;
}

.l-footer__sec .main-navigation ul li:hover>ul,
.l-footer__sec .main-navigation ul li.focus>ul {
  left: auto;
}

.l-footer__sec .main-navigation li {
  position: relative;
  padding: 2.2em 1em;
}

.l-footer__sec .main-navigation li a,
.l-footer__sec .main-navigation li a:hover {
  border-bottom: 1px solid rgba(0,0,0,0);
  transition: all ease-in-out .2s;
}

.l-footer__sec .main-navigation li.current-menu-item a,
.l-footer__sec .main-navigation li a:hover {
  border-bottom: 1px solid #29263d;
}

.l-footer__sec .main-navigation a,
.l-footer__sec .main-navigation a:hover {
  display: block;
  text-decoration: none;
  padding: 1em;
  color: inherit;
  letter-spacing: 0;
}

.l-footer__sec .main-navigation .menu-toggle {
  width: 6.4em;
  height: 6.4em;
  min-width: 0;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  top: 0;
  right: 0;
  position: fixed;
  border: 0;
  z-index: 999;
  border-radius: 0;
}

.l-footer__sec .main-navigation .menu-toggle:hover {
  opacity: 1;
  background: #29263d;
}

.l-footer__sec .main-navigation .menu-toggle span {
  height: 2px;
  width: 1.8em;
  display: block;
  background: #fff;
  margin: 0 auto;
  border-radius: 2px;
}

.l-footer__sec .main-navigation .menu-toggle span::before,
.l-footer__sec .main-navigation .menu-toggle span::after {
  content: "";
  height: 2px;
  width: 1.8em;
  border-radius: 2px;
  display: block;
  background: #fff;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: all ease-in-out .2s;
}

.l-footer__sec .main-navigation .menu-toggle span::after {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.l-footer__sec .main-navigation.toggled {
  width: 100vw;
  height: 100%;
  padding: 0 4em;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 18vh;
  -ms-flex-flow: column;
  -webkit-flex-flow: column;
  flex-flow: column;
}

.l-footer__sec .main-navigation.toggled .menu-toggle span {
  background: rgba(0,0,0,0);
}

.l-footer__sec .main-navigation.toggled .menu-toggle span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-footer__sec .main-navigation.toggled .menu-toggle span::after {
  -webkit-transform: rotate(-45deg) translateY(-2px) translateX(1px);
  transform: rotate(-45deg) translateY(-2px) translateX(1px);
}

.l-footer__sec .navigation-sp--title {
  position: absolute;
  top: 1.3em;
  display: none;
  left: 1.3em;
  width: 13em;
}

.l-footer__sec .navigation-sp--title a,
.l-footer__sec .navigation-sp--title a:hover {
  padding: 0;
  border: 0 !important;
}

.l-footer__sec .navigation-sp--hr {
  margin: 0;
}

.l-footer__sec .navigation-sp--small {
  display: none;
}

.l-footer__sec .navigation-sp--small ul {
  padding-bottom: 4vh;
}

.l-footer__sec .navigation-sp--small a {
  font-size: 1.4em;
  font-weight: 400;
  padding: 1em 0;
  border-left: 0 !important;
  color: #878592;
}

.l-footer__sec .menu-toggle,
.l-footer__sec .main-navigation.toggled ul {
  display: block;
}

.l-footer__sec .site-main .comment-navigation,
.l-footer__sec .site-main .posts-navigation,
.l-footer__sec .site-main .post-navigation {
  margin: 0 0 1.5em;
}

.l-footer__sec .site-footer li {
  list-style: none;
  display: inline;
}

.l-footer__sec .site-footer a,
.l-footer__sec .site-footer a:visited {
  padding: 1em;
  font-size: 1.4em;
  color: #fff;
  margin-right: 2em;
}

.l-footer__sec .footer-navigation ul,
.l-footer__sec .site-info ul {
  margin: 0;
  padding: 4em 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
}

.l-footer__sec .footer-navigation ul li,
.l-footer__sec .site-info ul li {
  margin: 1.7em 0;
}

.l-footer__sec .site-footer .site-info {
  border-top: 1px solid rgba(255,255,255,.1);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 3.3em;
}

.l-footer__sec .site-footer .site-info a {
  font-weight: 400;
}

.l-footer__sec .site-footer .site-info ul {
  padding: 0;
}

.l-footer__sec .site-footer .site-info small,
.l-footer__sec .site-footer .site-info a,
.l-footer__sec .site-footer .site-info a:visited {
  opacity: .6;
  font-size: 1.2em;
}

.l-footer__sec .page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.l-footer__sec .page-content .wp-smiley,
.l-footer__sec .entry-content .wp-smiley,
.l-footer__sec .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.l-footer__sec .wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.l-footer__sec .wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.l-footer__sec .wp-caption .wp-caption-text {
  margin: .8075em 0;
}

.l-footer__sec .wp-caption-text {
  text-align: center;
}

.l-footer__sec .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.l-footer__sec .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: .875em;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.l-footer__sec #primary[tabindex="-1"]:focus {
  outline: 0;
}

.l-footer__sec .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.l-footer__sec .alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.l-footer__sec .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.l-footer__sec .textcenter {
  text-align: center;
  margin-bottom: 1.5em;
}

.l-footer__sec .mt-0 {
  margin-top: 0em;
}

.l-footer__sec .mr-0 {
  margin-right: 0em;
}

.l-footer__sec .mb-0 {
  margin-bottom: 0em;
}

.l-footer__sec .ml-0 {
  margin-left: 0em;
}

.l-footer__sec .mt-1 {
  margin-top: 1em;
}

.l-footer__sec .mr-1 {
  margin-right: 1em;
}

.l-footer__sec .mb-1 {
  margin-bottom: 1em;
}

.l-footer__sec .ml-1 {
  margin-left: 1em;
}

.l-footer__sec .mt-2 {
  margin-top: 2em;
}

.l-footer__sec .mr-2 {
  margin-right: 2em;
}

.l-footer__sec .mb-2 {
  margin-bottom: 2em;
}

.l-footer__sec .ml-2 {
  margin-left: 2em;
}

.l-footer__sec .mt-3 {
  margin-top: 3em;
}

.l-footer__sec .mr-3 {
  margin-right: 3em;
}

.l-footer__sec .mb-3 {
  margin-bottom: 3em;
}

.l-footer__sec .ml-3 {
  margin-left: 3em;
}

.l-footer__sec .mt-4 {
  margin-top: 4em;
}

.l-footer__sec .mr-4 {
  margin-right: 4em;
}

.l-footer__sec .mb-4 {
  margin-bottom: 4em;
}

.l-footer__sec .ml-4 {
  margin-left: 4em;
}

.l-footer__sec .mt-5 {
  margin-top: 5em;
}

.l-footer__sec .mr-5 {
  margin-right: 5em;
}

.l-footer__sec .mb-5 {
  margin-bottom: 5em;
}

.l-footer__sec .ml-5 {
  margin-left: 5em;
}

.l-footer__sec .mt-6 {
  margin-top: 6em;
}

.l-footer__sec .mr-6 {
  margin-right: 6em;
}

.l-footer__sec .mb-6 {
  margin-bottom: 6em;
}

.l-footer__sec .ml-6 {
  margin-left: 6em;
}

.l-footer__sec .mt-7 {
  margin-top: 7em;
}

.l-footer__sec .mr-7 {
  margin-right: 7em;
}

.l-footer__sec .mb-7 {
  margin-bottom: 7em;
}

.l-footer__sec .ml-7 {
  margin-left: 7em;
}

.l-footer__sec .mt-8 {
  margin-top: 8em;
}

.l-footer__sec .mr-8 {
  margin-right: 8em;
}

.l-footer__sec .mb-8 {
  margin-bottom: 8em;
}

.l-footer__sec .ml-8 {
  margin-left: 8em;
}

.l-footer__sec .pagination .nav-links {
  margin: 5.6em 0 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.l-footer__sec .pagination .nav-links>* {
  margin-left: 1.6em;
}

.l-footer__sec .pagination .nav-links>*:first-child {
  margin-left: 0;
}

.l-footer__sec .pagination .page-numbers {
  display: block;
  width: 5.6em;
  height: 5.6em;
  line-height: 5.6em;
  background: #fff;
  color: #29263d;
  border-radius: 2px;
}

.l-footer__sec .pagination .page-numbers.current {
  background: #29263d;
  color: #fff;
}

.l-footer__sec .breadcrumb {
  width: 100%;
  background: #f6f6fa;
}

.l-footer__sec .breadcrumb>ul {
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  gap: 1em;
}

.l-footer__sec .breadcrumb>ul li {
  list-style: none;
  font-size: 1.2em;
  font-weight: 700;
  position: relative;
}

.l-footer__sec .breadcrumb>ul li:before {
  content: "";
  height: 1.4em;
  width: .1em;
  border-right: .1em solid rgba(41,38,61,.3);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
  right: -0.5em;
  top: 50%;
  margin-top: -0.7em;
}

.l-footer__sec .breadcrumb>ul li a {
  white-space: nowrap;
  padding: 1.7em 1em;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.l-footer__sec .breadcrumb>ul li:last-of-type {
  white-space: nowrap;
  overflow: hidden;
  max-width: 20em;
  text-overflow: ellipsis;
  color: #878592;
}

.l-footer__sec .top-title {
  font-size: 1.6em;
  line-height: 1.5;
  margin-bottom: 2em;
  margin-top: 0;
}

.l-footer__sec .top-title b {
  font-size: 5.6em;
  font-size: clamp(4.4em,5vw,5.6em);
  display: block;
  letter-spacing: .8em;
  font-family: "Inter",sans-serif;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-feature-settings: "kern";
}

.l-footer__sec .top--hello {
  margin-bottom: -11em;
  width: 113.6em;
  max-width: 100%;
  margin: 0 auto;
  height: 60em;
  padding-top: 18em;
  position: relative;
}

.l-footer__sec .top--hello--bg {
  position: absolute;
  height: 68.4em;
  z-index: -1;
  background: url(img/top--hello.png) no-repeat bottom center;
  background-size: cover;
  top: 0;
}

.l-footer__sec .top--hello--title {
  font-size: 4.8em;
  font-size: clamp(3.2em,5vw,4.8em);
  font-weight: 900;
  margin: 0 0 2em;
  line-height: 1.55;
}

.l-footer__sec .top--hello hr {
  float: left;
  border-bottom: 2px solid #29263d;
  height: 0;
}

.l-footer__sec .top--hello--text {
  clear: both;
  max-width: 52em;
}

.l-footer__sec .top--newsticker {
  width: 113.6em;
  max-width: 100%;
  margin: 0 auto;
}

.l-footer__sec .top--newsticker a {
  width: 50em;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4em;
  font-weight: 700;
  background: #29263d;
  box-shadow: 0px 6px 20px rgba(41,38,61,.02);
  border-radius: 4px;
  color: #fff;
  padding: 2.5em 3em;
  display: inline-block;
  margin: 0;
}

.l-footer__sec .top--newsticker a:hover {
  opacity: 1;
  text-decoration: underline;
}

.l-footer__sec .top--about {
  margin: 13em 0 16em;
}

.l-footer__sec .top--about .top-subtitle {
  font-size: 2em;
}

.l-footer__sec .top--about--text {
  line-height: 1.9;
}

.l-footer__sec .top--about--grid {
  font-size: 1.4em;
}

.l-footer__sec .top--about--image {
  position: relative;
}

.l-footer__sec .top--about--sentence {
  position: relative;
  padding: 0 0 0 1.5em;
}

.l-footer__sec .top--about--sentence::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  background: #f6f6fa;
  margin-top: 6.5em;
  z-index: -1;
  top: 0;
  left: -4em;
  border-radius: 4px;
}

.l-footer__sec .top--service {
  background: #f6f6fa;
  font-size: 1.4em;
  padding-bottom: 20.5em;
}

.l-footer__sec .top--service--bg {
  background: url(img/top--service--bg.png);
  height: 42em;
  background-position: right 35% bottom 0;
  background-size: cover;
  background-size: cover;
  margin-bottom: -30em;
  z-index: -1;
  width: 100%;
}

.l-footer__sec .top--service--grid2 {
  margin-top: 17em;
}

.l-footer__sec .top--service--text,
.l-footer__sec .top--service--text2,
.l-footer__sec .top--service--text3 {
  position: relative;
  z-index: 3;
}

.l-footer__sec .top--service--text {
  padding-bottom: 80px;
  padding-right: 34px;
}

.l-footer__sec .top--service--text2 {
  margin-top: 48px;
  padding-right: 34px;
  padding-bottom: 60px;
}

.l-footer__sec .top--service--text:after {
  content: "";
  height: 100%;
  position: absolute;
  z-index: -30;
  background: #fff;
  display: block;
  top: 0;
  border-radius: 4px;
  width: calc(var(--site_width) + (100vw - var(--site_width))/2);
  margin-top: 6.5em;
  right: -6em;
}

.l-footer__sec .top--service--text2:after,
.l-footer__sec .top--service--text3:after {
  content: "";
  height: 100%;
  position: absolute;
  z-index: -30;
  background: #fff;
  display: block;
  top: 0;
  border-radius: 4px;
  width: calc(var(--site_width) + (100vw - var(--site_width))/2);
  right: -6em;
}

.l-footer__sec .top--service--text3::after {
  margin-top: -6.5em;
  left: -16em;
  right: auto;
  height: calc(100% + 13em);
  width: calc(50vw + 16em);
}

.l-footer__sec .top--service--image {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  position: relative;
}

.l-footer__sec .top--service--image2 {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  position: relative;
}

.l-footer__sec .top--service--image3 {
  -ms-flex-item-align: end;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
}

.l-footer__sec .top--service--image img,
.l-footer__sec .top--service--image2 img,
.l-footer__sec .top--service--image3 img {
  position: relative;
  z-index: 10;
  -webkit-transform: scale(1.14) translateY(4em);
  transform: scale(1.14) translateY(4em);
}

.l-footer__sec .top--service--image2 img {
  -webkit-transform: scale(1.2) translateX(1em) translateY(-4em);
  transform: scale(1.2) translateX(1em) translateY(-4em);
}

.l-footer__sec .top--service--image3 img {
  -webkit-transform: scale(1) translateX(-6.5em) translateY(6.5em);
  transform: scale(1) translateX(-6.5em) translateY(6.5em);
}

.l-footer__sec .top--client {
  background: #f6f6fa;
  font-size: 1.4em;
  padding-bottom: 2em;
  padding-top: 6em;
}

.l-footer__sec .top--client .top-title {
  font-size: 2.8em;
}

.l-footer__sec .top--client .top-title b {
  font-size: 1.6em;
  letter-spacing: .2em;
  display: inline;
  margin-left: 4em;
}

.l-footer__sec .top--client--logos {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 6.4em -1em;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-footer__sec .top--client--logos>div {
  width: 20%;
  padding: 1em;
}

.l-footer__sec .top--client--logos>div img {
  width: 100%;
}

.l-footer__sec .top--news {
  background: url(img/top--news-bg.png);
  position: relative;
  background-size: cover;
  z-index: 1;
  padding: 9.2em 0 7.8em;
}

.l-footer__sec .top--news .top-title {
  margin-bottom: 5em;
}

.l-footer__sec .top--news:before {
  content: "";
  background: rgba(41,38,61,.81);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.l-footer__sec .top--news .top-title {
  color: #fff;
}

.l-footer__sec .top--news .btn {
  z-index: 2;
  margin-top: 6.4em;
}

.l-footer__sec .top--project {
  padding: 11em 0 10em;
}

.l-footer__sec .top--project .project-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.l-footer__sec .top--project .project-grid>div:first-of-type {
  margin-bottom: 2.4em;
}

.l-footer__sec .top--recruit {
  padding: 11em 0 10em;
}

.l-footer__sec .top--recruit .recruit-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 5.6em 0;
}

.l-footer__sec .top--recruit .recruit-grid>div:first-of-type {
  margin-bottom: 2.4em;
}

.l-footer__sec .top--recruit .recruit-grid p {
  font-size: 1.4em;
}

.l-footer__sec .top--contact {
  background: #f6f6fa;
  padding: 11.5em 0;
}

.l-footer__sec .top--contact .contact-grid .contact-buttons {
  width: 100%;
}

.l-footer__sec .top--contact .contact-grid>div:last-of-type {
  padding: 0 9.2em;
}

.l-footer__sec .about h2,
.l-footer__sec .recruit h2 {
  font-size: 3.2em;
  font-family: "Inter",sans-serif;
  font-feature-settings: "kern";
  -webkit-font-kerning: normal;
  font-kerning: normal;
  margin: 0;
}

.l-footer__sec .about h2 b,
.l-footer__sec .recruit h2 b {
  font-size: 1.6em;
}

.l-footer__sec .about table {
  max-width: 53.8em;
  max-width: 100%;
  border-bottom: 1px solid var(--cl-border);
}

.l-footer__sec .about table th {
  width: 12em;
  text-align: left;
  vertical-align: top;
  padding: 2.49em 0 2.24em;
  color: #878592;
  font-weight: normal;
  border-top: 1px solid #9491ab;
}

.l-footer__sec .about table td {
  border-top: 1px solid var(--cl-border);
  padding: 2.49em 0 2.24em 5.2em;
}

.l-footer__sec .about table tr:last-of-type td {
  letter-spacing: -0.05em;
  word-break: break-all;
  line-height: 1.9;
}

.l-footer__sec .about .title {
  letter-spacing: .4em;
  line-height: 1.76;
}

.l-footer__sec .about--mission {
  padding-bottom: 8.7em;
  margin-top: 11.4em;
}

.l-footer__sec .about--mission--image {
  background: url(img/about-1.png) no-repeat bottom center;
  background-size: cover;
}

.l-footer__sec .about--mission--grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 5.6em;
}

.l-footer__sec .about--mission--grid p {
  line-height: 1.83;
}

.l-footer__sec .about--mission--grid .subtitle {
  font-size: 3.8em;
  font-size: clamp(2.6em,5vw,3.4em);
  margin: 0 0 4em;
  line-height: 1.63;
  font-weight: 900;
}

.l-footer__sec .about--value {
  background: #f6f6fa;
  padding: 8.5em 0 7em 0;
}

.l-footer__sec .about--value--grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3em;
  width: auto;
}

.l-footer__sec .about--value--item {
  padding: 3em;
}

.l-footer__sec .about--value--number {
  color: #746ae8;
  font-family: "Inter",sans-serif;
  font-feature-settings: "kern";
  -webkit-font-kerning: normal;
  font-kerning: normal;
  text-align: center;
  line-height: 1;
  font-size: 2.4em;
  font-weight: 600;
  padding-bottom: 1em;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 2em;
  border-bottom: 2px solid #746ae8;
}

.l-footer__sec .about--value--title {
  text-align: center;
  font-weight: 800;
  font-size: 2.4em;
  line-height: 1;
}

.l-footer__sec .about--value--list {
  margin: 0 0 0 1.25em;
  padding: 0;
}

.l-footer__sec .about--overview {
  padding: 3.7em 0;
}

.l-footer__sec .about--overview table {
  margin-bottom: 0;
}

.l-footer__sec .about--overview h2 {
  margin: 4em 0 4.5em;
}

.l-footer__sec .about--overview--grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.l-footer__sec .about--overview--image>div {
  background: url(img/about-2.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 100%;
  width: 100%;
}

.l-footer__sec .about--access {
  padding-top: 12em;
}

.l-footer__sec .about--access h2 {
  margin-bottom: 4em;
}

.l-footer__sec .about--access--grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2.3em;
}

.l-footer__sec .about--access--grid>div {
  padding: 0 2.5em;
  border-left: 1px solid var(--cl-border);
}

.l-footer__sec .about--access--grid>div:first-of-type {
  white-space: nowrap;
}

.l-footer__sec .about--access--grid ul {
  margin: 0 0 0 1.25em;
  padding: 0;
}

.l-footer__sec .about--access--grid h3 {
  font-size: 1.6em;
  font-weight: 400;
  color: #878592;
  margin-top: 0;
}

.l-footer__sec .about--access--cta {
  margin-top: 2.5em;
  border-left: 0 !important;
  text-align: center;
}

.l-footer__sec .archive--header ul {
  list-style: none;
  padding: 0;
  margin: 0 0 4.8em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-footer__sec .archive--header li {
  font-size: 1.6em;
  padding: 1em;
  margin-right: 1em;
  font-weight: 700;
  color: #878592;
  border-bottom: 1px solid #fff;
  transition: all ease-in-out .2s;
}

.l-footer__sec .archive--header li.current-menu-item,
.l-footer__sec .archive--header li:hover {
  color: #29263d;
  border-bottom: 1px solid #29263d;
}

.l-footer__sec .archive--body {
  padding-top: 7.4em;
  padding-bottom: 8.1em;
  background: #f6f6fa;
}

.l-footer__sec .recruit--header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.l-footer__sec .recruit--header--cta .btn {
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.24;
  position: relative;
}

.l-footer__sec .recruit--header--cta .btn[target=_blank]:after {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.5em;
}

.l-footer__sec .recruit--header--cta small {
  display: block;
}

.l-footer__sec .recruit--intro {
  background: #29263d;
  color: #fff;
  text-align: center;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

.l-footer__sec .recruit--intro::before,
.l-footer__sec .recruit--intro::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 0;
  border-color: #746ae8 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
  position: absolute;
}

.l-footer__sec .recruit--intro::before {
  top: 1.2em;
  left: 1.2em;
}

.l-footer__sec .recruit--intro::after {
  bottom: 1.2em;
  right: 1.2em;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.l-footer__sec .recruit--intro--title {
  font-size: 3em !important;
}

.l-footer__sec .recruit--intro--title span {
  font-size: 2.4em;
}

.l-footer__sec .recruit--mission_value {
  padding-top: 10em;
  padding-bottom: 0;
}

.l-footer__sec .recruit--mission_value--grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.l-footer__sec .recruit--mission_value--title {
  font-size: 3.2em;
  text-align: center;
  line-height: 1;
  letter-spacing: .1em;
  margin-bottom: 6.4em !important;
}

.l-footer__sec .recruit--mission_value--title span {
  border-bottom: 1px solid #29263d;
  padding-bottom: .5em;
}

.l-footer__sec .recruit--mission--text {
  font-size: 3.8em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.l-footer__sec .recruit--value--list {
  list-style-type: none;
  counter-reset: number 0;
  margin: 0 auto;
}

.l-footer__sec .recruit--value--list li {
  font-size: 2.4em;
  font-size: clamp(1.8em,5vw,2.4em);
  font-weight: 700;
  margin-bottom: 1.5em;
}

.l-footer__sec .recruit--value--list li::before {
  counter-incement: number;
  content: counter(number, decimal-leading-zero) "　";
  color: #746ae8;
}

.l-footer__sec .recruit--service--grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: start;
  align-items: start;
  position: relative;
  margin-top: -6em;
}

.l-footer__sec .recruit--service--title {
  background: #29263d;
  color: #fff;
  text-align: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.l-footer__sec .recruit--service--title h2 {
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 120px;
  margin-top: 3em;
  line-height: 1;
}

.l-footer__sec .recruit--service--title h2 span {
  font-size: 16px;
}

.l-footer__sec .recruit--service--grid2 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f6f6fa;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 3;
  position: relative;
}

.l-footer__sec .recruit--service--item {
  text-align: center;
  background: #fff;
  border-radius: 4px;
  padding: 2em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.l-footer__sec .recruit--service--item:nth-of-type(1) {
  width: 49%;
}

.l-footer__sec .recruit--service--item:nth-of-type(2) {
  width: 49%;
}

.l-footer__sec .recruit--service--item p {
  font-weight: 700;
}

.l-footer__sec .recruit--service--item--container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footer__sec .recruit--service--item--container2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

.l-footer__sec img.recruit--service--item--container-image {
  margin-top: 20px;
  margin-bottom: 56px;
}

.l-footer__sec img.recruit--service--item--container-image2 {
  margin-bottom: 36px;
}

.l-footer__sec .recruit--service--header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 2.4em;
}

.l-footer__sec .recruit--service--header h3 {
  margin: 0;
}

.l-footer__sec .recruit--service--labels {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 1em;
}

.l-footer__sec .recruit--service--label {
  line-height: 1;
  border: 1px solid #29263d;
  padding: .1em .4em;
  font-weight: 700;
  white-space: nowrap;
}

.l-footer__sec .recruit--service--explain {
  width: 100%;
  text-align: center;
  padding: 3.2em;
}

.l-footer__sec .recruit--service--explain h3 {
  font-size: 1.8em;
}

.l-footer__sec .recruit--service--explain p {
  color: #746ae8;
  font-weight: 700;
}

.l-footer__sec .recruit--slide {
  padding: 8.8em 0 0;
}

.l-footer__sec .recruit--slide iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 80vh;
}

.l-footer__sec .recruit--infograph {
  padding: 8.8em 0;
}

.l-footer__sec .recruit--infograph--grid {
  display: -ms-grid;
  display: grid;
  gap: 6em 3em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.l-footer__sec .recruit--infograph figcaption {
  text-align: right;
  font-size: 1.2em;
}

.l-footer__sec .recruit--work {
  background: #f6f6fa;
  padding: 8.8em 0;
}

.l-footer__sec .recruit--work--grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.6em 1.6em;
}

.l-footer__sec .recruit--work--grid img {
  width: 100%;
  object-fit: cover;
}

.l-footer__sec .recruit--tech {
  padding: 8.8em 0;
}

.l-footer__sec .recruit--tech table {
  border-spacing: 0;
  border-top: 1px solid var(--cl-border);
}

.l-footer__sec .recruit--tech th,
.l-footer__sec .recruit--tech td {
  border-bottom: 1px solid var(--cl-border);
  padding: 1em;
}

.l-footer__sec .recruit--tech th {
  background: #f6f6fa;
  white-space: nowrap;
  text-align: left;
}

.l-footer__sec .recruit--welfare {
  padding: 0 0 8.8em;
}

.l-footer__sec .recruit--welfare--list {
  padding: 0;
  margin: 3.2em 0 0 1.25em;
}

.l-footer__sec .recruit--interview {
  padding: 8.8em 0;
  background: #f6f6fa;
}

.l-footer__sec .recruit--interview--grid {
  display: -ms-grid;
  display: grid;
  gap: 2.4em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: 3em;
}

.l-footer__sec .recruit--interview--item {
  background: #fff;
  border-radius: 4px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-decoration: none !important;
  position: relative;
  height: 16em;
}

.l-footer__sec .recruit--interview--item span {
  line-height: 1;
  padding: 1.6em;
  font-weight: 900;
  display: inline-block;
  color: #fff;
  font-size: 1.8em;
  font-size: clamp(1.2em,2vw,1.8em);
  white-space: nowrap;
}

.l-footer__sec .recruit--interview--item::after {
  position: absolute;
  right: 1em;
  top: 1em;
}

.l-footer__sec .recruit--interview--dev {
  padding-left: 3em;
  padding-right: 1.6em;
}

.l-footer__sec .recruit--interview--dev span {
  background: #6acae8;
}

.l-footer__sec .recruit--interview--member {
  padding-left: 1.6em;
  padding-right: 3em;
}

.l-footer__sec .recruit--interview--member span {
  background: #9992f1;
}

.l-footer__sec .recruit--interview--guest {
  padding-left: 3em;
  padding-right: 1.6em;
}

.l-footer__sec .recruit--interview--guest span {
  background: #6a95e8;
}

.l-footer__sec .recruit--interview--host {
  padding-left: 1.6em;
  padding-right: 3em;
}

.l-footer__sec .recruit--interview--host span {
  background: #eebc5a;
}

.l-footer__sec .recruit--cta {
  padding: 8.8em 0 0;
}

.l-footer__sec .recruit--cta .btn {
  font-size: 2.2em;
  border-radius: 1em;
  padding: 1.5em;
}

.l-footer__sec .recruit .entry-share {
  border-top: 0;
  padding: 0;
  margin-top: 7em;
  margin-bottom: -3em;
}

.l-footer__sec .recruit .entry-share::before {
  content: none;
}

.l-footer__sec .contact form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  vertical-align: middle;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 10em;
  font-weight: 700;
}

.l-footer__sec .contact form div {
  width: calc(100% - 16em);
  margin-bottom: 3em;
}

.l-footer__sec .contact form .label {
  width: 16em;
}

.l-footer__sec .contact form br {
  display: none;
}

.l-footer__sec .contact form input[type=checkbox] {
  width: 2em !important;
  display: inline-block;
  margin-right: 1em;
}

.l-footer__sec .contact form input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid var(--cl-border);
  background: var(--cl-border);
  margin-right: 1em;
}

.l-footer__sec .contact form input[type=radio]:checked {
  border: 2px solid #746ae8;
}

.l-footer__sec .contact form input[type=radio]:checked+span:before {
  display: block;
  content: "";
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: #746ae8;
  position: absolute;
  margin-left: .3em;
  margin-top: .9em;
  top: 0;
}

.l-footer__sec .contact form .wpcf7-list-item {
  display: block;
  position: relative;
  margin-left: 0;
}

.l-footer__sec .contact form .wpcf7-list-item+.wpcf7-list-item {
  margin-top: 1.6em;
}

.l-footer__sec .contact form .text-small {
  color: #878592;
  font-size: 1.4em;
  padding-top: 3em;
  display: block;
}

.l-footer__sec .contact form .text-small a,
.l-footer__sec .contact form .text-small a:visited {
  color: #29263d;
}

.l-footer__sec .contact form input:not([type=submit]):not([type=radio]),
.l-footer__sec .contact form textarea {
  padding: 1.9em;
  background: #f6f6fa;
  border-radius: 4px;
  border: 2px solid rgba(0,0,0,0);
  width: 100%;
  font-weight: 700;
}

.l-footer__sec .contact form input:not([type=submit]):not([type=radio])::-webkit-input-placeholder,
.l-footer__sec .contact form textarea::-webkit-input-placeholder {
  font-weight: 700;
  color: #29263d;
  opacity: .4;
}

.l-footer__sec .contact form input:not([type=submit]):not([type=radio]):-ms-input-placeholder,
.l-footer__sec .contact form textarea:-ms-input-placeholder {
  font-weight: 700;
  color: #29263d;
  opacity: .4;
}

.l-footer__sec .contact form input:not([type=submit]):not([type=radio])::-ms-input-placeholder,
.l-footer__sec .contact form textarea::-ms-input-placeholder {
  font-weight: 700;
  color: #29263d;
  opacity: .4;
}

.l-footer__sec .contact form input:not([type=submit]):not([type=radio])::-webkit-input-placeholder,
.l-footer__sec .contact form textarea::-webkit-input-placeholder {
  font-weight: 700;
  color: #29263d;
  opacity: .4;
}

.l-footer__sec .contact form input:not([type=submit]):not([type=radio]):-ms-input-placeholder,
.l-footer__sec .contact form textarea:-ms-input-placeholder {
  font-weight: 700;
  color: #29263d;
  opacity: .4;
}

.l-footer__sec .contact form input:not([type=submit]):not([type=radio])::placeholder,
.l-footer__sec .contact form textarea::placeholder {
  font-weight: 700;
  color: #29263d;
  opacity: .4;
}

.l-footer__sec .contact form input:not([type=submit]):not([type=radio]):focus,
.l-footer__sec .contact form textarea:focus {
  border: 2px solid #746ae8;
  outline: 0;
}

.l-footer__sec .contact form textarea {
  height: 18.8em;
}

.l-footer__sec .contact .wpcf7-not-valid-tip {
  color: #c20057;
  display: inline-block;
  font-weight: 700;
  padding-top: .8em;
}

.l-footer__sec .contact .wpcf7 form .wpcf7-response-output {
  width: 100%;
  text-align: center;
  padding: 3em;
  border-radius: 4px;
  border: 1px solid #29263d;
  color: #29263d;
}

.l-footer__sec .contact .wpcf7 form.sent .wpcf7-response-output {
  color: #746ae8;
  border-color: rgba(116,106,232,.9);
}

.l-footer__sec .contact .wpcf7 form.invalid .wpcf7-response-output,
.l-footer__sec .contact .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: rgba(194,0,87,.9);
  color: #c20057;
}

.l-footer__sec .contact .wpcf7-not-valid {
  background: rgba(194,0,87,.08) !important;
}

.l-footer__sec .contact .wpcf7-list-item-label:after,
.l-footer__sec .contact .wpcf7-list-item-label:before {
  content: none;
}

.l-footer__sec .external-tool-list table {
  border-spacing: 0;
  border: 1px solid var(--cl-border);
}

.l-footer__sec .external-tool-list th,
.l-footer__sec .external-tool-list td {
  font-size: 1.4em;
  border: 1px solid var(--cl-border);
  padding: 1em;
}

.l-footer__sec .external-tool-list th.center,
.l-footer__sec .external-tool-list td.center {
  text-align: center;
}

.l-footer__sec .external-tool-list td:first-child {
  color: #746ae8;
}

.l-footer__sec .external-tool-list th {
  background: #f6f6fa;
  text-align: left;
}

.l-footer__sec .footer--logo img {
  width: revert-layer;
}

.l-footer__sec .footer--logo a {
  display: inline-block !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0px !important;
}

.g-nav {
  width: 50%;
  height: 100dvh;
  background-color: #faf0d1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: -50%;
  transition: right .3s ease;
}

.g-nav.is-menu {
  right: 0;
}

.g-nav__menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  padding: 100px 0px 0px 60px;
}

.g-nav__link {
  font-family: "Nunito",sans-serif;
  font-weight: bold;
  font-size: 38px;
}

.g-nav--overall {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.7);
  z-index: 9000;
  opacity: 0;
  pointer-events: none;
  transition: .3s;
  cursor: pointer;
}

.is-menu-open .g-nav--bg {
  opacity: 1;
}

.is-menu-open .g-nav--overall {
  opacity: 1;
  pointer-events: all;
}

.l-header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.l-wrapper {
  margin: 0 auto;
}

.sec-contents {
  position: relative;
}

.main-block {
  position: relative;
}

.l-container {
  padding: 0 20px;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

.l-container__item {
  margin-top: 64px;
}

.nav-btn {
  cursor: pointer;
  position: fixed;
  z-index: 999;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  display: block;
  background-color: #fff;
  border: solid 1px #ea551a;
  border-radius: 5px;
  opacity: 0;
  transition: .3s;
}

.nav-btn.is-active {
  opacity: 1;
}

.nav-btn--inner {
  position: relative;
  top: -3px;
}

.nav-btn__line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #ea551a;
  transition: all .5s;
  border-radius: 9999px;
}

.nav-btn__line:nth-of-type(1) {
  top: 20px;
}

.nav-btn__line:nth-of-type(2) {
  top: 27px;
}

.nav-btn__line:nth-of-type(3) {
  top: 34px;
}

.nav-btn__txt {
  color: #fff;
  font-size: 11px;
  text-align: center;
  position: absolute;
  bottom: 9px;
  display: block;
  width: 100%;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top: 27px;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(2) {
  width: 0;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  top: 27px;
}

.whatis-open .nav-btn {
  opacity: .5;
  pointer-events: none;
}

br.sp-only {
  display: none;
}

.kv.pc-only {
  display: block;
}

.kv.sp-only {
  display: none;
}

.fadein-up {
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  transition: opacity .4s ease,-webkit-transform .4s ease;
  transition: opacity .4s ease,transform .4s ease;
  transition: opacity .4s ease,transform .4s ease,-webkit-transform .4s ease;
  transition-delay: .3s;
}

.fadein-up.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.kv-area {
  position: relative;
}

.logo-fixed {
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  z-index: 990;
}

.logo-left {
  height: 55px;
  width: 80px;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.logo-left.is-animate {
  -webkit-animation: top_fadeIn .4s ease-in 1.3s forwards;
  animation: top_fadeIn .4s ease-in 1.3s forwards;
}

.logo-right {
  height: 55px;
  width: 65px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.logo-right.is-animate {
  -webkit-animation: top_fadeIn .4s ease-in 1.4s forwards;
  animation: top_fadeIn .4s ease-in 1.4s forwards;
}

.logo-left a,
.logo-right a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-left img,
.logo-right img {
  width: 65%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.ig {
  height: 25px;
  width: 25px;
}

.ig-fixed {
  z-index: 990;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.ig-fixed.is-animate {
  -webkit-animation: top_fadeIn .4s ease-in 1.5s forwards;
  animation: top_fadeIn .4s ease-in 1.5s forwards;
}

@-webkit-keyframes top_fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes top_fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.introduction {
  text-align: center;
}

.leading-tx {
  margin-top: 100px;
  font-weight: bold;
  line-height: 1.8;
  font-size: 1.3em;
}

.leading-icon.top {
  margin: 50px auto 30px;
  width: 50%;
  max-width: 600px;
}

.leading-icon.bottom {
  margin: 30px auto 100px;
  width: 50%;
  max-width: 600px;
}

.event-ttl {
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.5;
  margin-bottom: 30px;
}

.event-date {
  margin-bottom: 20px;
  line-height: 1.8;
  font-weight: bold;
  font-size: 1.2em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.event-date span {
  font-weight: normal;
  font-size: .9em;
}

.evemt-place {
  margin-bottom: 20px;
  line-height: 1.8;
  font-weight: bold;
  font-size: 1.2em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.evemt-place span {
  font-weight: normal;
  font-size: .9em;
}

.column-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item {
  width: 50%;
  box-sizing: border-box;
  font-weight: bold;
  background-color: #fff;
}

.item:first-child {
  border-top: #ea551a solid 2px;
  border-right: #ea551a solid 1px;
  border-bottom: #ea551a solid 2px;
  border-left: #ea551a solid 2px;
}

.item:nth-of-type(2) {
  border-top: #ea551a solid 2px;
  border-right: #ea551a solid 2px;
  border-bottom: #ea551a solid 2px;
  border-left: #ea551a solid 1px;
}

.item:nth-of-type(3) {
  border-right: #ea551a solid 1px;
  border-bottom: #ea551a solid 2px;
  border-left: #ea551a solid 2px;
}

.item:last-child {
  border-left: #ea551a solid 1px;
  border-right: #ea551a solid 2px;
  border-bottom: #ea551a solid 2px;
}

.item-img {
  line-height: 1;
}

.item-name {
  line-height: 2.5;
  font-size: 1.55em;
  font-family: "Nunito",sans-serif;
  text-align: center;
  background-color: #ea551a;
  color: #fff;
}

.item-tx {
  text-align: left;
  padding: 50px 30px;
}

.item-ttl {
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: 1.6;
}

.item-disc {
  line-height: 1.8;
}

.item-disc span {
  display: block;
}

.item-disc span:nth-of-type(2) {
  margin-top: 1em;
}

.footer {
  text-align: center;
  padding: 150px 0;
  line-height: 1.8;
  font-size: .9em;
}

.whatis {
  cursor: pointer;
  z-index: 999;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  left: 30px;
  font-size: .8em;
  text-align: center;
  width: 130px;
  height: 55px;
  color: #fff;
  background-color: #ea551a;
  border-radius: 10px;
  opacity: 0;
  transition: .3s;
  font-weight: bold;
  border: solid 2px #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.whatis.is-active {
  opacity: 1;
}

.side-panel {
  position: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 50%;
  height: 100dvh;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  background: #ea551a;
  z-index: 990;
  color: #fff;
  text-align: left;
  border-right: solid 2px #fff;
}

.side-panel.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.panel-in {
  padding: 0 30px;
  font-weight: bold;
  line-height: 1.8;
}

.panel-in p {
  margin-bottom: 1.5em;
}

.close-button {
  background-image: url("../images/top/btn.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  background-color: #ea551a;
  padding: 0;
  border: none;
  content: "";
  display: block;
}

.overlay {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0,0,0,.5);
  transition: .3s;
  z-index: 990;
}

.overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.modal-btn {
  background-color: #ea551a;
}

@font-face {
  font-family: "Freizeit_regular";
  src: url("../font/Freizeit120-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Freizeit_medium";
  src: url("../font/Freizeit120-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Freizeit_bold";
  src: url("../font/Freizeit120-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Freizeit_ExtraBold";
  src: url("../font/Freizeit120-ExtraBold.otf") format("opentype");
}

.top-2603 html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
  text-align: left;
  position: relative;
  -webkit-text-size-adjust: 100%;
  letter-spacing: -0.05em;
  line-height: 1.8em;
  font-feature-settings: "palt";
  font-family: "national-park","m-plus-rounded-1mn","sans-serif" !important;
  font-weight: 500;
  font-style: normal;
  scrollbar-gutter: stable;
}

.top-2603 body {
  height: 100%;
  margin: auto;
  overflow-wrap: anywhere;
  font-family: "national-park","m-plus-rounded-1mn","sans-serif" !important;
  font-weight: 500;
  font-style: normal;
}

.top-2603 li {
  list-style: none;
  text-decoration: none;
}

.top-2603 a {
  color: #000;
  text-decoration: none;
}

.top-2603 h1 {
  display: block;
  font-size: auto;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  font-weight: normal;
  unicode-bidi: isolate;
}

.top-2603 ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
  unicode-bidi: isolate;
}

.top-2603 img {
  width: 100%;
  height: auto;
}

.top-2603 p {
  display: block;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

.top-2603 html.is-modal-open,
.top-2603 body.is-modal-open {
  overflow: hidden;
  height: 100%;
}

.top-2603 body.is-modal-open {
  -ms-touch-action: none;
  touch-action: none;
}

.top-2603 .insta,
.top-2603 .navToggle,
.top-2603 .navToggle_bk {
  transition: opacity .3s ease;
}

.top-2603 body.is-modal-open .insta,
.top-2603 body.is-modal-open .navToggle,
.top-2603 body.is-modal-open .navToggle_bk {
  opacity: 0;
  pointer-events: none;
}

.top-2603 .en_600 {
  font-weight: 600;
}

.top-2603 .sp-only,
.top-2603 .m1500-only {
  display: none;
}

.top-2603 .inview.fadein {
  opacity: 0;
  transition-duration: .5s;
}

.top-2603 .inview.fadein.active {
  opacity: 1;
}

.top-2603 .inview.fadein_more {
  opacity: 0;
  transition-duration: 2.5s;
  transition-delay: 100ms;
}

.top-2603 .inview.fadein_more.active {
  opacity: 1;
}

.top-2603 .inview.fadeup {
  opacity: 0;
  transition-duration: .5s;
  transition-delay: 100ms;
  -webkit-transform: translateY(4vw);
  transform: translateY(4vw);
}

.top-2603 .inview.fadeup.active {
  opacity: 1;
  -webkit-transform: translateX(0vw);
  transform: translateX(0vw);
}

.top-2603 .katakata {
  -webkit-animation: ani_yura 10s infinite ease alternate;
  animation: ani_yura 10s infinite ease alternate;
}

.top-2603 .katakata02 {
  -webkit-animation: ani_yura 8s infinite ease alternate;
  animation: ani_yura 8s infinite ease alternate;
}

@-webkit-keyframes ani_yura {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }

  21% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }

  22% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
    transform: translate(0, 0) rotate(-3deg);
  }

  23% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
    transform: translate(0, -1px) rotate(0deg);
  }

  24% {
    -webkit-transform: translate(0, -1px) rotate(3deg);
    transform: translate(0, -1px) rotate(3deg);
  }

  25% {
    -webkit-transform: translate(0px, 0) rotate(-2deg);
    transform: translate(0px, 0) rotate(-2deg);
  }

  26% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
    transform: translate(0, 1px) rotate(0deg);
  }

  27% {
    -webkit-transform: translate(0, 0) rotate(3deg);
    transform: translate(0, 0) rotate(3deg);
  }

  28% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }

  61% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }

  62% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
    transform: translate(0, 0) rotate(-3deg);
  }

  63% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
    transform: translate(0, -1px) rotate(0deg);
  }

  64% {
    -webkit-transform: translate(0, -1px) rotate(3deg);
    transform: translate(0, -1px) rotate(3deg);
  }

  65% {
    -webkit-transform: translate(0px, 0) rotate(-2deg);
    transform: translate(0px, 0) rotate(-2deg);
  }

  66% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
    transform: translate(0, 1px) rotate(0deg);
  }

  67% {
    -webkit-transform: translate(0, 0) rotate(3deg);
    transform: translate(0, 0) rotate(3deg);
  }

  68% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes ani_yura {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }

  21% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }

  22% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
    transform: translate(0, 0) rotate(-3deg);
  }

  23% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
    transform: translate(0, -1px) rotate(0deg);
  }

  24% {
    -webkit-transform: translate(0, -1px) rotate(3deg);
    transform: translate(0, -1px) rotate(3deg);
  }

  25% {
    -webkit-transform: translate(0px, 0) rotate(-2deg);
    transform: translate(0px, 0) rotate(-2deg);
  }

  26% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
    transform: translate(0, 1px) rotate(0deg);
  }

  27% {
    -webkit-transform: translate(0, 0) rotate(3deg);
    transform: translate(0, 0) rotate(3deg);
  }

  28% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }

  61% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }

  62% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
    transform: translate(0, 0) rotate(-3deg);
  }

  63% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
    transform: translate(0, -1px) rotate(0deg);
  }

  64% {
    -webkit-transform: translate(0, -1px) rotate(3deg);
    transform: translate(0, -1px) rotate(3deg);
  }

  65% {
    -webkit-transform: translate(0px, 0) rotate(-2deg);
    transform: translate(0px, 0) rotate(-2deg);
  }

  66% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
    transform: translate(0, 1px) rotate(0deg);
  }

  67% {
    -webkit-transform: translate(0, 0) rotate(3deg);
    transform: translate(0, 0) rotate(3deg);
  }

  68% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}

.top-2603 .inview.popup {
  opacity: 0;
  scale: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.top-2603 .inview.popup.active {
  opacity: 1;
  scale: 1;
  transition: .4s cubic-bezier(0.37, 0.49, 0.35, 1.28);
}

.top-2603 .plus,
.top-2603 .arrow {
  -webkit-animation: rotateY 4s infinite;
  animation: rotateY 4s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  80% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  90% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  80% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  90% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

.top-2603 .modal,
.top-2603 .modal_garden,
.top-2603 .modal_market,
.top-2603 .modal_setagaya,
.top-2603 .modal_pitch,
.top-2603 .modal_live,
.top-2603 .modal_bar,
.top-2603 .modal_gacha {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.top-2603 .is_flow {
  opacity: 0;
  transition: opacity .5s ease;
  pointer-events: none;
}

.top-2603 .is_flow.is-active {
  opacity: 1;
}

.top-2603 .insta {
  width: 30px;
  position: fixed;
  top: 50px;
  right: 3.5vw;
  cursor: pointer;
  z-index: 999;
}

.top-2603 .navToggle_bk.is_flow {
  position: fixed;
  width: 30px;
  height: 30px;
  top: 50px;
  left: 3.5vw;
  cursor: pointer;
  z-index: 999;
}

.top-2603 .navToggle_bk.is_flow span {
  width: 100%;
  height: 4px;
  border-radius: 3px;
  display: block;
  mix-blend-mode: difference;
  background: #000;
  position: absolute;
  transition: top .5s ease,-webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out,top .5s ease;
  transition: transform .6s ease-in-out,top .5s ease,-webkit-transform .6s ease-in-out;
}

.top-2603 .navToggle_bk span:nth-child(1) {
  top: 0;
}

.top-2603 .navToggle_bk span:nth-child(2) {
  top: 8px;
}

.top-2603 .navToggle_bk span:nth-child(3) {
  top: 16px;
}

.top-2603 .navToggle_bk.is_flow.active span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #000;
}

.top-2603 .navToggle_bk.is_flow.active span:nth-child(2) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #000;
}

.top-2603 .navToggle_bk.is_flow.active span:nth-child(3) {
  display: none;
}

.top-2603 .navToggle {
  position: fixed;
  width: 30px;
  height: 30px;
  top: 50px;
  left: 3.5vw;
  cursor: pointer;
  z-index: 999;
}

.top-2603 .navToggle span {
  width: 100%;
  height: 4px;
  border-radius: 3px;
  display: block;
  mix-blend-mode: difference;
  background: #fff;
  position: absolute;
  transition: top .5s ease,-webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out,top .5s ease;
  transition: transform .6s ease-in-out,top .5s ease,-webkit-transform .6s ease-in-out;
}

.top-2603 .navToggle span:nth-child(1) {
  top: 0;
}

.top-2603 .navToggle span:nth-child(2) {
  top: 8px;
}

.top-2603 .navToggle span:nth-child(3) {
  top: 16px;
}

.top-2603 .navToggle.active span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #000;
}

.top-2603 .navToggle.active span:nth-child(2) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #000;
}

.top-2603 .navToggle.active span:nth-child(3) {
  display: none;
}

.top-2603 .global_sp {
  position: fixed;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.6);
  transition-duration: .5s;
  transition-delay: 50ms;
  visibility: hidden;
}

.top-2603 .open .global_sp {
  background-color: rgba(0,0,0,.6);
  visibility: visible;
  opacity: 1;
  z-index: 99;
}

.top-2603 .global_sp_wh {
  background-color: #fff;
  width: 39vw;
  height: 75vh;
  padding: 18vh 50px 15vh;
  font-family: "Freizeit_Extrabold";
  font-size: 2.2em;
  line-height: 1.5rem;
  transition-duration: .5s;
  transition-delay: 50ms;
  visibility: hidden;
  text-align: left;
  overflow-y: scroll;
}

.top-2603 .open .global_sp_wh {
  visibility: visible;
  opacity: 1;
}

.top-2603 .global_sp_wh span {
  font-size: .4em;
  font-family: "m-plus-rounded-1mn";
}

.top-2603 .global_sp_wh li {
  margin-bottom: 4vh;
  line-height: .6em;
}

.top-2603 .global_sp_wh li:nth-child(3) {
  margin-bottom: 80px;
}

.top-2603 .garden_green {
  color: rgba(0,0,0,0) !important;
  background: linear-gradient(to right, #6dd1b5 50%, #000 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position .8s;
}

.top-2603 .market_pink {
  color: rgba(0,0,0,0) !important;
  background: linear-gradient(to right, #f1a5a7 50%, #000 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position .8s;
}

.top-2603 .session_yellow {
  color: rgba(0,0,0,0) !important;
  background: linear-gradient(to right, #f6b361 50%, #000 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position .8s;
}

.top-2603 .music_blue {
  color: rgba(0,0,0,0) !important;
  background: linear-gradient(to right, #00a7d6 50%, #000 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position .8s;
}

.top-2603 .campaign_blue {
  color: rgba(0,0,0,0) !important;
  background: linear-gradient(to right, #00a7d6 50%, #000 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position .8s;
}

.top-2603 .map_wh,
.top-2603 .paper_wh {
  color: rgba(0,0,0,0) !important;
  background: linear-gradient(to right, #fff 50%, #000 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position .8s;
}

.top-2603 .garden_green:hover,
.top-2603 .market_pink:hover,
.top-2603 .session_yellow:hover,
.top-2603 .music_blue:hover,
.top-2603 .campaign_blue:hover {
  background-position: 0 100%;
}

.top-2603 .map_wh:hover,
.top-2603 .paper_wh:hover {
  background-position: 0 100%;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #000;
  text-stroke-width: .5px;
  text-stroke-color: #000;
}

.top-2603 .map_wh span,
.top-2603 .paper_wh span {
  color: #000 !important;
}

.top-2603 .container {
  width: calc(100% - 7vw);
  padding: 9% 3.5vw;
}

.top-2603 .bg_blue {
  background-color: #00a7d6;
}

.top-2603 .bg_green {
  z-index: 10;
  text-align: left;
  position: relative;
  background-color: #6dd1b5;
}

.top-2603 .bg_pink {
  background-color: #f1a5a7;
  width: 97.5vw;
  margin: 0 auto;
  z-index: 11;
  position: relative;
}

.top-2603 .bg_white {
  position: relative;
  background-color: #fff;
  z-index: 10;
}

.top-2603 .bg_yellow {
  background-color: #f6b361;
  width: 94vw;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}

.top-2603 .areamap_title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8%;
}

.top-2603 .areamap_title p {
  font-family: "Freizeit_ExtraBold";
  font-size: 3.75rem;
}

.top-2603 p.map_title {
  font-family: "Freizeit_ExtraBold";
  font-size: 3.75rem;
  color: #fff;
  letter-spacing: -0.07em;
  text-align: left;
}

.top-2603 p.map_title_small {
  font-size: 1rem;
  margin-top: 1rem;
  color: #fff;
  text-align: left;
}

.top-2603 .shop-ttl {
  font-size: 1.5em;
  text-decoration: underline;
  margin-top: 50px;
  display: block;
}

.top-2603 p.map_caption {
  font-size: 1rem;
  line-height: 2rem;
  margin-top: 2vw;
  color: #fff;
}

.top-2603 p.map_obi {
  margin-top: 2em;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 2rem;
  color: #fff;
}

.top-2603 .modal-bf_obi {
  font-size: 1.375rem;
  font-weight: bold;
}

.top-2603 .moda-sub-ttl {
  font-size: .9em;
  margin-bottom: 30px;
  margin-top: -25px;
  line-height: 1.5;
}

.top-2603 .modal-bf_caption {
  margin: 30px 0 35px;
  font-size: 1rem;
}

.top-2603 .modal_pop_title {
  font-size: 1.25rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.top-2603 p.modal_pop_caption {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.top-2603 p.modal_pop_caption_02 {
  font-size: 1.25em;
  margin-bottom: 1rem;
}

.top-2603 p.modal_pop_caption_note {
  background-color: #000;
  color: #fff;
  width: 289px;
  padding-left: 2px;
  padding-bottom: 2px;
}

.top-2603 .modal-open {
  border: solid 1px #fff;
  font-weight: bold;
  width: 300px;
  height: 70px;
  color: #00a7d6;
  background: #fff;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-size: .93rem;
}

.top-2603 .modal-open:hover {
  border: solid 1px #fff;
  background-color: #00a7d6;
  color: #fff;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: .4s;
}

.top-2603 .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  color: #00a7d6;
  padding: 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 99;
  inset: 0;
  overflow-y: scroll;
}

.top-2603 .modal-content {
  padding-bottom: 30px;
}

.top-2603 .modal.is-active,
.top-2603 .modal_garden.is-active,
.top-2603 .modal_kinkan.is-active,
.top-2603 .modal_art.is-active,
.top-2603 .modal_cardboard.is-active,
.top-2603 .modal_market.is-active,
.top-2603 .modal_setagaya.is-active,
.top-2603 .modal_pitch.is-active,
.top-2603 .modal_neibhors.is-active,
.top-2603 .modal_live.is-active,
.top-2603 .modal_day_1.is-active,
.top-2603 .modal_day_2.is-active,
.top-2603 .modal_day_3.is-active,
.top-2603 .modal_atmarket.is-active,
.top-2603 .modal_atgarden.is-active,
.top-2603 .modal_bar.is-active,
.top-2603 .modal_gacha.is-active {
  opacity: 1;
  visibility: visible;
}

.top-2603 .modal-content p {
  font-size: 1.25rem;
  margin-bottom: 3%;
}

.top-2603 .modal-container {
  position: relative;
  width: 100%;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-2603 .modal-close {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  right: 5%;
  margin-bottom: 5%;
  color: #000;
  cursor: pointer;
  gap: 1vw;
}

.top-2603 .modal-close p {
  font-family: "Freizeit_bold";
  font-weight: bold;
  font-size: 1rem;
  color: #00a7d6;
}

.top-2603 .batsu {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}

.top-2603 .batsu::before,
.top-2603 .batsu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 30px;
  background: #00a7d6;
  border-radius: 5px;
}

.top-2603 .batsu::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.top-2603 .batsu::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.top-2603 .section_02_muchan {
  width: 6vw;
  margin: 5vw auto 0;
}

.top-2603 .speechBubble {
  position: relative;
  display: inline-block;
  margin-top: 45px;
  padding: 20px;
  border-radius: 16px;
  background-color: #fff;
  text-align: left;
  font-size: .8125rem;
  line-height: 1.7em;
  color: #000;
  text-align: center;
}

.top-2603 .speechBubble::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -14%;
  left: 41%;
  display: block;
  border-style: solid;
  border-color: #fff #fff rgba(0,0,0,0) rgba(0,0,0,0);
  border-width: 29px;
  border-radius: 10px 10px 10px 10px;
  -webkit-transform: scaleX(0.5) rotate(-45deg);
  transform: scaleX(0.5) rotate(-45deg);
}

.top-2603 #main {
  width: 100%;
  font-family: "national-park","m-plus-rounded-1mn","sans-serif";
  letter-spacing: -0.05em;
}

.top-2603 #top_section {
  position: relative;
  width: 100%;
  height: 100vh;
}

.top-2603 .kv {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url("../images/top/01.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity .8s ease;
}

.top-2603 .kv.is-visible {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.top-2603 .top_sectionWrap {
  width: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.top-2603 .top_triangle {
  position: relative;
  width: 55vh;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.top-2603 .top_triangle.is-animate {
  -webkit-animation: top_fadeIn .5s ease-in .5s forwards;
  animation: top_fadeIn .5s ease-in .5s forwards;
}

@keyframes top_fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.top-2603 body.kv-loaded .top_fadeIn {
  -webkit-animation: fadeInUp .8s ease forwards;
  animation: fadeInUp .8s ease forwards;
}

.top-2603 .top_text {
  position: relative;
  width: calc(100% - 20vw);
  margin: 20px auto;
  text-align: center;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.top-2603 .top_text.is-animate {
  -webkit-animation: top_fadeIn .5s ease-in .5s forwards;
  animation: top_fadeIn .5s ease-in .5s forwards;
}

.top-2603 .top_date {
  font-family: "Freizeit_medium";
  font-size: 2.5vw;
  letter-spacing: -0.05rem;
  margin-bottom: 10px;
}

.top-2603 .top_date span {
  font-size: 1.8rem;
}

.top-2603 .top_textFlex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25vw;
}

.top-2603 .top_textFlex img {
  width: 24px;
  margin-right: 20px;
}

.top-2603 .top_logo_flex {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3vw;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.top-2603 .top_logo_flex.is-animate {
  -webkit-animation: top_fadeIn .5s ease-in 1.5s forwards;
  animation: top_fadeIn .5s ease-in 1.5s forwards;
}

.top-2603 .top_logo_left {
  width: 15vh;
}

.top-2603 .top_logo_right {
  width: 15vh;
}

.top-2603 #section_01 {
  position: relative;
  padding-top: 6%;
}

.top-2603 .sec_01_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-2603 .sec_01_img {
  width: 28vw;
}

.top-2603 .sec_02_img {
  width: 27vw;
  margin-left: -7vw;
}

.top-2603 .sec_text {
  margin-top: 6%;
  text-align: center;
}

.top-2603 .sec_text p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8em;
}

.top-2603 #section_02 {
  padding-top: 0;
  padding-bottom: 80px;
  text-align: center;
}

.top-2603 .section_02_title p {
  font-family: "Freizeit_bold";
  font-size: 3rem;
  color: #fff;
}

.top-2603 .section_02_text {
  margin-top: 5.5%;
  margin-bottom: 3vw;
  line-height: 2.5rem;
}

.top-2603 .section_02_text p {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.8em;
}

.top-2603 .section_02_text p:nth-child(2) {
  margin-bottom: 7px;
}

.top-2603 p.section_02_small {
  font-size: 1rem;
}

.top-2603 area {
  cursor: pointer !important;
  display: none !important;
}

.top-2603 body.is-modal-open .js-scroll-overlap {
  position: relative !important;
  top: auto !important;
  z-index: auto !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.top-2603 .js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: -webkit-sticky;
  position: sticky;
  top: var(--sticky-offset);
}

.top-2603 .relative {
  position: relative;
}

.top-2603 #garden {
  padding-bottom: 15%;
  text-align: left;
}

.top-2603 .area_map_img {
  width: 100vh;
  position: relative;
  margin: 0 auto;
}

.top-2603 .area_map_img map {
  opacity: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.top-2603 #map area {
  cursor: pointer;
}

.top-2603 .gardern_flex {
  padding-bottom: 8%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 5vw;
}

.top-2603 .garder_left {
  width: 34vw;
}

.top-2603 .garder_left {
  text-align: left;
}

.top-2603 .slider_moreWrap {
  width: 780px;
  margin: 0 auto;
  padding-bottom: 5%;
}

.top-2603 .muchan_flex {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3vw;
  column-gap: 3vw;
  z-index: 10;
  margin-bottom: -30px;
}

.top-2603 .slider_muchan {
  z-index: 9;
  width: 10%;
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}

.top-2603 .balloon {
  background-color: #fff;
  display: inline-block;
  border-radius: 15px;
  padding: 12px;
}

.top-2603 .balloon p {
  font-weight: bold;
  font-size: .938rem;
}

.top-2603 .balloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 11%;
  left: -9%;
  display: block;
  border-style: solid;
  border-color: rgba(0,0,0,0) #fff #fff rgba(0,0,0,0);
  border-width: 21px;
  border-radius: 10px 10px 10px 10px;
  -webkit-transform: scaleY(0.5) rotate(135deg);
  transform: scaleY(0.5) rotate(135deg);
}

.top-2603 .slider-container {
  position: relative;
  width: 100%;
  height: 55vh;
  overflow: hidden;
}

.top-2603 .slideimg_garden {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
  -webkit-animation: slideAnime_garden 12s infinite;
  animation: slideAnime_garden 12s infinite;
  border-radius: 15px 15px 0 0;
}

.top-2603 .s1 {
  background-image: url("../images/top/garden_01.webp");
}

.top-2603 .s2 {
  background-image: url("../images/top/garden_02.webp");
}

.top-2603 .s3 {
  background-image: url("../images/top/garden_03.webp");
}

.top-2603 .s4 {
  background-image: url("../images/top/garden_04.webp");
}

.top-2603 .s1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.top-2603 .s2 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.top-2603 .s3 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.top-2603 .s4 {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.top-2603 .clone {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

@-webkit-keyframes slideAnime_garden {
  0% {
    opacity: 0;
  }

  12.5% {
    opacity: 1;
  }

  37.5% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes slideAnime_garden {
  0% {
    opacity: 0;
  }

  12.5% {
    opacity: 1;
  }

  37.5% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.top-2603 .modal-bf_contents {
  position: relative;
  color: #000;
  background: #fff;
  border-radius: 0 0 10px 10px;
  border: none;
  padding: 40px 40px 45px;
  text-align: left !important;
}

.top-2603 .modal-bf_contents.wh_pop {
  border-radius: 10px;
}

.top-2603 .work_muchan_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 18%;
  margin-top: 2%;
  margin-bottom: 3%;
  gap: 3vw;
}

.top-2603 .work_muchan_flex .balloonWrap {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.top-2603 .work_muchan_flex .balloonWrap .balloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 9%;
  left: 76%;
  display: block;
  border-style: solid;
  border-color: #fff rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  border-width: 21px;
  border-radius: 10px 10px 10px 10px;
  -webkit-transform: scaleY(0.5) rotate(135deg);
  transform: scaleY(0.5) rotate(135deg);
}

.top-2603 .work_muchan {
  width: 4vw;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.top-2603 .Box_garden {
  position: relative;
  padding: 20px 25px 55px;
  margin-right: 50px;
  width: 300px;
  background-color: #fff;
  border-radius: 15px;
}

.top-2603 .Box_garden .modal-bf_obi {
  font-size: 1.3em;
  line-height: 1.35;
  margin-bottom: 25px;
}

.top-2603 .Box_garden .modal-bf_caption {
  margin: 15px 0 0;
  font-size: .85em;
  line-height: 1.8;
}

.top-2603 .Box_garden:nth-of-type(1) {
  margin-left: 50px;
}

.top-2603 .pgaeTopWrap {
  position: fixed;
  z-index: 999;
  right: 5vw;
  bottom: 3vh;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.top-2603 .pgaeTopWrap.is-show {
  opacity: 1;
  pointer-events: auto;
}

.top-2603 .pgaeTop {
  position: relative;
  display: inline-block;
  width: 4px;
  height: 35px;
  border-radius: 15px;
  background-color: #fff;
}

.top-2603 .pgaeTop::before,
.top-2603 .pgaeTop::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 24px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transform-origin: 50% 2px;
  transform-origin: 50% 2px;
}

.top-2603 .pgaeTop::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-2603 .pgaeTop::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top-2603 #garden .container {
  padding-bottom: 0%;
}

.top-2603 .workshop {
  width: calc(100% - 7vw);
  padding: 0% 3.5vw;
}

.top-2603 .kinkan_modal_img {
  margin-bottom: 20px;
}

.top-2603 .modal_garden,
.top-2603 .modal_kinkan,
.top-2603 .modal_art,
.top-2603 .modal_cardboard,
.top-2603 .modal_day_1,
.top-2603 .modal_day_2,
.top-2603 .modal_day_3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: rgba(0,0,0,.6);
  color: #000;
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 99;
  inset: 0;
}

.top-2603 .modal-open_garden {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1vw;
  font-weight: bold;
  border-radius: 0px 0px 10px 10px;
  cursor: pointer;
  font-size: 1rem;
  z-index: 10;
  font-family: "Freizeit_bold";
}

.top-2603 .modal-open_kinkan,
.top-2603 .modal-open_art,
.top-2603 .modal-open_cardboard {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1vw;
  font-weight: bold;
  border-radius: 0px 0px 10px 10px;
  cursor: pointer;
  font-size: 1rem;
  z-index: 10;
  font-family: "Freizeit_bold";
}

.top-2603 .plus {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
}

.top-2603 .plus::before {
  content: "";
  position: absolute;
  top: 46%;
  left: 50%;
  width: 4px;
  height: 40px;
  background: #000;
  border-radius: 5px;
}

.top-2603 .plus::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 46%;
  width: 4px;
  height: 40px;
  background: #000;
  border-radius: 5px;
}

.top-2603 .plus::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.top-2603 .modal-container_garden,
.top-2603 .modal-container_kinkan,
.top-2603 .modal-container_art,
.top-2603 .modal-container_cardboard,
.top-2603 .modal-container_setagaya {
  width: 780px;
  height: 65vh;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border-radius: 15px;
  overflow-y: scroll;
}

.top-2603 .modal_setagaya .pop_flex {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.top-2603 .modal-container_setagaya .popWrap.support .pop_flex {
  margin-top: 50px;
}

.top-2603 .modal-content_garden,
.top-2603 .modal-content_kinkan,
.top-2603 .modal-content_art,
.top-2603 .modal-content_cardboard {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 70px;
}

.top-2603 .modal_garden .popWrap:nth-of-type(1) .pop_left {
  display: block;
  text-align: center;
}

.top-2603 .modal_garden .pop_flex {
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-2603 .modal_garden .popWrap:nth-of-type(2) .pop_flex {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.top-2603 .modal_garden .popWrap:nth-of-type(1) .pop_left img {
  width: 65%;
}

.top-2603 .modal_garden img {
  margin-bottom: 30px;
}

.top-2603 .pop_left_120 img,
.top-2603 .pop_left img {
  margin-bottom: 0px;
}

.top-2603 .modal_art .pop_flex {
  margin-top: 50px;
  padding-bottom: 10px;
  margin-bottom: 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-2603 .modal_art .pop_left {
  height: 170px;
}

.top-2603 .modal-close_garden,
.top-2603 .modal-close_kinkan,
.top-2603 .modal-close_art,
.top-2603 .modal-close_cardboard {
  position: absolute;
  right: 23px;
  top: 28px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1vw;
  color: #000;
  cursor: pointer;
  z-index: 80;
}

.top-2603 .modal-close_garden p,
.top-2603 .modal-close_kinkan p,
.top-2603 .modal-close_art p,
.top-2603 .modal-close_cardboard p,
.top-2603 .modal-close_day_1 p,
.top-2603 .modal-close_day_2 p,
.top-2603 .modal-close_day_3 p {
  font-family: "Freizeit_bold";
  font-size: 1rem;
}

.top-2603 .batsu_more {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
}

.top-2603 .batsu_more::before,
.top-2603 .batsu_more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 40px;
  background: #000;
  border-radius: 5px;
}

.top-2603 .batsu_more::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.top-2603 .batsu_more::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.top-2603 #market {
  text-align: left;
  padding: 0 2.5vw;
}

.top-2603 .local_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5vw;
  margin: 0 auto 8%;
}

.top-2603 .local_left {
  text-align: left;
}

.top-2603 .local_right {
  width: 34vw;
}

.top-2603 .muchan_local_flex {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 2vw;
  column-gap: 2vw;
  z-index: 10;
  margin-bottom: -30px;
}

.top-2603 .slider_muchan_local {
  width: 6.5%;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.top-2603 .muchan_local_flex .balloonWrap .balloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 9%;
  left: 83%;
  display: block;
  border-style: solid;
  border-color: #fff rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  border-width: 21px;
  border-radius: 10px 10px 10px 10px;
  -webkit-transform: scaleY(0.5) rotate(135deg);
  transform: scaleY(0.5) rotate(135deg);
}

.top-2603 .muchan_local_flex .balloonWrap {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  margin-top: 38px;
}

.top-2603 .slideimg_local {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  background-position: center;
  -webkit-animation: slideAnime 10s infinite;
  animation: slideAnime 10s infinite;
  border-radius: 15px 15px 0px 0px;
}

.top-2603 .slideimg_local:nth-of-type(1) {
  background-image: url("../images/top/local_01.webp");
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.top-2603 .slideimg_local:nth-of-type(2) {
  background-image: url("../images/top/local_02.webp");
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.top-2603 .slideimg_local:nth-of-type(3) {
  background-image: url("../images/top/local_03.webp");
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.top-2603 .slideimg_local:nth-of-type(4) {
  background-image: url("../images/top/local_04.webp");
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.top-2603 .slideimg_local:nth-of-type(5) {
  background-image: url("../images/top/local_05.webp");
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

@-webkit-keyframes slideAnime {
  0%, 63%, 100% {
    opacity: 0;
  }

  20%, 33% {
    opacity: 1;
  }
}

@keyframes slideAnime {
  0%, 63%, 100% {
    opacity: 0;
  }

  20%, 33% {
    opacity: 1;
  }
}

.top-2603 .market_flexWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -75px;
}

.top-2603 .muchan_market_flex {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11%;
  z-index: 10;
  margin-bottom: -150px;
}

.top-2603 .slider_muchan_market {
  width: 40%;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
  z-index: 9;
}

.top-2603 .muchan_market_flex .balloonWrap .balloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -24%;
  left: 38%;
  display: block;
  border-style: solid;
  border-color: #fff #fff rgba(0,0,0,0) rgba(0,0,0,0);
  border-width: 21px;
  border-radius: 10px 10px 10px 10px;
  -webkit-transform: scaleX(0.5) rotate(-45deg);
  transform: scaleX(0.5) rotate(-45deg);
}

.top-2603 .muchan_karaichi_flex {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2vh;
  z-index: 10;
  margin-right: -8%;
  margin-bottom: -90px;
}

.top-2603 .slider_muchan_karaichi {
  z-index: 9;
  width: 6.5%;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.top-2603 .muchan_karaichi_flex .balloon {
  -webkit-transform: rotate(14deg);
  transform: rotate(14deg);
}

.top-2603 .muchan_karaichi_flex .balloonWrap {
  margin-right: -10%;
}

.top-2603 .muchan_karaichi_flex .balloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 45%;
  left: 36%;
  display: block;
  border-style: solid;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff;
  border-width: 21px;
  border-radius: 10px 10px 10px 10px;
  -webkit-transform: scaleX(0.5) rotate(-45deg);
  transform: scaleX(0.5) rotate(-45deg);
}

.top-2603 .txt_link {
  margin-top: 30px;
}

.top-2603 .slideimg_market {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  background-position: center;
  -webkit-animation: slideAnime 6s infinite;
  animation: slideAnime 6s infinite;
  border-radius: 15px 15px 0px 0px;
}

.top-2603 .slideimg_market:nth-of-type(1) {
  background-image: url("../images/top/market_01.webp");
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.top-2603 .slideimg_market:nth-of-type(2) {
  background-image: url("../images/top/market_02.webp");
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.top-2603 .slideimg_market:nth-of-type(3) {
  background-image: url("../images/top/market_03.webp");
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.top-2603 .slideimg_market_modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  background-position: center;
  -webkit-animation: slideAnime 10s infinite;
  animation: slideAnime 10s infinite;
}

.top-2603 .slideimg_market_modal:nth-of-type(1) {
  background-image: url("../images/top/market_modal_01.webp");
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.top-2603 .slideimg_market_modal:nth-of-type(2) {
  background-image: url("../images/top/market_modal_02.webp");
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.top-2603 .slideimg_market_modal:nth-of-type(3) {
  background-image: url("../images/top/market_modal_03.webp");
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.top-2603 .slideimg_market_modal:nth-of-type(4) {
  background-image: url("../images/top/market_modal_04.webp");
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.top-2603 .slideimg_market_modal:nth-of-type(5) {
  background-image: url("../images/top/market_modal_05.webp");
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.top-2603 .modal-content_live .slider-container {
  height: 67vh;
  margin-top: 40px;
  margin-bottom: 40px;
}

.top-2603 .modal-content_market .slider-container {
  height: 0;
  margin-bottom: 20px;
}

.top-2603 .modal_market {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: rgba(0,0,0,.6);
  color: #000;
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 99;
  inset: 0;
}

.top-2603 .comment_Wrap {
  margin-top: 40px;
}

.top-2603 .modal-bf_comment_title {
  font-size: .875rem;
  margin-bottom: 20px;
}

.top-2603 .modal-bf_comment {
  font-size: .75rem;
  line-height: 1.8em;
}

.top-2603 .modal-bf_comment:nth-child(3) {
  margin-top: 2em;
}

.top-2603 .modal-open_market {
  position: absolute;
  top: 30px;
  right: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1vw;
  font-weight: bold;
  border-radius: 0px 0px 10px 10px;
  cursor: pointer;
  font-size: 1rem;
  z-index: 10;
  font-family: "Freizeit_bold";
}

.top-2603 .community_info {
  width: 100%;
  margin-top: 15px;
  line-height: 2.2em;
}

.top-2603 .community_info.gacha th {
  width: 25%;
}

.top-2603 .community_info th {
  width: 18%;
  line-height: 1.8em;
  vertical-align: top;
}

.top-2603 .community_info td {
  vertical-align: top;
  line-height: 1.8em;
}

.top-2603 .info_notice {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: .75rem;
  line-height: 1.5em;
}

.top-2603 .modal-container_market {
  width: 780px;
  height: 65vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: relative;
  overflow-y: scroll;
  border-radius: 15px;
}

.top-2603 .modal-content_market {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 70px;
}

.top-2603 .modal-close_market {
  position: absolute;
  right: 23px;
  top: 28px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1vw;
  color: #000;
  cursor: pointer;
}

.top-2603 .modal-close_market p {
  font-family: "Freizeit_bold";
  font-size: 1rem;
}

.top-2603 .pop_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  gap: 3vw;
}

.top-2603 .pop_left {
  width: 170px;
}

.top-2603 .pop_right {
  width: 29vw;
}

.top-2603 .pop_profiel_name {
  font-size: .875rem;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.top-2603 .pop_profiel_name span {
  font-weight: bold;
  font-size: 1.1em;
}

.top-2603 .pop_profiel {
  font-size: .75rem;
  line-height: 1.8em;
}

.top-2603 .pop_profiel_02 {
  font-size: 1rem;
  line-height: 1.8rem;
}

.top-2603 .balloonWrap_profile {
  position: relative;
  margin-top: 35px;
  margin-bottom: 80px;
}

.top-2603 .balloon_profile {
  background-color: #fff;
  border: solid 1px #f1a5a7;
  display: inline-block;
  border-radius: 15px;
  padding: 18px 32px;
  font-size: .8em;
  line-height: 1.8em;
}

.top-2603 .balloon_profile::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -22.7px;
  left: 87px;
  display: block;
  border-style: solid;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff;
  border-width: 24px;
  border-radius: 0px 8.5px 0px 8.5px;
  -webkit-transform: scaleX(0.5) rotate(135deg);
  transform: scaleX(0.5) rotate(135deg);
  z-index: 20;
}

.top-2603 .balloon_profile::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -24px;
  left: 86px;
  display: block;
  border-style: solid;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #f1a5a7 #f1a5a7;
  border-width: 25px;
  border-radius: 0px 10px 0px 10px;
  -webkit-transform: scaleX(0.51) rotate(135deg);
  transform: scaleX(0.51) rotate(135deg);
}

.top-2603 .pop_button,
.top-2603 .pop_button_sp {
  width: 300px;
  height: 4.8vw;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #000;
  border: solid 1px #000;
  color: #fff;
}

.top-2603 .pop_button_en {
  padding-bottom: 3px;
  width: 300px;
  height: 4.8vw;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #000;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  margin-top: 40px;
}

.top-2603 .b_m a:nth-last-of-type(2) .pop_button_sp {
  margin-top: 40px;
  margin-bottom: 20px;
}

.top-2603 .b_m a:nth-last-of-type(1) .pop_button_sp {
  margin-top: 0;
  margin-bottom: 20px;
}

.top-2603 .pop_button_en_profile {
  width: 300px;
  height: 4.8vw;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #000;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  margin-top: 40px;
}

.top-2603 .pop_button a,
.top-2603 .pop_button_en a,
.top-2603 .pop_button_en_profile a {
  color: #fff;
}

.top-2603 #session {
  padding: 0 1vw;
  text-align: left;
}

.top-2603 .arrow {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 4px;
  margin: 11.3px 0;
  border-radius: 9999px;
  background-color: #000;
}

.top-2603 .arrow::before,
.top-2603 .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 20px;
  height: 4px;
  border-radius: 9999px;
  background-color: #000;
  -webkit-transform-origin: calc(100% - 2px) 50%;
  transform-origin: calc(100% - 2px) 50%;
}

.top-2603 .arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-2603 .arrow::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top-2603 .modal_pop_timetable {
  font-size: 1.25rem;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: bold;
}

.top-2603 .modal_pitch .community_info th,
.top-2603 .modal_neibhors .community_info th,
.top-2603 .modal_setagaya .community_info th,
.top-2603 .modal_live .community_info th,
.top-2603 .modal_bar .community_info th,
.top-2603 .modal_gacha .community_info th {
  width: 28%;
}

.top-2603 .session_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 5vw;
  margin-top: 1.5%;
  margin-bottom: 8%;
}

.top-2603 .session_left {
  text-align: left;
}

.top-2603 .session_right {
  width: 34vw;
}

.top-2603 .day_title {
  font-family: "Freizeit_ExtraBold";
  color: #fff;
  letter-spacing: -0.07em;
  text-align: center;
  font-size: 2.5em;
  margin-top: 3%;
  margin-bottom: 4%;
}

.top-2603 .day_title.day_1 {
  margin-top: 90px;
  margin-bottom: 65px;
}

.top-2603 .img-container {
  position: relative;
  width: 100%;
  margin-bottom: -10px;
}

.top-2603 .img-container img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.top-2603 .setagaya_flexWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -28%;
}

.top-2603 .muchan_setagaya_flex {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1vw;
  z-index: 10;
  margin-bottom: -140px;
}

.top-2603 .slider_muchan_setagaya {
  width: 40%;
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}

.top-2603 .muchan_setagaya_flex .balloonWrap {
  -webkit-transform: rotate(11deg);
  transform: rotate(11deg);
}

.top-2603 .muchan_setagaya_flex .balloonWrap .balloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -31%;
  left: 57%;
  display: block;
  border-style: solid;
  border-color: #fff #fff rgba(0,0,0,0) rgba(0,0,0,0);
  border-width: 21px;
  border-radius: 10px 10px 10px 10px;
  -webkit-transform: scaleX(0.5) rotate(-45deg);
  transform: scaleX(0.5) rotate(-45deg);
}

.top-2603 .pitch_flexWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -22%;
}

.top-2603 .muchan_pitch_flex {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1vw;
  z-index: 10;
  margin-bottom: -140px;
}

.top-2603 .slider_muchan_pitch {
  width: 36%;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.top-2603 .muchan_pitch_flex .balloonWrap {
  -webkit-transform: rotate(11deg);
  transform: rotate(11deg);
}

.top-2603 .muchan_pitch_flex .balloonWrap .balloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -31%;
  left: 57%;
  display: block;
  border-style: solid;
  border-color: #fff #fff rgba(0,0,0,0) rgba(0,0,0,0);
  border-width: 21px;
  border-radius: 10px 10px 10px 10px;
  -webkit-transform: scaleX(0.5) rotate(-45deg);
  transform: scaleX(0.5) rotate(-45deg);
}

.top-2603 .slider-container_setagaya {
  position: relative;
  width: 100%;
  margin: 50px auto 0px;
  height: 47vh;
  overflow: hidden;
  background-color: #fff;
}

.top-2603 .slideimg_setagaya {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  background-position: center;
  -webkit-animation: slideAnime 9s infinite;
  animation: slideAnime 9s infinite;
}

.top-2603 .slideimg_setagaya:nth-of-type(1) {
  background-image: url("../images/top/setagaya_life_00.webp");
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.top-2603 .slideimg_setagaya:nth-of-type(2) {
  background-image: url("../images/top/setagaya_life_01.webp");
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.top-2603 .slideimg_setagaya:nth-of-type(3) {
  background-image: url("../images/top/setagaya_life_02.webp");
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.top-2603 .img_notice {
  font-size: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-bottom: 20px;
  margin-right: 28px;
}

.top-2603 .img_credit {
  font-size: 8px;
  line-height: 1rem;
}

.top-2603 .modal_setagaya,
.top-2603 .modal_pitch,
.top-2603 .modal_neibhors,
.top-2603 .modal_bar,
.top-2603 .modal_gacha {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: rgba(0,0,0,.6);
  color: #000;
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 99;
  inset: 0;
}

.top-2603 .modal-open_setagaya,
.top-2603 .modal-open_pitch,
.top-2603 .modal-open_neibhors,
.top-2603 .modal-open_bar,
.top-2603 .modal-open_gacha {
  position: absolute;
  top: 30px;
  right: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1vw;
  font-weight: bold;
  border-radius: 0px 0px 10px 10px;
  cursor: pointer;
  font-size: 1rem;
  z-index: 10;
  font-family: "Freizeit_bold";
}

.top-2603 .modal-container_setagaya,
.top-2603 .modal-container_pitch,
.top-2603 .modal-container_neibhors {
  width: 780px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: relative;
  overflow-y: scroll;
  height: 65vh;
  border-radius: 15px;
}

.top-2603 .modal-content_pitch,
.top-2603 .modal-content_neibhors {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 70px;
}

.top-2603 .modal-content_setagaya .modal_setagaya_padding {
  padding: 40px 70px 0px;
}

.top-2603 .modal-content_setagaya .modal_setagaya_padding:nth-of-type(4) {
  padding: 0px 70px 0px;
}

.top-2603 .modal-content_setagaya .modal_setagaya_padding:nth-of-type(5) {
  padding: 0px 70px 40px;
}

.top-2603 .modal-content_setagaya {
  background-color: #fff;
  border-radius: 15px;
}

.top-2603 .modal-close_pitch,
.top-2603 .modal-close_neibhors {
  position: absolute;
  right: 23px;
  top: 28px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1vw;
  color: #000;
  cursor: pointer;
  z-index: 1;
}

.top-2603 .modal-close_setagaya {
  position: absolute;
  right: 23px;
  top: 240px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1vw;
  color: #000;
  cursor: pointer;
  z-index: 1;
}

.top-2603 .modal-close_setagaya p,
.top-2603 .modal-close_pitch p,
.top-2603 .modal-close_neibhors p {
  font-family: "Freizeit_bold";
  font-size: 1rem;
}

.top-2603 .live_flexWrap {
  margin-right: -3%;
}

.top-2603 .muchan_live_flex {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 1;
  margin-bottom: -10%;
}

.top-2603 .slider_muchan_live {
  width: 6.5%;
}

.top-2603 .muchan_live_flex .balloonWrap {
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.top-2603 .muchan_live_flex .balloonWrap .balloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 51%;
  left: 52%;
  display: block;
  border-style: solid;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff;
  border-width: 21px;
  border-radius: 10px 10px 10px 10px;
  -webkit-transform: scaleX(0.5) rotate(-45deg);
  transform: scaleX(0.5) rotate(-45deg);
}

.top-2603 .slideimg_live {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  background-position: center;
  -webkit-animation: slideAnime 9s infinite;
  animation: slideAnime 9s infinite;
}

.top-2603 .slideimg_live:nth-of-type(1) {
  background-image: url("../images/top/live_01.webp");
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  border-radius: 10px 10px 0 0;
}

.top-2603 .slideimg_live:nth-of-type(2) {
  background-image: url("../images/top/live_02.webp");
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  border-radius: 10px 10px 0 0;
}

.top-2603 .slideimg_live:nth-of-type(3) {
  background-image: url("../images/top/live_03.webp");
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  border-radius: 10px 10px 0 0;
}

.top-2603 .slideimg_live:nth-of-type(4) {
  background-image: url("../images/top/live_04.webp");
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  border-radius: 10px 10px 0 0;
}

.top-2603 .modal_live {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: rgba(0,0,0,.6);
  color: #000;
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 99;
  inset: 0;
}

.top-2603 .modal-open_live {
  position: absolute;
  top: 30px;
  right: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1vw;
  font-weight: bold;
  border-radius: 0px 0px 10px 10px;
  cursor: pointer;
  font-size: 1rem;
  z-index: 10;
  font-family: "Freizeit_bold";
}

.top-2603 .modal-container_live,
.top-2603 .modal-container_bar,
.top-2603 .modal-container_gacha {
  width: 780px;
  height: 65vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: relative;
  overflow-y: scroll;
  border-radius: 15px;
}

.top-2603 .modal-content_live {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 70px;
}

.top-2603 .modal-close_live,
.top-2603 .modal-close_bar,
.top-2603 .modal-close_gacha {
  position: absolute;
  right: 23px;
  top: 28px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1vw;
  color: #000;
  cursor: pointer;
}

.top-2603 .modal-close_live p,
.top-2603 .modal-close_bar p,
.top-2603 .modal-close_gacha p {
  font-family: "Freizeit_bold";
  font-size: 1rem;
}

.top-2603 .modal_live .popWrap {
  margin-top: 50px;
}

.top-2603 .modal_live .pop_flex {
  margin-top: 35px;
}

.top-2603 .modal_live .pop_flex:nth-of-type(6) {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-2603 .school_flexWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-2603 .muchan_school_flex {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  gap: 2vw;
  margin-right: -19%;
  margin-bottom: -17%;
}

.top-2603 .slider_muchan_school {
  width: 35%;
  margin-right: 8%;
}

.top-2603 .muchan_school_flex .balloonWrap {
  -webkit-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.top-2603 .muchan_school_flex .balloonWrap .balloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 45%;
  left: 33%;
  display: block;
  border-style: solid;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff;
  border-width: 21px;
  border-radius: 10px 10px 10px 10px;
  -webkit-transform: scaleX(0.5) rotate(-45deg);
  transform: scaleX(0.5) rotate(-45deg);
}

.top-2603 .music .container {
  padding: 9% 3.5vw 0;
}

.top-2603 .music_title .map_title,
.top-2603 .music_title .map_title_small {
  text-align: center !important;
}

.top-2603 .music_muchan_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 19%;
  margin-top: 2%;
  margin-bottom: 3%;
  gap: 1vw;
}

.top-2603 .music_muchan_flex .balloonWrap {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.top-2603 .music_muchan_flex .balloonWrap .balloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 11%;
  left: -9%;
  display: block;
  border-style: solid;
  border-color: rgba(0,0,0,0) #fff #fff rgba(0,0,0,0);
  border-width: 21px;
  border-radius: 10px 10px 10px 10px;
  -webkit-transform: scaleY(0.5) rotate(135deg);
  transform: scaleY(0.5) rotate(135deg);
}

.top-2603 .music_muchan {
  width: 5vw;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.top-2603 .ArrowWrap {
  position: relative;
  width: 100%;
  height: 20px;
  margin-bottom: 30px;
}

.top-2603 .Arrow {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 40px;
  right: 0;
  gap: 30px;
  height: auto;
  cursor: pointer;
}

.top-2603 .music .Arrow {
  right: 3.5vw;
}

.top-2603 .Arrow_prev {
  left: 0;
}

.top-2603 .Arrow_prev::before {
  content: "＜";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: -70px;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  background-color: #fff;
  font-size: 45px;
  text-align: center;
  color: #00a7d6;
  line-height: 38px;
}

.top-2603 .Arrow_next {
  right: 0;
}

.top-2603 .Arrow_next::before {
  content: "＞";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  background-color: #fff;
  font-size: 45px;
  text-align: center;
  color: #00a7d6;
  line-height: 38px;
}

.top-2603 .workshop .Arrow_next::before,
.top-2603 .workshop .Arrow_prev::before {
  color: #6dd1b5;
}

.top-2603 .Box_Slide {
  position: relative;
  width: 100%;
}

.top-2603 .BoxWrap {
  overflow-x: auto;
  width: 100%;
}

.top-2603 .BoxWrap::-webkit-scrollbar {
  display: none;
}

.top-2603 .Box-Container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: max-content;
}

.top-2603 .Box {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 20px 25px 30px;
  margin-right: 3.5vw;
  width: 350px;
  background-color: #fff;
  border-radius: 15px;
}

.top-2603 .Box:nth-of-type(1) {
  margin-left: 100px;
}

.top-2603 #garden-anchor .scroll-indicator {
  width: calc(100% - 100px);
  margin: 3vh 0 0 50px;
  height: 4px;
  position: relative;
  cursor: pointer;
}

.top-2603 #music-anchor .scroll-indicator {
  width: calc(100% - 150px);
  height: 4px;
  margin: 3vh 0 0 100px;
  position: relative;
  cursor: pointer;
}

.top-2603 .scroll-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 600px;
  background: #fff;
  border-radius: 15px;
}

.top-2603 .music_category_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-2603 .music_category_flex .right span {
  display: block;
  font-weight: bold;
  font-size: .5em;
}

.top-2603 .music_category_flex .left {
  font-size: .938em;
}

.top-2603 .music_category_flex .right {
  text-align: right;
  font-family: "Freizeit_bold";
  font-size: 1.25em;
  line-height: 1.4;
}

.top-2603 .music_date {
  font-size: .938em;
  text-align: right;
}

.top-2603 .music_profile_img {
  width: 100%;
  margin: 30px auto 20px;
}

.top-2603 .music_profile_img img {
  border-radius: 15px;
}

.top-2603 .music_profile_name {
  font-size: 1.563em;
  margin-bottom: 15px;
}

.top-2603 .music_profile_link {
  font-size: .938em;
}

.top-2603 .dj_muchan_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10%;
  margin-top: 5%;
  margin-bottom: 5%;
  gap: 1vw;
}

.top-2603 .dj_muchan_flex .balloonWrap {
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
}

.top-2603 .dj_muchan_flex .balloonWrap .balloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 9%;
  left: 76%;
  display: block;
  border-style: solid;
  border-color: #fff rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  border-width: 21px;
  border-radius: 10px 10px 10px 10px;
  -webkit-transform: scaleY(0.5) rotate(135deg);
  transform: scaleY(0.5) rotate(135deg);
}

.top-2603 .dj_muchan {
  width: 4vw;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.top-2603 .dj_time {
  padding-bottom: 8%;
}

.top-2603 .dj_button_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.8vw;
}

.top-2603 .dj_button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 15px;
  width: 300px;
  height: 70px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.top-2603 .modal-container_day_1,
.top-2603 .modal-container_day_2,
.top-2603 .modal-container_day_3 {
  width: 780px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border-radius: 15px;
}

.top-2603 .modal-content_day_1,
.top-2603 .modal-content_day_2,
.top-2603 .modal-content_day_3 {
  padding: 65px 29px 40px;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
}

.top-2603 .modal-content_day_1 {
  height: 515px;
}

.top-2603 .modal-content_day_2,
.top-2603 .modal-content_day_3 {
  height: 465px;
}

.top-2603 .modal-close_day_1,
.top-2603 .modal-close_day_2,
.top-2603 .modal-close_day_3 {
  position: absolute;
  right: 23px;
  top: 65px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1vw;
  color: #000;
  cursor: pointer;
  z-index: 80;
}

.top-2603 .dj_button p {
  margin: 0;
  font-size: .938em;
}

.top-2603 .dj_date {
  font-family: "Freizeit_bold";
  font-size: 1.063em;
  margin-bottom: 38px;
}

.top-2603 .dj_flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
}

.top-2603 .dj_place {
  font-family: "Freizeit_bold";
  font-weight: bold;
  font-size: 1.063em;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}

.top-2603 .dj_place span {
  display: block;
  font-size: .7em;
}

.top-2603 .dj_time_table {
  font-size: .938em;
}

.top-2603 .dj_time_table th {
  width: 100px;
  line-height: 1.5em;
  padding-right: 57px;
  padding-bottom: 15px;
  vertical-align: top;
}

.top-2603 .dj_time_table td {
  line-height: 1.5em;
  padding-bottom: 15px;
  vertical-align: top;
}

.top-2603 .dj_time_table tr:last-child th,
.top-2603 .dj_time_table tr:last-child td {
  padding-bottom: 0;
}

.top-2603 .shop.container {
  padding-top: 5%;
}

.top-2603 .shop_title {
  margin: auto auto 1.94%;
}

.top-2603 .shop_title .map_title,
.top-2603 .shop_title .map_title_small {
  text-align: center !important;
}

.top-2603 .shop_title p:nth-child(3) {
  font-weight: 600;
}

.top-2603 .shop_list_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  gap: 5%;
}

.top-2603 .shop_list {
  margin-top: 2.29%;
}

.top-2603 table.shop_table {
  line-height: 1;
  width: 40%;
}

.top-2603 .status_head {
  padding-bottom: 13px;
  padding-left: 30px;
}

.top-2603 .status_head .day {
  display: inline-block;
  width: 24px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

.top-2603 .status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 90px;
}

.top-2603 .home {
  width: 16px;
  height: 16px;
  background: url("../images/top/home.png") no-repeat center/contain;
  opacity: 0;
  margin-right: 20px;
}

.top-2603 .home.is-on {
  opacity: 1;
}

.top-2603 .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eaff00;
  opacity: 0;
  margin-right: 18px;
}

.top-2603 .dot.is-on {
  opacity: 1;
}

.top-2603 .days {
  padding-bottom: 25px;
  vertical-align: baseline;
}

.top-2603 .shop_name {
  padding-bottom: 25px;
  vertical-align: baseline;
  color: #fff;
}

.top-2603 .shop_name a {
  color: #fff;
  text-decoration: underline;
}

.top-2603 .infinite-scroll {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.top-2603 .infinite-scroll__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  padding-right: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.top-2603 .infinite-scroll__img-wrap {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 400px;
  height: auto;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.top-2603 .infinite-scroll__container:first-child {
  -webkit-animation: loop 80s -40s linear infinite;
  animation: loop 80s -40s linear infinite;
}

.top-2603 .infinite-scroll__container:last-child {
  -webkit-animation: loop2 80s linear infinite;
  animation: loop2 80s linear infinite;
}

.top-2603 .tabloid_area {
  margin-bottom: 120px;
  text-align: center;
}

.top-2603 .tabloid_area .dj_button {
  margin: 80px auto;
}

.top-2603 .footer_center {
  padding: 0 0 150px;
  position: relative;
}

.top-2603 .footerWrap {
  text-align: center;
}

.top-2603 .footer_blue {
  position: relative;
  width: 100vw;
  z-index: 10;
  background-color: #00a7d6;
  margin-left: calc(50% - 50vw);
}

.top-2603 p.footer_caption {
  color: #fff;
}

.top-2603 .footer_note {
  color: #fff;
  font-size: .75em;
  text-align: center;
  margin-bottom: 3.5%;
}

.top-2603 .footer_caption {
  margin-bottom: 2rem;
}

.top-2603 .top_rise_logo {
  position: relative;
  width: 110px;
  margin: auto;
  margin-top: 4%;
  cursor: pointer;
}

.sec-lead {
  max-width: 770px;
  margin: 0;
  color: #ea551a;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 40px;
}

.sec-note {
  margin: 0;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 40px;
}

.sec-music {
  margin: 0 auto;
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec-music-timetable {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 40px;
  margin-bottom: 60px;
  width: 100%;
}

.sec-music-timetable__times {
  width: 84px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 48px;
  gap: 10px;
}

.sec-music-timetable__times--col {
  width: 100%;
  height: 25%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec-music-timetable__times--sp {
  display: none;
}

.sec-music-timetable__timelines {
  width: calc(100% - 89px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}

.sec-music-timetable__timeline--inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.sec-music__artist {
  width: 100%;
  border: 1px solid #ea551a;
  background: #faf0d1;
  padding: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  box-sizing: border-box;
  margin-top: 60px;
  border-radius: 5px;
}

.sec-music__artist-title {
  width: 329px;
  height: 43px;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ea551a;
  background: #fff;
  color: #ea551a;
  font-size: 26px;
  font-weight: 700;
  line-height: 25px;
  font-family: "Nunito",sans-serif;
  border-radius: 5px;
}

.sec-music__artist-detail {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
}

.sec-music__artist-image {
  width: 260px;
  min-width: 260px;
}

.sec-music__artist-image img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  display: block;
}

.sec-music__artist-text {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec-music__artist-text p {
  margin: 0;
  color: #ea551a;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.sec-music__artist-name {
  margin: 0 0 17px;
  color: #ea551a;
  font-size: 26px;
  font-weight: 700;
  line-height: 25px;
}

.sec-music .c-sec-title {
  width: 100%;
}

.sec-market {
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec-market__items {
  width: 100%;
  margin-top: 62px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px 15px;
}

.sec-market__workshops {
  width: 100%;
  margin-top: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.sec-market .sec-note+.c-sec-title {
  margin-top: 80px;
}

.sec-ice {
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec-ice__brand {
  width: 100%;
  margin-top: 0px;
  border: 1px solid #ea551a;
  border-radius: 5px;
  overflow: hidden;
}

.sec-ice__brand-title {
  margin: 0;
  padding: 8px 30px;
  text-align: center;
  background: #fbf1d1;
  border-bottom: 1px solid #ea551a;
  color: #ea551a;
  font-family: "Nunito",sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.sec-ice__brand-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  padding: 30px;
  background: #faf0d1;
}

.sec-ice__brand-logo {
  width: 229px;
  height: 115px;
  object-fit: contain;
  display: block;
}

.sec-ice__brand-text {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec-ice__brand-text p {
  margin: 0;
  color: #ea551a;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.sec-ice__brand-text .c-card-01__instagram {
  margin-top: 5px;
  font-size: 12px !important;
}

.sec-ice__brand-instagram {
  margin-top: 5px;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 4px 11px;
  border: 1px solid #ea551a;
  border-radius: 3px;
  background: #fff;
  color: #ea551a;
  font-family: "Nunito",sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.sec-ice__items {
  width: 100%;
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px 40px;
}

.sec-mikuji {
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec-mikuji-modal .c-modal__content__wrap {
  width: 100%;
  max-width: 789px;
  background: #fdf2d4;
}

.sec-mikuji__box {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 34px;
}

.sec-paper {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #efea46;
  box-sizing: border-box;
}

.sec-paper__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 37px;
  max-width: 856px;
  margin: 0 auto;
}

.sec-paper__detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 68px;
  width: 100%;
}

.sec-paper__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 213px;
  border: 1px solid #ea551a;
  box-sizing: border-box;
}

.sec-paper__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 213/303;
  object-fit: cover;
  display: block;
}

.sec-paper__txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 33px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 575px;
}

.sec-paper__concept {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.sec-paper__heading {
  margin: 0;
  color: #ea551a;
  font-family: "Inter",sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}

.sec-paper__description {
  margin: 0;
  color: #ea551a;
  font-size: 14px;
  font-weight: 500;
  line-height: 31px;
}

.sec-paper__web {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.sec-paper__web-note {
  margin: 0;
  color: #ea551a;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
}

.sec-paper__btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 3px 8px;
  border-radius: 10px;
  background: #ea551a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  border: solid 3px #faf0d1;
}

.sec-paper__btn:hover {
  color: #fff !important;
}

.sec-paper__organizer {
  margin: 0;
  max-width: 392px;
  color: #ea551a;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

body {
  font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
  font-feature-settings: "palt";
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-flex__center__center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.u-ab-center--v {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.u-ab-center--h {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 601px) {
  .l-footer__sec .menu-toggle {
    display: none;
  }

  .l-footer__sec .main-navigation ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .l-footer__sec .footer-navigation {
    margin-bottom: 3.5em;
  }

  .l-footer__sec .footer-navigation,
  .l-footer__sec .site-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .l-footer__sec .top--about--grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .l-footer__sec .top--about--grid>div {
    width: 50%;
  }

  .l-footer__sec .top--about--image img {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1.2) translateY(-4em) translateX(-4.5em);
    transform: scale(1.2) translateY(-4em) translateX(-4.5em);
    z-index: -2;
    position: relative;
  }

  .l-footer__sec .top--about--sentence::before {
    width: calc(100% + 10em);
  }

  .l-footer__sec .top--service--grid,
  .l-footer__sec .top--service--grid2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 2;
  }

  .l-footer__sec .top--service--grid>div,
  .l-footer__sec .top--service--grid2>div {
    width: 50%;
  }

  .l-footer__sec .top--service--grid2 {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .l-footer__sec .top--client {
    padding: 11.5em 0 2.5em;
  }

  .l-footer__sec .top--project .project-grid>div {
    width: 50%;
    margin: 0 2em;
  }

  .l-footer__sec .top--recruit .recruit-grid>div {
    width: 50%;
    margin: 0 2em;
  }

  .l-footer__sec .top--contact .contact-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-footer__sec .top--contact .contact-grid .contact-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 4em;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-footer__sec .about--mission--image {
    height: 52.2em;
    width: calc(var(--site_width) + (100vw - var(--site_width))/2);
    left: 0;
    -webkit-transform: translateY(-5.7em);
    transform: translateY(-5.7em);
  }

  .l-footer__sec .about--value--item {
    width: 33.333%;
    font-size: 1.4em;
  }

  .l-footer__sec .about--access--grid {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 2.5em 0 0;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .l-footer__sec .about--access--cta {
    width: 39%;
    padding-right: 0 !important;
    margin-top: 0;
  }

  .l-footer__sec .about--access--cta a {
    float: right;
  }

  .l-footer__sec .recruit--mission {
    width: 50%;
  }

  .l-footer__sec .recruit--value {
    width: 50%;
    border-left: 1px solid var(--cl-border);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .l-footer__sec .recruit--service--title {
    width: 10%;
  }

  .l-footer__sec .recruit--service--title::after {
    content: "";
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: calc(100% - 12em);
    width: 50%;
    background: #29263d;
    position: absolute;
    right: 50%;
    top: 0;
    z-index: 1;
  }

  .l-footer__sec .recruit--service--grid2 {
    width: 100%;
    padding: 3.2em;
    margin-top: 14em;
  }

  .l-footer__sec .recruit--welfare--list {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media screen and (min-width: 768px) {
  .c-anchor--fadeup {
    top: -200px;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: block !important;
  }
}

@media screen and (min-width: 769px) {
  .l-footer__sec .recruit--service--item {
    width: calc(50% - 1.6em);
    padding: 3.2em;
  }
}

@media screen and (min-width: 783px) {
  .l-footer__sec .about--mission--grid>.title {
    width: 28em;
  }

  .l-footer__sec .about--mission--grid>.title b {
    display: block;
  }

  .l-footer__sec .about--mission--grid>div {
    width: calc(100% - 28em);
  }

  .l-footer__sec .about--overview--text {
    width: 61%;
    padding-right: 6em;
  }

  .l-footer__sec .about--overview--image {
    width: 39%;
  }
}

@media screen and (min-width: 969px) {
  .l-footer__sec .top--hello--bg {
    width: calc(var(--site_width) + (100vw - var(--site_width))/2 - 27em);
    left: calc(-100vw - var(--site_width) + 27em);
    margin-left: 35.4em;
  }
}

@media screen and (min-width: 1000px) {
  .l-footer__sec .recruit--service--title {
    width: 10%;
  }

  .l-footer__sec .recruit--service--grid2 {
    width: 100%;
  }
}

@media screen and (min-width: 1092px) {
  .l-footer__sec .about--overview--image>div {
    width: 115%;
  }
}

@media screen and (min-width: 1200px) {
  .l-footer__sec .recruit--service--title {
    width: 10%;
  }

  .l-footer__sec .recruit--service--grid2 {
    width: 100%;
  }
}

@media screen and (max-width: 1500px) {
  .top-2603 .m1500-only {
    display: block;
  }
}

@media screen and (max-width: 1150px) {
  .top-2603 .slider_moreWrap {
    width: 630px;
  }

  .top-2603 .section_02_title p {
    line-height: 5rem;
  }

  .top-2603 .modal-bf_contents {
    padding: 30px 35px;
  }

  .top-2603 .pop_button,
  .top-2603 .pop_button_en,
  .top-2603 .pop_button_en_profile,
  .top-2603 .pop_button_sp {
    width: 33vw;
    height: 5.5vw;
    padding-bottom: 3px;
  }

  .top-2603 .modal-container_garden,
  .top-2603 .modal-container_kinkan,
  .top-2603 .modal-container_art,
  .top-2603 .modal-container_cardboard,
  .top-2603 .modal-container_market,
  .top-2603 .modal-container_local,
  .top-2603 .modal-container_pitch,
  .top-2603 .modal-container_neibhors,
  .top-2603 .modal-container_setagaya,
  .top-2603 .modal-container_live,
  .top-2603 .modal-container_session {
    width: 66.5vw;
  }
}

@media screen and (max-width: 1080px) {
  .c-card-03--live {
    padding: 14px 10px;
  }
}

@media screen and (max-width: 968px) {
  .l-footer__sec .top--hello {
    margin-left: 2em;
  }

  .l-footer__sec .top--hello--bg {
    height: 59em;
  }

  .l-footer__sec .top--hello--bg {
    width: calc(100vw - 5em);
    left: 3em;
  }

  .l-footer__sec .top--newsticker {
    margin-top: -7.5em;
    width: calc(100% - 2em);
    margin-left: 0;
  }

  .l-footer__sec .top--newsticker .top-title {
    margin-left: 2em;
  }

  .l-footer__sec .top--newsticker a {
    border-radius: 0 4px 4px 0;
    padding: 1.5em 2em;
    margin-top: -0.5em;
  }
}

@media screen and (max-width: 967px) {
  .l-footer__sec .site-cta--contact {
    padding: 8em 4em 8em 2em;
  }

  .l-footer__sec .site-cta--recruit {
    padding: 8em 2em 8em 4em;
  }
}

@media screen and (max-width: 962px) {
  .l-footer__sec .recruit--slide iframe {
    height: 62vw;
  }
}

@media screen and (max-width: 900px) {
  .top-2603 .slider_moreWrap {
    width: 550px;
  }

  .top-2603 .slider-container {
    height: 38vh;
  }

  .top-2603 .modal-container_garden,
  .top-2603 .modal-container_kinkan,
  .top-2603 .modal-container_art,
  .top-2603 .modal-container_cardboard,
  .top-2603 .modal-container_market,
  .top-2603 .modal-container_local,
  .top-2603 .modal-container_pitch,
  .top-2603 .modal-container_neibhors,
  .top-2603 .modal-container_setagaya,
  .top-2603 .modal-container_live,
  .top-2603 .modal-container_session {
    width: 550px;
  }
}

@media screen and (max-width: 880px) {
  .c-btn__cv {
    min-width: 140px;
    padding: 14px 10px;
  }

  .sec-music-timetable__times {
    width: 54px;
  }

  .sec-music-timetable__timelines {
    width: calc(100% - 54px);
  }
}

@media screen and (max-width: 782px) {
  .l-footer__sec .news-grid-inner {
    width: calc(50% - 3.2em);
  }

  .l-footer__sec .main-navigation li {
    padding: 2.2em 0;
  }

  .l-footer__sec .top--service--text:after {
    width: calc(50vw + 4em);
    left: -2em;
    margin-top: 5.6em;
  }

  .l-footer__sec .top--service--text2:after,
  .l-footer__sec .top--service--text3:after {
    width: calc(50vw + 4em);
    left: -2em;
    margin-top: 5.6em;
  }

  .l-footer__sec .top--service--text3::after {
    width: calc(50vw + 4em);
    left: -2em;
    margin-top: 5.6em;
  }

  .l-footer__sec .about--mission--grid {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .l-footer__sec .about--overview--grid {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .l-footer__sec .about--overview--image>div {
    height: 31.7em;
    margin-bottom: 4em;
  }

  .l-footer__sec .archive--header li {
    font-size: 1.4em;
    padding: 1em .6em;
    margin-right: 0;
  }
}

@media screen and (max-width: 780px) {
  .top-2603 .global_sp_wh {
    height: 100dvh;
  }

  .top-2603 p.map_title {
    font-size: 9vw;
  }

  .top-2603 p.map_title_small {
    font-size: 2.8vw;
    margin-top: 1.8vw;
  }

  .top-2603 p.map_caption {
    margin-top: 7vw;
    font-size: .875rem;
    line-height: 1.5rem;
  }

  .top-2603 p.map_obi {
    font-size: 1.125rem;
  }

  .top-2603 .sp_obi {
    width: calc(100% - 60px);
    margin: auto 30px;
  }

  .top-2603 .modal-bf_obi {
    font-size: 1rem;
    line-height: 1.5em;
  }

  .top-2603 p.modal-bf_obi_sp {
    font-weight: bold;
    font-size: .9rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
  }

  .top-2603 .modal-bf_caption {
    margin: 20px 0 1.9em;
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .top-2603 p.modal_pop_caption {
    margin: 20px 0 15px;
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .top-2603 .modal_pop_caption_02 {
    font-size: .938rem !important;
    line-height: 1.5rem !important;
    font-weight: bold;
  }

  .top-2603 .pop_profiel_02 {
    font-size: .813rem !important;
    line-height: 1.5rem !important;
  }

  .top-2603 .Box_garden .modal-bf_obi {
    font-size: 1.1em;
    margin-bottom: 0;
  }

  .top-2603 .Box_garden .modal-bf_caption {
    line-height: 1.6;
    margin-top: 10px;
  }

  .top-2603 .js-scroll-overlap:not(.is-disabled) {
    --sticky-offset: -1px;
    position: -webkit-sticky;
    position: sticky;
    top: var(--sticky-offset, -1000px);
  }

  .top-2603 .ArrowWrap {
    display: none;
  }

  .top-2603 .modal-content p {
    font-size: 100%;
  }

  .top-2603 .modal-content {
    position: relative;
    top: 45%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    padding-bottom: 20%;
  }

  .top-2603 .modal-close {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 14%;
    right: 0%;
    gap: 3vw;
  }

  .top-2603 .modal-close p {
    font-size: .813rem;
  }

  .top-2603 .batsu::before,
  .top-2603 .batsu::after {
    width: 4px;
  }

  .top-2603 .modal-container_garden {
    width: 81vw;
  }

  .top-2603 .modal-content_garden,
  .top-2603 .modal-content_kinkan,
  .top-2603 .modal-content_art,
  .top-2603 .modal-content_cardboard,
  .top-2603 .modal-content_day_1,
  .top-2603 .modal-content_day_2,
  .top-2603 .modal-content_day_3 {
    padding: 30px 27px 60px;
  }

  .top-2603 .modal_garden img {
    margin-bottom: 20px;
  }

  .top-2603 .pop_left img {
    margin-bottom: 0px;
  }

  .top-2603 .modal_garden .pop_flex {
    margin-bottom: 25px;
    gap: 20px;
  }

  .top-2603 .modal_garden .popWrap:nth-of-type(1) .pop_left {
    height: auto;
  }

  .top-2603 .modal_garden .pop_profiel {
    margin-bottom: 30px;
  }

  .top-2603 .modal_garden .popWrap:nth-of-type(2) .pop_flex {
    margin-top: 50px;
    padding-bottom: 43px;
  }

  .top-2603 .modal_garden .popWrap:nth-of-type(2) .pop_left {
    width: 94px;
    height: auto;
  }

  .top-2603 .modal_garden .popWrap:nth-of-type(2) .pop_profiel_name {
    margin-bottom: 1em;
  }

  .top-2603 .modal_garden .popWrap:nth-of-type(2) .pop_profiel {
    margin-bottom: 25px;
  }

  .top-2603 .modal-container_art {
    height: 65vh;
  }

  .top-2603 .pop_flex {
    gap: 20px;
    margin-top: 0px;
  }

  .top-2603 .modal_art .pop_left {
    width: 94px;
    height: 94px;
  }

  .top-2603 .modal_art .pop_profiel,
  .top-2603 .modal_cardboard .pop_profiel {
    margin-bottom: 25px;
  }

  .top-2603 .modal-close_garden,
  .top-2603 .modal-close_kinkan,
  .top-2603 .modal-close_art,
  .top-2603 .modal-close_cardboard,
  .top-2603 .modal-close_day_1,
  .top-2603 .modal-close_day_2,
  .top-2603 .modal-close_day_3,
  .top-2603 .modal-close_bar,
  .top-2603 .modal-close_gacha {
    top: auto;
    bottom: 25px;
    right: 20px;
  }

  .top-2603 .modal-close_garden p,
  .top-2603 .modal-close_kinkan p,
  .top-2603 .modal-close_art p,
  .top-2603 .modal-close_cardboard p,
  .top-2603 .modal-close_market p,
  .top-2603 .modal-close_setagaya p,
  .top-2603 .modal-close_pitch p,
  .top-2603 .modal-close_neibhors p,
  .top-2603 .modal-close_live p,
  .top-2603 .modal-close_day_1 p,
  .top-2603 .modal-close_day_2 p,
  .top-2603 .modal-close_day_3 p,
  .top-2603 .modal-close_bar p,
  .top-2603 .modal-close_gacha p {
    font-size: .8125rem;
    font-weight: bold;
  }

  .top-2603 .batsu_more {
    width: 30px;
    height: 30px;
  }

  .top-2603 .batsu_more::before,
  .top-2603 .batsu_more::after {
    top: 47%;
    width: 4px;
    height: 30px;
  }

  .top-2603 .modal-container_market {
    width: 82vw;
  }

  .top-2603 .modal-content_market {
    padding: 30px 27px 0px;
  }

  .top-2603 .modal-close_market {
    position: relative;
    top: auto;
    right: 0;
    bottom: 20px;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .top-2603 .speechBubble {
    margin-top: 35px;
  }

  .top-2603 .speechBubble::after {
    left: 40%;
  }

  .top-2603 .pop_flex {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .top-2603 .modal_setagaya .pop_flex,
  .top-2603 .modal_market .pop_flex {
    margin-top: 30px;
    margin-bottom: 8px;
  }

  .top-2603 .modal-content_setagaya .popWrap {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .top-2603 .modal-content_setagaya .popWrap.support {
    margin-bottom: 0px;
  }

  .top-2603 .modal-container_setagaya .popWrap.support .pop_flex {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .top-2603 .modal-container_setagaya .popWrap.support .pop_flex .pop_left {
    height: 22px;
  }

  .top-2603 .pop_profiel_name {
    line-height: 1.2em;
    margin-bottom: 0;
    font-size: .7rem;
  }

  .top-2603 .pop_profiel {
    line-height: 1.2rem;
  }

  .top-2603 .pop_left {
    width: 90px;
    height: 90px;
  }

  .top-2603 .pop_right {
    width: 33vw;
  }

  .top-2603 .pop_profiel {
    font-size: .6875rem;
    line-height: 1.2rem;
  }

  .top-2603 .popWrap {
    margin-top: 30px;
  }

  .top-2603 .modal_art .pop_flex {
    margin-top: 0px;
  }

  .top-2603 .modal-container_setagaya,
  .top-2603 .modal-container_pitch,
  .top-2603 .modal-container_neibhors,
  .top-2603 .modal-container_bar,
  .top-2603 .modal-container_gacha {
    width: 90%;
  }

  .top-2603 .slider-container_setagaya {
    width: 100%;
    height: 23vh;
  }

  .top-2603 .slider-container_setagaya {
    margin: 30px auto 0px;
  }

  .top-2603 .img_notice {
    font-size: 10px;
    margin-right: 27px;
    margin-bottom: 0px;
  }

  .top-2603 .img_credit {
    margin-top: -3px;
  }

  .top-2603 .pop_profiel.pop_profiel_makabe {
    margin-top: 25px;
  }

  .top-2603 .modal-content_pitch,
  .top-2603 .modal-content_neibhors {
    padding: 30px 27px 60px;
    border-radius: 15px;
  }

  .top-2603 .modal-content_setagaya {
    padding-bottom: 30px;
    border-radius: 15px;
  }

  .top-2603 .modal-content_setagaya .modal_setagaya_padding {
    padding: 30px 27px 0px;
  }

  .top-2603 .modal-content_setagaya .modal_setagaya_padding:nth-of-type(4) {
    padding: 0px 27px 0px;
  }

  .top-2603 .modal-content_setagaya .modal_setagaya_padding:nth-of-type(5) {
    padding: 0px 27px 60px;
  }

  .top-2603 .modal-close_setagaya,
  .top-2603 .modal-close_pitch,
  .top-2603 .modal-close_neibhors {
    position: relative;
    top: auto;
    right: 0;
    bottom: -30px;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .top-2603 .modal_pitch .community_info th,
  .top-2603 .modal_neibhors .community_info th,
  .top-2603 .modal_setagaya .community_info th,
  .top-2603 .modal_live .community_info th,
  .top-2603 .modal_bar .community_info th,
  .top-2603 .modal_gacha .community_info th {
    width: 43%;
  }

  .top-2603 .modal_live .popWrap {
    margin-top: 30px;
  }

  .top-2603 .modal_live .modal_pop_timetable {
    margin-top: 40px;
  }

  .top-2603 .modal_live .pop_flex:nth-of-type(6) {
    margin-top: 60px;
  }

  .top-2603 .modal_live .pop_flex:nth-of-type(6) .pop_left {
    height: 35px;
  }

  .top-2603 .modal-close_live,
  .top-2603 .modal-close_bar,
  .top-2603 .modal-close_gacha {
    position: relative;
    top: auto;
    margin-top: 25px;
    right: 0;
    bottom: 0;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .top-2603 .modal-container_live {
    width: 78.5vw;
  }

  .top-2603 .modal-content_live {
    height: 65vh;
    overflow-y: scroll;
    padding: 30px 27px 35px;
  }

  .top-2603 .info_detail_live {
    margin-top: -3px;
    line-height: 1.5rem;
  }

  .top-2603 .garden_green,
  .top-2603 .session_yellow,
  .top-2603 .market_pink,
  .top-2603 .map_wh,
  .top-2603 .music_blue,
  .top-2603 .paper_wh,
  .top-2603 .campaign_blue {
    color: #000 !important;
  }

  .top-2603 .pc-only {
    display: none !important;
  }

  .top-2603 .sp-only {
    display: block !important;
  }

  .top-2603 .modal-close_art.sp-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .top-2603 .m1500-only {
    display: none !important;
  }

  .top-2603 .bg_pink,
  .top-2603 .bg_yellow {
    width: 100%;
  }

  .top-2603 .global_sp_wh {
    width: 100%;
  }

  .top-2603 .global_sp_wh {
    font-size: 1.5em;
    padding: 160px 20px 0;
  }

  .top-2603 .global_sp_wh span {
    font-size: .7em;
    display: block;
    padding-top: .5em;
  }

  .top-2603 .kv {
    background-image: url("../images/top/01_sp.webp");
  }

  .top-2603 .navToggle,
  .top-2603 .navToggle_bk.is_flow {
    top: 25px;
    width: 30px;
    height: 30px;
  }

  .top-2603 .navToggle span,
  .top-2603 .navToggle_bk.is_flow span {
    height: 3px;
  }

  .top-2603 .top_rise_logo {
    width: 100px;
    margin-top: 9%;
  }

  .top-2603 .insta {
    top: 25px;
    width: 20px;
  }

  .top-2603 .top_sectionWrap {
    top: 55%;
  }

  .top-2603 .top_date {
    font-size: 5vw;
    margin-bottom: 0px;
  }

  .top-2603 .top_date span {
    font-size: 1rem;
  }

  .top-2603 .top_textFlex {
    font-size: 12px;
  }

  .top-2603 .top_textFlex img {
    width: 15px;
    height: 100%;
    margin-right: 7px;
  }

  .top-2603 .top_triangle {
    width: 57%;
  }

  .top-2603 .top_text {
    width: 100%;
    margin: 30px auto 0;
  }

  .top-2603 .top_logo_flex {
    margin: 30px auto 0;
  }

  .top-2603 .top_logo_left,
  .top-2603 .top_logo_right {
    width: 110px;
  }

  .top-2603 #section_01 {
    height: auto;
  }

  .top-2603 .sec_01_flex {
    margin: auto 27px auto 40px;
    gap: 5vw;
  }

  .top-2603 .sec_01_img {
    width: 66vw;
  }

  .top-2603 .sec_02_img {
    width: 77vw;
    margin-left: -21vw;
  }

  .top-2603 .modal-open {
    font-size: .75rem;
    width: 242px;
    height: 50px;
  }

  .top-2603 .sec_text {
    margin-top: 30px;
  }

  .top-2603 .sec_text p {
    color: #fff;
    font-size: 1em;
    line-height: 1.8rem;
  }

  .top-2603 .section_02_text {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .top-2603 .section_02_text {
    line-height: 1.8rem;
    margin: 10vw 20px;
  }

  .top-2603 .section_02_title p {
    font-size: 2.1875rem;
    line-height: 2.2rem;
  }

  .top-2603 .section_02_muchan {
    width: 14vw;
    margin: 40px auto 0;
  }

  .top-2603 .section_02_text p {
    font-size: 1rem;
  }

  .top-2603 p.section_02_small {
    font-size: .9em;
  }

  .top-2603 .speechBubble {
    font-size: .8em;
  }

  .top-2603 .areamap_title p {
    font-size: 2.1875em;
  }

  .top-2603 #area_map {
    padding-top: 22%;
    padding-bottom: 12%;
  }

  .top-2603 #area_map.js-scroll-overlap {
    --sticky-offset: 0px !important;
  }

  .top-2603 .area_map_img {
    width: 80%;
  }

  .top-2603 .gardern_flex {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 6%;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0vw;
  }

  .top-2603 .garder_left {
    width: 60%;
  }

  .top-2603 .sp_garden_flex_right {
    margin-left: -12vw;
  }

  .top-2603 .balloon p {
    font-size: .75rem;
  }

  .top-2603 .balloon {
    padding: 5px 14px;
  }

  .top-2603 .balloon::after {
    top: 4px;
    left: -10px;
    border-width: 17px;
    -webkit-transform: scaleY(0.5) rotate(128deg);
    transform: scaleY(0.5) rotate(128deg);
  }

  .top-2603 .container {
    padding: 22% 3.5vw 80px;
  }

  .top-2603 .pgaeTopWrap {
    right: 5vw;
    bottom: 5dvh;
  }

  .top-2603 .pgaeTop {
    height: 25px;
  }

  .top-2603 .pgaeTop::before,
  .top-2603 .pgaeTop::after {
    height: 12px;
  }

  .top-2603 #garden {
    padding-bottom: 80px;
  }

  .top-2603 .slider_muchan {
    width: 9vw;
  }

  .top-2603 .slider_moreWrap {
    margin: 13% auto 0;
    width: 87%;
    padding-bottom: 0vw;
  }

  .top-2603 .slider-container {
    height: 44vh;
  }

  .top-2603 .muchan_flex {
    margin-left: 0vw;
  }

  .top-2603 .modal-bf_contents {
    padding: 20px 27px;
  }

  .top-2603 #garden .modal-bf_contents {
    padding: 20px 27px 70px;
  }

  .top-2603 .work_muchan_flex {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 15%;
    margin-top: 6%;
    gap: 5vw;
  }

  .top-2603 .work_muchan {
    width: 8.5vw;
  }

  .top-2603 .work_muchan_flex .balloonWrap .balloon::after {
    border-width: 17px;
  }

  .top-2603 .workshop {
    width: 100%;
    padding: 0;
  }

  .top-2603 .Box_garden {
    width: 220px;
    padding: 20px 25px 30px;
    margin-right: 25px;
  }

  .top-2603 .kinkan_modal_img {
    margin-bottom: 0px;
  }

  .top-2603 .modal-open_garden,
  .top-2603 .modal-open_kinkan,
  .top-2603 .modal-open_art,
  .top-2603 .modal-open_cardboard {
    top: auto;
    bottom: 15px;
    right: 20px;
    font-size: .75rem;
  }

  .top-2603 .modal_pop_caption_note {
    font-size: .8125rem;
    width: 232px !important;
  }

  .top-2603 .modal_pop_caption_02 {
    font-size: .938rem !important;
    line-height: 1.5rem;
  }

  .top-2603 .plus::before {
    height: 30px;
    top: 36%;
  }

  .top-2603 .plus::after {
    height: 30px;
  }

  .top-2603 #market {
    padding: 0;
  }

  .top-2603 .comment_Wrap {
    margin-top: 20px;
  }

  .top-2603 .modal-bf_comment_title {
    font-size: .75rem;
    margin-bottom: 10px;
  }

  .top-2603 .modal-bf_comment {
    font-size: 11px;
  }

  .top-2603 .modal-content_market .slider-container {
    height: 29vh;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .top-2603 .local_flex {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0vw;
    width: calc(100% - 60px);
    margin: 0 30px;
  }

  .top-2603 .local_left {
    width: 61%;
  }

  .top-2603 .local_right {
    width: 50vw;
    margin-left: -27vw;
    margin-bottom: 6vw;
  }

  .top-2603 .modal-open_market {
    top: auto;
    bottom: 30px;
    font-size: .8125em;
  }

  .top-2603 .community_info {
    font-size: .9rem;
    margin-top: 5px;
    line-height: 1.5em;
  }

  .top-2603 .community_info.bar {
    padding-bottom: 70px;
  }

  .top-2603 .community_info.bar tr,
  .top-2603 .modal-container_bar tr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .top-2603 .community_info.bar tr th,
  .top-2603 .community_info.gacha tr th,
  .top-2603 .modal-container_bar tr th {
    line-height: 1;
    width: 100%;
  }

  .top-2603 .info_title {
    margin-bottom: 7px;
  }

  .top-2603 .info_detail {
    margin-top: -3px;
    margin-bottom: 15px;
    line-height: 1.5em;
  }

  .top-2603 .b_m a:nth-last-of-type(2) .pop_button_sp {
    margin-top: 30px;
  }

  .top-2603 .pop_button_sp {
    width: 242px;
    height: 50px;
    font-size: .75rem;
    margin: 30px auto 70px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #000;
    border: solid 1px #000;
    color: #fff;
  }

  .top-2603 .pop_button,
  .top-2603 .pop_button_en {
    width: 242px;
    height: 50px;
    font-size: .75rem;
    margin: 30px auto 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #000;
    border: solid 1px #000;
    color: #fff;
  }

  .top-2603 .pop_button_en_profile {
    width: 242px;
    height: 50px;
    font-size: .75rem;
    margin: 30px auto 90px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #000;
    border: solid 1px #000;
    color: #fff;
  }

  .top-2603 #session {
    padding: 0;
  }

  .top-2603 .arrow {
    width: 25px;
  }

  .top-2603 .arrow::before,
  .top-2603 .arrow::after {
    width: 17px;
  }

  .top-2603 .day_title {
    margin-top: 12%;
    margin-bottom: -2%;
  }

  .top-2603 .day_title.day_1 {
    margin-top: 50px;
    margin-bottom: -70px;
  }

  .top-2603 .modal-open_pitch,
  .top-2603 .modal-open_neibhors,
  .top-2603 .modal-open_setagaya,
  .top-2603 .modal-open_bar,
  .top-2603 .modal-open_gacha {
    top: auto;
    bottom: 30px;
    font-size: .8125em;
    gap: 1vw;
  }

  .top-2603 .session_title {
    margin-left: -16vw;
    width: 73%;
  }

  .top-2603 .session_flex {
    padding-bottom: 0;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0vw;
    width: calc(100% - 60px);
    margin: auto 30px -9%;
  }

  .top-2603 .session_right {
    margin: 0;
  }

  .top-2603 .session_left {
    width: 83%;
    margin: auto 0 auto auto;
  }

  .top-2603 .session_right {
    width: 54vw;
    margin: 10vw 0;
  }

  .top-2603 .day_title {
    font-size: 1.875em;
  }

  .top-2603 .slider_muchan_setagaya {
    width: 10vw;
    margin-left: 39px;
    margin-bottom: 9px;
  }

  .top-2603 .slider_muchan_karaichi {
    width: 12%;
  }

  .top-2603 .muchan_karaichi_flex {
    margin-right: 3%;
    margin-bottom: -61px;
  }

  .top-2603 .muchan_karaichi_flex .balloon {
    -webkit-transform: rotate(-19deg);
    transform: rotate(-19deg);
  }

  .top-2603 .muchan_karaichi_flex .balloon::after {
    border-width: 17px;
  }

  .top-2603 .txt_link {
    font-size: .9em;
    margin-top: 20px;
    line-height: 1.5em;
  }

  .top-2603 .pitch_flexWrap {
    margin-left: -2%;
    margin-top: -12%;
  }

  .top-2603 .muchan_pitch_flex {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -17px;
    gap: 3vw;
  }

  .top-2603 .slider_muchan_pitch {
    width: 25%;
    margin-left: 22%;
  }

  .top-2603 .muchan_pitch_flex .balloonWrap {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  .top-2603 .muchan_pitch_flex .balloonWrap .balloon::after {
    border-width: 17px;
    top: -23%;
  }

  .top-2603 .muchan_live_flex {
    margin-top: -8%;
  }

  .top-2603 .muchan_school_flex {
    margin-right: -5%;
  }

  .top-2603 .school_flexWrap {
    margin-top: -16%;
  }

  .top-2603 .slider_muchan_school {
    width: 23%;
  }

  .top-2603 .muchan_school_flex .balloonWrap .balloon::after {
    border-width: 17px;
    top: 37%;
  }

  .top-2603 .info_notice {
    margin-bottom: 20px;
  }

  .top-2603 .modal-open_setagaya {
    top: auto;
    bottom: 30px;
    font-size: .8125em;
  }

  .top-2603 .slider_muchan_live {
    width: 6.5vw;
    top: 3vw;
    right: 0vw;
  }

  .top-2603 .info_detail_sp {
    margin-bottom: 70px;
    margin-top: 0em;
  }

  .top-2603 .modal-open_live {
    top: auto;
    bottom: 30px;
    right: 20px;
    font-size: .8125rem;
  }

  .top-2603 .modal_pop_title {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.5em;
  }

  .top-2603 .music_muchan_flex {
    margin-left: 11%;
    margin-top: 4%;
    margin-bottom: 7%;
    gap: 4vw;
  }

  .top-2603 .music_muchan_flex .balloonWrap {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .top-2603 .music_muchan_flex .balloonWrap .balloon::after {
    top: 5%;
    border-width: 17px;
  }

  .top-2603 .music_muchan {
    width: 13%;
  }

  .top-2603 .Box:nth-of-type(1) {
    margin-left: 50px;
  }

  .top-2603 .Box {
    width: 220px;
    padding: 20px 25px;
    margin-right: 25px;
  }

  .top-2603 #garden-anchor .scroll-indicator {
    width: calc(100% - 80px);
    margin: 2vh 0 0 50px;
  }

  .top-2603 #music-anchor .scroll-indicator {
    width: calc(100% - 80px);
    margin: 2vh 0 0 50px;
  }

  .top-2603 .footer_center {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }

  .top-2603 .music_category_flex .left {
    font-size: .625em;
  }

  .top-2603 .music_category_flex .right {
    font-size: .938em;
  }

  .top-2603 .music_date {
    font-size: .82em;
    line-height: 1.5;
  }

  .top-2603 .music_profile_img {
    margin: 10px auto 0;
  }

  .top-2603 .music_profile_name {
    font-size: 1em;
    margin-bottom: 0px;
  }

  .top-2603 .music_profile_link {
    font-size: .7em;
  }

  .top-2603 .dj_button_flex {
    display: block;
  }

  .top-2603 .dj_button {
    width: 242px;
    height: 50px;
    margin: auto auto 20px;
    border-radius: 10px;
  }

  .top-2603 .dj_button p {
    font-size: .75em;
  }

  .top-2603 .dj_date {
    margin-bottom: 20px;
    font-size: .813em;
  }

  .top-2603 .dj_place {
    text-align: left;
    font-size: 1.2em;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  .top-2603 .dj_place span {
    display: block;
    font-size: .5em;
    font-weight: bold;
  }

  .top-2603 .dj_time_table {
    font-size: .813em;
  }

  .top-2603 .dj_time_table th {
    width: 100px;
    text-align: left;
    padding-right: 0px;
  }

  .top-2603 .dj_time_table td {
    text-align: left;
  }

  .top-2603 .dj_time_table tr {
    line-height: 1.6em;
  }

  .top-2603 .dj_flex {
    display: block;
  }

  .top-2603 .dj_garden {
    margin-bottom: 40px;
  }

  .top-2603 .dj_time_table {
    text-align: center;
  }

  .top-2603 .dj_time_table th,
  .top-2603 .dj_time_table td {
    padding-bottom: .8em;
  }

  .top-2603 .dj_muchan_flex {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 8%;
    margin-right: 19%;
    margin-bottom: 8%;
    gap: 3vw;
  }

  .top-2603 .dj_muchan {
    width: 8.5vw;
  }

  .top-2603 .dj_muchan_flex .balloonWrap .balloon::after {
    border-width: 17px;
  }

  .top-2603 .shop .dj_button_flex {
    margin-top: 40px;
  }

  .top-2603 .shop .dj_button {
    margin: auto auto 30px;
  }

  .top-2603 .shop .dj_button:nth-child(2) {
    margin-bottom: 0px;
    cursor: none;
  }

  .top-2603 .modal-content_day_1,
  .top-2603 .modal-content_day_2,
  .top-2603 .modal-content_day_3 {
    height: auto;
  }

  .top-2603 .shop_title .map_title_small {
    line-height: 1.8em;
  }

  .top-2603 .modal_atmarket,
  .top-2603 .modal_atgarden {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00a7d6;
    padding: 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 99;
    inset: 0;
    overflow-y: scroll;
  }

  .top-2603 .modal-close_atmarket,
  .top-2603 .modal-close_atgarden {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 20px;
    right: 5%;
    margin-bottom: 5%;
    color: #000;
    cursor: pointer;
    gap: 2vw;
  }

  .top-2603 .modal-close_atmarket .batsu::before,
  .top-2603 .modal-close_atmarket .batsu::after,
  .top-2603 .modal-close_atgarden .batsu::before,
  .top-2603 .modal-close_atgarden .batsu::after {
    background: #fff;
  }

  .top-2603 .modal-close_atmarket p,
  .top-2603 .modal-close_atgarden p {
    font-family: "Freizeit_bold";
    font-size: 1rem;
    color: #fff;
  }

  .top-2603 .status_head {
    padding-bottom: 18px;
  }

  .top-2603 .status_head .day {
    font-size: .75em;
  }

  .top-2603 .status span:nth-child(4).dot {
    margin-right: 25px;
  }

  .top-2603 .shop_name {
    font-size: .875em;
    padding-bottom: 18px;
    line-height: 1.5;
  }

  .top-2603 .home {
    width: 11px;
    height: 11px;
    margin-right: 15px;
  }

  .top-2603 .dot,
  .top-2603 .status span:nth-child(4).dot {
    margin-right: 15px;
  }

  .top-2603 .status_head {
    padding-left: 20px;
  }

  .top-2603 .status_head .day {
    width: 20px;
  }

  .top-2603 .footer_note {
    margin-bottom: 50px;
    line-height: 1.8em;
  }

  .top-2603 .footer_caption:nth-child(2) {
    margin-bottom: 0rem;
  }

  .top-2603 .footer_caption {
    font-size: .8em;
  }

  .top-2603 .footer_muchan {
    width: 9vw;
  }

  .top-2603 .footer_muchan_flex {
    gap: 5vw;
  }

  .top-2603 .pop_button,
  .top-2603 .pop_button_en,
  .top-2603 .pop_button_sp {
    width: 200px;
  }

  .top-2603 .modal-container_garden,
  .top-2603 .modal-container_kinkan,
  .top-2603 .modal-container_art,
  .top-2603 .modal-container_cardboard,
  .top-2603 .modal-container_market,
  .top-2603 .modal-container_local,
  .top-2603 .modal-container_session,
  .top-2603 .modal-container_day_1,
  .top-2603 .modal-container_day_2,
  .top-2603 .modal-container_day_3 {
    width: 83%;
  }

  .top-2603 .modal-container_day_1,
  .top-2603 .modal-container_day_2,
  .top-2603 .modal-container_day_3 {
    height: 65vh;
    overflow: hidden;
    overflow-y: scroll;
  }

  .top-2603 .modal-container_setagaya,
  .top-2603 .modal-container_live {
    width: 90%;
  }

  .top-2603 .modal-content p {
    font-size: 1em;
    line-height: 1.4em;
  }

  .top-2603 .footer_muchan_flex .balloonWrap .balloon::after {
    top: 17%;
    left: 33%;
  }

  .top-2603 .market_flexWrap {
    margin-left: -7px;
  }

  .top-2603 .muchan_market_flex {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-2603 .muchan_market_flex .balloonWrap .balloon::after {
    left: 12%;
  }

  .top-2603 .muchan_local_flex .balloonWrap .balloon::after {
    top: -6%;
    left: 75%;
  }

  .top-2603 .setagaya_flexWrap {
    margin-left: -3%;
    margin-top: -26%;
    margin-bottom: -27px;
  }

  .top-2603 .muchan_setagaya_flex {
    margin-bottom: 45px;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-2603 .muchan_setagaya_flex .balloonWrap .balloon::after {
    left: 11%;
  }

  .top-2603 .muchan_live_flex .balloonWrap .balloon::after {
    border-width: 17px;
    top: 37%;
  }

  .top-2603 .top_logo_left,
  .top-2603 .top_logo_right {
    width: 70px;
  }

  .top-2603 .slider_muchan,
  .top-2603 .slider_muchan_setagaya {
    width: 18%;
  }

  .top-2603 .slider_muchan_market {
    width: 12vw;
    top: 5vw;
    left: 7vw;
  }

  .top-2603 .slider_muchan_live {
    width: 9vw;
    right: -4vw;
  }

  .top-2603 .slider_muchan_local {
    width: 9vw;
    right: -5vw;
  }

  .top-2603 .section_02_muchan {
    width: 50px;
  }

  .top-2603 #garden .balloonWrap {
    left: 12vw;
  }

  .top-2603 .sp_garden_flex_right {
    margin-left: -12vw;
    width: 60%;
  }

  .top-2603 .gardern_flex {
    padding-bottom: 0;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0vw;
    width: calc(100% - 60px);
    margin: auto 30px;
  }

  .top-2603 .garder_right {
    width: calc(100% - 60px);
    margin: auto 30px;
  }

  .top-2603 p.map_title {
    font-size: 2.1875rem;
  }

  .top-2603 p.map_title_small {
    font-size: .75em;
    margin-top: .3rem;
  }

  .top-2603 #market .slider_moreWrap:nth-of-type(3) {
    width: 100%;
  }

  .top-2603 .slider-container {
    height: 23vh;
  }
}

@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 20px;
    letter-spacing: 0;
  }

  .c-btn__cv--contact {
    background: linear-gradient(180deg, #f86579 0%, #ff8696 53%, #f86579 100%);
    text-shadow: 0 4px 14px #e35165;
    border: solid 3px #f85e73;
  }

  .c-btn__cv--download {
    background: linear-gradient(180deg, #554adc 0%, #756bf2 53%, #554adc 100%);
    text-shadow: 0 4px 14px #517de3;
    border: solid 3px #554adc;
  }

  .c-card-01__title {
    font-size: 16px;
  }

  .c-card-01__header {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-card-01__header-img {
    width: 100%;
    min-width: 0;
    height: auto;
    aspect-ratio: 226/185;
  }

  .c-card-01__detail {
    padding: 20px;
    border-left: none;
    border-top: 1px solid #ea551a;
  }

  .c-card-01__data {
    font-size: 15px;
  }

  .c-card-01__info {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-card-01__info-list {
    width: 100%;
  }

  .c-card-01__info-join {
    width: 100%;
  }

  .c-card-01__info-card {
    width: 100%;
  }

  .c-card-02__title {
    font-size: 22px;
    padding: 13px 0px 13px 0px;
  }

  .c-card-02__header-img {
    width: 100%;
    max-width: 308px;
    height: auto;
    aspect-ratio: 1/1;
  }

  .c-card-02__header-flavor {
    font-size: 18px;
  }

  .c-card-03 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-card-03--live {
    padding: 14px 20px;
  }

  .c-card-03--live .c-card-03--live-inner {
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-card-03--live .c-card-03__header img {
    width: 72px;
    height: 68px;
  }

  .c-card-03--live .c-card-03__name {
    width: 110px;
  }

  .c-card-03--live .c-card-03__name:before {
    content: "LIVE";
  }

  .c-card-03--bgm {
    min-height: auto;
    height: 37px;
    padding: 0;
  }

  .c-card-03--bgm .c-card-03__header {
    width: 100%;
  }

  .c-card-03--bgm .c-card-03__header-title {
    display: block !important;
  }

  .c-card-03__header img {
    width: 72px;
    height: 68px;
  }

  .c-card-03__header-title {
    display: none;
    font-size: 12px;
    line-height: 1.5;
    width: 50px;
  }

  .c-card-03__name {
    font-size: 14px;
    text-align: center;
    width: 120px;
  }

  .c-card-03__name:before {
    content: "DJ";
    padding: 2px 0px 0 0px;
    border: 1px solid #ea551a;
    background: #fff;
    color: #ea551a;
    font-family: "Nunito",sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 3px;
    width: 50px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }

  .c-card-04__title {
    font-size: 13px;
    line-height: 20px;
  }

  .c-card-04__img {
    height: 27vw;
  }

  .c-card-04__info {
    font-size: 13px;
    line-height: 20px;
    padding: 4px 0px;
  }

  .c-cv {
    padding: 65px 20px;
    background-image: url("../images/top/cv_bg_s.webp");
  }

  .c-cv__title {
    font-size: 25px;
    line-height: 1.35;
    letter-spacing: 0px;
  }

  .c-cv__lead {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    display: inline-block;
    margin-top: 26px;
  }

  .c-cv__actions {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .c-cv__btn {
    font-size: 20px;
    padding: 13px 14px 15px 24px;
  }

  .c-modal__content {
    padding: 70px 20px;
  }

  .c-modal__content__wrap {
    width: calc(100vw - 40px);
  }

  .c-modal__close {
    width: 35px;
    top: 25px;
    right: 25px;
  }

  .c-sec-header {
    text-align: center;
  }

  .c-sec-header__title {
    font-size: 24px;
    line-height: 1.48;
  }

  .c-sec-header__lead {
    text-align: left;
    font-size: 14px;
    display: inline-block;
  }

  .c-timetable-time {
    font-size: 12px;
  }

  .c-timetable-day {
    font-size: 14px;
    padding: 7px 0;
    margin-left: -65px;
  }

  .c-title {
    margin-bottom: 25px;
    text-align: center;
  }

  .c-title__img--music img {
    width: 180px;
  }

  .c-title__img--ice img {
    width: 260px;
  }

  .c-title__en {
    font-size: 44px;
  }

  .c-title__date {
    margin-top: 15px;
  }

  .c-sec-title span {
    font-size: 20px;
  }

  .c-sec-title {
    margin-bottom: 24px;
  }

  .c-toggle--title {
    padding: 23px 40px 23px 23px;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: .2px;
  }

  .c-toggle--title:before,
  .c-toggle--title:after {
    top: 38px;
  }

  .c-toggle--title span {
    padding-left: 50px;
    padding-right: 5px;
  }

  .c-toggle--title span::before {
    width: 36px;
    height: 36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 20px;
  }

  .c-toggle--contents {
    padding: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 2.2;
  }

  .c-top span {
    font-size: 12px;
  }

  .c-top span:before {
    width: 26px;
    height: 26px;
  }

  .l-footer__sec .recruit--service--title {
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    padding: 9em 2em 7em;
  }

  .l-footer__sec .recruit--service--title h2 {
    line-height: 1;
    position: relative;
    left: 0px;
    margin: 0;
  }

  .l-footer__sec .recruit--service--item {
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .l-footer__sec .recruit--interview--item img {
    max-width: 40%;
  }

  .g-nav {
    width: 100%;
    right: -100%;
  }

  .g-nav__menu {
    padding: 100px 0px 0px 20px;
    gap: 40px;
  }

  .g-nav__link {
    font-size: 26px;
    line-height: 36px;
  }

  .l-wrapper {
    min-width: 100%;
  }

  .l-container {
    margin: 0 auto;
    padding: 0 20px;
  }

  .page .main-block {
    padding-top: 55px;
  }

  .nav-btn {
    top: 25px;
    right: 20px;
    width: 40px;
    height: 40px;
  }

  .nav-btn--inner {
    top: -8px;
  }

  .nav-btn__line {
    width: 20px;
  }

  .nav-btn__txt {
    font-size: 13px;
    bottom: 12px;
  }

  .p-top {
    background-image: url("../images/top/fv_bg_sp.webp");
  }

  br.sp-only {
    display: block;
  }

  .kv.pc-only {
    display: none;
  }

  .kv.sp-only {
    display: block;
  }

  .logo-fixed {
    left: 20px;
  }

  .ig-fixed {
    right: 20px;
  }

  .leading-tx {
    margin-top: 30px;
    font-size: 1.2em;
    line-height: 2;
  }

  .leading-icon.top {
    margin: 70px auto 20px;
    width: 80%;
  }

  .leading-icon.bottom {
    margin: 20px auto 60px;
    width: 80%;
  }

  .event-ttl {
    font-size: 1.6em;
    margin-bottom: 1em;
  }

  .event-date {
    margin-bottom: 1em;
    font-size: 1.1em;
    line-height: 1.5;
  }

  .evemt-place {
    margin-bottom: 1em;
    font-size: 1.1em;
    line-height: 1.5;
  }

  .column-area {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item {
    width: 100%;
  }

  .item-tx {
    padding: 30px 20px;
  }

  .item-ttl {
    font-size: 1.4em;
  }

  .footer {
    padding: 80px 0 120px;
  }

  .whatis {
    left: 20px;
  }

  .side-panel {
    width: 100%;
    height: 65dvh;
    border-right: none;
    border-bottom: solid 2px #fff;
  }

  .panel-in {
    margin-top: 50px;
    padding: 0 20px;
  }

  .close-button {
    width: 30px;
    height: 30px;
  }

  .top-2603 .infinite-scroll__img-wrap {
    width: 300px;
  }

  .top-2603 .moda-sub-ttl {
    font-size: .9em;
    margin-bottom: 0px;
    margin-top: 0;
  }

  .top-2603 table.shop_table {
    width: 100%;
  }

  .top-2603 .modal-container_day_1,
  .top-2603 .modal-container_day_2,
  .top-2603 .modal-container_day_3 {
    width: 80%;
  }

  .sec-lead {
    width: 100%;
  }

  .sec-note {
    width: 100%;
    margin-top: 30px;
  }

  .sec-music-timetable {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .sec-music-timetable__times {
    width: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    padding-top: 40px;
  }

  .sec-music-timetable__times--pc {
    display: none;
  }

  .sec-music-timetable__times--sp {
    display: block;
  }

  .sec-music-timetable__timelines {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sec-music-timetable__timeline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-bottom: 40px;
  }

  .sec-music-timetable__timeline--inner {
    width: calc(100% - 64px);
  }

  .sec-music__artist {
    padding: 20px 16px;
  }

  .sec-music__artist-title {
    width: 100%;
    max-width: 329px;
  }

  .sec-music__artist-detail {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .sec-music__artist-image {
    width: 100%;
    min-width: 0;
  }

  .sec-music__artist-name {
    font-size: 22px;
  }

  .sec-market__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-top: 15px;
  }

  .sec-market__workshops {
    margin-top: 32px;
    gap: 32px;
  }

  .sec-market .sec-note+.c-sec-title {
    margin-top: 48px;
  }

  .sec-ice__brand {
    margin-top: 30px;
  }

  .sec-ice__brand-title {
    font-size: 22px;
  }

  .sec-ice__brand-detail {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding: 20px;
  }

  .sec-ice__brand-logo {
    width: 180px;
    height: auto;
  }

  .sec-ice__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 32px;
  }

  .sec-mikuji-modal .c-modal__content__wrap {
    width: 90%;
  }

  .sec-mikuji__box {
    gap: 24px;
  }

  .sec-paper {
    margin-top: 64px;
    padding: 32px 16px;
  }

  .sec-paper__inner {
    gap: 28px;
  }

  .sec-paper__detail {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }

  .sec-paper__img {
    width: 180px;
  }

  .sec-paper__txt {
    gap: 24px;
    max-width: 100%;
  }

  .sec-paper__heading {
    font-size: 22px;
  }

  .sec-paper__organizer {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .l-footer__sec .hidden-sp {
    display: none !important;
  }

  .l-footer__sec .hidden-sp-inline,
  .l-footer__sec .hidden-sp-inline-block {
    display: none !important;
  }

  .l-footer__sec .hidden-tablet {
    display: block !important;
  }

  .l-footer__sec .hidden-tablet-inline {
    display: inline !important;
  }

  .l-footer__sec .hidden-tablet-inline-block {
    display: inline-block !important;
  }

  .l-footer__sec .hidden-pc {
    display: block !important;
  }

  .l-footer__sec .hidden-pc-inline {
    display: inline !important;
  }

  .l-footer__sec .hidden-pc-inline-block {
    display: inline-block !important;
  }

  .l-footer__sec .btn-cta {
    padding: 2.4em 1.6em;
    font-size: 1.6em;
  }

  .l-footer__sec .site-header {
    padding: 2.3em 1.3em;
  }

  .l-footer__sec .site-cta--contact,
  .l-footer__sec .site-cta--recruit {
    font-size: 1.3em;
  }

  .l-footer__sec .site-cta--contact {
    padding: 8em 2em 8em 0;
  }

  .l-footer__sec .site-cta--recruit {
    padding: 8em 0 8em 2em;
  }

  .l-footer__sec .news-grid {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .l-footer__sec .news-grid-inner {
    width: calc(100% - 3.2em);
  }

  .l-footer__sec .main-navigation li {
    padding: 0;
  }

  .l-footer__sec .main-navigation a,
  .l-footer__sec .main-navigation a:hover {
    border-left: 1px solid var(--cl-border);
    border-bottom: 0;
    font-size: 2.3em;
    padding: 1.6em 3em;
    padding: 2.8vh 0 2.8vh 3em;
    white-space: nowrap;
  }

  .l-footer__sec .main-navigation .current-menu-item a {
    border-left: 1px solid #29263d;
    border-bottom: 0 !important;
  }

  .l-footer__sec .main-navigation.toggled .navigation-sp--small,
  .l-footer__sec .main-navigation.toggled .navigation-sp--title {
    display: block;
  }

  .l-footer__sec .footer-navigation ul li,
  .l-footer__sec .site-info ul li {
    width: 50%;
    white-space: nowrap;
  }

  .l-footer__sec .footer-navigation a {
    white-space: break-spaces;
    display: inline-block;
  }

  .l-footer__sec .site-footer .site-info {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .l-footer__sec .site-footer .site-info>* {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .l-footer__sec ul#tertiary-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-footer__sec ul#tertiary-menu>li {
    margin: .6em 0;
  }

  .l-footer__sec small {
    text-align: center;
    margin-top: 2.4em;
  }

  .l-footer__sec .top--hello {
    height: 46.6em;
    padding-top: 7.7em;
    max-width: calc(100% - 4em);
  }

  .l-footer__sec .top--hello--bg {
    height: 46.6em;
  }

  .l-footer__sec .top--hello--title {
    font-size: clamp(2.8em,5vw,4.4em);
    line-height: 1.45;
  }

  .l-footer__sec .top--about {
    margin: 3em 0 9em;
  }

  .l-footer__sec .top--about--image img {
    width: calc(100vw - 2em);
    max-width: none;
    margin-left: -2em;
  }

  .l-footer__sec .top--about--sentence {
    margin-top: -8em;
  }

  .l-footer__sec .top--service--bg {
    height: 26.2em;
    margin-bottom: -12.5em;
  }

  .l-footer__sec .top--service--text,
  .l-footer__sec .top--service--text2 {
    padding-bottom: 0px;
    padding-right: 0px;
  }

  .l-footer__sec .top--service--text2 {
    padding-top: 80px;
  }

  .l-footer__sec .top--service--text:after {
    width: 100vw;
    width: calc(100vw - 1em);
    right: 0;
    margin-top: 6em;
  }

  .l-footer__sec .top--service--text2:after,
  .l-footer__sec .top--service--text3:after {
    width: 100vw;
    width: calc(100vw - 1em);
    right: 0;
    margin-top: 6em;
  }

  .l-footer__sec .top--service--text3::after {
    width: 100vw;
    width: calc(100vw - 1em);
    right: 0;
    height: calc(100% + 9em);
    margin-top: -5em;
  }

  .l-footer__sec .top--service--image img,
  .l-footer__sec .top--service--image2 img,
  .l-footer__sec .top--service--image3 img {
    -webkit-transform: translateX(0em) translateY(8em) scale(1);
    transform: translateX(0em) translateY(8em) scale(1);
  }

  .l-footer__sec .top--service--image2 img {
    -webkit-transform: translateX(0em) translateY(8em) scale(1);
    transform: translateX(0em) translateY(8em) scale(1);
  }

  .l-footer__sec .top--service--image3 img {
    -webkit-transform: translateX(0em) translateY(8em) scale(1);
    transform: translateX(0em) translateY(8em) scale(1);
  }

  .l-footer__sec .top--client--logos {
    margin: 2.4em -1em;
  }

  .l-footer__sec .top--client--logos>div {
    width: 50%;
  }

  .l-footer__sec .top--news {
    padding: 5.5em 0 4.5em;
  }

  .l-footer__sec .top--news .top-title {
    margin-bottom: 2em;
  }

  .l-footer__sec .top--project .project-grid {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-footer__sec .top--recruit {
    padding: 0 0 0;
  }

  .l-footer__sec .top--recruit .recruit-grid {
    margin: 5.6em 0 4.4em;
  }

  .l-footer__sec .top--recruit .recruit-grid {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-footer__sec .top--contact {
    padding: 7em 0;
  }

  .l-footer__sec .top--contact .contact-grid>div:last-of-type {
    padding: 0;
  }

  .l-footer__sec .top--contact .contact-grid>div:last-of-type .btn {
    display: block;
    margin-top: 2em;
  }

  .l-footer__sec .about table td {
    padding: 2.49em 0 2.24em 2.49em;
  }

  .l-footer__sec .about--mission {
    margin-top: 5.7em;
  }

  .l-footer__sec .about--mission--image {
    height: 31.7em;
  }

  .l-footer__sec .about--access--grid>div {
    padding: 0 0 2em 0;
    border-left: 0;
    width: 100%;
  }

  .l-footer__sec .about--access--grid>div:first-of-type {
    padding: 0 0 2em 0;
  }

  .l-footer__sec .about--access--cta {
    width: 100% !important;
  }

  .l-footer__sec .recruit h2.title {
    line-height: 1;
  }

  .l-footer__sec .recruit--header--cta .btn {
    width: auto;
    min-width: 0;
    padding-right: 3em;
  }

  .l-footer__sec .recruit--intro--title {
    font-size: 5vw !important;
  }

  .l-footer__sec .recruit--intro--title span {
    font-size: 4vw !important;
  }

  .l-footer__sec .recruit--mission_value--grid {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 7em;
  }

  .l-footer__sec .recruit--service--grid {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .l-footer__sec .recruit--service--title {
    width: 100%;
    padding: 9em 0 7em;
    margin-top: 12.5em;
  }

  .l-footer__sec .recruit--service--grid2 {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 3.2em 0;
    margin-top: 0;
  }

  .l-footer__sec .recruit--service--item:nth-of-type(1) {
    margin-bottom: 3em;
  }

  .l-footer__sec .recruit--service--item:nth-of-type(2) {
    margin-bottom: 1em;
  }

  .l-footer__sec .recruit--service--item:nth-of-type(1) {
    width: 100%;
  }

  .l-footer__sec .recruit--service--item:nth-of-type(2) {
    width: 100%;
  }

  .l-footer__sec .recruit--service--item--container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .l-footer__sec .recruit--infograph--grid {
    -ms-grid-columns: [one] 1fr [two] 1fr [three];
    grid-template-columns: [one] 1fr [two] 1fr [three];
  }

  .l-footer__sec .recruit--infograph--grid img:nth-of-type(3n) {
    -ms-grid-column: one;
    grid-column-start: one;
    grid-column-end: three;
    width: 100%;
  }

  .l-footer__sec .recruit--work--grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .l-footer__sec .recruit--tech tr {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .l-footer__sec .recruit--tech th {
    background-color: rgba(0,0,0,0);
    padding-bottom: 0;
    border-bottom: 0;
  }

  .l-footer__sec .recruit--tech td {
    font-size: 1.4em;
    padding-top: .5em;
  }

  .l-footer__sec .recruit--interview--grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .l-footer__sec .recruit--interview--item {
    height: 10.6em;
  }

  .l-footer__sec .contact form {
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
  }

  .l-footer__sec .contact form div,
  .l-footer__sec .contact form .label {
    width: 100%;
  }

  .l-footer__sec .contact form .label {
    margin-bottom: 1em;
  }

  .l-footer__sec .external-tool-list tr {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .l-footer__sec .external-tool-list th {
    background-color: #f6f6fa;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .l-footer__sec .external-tool-list td {
    font-size: 1.4em;
    padding-top: .5em;
  }
}

@media screen and (max-width: 540px) {
  .logo-left {
    width: 70px;
    height: 50px;
  }

  .logo-right {
    height: 50px;
    width: 55px;
  }

  .whatis {
    top: 20px;
    width: 100px;
    height: 50px;
    font-size: .75em;
  }

  .panel-in {
    margin-top: 100px;
  }

  .close-button {
    top: 20px;
  }
}

@media screen and (max-width: 400px) {
  .c-card-03 {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-card-03__name {
    width: calc(100% - 72px);
  }
}

@media screen and (max-width: 375px) {
  .top-2603 .sp_garden_flex_right {
    width: 63%;
  }

  .top-2603 .session_right {
    width: 51vw;
  }

  .top-2603 .modal-content_pitch,
  .top-2603 .modal-content_neibhors {
    padding: 20px 18px 47px;
  }
}

@media screen and (min-width: 601px)and (max-width: 768px) {
  .l-footer__sec .hidden-tablet {
    display: block !important;
  }

  .l-footer__sec .hidden-tablet-inline {
    display: inline !important;
  }

  .l-footer__sec .hidden-tablet-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 481px)and (max-width: 782px) {
  .l-footer__sec .home .news-grid-inner:last-of-type {
    display: none;
  }
}

@media screen and (min-width: 601px)and (max-width: 1000px) {
  .l-footer__sec .recruit--service--label {
    font-size: 12px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf;
  }
}

@media (hover: hover) {
  .top-2603 .pop_button:hover,
  .top-2603 .pop_button_en:hover,
  .top-2603 .pop_button_en_profile:hover,
  .top-2603 .pop_button_sp:hover {
    border: solid 1px #000;
    background-color: #fff;
    color: #000;
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transition: .3s;
  }

  .top-2603 .pop_button a:hover,
  .top-2603 .pop_button_en a:hover,
  .top-2603 .pop_button_en_profile a:hover,
  .top-2603 .pop_button_sp a:hover {
    color: #000;
  }

  .top-2603 .dj_button:hover {
    background-color: #000;
    color: #fff;
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transition: .3s;
  }

  .top-2603 .dj_button a:hover {
    color: #fff;
  }
}