<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=Alfa+Slab+One&amp;family=Noto+Sans+JP:wght@500;700&amp;display=swap");
/* =====================
  リセット
 ======================= */
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;
}

body {
  line-height: 1;
}

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;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

i, address {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

small {
  font-size: 100%;
}

/* =====================
  DANCEARTH
 ======================= */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.77778;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #2e1300;
  background-image: url(../img/common/bg.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100% auto;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

.clearfix {
  clear: both;
}

a {
  color: #2e1300;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

/** COMMON STYLE **/
.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.t-bold {
  font-weight: 700;
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 10000;
}

.anim {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.anim.is-show {
  opacity: 1.0;
}

.anim.fadeUp {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

.anim.fadeUp.is-show {
  -webkit-transform: none;
          transform: none;
}

.anim.fadeRightLeft {
  -webkit-transform: translateX(120px);
          transform: translateX(120px);
}

.anim.fadeRightLeft.is-show {
  -webkit-transform: none;
          transform: none;
}

.anim.fadeLeftRight {
  -webkit-transform: translateX(-120px);
          transform: translateX(-120px);
}

.anim.fadeLeftRight.is-show {
  -webkit-transform: none;
          transform: none;
}

.inner {
  width: 90%;
  max-width: 73.75rem;
  margin: 0 auto;
}

.inner.wide {
  max-width: 90rem;
}

.inner.narrow {
  max-width: 65.75rem;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15rem;
  height: 5rem;
  font-family: "Alfa Slab One", cursive;
  color: #ffffff;
  font-size: 1.5rem;
  margin-left: auto;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.95);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.95);
}

.btn.bg_ylw {
  background: url(../img/common/btn_bg_ylw.png) no-repeat center/cover;
}

.btn.bg_grn {
  background: url(../img/common/btn_bg_grn.png) no-repeat center/cover;
}

.btn.bg_pnk {
  background: url(../img/common/btn_bg_pnk.png) no-repeat center/cover;
}

.more_btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #2e1300;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
  padding: 0.75rem 2.5rem;
  margin-left: auto;
}

.hero {
  position: relative;
}

.hero .page_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-family: "Alfa Slab One", cursive;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  color: #ffffff;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
}

.breadcrumb {
  padding: 2.25rem 0;
}

.breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
}

.breadcrumb_list li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.breadcrumb_list li:after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-right: 2px solid #2e1300;
  border-bottom: 2px solid #2e1300;
  display: inline-block;
  margin: 0 1em 2px 0.5em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.breadcrumb_list li:last-child {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb_list li:last-child:after {
  display: none;
}

.breadcrumb_list li:last-child a {
  pointer-events: none;
}

/** HEADER **/
.header {
  height: 6.875rem;
}

.header_inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #349fc3;
  z-index: 100;
  padding: 1.25rem 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
}

.header .logo {
  width: 5.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header .logo a {
  display: block;
}

.header .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3.75rem;
  font-family: "Alfa Slab One", cursive;
}

.header .menu_list li a {
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 1.0;
  letter-spacing: 0;
}

/** FOOTER **/
.footer_inner {
  padding: 1.75rem 4.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.footer_inner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #84ccc9;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.footer .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.footer .sns_list li a {
  color: #ffffff;
  display: block;
}

.footer .sns_list li a img {
  margin: 0 auto 0.5em;
  width: 2.75rem;
  height: 2.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer .logo {
  width: 5.5rem;
  margin-left: auto;
  margin-bottom: 1em;
}

.footer .logo a {
  display: block;
}

.footer_link {
  text-align: right;
  line-height: 1.0;
}

.footer_link a {
  color: #ffffff;
}

.footer .copy {
  position: relative;
  text-align: center;
  padding: 1em;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.0;
}

.footer .copy:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #00736d;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}

/* PCのみ
  ------------------------ */
@media (min-width: 981px) {
  .sp {
    display: none !important;
  }
  .header.scroll .header_inner {
    padding: 0.625rem 1.25rem;
  }
  .header.scroll .logo {
    width: 4.75rem;
  }
  .header.scroll .menu_list li a {
    font-size: 1.25rem;
  }
}

/** 404 **/
.error404 {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.error404 main {
  width: 100%;
  margin: auto;
}

.error404 .p404 {
  padding: 5rem 0;
}

.error404 .p404 h2 {
  text-align: center;
  font-family: "Alfa Slab One", cursive;
  font-size: 3rem;
  margin-bottom: 2rem;
}

.error404 .p404 p {
  text-align: center;
}

.error404 .p404 p + p {
  margin-top: 3em;
}

.error404 .p404 .btn {
  margin-right: auto;
}

/* タブレット
  ------------------------ */
@media (max-width: 1336px) {
  /** HEADER **/
  .header_inner {
    padding: 1.25rem;
  }
  .header .menu_list {
    gap: 1.5rem;
  }
  .header .menu_list li a {
    font-size: 1.5rem;
  }
}

/* スマホ
  ------------------------ */
@media (max-width: 980px) {
  body {
    font-size: 14px;
    background-image: url(../img/common/bg_sp.jpg);
  }
  .pc {
    display: none !important;
  }
  /** COMMON STYLE **/
  .btn {
    height: 2.75rem;
    font-size: 1.125rem;
    margin: 0 auto;
  }
  .hero {
    height: 9.25rem;
  }
  .hero_bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .hero .page_title {
    font-size: 2.25rem;
  }
  .breadcrumb {
    padding: 1.5rem 0;
  }
  .breadcrumb_list li:after {
    width: 0.5rem;
    height: 0.5rem;
  }
  /** HEADER **/
  .header {
    height: auto;
  }
  .header .menu_btn {
    width: 2.25rem;
    height: 1.875rem;
    position: fixed;
    top: 1.25rem;
    right: 0.625rem;
    z-index: 1100;
  }
  .header .menu_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #085464;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header .menu_btn span:first-child {
    top: 0;
  }
  .header .menu_btn span:nth-child(2), .header .menu_btn span:nth-child(3) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header .menu_btn span:last-child {
    bottom: 0;
  }
  .header .menu_btn.open span {
    background: #ffffff;
  }
  .header .menu_btn.open span:first-child, .header .menu_btn.open span:last-child {
    opacity: 0;
  }
  .header .menu_btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .menu_btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header_inner {
    height: 100%;
    overflow: scroll;
    padding: 1.25rem 5% 2.5rem;
    display: block;
    display: none;
    background: #0187ad;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .logo {
    width: 4.125rem;
    margin-bottom: 2.5rem;
  }
  .header .menu_list {
    display: block;
  }
  .header .menu_list li {
    margin-bottom: 2.5rem;
  }
  .header .menu_list li a {
    font-size: 1.5rem;
  }
  .header .menu .sns_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8.53333vw;
  }
  .header .menu .sns_list li a {
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 1.0;
  }
  .header .menu .sns_list li a img {
    width: 1.5rem;
    height: 1.5rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto 0.5rem;
  }
  /** FOOTER **/
  .footer_inner {
    padding: 2.5rem 3% 1.25rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .sns_list {
    gap: 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
    width: 100%;
  }
  .footer .sns_list li a img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .footer .logo {
    width: 4rem;
    margin: 0 auto 0.75rem;
  }
  .footer_link {
    text-align: center;
    font-size: 0.75rem;
  }
  .footer .copy {
    font-size: 0.6875rem;
    padding: 0.5rem;
  }
  /** 404 **/
  .error404 .p404 h2 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
  }
}

/*# sourceMappingURL=map/common.css.map */
</pre></body></html>