*,*::before,*::after{box-sizing:border-box;}
*{margin:0;}
html,body{height:100%;}
body{line-height:1.5;-webkit-font-smoothing:antialiased;}
img,picture,canvas,svg{display:block;max-width:100%;}
video{display:block;/*max-width:100%;*/}
input,button,textarea,select{font:inherit;}
p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;}
#root,#__next{isolation:isolate;}
ul li{list-style:none;}
a,a:hover{text-decoration:none;}
button{border:none;background:transparent;}
address{font-style:normal;}

summary{cursor: pointer;display: block;}/* 矢印を消す */
summary::-webkit-details-marker{display: none;}/* 矢印を消す */



/*main {
  border: 0.1rem solid #DBCF92;
}
header, footer, article {
  border: 0.1rem solid #615c61;
}
section,figure {
  border: 0.1rem solid #DBCF92;
}
figure {
  border: none;
}
article {
  box-shadow: 0 0 0.4rem 0.1rem rgba(102,102, 102,0.1);
}
*/