@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  color: #1a1c21;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
figure {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
ul,
li {
  list-style: none;
}
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
a {
  background-color: transparent;
}
a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  color: #009ce5;
  cursor: pointer;
}
@media (min-width: 480px) {
  a,
  a:link,
  a:visited {
    transition: all 0.3s ease;
  }
  a:hover,
  a:link:hover,
  a:visited:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
img {
  max-width: 100%;
}
.annotion {
  color: #555;
  font-size: 1.4rem;
  text-indent: -1.1em;
  padding-left: 1.1em;
  text-align: left;
}
@media (min-width: 768px) {
  .annotion {
    font-size: 1.5rem;
  }
}
.annotion:before {
  content: "※";
}
.annotion.no-kome {
  text-indent: 0;
  padding-left: 0;
}
.annotion.no-kome:before {
  content: "";
}
.center {
  text-align: center;
}
.display-sp {
  display: block !important;
}
@media (min-width: 768px) {
  .display-sp {
    display: none !important;
  }
}
.display-pc {
  display: none !important;
}
@media (min-width: 768px) {
  .display-pc {
    display: block !important;
  }
}
.link-target {
  padding-top: 64px;
  margin-top: -64px;
}
@media (min-width: 768px) {
  .link-target {
    padding-top: 80px;
    margin-top: -80px;
  }
}
/* destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  vertical-align: bottom;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px; /* 1 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.l-footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding-bottom: 148px;
}
.l-footer__section {
  padding: 16px;
  border-top: 1px solid #6b7075;
}
@media (min-width: 768px) {
  .l-footer__section {
    padding: 24px;
  }
}
.l-footer__contents a {
  display: block;
}
.l-footer__contents ul,
.l-footer__contents li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .l-footer__contents ul,
  .l-footer__contents li {
    gap: 16px;
    padding: 16px 0 8px;
  }
}
.l-footer__contents li {
  padding-top: 0;
  padding-bottom: 0;
}
.l-footer__contents img {
  height: 100%;
}
.l-footer__contents--sns a {
  height: 40px;
}
@media (min-width: 768px) {
  .l-footer__contents--sns a {
    height: 56px;
  }
}
.l-footer__contents--app a {
  height: 50px;
}
@media (min-width: 768px) {
  .l-footer__contents--app a {
    height: 64px;
  }
}
.l-footer__contents--app .qr {
  display: none;
  height: 96px;
}
@media (min-width: 768px) {
  .l-footer__contents--app .qr {
    display: block;
  }
}
@media (min-width: 768px) {
  .l-footer__contents--app ul {
    gap: 48px;
  }
}
.l-footer__title {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .l-footer__title {
    font-size: 1.8rem;
  }
}
.l-footer p {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .l-footer p {
    font-size: 1.6rem;
  }
}
.copyright {
  font-size: 1.2rem;
  color: #6b7075;
}
.l-header {
  background: #000;
  text-align: center;
}
.l-header a {
  display: block;
  padding: 4px;
}
@media (min-width: 768px) {
  .l-header a {
    padding: 8px;
  }
}
.l-header a img {
  height: 34px;
}
@media (min-width: 768px) {
  .l-header a img {
    height: 40px;
  }
}
.l-body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-wrap {
  flex-grow: 1;
}
.breadcrumb {
  width: 100%;
  margin: 0 auto;
  padding: 8px 4.27vw;
  background: #fff;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb__item {
  font-size: 1.2rem;
  position: relative;
  margin: 2px 0;
  display: flex;
  align-items: flex-start;
  color: #1a1c21;
}
@media (min-width: 768px) {
  .breadcrumb__item {
    margin: 4px 0;
    font-size: 1.4rem;
    align-items: center;
  }
}
.breadcrumb__item:before {
  content: "";
  display: block;
  background: url("../img/arrow.svg") center center no-repeat;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  flex-shrink: 0;
  margin: 2px 4px 0;
}
@media (min-width: 768px) {
  .breadcrumb__item:before {
    margin: 0 6px;
  }
}
.breadcrumb__item:first-child:before {
  content: none;
}
.breadcrumb__item a {
  display: block;
  color: #1a1c21;
}
@media (min-width: 768px) {
  .breadcrumb__item a {
    color: #fff;
  }
}
.breadcrumb__item a,
.breadcrumb__item a:link,
.breadcrumb__item a:visited {
  color: #1a1c21;
}
.breadcrumb__item a:hover,
.breadcrumb__item a:link:hover,
.breadcrumb__item a:visited:hover {
  text-decoration: underline;
}
