/* soraru site CSS (common.css) */
/* ================= contents =================
[0] reset
[1] base
[2] headerArea
[3] contentsArea
[4] footerArea
============================================ */
/* ============================================
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%;
  min-height: 100vh;
  height: auto;
  overflow: hidden;
  background: #d5e3e6;
  background: linear-gradient(#fcf2ff 0%, #dcfefe 100%);
  color: #df3c64;
}

.content {
  margin: 70px auto 50px;
  width: 90%;
  padding-bottom: 100px;
  display: block;
  position: relative;
}
.content p {
  text-align: center;
  margin: 0px auto 30px;
  color: #df3c64;
  font-size: 26px;
}

.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, .btn_enter button, .btn_enter input {
  outline: 0;
  font-size: 40px;
  font-size: 3.3333333333rem;
  padding: 15px;
  font-weight: bold;
  color: #fff;
  display: flex;
  width: 100%;
  background: #d31845;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.tracklist .track_box {
  margin-top: 50px;
  width: 100%;
  padding-left: 10px;
  font-size: 28px;
  font-size: 2.3333333333rem;
  color: #df3c64;
  line-height: 2;
  letter-spacing: -0.1px;
}
.tracklist .track_box .checkbox {
  display: flex;
  flex-wrap: wrap;
}
.tracklist .track_box label {
  display: inline-block;
  width: 50%;
}
.tracklist .track_box label {
  display: block;
  margin-bottom: 30px;
  width: 100%;
}
.tracklist .track_box input {
  outline: 0;
  background: #fff;
  width: 80%;
  border: 0;
  padding: 15px;
  font-size: 30px;
  box-sizing: border-box;
  border-radius: 10px;
}
.tracklist .track_box span {
  font-size: 38px;
}

.tohyo_area {
  width: 94%;
  padding: 0;
  margin: 20px auto;
  max-width: 1000px;
}
.tohyo_area .gakkyoku_header {
  font-size: 12px;
  font-size: 3.75vw;
  text-align: center;
  letter-spacing: 0.2px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0px;
}
.tohyo_area .checkbox {
  display: flex;
}
.tohyo_area .checkbox .navigation {
  width: 10%;
  color: #df3c64;
  font-weight: bold;
  padding-top: 5px;
  font-size: 10px;
  font-size: 3.125vw;
}
.tohyo_area .checkbox ul {
  width: 90%;
}
.tohyo_area .btn_enter {
  margin-top: 20px;
  text-align: center;
}
.tohyo_area .btn_enter a, .tohyo_area .btn_enter button, .tohyo_area .btn_enter input {
  outline: 0;
  font-weight: bold;
  color: #fff;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.tohyo_area .tracklist .track_box {
  margin-top: 30px;
  width: 100%;
  padding-left: 10px;
  font-size: 12px;
  font-size: 3.75vw;
  color: #000;
  line-height: 1.6;
  letter-spacing: -0.1px;
}
.tohyo_area .tracklist .track_box .cp {
  font-weight: bold;
  font-size: 13px;
  font-size: 4.0625vw;
  color: #d20100;
}
.tohyo_area .tracklist .track_box .attention {
  padding-left: 0.5em;
  margin-top: 5px;
  line-height: 1.4;
  font-size: 9px;
  font-size: 2.8125vw;
}
.tohyo_area .tracklist .track_box .checkbox {
  display: flex;
  flex-wrap: wrap;
}
.tohyo_area .tracklist .track_box label {
  display: inline-block;
  width: 50%;
}
.tohyo_area .tracklist .track_box label {
  display: block;
  margin-bottom: 30px;
  width: 100%;
}
.tohyo_area .tracklist .track_box input {
  outline: 0;
  width: 100%;
  border: 0;
  padding: 15px;
  font-size: 12px;
  font-size: 3.75vw;
  box-sizing: border-box;
  border-radius: 10px;
}
.tohyo_area input[type=checkbox] {
  transform: scale(2.5);
  accent-color: yellow;
  margin-right: 10px;
}

textarea {
  background: #fff;
  outline: 0;
  width: 100%;
  border: 0;
  padding: 15px;
  font-size: 12px;
  font-size: 3.75vw;
  box-sizing: border-box;
  border-radius: 10px;
}

input[type=text] {
  width: 100%;
  padding: 7px 5px;
  margin: 0px 0;
  background: #fff;
  box-sizing: border-box;
  border: none;
  outline: 0;
}
input[type=text]:disabled {
  background: #c1c1c1;
}

input[type=submit] {
  cursor: pointer;
  color: #fff;
  display: flex;
  width: 100%;
  background: #d31845 !important;
}

input[type=checkbox] {
  transform: scale(2.5);
  accent-color: yellow;
  margin-right: 10px;
}

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

.no_pc {
  display: none;
}

.no_sp {
  display: inline;
}

@media screen and (min-width: 900px) {
  .content {
    margin: 70px auto 50px;
    width: 90%;
    max-width: 1200px;
    padding-bottom: 100px;
    display: block;
    position: relative;
  }
  .content p {
    text-align: center;
    margin: 0px auto 30px;
    color: #df3c64;
    font-size: 26px;
  }

  .tohyo_area {
    width: 94%;
    padding: 0;
    margin: 20px auto;
    max-width: 1000px;
  }
  .tohyo_area .gakkyoku_header {
    font-size: 20px;
    font-size: 1.6666666667rem;
    text-align: center;
    letter-spacing: 0.2px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0px;
  }
  .tohyo_area .checkbox {
    display: flex;
  }
  .tohyo_area .checkbox .navigation {
    width: 10%;
    color: #ff0000;
    font-weight: bold;
    padding-top: 5px;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  .tohyo_area .checkbox ul {
    width: 90%;
  }
  .tohyo_area .btn_enter {
    margin: 20px auto;
    text-align: center;
    max-width: 500px;
  }
  .tohyo_area .btn_enter a, .tohyo_area .btn_enter button, .tohyo_area .btn_enter input {
    outline: 0;
    font-size: 20px;
    font-size: 1.6666666667rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    width: 100%;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
  }
  .tohyo_area .tracklist .track_box {
    margin-top: 30px;
    width: 100%;
    padding-left: 10px;
    font-size: 20px;
    font-size: 1.6666666667rem;
    color: #000;
    line-height: 1.6;
    letter-spacing: -0.1px;
  }
  .tohyo_area .tracklist .track_box .cp {
    font-weight: bold;
    font-size: 22px;
    font-size: 1.8333333333rem;
    color: #d20100;
  }
  .tohyo_area .tracklist .track_box .attention {
    padding-left: 0.5em;
    margin-top: 5px;
    line-height: 1.4;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  .tohyo_area .tracklist .track_box .checkbox {
    display: flex;
    flex-wrap: wrap;
  }
  .tohyo_area .tracklist .track_box label {
    display: inline-block;
    width: 50%;
  }
  .tohyo_area .tracklist .track_box label {
    display: block;
    margin-bottom: 30px;
    width: 100%;
  }
  .tohyo_area .tracklist .track_box input {
    outline: 0;
    width: 100%;
    border: 0;
    padding: 15px;
    font-size: 20px;
    font-size: 1.6666666667rem;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .tohyo_area input[type=checkbox] {
    transform: scale(2.5);
    accent-color: yellow;
    margin-right: 10px;
  }

  textarea {
    background: #fff;
    outline: 0;
    width: 100%;
    border: 0;
    padding: 15px;
    font-size: 20px;
    font-size: 1.6666666667rem;
    box-sizing: border-box;
    border-radius: 10px;
  }

  input[type=text] {
    width: 100%;
    padding: 7px 5px;
    margin: 0px 0;
    background: #fff;
    box-sizing: border-box;
    border: none;
    outline: 0;
  }
  input[type=text]:disabled {
    background: #c1c1c1;
  }

  footer {
    position: relative;
    padding: 20px 0;
    margin: 15px 20px 0;
  }
  footer .copyrights {
    text-align: center;
    font-size: 14px;
    font-size: 1.1666666667rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 5px;
    color: #000;
  }
}

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