*,
:before,
::before,
:after,
::after {
  box-sizing: border-box;
}

* {
  border: 0;
  border-radius: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

a,
blockquote,
button,
code,
div,
figcaption,
h1,
h2,
h3,
input[type=email],
input[type=text],
input[type=password],
li,
ol,
option,
p,
pre,
select,
span,
strong,
sub,
sup,
td,
textarea,
th,
ul {
  color: #1f1f1f;
}

a,
blockquote,
body,
br,
button,
code,
div,
figure,
figcaption,
h1,
h2,
h3,
html,
iframe,
img,
input,
li,
ol,
option,
p,
pre,
select,
span,
strong,
sub,
sup,
table,
tbody,
td,
th,
thead,
tr,
ul {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

html,
body {
  overflow: hidden;
}

body {
  font-family: BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", meiryo, sans-serif;
  font-size: 0;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

a {
  background: transparent;
  font-size: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

p a {
  font-size: 100%;
  font-weight: bold;
}

strong {
  font-size: 100%;
  vertical-align: baseline;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  font-size: 0;
  max-width: 100%;
}

svg {
  border: 0;
  stroke-width: 0;
}

ol,
ul {
  list-style: none;
}

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

td,
th {
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
}

th {
  font-weight: bold;
}

blockquote {
  quotes: none;
}

blockquote::after,
blockquote::before {
  content: "";
}

pre code {
  font-family: ui-monospace, "SFMono-Regular", "SF Mono", Consolas, Menlo, "Liberation Mono", monospace;
}

input[type=text] {
  background-color: transparent;
}

input[type=file],
input[type=checkbox] {
  display: none;
}

textarea {
  overflow-y: scroll;
  overscroll-behavior-y: none;
  scrollbar-width: none;
  background-color: transparent;
  resize: vertical;
  text-rendering: optimizeLegibility;
  width: 100%;
  overflow-anchor: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  font-family: inherit;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-calendar-picker-indicator {
  display: none;
}

::-webkit-resizer {
  display: none;
}

iframe {
  display: block;
  max-width: 100%;
}

.Arrow-Tab {
  display: flex;
  gap: 16px;
  margin-bottom: 15.8px;
}
.Arrow-Tab-Item {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 14px;
}
.Arrow-Tab-Item::before {
  position: absolute;
  content: "";
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top: 1px solid #e66819;
  border-bottom: 1px solid #e66819;
  border-left: 1px solid #e66819;
}
.Arrow-Tab-Item::after {
  position: absolute;
  content: "";
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: 1px solid #e66819;
  border-bottom: 1px solid #e66819;
  border-right: 1px solid #e66819;
}
.Arrow-Tab-Item[data-active]::before {
  display: inline-block;
}
.Arrow-Tab-Item[data-active]::after {
  display: inline-block;
}
.Arrow-Tab-Item[data-active] .Arrow-Tab-Label {
  color: #e66819;
}
.Arrow-Tab-Label {
  color: #fafafa;
  user-select: none;
}

.Arrow-Slider {
  display: flex;
  flex-direction: column;
  gap: 3.8px;
}
.Arrow-Slider-Label {
  display: flex;
  gap: 14px;
}
.Arrow-Slider-Label > span {
  font-size: 14px;
  line-height: 1.6;
}
.Arrow-Slider-Key {
  color: #fafafa;
}
.Arrow-Slider-Value {
  color: #e66819;
  user-select: none;
}

.Arrow-GroupShow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 36px;
  border-radius: 18px;
  background-color: #303030;
}
.Arrow-GroupShow-Item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  cursor: pointer;
}
.Arrow-GroupShow-Item:first-child {
  padding-left: 18px;
  padding-right: 9px;
}
.Arrow-GroupShow-Item:last-child {
  padding-right: 18px;
  padding-left: 9px;
}
.Arrow-GroupShow-Item svg {
  width: 14px;
  height: 14px;
  color: #fafafa;
  transition: color 0.2s;
}

.Arrow-GroupList {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.Arrow-Group {
  position: relative;
  margin-top: 14px;
}
.Arrow-Group-Main {
  display: flex;
  flex-direction: column;
  padding-top: 14px;
  border-radius: 16px;
  background-color: #303030;
}
.Arrow-Group-Main[data-collapsed] {
  display: none;
}
.Arrow-Group-Section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 14px 18px;
}
.Arrow-Group-Section + .Arrow-Group-Section {
  border-top: 1px dotted #393939;
}
.Arrow-Group-Label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  cursor: pointer;
  position: absolute;
  top: -14px;
  left: 28px;
  padding: 0 10px;
  background-color: #303030;
  border: 1px solid #393939;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.6;
  white-space: nowrap;
  transition: left 0.15s ease;
  color: #fafafa;
}
.Arrow-Group-Label[data-active] {
  color: #e66819;
  border-color: #e66819;
}
.Arrow-Group-Label[data-collapsed] {
  left: 0;
}

.Arrow-Radio {
  display: flex;
  flex-direction: column;
  gap: 3.8px;
}
.Arrow-Radio-Label {
  color: #fafafa;
  font-size: 14px;
  line-height: 1.6;
}
.Arrow-Radio-OptionList {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 34px;
  padding: 0 4px;
  border-radius: 17px;
  background-color: #393939;
  width: fit-content;
}
.Arrow-Radio-Option {
  height: 26px;
  padding: 0 13px;
  font-size: 14px;
  line-height: 26px;
  border-radius: 13px;
  cursor: pointer;
}
.Arrow-Radio-Option span {
  color: #fafafa;
}
.Arrow-Radio-Option[data-active] {
  background-color: #e66819;
}
.Arrow-Radio-Option[data-active] span {
  color: #fafafa;
}

.Arrow-Color {
  display: flex;
  align-items: center;
  gap: 12px;
}
.Arrow-Color-Label {
  color: #fafafa;
  font-size: 14px;
}
.Arrow-Color-Main {
  display: flex;
  align-items: center;
  gap: 6px;
}
.Arrow-Color-InputWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  background-color: #393939 !important;
  border-radius: 8px;
}
.Arrow-Color-Picker {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  cursor: pointer;
  flex-shrink: 0;
}
.Arrow-Color-Input {
  font-family: ui-monospace, "SFMono-Regular", "SF Mono", Consolas, Menlo, "Liberation Mono", monospace;
  width: 96px;
  padding: 3.2px 10px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.6;
  border: none;
  background-color: transparent;
}
.Arrow-Color input.Arrow-Color-Input {
  color: #fafafa;
}

.Arrow-TextPanel {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.Arrow-TextInput {
  font-family: ui-monospace, "SFMono-Regular", "SF Mono", Consolas, Menlo, "Liberation Mono", monospace;
  width: 100%;
  box-sizing: border-box;
  padding: 3.2px 10px;
  font-size: 15px;
  line-height: 1.6;
  tab-size: 2;
  background-color: #373737;
  border: none;
  border-radius: 8px;
  resize: vertical;
}

textarea.Arrow-TextInput {
  color: #fafafa;
}

.Arrow-Check {
  display: flex;
  align-items: center;
  gap: 8px;
}
.Arrow-Check-Label {
  color: #fafafa;
  font-size: 14px;
}

.Arrow-Action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.Arrow-Action-Download, .Arrow-Action-Copy button {
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", meiryo, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 34px;
  padding: 0 20px;
  font-size: 14px;
  background-color: #e66819;
  border: none;
  border-radius: 17px;
  cursor: pointer;
}
.Arrow-Action-Download > span, .Arrow-Action-Copy button > span {
  color: #fff;
}
.Arrow-Action-Download > svg, .Arrow-Action-Copy button > svg {
  width: auto;
  height: 16px;
}
.Arrow-Action-Copy {
  display: flex;
  align-items: center;
  gap: 16px;
}
.Arrow-Action-CopyMessage {
  display: flex;
  align-items: center;
  gap: 8px;
  animation: copy-fade-in 0.8s ease;
}
.Arrow-Action-CopyMessage > svg {
  height: 16px;
  width: auto;
}
.Arrow-Action-CopyMessage > span {
  font-size: 14px;
  line-height: 1.6;
  color: #e66819;
}

.Arrow-Output {
  font-family: ui-monospace, "SFMono-Regular", "SF Mono", Consolas, Menlo, "Liberation Mono", monospace;
  width: 100%;
  box-sizing: border-box;
  padding: 3.2px 10px;
  font-size: 12px;
  line-height: 1.6;
  color: #1f1f1f;
  background-color: #eeeeee;
  border: none;
  border-radius: 3px;
  resize: vertical;
}

@keyframes copy-fade-in {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
.Arrow-Svg {
  border-radius: 3px;
  background-color: #eeeeee;
}
.Arrow-Svg-Fit {
  max-width: 300px;
  max-height: 300px;
  overflow: hidden;
}

body {
  background-color: #2a2a2a;
}

.Arrow {
  overflow-y: scroll;
  overscroll-behavior-y: none;
  scrollbar-width: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  box-sizing: border-box;
  padding: 24px 16px;
}
.Arrow-Control {
  width: 320px;
  margin-right: 48px;
}
.Arrow-PanelList {
  margin-bottom: 16px;
}
.Arrow-VisualPanel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.Arrow-View {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 320px;
}
.Arrow-Option {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ArrowGalleryPage {
  overflow-y: scroll;
  overscroll-behavior-y: none;
  scrollbar-width: none;
  height: 100vh;
  box-sizing: border-box;
  padding: 32px;
}
.ArrowGalleryPage-Title {
  color: #fafafa;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ArrowGalleryPage-Lead {
  color: #fafafa;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 6px;
}
.ArrowGalleryPage-Hint {
  color: #e66819;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.ArrowGallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
}
.ArrowGallery-Cell {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 16px;
  background-color: #fafafa;
  border-radius: 3px;
  cursor: pointer;
  transition: transform 0.1s ease;
}
.ArrowGallery-Cell:hover {
  transform: translateY(-2px);
}
.ArrowGallery-Cell svg {
  width: 100%;
  height: 100%;
}

@keyframes arrow-about-open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes arrow-about-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ArrowAbout {
  position: fixed;
  inset: 0;
  background-color: rgba(60, 60, 60, 0.85);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 12000;
  animation: arrow-about-open 0.16s forwards;
}
.ArrowAbout-Container {
  position: relative;
}
@media (max-width: 760px) {
  .ArrowAbout-Container {
    width: calc(100vw - 16px);
    max-width: 640px;
    height: calc(100vh - 64px);
  }
}
@media (min-width: 761px) {
  .ArrowAbout-Container {
    margin-top: 60px;
    width: 691px;
    height: calc(100vh - 120px);
  }
}
.ArrowAbout-Header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f7f7;
  width: 100%;
  height: 48px;
  padding-left: 26px;
  border-radius: 16px 2px 0 0;
}
@media (min-width: 761px) {
  .ArrowAbout-Header {
    padding-left: 28px;
  }
}
.ArrowAbout-Slider {
  position: absolute;
  top: 0;
  height: 48px;
  display: flex;
  z-index: 12200;
  transition: left 0.3s ease, width 0.3s ease;
}
.ArrowAbout-Slider-Center {
  background: #ffffff;
  height: 48px;
  transition: width 0.3s ease;
}
.ArrowAbout-Tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 48px;
}
.ArrowAbout-Tab {
  padding: 0 16px;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ArrowAbout-Tab svg path {
  fill: #f7f7f7;
}
.ArrowAbout-Tab[data-active] svg path {
  fill: #ffffff;
}
.ArrowAbout-Tab-Label {
  z-index: 12201;
  position: absolute;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #1f1f1f;
  white-space: nowrap;
}
.ArrowAbout-Tab[data-active] .ArrowAbout-Tab-Label {
  font-weight: 600;
}
.ArrowAbout-Close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.ArrowAbout-Close > svg {
  width: 12px;
  height: 12px;
  color: #707070;
}
.ArrowAbout-Main {
  background-color: white;
  border-radius: 0 0 2px 2px;
  position: absolute;
  top: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  scrollbar-width: none;
}
@media (max-width: 760px) {
  .ArrowAbout-Main {
    padding: 33px 28px 33px;
  }
}
@media (min-width: 761px) {
  .ArrowAbout-Main {
    padding: 41px 48px 41px;
  }
}
.ArrowAbout-Article {
  display: none;
}
.ArrowAbout-Article[data-active] {
  display: flex;
  flex-direction: column;
  gap: 29px;
  animation: arrow-about-fade-in 0.2s forwards;
}
.ArrowAbout-Item {
  font-size: 17px;
  line-height: 31px;
}