:root {
  --s-color-025c73ff: #025c73ff;
  --s-color-27c3cdff: #27c3cdff;
  --s-color-ff736fff: #ff736fff;
  --s-color-def8ffff: #def8ffff;
  --s-font-noto_sans_jp: "Noto Sans JP";
  --s-font-roboto: Roboto;
}

.StudioCanvas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100dvh;
}
.StudioCanvas > .sd {
  min-height: 100dvh;
  overflow: clip;
}

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
select,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  border: 0;
  font-family: sans-serif;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  word-spacing: 1px;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
summary:focus:not(:focus-visible) {
  outline: none;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

q:after, q:before {
  content: none;
}

a,
button {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  text-decoration: none;
  background-color: #ff9;
  color: #000;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

[slot=after] button {
  overflow-anchor: none;
}

.sd {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  max-width: 100%;
  pointer-events: all;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  transition-property: all, --g-angle, --g-color-0, --g-position-0, --g-color-1, --g-position-1;
}
.sd::-webkit-scrollbar {
  display: none;
}

input.sd,
textarea.sd {
  -webkit-align-content: normal;
      -ms-flex-line-pack: normal;
          align-content: normal;
}

.sd[tabindex]:focus {
  outline: none;
}
.sd[tabindex]:focus-visible {
  outline: 1px solid;
  outline-color: Highlight;
  outline-color: -webkit-focus-ring-color;
}

input[type=email], input[type=tel], input[type=text] {
  -webkit-appearance: none;
}

select,
textarea {
  -webkit-appearance: none;
}

select {
  cursor: pointer;
}

.frame {
  display: block;
  overflow: hidden;
}
.frame > iframe {
  height: 100%;
  width: 100%;
}
.frame .formrun-embed > iframe:not(:first-child) {
  display: none !important;
}

.image {
  position: relative;
}
.image:before {
  background-position: 50%;
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: inherit;
  transition: inherit;
  width: 100%;
  z-index: -2;
}

.sd.file {
  cursor: pointer;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  outline: 2px solid transparent;
  outline-offset: -1px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.sd.file:focus-within {
  outline-color: Highlight;
  outline-color: -webkit-focus-ring-color;
}

.file > input[type=file] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

body {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #d1f3fb), to(white));
  background: -webkit-linear-gradient(bottom, #d1f3fb 50%, white);
  background: linear-gradient(0deg, #d1f3fb 50%, white);
  -webkit-transition: background 0.5s cubic-bezier(0.4, 0.4, 0, 1);
  transition: background 0.5s cubic-bezier(0.4, 0.4, 0, 1);
}

.StudioCanvas__inner {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--g-angle)), color-stop(var(--g-color-0)), to(var(--g-color-1)));
  background: -webkit-linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1));
  background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1));
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px;
  width: 100%;
  max-width: 100%;
  --g-color-0: #d1f3fbff;
  --g-position-0: 50%;
  --g-color-1: #ffffffff;
  --g-position-1: 100%;
  --g-angle: 0deg;
}
.StudioCanvas__conetnt {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 0px;
  height: 100dvh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0px;
  padding: 40px;
  width: 100vw;
  --studiocanvas-conetnt-x: 0px;
  --studiocanvas-conetnt-y: 0px;
  max-width: 100vw;
}
@media screen and (max-width: 540px) {
  .StudioCanvas__conetnt {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    height: auto;
    padding: 30px;
    --studiocanvas-conetnt-x: 0px;
    --studiocanvas-conetnt-y: 0px;
    width: 100vw;
  }
}
.StudioCanvas .p-header {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 20px;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - var(--studiocanvas-conetnt-x) * 0);
  --p-header-gap-x: 20px;
  --p-header-gap-y: 0px;
  max-width: calc(100% - var(--studiocanvas-conetnt-x) * 0);
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 0px;
    --p-header-gap-x: 0px;
    --p-header-gap-y: 0px;
  }
}
.StudioCanvas .p-header__storename {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
  width: auto;
  --p-a-storename-x: 0px;
  --p-a-storename-y: 5px;
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-header__storename {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    height: auto;
    margin: 0px 0px 12px 0px;
    --p-a-storename-x: 0px;
    --p-a-storename-y: 5px;
    max-width: 100%;
  }
}
.StudioCanvas .p-header__storename h2 {
  color: var(--s-color-025c73ff);
  font-family: var(--s-font-noto_sans_jp);
  font-size: 1.2vw;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1140px) {
  .StudioCanvas .p-header__storename h2 {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-header__storename h2 {
    font-size: 4vw;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.StudioCanvas .p-header__logo-sp {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  width: calc(40% - var(--p-header-gap-x) * 0.6);
  --p-a-logo-sp-x: 0px;
  --p-a-logo-sp-y: 5px;
  max-width: calc(40% - var(--p-header-gap-x) * 0.6);
}
@media screen and (max-width: 1140px) {
  .StudioCanvas .p-header__logo-sp {
    display: none;
    --p-a-logo-sp-x: 0px;
    --p-a-logo-sp-y: 5px;
  }
}
@media screen and (max-width: 840px) {
  .StudioCanvas .p-header__logo-sp {
    display: none;
    --p-a-logo-sp-x: 0px;
    --p-a-logo-sp-y: 5px;
  }
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-header__logo-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    --p-a-logo-sp-x: 0px;
    --p-a-logo-sp-y: 5px;
  }
}
.StudioCanvas .p-header__logo-sp img {
  height: auto;
  width: 180px;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .StudioCanvas .p-header__logo-sp img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-header__logo-sp img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: calc(100% - var(--p-a-logo-sp-x) * 0);
    max-width: calc(100% - var(--p-a-logo-sp-x) * 0);
  }
}
.StudioCanvas .p-header__logo-pc {
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
  width: auto;
  --p-a-logo-pc-x: 0px;
  --p-a-logo-pc-y: 5px;
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-header__logo-pc {
    display: none;
    --p-a-logo-pc-x: 0px;
    --p-a-logo-pc-y: 5px;
  }
}
.StudioCanvas .p-header__logo-pc img {
  height: auto;
  width: 220px;
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .StudioCanvas .p-header__logo-pc img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-header__logo-pc img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: calc(100% - var(--p-a-logo-pc-x) * 0);
    max-width: calc(100% - var(--p-a-logo-pc-x) * 0);
  }
}
.StudioCanvas .p-header__status {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 4;
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
  width: auto;
  --p-a-status-x: 20px;
  --p-a-status-y: 0px;
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-header__status {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    gap: 10px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    --p-a-status-x: 10px;
    --p-a-status-y: 0px;
    max-width: 100%;
  }
}
.StudioCanvas .p-header__status__img-dog {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  height: auto;
  width: 5vw;
  max-width: 5vw;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-header__status__img-dog {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin: 4px 0px;
    width: 12vw;
    max-width: 12vw;
  }
}
.StudioCanvas .p-header__status__img-cat {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  height: auto;
  width: 5vw;
  max-width: 5vw;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-header__status__img-cat {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin: 4px 0px;
    width: 12vw;
    max-width: 12vw;
  }
}
.StudioCanvas .p-header__status__inner {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
  --p-a-status-inner-x: 10px;
  --p-a-status-inner-y: 0px;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-header__status__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 12px;
    --p-a-status-inner-x: 0px;
    --p-a-status-inner-y: 12px;
  }
}
.StudioCanvas .p-header__status__time {
  color: var(--s-color-025c73ff);
  font-family: var(--s-font-roboto);
  font-size: 5vw;
  font-weight: 700;
  height: auto;
  line-height: 1;
  text-align: center;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-header__status__time {
    font-size: 10vw;
  }
}
.StudioCanvas .p-header__status__txt {
  color: var(--s-color-025c73ff);
  font-family: var(--s-font-noto_sans_jp);
  font-size: 2.8vw;
  font-weight: 700;
  height: auto;
  line-height: 1;
  text-align: center;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-header__status__txt {
    font-size: 5vw;
  }
}
.StudioCanvas .p-main {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: transparent;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 4px;
  height: calc(100% - var(--p-main-outline-y) * 0);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  --p-main-x: 4px;
  --p-main-y: 0px;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    --p-main-x: 0px;
    --p-main-y: 20px;
  }
}
.StudioCanvas .p-main__outline {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: transparent;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 40px;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0px;
  width: calc(100% - var(--studiocanvas-conetnt-x) * 0);
  --p-main-outline-x: 40px;
  --p-main-outline-y: 0px;
  max-width: calc(100% - var(--studiocanvas-conetnt-x) * 0);
}
@media screen and (max-width: 840px) {
  .StudioCanvas .p-main__outline {
    gap: 20px;
    --p-main-outline-x: 20px;
    --p-main-outline-y: 0px;
  }
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__outline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 20px;
    padding: 40px 0px;
    --p-main-outline-x: 0px;
    --p-main-outline-y: 20px;
  }
}
.StudioCanvas .p-main__side {
  background: white;
  border-radius: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  height: calc(100% - var(--p-main-outline-y) * 0);
  padding: 0px;
  width: calc(20% - var(--p-main-outline-x) * 0.8);
  max-width: calc(20% - var(--p-main-outline-x) * 0.8);
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__side {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: calc(100% - var(--p-main-outline-x) * 0);
    max-width: calc(100% - var(--p-main-outline-x) * 0);
    height: calc(100% - var(--p-main-outline-y) * 0);
  }
}
.StudioCanvas .p-main__side__ttl {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--s-color-def8ffff);
  border-radius: 16px 16px 0px 0px;
  -webkit-box-shadow: 0px 3px 6px rgba(39, 195, 205, 0.3019607843);
          box-shadow: 0px 3px 6px rgba(39, 195, 205, 0.3019607843);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__side__ttl {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    height: auto;
    padding: 20px 0px;
  }
}
.StudioCanvas .p-main__side__ttl h4 {
  color: #09b8c3;
  font-family: var(--s-font-noto_sans_jp);
  font-size: 2vw;
  font-weight: 700;
  height: auto;
  line-height: 1;
  padding: 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__side__ttl h4 {
    font-size: 5vw;
  }
}
.StudioCanvas .p-main__side__contents {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border-radius: 0px 0px 16px 16px;
  -webkit-box-shadow: 0px 3px 6px rgba(39, 195, 205, 0.3019607843);
          box-shadow: 0px 3px 6px rgba(39, 195, 205, 0.3019607843);
  -webkit-box-flex: 8;
  -webkit-flex: 8;
      -ms-flex: 8;
          flex: 8;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 0px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__side__contents {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    height: auto;
    padding: 20px;
  }
}
.StudioCanvas .p-main__side__contents__txt {
  color: var(--s-color-27c3cdff);
  font-family: var(--s-font-noto_sans_jp);
  font-size: 1.2vw;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  margin: 0px 0px 15px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1140px) {
  .StudioCanvas .p-main__side__contents__txt {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 840px) {
  .StudioCanvas .p-main__side__contents__txt {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__side__contents__txt {
    font-size: 4vw;
  }
}
.StudioCanvas .p-main__side__contents__list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__side__contents__list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  .StudioCanvas .p-main__side__contents__list > div {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: calc(33% - 8px);
    max-width: calc(33% - 8px);
  }
}
.StudioCanvas .p-main__side__contents__list > div {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--s-color-def8ffff);
  border-radius: 64px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 6px;
  width: calc(55% - 6px);
  max-width: calc(55% - 6px);
}
@media screen and (max-width: 1140px) {
  .StudioCanvas .p-main__side__contents__list > div {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: calc(60% - 6px);
    max-width: calc(60% - 6px);
  }
}
@media screen and (max-width: 840px) {
  .StudioCanvas .p-main__side__contents__list > div {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__side__contents__list > div {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: calc(33% - 8px);
    max-width: calc(33% - 8px);
  }
}
.StudioCanvas .p-main__side__contents__list > div.appear {
  opacity: 0;
  -webkit-transform: translate(-15px, 0px);
          transform: translate(-15px, 0px);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}
.StudioCanvas .p-main__side__contents__list > div.appear-active {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}
.StudioCanvas .p-main__side__contents__list > div p {
  color: var(--s-color-025c73ff);
  font-family: var(--s-font-roboto);
  font-size: 2.2vw;
  font-weight: 700;
  height: auto;
  line-height: 1;
  text-align: center;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__side__contents__list > div p {
    font-size: 6vw;
  }
}
.StudioCanvas .p-main__column1 {
  background: transparent;
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100% - var(--p-main-y) * 0);
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__column1 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: calc(60% - var(--p-main-x) * 0.4);
    max-width: calc(60% - var(--p-main-x) * 0.4);
    height: calc(100% - var(--p-main-y) * 0);
  }
}
.StudioCanvas .p-main__column1__space {
  background: transparent;
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__column1__space {
    display: none;
  }
}
.StudioCanvas .p-main__column1__contents {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border-radius: 16px 0px 0px 16px;
  -webkit-box-shadow: 0px 3px 6px rgba(39, 195, 205, 0.3019607843);
          box-shadow: 0px 3px 6px rgba(39, 195, 205, 0.3019607843);
  -webkit-box-flex: 8;
  -webkit-flex: 8;
      -ms-flex: 8;
          flex: 8;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__column1__contents {
    border-radius: 64px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    height: auto;
  }
}
.StudioCanvas .p-main__column1__contents__txt {
  color: var(--s-color-27c3cdff);
  font-family: var(--s-font-noto_sans_jp);
  font-size: 2.4vw;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__column1__contents__txt {
    font-size: 5vw;
  }
}
.StudioCanvas .p-main__column2 {
  background: transparent;
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100% - var(--p-main-y) * 0);
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__column2 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: calc(100% - var(--p-main-x) * 0);
    max-width: calc(100% - var(--p-main-x) * 0);
    height: calc(100% - var(--p-main-y) * 0);
  }
}
.StudioCanvas .p-main__column2__ttl {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--s-color-27c3cdff);
  border-radius: 16px 16px 0px 0px;
  -webkit-box-shadow: 0px 3px 6px rgba(39, 195, 205, 0.3019607843);
          box-shadow: 0px 3px 6px rgba(39, 195, 205, 0.3019607843);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__column2__ttl {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    height: auto;
    padding: 20px 0px;
  }
}
.StudioCanvas .p-main__column2__ttl h4 {
  color: white;
  font-family: var(--s-font-noto_sans_jp);
  font-size: 2vw;
  font-weight: 700;
  height: auto;
  line-height: 1;
  padding: 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__column2__ttl h4 {
    font-size: 5vw;
  }
}
.StudioCanvas .p-main__column2__contents {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border-radius: 0px;
  -webkit-box-shadow: 0px 3px 6px rgba(39, 195, 205, 0.3019607843);
          box-shadow: 0px 3px 6px rgba(39, 195, 205, 0.3019607843);
  -webkit-box-flex: 8;
  -webkit-flex: 8;
      -ms-flex: 8;
          flex: 8;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__column2__contents {
    border-radius: 0px 0px 16px 16px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    height: auto;
    padding: 20px;
  }
}
.StudioCanvas .p-main__column2__contents__inner {
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0px 0px 0px;
}
.StudioCanvas .p-main__column2__contents__inner.appear {
  opacity: 0;
  -webkit-transform: translate(-15px, 0px);
          transform: translate(-15px, 0px);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}
.StudioCanvas .p-main__column2__contents__inner.appear-active {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}
.StudioCanvas .p-main__column2__contents__num {
  color: var(--s-color-025c73ff);
  font-family: var(--s-font-roboto);
  font-size: 6vw;
  font-weight: 700;
  height: auto;
  line-height: 1;
  text-align: center;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__column2__contents__num {
    font-size: 20vw;
  }
}
.StudioCanvas .p-main__column2__contents__unit {
  color: var(--s-color-025c73ff);
  font-family: var(--s-font-noto_sans_jp);
  font-size: 2.4vw;
  font-weight: 700;
  height: auto;
  line-height: 1.8;
  text-align: center;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__column2__contents__unit {
    font-size: 9vw;
  }
}
.StudioCanvas .p-main__column3 {
  background: transparent;
  border-radius: 0;
  -webkit-box-flex: 4;
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
  height: calc(100% - var(--p-main-y) * 0);
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__column3 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: calc(100% - var(--p-main-x) * 0);
    max-width: calc(100% - var(--p-main-x) * 0);
    height: calc(100% - var(--p-main-y) * 0);
  }
}
.StudioCanvas .p-main__column3__ttl {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--s-color-27c3cdff);
  border-radius: 16px 16px 0px 0px;
  -webkit-box-shadow: 0px 3px 6px rgba(39, 195, 205, 0.3019607843);
          box-shadow: 0px 3px 6px rgba(39, 195, 205, 0.3019607843);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__column3__ttl {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    height: auto;
    padding: 20px 0px;
  }
}
.StudioCanvas .p-main__column3__ttl h4 {
  color: white;
  font-family: var(--s-font-noto_sans_jp);
  font-size: 2vw;
  font-weight: 700;
  height: auto;
  line-height: 1;
  padding: 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__column3__ttl h4 {
    font-size: 5vw;
  }
}
.StudioCanvas .p-main__column3__list {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border-radius: 0px 0px 16px 0px;
  -webkit-box-shadow: 0px 3px 6px rgba(39, 195, 205, 0.3019607843);
          box-shadow: 0px 3px 6px rgba(39, 195, 205, 0.3019607843);
  -webkit-box-flex: 8;
  -webkit-flex: 8;
      -ms-flex: 8;
          flex: 8;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0px;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 12px 6px;
  width: 100%;
  --p-main-column3-list-x: 0px;
  --p-main-column3-list-y: 0px;
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__column3__list {
    border-radius: 0px 0px 16px 16px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    height: auto;
    padding: 20px;
    --p-main-column3-list-x: 0px;
    --p-main-column3-list-y: 0px;
  }
}
.StudioCanvas .p-main__column3__list > div {
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: var(--s-color-def8ffff);
  border-radius: 64px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6px;
  padding: 10px;
  width: calc(25% - 12px);
  max-width: calc(25% - 12px);
}
.StudioCanvas .p-main__column3__list > div.appear {
  opacity: 0;
  -webkit-transform: translate(-15px, 0px);
          transform: translate(-15px, 0px);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}
.StudioCanvas .p-main__column3__list > div.appear-active {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}
@media screen and (max-width: 1140px) {
  .StudioCanvas .p-main__column3__list > div {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: calc(33% - 12px);
    max-width: calc(33% - 12px);
  }
}
@media screen and (max-width: 840px) {
  .StudioCanvas .p-main__column3__list > div {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__column3__list > div {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: calc(33% - 12px);
    max-width: calc(33% - 12px);
  }
}
.StudioCanvas .p-main__column3__list > div p {
  color: var(--s-color-025c73ff);
  font-family: var(--s-font-roboto);
  font-size: 3.6vw;
  font-weight: 700;
  height: auto;
  line-height: 1;
  text-align: center;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-main__column3__list > div p {
    font-size: 6vw;
  }
}
.StudioCanvas .p-footer {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - var(--studiocanvas-conetnt-x) * 0);
  max-width: calc(100% - var(--studiocanvas-conetnt-x) * 0);
}
.StudioCanvas .p-footer__txt {
  color: var(--s-color-025c73ff);
  font-family: var(--s-font-noto_sans_jp);
  font-size: 1.8vw;
  font-weight: 500;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 540px) {
  .StudioCanvas .p-footer__txt {
    font-size: 4vw;
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}/*# sourceMappingURL=style.css.map */