/*
reset
*/
/* line 6, teaser2026.scss */
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%;
  vertical-align: baseline; }

/* line 13, teaser2026.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
  -ms-box-sizing: border-box; }

/*
brakepoint
*/
/* line 35, teaser2026.scss */
body {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 1.5em; }

/* line 41, teaser2026.scss */
html,
body {
  overflow-x: clip; }

/* line 45, teaser2026.scss */
img {
  width: 100%;
  height: auto; }

/* line 49, teaser2026.scss */
.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    /* line 49, teaser2026.scss */
    .pc {
      display: none; } }

/* line 55, teaser2026.scss */
.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    /* line 55, teaser2026.scss */
    .sp {
      display: block; } }

/* line 61, teaser2026.scss */
header {
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }
  /* line 68, teaser2026.scss */
  header #branding img {
    width: 112px; }
    @media screen and (max-width: 768px) {
      /* line 68, teaser2026.scss */
      header #branding img {
        width: 90px; } }

/* line 76, teaser2026.scss */
#topimage {
  position: relative;
  width: 100%;
  background-image: url("../img/bg_body2026_01.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    /* line 76, teaser2026.scss */
    #topimage {
      width: 100%;
      background-image: url("../img/bg_body2026_sp.jpg");
      padding-top: 95px;
      margin-bottom: 5px; } }
  /* line 90, teaser2026.scss */
  #topimage figure {
    position: relative;
    width: min(1130px, 100%);
    margin: 0 auto;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      /* line 90, teaser2026.scss */
      #topimage figure {
        width: 120.3vw;
        left: 50%;
        translate: -50% 0;
        margin: 0; } }

/* line 104, teaser2026.scss */
p {
  text-align: center; }

/* line 109, teaser2026.scss */
#content h1 {
  width: min(799px, calc(100% - 40px));
  font-weight: normal;
  text-align: center;
  margin: 0 auto 125px; }
  @media screen and (max-width: 768px) {
    /* line 109, teaser2026.scss */
    #content h1 {
      width: calc(100% - 20px);
      margin-bottom: 30px; } }
  /* line 118, teaser2026.scss */
  #content h1 .en {
    display: block;
    color: #87519D;
    margin: 5px auto; }

/* line 127, teaser2026.scss */
section.jp {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 67px; }
  @media screen and (max-width: 768px) {
    /* line 127, teaser2026.scss */
    section.jp {
      margin-bottom: 40px; } }
  /* line 135, teaser2026.scss */
  section.jp p.big {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      /* line 135, teaser2026.scss */
      section.jp p.big {
        font-size: 14px; } }
/* line 147, teaser2026.scss */
section.en {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  max-width: 762px; }
  @media screen and (max-width: 768px) {
    /* line 147, teaser2026.scss */
    section.en {
      margin-bottom: 113px; } }
  /* line 155, teaser2026.scss */
  section.en p {
    margin: 0 10px 25px; }
    /* line 157, teaser2026.scss */
    section.en p.big {
      font-size: 14px;
      line-height: 1.3;
      font-weight: 700;
      margin-bottom: 20px; }

/* line 167, teaser2026.scss */
a.btn {
  background: #666;
  color: #FFF;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px; }

/* line 179, teaser2026.scss */
footer {
  padding-bottom: 15px; }

/*# sourceMappingURL=teaser2026.css.map */
