@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Roboto+Mono&subset=japanese";
.p-viewChange__btn,
.p-btn7 {
  width: auto;
  color: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  overflow: visible;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: #0000;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

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

body {
  color: #010104;
  background-color: #01010406;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.-demoView {
  font-size: 1.5625vw;
}

img {
  vertical-align: bottom;
}

ol,
ul {
  list-style: inside none;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}

.l-header {
  background-color: #010104;
  padding-left: 20px;
  padding-right: 20px;
}

.-demoView .l-header {
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
}

.l-header__inner {
  max-width: 1560px;
  margin: auto;
}

.-demoView .l-header__inner {
  min-width: 100%;
}

.l-main {
  position: relative;
}

.l-footer {
  background-color: #010104;
  padding-left: 20px;
  padding-right: 20px;
}

.-demoView .l-footer {
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
}

.l-footer__inner {
  max-width: 1560px;
  margin: auto;
}

.-demoView .l-footer__inner {
  max-width: 100%;
}

.p-btn1 {
  color: #000;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  padding: 15px 20px;
  font-size: 40px;
  display: inline-flex;
}

.p-btn1 + .p-btn1 {
  margin-top: 30px;
}

.p-btn1:hover,
.p-btn1:focus {
  background-color: tomato;
}

.p-btn1.-transition {
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}

.p-btn2 {
  color: #000;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  padding: 15px 20px;
  font-size: 40px;
  transition: background-color 0.5s linear;
  display: inline-flex;
}

.p-btn2 + .p-btn2 {
  margin-top: 30px;
}

.p-btn2:hover,
.p-btn2:focus {
  background-color: tomato;
}

.p-btn2.-easeInExpo {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.p-easeList {
  width: 100%;
  display: block;
}

.p-easeList__item {
  border-top: 1px solid #01010440;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.p-easeList__toggle {
  cursor: pointer;
  min-width: 150px;
}

.p-easeList__toggle + .p-easeList__toggle {
  margin-left: 30px;
}

.p-easeList__name {
  flex: none;
  width: 120px;
}

.p-easeList__width {
  border: 1px solid #01010440;
  flex: auto;
  width: 40%;
  height: 20px;
  margin-left: 30px;
  position: relative;
}

.p-easeList__width:before {
  content: "";
  transform-origin: 0 0;
  background-color: tomato;
  width: 100%;
  height: 100%;
  transition: transform 0.5s linear;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
}

.p-easeList__width:after {
  content: "";
  border-left: 1px solid #01010440;
  border-right: 1px solid #01010440;
  width: 33.3333%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 33.3333%;
}

.p-easeList__width:hover:before,
.p-easeList__width:focus:before,
#easeListAllAnimToggle:checked ~ .p-cssTab .p-easeList__width:before {
  transform: scaleX(1);
}

.p-easeList__width.-ease:before {
  transition-timing-function: ease;
}

.p-easeList__width.-ease-in:before {
  transition-timing-function: ease-in;
}

.p-easeList__width.-ease-out:before {
  transition-timing-function: ease-out;
}

.p-easeList__width.-ease-in-oute:before {
  transition-timing-function: ease-in-out;
}

.p-easeList__width.-easeInSine:before {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

.p-easeList__width.-easeOutSine:before {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.p-easeList__width.-easeInOutSine:before {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.p-easeList__width.-easeInQuad:before {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.p-easeList__width.-easeOutQuad:before {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-easeList__width.-easeInOutQuad:before {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.p-easeList__width.-easeInCubic:before {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.p-easeList__width.-easeOutCubic:before {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-easeList__width.-easeInOutCubic:before {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.p-easeList__width.-easeInQuart:before {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.p-easeList__width.-easeOutQuart:before {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-easeList__width.-easeInOutQuart:before {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.p-easeList__width.-easeInQuint:before {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.p-easeList__width.-easeOutQuint:before {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.p-easeList__width.-easeInOutQuint:before {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.p-easeList__width.-easeInExpo:before {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.p-easeList__width.-easeOutExpo:before {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.p-easeList__width.-easeInOutExpo:before {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.p-easeList__width.-easeInCirc:before {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.p-easeList__width.-easeOutCirc:before {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-easeList__width.-easeInOutCirc:before {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.p-easeList__width.-easeInBack:before {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.p-easeList__width.-easeOutBack:before {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.p-easeList__width.-easeInOutBack:before {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__width:before {
  animation: 0.5s linear infinite alternate scaleLoop;
}

@keyframes scaleLoop {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__width.-ease:before {
  animation-timing-function: ease;
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__width.-ease-in:before {
  animation-timing-function: ease-in;
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__width.-ease-out:before {
  animation-timing-function: ease-out;
}

#easeListLoopToggle:checked
  ~ .p-cssTab
  .p-easeList__width.-ease-in-oute:before {
  animation-timing-function: ease-in-out;
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__width.-easeInSine:before {
  animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__width.-easeOutSine:before {
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

#easeListLoopToggle:checked
  ~ .p-cssTab
  .p-easeList__width.-easeInOutSine:before {
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__width.-easeInQuad:before {
  animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__width.-easeOutQuad:before {
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#easeListLoopToggle:checked
  ~ .p-cssTab
  .p-easeList__width.-easeInOutQuad:before {
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__width.-easeInCubic:before {
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#easeListLoopToggle:checked
  ~ .p-cssTab
  .p-easeList__width.-easeOutCubic:before {
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

#easeListLoopToggle:checked
  ~ .p-cssTab
  .p-easeList__width.-easeInOutCubic:before {
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__width.-easeInQuart:before {
  animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

#easeListLoopToggle:checked
  ~ .p-cssTab
  .p-easeList__width.-easeOutQuart:before {
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

#easeListLoopToggle:checked
  ~ .p-cssTab
  .p-easeList__width.-easeInOutQuart:before {
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__width.-easeInQuint:before {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

#easeListLoopToggle:checked
  ~ .p-cssTab
  .p-easeList__width.-easeOutQuint:before {
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

#easeListLoopToggle:checked
  ~ .p-cssTab
  .p-easeList__width.-easeInOutQuint:before {
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__width.-easeInExpo:before {
  animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__width.-easeOutExpo:before {
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#easeListLoopToggle:checked
  ~ .p-cssTab
  .p-easeList__width.-easeInOutExpo:before {
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__width.-easeInCirc:before {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__width.-easeOutCirc:before {
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

#easeListLoopToggle:checked
  ~ .p-cssTab
  .p-easeList__width.-easeInOutCirc:before {
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__width.-easeInBack:before {
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__width.-easeOutBack:before {
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#easeListLoopToggle:checked
  ~ .p-cssTab
  .p-easeList__width.-easeInOutBack:before {
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#easeListLoopToggle:checked
  + #easeListPauseToggle:checked
  ~ .p-cssTab
  .p-easeList__width:before {
  animation-play-state: paused;
}

#easeListDuration05:checked ~ .p-cssTab .p-easeList__width:before {
  transition-duration: 0.5s;
  animation-duration: 0.5s;
}

#easeListDuration1:checked ~ .p-cssTab .p-easeList__width:before {
  transition-duration: 1s;
  animation-duration: 1s;
}

#easeListDuration3:checked ~ .p-cssTab .p-easeList__width:before {
  transition-duration: 3s;
  animation-duration: 3s;
}

.p-easeList__color {
  background-color: #87ceeb;
  flex: auto;
  width: 40%;
  height: 20px;
  margin-left: 30px;
  transition: background-color 0.5s linear;
}

.p-easeList__color:hover,
.p-easeList__color:focus,
#easeListAllAnimToggle:checked ~ .p-cssTab .p-easeList__color {
  background-color: navy;
}

.p-easeList__color.-ease {
  transition-timing-function: ease;
}

.p-easeList__color.-ease-in {
  transition-timing-function: ease-in;
}

.p-easeList__color.-ease-out {
  transition-timing-function: ease-out;
}

.p-easeList__color.-ease-in-oute {
  transition-timing-function: ease-in-out;
}

.p-easeList__color.-easeInSine {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

.p-easeList__color.-easeOutSine {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.p-easeList__color.-easeInOutSine {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.p-easeList__color.-easeInQuad {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.p-easeList__color.-easeOutQuad {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-easeList__color.-easeInOutQuad {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.p-easeList__color.-easeInCubic {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.p-easeList__color.-easeOutCubic {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-easeList__color.-easeInOutCubic {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.p-easeList__color.-easeInQuart {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.p-easeList__color.-easeOutQuart {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-easeList__color.-easeInOutQuart {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.p-easeList__color.-easeInQuint {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.p-easeList__color.-easeOutQuint {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.p-easeList__color.-easeInOutQuint {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.p-easeList__color.-easeInExpo {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.p-easeList__color.-easeOutExpo {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.p-easeList__color.-easeInOutExpo {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.p-easeList__color.-easeInCirc {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.p-easeList__color.-easeOutCirc {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-easeList__color.-easeInOutCirc {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.p-easeList__color.-easeInBack {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.p-easeList__color.-easeOutBack {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.p-easeList__color.-easeInOutBack {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color {
  animation: 0.5s linear infinite alternate colorLoop;
}

@keyframes colorLoop {
  0% {
    background-color: #87ceeb;
  }

  100% {
    background-color: navy;
  }
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-ease {
  animation-timing-function: ease;
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-ease-in {
  animation-timing-function: ease-in;
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-ease-out {
  animation-timing-function: ease-out;
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-ease-in-oute {
  animation-timing-function: ease-in-out;
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeInSine {
  animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeOutSine {
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeInOutSine {
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeInQuad {
  animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeOutQuad {
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeInOutQuad {
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeInCubic {
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeOutCubic {
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeInOutCubic {
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeInQuart {
  animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeOutQuart {
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeInOutQuart {
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeInQuint {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeOutQuint {
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeInOutQuint {
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeInExpo {
  animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeOutExpo {
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeInOutExpo {
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeInCirc {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeOutCirc {
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeInOutCirc {
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeInBack {
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeOutBack {
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#easeListLoopToggle:checked ~ .p-cssTab .p-easeList__color.-easeInOutBack {
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#easeListLoopToggle:checked
  + #easeListPauseToggle:checked
  ~ .p-cssTab
  .p-easeList__color {
  animation-play-state: paused;
}

#easeListDuration05:checked ~ .p-cssTab .p-easeList__color {
  transition-duration: 0.5s;
  animation-duration: 0.5s;
}

#easeListDuration1:checked ~ .p-cssTab .p-easeList__color {
  transition-duration: 1s;
  animation-duration: 1s;
}

#easeListDuration3:checked ~ .p-cssTab .p-easeList__color {
  transition-duration: 3s;
  animation-duration: 3s;
}

.p-btn4 {
  z-index: 1;
  color: #000;
  border: 4px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  height: 200px;
  padding: 15px 20px;
  font-size: 40px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.p-btn4 + .p-btn4 {
  margin-top: 30px;
}

.p-btn4:before {
  content: "";
  z-index: -1;
  background-color: tomato;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  display: block;
  position: absolute;
  transform: scale(1);
}

.p-btn4:hover:before,
.p-btn4:focus:before {
  transform: scale(0);
}

.p-btn4.-multiEase:hover:before,
.p-btn4.-multiEase:focus:before {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.p-btn5 {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  height: 200px;
  padding: 15px 20px;
  font-size: 40px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.p-btn5 + .p-btn5 {
  margin-top: 30px;
}

.p-btn5:before {
  content: "";
  z-index: -1;
  background-color: tomato;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
  position: absolute;
  transform: scale(1);
}

.p-btn5:hover:before,
.p-btn5:focus:before {
  transform: scale(0);
}

.p-btn5.-multiProp {
  transition: box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-btn5.-multiProp:hover,
.p-btn5.-multiProp:focus {
  box-shadow: inset 0 0 0 30px tomato;
}

.p-btn6 {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  height: 200px;
  padding: 15px 20px;
  font-size: 40px;
  transition-property: box-shadow;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.p-btn6 + .p-btn6 {
  margin-top: 30px;
}

.p-btn6:before {
  content: "";
  z-index: -2;
  background-color: tomato;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  display: block;
  position: absolute;
  transform: scale(1);
}

.p-btn6:after {
  content: "";
  z-index: -1;
  background-color: tomato;
  width: 510px;
  height: 0;
  transition-property: height, transform;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateZ(-23deg);
}

.p-btn6:hover,
.p-btn6:focus {
  box-shadow: inset 0 0 0 30px tomato;
}

.p-btn6:hover:before,
.p-btn6:focus:before {
  transform: scale(0);
}

.p-btn6:hover:after,
.p-btn6:focus:after {
  height: 5px;
  transform: translateY(-50%) rotateZ(-18.75deg);
}

.p-btn6.-multiAnim {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.p-btn6.-multiAnim:before {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.p-btn6.-multiAnim:after {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.p-btn7 {
  cursor: pointer;
  z-index: 1;
  border: 3px solid #010104;
  width: 360px;
  height: 252px;
  position: relative;
}

.p-btn7__line {
  background-color: #000;
  width: 210px;
  height: 12px;
  position: absolute;
  left: 78px;
}

.p-btn7__line.-line1 {
  transition:
    top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.6s,
    background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  top: 72px;
}

.p-btn7.-opened .p-btn7__line.-line1 {
  background-color: tomato;
  transition-delay: 0s, 0s, 0.6s, 0.6s;
  top: 120px;
  transform: rotateZ(23deg);
}

.p-btn7__line.-line2 {
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  top: 120px;
}

.p-btn7.-opened .p-btn7__line.-line2 {
  background-color: #0000;
}

.p-btn7__line.-line3 {
  transition:
    top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.6s,
    background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  top: 168px;
}

.p-btn7.-opened .p-btn7__line.-line3 {
  background-color: tomato;
  transition-delay: 0s, 0s, 0.6s, 0.6s;
  top: 120px;
  transform: rotateZ(-23deg);
}

.p-btn8 {
  color: #000;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: 25px 40px 25px 140px;
  font-size: 60px;
  display: inline-flex;
  position: relative;
}

.p-btn8 + .p-btn8 {
  margin-top: 30px;
}

.p-btn8__line {
  width: 120px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.p-btn8__line:before,
.p-btn8__line:after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  left: 0;
}

.p-btn8__line:after {
  transform: translateX(-100%);
}

.p-btn8:hover .p-btn8__line:before,
.p-btn8:focus .p-btn8__line:before {
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(100%);
}

.p-btn8:hover .p-btn8__line:after,
.p-btn8:focus .p-btn8__line:after {
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transform: translateX(0);
}

.p-btn8 {
  margin-bottom: 178px;
}

#btn3ExposeToggle:checked ~ .p-btn8 {
  margin-bottom: 0;
}

.p-btn8.-exposed {
  display: none;
}

#btn3ExposeToggle:checked ~ .p-btn8.-exposed {
  margin-bottom: 0;
  display: inline-flex;
}

.p-btn8.-exposed .p-btn8__line {
  background-color: #ff03;
  overflow: visible;
}

.p-btn8.-exposed .p-btn8__line:before,
.p-btn8.-exposed .p-btn8__line:after {
  height: 16px;
  margin-top: -8px;
}

.p-btn8.-exposed .p-btn8__line:before {
  background-color: #0052eb;
}

.p-btn8.-exposed .p-btn8__line:after {
  background-color: #f25d5f;
}

.p-btn9 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0 10px 15px;
  font-size: 40px;
  transition-property: padding-left, letter-spacing;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-flex;
  position: relative;
}

.p-btn9:after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 3px;
  transition-property: transform;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.p-btn9:focus,
.p-btn9:hover {
  letter-spacing: 0.7em;
  padding-left: 0.7em;
}

.p-btn9:focus:after,
.p-btn9:hover:after {
  transition-duration: 0.5s;
  transform: scaleX(0.2);
}

.p-btn10 {
  color: #000;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: 30px 60px;
  font-size: 60px;
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.p-btn10 + .p-btn10 {
  margin-top: 30px;
}

.p-btn10:before {
  content: "";
  z-index: 1;
  transform-origin: 101% 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
}

.p-btn10:hover {
  color: #fff;
}

.p-btn10:hover:before {
  transform-origin: 0 0;
  transform: scaleX(1.01);
}

.p-btn10__inner {
  z-index: 2;
  position: relative;
}

.p-viewChange {
  z-index: 3;
  position: sticky;
  top: 0;
}

.p-viewChange__inner {
  color: #fff;
  background-color: #000000bf;
  border-radius: 8px;
  align-items: center;
  display: flex;
  position: absolute;
  top: 15px;
  right: 155px;
}

.-demoView .p-viewChange__inner {
  border-radius: 0.625vw;
  padding: 0.78125vw;
  top: 0.78125vw;
  right: 10.9375vw;
}

.p-viewChange__btn {
  cursor: pointer;
  padding: 15px;
  font-size: 16px;
  line-height: 1;
}

.-demoView .p-viewChange__btn {
  padding: 1.17188vw;
  font-size: 0.9375vw;
}

.p-sectionNav {
  z-index: 2;
  position: sticky;
  top: 0;
}

.p-sectionNav__inner {
  color: #fff;
  background-color: #000000bf;
  border-radius: 8px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.-demoView .p-sectionNav__inner {
  border-radius: 0.625vw;
  padding: 0.78125vw;
  top: 0.78125vw;
  right: 0.78125vw;
}

.p-sectionNav__heading {
  align-items: center;
  padding: 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  display: flex;
}

.-demoView .p-sectionNav__heading {
  padding: 1.17188vw;
  font-size: 0.9375vw;
}

.p-sectionNav__toggler {
  cursor: pointer;
}

.p-sectionNav__list {
  margin-top: 10px;
}

.-demoView .p-sectionNav__list {
  margin-top: 0.390625vw;
}

.-demoView .p-sectionNav__item {
  font-size: 1.09375vw;
}

.p-sectionNav__item + .p-sectionNav__item {
  margin-top: 10px;
}

.-demoView .p-sectionNav__item + .p-sectionNav__item {
  margin-top: 0.390625vw;
}

.p-sectionNav__item:before {
  content: "・";
}

.p-sectionNav__link:hover,
.p-sectionNav__link:focus {
  color: #3be1fc;
}

.p-section {
  padding: 60px 20px;
}

.-demoView .p-section {
  padding: 4.6875vw 1.5625vw;
}

.p-section__inner {
  max-width: 1560px;
  margin: auto;
}

.-demoView .p-section__inner {
  max-width: 100%;
}

.p-section__heading {
  margin-bottom: -30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
}

.-demoView .p-section__heading {
  margin-bottom: -2.34375vw;
  padding-top: 2.34375vw;
  padding-bottom: 2.34375vw;
  font-size: 3.125vw;
}

.p-section__demo {
  margin-top: 30px;
}

.-demoView .p-section__demo {
  margin-top: 2.34375vw;
}

.p-title {
  color: #fff;
  align-items: center;
  min-height: 75px;
  display: flex;
}

.-demoView .p-title {
  min-height: 5.85938vw;
}

.p-title__main {
  margin-right: 15px;
  padding: 10px 0;
  font-size: 24px;
}

.-demoView .p-title__main {
  margin-left: 1.17188vw;
  padding: 0;
  font-size: 1.875vw;
}

.p-title__sub {
  margin-left: auto;
  font-size: 16px;
}

.-demoView .p-title__sub {
  font-size: 1.09375vw;
}

.p-lede__text + .p-lede__text {
  margin-top: 1em;
}

.p-lede__text + .p-lede__text a {
  color: #ff247c;
  text-decoration: underline;
}

.p-split {
  border: 1px solid #010104;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}

@media (width <= 767.999px) {
  .p-split {
    flex-direction: column;
  }
}

.p-split__col {
  flex: 50%;
  display: flex;
  overflow-x: auto;
}

.p-code {
  background-color: #010104;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.p-code__header {
  color: #fff;
  background-color: #ff247c;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
}

.-demoView .p-code__header {
  padding: 0.78125vw 1.5625vw;
  font-size: 1.875vw;
}

.p-code__body {
  flex: 1 0 auto;
  margin: 30px;
  overflow-x: auto;
}

.-demoView .p-code__body {
  margin: 0.78125vw;
}

.p-code__code {
  color: #fff;
  font-family: Roboto Mono;
  line-height: 1.25;
}

.p-view {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.p-view__header {
  color: #010104;
  background-color: #31dd8c;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
}

.-demoView .p-view__header {
  padding: 0.78125vw 1.5625vw;
  font-size: 1.875vw;
}

.p-view__body {
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 30px;
  display: flex;
  overflow-x: auto;
}

.-demoView .p-view__body {
  margin: 0.78125vw;
}

.p-view__body.-black {
  background-color: #000;
}

.p-cssTab {
  width: 100%;
  padding: 10px 0;
  position: relative;
}

.p-cssTab__control {
  flex-wrap: wrap;
  display: flex;
}

.p-cssTab__control + .p-cssTab__control {
  margin-top: 10px;
}

.p-cssTab__btn {
  cursor: pointer;
  margin-right: 10px;
  display: flex;
}

.p-cssTab__btn:last-child {
  margin-right: 0;
}

.p-cssTab__text {
  white-space: nowrap;
  background-color: #31dd8c33;
  border: 1px solid #010104;
  border-radius: 4px;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 14px;
  line-height: 2;
  display: flex;
}

#easeListDuration05:checked ~ .p-cssTab .p-cssTab__text.-duration05,
#easeListDuration1:checked ~ .p-cssTab .p-cssTab__text.-duration1,
#easeListDuration3:checked ~ .p-cssTab .p-cssTab__text.-duration3 {
  background-color: #f25d5f80;
}

.p-cssTab__text.-doSortInOut {
  display: inline;
}

#easeListSortToggle:checked ~ .p-cssTab .p-cssTab__text.-doSortInOut,
.p-cssTab__text.-doSortRate {
  display: none;
}

#easeListSortToggle:checked ~ .p-cssTab .p-cssTab__text.-doSortRate {
  display: inline;
}

.p-cssTab__text.-doAnimOff {
  display: none;
}

#easeListAllAnimToggle:checked ~ .p-cssTab .p-cssTab__text.-doAnimOff,
.p-cssTab__text.-doAnimOn {
  display: inline;
}

#easeListAllAnimToggle:checked ~ .p-cssTab .p-cssTab__text.-doAnimOn,
.p-cssTab__text.-doLoopOff {
  display: none;
}

#easeListLoopToggle:checked ~ .p-cssTab .p-cssTab__text.-doLoopOff,
.p-cssTab__text.-doLoopOn {
  display: inline;
}

#easeListLoopToggle:checked ~ .p-cssTab .p-cssTab__text.-doLoopOn,
.p-cssTab__text.-doPauseOff {
  display: none;
}

#easeListLoopToggle:checked
  + #easeListPauseToggle:checked
  ~ .p-cssTab
  .p-cssTab__text.-doPauseOff {
  display: inline;
}

.p-cssTab__text.-doPauseOn {
  display: none;
}

#easeListLoopToggle:checked ~ .p-cssTab .p-cssTab__text.-doPauseOn {
  display: inline;
}

#easeListLoopToggle:checked
  + #easeListPauseToggle:checked
  ~ .p-cssTab
  .p-cssTab__text.-doPauseOn {
  display: none;
}

.p-cssTab__content {
  margin-top: 15px;
}

.p-cssTab__content#sortRate {
  display: block;
}

.p-cssTab__content#sortInOut,
#easeListSortToggle:checked ~ .p-cssTab .p-cssTab__content#sortRate {
  display: none;
}

#easeListSortToggle:checked ~ .p-cssTab .p-cssTab__content#sortInOut {
  display: block;
}

.p-exposeToggle {
  cursor: pointer;
  margin-bottom: 30px;
}

.p-exposeToggle__text {
  white-space: nowrap;
  background-color: #31dd8c33;
  border: 1px solid #010104;
  border-radius: 4px;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 14px;
  line-height: 2;
  display: inline-flex;
}

.p-exposeToggle__text.-doExposeOff {
  display: none;
}

#btn3ExposeToggle:checked ~ .p-exposeToggle .p-exposeToggle__text.-doExposeOff,
.p-exposeToggle__text.-doExposeOn {
  display: inline-flex;
}

#btn3ExposeToggle:checked ~ .p-exposeToggle .p-exposeToggle__text.-doExposeOn {
  display: none;
}

.p-hang,
.p-shareList {
  display: flex;
}

.p-hang__body .p-shareList {
  margin-left: 30px;
}

.-demoView .p-hang__body .p-shareList {
  margin-left: 2.34375vw;
}

.p-shareList__item + .p-shareList__item {
  margin-left: 30px;
}

.-demoView .p-shareList__item + .p-shareList__item {
  margin-left: 2.34375vw;
}

a.p-shareLink__link {
  color: #ff247c;
  text-decoration: underline;
}

.p-credit {
  color: #fff;
  align-items: center;
  min-height: 50px;
  display: flex;
}

.-demoView .p-credit {
  min-height: 3.90625vw;
}

.p-credit__license {
  font-size: 16px;
}

.-demoView .p-credit__license {
  font-size: 1.5625vw;
}

.p-credit__address {
  margin-left: auto;
}

.p-address {
  align-items: center;
  font-size: 14px;
  font-style: normal;
  display: flex;
}

.-demoView .p-address {
  font-size: 1.40625vw;
}

.p-address__heading {
  font-weight: bold;
}

.p-address__heading:after {
  content: "：";
}

.p-address__list {
  display: flex;
}

.p-address__heading + .p-address__list {
  margin-left: 30px;
}

.-demoView .p-address__heading + .p-address__list {
  margin-left: 2.34375vw;
}

.p-address__item + .p-address__item:before {
  content: "/";
  padding-left: 15px;
  padding-right: 15px;
}

.-demoView .p-address__item + .p-address__item:before {
  padding-right: 1.17188vw;
}

a.p-address__link:hover,
a.p-address__link:focus {
  color: #3be1fc;
}

.u-visuallyHidden {
  white-space: nowrap !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.u-hide {
  display: none;
}
