@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap);
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::after,
::before {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: #000;
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
address,
blockquote,
body,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}
details,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
a,
hr {
  color: inherit;
}
hr {
  overflow: visible;
  clear: both;
  height: 0;
  margin: 0;
  border-top-width: 1px;
  box-sizing: content-box;
}
code,
kbd,
pre,
samp {
  font-size: inherit;
  font-family: monospace, monospace;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
embed,
iframe,
object,
svg {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: 0 0;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
}
[type='checkbox'] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type='radio'] {
  -webkit-appearance: radio;
  appearance: radio;
}
[type='button'],
[type='reset'],
[type='submit'],
button,
label[for] {
  cursor: pointer;
}
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled,
button:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
fieldset,
legend,
option {
  padding: 0;
}
fieldset {
  min-width: 0;
  margin: 0;
}
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;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
    scroll-padding-top: 17.5vw;
  }
}
body {
  overflow-x: hidden;
  background: #f5f6f9;
  color: #333;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.only-pc {
  display: block !important;
}
@media screen and (max-width: 1279px) {
  .only-pc {
    display: none !important;
  }
}
.only-pc-tab {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .only-pc-tab {
    display: none !important;
  }
}
.only-tab-sp {
  display: none !important;
}
@media screen and (max-width: 1279px) {
  .only-tab-sp {
    display: block !important;
  }
}
.only-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

.inline-ytb {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .inline-ytb {
    height: 46.5vw;
  }
}