@charset "utf-8";

html {
  word-break: normal;
  tab-size: 2;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
::before,
::after {
  color: #333;
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 100%;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  box-sizing: inherit;
  outline: none;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

img,
picture,
summary,
video {
  display: block;
}

a,
b,
button,
em,
i,
input,
label,
mark,
select,
small,
span,
strong,
textarea,
time,
::before,
::after {
  font: inherit;
  display: inline-block;
  color: inherit;
}

optgroup,
option,
ruby,
rt,
sub,
sup,
th,
td,
u {
  font: inherit;
  color: inherit;
}

a,
button,
[type=button],
[type=submit],
summary,
dl.accd dt {
  cursor: pointer;
  transition-duration: .3s;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
}

main {
  overflow-x: hidden;
}

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

table {
  text-indent: 0;
  border-color: inherit;
}

iframe {
  border-style: none;
}

figure {
  margin-bottom: 0 !important;
}

p.txt,
p.txt2,
p.txt3 {
  line-height: 2;
}

.fzone * {
  color: #FFF;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

input {
  border-radius: 0;
}

select {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

optgroup {
  font-weight: 700;
}

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

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

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

[disabled] {
  cursor: default;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

@media (max-width: 1040px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 1041px) {
  .sp {
    display: none !important;
  }
}