/*リセット*/
body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, select, div, span, label, input, textarea, button, table, td, th, figure, nav, main, img {
  margin: 0;
  padding: 0;
}
html, body {
  -webkit-text-size-adjust: 100%;
}
html {
  font-size: 62.5%;
  /*-webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, select, div, label, input, button, select, option, textarea, table, td, th, figure, nav, main, address {
  font-weight: inherit;
  font-style: normal;
}
a, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, select, div, label, input, button, select, option, textarea, button, table, td, th, figure, nav, main, address {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
*[disabled] {
  opacity: 1;
  cursor: auto;
}
table, td, th {
  border-spacing: 0;
}
th {
  text-align: justify;
}
a {
  text-decoration: none;
  outline: none;
}
a img {
  border: 0;
}
img, svg {
  vertical-align: bottom;
}
img{
  height: auto;
}
li {
  list-style: none;
}
input[type="submit"], input[type="button"], button, input[type="radio"] + label, input[type="checkbox"] + label, input[type="file"] + label, a {
  cursor: pointer;
}
main,picture {
  display: block;
	/*margin-top: -140px;*/
}
i{
  font-style: normal;
}
em{
  font-style: normal;
}

/*フォーカス削除*/
a, button, input {
  -webkit-tap-highlight-color: transparent;
}
/*フォームパーツリセット*/
label, input, select, option, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  background: none transparent;
  outline: none;
}
select {
  text-indent: 0.01px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
input[type="checkbox"], input[type="radio"] {
  display: none;
}
/****** 変数 ******/
:root {
  --font_base: 'Noto Sans JP', sans-serif;
  --font_point: 'Quicksand', sans-serif;
  --fsize_base_sp:1.4rem;
  --fsize_base_pc:1.6rem;
  --line_base:1.875;
  --fw_base:500;
  
  --pad_xxxs:5px;
  --pad_xxs:10px;
  --pad_ss:15px;
  --pad_s:20px;
  --pad_m:30px;
  --pad_l:40px;
  --pad_ll:50px;
  --pad_xxl:60px;
  --pad_xxxl:80px;
  --pad_5l:90px;
  --pad_6l:110px;
  
  --mw_s:1040px;
  --mw_m:1200px;
  --mw_l:1500px;  
  
  
  --color_base: #333333;
  --color_bg_base: #ffffff;
  
  --color_light: #f8f8f8;  
  --color_middle: #f6f6f6;
  
  --color_point: #0080d9;
  --color_point_02: #0080d9;
  --color_point_03: #fff600;
  
  --color_bg: #ddf2ec;
  --color_bg_02: #c6eee3;
  --color_bg_03: #f4fafe;
  --color_bg_04: #fcf5f0;
  --color_bg_05: #fdfded;
  --color_bg_06: #e5f8f2;
  
  --color_border: #eeeeee;
  
  --hover_time: .3s;
  --gnav_anima: .3s ease-in-out;
  
  --shadow: 3px 0 6px rgba(0,0,0,.5); 
  
  --header_sp:80px;
  --header_pc:100px;
  --header_pc_scr:60px;
}

