@charset "UTF-8";
@-ms-viewport {width: device-width;}

/*
	Theme Name: 
	Description: reset css
	Theme URI: 
	Author: MASAHIRO YAMAMOTO
	Author URI: https://d-architects.com/
	Version: 1.0.1(2024.12.29)
	Tags: 

*/
/* CSS Document */


/*---------------------------------------------------------------
	RESET
---------------------------------------------------------------*/

* {
	margin: 0; padding: 0;
	min-width: 0;
	min-height: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "游ゴシック", YuGothic;
	line-height: 100%;
	min-height: 0vw;
	min-height: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, picture{
	border: 0;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
address {
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
}
table {
  border-spacing: 0;
  table-layout: fixed;
  border-collapse: collapse;
}
* html table {
  border-collapse: collapse;
}
*:first-child + html table {
  border-collapse: collapse;
}
caption, th {
  text-align: left;
  font-weight: normal;
}
table, th, td, img, p {
  border: 0;
}
img, input {
  vertical-align: middle;
}
q:before, q:after {
  content: '';
}
ul, ol {
  list-style: none;
}
td {
  vertical-align: top;
}
img {
  font-size: 1px;
  line-height: 100%;
  vertical-align: bottom;
	object-fit: contain;
}
figure img,
picture img{
  width: 100%;
  height: auto;
}
ul, dl, dt, dd, figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
}