<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

body {
  width: 100%;
  height: 100%;
  line-height: 1;
  overflow-x: hidden;
  z-index: 0;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

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

input, select {
  vertical-align: middle;
}
/* common ---------- */
html, body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 100%;
  color: #000;
  background: #fff;
  font-weight: 500;
}
a {
  text-decoration: none;
  /* -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
}
a:hover {
  opacity: 0.7;
}

.wrapper {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .wrapper {
    max-width: 700px;
  }
}
.pc-disp {
  display: block;
}
@media (max-width: 700px) {
  .pc-disp {
    display: none;
  }  
}
.sp-disp {
  display: none;
}
@media (max-width: 700px) {
  .sp-disp {
    display: block;
  }  
}

header {
  position: fixed;
  top: 0;
  z-index: 100;
  background: #ffffff;
  width: 100%;
  max-width: 850px;
}
@media (max-width: 700px) {
  header {
    padding: 13px 0 10px 0;
  }  
}
.header__content a {
  display: block;
  background: url(../images/common/img_01.png) no-repeat center/cover;
  aspect-ratio: 1500 / 135;
  width: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
.header__content a:hover {
  background: url(../images/common/img_01_hover.png) no-repeat center/cover;
}
.header__content a &gt; h1,
.header__content a &gt; div {
  display: none;
}

/* sec0 ------------------------------- */
.sec0 {
  padding-top: 9%;
}
@media (max-width: 700px) {
  .sec0 {
    padding-top: 15%;
  }
}
/* footer ------------------------------- */
/* footer menu fixed start */
.footer {
  padding-bottom: 9%;
}
@media (max-width: 700px) {
  .footer {
    padding-bottom: 19%;
  }
}
.footer__menu {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  max-width: 850px;
  background: #ffffff;
}
.copyright {
  border-bottom: #ccc solid 1px;
}
/* footer menu fixed end */

.footer__menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
  padding: 1% 5%;
}
@media (max-width: 700px) {
  .footer__menu {
    flex-direction: row;
    gap: 15px;
    padding: 2% 5%;
  }
}

.copyright {
  /* margin-top: 3%; footer menu not fixed */
  border-top: #ccc solid 1px;
  padding: 2rem 0;
  color: #000000;
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 700px) {
  .copyright {
    font-size: 2.0rem;
  }  
}</pre></body></html>