<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spectral:wght@200;300;400;500;600;700;800&amp;display=swap");
/* reset */
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;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button, input, select, textarea {
  background-color: transparent;
  outline: none;
  border: 0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]:-webkit-search-decoration,
input[type=button]:-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 1024px;
  /* pcの横幅を決める */
  height: 100%;
  color: #101010;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  body {
    min-width: unset;
    /* pcの横幅を解除 */
    overflow-x: hidden;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  color: #101010;
  text-decoration: none;
  -webkit-text-decoration-color: #44444d;
          text-decoration-color: #44444d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.8;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/* button */
.btn-wrap {
  text-align: center;
}
.btn-contact {
  width: 90%;
  max-width: 360px;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  color: white;
  padding: 25px;
  background-color: #1b223c;
  border-radius: 45px;
  background-image: url(../img/arrow.png);
  background-size: 7px 12px;
  background-position: 90% 48%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .btn-contact {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .btn-contact {
    font-size: 1.8rem;
    padding: 20px;
  }
}

/* parts */
.textAlign-left {
  text-align: left;
}
.textAlign-center {
  text-align: center;
}
.textAlign-right {
  text-align: right;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45%;
}
@media screen and (max-width: 480px) {
  .iframe {
    padding-top: 100%;
  }
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.s_tw {
  display: inline-block;
}

/* layout */
.header {
  width: 100%;
  height: 65px;
  position: relative;
}
.header-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-wrap.is-fade {
  opacity: 0;
}
.header-logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
  -webkit-text-size-adjust: unset;
  -webkit-font-smoothing: unset;
  -moz-osx-font-smoothing: unset;
  text-rendering: unset;
  width: 75px;
  height: 100%;
  font-size: 15px;
  font-weight: bold;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    font-size: 12px;
    margin-left: 5px;
  }
}
.header-logo:first-child {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .header-logo:first-child {
    margin-left: 5%;
  }
}
.mv {
  position: relative;
  padding-top: 612px;
  background-image: url(https://www.sekisuihouse.co.jp/kodate/event/tlm_very/assets/img/mv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 81%;
    background-image: url(https://www.sekisuihouse.co.jp/kodate/event/tlm_very/assets/img/mv_sp.jpg);
  }
}
.mv-ttl {
  width: 38%;
  max-width: 410px;
  position: absolute;
  top: 45%;
  left: 15%;
}
@media screen and (max-width: 768px) {
  .mv-ttl {
    width: 50%;
    top: 48%;
    left: 5%;
  }
}

.container {
  width: 90%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0 120px;
}
@media screen and (max-width: 480px) {
  .container {
    padding: 20% 0;
  }
}

.intro {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #1b223c;
}
.intro_header {
  position: relative;
  text-align: center;
  color: #1b223c;
}
.intro_header-img {
  width: 23%;
  max-width: 160px;
  position: absolute;
  top: -60px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .intro_header-img {
    width: 40%;
    max-width: 220px;
    top: -150px;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .intro_header-img {
    top: -70%;
  }
}
.intro_header-text {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 5px;
  padding-bottom: 20px;
  background-image: url(https://www.sekisuihouse.co.jp/kodate/event/tlm_very/assets/img/underline.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .intro_header-text {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .intro_header-text {
    font-size: 1.4rem;
  }
}
.intro_header-title {
  font-size: 4.3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .intro_header-title {
    font-size: 30px;
    font-size: 8vw;
    text-align: right;
    width: 78%;
    margin: 0 auto;
  }
}
.intro_block {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: end;
          align-items: flex-end;
  font-family: "spectral", YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .intro_block {
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }
}
.intro_block-img {
  max-width: 104px;
  -webkit-box-flex: 1;
          flex: 1 0 104px;
}
@media screen and (max-width: 768px) {
  .intro_block-img {
    max-width: 190px;
    -webkit-box-flex: 1;
            flex: 1 0 25%;
    position: relative;
    top: -60px;
  }
}
@media screen and (max-width: 480px) {
  .intro_block-img {
    top: -45px;
  }
}
.intro_block-text {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .intro_block-text {
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .intro_block-text {
    margin-left: 5px;
  }
}
.intro_block-date {
  line-height: 1;
  font-weight: 500;
}
.intro_block-date .year {
  font-size: 4.1rem;
}
@media screen and (max-width: 768px) {
  .intro_block-date .year {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.intro_block-date .day {
  font-size: 7.9rem;
}
@media screen and (max-width: 768px) {
  .intro_block-date .day {
    font-size: 58px;
    font-size: 15.4666666667vw;
  }
}
.intro_block-date .week {
  font-size: 2.3rem;
  font-weight: 600;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .intro_block-date .week {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.intro_block-detail {
  line-height: 1;
}
.intro_block-detail .haishin {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
  color: white;
  padding: 9px 10px 7px;
  background-color: #1b223c;
}
@media screen and (max-width: 768px) {
  .intro_block-detail .haishin {
    font-size: 10px;
    font-size: 2.6666666667vw;
    padding: 12px 15px 10px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 480px) {
  .intro_block-detail .haishin {
    font-size: 1.3rem;
    padding: 8px 10px 6px;
  }
}
.intro_block-detail .time {
  display: inline-block;
  font-size: 3.6rem;
  vertical-align: middle;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .intro_block-detail .time {
    font-size: 26px;
    font-size: 6.9333333333vw;
    margin-top: 5px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 480px) {
  .intro_block-detail .time {
    margin-left: 10px;
  }
}
.intro_block-detail .notice {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: middle;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .intro_block-detail .notice {
    font-size: 10px;
    font-size: 2.6666666667vw;
    margin-top: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .intro_block-detail .notice {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.intro-text {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .intro-text {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 480px) {
  .intro-text {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}
.intro .btn-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .intro .btn-wrap {
    margin-top: 30px;
  }
}

.event {
  position: relative;
  margin-top: 100px;
  padding: 35px 40px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .event {
    padding: 90px 40px;
  }
}
@media screen and (max-width: 480px) {
  .event {
    margin-top: 70px;
    padding: 40px 20px;
  }
}
.event-title {
  display: block;
  width: 360px;
  max-width: 360px;
  position: absolute;
  top: -16px;
  left: 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: white;
  padding: 8px 20px;
  background-image: url(https://www.sekisuihouse.co.jp/kodate/event/tlm_very/assets/img/ribon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .event-title {
    width: 70%;
    max-width: 510px;
    font-size: 14px;
    font-size: 3.7333333333vw;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 480px) {
  .event-title {
    font-size: 1.8rem;
  }
}
.event_block {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .event_block {
    display: block;
  }
}
.event_block-detail {
  -webkit-box-flex: 0;
          flex: 0 1 100%;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .event_block-detail {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 480px) {
  .event_block-detail {
    font-size: 1.4rem;
  }
}
.event_block-detail dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .event_block-detail dl {
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
.event_block-detail dl:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .event_block-detail dl:not(:first-child) {
    margin-top: 25px;
  }
}
.event_block-detail dl dt {
  -webkit-box-flex: 1;
          flex: 1 0 130px;
  font-weight: 600;
  padding: 2px 10px;
  color: white;
  background-color: #9c714e;
}
@media screen and (max-width: 768px) {
  .event_block-detail dl dt {
    -webkit-box-flex: 1;
            flex: 1 0 23%;
    min-width: 116px;
    padding: 2px 5px;
  }
}
@media screen and (max-width: 480px) {
  .event_block-detail dl dt {
    -webkit-box-flex: 1;
            flex: 1 0 75px;
    min-width: unset;
  }
}
.event_block-detail dl dd {
  -webkit-box-flex: 0;
          flex: 0 1 100%;
  padding-left: 15px;
}
.event_block-img {
  -webkit-box-flex: 1;
          flex: 1 0 165px;
}
@media screen and (max-width: 768px) {
  .event_block-img {
    -webkit-box-flex: 1;
            flex: 1 0 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin-top: 30px;
  }
}
.event_block-img .text {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #9c714e;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .event_block-img .text {
    -webkit-box-flex: 0;
            flex: 0 1 100%;
    font-size: 12px;
    font-size: 3.2vw;
    text-align: left;
  }
}
.event_block-img .text::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -5px;
  left: 5px;
  background-image: url(https://www.sekisuihouse.co.jp/kodate/event/tlm_very/assets/img/slash-left.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .event_block-img .text::before {
    display: none;
  }
}
.event_block-img .text::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -5px;
  right: 5px;
  background-image: url(https://www.sekisuihouse.co.jp/kodate/event/tlm_very/assets/img/slash-right.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .event_block-img .text::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .event_block-img .img {
    -webkit-box-flex: 1;
            flex: 1 0 35%;
  }
}

.toTop {
  display: block;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  background-color: #f1f1f1;
  border-top: 1px solid #cacaca;
}
.toTop img {
  display: inline-block;
  margin-right: 15px;
}

.footer {
  background-color: #44444d;
}
.footer-wrap {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .footer-wrap {
    display: block;
  }
}

.fnav-clms {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 768px) {
  .fnav-clms {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .fnav-clm {
    display: inline-block;
  }
}
.fnav-clm a {
  font-size: 1.2rem;
  font-weight: 700;
  color: #99999c;
}
.fnav-clm:not(:last-child)::after {
  content: "/";
  font-size: 1.2rem;
  line-height: 1;
  color: #99999c;
  display: inline-block;
  margin: 0 10px;
}

.copy {
  font-size: 1rem;
  font-weight: 700;
  color: #99999c;
}
@media screen and (max-width: 768px) {
  .copy {
    margin-top: 50px;
  }
}</pre></body></html>