@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap');

/* base Set
----------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html {
  color: #FFFFFF;
  line-height: 1.6;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  background-color: #000000; }
  @media screen and (max-width: 767px) {
    html {
      width: 100vw;
      font-size: 3.125vw; } }
  @media screen and (min-width: 768px) {
    html {
      min-width: 1090px;
      min-height: 56.25vw;
      margin-left: auto;
      margin-right: auto;
      font-size: 62.5%; } }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 3.28125vw; } }
  @media screen and (min-width: 768px) {
    body {
      font-size: 18px;
      line-height: 1.7; } }

h1, h2, h3, h4, h5, h6 {
  font-size: 1.0em;
  font-weight: 700; }

h1{
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: 0.09em;}

p {
  letter-spacing: 0.045em; }
  .lang-ja p {
    text-align: justify; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 3.28125vw; } }
  @media screen and (min-width: 768px) {
    p {
      font-size: 18px;
      line-height: 1.7; } }
  p.-c {
    text-align: center; }

table {
  border-collapse: collapse; }

img {
  border: none;
  vertical-align: bottom; }

li {
  list-style-type: none; }

sup {
  color: #FFFFFF; }

input,
textarea {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-size: inherit;
  line-height: inherit;
  border: solid 1px #FFFFFF; }

input {
  border: none;
  border-radius: 0;
  -webkit-appearance: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* link Set
----------------------------------------------------*/
a {
  color: #FFFFFF;
  text-decoration: none; }

.underline {
  text-decoration: underline; }

.hover {
  transition: opacity 0.3s ease-out; }
  .hover:hover {
    opacity: 0.6; }

/* color set
----------------------------------------------------*/
.white {
  color: #FFFFFF; }

.black {
  color: #000000; }

.orange {
  color: #ff7c25; }

/* TEXT set
----------------------------------------------------*/
.bold {
  font-weight: bold !important; }

/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
.clear {
  clear: both; }

/* Adjustment
----------------------------------------------------*/
.none {
  display: none !important; }

@media screen and (max-width: 767px) {
  .none-sm {
    display: none !important; } }
@media screen and (min-width: 768px) {
  .none-md {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .for--pc {
    display: none !important; } }
@media screen and (min-width: 768px) {
  .for--sp {
    display: none !important; } }
/* end */

/*# sourceMappingURL=common.css.map */
