@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --in-sine: cubic-bezier(.47, 0, .745, .715);
  --out-sine: cubic-bezier(.39, .575, .565, 1);
  --in-out-sine: cubic-bezier(.445, .05, .55, .95);
  --in-quad: cubic-bezier(.55, .085, .68, .53);
  --out-quad: cubic-bezier(.25, .46, .45, .94);
  --in-out-quad: cubic-bezier(.455, .03, .515, .955);
  --in-cubic: cubic-bezier(.55, .055, .675, .19);
  --out-cubic: cubic-bezier(.215, .61, .355, 1);
  --in-out-cubic: cubic-bezier(.645, .045, .355, 1);
  --in-quart: cubic-bezier(.895, .03, .685, .22);
  --out-quart: cubic-bezier(.165, .84, .44, 1);
  --in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --in-quint: cubic-bezier(.755, .05, .855, .06);
  --out-quint: cubic-bezier(.23, 1, .32, 1);
  --in-out-quint: cubic-bezier(.86, 0, .07, 1);
  --in-expo: cubic-bezier(.95, .05, .795, .035);
  --out-expo: cubic-bezier(.19, 1, .22, 1);
  --in-out-expo: cubic-bezier(1, 0, 0, 1);
  --in-circ: cubic-bezier(.6, .04, .98, .335);
  --out-circ: cubic-bezier(.075, .82, .165, 1);
  --in-out-circ: cubic-bezier(.785, .135, .15, .86);
  --in-back: cubic-bezier(.6, -.28, .735, .045);
  --out-back: cubic-bezier(.175, .885, .32, 1.275);
  --in-out-back: cubic-bezier(.68, -.55, .265, 1.55);
}

.u-ta-center {
  text-align: center;
}

.u-ta-left {
  text-align: left;
}

.u-ta-right {
  text-align: right;
}

.u-fw-lighter {
  font-weight: lighter;
}

.u-fw-normal {
  font-weight: normal;
}

.u-fw-bold {
  font-weight: bold;
}

.u-fs-0 {
  font-size: 0%;
}

.u-fs-1 {
  font-size: 10%;
}

.u-fs-2 {
  font-size: 20%;
}

.u-fs-3 {
  font-size: 30%;
}

.u-fs-4 {
  font-size: 40%;
}

.u-fs-5 {
  font-size: 50%;
}

.u-fs-6 {
  font-size: 60%;
}

.u-fs-7 {
  font-size: 70%;
}

.u-fs-8 {
  font-size: 80%;
}

.u-fs-9 {
  font-size: 90%;
}

.u-fs-10 {
  font-size: 100%;
}

.u-fs-11 {
  font-size: 110%;
}

.u-fs-12 {
  font-size: 120%;
}

.u-fs-13 {
  font-size: 130%;
}

.u-fs-14 {
  font-size: 140%;
}

.u-fs-15 {
  font-size: 150%;
}

.u-fs-16 {
  font-size: 160%;
}

.u-fs-17 {
  font-size: 170%;
}

.u-fs-18 {
  font-size: 180%;
}

.u-fs-19 {
  font-size: 190%;
}

.u-fs-20 {
  font-size: 200%;
}

.u-h-0 {
  height: 0em;
}

.u-h-1 {
  height: 0.1em;
}

.u-h-2 {
  height: 0.2em;
}

.u-h-3 {
  height: 0.3em;
}

.u-h-4 {
  height: 0.4em;
}

.u-h-5 {
  height: 0.5em;
}

.u-h-6 {
  height: 0.6em;
}

.u-h-7 {
  height: 0.7em;
}

.u-h-8 {
  height: 0.8em;
}

.u-h-9 {
  height: 0.9em;
}

.u-h-10 {
  height: 1em;
}

.u-h-11 {
  height: 1.1em;
}

.u-h-12 {
  height: 1.2em;
}

.u-h-13 {
  height: 1.3em;
}

.u-h-14 {
  height: 1.4em;
}

.u-h-15 {
  height: 1.5em;
}

.u-h-16 {
  height: 1.6em;
}

.u-h-17 {
  height: 1.7em;
}

.u-h-18 {
  height: 1.8em;
}

.u-h-19 {
  height: 1.9em;
}

.u-h-20 {
  height: 2em;
}

.u-h-21 {
  height: 2.1em;
}

.u-h-22 {
  height: 2.2em;
}

.u-h-23 {
  height: 2.3em;
}

.u-h-24 {
  height: 2.4em;
}

.u-h-25 {
  height: 2.5em;
}

.u-h-26 {
  height: 2.6em;
}

.u-h-27 {
  height: 2.7em;
}

.u-h-28 {
  height: 2.8em;
}

.u-h-29 {
  height: 2.9em;
}

.u-h-30 {
  height: 3em;
}

.u-h-31 {
  height: 3.1em;
}

.u-h-32 {
  height: 3.2em;
}

.u-h-33 {
  height: 3.3em;
}

.u-h-34 {
  height: 3.4em;
}

.u-h-35 {
  height: 3.5em;
}

.u-h-36 {
  height: 3.6em;
}

.u-h-37 {
  height: 3.7em;
}

.u-h-38 {
  height: 3.8em;
}

.u-h-39 {
  height: 3.9em;
}

.u-h-40 {
  height: 4em;
}

.u-h-41 {
  height: 4.1em;
}

.u-h-42 {
  height: 4.2em;
}

.u-h-43 {
  height: 4.3em;
}

.u-h-44 {
  height: 4.4em;
}

.u-h-45 {
  height: 4.5em;
}

.u-h-46 {
  height: 4.6em;
}

.u-h-47 {
  height: 4.7em;
}

.u-h-48 {
  height: 4.8em;
}

.u-h-49 {
  height: 4.9em;
}

.u-h-50 {
  height: 5em;
}

.u-h-51 {
  height: 5.1em;
}

.u-h-52 {
  height: 5.2em;
}

.u-h-53 {
  height: 5.3em;
}

.u-h-54 {
  height: 5.4em;
}

.u-h-55 {
  height: 5.5em;
}

.u-h-56 {
  height: 5.6em;
}

.u-h-57 {
  height: 5.7em;
}

.u-h-58 {
  height: 5.8em;
}

.u-h-59 {
  height: 5.9em;
}

.u-h-60 {
  height: 6em;
}

.u-h-61 {
  height: 6.1em;
}

.u-h-62 {
  height: 6.2em;
}

.u-h-63 {
  height: 6.3em;
}

.u-h-64 {
  height: 6.4em;
}

.u-h-65 {
  height: 6.5em;
}

.u-h-66 {
  height: 6.6em;
}

.u-h-67 {
  height: 6.7em;
}

.u-h-68 {
  height: 6.8em;
}

.u-h-69 {
  height: 6.9em;
}

.u-h-70 {
  height: 7em;
}

.u-h-71 {
  height: 7.1em;
}

.u-h-72 {
  height: 7.2em;
}

.u-h-73 {
  height: 7.3em;
}

.u-h-74 {
  height: 7.4em;
}

.u-h-75 {
  height: 7.5em;
}

.u-h-76 {
  height: 7.6em;
}

.u-h-77 {
  height: 7.7em;
}

.u-h-78 {
  height: 7.8em;
}

.u-h-79 {
  height: 7.9em;
}

.u-h-80 {
  height: 8em;
}

.u-h-81 {
  height: 8.1em;
}

.u-h-82 {
  height: 8.2em;
}

.u-h-83 {
  height: 8.3em;
}

.u-h-84 {
  height: 8.4em;
}

.u-h-85 {
  height: 8.5em;
}

.u-h-86 {
  height: 8.6em;
}

.u-h-87 {
  height: 8.7em;
}

.u-h-88 {
  height: 8.8em;
}

.u-h-89 {
  height: 8.9em;
}

.u-h-90 {
  height: 9em;
}

.u-h-91 {
  height: 9.1em;
}

.u-h-92 {
  height: 9.2em;
}

.u-h-93 {
  height: 9.3em;
}

.u-h-94 {
  height: 9.4em;
}

.u-h-95 {
  height: 9.5em;
}

.u-h-96 {
  height: 9.6em;
}

.u-h-97 {
  height: 9.7em;
}

.u-h-98 {
  height: 9.8em;
}

.u-h-99 {
  height: 9.9em;
}

.u-h-100 {
  height: 10em;
}

.u-mt-0 {
  margin-top: 0em;
}

.u-mb-0 {
  margin-bottom: 0em;
}

.u-mt-1 {
  margin-top: 0.1em;
}

.u-mb-1 {
  margin-bottom: 0.1em;
}

.u-mt-2 {
  margin-top: 0.2em;
}

.u-mb-2 {
  margin-bottom: 0.2em;
}

.u-mt-3 {
  margin-top: 0.3em;
}

.u-mb-3 {
  margin-bottom: 0.3em;
}

.u-mt-4 {
  margin-top: 0.4em;
}

.u-mb-4 {
  margin-bottom: 0.4em;
}

.u-mt-5 {
  margin-top: 0.5em;
}

.u-mb-5 {
  margin-bottom: 0.5em;
}

.u-mt-6 {
  margin-top: 0.6em;
}

.u-mb-6 {
  margin-bottom: 0.6em;
}

.u-mt-7 {
  margin-top: 0.7em;
}

.u-mb-7 {
  margin-bottom: 0.7em;
}

.u-mt-8 {
  margin-top: 0.8em;
}

.u-mb-8 {
  margin-bottom: 0.8em;
}

.u-mt-9 {
  margin-top: 0.9em;
}

.u-mb-9 {
  margin-bottom: 0.9em;
}

.u-mt-10 {
  margin-top: 1em;
}

.u-mb-10 {
  margin-bottom: 1em;
}

.u-mt-11 {
  margin-top: 1.1em;
}

.u-mb-11 {
  margin-bottom: 1.1em;
}

.u-mt-12 {
  margin-top: 1.2em;
}

.u-mb-12 {
  margin-bottom: 1.2em;
}

.u-mt-13 {
  margin-top: 1.3em;
}

.u-mb-13 {
  margin-bottom: 1.3em;
}

.u-mt-14 {
  margin-top: 1.4em;
}

.u-mb-14 {
  margin-bottom: 1.4em;
}

.u-mt-15 {
  margin-top: 1.5em;
}

.u-mb-15 {
  margin-bottom: 1.5em;
}

.u-mt-16 {
  margin-top: 1.6em;
}

.u-mb-16 {
  margin-bottom: 1.6em;
}

.u-mt-17 {
  margin-top: 1.7em;
}

.u-mb-17 {
  margin-bottom: 1.7em;
}

.u-mt-18 {
  margin-top: 1.8em;
}

.u-mb-18 {
  margin-bottom: 1.8em;
}

.u-mt-19 {
  margin-top: 1.9em;
}

.u-mb-19 {
  margin-bottom: 1.9em;
}

.u-mt-20 {
  margin-top: 2em;
}

.u-mb-20 {
  margin-bottom: 2em;
}

.u-mt-21 {
  margin-top: 2.1em;
}

.u-mb-21 {
  margin-bottom: 2.1em;
}

.u-mt-22 {
  margin-top: 2.2em;
}

.u-mb-22 {
  margin-bottom: 2.2em;
}

.u-mt-23 {
  margin-top: 2.3em;
}

.u-mb-23 {
  margin-bottom: 2.3em;
}

.u-mt-24 {
  margin-top: 2.4em;
}

.u-mb-24 {
  margin-bottom: 2.4em;
}

.u-mt-25 {
  margin-top: 2.5em;
}

.u-mb-25 {
  margin-bottom: 2.5em;
}

.u-mt-26 {
  margin-top: 2.6em;
}

.u-mb-26 {
  margin-bottom: 2.6em;
}

.u-mt-27 {
  margin-top: 2.7em;
}

.u-mb-27 {
  margin-bottom: 2.7em;
}

.u-mt-28 {
  margin-top: 2.8em;
}

.u-mb-28 {
  margin-bottom: 2.8em;
}

.u-mt-29 {
  margin-top: 2.9em;
}

.u-mb-29 {
  margin-bottom: 2.9em;
}

.u-mt-30 {
  margin-top: 3em;
}

.u-mb-30 {
  margin-bottom: 3em;
}

.u-mt-31 {
  margin-top: 3.1em;
}

.u-mb-31 {
  margin-bottom: 3.1em;
}

.u-mt-32 {
  margin-top: 3.2em;
}

.u-mb-32 {
  margin-bottom: 3.2em;
}

.u-mt-33 {
  margin-top: 3.3em;
}

.u-mb-33 {
  margin-bottom: 3.3em;
}

.u-mt-34 {
  margin-top: 3.4em;
}

.u-mb-34 {
  margin-bottom: 3.4em;
}

.u-mt-35 {
  margin-top: 3.5em;
}

.u-mb-35 {
  margin-bottom: 3.5em;
}

.u-mt-36 {
  margin-top: 3.6em;
}

.u-mb-36 {
  margin-bottom: 3.6em;
}

.u-mt-37 {
  margin-top: 3.7em;
}

.u-mb-37 {
  margin-bottom: 3.7em;
}

.u-mt-38 {
  margin-top: 3.8em;
}

.u-mb-38 {
  margin-bottom: 3.8em;
}

.u-mt-39 {
  margin-top: 3.9em;
}

.u-mb-39 {
  margin-bottom: 3.9em;
}

.u-mt-40 {
  margin-top: 4em;
}

.u-mb-40 {
  margin-bottom: 4em;
}

.u-mt-41 {
  margin-top: 4.1em;
}

.u-mb-41 {
  margin-bottom: 4.1em;
}

.u-mt-42 {
  margin-top: 4.2em;
}

.u-mb-42 {
  margin-bottom: 4.2em;
}

.u-mt-43 {
  margin-top: 4.3em;
}

.u-mb-43 {
  margin-bottom: 4.3em;
}

.u-mt-44 {
  margin-top: 4.4em;
}

.u-mb-44 {
  margin-bottom: 4.4em;
}

.u-mt-45 {
  margin-top: 4.5em;
}

.u-mb-45 {
  margin-bottom: 4.5em;
}

.u-mt-46 {
  margin-top: 4.6em;
}

.u-mb-46 {
  margin-bottom: 4.6em;
}

.u-mt-47 {
  margin-top: 4.7em;
}

.u-mb-47 {
  margin-bottom: 4.7em;
}

.u-mt-48 {
  margin-top: 4.8em;
}

.u-mb-48 {
  margin-bottom: 4.8em;
}

.u-mt-49 {
  margin-top: 4.9em;
}

.u-mb-49 {
  margin-bottom: 4.9em;
}

.u-mt-50 {
  margin-top: 5em;
}

.u-mb-50 {
  margin-bottom: 5em;
}

.u-mt-51 {
  margin-top: 5.1em;
}

.u-mb-51 {
  margin-bottom: 5.1em;
}

.u-mt-52 {
  margin-top: 5.2em;
}

.u-mb-52 {
  margin-bottom: 5.2em;
}

.u-mt-53 {
  margin-top: 5.3em;
}

.u-mb-53 {
  margin-bottom: 5.3em;
}

.u-mt-54 {
  margin-top: 5.4em;
}

.u-mb-54 {
  margin-bottom: 5.4em;
}

.u-mt-55 {
  margin-top: 5.5em;
}

.u-mb-55 {
  margin-bottom: 5.5em;
}

.u-mt-56 {
  margin-top: 5.6em;
}

.u-mb-56 {
  margin-bottom: 5.6em;
}

.u-mt-57 {
  margin-top: 5.7em;
}

.u-mb-57 {
  margin-bottom: 5.7em;
}

.u-mt-58 {
  margin-top: 5.8em;
}

.u-mb-58 {
  margin-bottom: 5.8em;
}

.u-mt-59 {
  margin-top: 5.9em;
}

.u-mb-59 {
  margin-bottom: 5.9em;
}

.u-mt-60 {
  margin-top: 6em;
}

.u-mb-60 {
  margin-bottom: 6em;
}

.u-mt-61 {
  margin-top: 6.1em;
}

.u-mb-61 {
  margin-bottom: 6.1em;
}

.u-mt-62 {
  margin-top: 6.2em;
}

.u-mb-62 {
  margin-bottom: 6.2em;
}

.u-mt-63 {
  margin-top: 6.3em;
}

.u-mb-63 {
  margin-bottom: 6.3em;
}

.u-mt-64 {
  margin-top: 6.4em;
}

.u-mb-64 {
  margin-bottom: 6.4em;
}

.u-mt-65 {
  margin-top: 6.5em;
}

.u-mb-65 {
  margin-bottom: 6.5em;
}

.u-mt-66 {
  margin-top: 6.6em;
}

.u-mb-66 {
  margin-bottom: 6.6em;
}

.u-mt-67 {
  margin-top: 6.7em;
}

.u-mb-67 {
  margin-bottom: 6.7em;
}

.u-mt-68 {
  margin-top: 6.8em;
}

.u-mb-68 {
  margin-bottom: 6.8em;
}

.u-mt-69 {
  margin-top: 6.9em;
}

.u-mb-69 {
  margin-bottom: 6.9em;
}

.u-mt-70 {
  margin-top: 7em;
}

.u-mb-70 {
  margin-bottom: 7em;
}

.u-mt-71 {
  margin-top: 7.1em;
}

.u-mb-71 {
  margin-bottom: 7.1em;
}

.u-mt-72 {
  margin-top: 7.2em;
}

.u-mb-72 {
  margin-bottom: 7.2em;
}

.u-mt-73 {
  margin-top: 7.3em;
}

.u-mb-73 {
  margin-bottom: 7.3em;
}

.u-mt-74 {
  margin-top: 7.4em;
}

.u-mb-74 {
  margin-bottom: 7.4em;
}

.u-mt-75 {
  margin-top: 7.5em;
}

.u-mb-75 {
  margin-bottom: 7.5em;
}

.u-mt-76 {
  margin-top: 7.6em;
}

.u-mb-76 {
  margin-bottom: 7.6em;
}

.u-mt-77 {
  margin-top: 7.7em;
}

.u-mb-77 {
  margin-bottom: 7.7em;
}

.u-mt-78 {
  margin-top: 7.8em;
}

.u-mb-78 {
  margin-bottom: 7.8em;
}

.u-mt-79 {
  margin-top: 7.9em;
}

.u-mb-79 {
  margin-bottom: 7.9em;
}

.u-mt-80 {
  margin-top: 8em;
}

.u-mb-80 {
  margin-bottom: 8em;
}

.u-mt-81 {
  margin-top: 8.1em;
}

.u-mb-81 {
  margin-bottom: 8.1em;
}

.u-mt-82 {
  margin-top: 8.2em;
}

.u-mb-82 {
  margin-bottom: 8.2em;
}

.u-mt-83 {
  margin-top: 8.3em;
}

.u-mb-83 {
  margin-bottom: 8.3em;
}

.u-mt-84 {
  margin-top: 8.4em;
}

.u-mb-84 {
  margin-bottom: 8.4em;
}

.u-mt-85 {
  margin-top: 8.5em;
}

.u-mb-85 {
  margin-bottom: 8.5em;
}

.u-mt-86 {
  margin-top: 8.6em;
}

.u-mb-86 {
  margin-bottom: 8.6em;
}

.u-mt-87 {
  margin-top: 8.7em;
}

.u-mb-87 {
  margin-bottom: 8.7em;
}

.u-mt-88 {
  margin-top: 8.8em;
}

.u-mb-88 {
  margin-bottom: 8.8em;
}

.u-mt-89 {
  margin-top: 8.9em;
}

.u-mb-89 {
  margin-bottom: 8.9em;
}

.u-mt-90 {
  margin-top: 9em;
}

.u-mb-90 {
  margin-bottom: 9em;
}

.u-mt-91 {
  margin-top: 9.1em;
}

.u-mb-91 {
  margin-bottom: 9.1em;
}

.u-mt-92 {
  margin-top: 9.2em;
}

.u-mb-92 {
  margin-bottom: 9.2em;
}

.u-mt-93 {
  margin-top: 9.3em;
}

.u-mb-93 {
  margin-bottom: 9.3em;
}

.u-mt-94 {
  margin-top: 9.4em;
}

.u-mb-94 {
  margin-bottom: 9.4em;
}

.u-mt-95 {
  margin-top: 9.5em;
}

.u-mb-95 {
  margin-bottom: 9.5em;
}

.u-mt-96 {
  margin-top: 9.6em;
}

.u-mb-96 {
  margin-bottom: 9.6em;
}

.u-mt-97 {
  margin-top: 9.7em;
}

.u-mb-97 {
  margin-bottom: 9.7em;
}

.u-mt-98 {
  margin-top: 9.8em;
}

.u-mb-98 {
  margin-bottom: 9.8em;
}

.u-mt-99 {
  margin-top: 9.9em;
}

.u-mb-99 {
  margin-bottom: 9.9em;
}

.u-mt-100 {
  margin-top: 10em;
}

.u-mb-100 {
  margin-bottom: 10em;
}

.u-pt-0 {
  padding-top: 0em;
}

.u-pb-0 {
  padding-bottom: 0em;
}

.u-pt-1 {
  padding-top: 0.1em;
}

.u-pb-1 {
  padding-bottom: 0.1em;
}

.u-pt-2 {
  padding-top: 0.2em;
}

.u-pb-2 {
  padding-bottom: 0.2em;
}

.u-pt-3 {
  padding-top: 0.3em;
}

.u-pb-3 {
  padding-bottom: 0.3em;
}

.u-pt-4 {
  padding-top: 0.4em;
}

.u-pb-4 {
  padding-bottom: 0.4em;
}

.u-pt-5 {
  padding-top: 0.5em;
}

.u-pb-5 {
  padding-bottom: 0.5em;
}

.u-pt-6 {
  padding-top: 0.6em;
}

.u-pb-6 {
  padding-bottom: 0.6em;
}

.u-pt-7 {
  padding-top: 0.7em;
}

.u-pb-7 {
  padding-bottom: 0.7em;
}

.u-pt-8 {
  padding-top: 0.8em;
}

.u-pb-8 {
  padding-bottom: 0.8em;
}

.u-pt-9 {
  padding-top: 0.9em;
}

.u-pb-9 {
  padding-bottom: 0.9em;
}

.u-pt-10 {
  padding-top: 1em;
}

.u-pb-10 {
  padding-bottom: 1em;
}

.u-pt-11 {
  padding-top: 1.1em;
}

.u-pb-11 {
  padding-bottom: 1.1em;
}

.u-pt-12 {
  padding-top: 1.2em;
}

.u-pb-12 {
  padding-bottom: 1.2em;
}

.u-pt-13 {
  padding-top: 1.3em;
}

.u-pb-13 {
  padding-bottom: 1.3em;
}

.u-pt-14 {
  padding-top: 1.4em;
}

.u-pb-14 {
  padding-bottom: 1.4em;
}

.u-pt-15 {
  padding-top: 1.5em;
}

.u-pb-15 {
  padding-bottom: 1.5em;
}

.u-pt-16 {
  padding-top: 1.6em;
}

.u-pb-16 {
  padding-bottom: 1.6em;
}

.u-pt-17 {
  padding-top: 1.7em;
}

.u-pb-17 {
  padding-bottom: 1.7em;
}

.u-pt-18 {
  padding-top: 1.8em;
}

.u-pb-18 {
  padding-bottom: 1.8em;
}

.u-pt-19 {
  padding-top: 1.9em;
}

.u-pb-19 {
  padding-bottom: 1.9em;
}

.u-pt-20 {
  padding-top: 2em;
}

.u-pb-20 {
  padding-bottom: 2em;
}

.u-pt-21 {
  padding-top: 2.1em;
}

.u-pb-21 {
  padding-bottom: 2.1em;
}

.u-pt-22 {
  padding-top: 2.2em;
}

.u-pb-22 {
  padding-bottom: 2.2em;
}

.u-pt-23 {
  padding-top: 2.3em;
}

.u-pb-23 {
  padding-bottom: 2.3em;
}

.u-pt-24 {
  padding-top: 2.4em;
}

.u-pb-24 {
  padding-bottom: 2.4em;
}

.u-pt-25 {
  padding-top: 2.5em;
}

.u-pb-25 {
  padding-bottom: 2.5em;
}

.u-pt-26 {
  padding-top: 2.6em;
}

.u-pb-26 {
  padding-bottom: 2.6em;
}

.u-pt-27 {
  padding-top: 2.7em;
}

.u-pb-27 {
  padding-bottom: 2.7em;
}

.u-pt-28 {
  padding-top: 2.8em;
}

.u-pb-28 {
  padding-bottom: 2.8em;
}

.u-pt-29 {
  padding-top: 2.9em;
}

.u-pb-29 {
  padding-bottom: 2.9em;
}

.u-pt-30 {
  padding-top: 3em;
}

.u-pb-30 {
  padding-bottom: 3em;
}

.u-pt-31 {
  padding-top: 3.1em;
}

.u-pb-31 {
  padding-bottom: 3.1em;
}

.u-pt-32 {
  padding-top: 3.2em;
}

.u-pb-32 {
  padding-bottom: 3.2em;
}

.u-pt-33 {
  padding-top: 3.3em;
}

.u-pb-33 {
  padding-bottom: 3.3em;
}

.u-pt-34 {
  padding-top: 3.4em;
}

.u-pb-34 {
  padding-bottom: 3.4em;
}

.u-pt-35 {
  padding-top: 3.5em;
}

.u-pb-35 {
  padding-bottom: 3.5em;
}

.u-pt-36 {
  padding-top: 3.6em;
}

.u-pb-36 {
  padding-bottom: 3.6em;
}

.u-pt-37 {
  padding-top: 3.7em;
}

.u-pb-37 {
  padding-bottom: 3.7em;
}

.u-pt-38 {
  padding-top: 3.8em;
}

.u-pb-38 {
  padding-bottom: 3.8em;
}

.u-pt-39 {
  padding-top: 3.9em;
}

.u-pb-39 {
  padding-bottom: 3.9em;
}

.u-pt-40 {
  padding-top: 4em;
}

.u-pb-40 {
  padding-bottom: 4em;
}

.u-pt-41 {
  padding-top: 4.1em;
}

.u-pb-41 {
  padding-bottom: 4.1em;
}

.u-pt-42 {
  padding-top: 4.2em;
}

.u-pb-42 {
  padding-bottom: 4.2em;
}

.u-pt-43 {
  padding-top: 4.3em;
}

.u-pb-43 {
  padding-bottom: 4.3em;
}

.u-pt-44 {
  padding-top: 4.4em;
}

.u-pb-44 {
  padding-bottom: 4.4em;
}

.u-pt-45 {
  padding-top: 4.5em;
}

.u-pb-45 {
  padding-bottom: 4.5em;
}

.u-pt-46 {
  padding-top: 4.6em;
}

.u-pb-46 {
  padding-bottom: 4.6em;
}

.u-pt-47 {
  padding-top: 4.7em;
}

.u-pb-47 {
  padding-bottom: 4.7em;
}

.u-pt-48 {
  padding-top: 4.8em;
}

.u-pb-48 {
  padding-bottom: 4.8em;
}

.u-pt-49 {
  padding-top: 4.9em;
}

.u-pb-49 {
  padding-bottom: 4.9em;
}

.u-pt-50 {
  padding-top: 5em;
}

.u-pb-50 {
  padding-bottom: 5em;
}

.u-pt-51 {
  padding-top: 5.1em;
}

.u-pb-51 {
  padding-bottom: 5.1em;
}

.u-pt-52 {
  padding-top: 5.2em;
}

.u-pb-52 {
  padding-bottom: 5.2em;
}

.u-pt-53 {
  padding-top: 5.3em;
}

.u-pb-53 {
  padding-bottom: 5.3em;
}

.u-pt-54 {
  padding-top: 5.4em;
}

.u-pb-54 {
  padding-bottom: 5.4em;
}

.u-pt-55 {
  padding-top: 5.5em;
}

.u-pb-55 {
  padding-bottom: 5.5em;
}

.u-pt-56 {
  padding-top: 5.6em;
}

.u-pb-56 {
  padding-bottom: 5.6em;
}

.u-pt-57 {
  padding-top: 5.7em;
}

.u-pb-57 {
  padding-bottom: 5.7em;
}

.u-pt-58 {
  padding-top: 5.8em;
}

.u-pb-58 {
  padding-bottom: 5.8em;
}

.u-pt-59 {
  padding-top: 5.9em;
}

.u-pb-59 {
  padding-bottom: 5.9em;
}

.u-pt-60 {
  padding-top: 6em;
}

.u-pb-60 {
  padding-bottom: 6em;
}

.u-pt-61 {
  padding-top: 6.1em;
}

.u-pb-61 {
  padding-bottom: 6.1em;
}

.u-pt-62 {
  padding-top: 6.2em;
}

.u-pb-62 {
  padding-bottom: 6.2em;
}

.u-pt-63 {
  padding-top: 6.3em;
}

.u-pb-63 {
  padding-bottom: 6.3em;
}

.u-pt-64 {
  padding-top: 6.4em;
}

.u-pb-64 {
  padding-bottom: 6.4em;
}

.u-pt-65 {
  padding-top: 6.5em;
}

.u-pb-65 {
  padding-bottom: 6.5em;
}

.u-pt-66 {
  padding-top: 6.6em;
}

.u-pb-66 {
  padding-bottom: 6.6em;
}

.u-pt-67 {
  padding-top: 6.7em;
}

.u-pb-67 {
  padding-bottom: 6.7em;
}

.u-pt-68 {
  padding-top: 6.8em;
}

.u-pb-68 {
  padding-bottom: 6.8em;
}

.u-pt-69 {
  padding-top: 6.9em;
}

.u-pb-69 {
  padding-bottom: 6.9em;
}

.u-pt-70 {
  padding-top: 7em;
}

.u-pb-70 {
  padding-bottom: 7em;
}

.u-pt-71 {
  padding-top: 7.1em;
}

.u-pb-71 {
  padding-bottom: 7.1em;
}

.u-pt-72 {
  padding-top: 7.2em;
}

.u-pb-72 {
  padding-bottom: 7.2em;
}

.u-pt-73 {
  padding-top: 7.3em;
}

.u-pb-73 {
  padding-bottom: 7.3em;
}

.u-pt-74 {
  padding-top: 7.4em;
}

.u-pb-74 {
  padding-bottom: 7.4em;
}

.u-pt-75 {
  padding-top: 7.5em;
}

.u-pb-75 {
  padding-bottom: 7.5em;
}

.u-pt-76 {
  padding-top: 7.6em;
}

.u-pb-76 {
  padding-bottom: 7.6em;
}

.u-pt-77 {
  padding-top: 7.7em;
}

.u-pb-77 {
  padding-bottom: 7.7em;
}

.u-pt-78 {
  padding-top: 7.8em;
}

.u-pb-78 {
  padding-bottom: 7.8em;
}

.u-pt-79 {
  padding-top: 7.9em;
}

.u-pb-79 {
  padding-bottom: 7.9em;
}

.u-pt-80 {
  padding-top: 8em;
}

.u-pb-80 {
  padding-bottom: 8em;
}

.u-pt-81 {
  padding-top: 8.1em;
}

.u-pb-81 {
  padding-bottom: 8.1em;
}

.u-pt-82 {
  padding-top: 8.2em;
}

.u-pb-82 {
  padding-bottom: 8.2em;
}

.u-pt-83 {
  padding-top: 8.3em;
}

.u-pb-83 {
  padding-bottom: 8.3em;
}

.u-pt-84 {
  padding-top: 8.4em;
}

.u-pb-84 {
  padding-bottom: 8.4em;
}

.u-pt-85 {
  padding-top: 8.5em;
}

.u-pb-85 {
  padding-bottom: 8.5em;
}

.u-pt-86 {
  padding-top: 8.6em;
}

.u-pb-86 {
  padding-bottom: 8.6em;
}

.u-pt-87 {
  padding-top: 8.7em;
}

.u-pb-87 {
  padding-bottom: 8.7em;
}

.u-pt-88 {
  padding-top: 8.8em;
}

.u-pb-88 {
  padding-bottom: 8.8em;
}

.u-pt-89 {
  padding-top: 8.9em;
}

.u-pb-89 {
  padding-bottom: 8.9em;
}

.u-pt-90 {
  padding-top: 9em;
}

.u-pb-90 {
  padding-bottom: 9em;
}

.u-pt-91 {
  padding-top: 9.1em;
}

.u-pb-91 {
  padding-bottom: 9.1em;
}

.u-pt-92 {
  padding-top: 9.2em;
}

.u-pb-92 {
  padding-bottom: 9.2em;
}

.u-pt-93 {
  padding-top: 9.3em;
}

.u-pb-93 {
  padding-bottom: 9.3em;
}

.u-pt-94 {
  padding-top: 9.4em;
}

.u-pb-94 {
  padding-bottom: 9.4em;
}

.u-pt-95 {
  padding-top: 9.5em;
}

.u-pb-95 {
  padding-bottom: 9.5em;
}

.u-pt-96 {
  padding-top: 9.6em;
}

.u-pb-96 {
  padding-bottom: 9.6em;
}

.u-pt-97 {
  padding-top: 9.7em;
}

.u-pb-97 {
  padding-bottom: 9.7em;
}

.u-pt-98 {
  padding-top: 9.8em;
}

.u-pb-98 {
  padding-bottom: 9.8em;
}

.u-pt-99 {
  padding-top: 9.9em;
}

.u-pb-99 {
  padding-bottom: 9.9em;
}

.u-pt-100 {
  padding-top: 10em;
}

.u-pb-100 {
  padding-bottom: 10em;
}

/*============================
footer
============================*/
.l-footer {
  padding: 39px 0px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .l-footer {
    padding: 33px 0px 35px;
  }
}
.l-footer__logo {
  width: 30%;
  max-width: 265px;
  margin: 0 auto 42px;
}
@media screen and (max-width: 850px) {
  .l-footer__logo {
    width: 184px;
    margin: 0 auto 31px;
  }
}
.l-footer__logo a {
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-footer__logo a img {
  transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (min-width: 851px) {
  .l-footer__logo a:hover {
    opacity: 0.3;
  }
  .l-footer__logo a:hover img {
    transform: scale(0.98);
  }
}
.l-footer__guide {
  display: flex;
  justify-content: center;
  margin-bottom: 74px;
}
@media screen and (max-width: 850px) {
  .l-footer__guide {
    flex-direction: column;
    text-align: center;
    margin-bottom: 44px;
  }
}
.l-footer__guide-item {
  margin-right: 3%;
  font-size: 13px;
  position: relative;
  padding-left: 15px;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 850px) {
  .l-footer__guide-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 21px;
    font-size: 11px;
    letter-spacing: 1px;
    padding-left: 18px;
  }
}
.l-footer__guide-item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #111111 transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 850px) {
  .l-footer__guide-item::before {
    border-width: 7.7px 4px 0 4px;
  }
}
.l-footer__guide-item:last-of-type {
  margin: 0;
}
@media screen and (max-width: 850px) {
  .l-footer__guide-item:last-of-type {
    margin: 0 auto;
  }
}
.l-footer__guide-item a {
  color: black;
  font-weight: 300;
  position: relative;
  text-decoration: none;
}
.l-footer__guide-item a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #111111;
  position: absolute;
  bottom: 0%;
  left: 0%;
  transform-origin: left;
  transform: scaleX(1);
  transition: transform cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}
@media (hover: hover) {
  .l-footer__guide-item a:hover::after {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.l-footer__copyright {
  text-align: center;
  font-size: 12px;
  font-size: clamp(9px, 0.8571428571vw, 12px);
  font-family: "Urbanist", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 850px) {
  .l-footer__copyright {
    margin-top: 26px;
  }
}

.p-t-hero__chara-main {
  position: relative;
  transform: translate3d(150px, 0, 0);
}
@media screen and (max-width: 850px) {
  .p-t-hero__chara-main {
    transform: translate3d(50px, 0, 0);
  }
}
.is-load .p-t-hero__chara-main {
  transform: translate3d(0, 0, 0);
  transition: transform 1.15s cubic-bezier(0.16, 1, 0.3, 1) 1.08s;
}
.p-t-hero__chara-main .p-in-img {
  opacity: 0;
}
.is-load .p-t-hero__chara-main .p-in-img {
  opacity: 1;
  transition: opacity 0s 1.25s;
}
.p-t-hero__chara-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-t-hero__chara-overlay::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c9bc9c;
  -webkit-mask: url(../img/img_ciflower.png) no-repeat right top/auto 100%;
  mask: url(../img/img_ciflower.png) no-repeat right top/auto 100%;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
}
.is-load .p-t-hero__chara-overlay {
  -webkit-clip-path: polygon(150% 0, 150% 0, 100% 100%, 100% 100%);
  clip-path: polygon(150% 0, 150% 0, 100% 100%, 100% 100%);
  transition: -webkit-clip-path 1.15s cubic-bezier(0.22, 1, 0.36, 1);
  transition: clip-path 1.15s cubic-bezier(0.22, 1, 0.36, 1);
  transition: clip-path 1.15s cubic-bezier(0.22, 1, 0.36, 1), -webkit-clip-path 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}
.is-load .p-t-hero__chara-overlay::before {
  -webkit-clip-path: polygon(0 0, 305% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 305% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 1.15s cubic-bezier(0.22, 1, 0.36, 1);
  transition: clip-path 1.15s cubic-bezier(0.22, 1, 0.36, 1);
  transition: clip-path 1.15s cubic-bezier(0.22, 1, 0.36, 1), -webkit-clip-path 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-t-hero__chara-overlay.-overlay1 {
  z-index: 1;
}
.is-load .p-t-hero__chara-overlay.-overlay1 {
  transition-delay: 1.47s;
}
.is-load .p-t-hero__chara-overlay.-overlay1::before {
  transition-delay: 1.17s;
}
.p-t-hero__chara-overlay.-overlay2::before {
  background-color: #1e1e1e;
}
.is-load .p-t-hero__chara-overlay.-overlay2 {
  transition-delay: 1.3s;
}
.is-load .p-t-hero__chara-overlay.-overlay2::before {
  transition-delay: 1.08s;
}
@media screen and (min-width: 851px) {
  .p-t-hero__chara-bg .p-in-img {
    transform: translateX(-50%);
  }
  .is-load .p-t-hero__chara-bg .p-in-img {
    transform: translateX(0);
    transition: transform 1.15s cubic-bezier(0.16, 1, 0.3, 1) 1.08s;
  }
}
.p-t-hero__chara-bg .p-in-img img {
  opacity: 0;
  transform: scale(1.15) rotate(-50deg);
}
.is-load .p-t-hero__chara-bg .p-in-img img {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition: 0.78s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transition-property: opacity, transform;
}

.p-t-hero__bg-item {
  opacity: 0;
}
.p-t-hero__bg-item img {
  opacity: 0;
  transform: translate3d(-90px, 0, 0);
}
.p-t-hero__bg-item:nth-of-type(1) img {
  transform: translate3d(0, -80px, 0);
}
.p-t-hero__bg-item:nth-of-type(2) img {
  transform: translate3d(90px, 0, 0);
}
.p-t-hero__bg-item:nth-of-type(3) img {
  transform: translate3d(30px, -90px, 0);
}
.p-t-hero__bg-item:nth-of-type(4) img {
  transform: translate3d(90px, 0, 0);
}
.is-load .p-t-hero__bg-item {
  animation: flash 0.1s 5 cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal 0.3s;
}
.is-load .p-t-hero__bg-item img {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition-property: opacity, transform;
  transition-delay: 0.4s;
}
.is-load .p-t-hero__bg-item:nth-of-type(1) {
  animation-delay: 0.5s;
}
.is-load .p-t-hero__bg-item:nth-of-type(1) img {
  transition-delay: 0.5s;
}
.is-load .p-t-hero__bg-item:nth-of-type(2) {
  animation-delay: 0.54s;
}
.is-load .p-t-hero__bg-item:nth-of-type(2) img {
  transition-delay: 0.54s;
}
.is-load .p-t-hero__bg-item:nth-of-type(3) {
  animation-delay: 0.58s;
}
.is-load .p-t-hero__bg-item:nth-of-type(3) img {
  transition-delay: 0.58s;
}
.is-load .p-t-hero__bg-item:nth-of-type(4) {
  animation-delay: 0.62s;
}
.is-load .p-t-hero__bg-item:nth-of-type(4) img {
  transition-delay: 0.62s;
}
.is-load .p-t-hero__bg-item:nth-of-type(5) {
  animation-delay: 0.66s;
}
.is-load .p-t-hero__bg-item:nth-of-type(5) img {
  transition-delay: 0.66s;
}
.is-load .p-t-hero__bg-item:nth-of-type(6) {
  animation-delay: 0.7s;
}
.is-load .p-t-hero__bg-item:nth-of-type(6) img {
  transition-delay: 0.7s;
}
.is-load .p-t-hero__bg-item:nth-of-type(7) {
  animation-delay: 0.74s;
}
.is-load .p-t-hero__bg-item:nth-of-type(7) img {
  transition-delay: 0.74s;
}
.is-load .p-t-hero__bg-item:nth-of-type(8) {
  animation-delay: 0.78s;
}
.is-load .p-t-hero__bg-item:nth-of-type(8) img {
  transition-delay: 0.78s;
}
.is-load .p-t-hero__bg-item:nth-of-type(9) {
  animation-delay: 0.82s;
}
.is-load .p-t-hero__bg-item:nth-of-type(9) img {
  transition-delay: 0.82s;
}
.is-load .p-t-hero__bg-item:nth-of-type(10) {
  animation-delay: 0.86s;
}
.is-load .p-t-hero__bg-item:nth-of-type(10) img {
  transition-delay: 0.86s;
}

.p-t-hero__subttl-img {
  overflow: hidden;
  transform: translate3d(-101%, 0, 0);
}
.p-t-hero__subttl-img img {
  transform: translate3d(101%, 0, 0);
}
.is-load .p-t-hero__subttl-img {
  transform: translate3d(0, 0, 0);
  transition: cubic-bezier(0.83, 0, 0.17, 1) 0.62s 0.6s;
}
@media screen and (max-width: 850px) {
  .is-load .p-t-hero__subttl-img {
    transition-delay: 1.3s;
  }
}
.is-load .p-t-hero__subttl-img img {
  transform: translate3d(0, 0, 0);
  transition: cubic-bezier(0.83, 0, 0.17, 1) 0.62s 0.6s;
}
@media screen and (max-width: 850px) {
  .is-load .p-t-hero__subttl-img img {
    transition-delay: 1.3s;
  }
}
.is-load .p-t-hero__subttl-img.-second {
  transition-delay: 0.7s;
}
@media screen and (max-width: 850px) {
  .is-load .p-t-hero__subttl-img.-second {
    transition-delay: 1.4s;
  }
}
.is-load .p-t-hero__subttl-img.-second img {
  transition-delay: 0.7s;
}
@media screen and (max-width: 850px) {
  .is-load .p-t-hero__subttl-img.-second img {
    transition-delay: 1.4s;
  }
}
.p-t-hero__ttl {
  overflow: hidden;
  transform: translate3d(-101%, 0, 0);
}
.is-load .p-t-hero__ttl {
  transform: translate3d(0, 0, 0);
  transition: cubic-bezier(0.83, 0, 0.17, 1) 0.62s 0.8s;
}
.p-t-hero__ttl-img {
  transform: translate3d(101%, 0, 0);
}
.p-t-hero__ttl-img::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #111111;
  transform-origin: right;
}
.is-load .p-t-hero__ttl-img {
  transform: translate3d(0, 0, 0);
  transition: cubic-bezier(0.83, 0, 0.17, 1) 0.62s 0.8s;
}
.is-load .p-t-hero__ttl-img::after {
  transform: scaleX(0);
  transition: transform cubic-bezier(0.22, 1, 0.36, 1) 0.5s 1.2s;
}
.is-load .p-t-hero__ttl-wrap {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s, transform cubic-bezier(0.16, 1, 0.3, 1) 1.3s;
  transition-delay: 0.9s;
}

.p-t-hero__release {
  overflow: hidden;
  opacity: 0;
  transform: translate3d(-101%, 0, 0);
}
.is-load .p-t-hero__release {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform cubic-bezier(0.83, 0, 0.17, 1) 0.62s 0.9s, opacity 0.1s 0.9s;
}
.p-t-hero__release-img {
  transform: translate3d(101%, 0, 0);
}
.p-t-hero__release-img::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #111111;
  transform-origin: right;
}
.is-load .p-t-hero__release-img {
  transform: translate3d(0, 0, 0);
  transition: cubic-bezier(0.83, 0, 0.17, 1) 0.62s 0.9s;
}
.is-load .p-t-hero__release-img::after {
  transform: scaleX(0);
  transition: transform cubic-bezier(0.22, 1, 0.36, 1) 0.5s 1.2s;
}

.p-t-hero__twitter-inner::before {
  opacity: 0;
  transform: translate3d(-100%, -100%, 0);
}
.is-load .p-t-hero__twitter-inner::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1.1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-property: opacity, transform;
  transition-delay: 1.35s;
}

.l-nav {
  opacity: 0;
  transform: translate3d(30px, 0, 0);
}
.is-load .l-nav {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1.1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-property: opacity, transform;
  transition-delay: 1.35s;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.p-t-package__bg-x .p-in-inner,
.p-t-package__bg-y .p-in-inner {
  width: 0;
}
.is-scroll .p-t-package__bg-x .p-in-inner,
.is-scroll .p-t-package__bg-y .p-in-inner {
  width: 100%;
  transition: width 0.55s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-t-package__inner {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.is-scroll .p-t-package__inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-property: opacity, transform;
  transition-delay: 0s;
}

.p-t-contests_present__bg-x .p-in-inner,
.p-t-contests_present__bg-y .p-in-inner {
  width: 0;
}
.is-scroll .p-t-contests_present__bg-x .p-in-inner,
.is-scroll .p-t-contests_present__bg-y .p-in-inner {
  width: 100%;
  transition: width 0.55s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-t-contests_awardlist__item .p-t-contests_awardlist__ttl {
  opacity: 0;
  transform: translate3d(0, 25px, 0);
}
.p-t-contests_awardlist__item .p-t-contests_awardlist__user, .p-t-contests_awardlist__item .p-t-contests_awardlist__thumb, .p-t-contests_awardlist__item .p-t-contests_awardlist__comment {
  opacity: 0;
  transform: translate3d(0, 25px, 0);
}
.p-t-contests_awardlist__item.is-scroll .p-t-contests_awardlist__ttl {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-t-contests_awardlist__item.is-scroll .p-t-contests_awardlist__user, .p-t-contests_awardlist__item.is-scroll .p-t-contests_awardlist__thumb, .p-t-contests_awardlist__item.is-scroll .p-t-contests_awardlist__comment {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}

.l-section__ttl:not(.p-t-package__ttl) {
  opacity: 0;
  transform: translate3d(0, 25px, 0);
}
.l-section__ttl:not(.p-t-package__ttl)::after {
  transform: translate3d(-50%, -5px, 0);
}
.is-scroll .l-section__ttl:not(.p-t-package__ttl) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-property: opacity, transform;
  transition-delay: 0s;
}
.is-scroll .l-section__ttl:not(.p-t-package__ttl)::after {
  transform: translate3d(-50%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  animation: flash 0.1s 3 cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal 0.3s;
}

.l-section__content {
  opacity: 0;
  transform: translate3d(0, 25px, 0);
}
.is-scroll .l-section__content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-property: opacity, transform;
  transition-delay: 0.08s;
}

/*============================
setting
============================*/
body {
  background-color: #ffffff;
}

.l-wrapper {
  font-family: "Urbanist", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  overflow: hidden;
}

/*============================
layout
============================*/
/*============================
hero
============================*/
.p-t-hero {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .p-t-hero {
    margin-top: 65px;
  }
}
@media screen and (min-width: 851px) {
  .p-t-hero {
    min-height: 600px;
    max-height: 800px;
  }
}
.p-t-hero__bg-item {
  position: absolute;
  top: 0;
  left: 0%;
  transform: translate(-50%, -50%);
}
.p-t-hero__bg-item .p-in-img {
  transition: transform 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-t-hero__bg-item:nth-child(1) {
  width: 5%;
  top: 2.4%;
  left: 50.7%;
}
.p-t-hero__bg-item:nth-child(2) {
  width: 4%;
  top: 16%;
  left: 37.2%;
}
.p-t-hero__bg-item:nth-child(3) {
  width: 3%;
  top: 28.4%;
  left: 13.5%;
}
.p-t-hero__bg-item:nth-child(4) {
  width: 6%;
  top: 78.6%;
  left: 20.5%;
}
.p-t-hero__bg-item:nth-child(5) {
  width: 4%;
  top: 93.4%;
  left: 2.5%;
}
.p-t-hero__bg-item:nth-child(6) {
  width: 3%;
  top: 96.4%;
  left: 33.6%;
}
.p-t-hero__inner {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-t-hero__inner {
    background: url(../img/bg/bg_main_sp.png) no-repeat center top 0%;
    background-size: 100% auto;
  }
}
.p-t-hero__chara {
  display: block;
  position: absolute;
  top: 8%;
  right: 26.3%;
  transform: translateX(50%);
  width: 40%;
}
@media screen and (max-width: 850px) {
  .p-t-hero__chara {
    top: 38.5%;
    right: 45%;
    width: 79.6%;
  }
}
.p-t-hero__chara-inner {
  position: relative;
}
.p-t-hero__chara-bg {
  position: absolute;
  top: 21.3%;
  left: 45.9%;
  width: 123%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .p-t-hero__chara-bg {
    top: 28.5%;
    left: 43.9%;
    width: 120%;
  }
}
.p-t-hero__ttl-container {
  position: absolute;
  top: 47%;
  left: 26%;
  transform: translate(-50%, -50%);
  width: 35.5%;
  height: auto;
}
@media screen and (max-width: 850px) {
  .p-t-hero__ttl-container {
    position: relative;
    top: 0%;
    width: 63.5%;
    left: 0;
    margin: 0 auto;
    transform: translate(0, 0);
  }
}
.p-t-hero__ttl-wrap {
  position: relative;
}
.p-t-hero__subttl-img {
  width: 53.5%;
}
@media screen and (min-width: 851px) {
  .p-t-hero__subttl-img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  .p-t-hero__subttl-img {
    width: 84%;
    margin: 0 auto;
  }
}
.p-t-hero__ttl {
  margin-top: 11%;
}
@media screen and (max-width: 850px) {
  .p-t-hero__ttl {
    margin-top: 10.5%;
  }
}
.p-t-hero__release {
  width: 69%;
  margin: 8% auto 0;
}
@media screen and (max-width: 850px) {
  .p-t-hero__release {
    width: 82%;
    margin: 9% auto 0;
  }
}
.p-t-hero__store {
  width: 93%;
  margin: 10% auto 0;
  opacity: 0;
  transform: translate3d(0, 25px, 0);
}
@media screen and (min-width: 851px) {
  .p-t-hero__store {
    width: 258px;
    margin: 11% auto 0;
  }
}
.is-load .p-t-hero__store {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.9s cubic-bezier(0.16, 1, 0.3, 1) 1.3s;
}
.p-t-hero__store .c-btn {
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .p-t-hero__store .c-btn {
    margin-bottom: 6px;
  }
}
.p-t-hero__twitter {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 1;
}
.p-t-hero__twitter-inner {
  position: relative;
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 850px) {
  .p-t-hero__twitter-inner {
    width: 90px;
    height: 90px;
  }
}
.p-t-hero__twitter-inner::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 160px 160px 0 0;
  border-color: #111111 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0%;
}
@media screen and (max-width: 850px) {
  .p-t-hero__twitter-inner::before {
    border-width: 90px 90px 0 0;
  }
}
.p-t-hero__twitter-link {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-t-hero__twitter-link:hover {
    opacity: 0.65;
  }
}
.p-t-hero__twitter-icon {
  position: absolute;
  top: 26%;
  left: 28%;
  transform: translate(-50%, -50%);
  width: 31px;
  height: 31px;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .p-t-hero__twitter-icon {
    width: 20px;
    height: 20px;
  }
}
.p-t-hero__twitter-text {
  color: #ffffff;
  position: absolute;
  top: 43%;
  left: 42%;
  z-index: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-family: "Urbanist", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  font-size: clamp(11.25px, 1.0714285714vw, 15px);
}

/*============================
package
============================*/
.p-t-package {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}
.p-t-package__bg {
  position: absolute;
  top: 0;
  height: 200%;
  right: 0;
  left: 0;
  -webkit-clip-path: polygon(8.5% 0, 110% 0, 73.5% 100%, -26.5% 89%);
  clip-path: polygon(8.5% 0, 110% 0, 73.5% 100%, -26.5% 89%);
  pointer-events: none;
}
@media screen and (max-width: 850px) {
  .p-t-package__bg {
    -webkit-clip-path: polygon(37px 0, calc(100% + 150px) 0, calc(100% - 250px) 109%, -365px 100%);
    clip-path: polygon(37px 0, calc(100% + 150px) 0, calc(100% - 250px) 109%, -365px 100%);
  }
}
.p-t-package__bg-x {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  transform-origin: top right;
  overflow: hidden;
}
.p-t-package__bg-x .p-in-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 200%;
  background: url(../img/bg/ptn_black.png) repeat right center;
  background-size: 280px auto;
}
.p-t-package__bg-y {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 35% 0, -1% 91%, 0 100%);
  clip-path: polygon(0 0, 35% 0, -1% 91%, 0 100%);
}
@media screen and (max-width: 850px) {
  .p-t-package__bg-y {
    -webkit-clip-path: polygon(0 0, 263px 0, -110px 91%, 0 100%);
    clip-path: polygon(0 0, 263px 0, -110px 91%, 0 100%);
  }
}
.p-t-package__bg-y .p-in-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: url(../img/bg/ptn_black.png) repeat right center;
  background-size: 280px auto;
}
.p-t-package__container {
  position: relative;
  padding: 80px 0px 82px;
}
@media screen and (max-width: 850px) {
  .p-t-package__container {
    padding: 53px 0px 39px;
  }
}
.p-t-package__inner {
  width: 80%;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px dotted #fff;
  display: flex;
}
@media screen and (max-width: 850px) {
  .p-t-package__inner {
    display: block;
    width: 87%;
    align-items: flex-start;
  }
}
.p-t-package__inner:last-of-type {
  border: none;
}
@media screen and (min-width: 851px) {
  .p-t-package__inner {
    min-width: 490px;
    max-width: 1083px;
  }
}
@media screen and (max-width: 850px) {
  .p-t-package__inner {
    align-items: flex-start;
  }
}
.p-t-package__ttl {
  position: relative;
  color: #c9bc9c;
  padding-right: 3%;
  flex-shrink: 0;
  width: 190px;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .p-t-package__ttl {
    position: absolute;
    top: -12px;
    left: 6%;
    transform-origin: 20px 20px;
    margin: 0;
    width: auto;
    display: flex;
    align-items: center;
    padding-right: 0;
    transform-origin: left;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 850px) {
  .p-t-package__ttl-c {
    height: 100%;
  }
}
.p-t-package__ttl-main {
  font-family: "Urbanist", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 35px;
  font-size: clamp(26.25px, 2.5vw, 35px);
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 12px;
}
@media screen and (max-width: 850px) {
  .p-t-package__ttl-main {
    letter-spacing: 0.5px;
    margin-bottom: 0;
  }
}
.p-t-package__ttl-text {
  font-size: 13px;
  font-size: clamp(9.75px, 0.9285714286vw, 13px);
  text-align: left;
  letter-spacing: 2px;
  font-weight: 300;
}
@media screen and (max-width: 850px) {
  .p-t-package__ttl-text {
    margin-left: 5px;
  }
}
.p-t-package__ttl-price {
  text-align: left;
  font-size: 21px;
  font-size: clamp(15.75px, 1.5vw, 21px);
  letter-spacing: 2px;
  margin-top: 25px;
}
.p-t-package__ttl-detail {
  text-align: left;
  margin-top: 25px;
}
@media screen and (max-width: 850px) {
  .p-t-package__ttl-detail {
    margin: 0;
  }
}
.p-t-package__ttl-detail-item {
  position: relative;
  padding-left: 13px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 13px;
  font-size: 15px;
  font-size: clamp(11.25px, 1.0714285714vw, 15px);
}
.p-t-package__ttl-detail-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-t-package__more {
  margin-top: 39px;
}
@media screen and (max-width: 850px) {
  .p-t-package__more {
    margin-top: 17px;
  }
}
.p-t-package__pack {
  margin-top: -5px;
  width: calc(100% - 190px);
  color: #ffffff;
}
@media screen and (max-width: 850px) {
  .p-t-package__pack {
    width: 83%;
    margin-left: auto;
    margin-top: -2px;
  }
}
.p-t-package__pack-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1.5;
}
.p-t-package__pack-item:last-of-type {
  margin: 0;
}
.p-t-package__pack-item-inner {
  text-decoration: none;
  display: flex;
  padding-bottom: 18px;
  align-items: center;
  position: relative;
  padding-right: 5%;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 851px) {
  .p-t-package__pack-item-inner:hover {
    transform: translateX(10px);
  }
  .p-t-package__pack-item-inner:hover .p-t-package__pack-date, .p-t-package__pack-item-inner:hover .p-t-package__pack-detail {
    color: #c9bc9c;
  }
}
@media screen and (max-width: 850px) {
  .p-t-package__pack-item-inner {
    padding-right: 10%;
    display: block;
    padding-bottom: 23px;
  }
}
.p-t-package__pack-item-inner::before {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/deco_dot.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 34%;
  right: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 850px) {
  .p-t-package__pack-item-inner::before {
    width: 6px;
    right: -6px;
    height: 6px;
  }
}
.p-t-package__pack-date {
  color: #ffffff;
  flex-shrink: 0;
  width: 100px;
  padding-right: 2%;
  line-height: 1.2;
  transition: color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 850px) {
  .p-t-package__pack-date {
    display: flex;
    position: relative;
    align-items: baseline;
    width: 100%;
    padding: 0;
    margin-bottom: 7px;
  }
}
.p-t-package__pack-date .p-in_year {
  font-size: 14px;
  letter-spacing: 1px;
}
@media screen and (max-width: 850px) {
  .p-t-package__pack-date .p-in_year {
    display: flex;
    font-size: 11px;
  }
  .p-t-package__pack-date .p-in_year::after {
    content: ".";
    display: block;
  }
}
.p-t-package__pack-date .p-in_date {
  font-size: 23px;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 850px) {
  .p-t-package__pack-date .p-in_date {
    font-size: 11px;
  }
}
.p-t-package__pack-detail {
  color: #ffffff;
  flex-grow: 1;
  font-weight: 300;
  transition: color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 851px) {
  .p-t-package__pack-detail {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media screen and (max-width: 850px) {
  .p-t-package__pack-detail {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.p-t-package__pack-text {
  font-size: 18px;
  font-weight: 300;
  font-size: clamp(13.5px, 1.2857142857vw, 18px);
  font-family: "Urbanist", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 850px) {
  .p-t-package__pack-text {
    font-size: 16px;
    font-size: clamp(12px, 2.1333333333vw, 16px);
    letter-spacing: 1.5px;
    line-height: 1.5;
  }
}
.p-t-package__pack-text .is-small {
  font-size: 13px;
  font-size: clamp(9.75px, 0.9285714286vw, 13px);
  display: inline-block;
  vertical-align: baseline;
  letter-spacing: 1px;
  margin-top: 8px;
}
@media screen and (max-width: 850px) {
  .p-t-package__pack-text .is-small {
    display: block;
    margin-top: 4px;
    margin-left: 0px;
  }
}
.p-t-package__pack-note {
  font-size: 11px;
  margin-top: 10px;
  letter-spacing: 1px;
  position: relative;
  padding-left: 15px;
  font-weight: 300;
}
@media screen and (max-width: 850px) {
  .p-t-package__pack-note {
    padding-left: 10px;
    line-height: 1.6;
    letter-spacing: 1px;
    margin-top: 4px;
  }
}
.p-t-package__pack-note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 850px) {
  .p-t-package__pack-note {
    font-size: 10px;
  }
}
.p-t-package__pack-item {
  margin-bottom: 19px;
  position: relative;
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-t-package__pack-item {
    margin-bottom: 22px;
  }
  .p-t-package__pack-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-t-package__pack-item .c-btn a {
  color: #fff;
  font-weight: 300;
}
@media screen and (min-width: 851px) {
  .p-t-package__pack-item .c-btn a:hover {
    color: black;
  }
}
.p-t-package__pack-item .c-btn__text {
  border: 1px solid #fff;
}
.p-t-package__pack-item .c-btn__bg {
  background-color: rgba(255, 255, 255, 0);
}
.p-t-package__pack-item .c-btn__bg::before {
  background-color: #fff;
}
.p-t-package__pack-item .c-btn__text:after, .p-t-package__pack-item .c-btn__text::before {
  -webkit-mask: url(../img/btn_cover.svg) no-repeat center center;
  mask: url(../img/btn_cover.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
}

/*============================
about
============================*/
.l-section__ttl::after {
  content: "";
}

.p-t-about {
  position: relative;
  padding-top: 114px;
  font-family: "Urbanist", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 850px) {
  .p-t-about {
    padding-top: 63px;
  }
}
.p-t-about__ttl {
  font-size: 35px;
  color: #c9bc9c;
  letter-spacing: 4px;
}
@media screen and (max-width: 850px) {
  .p-t-about__ttl {
    font-size: 23px;
    letter-spacing: 2px;
  }
}
.p-t-about__ttl h2 {
  font-weight: 300;
}
.p-t-about__ttl::after {
  content: none;
}
.p-t-about__lead {
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .p-t-about__lead {
    margin-bottom: 23px;
  }
}
.p-t-about__lead-text {
  text-align: center;
  line-height: 2.1;
  font-size: 16px;
  font-size: clamp(12px, 1.1428571429vw, 16px);
}
@media screen and (max-width: 850px) {
  .p-t-about__lead-text {
    font-size: 16.5px;
    font-size: clamp(12.375px, 2.2vw, 16.5px);
    line-height: 1.94;
  }
}
.p-t-about__btn-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 851px) {
  .p-t-about__btn-list {
    padding: 0 5%;
  }
}
@media screen and (max-width: 850px) {
  .p-t-about__btn-list {
    display: block;
  }
}
.p-t-about__btn-item {
  margin-left: 1%;
  width: 258px;
}
@media screen and (max-width: 850px) {
  .p-t-about__btn-item {
    margin: 0 auto 6px;
    width: 225px;
  }
}
@media screen and (min-width: 851px) {
  .p-t-about__btn-item {
    margin-bottom: 10px;
  }
  .p-t-about__btn-item:nth-child(1) {
    margin-left: 0;
  }
}
.p-t-about__note {
  margin-top: 37px;
}
@media screen and (max-width: 850px) {
  .p-t-about__note {
    margin-top: 20px;
  }
}
.p-t-about__note-list {
  text-align: center;
  padding: 0 5%;
}
.p-t-about__note-list-item {
  font-size: 12.5px;
  line-height: 1.5;
}
@media screen and (max-width: 850px) {
  .p-t-about__note-list-item {
    font-size: 11px;
    line-height: 1.6;
  }
}
.p-t-about__movie {
  margin-top: 6.2%;
}
@media screen and (max-width: 850px) {
  .p-t-about__movie {
    margin-top: 12%;
  }
}
.p-t-about__movie-item {
  margin: 0 auto;
  width: 63%;
  padding-top: 35.25%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .p-t-about__movie-item {
    width: 90%;
    padding-top: 50.25%;
  }
}
@media screen and (min-width: 851px) {
  .p-t-about__movie-item:hover .p-t-about__movie-video {
    transform: scale(1.05);
  }
  .p-t-about__movie-item:hover .p-t-about__movie-video::before {
    opacity: 0.4;
  }
}
.p-t-about__movie-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11%;
  padding-top: 11%;
  background: url(../img/play.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 850px) {
  .p-t-about__movie-item::after {
    width: 14%;
    padding-top: 14%;
  }
}
.p-t-about__movie-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-t-about__movie-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111111;
  opacity: 0.2;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-t-about__deco {
  position: absolute;
  top: 0;
  left: 0%;
}
.p-t-about__deco-img {
  background: url(../img/bg/ptn_black.png) center center;
  background-size: 20% auto;
  padding-top: 100%;
}