@charset "UTF-8";
/*==============================================================================================

   font css

==============================================================================================*/

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
}

body {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 16px;
  font-size: 16rem;
  color: #333;
  line-height: 1.4;
  font-weight: 200;
}

/* 指定値が必要なため 400 で上書き */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.bold {
  font-style: normal;
  font-weight: 600;
}

a {
  color: #333;
}

.f1 {
  font-size: 60px;
}

.f3 {
  font-size: 42px;
}

.f4 {
  font-size: 34px;
}

.f5 {
  font-size: 29px;
}


.f6 {
  font-size: 24px;
}

.f7 {
  font-size: 20px;
}

.f9 {
  font-size: 14px;
}

.f10 {
  font-size: 12px;
}

.bold {
  font-weight: bold;
}

.cl_red {
  color: #ff533d;
}

.cl_gold {
  color: #c0b283;
}


@media screen and (max-width: 980px) {
  body {
    font-size: 14px;
    font-size: 14rem;
  }

  .f1 {
    font-size: 60px;
  }

  .f3 {
    font-size: 36px;
  }

  .f4 {
    font-size: 30px;
  }

  .f5 {
    font-size: 26px;
  }

  .f6 {
    font-size: 22px;
  }

  .f7 {
    font-size: 18px;
  }

  .f9 {
    font-size: 13px;
  }

  .f10 {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
    font-size: 12rem;
  }

  .f1 {
    font-size: 40px;
  }

  .f3 {
    font-size: 28px;
  }

  .f4 {
    font-size: 24px;
  }

  .f5 {
    font-size: 20px;
  }

  .f6 {
    font-size: 18px;
  }

  .f7 {
    font-size: 14px;
  }

  .f9 {
    font-size: 12px;
  }

  .f10 {
    font-size: 10px;
  }
}
