@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

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,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}
img {
  vertical-align: bottom;
}
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
}


/* -----------------------------------------------------------------------------*/

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  font-size: 1.4em;
  /* font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}



a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #000;
}

a img {
  transition: opacity 0.3s ease-in-out;
}
img {
  width: 100%;
  height: auto;
}
a:hover img {
  opacity: 0.8;
}
img.nofade {
  opacity: 1 !important;
}


#wrap {
  overflow: hidden;
  position: relative;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
  #wrap {
    min-width: 0;
  }
}




/*===========================================================================
 #header
===========================================================================*/
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header .hdInr {
  max-width: 1300px;
  margin: 0 auto;
  padding: 25px 0;
  box-sizing: border-box;
}
#header .hdInr .hdLogo {
  width: 60px;
}
#header .hdInr .hdLogo a {
  display: block;
  text-decoration: none;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  #header {
  }
  #header .hdInr {
    max-width: 100%;
    padding: calc(10 / 750 * 100vw) 0;
  }
  #header .hdInr .hdLogo {
    width: calc(125 / 750 * 100vw);
  }
  #header .hdInr .hdLogo a {
  }
}


/*===========================================================================
 #footer
===========================================================================*/
#footer {
  background-color: #000;
  padding: 50px 20px 200px;
  box-sizing: border-box;
}
#footer .ftInr {
  text-align: center;
  max-width: 430px;
}
#footer .ftInr .ftLogo {
}
#footer .ftInr .ftLogo a {
  max-width: 313px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
}
#footer .ftInr .ftInfo {
  margin-top: 50px;
  color: #fff;
  text-align: left;
}
#footer .ftInr .ftInfo .infoTtl {
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
}
#footer .ftInr .ftInfo .info {
  padding: 15px 0;
  display: flex;
  align-items: left;
}
#footer .ftInr .ftInfo .info + .info {
  border-top: 2px dotted #fff;
}
#footer .ftInr .ftInfo .info dt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  width: 85px;
}
#footer .ftInr .ftInfo .info dd {
  padding-left: 20px;
  font-size: 2rem;
  line-height: 1.6;
  flex: 1;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  #footer {
    background-color: #000;
    padding: calc(50 / 750 * 100vw) calc(20 / 750 * 100vw) calc(200 / 750 * 100vw);
    box-sizing: border-box;
  }
  #footer .ftInr {
    text-align: center;
    max-width: calc(430 / 750 * 100vw);
  }
  #footer .ftInr .ftLogo {
  }
  #footer .ftInr .ftLogo a {
    max-width: calc(313 / 750 * 100vw);
    margin: 0 auto;
    display: block;
    text-decoration: none;
  }
  #footer .ftInr .ftInfo {
    margin-top: calc(50 / 750 * 100vw);
    color: #fff;
    text-align: left;
  }
  #footer .ftInr .ftInfo .infoTtl {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.5;
    text-align: center;
  }
  #footer .ftInr .ftInfo .info {
    padding: calc(15 / 750 * 100vw) 0;
    display: flex;
    align-items: left;
  }
  #footer .ftInr .ftInfo .info + .info {
    border-top: calc(2 / 750 * 100vw) dotted #fff;
  }
  #footer .ftInr .ftInfo .info dt {
    font-size: calc(24 / 750 * 100vw);
    font-weight: bold;
    line-height: 1.5;
    width: calc(85 / 750 * 100vw);
  }
  #footer .ftInr .ftInfo .info dd {
    padding-left: calc(20 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.6;
    flex: 1;
  }
}



/*===========================================================================
 #main
===========================================================================*/
#mainWrap {
}



/*===========================================================================
 Common use （cm-）　parts （pt-） 　パターン別（st-）　個別での上書き（ow-）
===========================================================================*/

/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
  .cm-spOnly {
    display: none !important;
  }
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
  .cm-pcOnly {
    display: none !important;
  }
}


.cm-ctsWid {
  max-width: 1240px;
  margin: 0 auto;
}
.cm-ctsIdt {
  padding: 0 20px;
  box-sizing: border-box;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .cm-ctsWid {
    max-width: 100%;
  }
  .cm-ctsIdt {
    padding: 0 calc(30 / 750 * 100vw);
  }
}




