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

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.2px;
  font-size: 12px;
  line-height: 1.6;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  background: #ffffff;
}

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: url("../images/bg_s2.jpg") repeat;
}

.content_inner {
  width: 100%;
  margin: 0 auto;
}

#request {
  background: url("https://d20dfxyuz7q532.cloudfront.net/atr/req/bg.jpg") no-repeat;
  background-size: cover;
  padding: 0 8%;
}

.content {
  margin: 0 auto;
  max-width: 800px;
  display: block;
  position: relative;
}

.tohyo_area .gakkyoku_header {
  font-size: 40px;
  text-align: center;
  margin: 50px auto 30px;
  letter-spacing: 3px;
  color: #3e3a39;
  font-weight: bold;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.tohyo_area .tracklist .track_box .checkbox {
  padding: 10px 0;
  margin: 10px auto;
  border-bottom: 1px solid #b857eb;
}
.tohyo_area .tracklist .track_box .checkbox:last-child {
  border-bottom: none;
  margin-bottom: 30px;
}
.tohyo_area .tracklist .track_box .cp {
  color: #b857eb;
  margin-bottom: 10px;
  font-size: 11px;
  font-size: 3.4375vw;
}
.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: 3px 0;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  font-size: 3.125vw;
  letter-spacing: -0.4px;
  line-height: 1.1;
}
.tohyo_area .tracklist .track_box label small {
  word-break: normal;
  font-size: 8px;
  font-size: 2.5vw;
  color: #b857eb;
}
.tohyo_area .solo {
  background: #009fff;
  padding: 20px 0;
}
.tohyo_area .solo.mafumafu {
  background: #ff82c3;
}
.tohyo_area .solo h3 {
  color: #fff;
  font-size: 9px;
  font-size: 2.8125vw;
  text-align: center;
}
.tohyo_area .solo h3 strong {
  font-size: 10px;
  font-size: 3.125vw;
  font-weight: bold;
}
.tohyo_area .solo p {
  color: #fff;
  text-align: center;
  font-size: 8px;
  font-size: 2.5vw;
}
.tohyo_area .solo dl {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 3px auto;
}
.tohyo_area .solo dl dt {
  font-size: 11px;
  font-size: 3.4375vw;
  color: #fff;
  width: 5em;
  margin-right: 10px;
}
.tohyo_area .solo dl dd {
  flex: 1;
  width: 100%;
}
.tohyo_area .solo dl dd input {
  font-size: 11px;
  font-size: 3.4375vw;
  padding: 2px;
  color: #000;
  background: #fff;
  width: 100%;
}
.tohyo_area .kakunin01 {
  text-align: center;
  color: #3e3a39;
  font-weight: bold;
  font-size: 13px;
  font-size: 4.0625vw;
  margin: 30px auto;
}
.tohyo_area .kakunin_list {
  text-align: center;
  color: #b857eb;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: 20px;
  font-size: 12px;
  font-size: 3.75vw;
}
.tohyo_area .kakunin_list span {
  color: #3e3a39;
}
.tohyo_area .kakunin_soraru {
  text-align: center;
  color: #009fff;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: 20px;
  font-size: 12px;
  font-size: 3.75vw;
}
.tohyo_area .kakunin_soraru span {
  color: #3e3a39;
}
.tohyo_area .kakunin_mafumafu {
  text-align: center;
  color: #ff82c3;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: 20px;
  font-size: 12px;
  font-size: 3.75vw;
}
.tohyo_area .kakunin_mafumafu span {
  color: #3e3a39;
}
.tohyo_area .finish_txt {
  text-align: center;
  color: #b857eb;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
  font-size: 5vw;
}

.tohyo_bnr {
  margin: 30px auto;
  text-align: center;
  max-width: 200px;
}
.tohyo_bnr input {
  width: 100%;
}

.checkbox-input {
  display: none;
}

.checkbox-parts {
  padding-left: 20px;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

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

.checkbox-input:checked + .checkbox-parts {
  color: #eb57b0;
}

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

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

/* ============================================
 header
============================================ */
header {
  position: fixed;
  padding: 0 20px 0;
  height: 68px;
  width: 100%;
  z-index: 1000;
  background: #3e3a39;
}
header a :hover {
  text-decoration: none !important;
}
header .wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 15px 20px;
  border-bottom: 1px solid #000;
}
header .logo {
  z-index: 100;
  text-align: center;
}
header .logo a {
  display: inline-block;
  width: 150px;
}
header .back_btn {
  cursor: pointer;
  position: absolute;
  transition: all 0.3s ease-out;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  top: 0;
  left: 0;
}
header .back_btn:hover {
  opacity: 0.7;
}
header .back_btn button {
  height: 68px;
  width: 68px;
  background: url("../images/btn_back.png") no-repeat center;
  background-size: 68px 68px;
}

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

.wrapper {
  width: 90%;
  margin: 0 auto;
}

@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;
  letter-spacing: 3px;
}
.top_contents h3 {
  letter-spacing: 3px;
  font-size: 9px;
  font-size: 2.8125vw;
  font-weight: bold;
  margin-bottom: 20px;
}

.intro {
  margin-top: 20px;
  margin-bottom: 40px;
}
.intro.kekka {
  margin-bottom: 50px;
}

/*---------------- 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: #3e3a39;
  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: #3e3a39;
  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 {
  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;
  color: #000;
}

.no_pc {
  display: none;
}

.no_sp {
  display: inline;
}

@media screen and (min-width: 750px) {
  /* ============================================
   header
  ============================================ */
  #request {
    background: url("https://d20dfxyuz7q532.cloudfront.net/atr/req/bg.jpg") no-repeat;
    background-size: cover;
    padding: 0 50px;
  }

  header {
    position: fixed;
    padding: 0 20px 0;
    height: 68px;
    left: 50%;
    margin-left: -375px;
    width: 750px;
    z-index: 1000;
    background: #3e3a39;
  }
  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;
  }

  .intro {
    margin-bottom: 60px;
  }
  .intro.kekka {
    margin-bottom: 80px;
  }

  body.enter .intro {
    margin-bottom: 60px;
  }
  body.enter .intro.kekka {
    margin-bottom: 60px;
  }
  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: #3e3a39;
  }
  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: #3e3a39;
    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;
  }

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

  .tohyo_area .tracklist .track_box .checkbox {
    padding: 20px 0;
    margin: 20px auto;
    border-bottom: 1px solid #b857eb;
  }
  .tohyo_area .tracklist .track_box .checkbox:last-child {
    border-bottom: none;
    margin-bottom: 30px;
  }
  .tohyo_area .tracklist .track_box .cp {
    color: #b857eb;
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  .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: 5px 0;
    padding: 5px 0;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-size: 1.6666666667rem;
    letter-spacing: -0.4px;
    line-height: 1.1;
  }
  .tohyo_area .tracklist .track_box label small {
    word-break: normal;
    font-size: 16px;
    font-size: 1.3333333333rem;
    color: #b857eb;
  }
  .tohyo_area .solo {
    background: #009fff;
    padding: 20px 0;
  }
  .tohyo_area .solo.mafumafu {
    background: #ff82c3;
  }
  .tohyo_area .solo h3 {
    color: #fff;
    font-size: 16px;
    font-size: 1.3333333333rem;
    text-align: center;
  }
  .tohyo_area .solo h3 strong {
    font-size: 20px;
    font-size: 1.6666666667rem;
    font-weight: bold;
  }
  .tohyo_area .solo p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  .tohyo_area .solo dl {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 3px auto;
  }
  .tohyo_area .solo dl dt {
    font-size: 20px;
    font-size: 1.6666666667rem;
    color: #fff;
    width: 5em;
    margin-right: 10px;
  }
  .tohyo_area .solo dl dd {
    flex: 1;
    width: 100%;
  }
  .tohyo_area .solo dl dd input {
    font-size: 20px;
    font-size: 1.6666666667rem;
    padding: 2px;
    color: #000;
    background: #fff;
    width: 100%;
  }
  .tohyo_area .kakunin01 {
    text-align: center;
    color: #3e3a39;
    font-weight: bold;
    font-size: 26px;
    font-size: 2.1666666667rem;
    margin: 30px auto;
  }
  .tohyo_area .kakunin_list {
    text-align: center;
    color: #b857eb;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 20px;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  .tohyo_area .kakunin_soraru {
    text-align: center;
    color: #009fff;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 20px;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  .tohyo_area .kakunin_soraru span {
    color: #3e3a39;
  }
  .tohyo_area .kakunin_mafumafu {
    text-align: center;
    color: #ff82c3;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 20px;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  .tohyo_area .kakunin_mafumafu span {
    color: #3e3a39;
  }
  .tohyo_area .finish_txt {
    text-align: center;
    color: #b857eb;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 20px;
    color: #b857eb;
    font-size: 34px;
    font-size: 2.8333333333rem;
  }

  .tohyo_bnr {
    margin: 50px auto;
    text-align: center;
    max-width: 400px;
  }
  .tohyo_bnr input {
    width: 100%;
  }
}

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