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

:root {
  --color-base: #FFF;
  --color-main: #1A4F71;
  --color-main-light: #194F73;
  --color-main-deep: #100A63;
  --color-assort: #1E5D87;
  --color-font-bk: #151515;
  --color-gray: #C5C5C5;
  --color-gray-light: #F5F5F5;
  --color-red: #DC3232;
  --hover-opacity: 0.7;
  --duration: 0.4s;
  --easing: ease;
  --transition-default: var(--duration) var(--easing);
  --transition-button: calc(var(--duration) * 2) cubic-bezier(0.625, 0.05, 0, 1);
  --transition-nav: calc(var(--duration) * 2) var(--easing);
}

html {
  font-size: min(0.6944444444vw, 62.5%);
  scroll-behavior: auto;
}

body {
  overflow-x: hidden;
  font-family: YakuHanJP,"Noto Sans JP",游ゴシック, Yu Gothic, YuGothic, メイリオ, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Lucida Grande, Osaka, Verdana, ＭＳ Ｐゴシック, sans-serif;
  letter-spacing: .1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  background: var(--color-base);
  color: var(--color-font-bk);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  font-optical-sizing: auto;
}

body.is-noScroll {
  height: 100dvh;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backface-visibility: hidden;
}

canvas {
  backface-visibility: hidden;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}

div:has(>canvas) {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform,opacity;
}

@font-face {
  font-style: normal;
  font-weight: 200;
  src: url("https://cdn.jsdelivr.net/npm/yakuhanjp@2.0.0/dist/fonts/YakuHanJP/YakuHanJP-Light.eot");
  src: url("https://cdn.jsdelivr.net/npm/yakuhanjp@2.0.0/dist/fonts/YakuHanJP/YakuHanJP-Light.woff2") format("woff2"),url("https://cdn.jsdelivr.net/npm/yakuhanjp@2.0.0/dist/fonts/YakuHanJP/YakuHanJP-Light.woff") format("woff");
  font-family: "YakuHanJP";
  font-display: swap
}

@media screen and (max-width: 48em) {
  html {
    font-size: min(2.6666666667vw, 2.66vw);
  }
  body {
    min-width: 0;
    font-family: YakuHanJP,"Noto Sans JP",游ゴシック, Yu Gothic, YuGothic, メイリオ, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Lucida Grande, Osaka, Verdana, ＭＳ Ｐゴシック, sans-serif;
    letter-spacing: .1em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
  }
}

@media screen and (min-width: 48.0625em) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
