@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;
  -webkit-box-sizing: border-box;
  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%;
  -ms-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;
}

/*============================
setting
============================*/
@-webkit-keyframes text-a {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: -2190px 0px;
  }
}
@keyframes text-a {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: -2190px 0px;
  }
}
@-webkit-keyframes text-t {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: -1996px 0px;
  }
}
@keyframes text-t {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: -1996px 0px;
  }
}
@-webkit-keyframes text-ab {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: -2077px 0px;
  }
}
@keyframes text-ab {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: -2077px 0px;
  }
}
@-webkit-keyframes text-n {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: -1714px 0px;
  }
}
@keyframes text-n {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: -1714px 0px;
  }
}
@-webkit-keyframes text-outline {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: -2431px 0px;
  }
}
@keyframes text-outline {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: -2431px 0px;
  }
}
@-webkit-keyframes text-goods {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: -2047px 0px;
  }
}
@keyframes text-goods {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: -2047px 0px;
  }
}
body {
  font-family: "Noto Sans", "Josefin Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background: #f2efea;
  position: relative;
  z-index: 0;
  font-weight: 400;
}

.l-wrapper {
  overflow: hidden;
  opacity: 0;
  position: relative;
}
.is-load .l-wrapper {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out 0s;
  transition: opacity 1s ease-out 0s;
}
.l-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(-45deg, #fffddb 25%, #ffffff 0, #ffffff 50%, #fffddb 0, #fffddb 75%, #ffffff 0, #ffffff 100%);
  background-size: 20px 20px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-wrapper::before {
    background-size: 15px 15px;
  }
}

.l-main {
  margin-top: 100px;
  margin: 0 auto;
  position: relative;
}

.l-ttl {
  text-align: center;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-ttl {
    font-size: 1.5rem;
  }
}

.l-inner {
  position: relative;
}

.l-section {
  padding: 120px 0px;
  text-align: center;
  font-size: 12px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .l-section {
    margin-bottom: 0px;
    padding: 60px 0px;
  }
}
.l-section.-yerrow {
  background-color: rgba(243, 202, 29, 0.7);
}
.l-section__inner {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-section__inner {
    width: 90%;
  }
}
.l-section__ttl {
  width: 100%;
  margin-bottom: 7dvh;
}
@media screen and (max-width: 767px) {
  .l-section__ttl {
    margin-bottom: 40px;
  }
}
.l-section__ttl-main {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-section__ttl-main {
    margin-bottom: 20px;
  }
}
.l-section__ttl-main .p-in-img {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.21, 0.85, 0.38, 0.95) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.21, 0.85, 0.38, 0.95) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.21, 0.85, 0.38, 0.95) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.21, 0.85, 0.38, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.21, 0.85, 0.38, 0.95) 0s;
  position: relative;
}
.l-section__ttl-main .p-in-img.is-scroll {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 0;
}
.l-section__ttl-main .p-in-bg {
  position: absolute;
  left: 0;
  top: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.l-section__ttl-main .p-in-bg__inner {
  width: 300%;
  height: auto;
  position: absolute;
  top: 0%;
  left: 0;
  -webkit-animation: 20s linear 0s infinite text-a;
  animation: 20s linear 0s infinite text-a;
}
@media screen and (max-width: 767px) {
  .l-section__ttl-main .p-in-bg__inner {
    width: 308%;
  }
}
.l-section__ttl-main .p-in-bg img {
  width: auto;
  height: 100%;
  float: left;
  width: 48%;
  height: auto;
  display: block;
}
.l-section__ttl-sub {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.21, 0.85, 0.38, 0.95) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.21, 0.85, 0.38, 0.95) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.21, 0.85, 0.38, 0.95) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.21, 0.85, 0.38, 0.95) 0s, -webkit-transform 0.3s cubic-bezier(0.21, 0.85, 0.38, 0.95) 0s;
  position: relative;
}
.l-section__ttl-sub.is-scroll {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-section__ttl-sub {
    width: 90%;
    margin: 0 auto;
  }
}
.l-section__ttl-sub .p-in-text {
  text-align: center;
  line-height: 1.8;
  font-size: 20px;
  font-size: clamp(17px, 1.4285714286vw, 22px);
}
.l-section__wrap {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}
/*============================
component
============================*/
.c-info__item {
  font-size: 16px;
  font-size: clamp(16px, 1.1428571429vw, 17.6px);
  margin-bottom: 30px;
}
.c-info__item:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-info__item {
    font-size: 14px;
    font-size: clamp(14px, 3.7333333333vw, 18.2px);
  }
}
.c-info__item a {
  color: #000;
}
.c-info__item span {
  font-size: 10px;
  font-size: clamp(10px, 2.6666666667vw, 13px);
}
.c-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-info dl {
    display: block;
  }
}
.c-info dl .c-info__item-label {
  width: 150px;
  background-color: #000;
  color: #ffffff;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .c-info dl .c-info__item-label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.c-info dl dd {
  text-align: left;
  width: 100%;
}
.c-info dl .is-attention {
  color: #ab2024;
  margin-top: 5px;
  display: block;
  font-size: 14px;
  font-size: clamp(14px, 1vw, 15.4px);
}
.c-info table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
.c-info table th,
.c-info table td {
  border: 1px #333 solid;
}
.c-info table .is-gray {
  background: #cdcdcd;
}

/*============================
hero
============================*/
.p-hero {
  overflow: hidden;
}
.p-hero__img {
  width: 100%;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.is-load .p-hero__img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.7s 0s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.7s 0s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.7s 0s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.7s 0s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.7s 0s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-hero__img img {
  max-width: none;
  width: 100%;
}

/*============================
nav
============================*/
.l-nav {
  background: #000;
}
@media screen and (max-width: 767px) {
  .l-nav__inner {
    width: 100%;
  }
}
.l-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
.l-nav__item {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-size: clamp(17px, 1.4285714286vw, 22px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-nav__item {
    font-size: 13px;
    font-size: clamp(13px, 3.4666666667vw, 16.9px);
  }
}
.l-nav__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f3ca1d;
  width: 1px;
  height: 25px;
}
.l-nav__item:nth-last-child(1)::after {
  display: none;
}
.l-nav__item a {
  color: #ffffff;
  padding: 20px 0px;
  display: block;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s;
}
.l-nav__item a:hover {
  color: #f3ca1d;
  -webkit-transition: color 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s;
}

/*============================
lead
============================*/
.p-lead__ttl {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-lead__ttl {
    margin-bottom: 60px;
  }
}
.p-lead__ttl .p-in-img {
  max-width: 800px;
  margin: 0 auto;
}
.p-lead__desc-text {
  font-size: 20px;
  font-size: clamp(18px, 1.4285714286vw, 22px);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-lead__desc-text {
    font-size: 15px;
    font-size: clamp(13.5px, 4vw, 18px);
  }
}

/*============================
news
============================*/
.p-news {
  z-index: 1;
}
.p-news .p-in-bg__inner {
  background: url(../img/news_bg.png) repeat-x center center;
  background-size: contain;
  padding-top: 151px;
  width: 3428px;
  top: -25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-news .p-in-bg__inner {
    padding-top: 100px;
  }
}
.p-news .p-in-bg img {
  width: 49%;
}
.p-news__ttl-main .p-in-img {
  width: 300px;
  max-width: 344px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-news__ttl-main .p-in-img {
    width: 200px;
  }
}
.p-news__iframe {
  background: white;
  border: solid 3px #e50112;
  border-radius: 15px;
  position: relative;
  z-index: auto;
  height: 650px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-news__iframe {
    margin-bottom: 40px;
    height: 600px;
  }
}
.p-news__iframe-inner {
  width: 80%;
  max-width: 1000px;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .p-news__iframe-inner {
    width: 90%;
    margin: 25px auto;
  }
}
.p-news__iframe-wrap {
  position: relative;
}
.p-news__iframe::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff101;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-news__iframe::before {
    top: 12px;
    left: 12px;
  }
}
.p-news__pick {
  max-width: 1080px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .p-news__pick {
    margin: 0 auto 40px;
  }
}
.p-news__pick-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-size: clamp(17px, 1.4285714286vw, 22px);
}
@media screen and (max-width: 767px) {
  .p-news__pick-item {
    display: block;
    text-align: left;
    font-size: 14px;
    font-size: clamp(14px, 3.7333333333vw, 18.2px);
  }
}
.p-news__pick-item .p-in-date {
  background-color: #111111;
  color: #ffffff;
  margin-right: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-news__pick-item .p-in-date {
    width: 110px;
    text-align: center;
    margin-bottom: 5px;
  }
}
.p-news__pick-item .p-in-text {
  line-height: 1.6;
}
.p-news__croud-ttl {
  margin-bottom: 20px;
}
.p-news__croud-bnr {
  margin-bottom: 20px;
  -webkit-transition: -webkit-transform 0.3s ease-out 0s;
  transition: -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
}
.p-news__croud-bnr:hover {
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-transition: -webkit-transform 0.3s ease-out 0s;
  transition: -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
}
.p-news__croud-text {
  font-size: 28px;
  font-size: clamp(23.8px, 2vw, 30.8px);
  text-align: center;
  line-height: 2;
  color: #ab2024;
  text-shadow: 0px 0px 7px #ffffff;
}
@media screen and (max-width: 767px) {
  .p-news__croud-text {
    margin: 0 auto 0px;
    font-size: 15px;
    font-size: clamp(15px, 4vw, 21px);
  }
}

.css-1dbjc4n {
  border: 3px solid transparent !important;
}

/*============================
about
============================*/
.p-about {
  z-index: 1;
}
.p-about .p-in-bg__inner {
  background: url(../img/about_bg.png) repeat-x center center;
  background-size: contain;
  padding-top: 151px;
  width: 2077px;
  top: -27%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-about .p-in-bg__inner {
    padding-top: 100px;
  }
}
.p-about .p-in-bg img {
  width: 49%;
}
.p-about__contents-inner {
  background: white;
  border: solid 3px #e50112;
  border-radius: 15px;
  position: relative;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .p-about__contents-inner {
    padding: 20px;
  }
}
.p-about__contents-inner::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff101;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about__contents-inner::before {
    top: 12px;
    left: 12px;
  }
}
.p-about__ttl-main .p-in-img {
  width: 340px;
  max-width: 344px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about__ttl-main .p-in-img {
    width: 227px;
  }
}
.p-about__tab__menu {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-about__tab__menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
.p-about__tab__menu-item {
  width: 150px;
  height: 35px;
  background-color: #fff101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 30px;
  min-height: 35px;
  line-height: 1;
  border-radius: 5px;
  /* メニュー切替時にタブがズレないように */
  padding: 0;
  font-size: 16px;
  font-size: clamp(16px, 1.1428571429vw, 17.6px);
}
@media screen and (min-width: 768px) {
  .p-about__tab__menu-item:nth-child(1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__tab__menu-item {
    padding-top: 3px;
    width: 32%;
    height: 25px;
    min-height: 25px;
    margin-left: 2%;
    font-size: 14px;
    font-size: clamp(14px, 3.7333333333vw, 18.2px);
  }
  .p-about__tab__menu-item:nth-child(4n+1),
  .p-about__tab__menu-item:nth-child(4) {
    margin-left: 0;
  }
  .p-about__tab__menu-item:nth-child(5) {
      margin-left: 2%;
  }
  .p-about__tab__menu-item:nth-child(4),
  .p-about__tab__menu-item:nth-child(5) {
      margin-top: 2%;
  }
}

/* タブメニュー */
.p-about__tab__menu-item {
  list-style: none;
  /* メニューに高さを付ける */
  text-align: center;
  background-color: #fff101;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-about__tab__menu-item:last-of-type {
  margin-right: 0px;
}

/* is-activeがついている時のスタイル */
.p-about__tab__menu-item.is-active {
  background-color: #e50112;
  color: #ffffff;
}

/* タブパネル */
.p-about__tab__panel {
  width: 100%;
}

.p-about__tab__panel-box001 {
  display: none;
}

.p-about__tab__panel-box002 {
  display: none;
}

.p-about__tab__panel-box003 {
  display: none;
}

.p-about__tab__panel-box004 {
  display: none;
}

.p-about__tab__panel-box005 {
  display: none;
}

/* is-showがついている時のスタイル */
.p-about__tab__panel-box.is-show {
  display: block;
}

/*============================
ticket
============================*/
.p-ticket {
  z-index: 1;
  display: none;
}
.is-contents-show .p-ticket {
  display: block;
}
.p-ticket__contents-inner {
  background: white;
  border: solid 3px #e50112;
  border-radius: 15px;
  position: relative;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .p-ticket__contents-inner {
    padding: 20px;
  }
}
.p-ticket__contents-inner::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff101;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-ticket__contents-inner::before {
    top: 12px;
    left: 12px;
  }
}
.p-ticket .p-in-bg__inner {
  background: url(../img/ticket_bg.png) repeat-x center center;
  background-size: contain;
  padding-top: 152px;
  width: 1996px;
  top: -27%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-ticket .p-in-bg__inner {
    padding-top: 100px;
  }
}
.p-ticket .p-in-bg img {
  width: 49%;
}
.p-ticket__ttl-main .p-in-img {
  width: 340px;
  max-width: 344px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-ticket__ttl-main .p-in-img {
    width: 227px;
  }
}

/*============================
music
============================*/
.p-music {
  z-index: 1;
  display: none;
}
.is-contents-show .p-music {
  display: block;
}
.p-music .p-in-bg__inner {
  background: url(../img/audio_bg.png) repeat-x center center;
  background-size: contain;
  padding-top: 151px;
  width: 2284px;
  top: -27%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-music .p-in-bg__inner {
    padding-top: 100px;
  }
}
.p-music .p-in-bg img {
  width: 80%;
}
.p-music__lead {
  margin-top: 50px;
  font-size: 20px;
  font-size: clamp(18px, 1.4285714286vw, 22px);
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-music__lead {
    font-size: 15px;
    font-size: clamp(13.5px, 4vw, 18px);
  }
}
.p-music__special {
  padding-top: 50px;
}
.p-music__special img {
  max-width: 451px;
  width: 100%;
  margin: 0 auto;
}
.p-music__special-ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: clamp(18px, 1.4285714286vw, 22px);
}
@media screen and (max-width: 767px) {
  .p-music__special-ttl {
    font-size: 15px;
    font-size: clamp(13.5px, 4vw, 18px);
  }
}
.p-music__special-attention {
  margin-top: 20px;
  margin-bottom: 50px;
}
.p-music__special-attention p {
  line-height: 1.4;
  font-size: 12px;
  font-size: clamp(10.8px, 3.2vw, 14.4px);
}
.p-music__fee {
  margin-top: 50px;
  font-size: 20px;
  font-size: clamp(18px, 1.4285714286vw, 22px);
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-music__fee {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-size: clamp(13.5px, 4vw, 18px);
  }
}
.p-music__attention {
  margin-top: 50px;
  text-align: left;
  font-size: 15px;
  font-size: clamp(13.5px, 1.0714285714vw, 16.5px);
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-music__attention {
    margin-top: 50px;
    font-size: 12px;
    font-size: clamp(12px, 3.2vw, 14.4px);
  }
}
.p-music__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  line-height: 1.6;
  margin-bottom: 50px;
}
.p-music__item {
  width: 48%;
}
.p-music__contents-inner {
  background: white;
  border: solid 3px #e50112;
  border-radius: 15px;
  position: relative;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .p-music__contents-inner {
    padding: 20px;
  }
}
.p-music__contents-inner::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff101;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-music__contents-inner::before {
    top: 12px;
    left: 12px;
  }
}
.p-music__ttl-main .p-in-img {
  width: 390px;
  max-width: 565px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-music__ttl-main .p-in-img {
    width: 227px;
  }
}

/*============================
outline
============================*/
.p-outline {
  display: none;
}
.is-contents-show .p-outline {
  display: block;
}
.p-outline .p-in-bg__inner {
  background: url(../img/outline_bg.png) repeat-x center center;
  background-size: contain;
  padding-top: 150px;
  width: 2431px;
  top: -27%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: 25s linear 0s infinite text-outline;
  animation: 25s linear 0s infinite text-outline;
}
@media screen and (max-width: 767px) {
  .p-outline .p-in-bg__inner {
    padding-top: 100px;
  }
}
.p-outline__ttl-main .p-in-img {
  width: 300px;
  max-width: 344px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-outline__ttl-main .p-in-img {
    width: 200px;
  }
}
.p-outline__img {
  width: 100%;
  margin: 0 auto 50px;
  max-width: 779px;
}
@media screen and (max-width: 767px) {
  .p-outline__img {
    margin: 0 auto 20px;
  }
}
.p-outline__contents-inner {
  background: white;
  border: solid 3px #e50112;
  border-radius: 15px;
  position: relative;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .p-outline__contents-inner {
    padding: 20px;
  }
}
.p-outline__contents-inner::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff101;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-outline__contents-inner::before {
    top: 12px;
    left: 12px;
  }
}
.p-outline .swiper {
  width: 100%;
  height: 100%;
}
.p-outline .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-outline .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-outline .p-outline__lead {
  font-size: 20px;
  font-size: clamp(18px, 1.4285714286vw, 22px);
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-outline .p-outline__lead {
    font-size: 15px;
    font-size: clamp(13.5px, 4vw, 18px);
    margin-bottom: 20px;
  }
}
.p-outline .swiper-button-next:after,
.p-outline .swiper-rtl .swiper-button-prev:after {
  content: "next";
  color: #e50112;
}
.p-outline .swiper-button-prev:after,
.p-outline .swiper-rtl .swiper-button-next:after {
  content: "prev";
  color: #e50112;
}
.p-outline .swiper-pagination-bullet-active {
  background: #e50112;
}
.p-outline .swiper-horizontal > .swiper-pagination-bullets,
.p-outline .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-outline .swiper-pagination-custom,
.p-outline .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 21px);
}
@media screen and (max-width: 767px) {
  .p-outline .swiper-horizontal > .swiper-pagination-bullets,
  .p-outline .swiper-pagination-bullets.swiper-pagination-horizontal,
  .p-outline .swiper-pagination-custom,
  .p-outline .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 5px);
  }
}

/*============================
goods
============================*/
.p-goods {
  display: none;
}
.is-contents-show .p-goods {
  display: block;
}
.p-goods__lead {
  margin-top: 50px;
  font-size: 20px;
  font-size: clamp(18px, 1.4285714286vw, 22px);
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-goods__lead {
    font-size: 15px;
    font-size: clamp(13.5px, 4vw, 18px);
  }
}
.p-goods__tokuten {
  margin-top: 100px;
  font-size: 20px;
  font-size: clamp(18px, 1.4285714286vw, 22px);
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-goods__tokuten {
    font-size: 15px;
    font-size: clamp(13.5px, 4vw, 18px);
  }
}
.p-goods__tokuten span {
  display: block;
  font-size: 30px;
  font-size: clamp(27px, 2.1428571429vw, 33px);
}
@media screen and (max-width: 767px) {
  .p-goods__tokuten span {
    font-size: 15px;
    font-size: clamp(13.5px, 4vw, 18px);
  }
}
.p-goods__tokuten img {
  margin-bottom: 20px;
}
.p-goods__tokuten .is-small {
  display: block;
  font-size: 14px;
  font-size: clamp(12.6px, 1vw, 15.4px);
}
@media screen and (max-width: 767px) {
  .p-goods__tokuten .is-small {
    font-size: 10px;
    font-size: clamp(10px, 2.6666666667vw, 12px);
  }
}
.p-goods .p-in-bg__inner {
  background: url(../img/goods_bg.png) repeat-x center center;
  background-size: contain;
  padding-top: 150px;
  width: 2047px;
  top: -27%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: 25s linear 0s infinite text-goods;
  animation: 25s linear 0s infinite text-goods;
}
@media screen and (max-width: 767px) {
  .p-goods .p-in-bg__inner {
    padding-top: 100px;
  }
}
.p-goods__ttl-main .p-in-img {
  width: 240px;
  max-width: 344px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-goods__ttl-main .p-in-img {
    width: 150px;
  }
}
.p-goods__contents-inner {
  background: white;
  border: solid 3px #e50112;
  border-radius: 15px;
  position: relative;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .p-goods__contents-inner {
    padding: 20px;
  }
}
.p-goods__contents-inner::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff101;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-goods__contents-inner::before {
    top: 12px;
    left: 12px;
  }
}
.p-goods .swiper-slide {
  margin-bottom: 20px;
}
.p-goods .p-in-ttl {
  font-size: 13px;
  font-size: clamp(11px, 1.0833333333vw, 14.3px);
  line-height: 1.3;
  margin-bottom: 10px;
}
.p-goods .p-in-fee {
  font-size: 11px;
  font-size: clamp(10px, 0.9166666667vw, 12.1px);
  line-height: 1.3;
  margin-bottom: 10px;
}
.p-goods .p-in-text {
  margin-top: 30px;
}

.filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .filter-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

.filter-list li {
  width: 16%;
  text-align: center;
  padding: 10px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #eee;
  font-size: 12px;
  font-size: clamp(11px, 1vw, 13.2px);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .filter-list li {
    width: 30%;
    margin-bottom: 10px;
    line-height: 1;
    padding: 8px 10px 10px 10px;
  }
}

.filter-list li.is-active {
  background: #000;
  color: #fff;
}

.filter-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background: #fff;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .filter-item {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.filter-item li {
  border: 2px solid #fff;
  padding: 10px 10px;
  text-align: center;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
}
.filter-item li:nth-child(4n+1) {
  margin-left: 0;
}

.m-modal__content .p-in-text {
  color: #ffffff;
  margin-top: 30px;
  line-height: 1.6;
}

.m-modal .m-modal__content {
  width: 60% !important;
}
@media screen and (max-width: 767px) {
  .m-modal .m-modal__content {
    width: 80% !important;
  }
}

.m-modal .m-modal__close-btn {
  top: -20px !important;
  right: -80px !important;
  width: 50px !important;
  height: 50px !important;
}
@media screen and (max-width: 767px) {
  .m-modal .m-modal__close-btn {
    top: -60px !important;
    right: -5px !important;
    width: 40px !important;
    height: 40px !important;
  }
}

.m-modal .m-modal__close-btn::before {
  height: 50px !important;
}
@media screen and (max-width: 767px) {
  .m-modal .m-modal__close-btn::before {
    height: 40px !important;
  }
}

.m-modal .m-modal__close-btn::after {
  height: 50px !important;
}
@media screen and (max-width: 767px) {
  .m-modal .m-modal__close-btn::after {
    height: 40px !important;
  }
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, -70px);
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -30px);
  }
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, -70px);
}
@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -30px);
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff101;
}

@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --swiper-navigation-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --swiper-navigation-size: 32px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    -webkit-transform: translateY(-140%) !important;
    transform: translateY(-140%) !important;
  }
}
/*============================
attention
============================*/
.p-attention {
  display: none;
  z-index: 1;
}
.is-contents-show .p-attention {
  display: block;
}
.p-attention__contents-inner {
  background: white;
  border: solid 3px #e50112;
  border-radius: 15px;
  position: relative;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .p-attention__contents-inner {
    padding: 20px;
  }
}
.p-attention__contents-inner::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff101;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-attention__contents-inner::before {
    top: 12px;
    left: 12px;
  }
}
.p-attention__contents-text {
  font-size: 16px;
  font-size: clamp(16px, 1.1428571429vw, 17.6px);
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-attention__contents-text {
    font-size: 14px;
    font-size: clamp(14px, 3.7333333333vw, 18.2px);
  }
}
.p-attention__contents-text a {
  color: #000;
}
.p-attention .p-in-bg__inner {
  background: url(../img/attention_bg.png) repeat-x center center;
  background-size: contain;
  padding-top: 152px;
  width: 2126px;
  top: -29%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-attention .p-in-bg__inner {
    padding-top: 100px;
  }
}
.p-attention .p-in-bg img {
  width: 49%;
}
.p-attention__ttl-main .p-in-img {
  width: 340px;
  max-width: 344px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-attention__ttl-main .p-in-img {
    width: 225px;
  }
}

/*============================
footer
============================*/
.l-footer {
  padding: 50px 0px;
  text-align: center;
  font-size: 12px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 30px 0;
  }
}
.l-footer__copyright-text {
  color: #fff;
}