/* 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: #000;
  letter-spacing: 0.1px;
  font-size: 12px;
  line-height: 1.6;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  background: #000;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  color: #e9d400;
}
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 {
  z-index: 100;
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #ac0000;
}

.content {
  margin: 150px auto 50px;
  width: 1000px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}
.content p {
  text-align: center;
  margin: 70px auto;
}

.bnr_goods {
  position: absolute;
  top: 14.3%;
  left: 0%;
  width: 100%;
}

.url_eplus {
  position: absolute;
  top: 58.2%;
  left: 28%;
  width: 58%;
}

.url_howto {
  position: absolute;
  top: 70.9%;
  left: 7%;
  width: 87%;
}

.bnr_zaiko {
  position: absolute;
  top: 74.1%;
  left: 6.5%;
  width: 87.5%;
}

.bnr_bilibili {
  position: absolute;
  top: 79%;
  left: 6.5%;
  width: 87.5%;
}

.content_ark {
  margin: -280px auto 0;
  width: 1000px;
  display: block;
  position: relative;
}
.content_ark p {
  text-align: center;
  margin: 70px auto;
}
.content_ark .url_eplus {
  position: absolute;
  top: 2628px;
  left: 490px;
}
.content_ark .url_arakigumi {
  position: absolute;
  top: 2918px;
  left: 80px;
}
.content_ark .url_otoiawase {
  position: absolute;
  top: 3167px;
  left: 85px;
}
.content_ark .url_howto {
  position: absolute;
  top: 4159px;
  left: 69px;
}
.content_ark .ark_bnr {
  position: absolute;
  top: 4324px;
  left: 39px;
}
.content_ark .req_bnr {
  position: absolute;
  top: 51.7%;
  left: 5%;
  width: 90%;
}
.content_ark .arakigumi_bnr {
  position: absolute;
  top: 4039px;
  left: 90px;
}
.content_ark .url01 {
  position: absolute;
  top: 31.3%;
  left: 5%;
  width: 90%;
}
.content_ark .url02 {
  position: absolute;
  top: 35.2%;
  left: 5%;
  width: 88.4%;
}

.btn_enter {
  margin-top: 50px;
  text-align: center;
}
.btn_enter a {
  font-size: 40px;
  font-size: 3.3333333333rem;
  padding: 20px;
  font-weight: bold;
  color: yellow;
  display: flex;
  background: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.tracklist {
  display: flex;
}
.tracklist .track_box {
  width: 50%;
  padding-left: 10px;
  font-size: 28px;
  font-size: 2.3333333333rem;
  color: #fff;
  line-height: 2;
  letter-spacing: -0.1px;
}

input[type=checkbox] {
  transform: scale(1.5);
  accent-color: yellow;
}

/* ============================================
 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 #000;
  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: #000;
}

.no_pc {
  display: none;
}

.no_sp {
  display: inline;
}

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