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;
}

html,body {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  background: var(--color-white) 50%/136.6rem 76.8rem repeat;
}

body.is-scroll {
  overflow: hidden;
}

body.is-modal {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

:root {
  --color-black: #1a1a1a;
  --color-dark-gray: #262625;
  --color-gray-40: #666;
  --color-gray-60: #999;
  --color-gray-80: #e0e0e0;
  --color-light-gray-95: #f2f2f2;
  --color-white: #fff;
  --color-black-30: rgb(26 26 26 / 30%);
  --color-prime-light-gray: #eae5e3;
  --color-prime-gray: #4a473f;
  --color-accent: #ff0;
  --color-error: #d90000;
  --color-pink: #ffefef;
  --color-gold: #baab82;
  --font-jost: "Jost", sans-serif;
  --easing: cubic-bezier(0.215, 0.61, 0.355, 1);
  --duration: 0.5s;
  --durationLong: 0.75s;
  --border-1px: max(1px, calc(1px * var(--zoom-fix)));
  --border-2px: max(2px, calc(2px * var(--zoom-fix)));
  --border-4px: max(4px, calc(4px * var(--zoom-fix)));
}

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;
}

html {
  font-size: .73206442vw;
}

body {
  color: var(--color-black);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  font-family: Noto Sans JP,游ゴシック,Yu Gothic,YuGothic,メイリオ,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Lucida Grande,Osaka,Verdana,ＭＳ Ｐゴシック,sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: var(--color-white);
}

a {
  color: var(--color-black);
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  width: 100%;
}

button {
  padding: 0;
  border: none;
  outline: none;
  background: none;
  color: inherit;
  font: inherit;
}

@media screen and (max-width: 48em) {
  html {
    font-size: 2.6666666vw;
  }
  body {
    min-width: 0;
    font-size: 1.4rem;
    letter-spacing: 0em;
  }
}
