@charset "UTF-8";
/* araki site CSS (common.css) */
/* ================= contents =================
[0] reset
[1] base
[2] headerArea
[3] contentsArea
[4] footerArea
============================================ */
@import url("./fonts.css");
/* ============================================
0. reset
============================================ */
/* --------------------------------------------------------------------------------
margin padding
-------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* font-family */
body {
  font-family: Tahoma, helvetica, clean, sans-serif;
}

/* line-height */
body {
  line-height: 1.45;
}

*:first-child + html * {
  letter-spacing: 0;
}

/* --------------------------------------------------------------------------------
other
-------------------------------------------------------------------------------- */
ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

img, iframe {
  border: 0;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

address {
  font-style: normal;
  font-weight: normal;
}

/* --------------------------------------------------------------------------------
table form
-------------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
}

fieldset {
  border: 0;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* --------------------------------------------------------------------------------
block
-------------------------------------------------------------------------------- */
body {
  text-align: left;
}

div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, iframe, form, fieldset, legend, blockquote, input, textarea, p, pre {
  text-align: left;
}

div {
  margin: 0;
  padding: 0;
}

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

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

* {
  outline: none;
}

/* --------------------------------------------------------------------------------
clearfix
-------------------------------------------------------------------------------- */
.cf_og:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================
 1.base
============================================ */
html, body {
  position: relative;
  width: 100%;
  color: #fff;
  letter-spacing: 0.1px;
  font-size: 12px;
  line-height: 1.6;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  background: #3c384f url("../../images/SMUS2026_BG_pattern.png") repeat center top;
  background-size: 500px 459px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  color: #2c5892;
}
a:hover {
  opacity: 0.7;
}

.menu {
  cursor: pointer;
  transition: all 0.3s ease-out;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.menu.active {
  opacity: 0.6;
}

/* ----------- no-js ----------- */
html#no-js #countdown_time {
  display: none;
}

#noscriptBlock {
  width: 520px;
  position: absolute;
  top: 27px;
  left: 27px;
  padding: 10px;
  background: #FFFFFF;
}

#noscriptBlock p {
  font-size: 14px;
  background: #FDF3F2;
  color: #D72400;
  border: 1px dotted #F4C3BE;
  padding: 6px 10px;
  line-height: 1.4;
}

#exterior_wrapper {
  width: 100%;
  height: auto;
}
#exterior_wrapper .bg_fixed {
  top: 0;
  width: 100%;
  height: 100%;
}
#exterior_wrapper .bg_fixed div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

#container {
  padding-top: 0;
  z-index: 100;
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: none;
}

.content {
  z-index: 1;
  margin: 0px auto;
  padding-top: 0;
  max-width: 1000px;
  display: block;
  position: relative;
}

/* ============================================
 header
============================================ */
/* ============================================
3.contentsArea
============================================ */
#contentArea {
  padding-top: 68px;
  z-index: 10;
  position: relative;
  top: 0;
  width: 100%;
}

.contentAreaInner {
  position: relative;
  top: 0;
  width: 100%;
  overflow-y: hidden;
  z-index: -1;
}

/* ============================================
 4.footerArea
============================================ */
footer {
  border-top: 1px solid #fff;
  position: relative;
  padding: 20px 0;
  margin: 15px 20px 0;
}
footer .copyrights {
  text-align: center;
  font-size: 10px;
  font-size: 0.8333333333rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 5px;
  color: #fff;
}

.no_pc {
  display: none;
}

.no_sp {
  display: inline;
}

@media screen and (max-width: 900px) {
  /* ============================================
   1.base
  ============================================ */
  html, body {
    position: relative;
    width: 100%;
    color: #fff;
    letter-spacing: 0.1px;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 700;
    -webkit-text-size-adjust: 100%;
    background: #3c384f url("../../images/SMUS2026_BG_pattern.png") repeat center top;
    background-size: 1000px 918px;
  }
  a {
    text-decoration: none;
    transition: all 0.3s ease-out;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    color: #2c5892;
  }
  a:hover {
    opacity: 0.7;
  }
  .menu {
    cursor: pointer;
    transition: all 0.3s ease-out;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .menu.active {
    opacity: 0.6;
  }
  /* ----------- no-js ----------- */
  html#no-js #countdown_time {
    display: none;
  }
  #noscriptBlock {
    width: 520px;
    position: absolute;
    top: 27px;
    left: 27px;
    padding: 10px;
    background: #FFFFFF;
  }
  #noscriptBlock p {
    font-size: 14px;
    background: #FDF3F2;
    color: #D72400;
    border: 1px dotted #F4C3BE;
    padding: 6px 10px;
    line-height: 1.4;
  }
  #container {
    padding-top: 0;
    z-index: 100;
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .content {
    margin: 0 auto;
    padding-top: 0;
    padding: 0;
    width: 100%;
    max-width: 700px;
    display: block;
    position: relative;
    background: transparent;
  }
  #exterior_wrapper {
    width: 100%;
    height: auto;
  }
  #exterior_wrapper .bg_fixed {
    top: 0;
    width: 100%;
    height: 100%;
  }
  #container {
    padding-top: 0;
    z-index: 100;
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}

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