@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;300;400;500&family=Cormorant:wght@300..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, figure, img, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: #000;
  background: #fff;
  letter-spacing: 0.05em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  body {
    font-size: 4.166vw;
  }
}

html,
body {
  height: 100%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  html,
  body {
    height: 100vh;
  }
}

ul li {
  list-style-type: none;
}

img {
  width: 100%;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: #21213e;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  text-decoration: none;
}

sup {
  font-size: 10px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  sup {
    font-size: 2.6vw;
  }
}


/*--------------------------------------------
フォント
--------------------------------------------*/
/* noto-sans-jp（JP ゴシック）
Thin 100
ExtraLight 200
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900
*/
.f-noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

/* Noto Serif JP（JP 語明朝）
ExtraLight 200
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900
*/
.f-noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

/* Barlow Condensed（EN ゴシック）
Thin 100
Light 300
Regular 400
Medium 500
*/
.f-barlow-condensed {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0;
}

/* Cormorant（EN 語明朝）
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
*/
.f-cormoran {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
