@charset "UTF-8";
/* araki 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;
  letter-spacing: -0.4px;
}

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

header {
  display: none;
}

.coordinate {
  width: 94%;
  margin: 20px auto;
}
.coordinate ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 -3% -3%;
}
.coordinate ul li {
  width: 47%;
  margin: 0 0 3% 3%;
}

/* ラジオボタンの○を消す */
.sample-form input[type=radio] {
  display: none;
}

/* 画像の周りに隙間をあける */
.sample-form label img {
  margin: 0;
  padding: 0;
  width: 24%;
}

/* 未選択の場合、色を薄くする */
.sample-form input[type=radio] + label img {
  opacity: 0.6;
}

/* 選択済みの場合、色を濃くする */
.sample-form input[type=radio]:checked + label img {
  opacity: 1;
}

textarea {
  border: none;
  outline: none;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  height: 7em;
}

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

#content_area {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}

.tohyo_area {
  width: 94%;
  padding: 0;
  margin: 40px auto;
  max-width: 1000px;
}
.tohyo_area .gakkyoku_header {
  font-size: 20px;
  width: 100%;
  margin: 20px 0px 20px 0px;
  text-align: left;
  letter-spacing: 0.2px;
  color: #000;
  font-weight: bold;
}
.tohyo_area .checkbox {
  display: flex;
}
.tohyo_area .checkbox .navigation {
  width: 10%;
  color: #8c7126;
  font-weight: bold;
  padding-top: 5px;
  font-size: 10px;
  font-size: 3.125vw;
}
.tohyo_area .checkbox ul {
  width: 90%;
}
.tohyo_area .tracklist {
  display: flex;
  flex-wrap: wrap;
}
.tohyo_area .tracklist .track_box {
  margin: 10px auto;
  font-size: 10px;
  font-size: 3.125vw;
  padding-left: 5px;
  width: 100%;
  color: #000;
  font-weight: bold;
}
.tohyo_area .tracklist .track_box.other .checkbox .navigation {
  width: 15%;
}
.tohyo_area .tracklist .track_box.other .checkbox ul {
  width: 85%;
}
.tohyo_area .tracklist .track_box.other .checkbox ul li {
  width: 100%;
  display: flex;
}
.tohyo_area .tracklist .track_box.other .checkbox ul li > div {
  width: 100%;
}
.tohyo_area .tracklist .track_box.other .checkbox ul li .checkbox-parts::before {
  top: -10px;
}
.tohyo_area .tracklist .track_box.other .checkbox ul li .checkbox-parts::after {
  top: -14px;
}
.tohyo_area .tracklist .track_box ul {
  display: flex;
  flex-wrap: wrap;
}
.tohyo_area .tracklist .track_box ul li {
  width: 50%;
}
.tohyo_area .tracklist .track_box label {
  margin: 2px 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
}

.tohyo_bnr {
  margin: 20px auto;
  text-align: center;
}
.tohyo_bnr img {
  width: 70%;
}

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

.checkbox-input01, .checkbox-input02 {
  display: none;
}

.checkbox-parts {
  padding-left: 20px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  letter-spacing: -0.6px;
  font-weight: bold;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}

.checkbox-input01:checked + .checkbox-parts {
  color: #8c7126;
}

.checkbox-input02:checked + .checkbox-parts {
  color: #8c7126;
}

.checkbox-input01:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #8c7126;
  border-right: 3px solid #8c7126;
}

.checkbox-input02:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #8c7126;
  border-right: 3px solid #8c7126;
}

.req_bnr {
  position: absolute;
  top: 36.7%;
  left: 91px;
  width: 83%;
}

.ticket_url {
  position: absolute;
  top: 60.87%;
  left: 266px;
  width: 45%;
}

.ticket_url01 {
  position: absolute;
  top: 89.4%;
  left: 256px;
  width: 52%;
}

.ticket_url02 {
  position: absolute;
  top: 95.9%;
  left: 256px;
  width: 40%;
}

.member_bnr {
  position: absolute;
  top: 64.5%;
  left: 25px;
  width: 95%;
}

.url_howto {
  position: absolute;
  top: 68.6%;
  left: 25px;
  width: 95%;
}

@keyframes scroll {
  0% {
    top: -150%;
  }
  100% {
    top: 150%;
  }
}
.top_contents {
  padding: 50px 0 40px;
  border-top: 1px solid #000;
}
.top_contents h2 {
  font-family: "Porter-Bold", Helvetica, Serif;
  font-weight: bold;
  font-size: 28px;
  font-size: 8.75vw;
  line-height: 1;
}
.top_contents h3 {
  font-size: 9px;
  font-size: 2.8125vw;
  font-weight: bold;
  margin-bottom: 20px;
}

/*---------------- content base ---------------*/
.btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  transition: all 0.3s ease-out;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  cursor: pointer;
}
.btn:hover {
  opacity: 0.7;
}
.btn a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  font-size: 12px;
  font-size: 3.75vw;
}
.btn span {
  font-family: "Porter-Bold", Helvetica, Serif;
  font-size: 14px;
  font-size: 4.375vw;
  line-height: 1.3;
}
.btn.to-top {
  background: #000;
}
.btn.tweet {
  background: #0096FF;
}
.btn.submit {
  width: 100%;
  display: block;
  color: #fff;
  margin: 20px auto;
  padding: 10px 10px;
  text-align: center;
  font-size: 10px;
  font-size: 3.125vw;
  background: #FF7D6A;
}

.error P {
  margin: 150px auto;
  text-align: center;
  font-size: 14px;
  font-size: 4.375vw;
  font-weight: bold;
}

/* ============================================
 4.footerArea
============================================ */
footer {
  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;
  color: #000;
}

.no_pc {
  display: none;
}

.no_sp {
  display: inline;
}

@media screen and (min-width: 900px) {
  /* ============================================
   header
  ============================================ */
  textarea {
    border: none;
    outline: none;
    padding: 20px;
    width: 100%;
    font-size: 20px;
    height: 6em;
  }
  header {
    position: fixed;
    padding: 0 20px 0;
    height: 68px;
    left: 50%;
    margin-left: -375px;
    width: 750px;
    z-index: 1000;
    background: #fff;
  }
  header a :hover {
    text-decoration: none !important;
  }
  header .wrapper {
    width: 100%;
    height: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 15px;
    border-bottom: 1px solid #000;
  }
  header .logo {
    z-index: 100;
    text-align: center;
  }
  header .logo a {
    display: inline-block;
    width: 150px;
  }
  header .back_btn {
    position: absolute;
    top: 0;
    left: 20px;
  }
  header .back_btn button {
    height: 68px;
    width: 68px;
    background: url("../images/btn_back.png") no-repeat center;
    background-size: 68px 68px;
  }
  body.enter .intro .btn_enter {
    margin: 20px auto;
  }
  body.enter .intro .btn_enter a {
    display: block;
    background: #000;
    text-align: center;
    padding: 15px 20px;
    font-family: "Porter-Bold", Helvetica, Serif;
    font-size: 28px;
    font-size: 2.3333333333rem;
    color: #fff;
  }
  body.enter .intro .attention {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  .finish_btn {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .finish_btn button {
    margin: 25px 0 0 0%;
    width: 100%;
  }
  .btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
  }
  .btn a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  .btn span {
    font-family: "Porter-Bold", Helvetica, Serif;
    font-size: 24px;
    font-size: 2rem;
    line-height: 1.3;
  }
  .intro .read span {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  .artist .artist_list ul li span {
    font-size: 18px;
    font-size: 1.5rem;
  }
  .last_order .last_order_box .last_order_wrap .date {
    font-size: 32px;
    font-size: 2.6666666667rem;
  }
  .order .order_info span {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  .tohyo_area {
    width: 94%;
    padding: 0;
    margin: 60px auto;
    max-width: 1000px;
  }
  .tohyo_area .gakkyoku_header {
    font-size: 20px;
    width: 100%;
    margin: 20px 0px 20px 0px;
    text-align: left;
    letter-spacing: 0.2px;
    color: #000;
    font-weight: bold;
  }
  .tohyo_area p {
    font-size: 20px;
    font-size: 1.6666666667rem;
    margin: 20px auto;
    font-weight: bold;
  }
  .tohyo_area .checkbox {
    display: flex;
  }
  .tohyo_area .checkbox .navigation {
    width: 10%;
    color: #8c7126;
    font-weight: bold;
    padding-top: 5px;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  .tohyo_area .checkbox ul {
    width: 90%;
  }
  .tohyo_area .tracklist {
    display: flex;
    flex-wrap: wrap;
  }
  .tohyo_area .tracklist .track_box {
    margin: 10px auto;
    font-size: 20px;
    font-size: 1.6666666667rem;
    padding-left: 5px;
    width: 100%;
    color: #000;
    font-weight: bold;
  }
  .tohyo_area .tracklist .track_box.other .checkbox .navigation {
    width: 15%;
  }
  .tohyo_area .tracklist .track_box.other .checkbox ul {
    width: 85%;
  }
  .tohyo_area .tracklist .track_box.other .checkbox ul li {
    width: 100%;
    display: flex;
  }
  .tohyo_area .tracklist .track_box.other .checkbox ul li > div {
    width: 100%;
  }
  .tohyo_area .tracklist .track_box.other .checkbox ul li .checkbox-parts::before {
    top: -10px;
  }
  .tohyo_area .tracklist .track_box ul {
    display: flex;
    flex-wrap: wrap;
  }
  .tohyo_area .tracklist .track_box ul li {
    width: 50%;
  }
  .tohyo_area .tracklist .track_box label {
    margin: 2px 0;
    padding: 0;
    cursor: pointer;
    display: inline-block;
  }
  input[type=text] {
    width: 100%;
    padding: 7px 5px;
    margin: 0px 0;
    box-sizing: border-box;
    border: none;
    outline: 0;
  }
  input[type=text]:disabled {
    background: #c1c1c1;
  }
  .checkbox-input01, .checkbox-input02 {
    display: none;
  }
  .checkbox-parts {
    padding-left: 20px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
  }
  .checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 4px;
  }
  .checkbox-input01:checked + .checkbox-parts {
    color: #8c7126;
  }
  .checkbox-input02:checked + .checkbox-parts {
    color: #8c7126;
  }
  .checkbox-input01:checked + .checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #8c7126;
    border-right: 3px solid #8c7126;
  }
  .checkbox-input02:checked + .checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #8c7126;
    border-right: 3px solid #8c7126;
  }
  .req_bnr {
    position: absolute;
    top: 36.7%;
    left: 91px;
    width: 83%;
  }
  .ticket_url {
    position: absolute;
    top: 60.87%;
    left: 266px;
    width: 45%;
  }
  .ticket_url01 {
    position: absolute;
    top: 89.4%;
    left: 256px;
    width: 52%;
  }
  .ticket_url02 {
    position: absolute;
    top: 95.9%;
    left: 256px;
    width: 40%;
  }
  .member_bnr {
    position: absolute;
    top: 64.5%;
    left: 25px;
    width: 95%;
  }
  .url_howto {
    position: absolute;
    top: 68.6%;
    left: 25px;
    width: 95%;
  }
  .pagetit {
    position: relative;
    margin-bottom: 20px;
  }
  .pagetit h2 {
    padding-top: 15px;
    width: 85%;
    margin-bottom: 18px;
  }
  .pagetit .num {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
  }
  .pagetit h3 {
    margin: 0 0 10px;
  }
  .pagetit h3 span {
    font-size: 24px;
    font-size: 2rem;
    line-height: 0.9;
    font-weight: bold;
    display: inline-block;
    background: #000;
    color: #fff;
  }
  .pagetit p {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.5rem;
    text-align: left;
  }
  .choice_box .choice_area p {
    font-size: 18px;
    font-size: 1.5rem;
  }
  .choice_box .choice_area .name {
    font-size: 18px;
    font-size: 1.5rem;
  }
  .choice_box .choice_area .name p {
    font-size: 22px;
    font-size: 1.8333333333rem;
  }
  .choice_box.trio .choice_area p,
  .choice_box.trio .choice_area .name p {
    font-size: 18px;
    font-size: 1.5rem;
  }
  .error P {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
}

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