/* ----------------------------------------------------------
  fonts
---------------------------------------------------------- */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/common_v5/fonts/NotoSansJP-Regular.woff") format("woff"),
       url("/common_v5/fonts/NotoSansJP-Regular.eot?#iefix") format("embedded-opentype"),
       url("/common_v5/fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/common_v5/fonts/NotoSansJP-Bold.woff") format("woff"),
       url("/common_v5/fonts/NotoSansJP-Bold.eot?#iefix") format("embedded-opentype"),
       url("/common_v5/fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("/common_v5/fonts/NotoSansJP-Black.woff") format("woff"), 
       url("/common_v5/fonts/NotoSansJP-Black.eot?#iefix") format("embedded-opentype"), 
       url("/common_v5/fonts/NotoSansJP-Black.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("/common_v5/fonts/Oswald-Regular.woff?1724026321") format("woff"), 
       url("/common_v5/fonts/Oswald-Regular.eot?1724026321#iefix") format("embedded-opentype"), 
       url("/common_v5/fonts/Oswald-Regular.ttf?1724026321") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("/common_v5/fonts/Oswald-SemiBold.woff?1724026321") format("woff"), 
       url("/common_v5/fonts/Oswald-SemiBold.eot?1724026321#iefix") format("embedded-opentype"), 
       url("/common_v5/fonts/Oswald-SemiBold.ttf?1724026321") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "icon";
  font-style: normal;
  font-weight: 400;
  src: url("/common_v5/fonts/icon.woff2?1724026321") format("woff2"),
       url("/common_v5/fonts/icon.woff?1724026321") format("woff"),
       url("/common_v5/fonts/icon.eot?1724026321#iefix") format("embedded-opentype"),
       url("/common_v5/fonts/icon.ttf?1724026321") format("truetype"),
       url("/common_v5/fonts/icon.svg?1724026321#icon") format("svg");
  font-display: block;
}
@font-face {
  font-family: 'icomoon';
  src: url('/common_v5/fonts/icomoon.woff?bewmkv') format('woff'),
       url('/common_v5/fonts/icomoon.ttf?bewmkv') format('truetype'),
       url('/common_v5/fonts/icomoon.eot?bewmkv#iefix') format('embedded-opentype'),
       url('/common_v5/fonts/icomoon.svg?bewmkv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook {
  background: #fff;
}
.icon-facebook:before {
  content: "\e902";
  color: #1877f2;
  font-family: "icomoon";
}
.icon-x {
  background: black;
}
.icon-x:before {
  content: "\e905";
  color: #fff;
  font-family: "icomoon";
}
#footer .f-youtube:before {
  color: #f00;
}
@media screen and (min-width: 767px) {
  .icon-facebook {
    width: 38px !important;
  }
  .icon-facebook:before {
    display: inline-block;
    font-size: 40px;
  }
  .icon-x:before {
    display: inline-block;
    font-size: 26px;
  }
  #footer .f-youtube:before {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .icon-facebook {
    width: 28px !important;
  }
  .icon-facebook:before {
    display: inline-block;
    font-size: 30px;
  }
  .icon-x:before {
    display: inline-block;
    font-size: 20px;
  }
  #footer .f-youtube:before {
    font-size: 18px;
  }
}