@charset "UTF-8";

/* ----------------------------------------
reset
------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  /* scroll-behavior: smooth; */
}
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, 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, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}
body {
  background: #fff;
  color: #181818;
  font-family: "Noto Serif", serif;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
}
a {
  color: #181818;
  text-decoration: none;
  transition: opacity .2s ease;
  cursor: pointer;
}
a:hover {
  opacity: .7;
  transition: opacity .2s ease;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}
iframe {
  vertical-align: bottom;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
video {
  max-width: 100%;
  height: auto;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
* {
	box-sizing: border-box;
  word-break: break-all;
}
input[type="submit"] {
  cursor: pointer;
}
input[type="text"],
input[type="mail"],
input[type="submit"],
select, textarea {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  background: none;
  border: none;
  font-size: 16px;
  outline-style: none;
  width: 100%;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    color: #181818;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}

/* ----------------------------------------
font
------------------------------------------*/
.fsS {
  font-size: 1rem;
}
.fsM {
  font-size: 1.6rem;
}
.fsL {
  font-size: 2rem;
}
.fsB {
  font-size: 2.8rem;
}
.fwB {
  font-weight: bold !important;
}
.ff-g {
  font-family: sans-serif !important;
}
.ff-m {
  font-family: serif !important;
}

/* ----------------------------------------
margin
------------------------------------------*/
.m00{margin:0!important;}.m05{margin:5px!important;}.m10{margin:10px!important;}.m15{margin:15px!important;}.m20{margin:20px!important;}.m25{margin:25px!important;}.m30{margin:30px!important;}.m35{margin:35px!important;}.m40{margin:40px!important;}.m45{margin:45px!important;}.m50{margin:50px!important;}
.mt00{margin-top:0!important;}.mt05{margin-top:5px!important;}.mt10{margin-top:10px!important;}.mt15{margin-top:15px!important;}.mt20{margin-top:20px!important;}.mt25{margin-top:25px!important;}.mt30{margin-top:30px!important;}.mt35{margin-top:35px!important;}.mt40{margin-top:40px!important;}.mt45{margin-top:45px!important;}.mt50{margin-top:50px!important;}
.mb00{margin-bottom:0!important;}.mb05{margin-bottom:5px!important;}.mb10{margin-bottom:10px!important;}.mb15{margin-bottom:15px!important;}.mb20{margin-bottom:20px!important;}.mb25{margin-bottom:25px!important;}.mb30{margin-bottom:30px!important;}.mb35{margin-bottom:35px!important;}.mb40{margin-bottom:40px!important;}.mb45{margin-bottom:45px!important;}.mb50{margin-bottom:50px!important;}
.ml00{margin-left:0!important;}.ml05{margin-left:5px!important;}.ml10{margin-left:10px!important;}.ml15{margin-left:15px!important;}.ml20{margin-left:20px!important;}.ml25{margin-left:25px!important;}.ml30{margin-left:30px!important;}.ml35{margin-left:35px!important;}.ml40{margin-left:40px!important;}.ml45{margin-left:45px!important;}.ml50{margin-left:50px!important;}
.mr00{margin-right:0!important;}.mr05{margin-right:5px!important;}.mr10{margin-right:10px!important;}.mr15{margin-right:15px!important;}.mr20{margin-right:20px!important;}.mr25{margin-right:25px!important;}.mr30{margin-right:30px!important;}.mr35{margin-right:35px!important;}.mr40{margin-right:40px!important;}.mr45{margin-right:45px!important;}.mr50{margin-right:50px!important;}

/* ----------------------------------------
padding
------------------------------------------*/
.p00{padding:0!important;}.p05{padding:5px!important;}.p10{padding:10px!important;}.p15{padding:15px!important;}.p20{padding:20px!important;}.p25{padding:25px!important;}.p30{padding:30px!important;}.p35{padding:35px!important;}.p40{padding:40px!important;}.p45{padding:45px!important;}.p50{padding:50px!important;}
.pt00{padding-top:0!important;}.pt05{padding-top:5px!important;}.pt10{padding-top:10px!important;}.pt15{padding-top:15px!important;}.pt20{padding-top:20px!important;}.pt25{padding-top:25px!important;}.pt30{padding-top:30px!important;}.pt35{padding-top:35px!important;}.pt40{padding-top:40px!important;}.pt45{padding-top:45px!important;}.pt50{padding-top:50px!important;}
.pb00{padding-bottom:0!important;}.pb05{padding-bottom:5px!important;}.pb10{padding-bottom:10px!important;}.pb15{padding-bottom:15px!important;}.pb20{padding-bottom:20px!important;}.pb25{padding-bottom:25px!important;}.pb30{padding-bottom:30px!important;}.pb35{padding-bottom:35px!important;}.pb40{padding-bottom:40px!important;}.pb45{padding-bottom:45px!important;}.pb50{padding-bottom:50px!important;}
.pl00{padding-left:0!important;}.pl05{padding-left:5px!important;}.pl10{padding-left:10px!important;}.pl15{padding-left:15px!important;}.pl20{padding-left:20px!important;}.pl25{padding-left:25px!important;}.pl30{padding-left:30px!important;}.pl35{padding-left:35px!important;}.pl40{padding-left:40px!important;}.pl45{padding-left:45px!important;}.pl50{padding-left:50px!important;}
.pr00{padding-right:0!important;}.pr05{padding-right:5px!important;}.pr10{padding-right:10px!important;}.pr15{padding-right:15px!important;}.pr20{padding-right:20px!important;}.pr25{padding-right:25px!important;}.pr30{padding-right:30px!important;}.pr35{padding-right:35px!important;}.pr40{padding-right:40px!important;}.pr45{padding-right:45px!important;}.pr50{padding-right:50px!important;}

/* ----------------------------------------
配置
------------------------------------------*/
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}
.poR {
  position: relative;
}
.ovH {
  overflow: hidden ;
}
.dpB {
  display: block;
}
.dpiB {
  display: inline-block;
}

/* ----------------------------------------
adobefontおまじない
------------------------------------------*/
.wf-loading {
  opacity: 0;
}

/* ----------------------------------------
表示分岐
------------------------------------------*/
.dppc,
.dppconly,
.dppc-taw,
.dppc-tp,
.dppc-ta,
.dppc-t {
  display: block !important;
}
.dptabawonly,
.dptabaw,
.dptabaw-p,
.dptabaw-a,
.dptabaw-t,
.dptabp,
.dptabponly,
.dptabp-a,
.dptabp-t,
.dptaba,
.dptaba-t,
.dptabaonly,
.dptab,
.dptabonly,
.dpsp,
.dpinsp {
  display: none !important;
}
@media only screen and (max-width: 1180px) {
  .dptabaw,
  .dptabawonly,
  .dptabaw-p,
  .dptabaw-a,
  .dptabaw-t {
    display: block !important;
  }
  .dppconly {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .dptabp,
  .dptabponly,
  .dptabp-a,
  .dptabp-t {
    display: block !important;
  }
  .dptabawonly,
  .dppc-taw {
    display: none !important;
  }
}
@media only screen and (max-width: 820px) {
  .dptaba,
  .dptabaonly,
  .dptaba-t {
    display: block !important;
  }
  .dptabponly,
  .dppc-tp,
  .dptabaw-p {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .dptab,
  .dptabonly {
    display: block !important;
  }
  .dptabaonly,
  .dppc-ta,
  .dptabaw-a,
  .dptabp-a {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .dpsp {
    display: block !important;
  }
  .dpinsp {
    display: inline-block !important;
  }
  .dptabonly,
  .dppc-t,
  .dptabaw-t,
  .dptabp-t,
  .dptaba-t {
    display: none !important;
  }
}

/* ----------------------------------------
animate.cssカスタム
------------------------------------------*/
.animate__delay-01s {animation-delay: calc(var(--animate-delay) * 0.1);}
.animate__delay-02s {animation-delay: calc(var(--animate-delay) * 0.2);}
.animate__delay-03s {animation-delay: calc(var(--animate-delay) * 0.3);}
.animate__delay-04s {animation-delay: calc(var(--animate-delay) * 0.4);}
.animate__delay-05s {animation-delay: calc(var(--animate-delay) * 0.5);}
.animate__delay-06s {animation-delay: calc(var(--animate-delay) * 0.6);}
.animate__delay-07s {animation-delay: calc(var(--animate-delay) * 0.7);}
.animate__delay-08s {animation-delay: calc(var(--animate-delay) * 0.8);}
.animate__delay-09s {animation-delay: calc(var(--animate-delay) * 0.9);}
.animate__delay-10s {animation-delay: calc(var(--animate-delay) * 1);}
.animate__delay-11s {animation-delay: calc(var(--animate-delay) * 1.1);}
.animate__delay-12s {animation-delay: calc(var(--animate-delay) * 1.2);}
.animate__delay-13s {animation-delay: calc(var(--animate-delay) * 1.3);}
.animate__delay-14s {animation-delay: calc(var(--animate-delay) * 1.4);}
.animate__delay-15s {animation-delay: calc(var(--animate-delay) * 1.5);}
.animate__delay-16s {animation-delay: calc(var(--animate-delay) * 1.6);}
.animate__delay-17s {animation-delay: calc(var(--animate-delay) * 1.7);}
.animate__delay-18s {animation-delay: calc(var(--animate-delay) * 1.8);}
.animate__delay-19s {animation-delay: calc(var(--animate-delay) * 1.9);}
.animate__delay-20s {animation-delay: calc(var(--animate-delay) * 2);}
.animate__delay-21s {animation-delay: calc(var(--animate-delay) * 2.1);}
.animate__delay-22s {animation-delay: calc(var(--animate-delay) * 2.2);}
.animate__delay-23s {animation-delay: calc(var(--animate-delay) * 2.3);}
.animate__delay-24s {animation-delay: calc(var(--animate-delay) * 2.4);}
.animate__delay-25s {animation-delay: calc(var(--animate-delay) * 2.5);}
.animate__delay-26s {animation-delay: calc(var(--animate-delay) * 2.6);}
.animate__delay-27s {animation-delay: calc(var(--animate-delay) * 2.7);}
.animate__delay-28s {animation-delay: calc(var(--animate-delay) * 2.8);}
.animate__delay-29s {animation-delay: calc(var(--animate-delay) * 2.9);}
.animate__delay-30s {animation-delay: calc(var(--animate-delay) * 3);}
.animate__delay-31s {animation-delay: calc(var(--animate-delay) * 3.1);}
.animate__delay-32s {animation-delay: calc(var(--animate-delay) * 3.2);}
.animate__delay-33s {animation-delay: calc(var(--animate-delay) * 3.3);}
.animate__delay-34s {animation-delay: calc(var(--animate-delay) * 3.4);}
.animate__delay-35s {animation-delay: calc(var(--animate-delay) * 3.5);}
.animate__delay-36s {animation-delay: calc(var(--animate-delay) * 3.6);}
.animate__delay-37s {animation-delay: calc(var(--animate-delay) * 3.7);}
.animate__delay-38s {animation-delay: calc(var(--animate-delay) * 3.8);}
.animate__delay-39s {animation-delay: calc(var(--animate-delay) * 3.9);}
.animate__delay-40s {animation-delay: calc(var(--animate-delay) * 4);}
.animate__delay-41s {animation-delay: calc(var(--animate-delay) * 4.1);}
.animate__delay-42s {animation-delay: calc(var(--animate-delay) * 4.2);}
.animate__delay-43s {animation-delay: calc(var(--animate-delay) * 4.3);}
.animate__delay-44s {animation-delay: calc(var(--animate-delay) * 4.4);}
.animate__delay-45s {animation-delay: calc(var(--animate-delay) * 4.5);}
.animate__delay-46s {animation-delay: calc(var(--animate-delay) * 4.6);}
.animate__delay-47s {animation-delay: calc(var(--animate-delay) * 4.7);}
.animate__delay-48s {animation-delay: calc(var(--animate-delay) * 4.8);}
.animate__delay-49s {animation-delay: calc(var(--animate-delay) * 4.9);}
.animate__delay-50s {animation-delay: calc(var(--animate-delay) * 5);}