@import url(https://use.fontawesome.com/releases/v5.15.4/css/all.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Oswald:wght@400;500;700&family=Noto+Serif+JP:wght@700&display=swap");
:root {
  --ff_main: "Noto Sans JP", "Helvetica Neue", "Segoe UI",
  	"Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  --ff_oswald: "Oswald";
  --color_txt: #1a1a1a;
  --color_bl: #000084;
  --color_gy: #f5f5f5;
  --fz_xs: 12px;
  --fz_sm: 14px;
  --fz_md: 16px;
  --fz_lg: 18px;
  --fz_xl: 20px;
  --lh_xs: 1.25;
  --lh_sm: 1.5;
  --lh_md: 1.75;
  --lh_lg: 2;
  --fw_r: 400;
  --fw_b: 900;
}
@media screen and (max-width: 1024px) {
  :root {
    --fz_xs: 10px;
    --fz_sm: 12px;
    --fz_md: 14px;
    --fz_lg: 16px;
    --fz_xl: 18px;
    --lh_xs: 1.2;
    --lh_sm: 1.4;
    --lh_md: 1.6;
    --lh_lg: 1.8;
  }
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

img {
  max-width: 100%;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

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;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 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 {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .tb {
    display: block;
  }
}

.pt {
  display: block;
}
@media screen and (max-width: 600px) {
  .pt {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  font-family: var(--ff_main);
  color: var(--color_txt);
  font-weight: 500;
  font-feature-settings: "palt";
  scroll-padding-top: 90px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
}

body.is_spOverflow {
  overflow: hidden;
  height: 100%;
}

#wrapper .icon-animation {
  position: absolute;
  width: 30px;
  height: 25px;
  display: block;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  z-index: 30;
  display: none;
}
@media screen and (max-width: 1024px) {
  #wrapper .icon-animation {
    display: block;
  }
}
#wrapper .icon-animation.is-open .top {
  opacity: 0;
  width: 0;
  top: 50%;
}
#wrapper .icon-animation.is-open .bottom {
  opacity: 0;
  width: 0;
  bottom: 50%;
}
#wrapper .icon-animation.is-open .middle:before {
  transform: rotate(45deg);
}
#wrapper .icon-animation.is-open .middle:after {
  transform: rotate(-45deg);
}
#wrapper .icon-animation span {
  transition: all 0.3s;
  width: 100%;
  height: 3px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#wrapper .icon-animation .top {
  top: 0;
  transform: translate(-50%, 0) scale(1);
}
#wrapper .icon-animation .bottom {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 0) scale(1);
}
#wrapper .icon-animation .middle {
  background: none;
  position: relative;
}
#wrapper .icon-animation .middle:before {
  transition: all 0.3s;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  transform: rotate(0deg);
  position: absolute;
}
#wrapper .icon-animation .middle:after {
  transition: all 0.3s;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  transform: rotate(0deg);
  position: absolute;
}
#wrapper .icon-animation:after {
  content: "MENU";
  font-size: 13px;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translate(-50%, 0);
  white-space: nowrap;
  display: none;
}/*# sourceMappingURL=common.css.map */