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,input,button,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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

sup {
  position: relative;
  top: -0.1em;
  font-size: 70%;
  vertical-align: top;
}

sub {
  position: relative;
  font-size: 70%;
  vertical-align: bottom;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {
  display: block;
}

body {
  line-height: 1;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: "";
  content: none;
}

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

*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*,*::before,*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,ol {
  padding: 0;
}

body,h1,h2,h3,h4,p,ul,ol,figure,blockquote,dl,dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article>*+* {
  margin-top: 1em;
}

input,button,textarea,select {
  font: inherit;
}

img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

input,button,select,textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: rgba(0,0,0,0);
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=checkbox],input[type=radio] {
  display: none;
}

input[type=submit],input[type=button],label,button,select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

:root {
  --color-font: #000000;
  --color-font02: #c30d23;
  --color-font03: #c19d5c;
  --color-background: #ffffff;
  --color-background02: #f3ecd8;
  --color-accent-01: #000000;
  --color-gradation-01-1: rgb(193 166 91 / 0.2);
  --color-gradation-01-2: rgb(248 245 227 / 0.2);
  --color-gradation-02-1: #c1a65b;
  --color-gradation-02-2: #f8f5e3;
}

html {
  font-size: 62.5%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--color-font);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.6rem;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
  -webkit-font-feature-settings: "palt";
  background-color: var(--color-background);
  font-feature-settings: "palt";
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

img {
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button {
  padding: 0;
  border: none;
  background: none;
}

@media (min-width: 768px) {
  html {
    font-size: min(.8695vw, 62.5%);
  }
}

@media (max-width: 375px) {
  html {
    font-size: 2.66vw;
  }
}

@media screen and (min-width: 48em) {
  body {
    min-width: 0;
    font-size: 1.4rem;
    letter-spacing: 0em;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media (hover: hover) {
  a:hover {
    opacity: .7;
  }
}
