@charset "UTF-8";
/* xyz vs xyz 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: #f8e7d5 url("../images/bg_illust.jpg") no-repeat;
  background-position: 50% 1050px;
  background-size: 1150px 748px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  color: #cc7508;
}
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;
  width: 100%;
  overflow: hidden;
}

/* ============================================
 header
============================================ */
/* ============================================
3.contentsArea
============================================ */
.contentArea {
  z-index: 10;
  position: relative;
  top: 0;
  width: 900px;
  margin: 0 auto;
}

.main_visual {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.main_visual h1 {
  position: relative;
  z-index: 2;
}
.main_visual .header_menu {
  position: absolute;
  bottom: 30px;
  z-index: 100;
  width: 100%;
}
.main_visual .header_menu ul {
  display: flex;
  width: 100%;
  padding: 0 80px;
}
.main_visual .header_menu ul li {
  width: 33.33%;
  text-align: center;
}
.main_visual .header_menu ul li img {
  width: 57%;
}
.main_visual .illust {
  z-index: 2;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.cp {
  text-align: center;
  margin-bottom: 50px;
}

.release {
  text-align: center;
  margin-bottom: 100px;
}

.tracklist {
  text-align: center;
  margin-bottom: 40px;
}

.gift {
  text-align: center;
  margin-bottom: 70px;
}

.event {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.event .cart01 {
  position: absolute;
  top: 48.4%;
  left: 56.7%;
}
.event .cart02 {
  position: absolute;
  top: 54.8%;
  left: 56.9%;
}

.cd_buy {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}
.cd_buy .cart03 {
  position: absolute;
  top: 47.8%;
  left: 35.3%;
}

.mask {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}
.mask .cart04 {
  position: absolute;
  top: 82.8%;
  left: 31.3%;
}

.attention {
  margin: 80px auto;
}
.attention h3 {
  text-align: center;
}
.attention p {
  letter-spacing: -0.2px;
  padding: 50px 110px;
  font-size: 18px;
  font-size: 1.5rem;
  line-height: 1.9;
}

#caution_popup {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  padding: 100px 0 0px;
}

#caution_popup .popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.71);
}

#caution_popup .popup_inner {
  position: relative;
  width: 100%;
  height: 90%;
  margin: 0 auto;
  max-width: 900px;
  background: transparent;
  padding: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  color: #000;
}

#caution_popup h2 {
  font-size: 24px;
  color: #e60012;
  font-weight: bold;
  margin-bottom: 30px;
}

#caution_popup p a {
  color: #e60012;
  text-decoration: underline;
}

#caution_popup p a:hover {
  text-decoration: none;
}

#caution_popup .url01 {
  position: absolute;
  opacity: 1;
  height: auto;
  top: 771px;
  left: 30px;
  z-index: 10000;
}

#caution_popup .url01 {
  position: absolute;
  opacity: 1;
  height: auto;
  top: 1126px;
  left: 60px;
  z-index: 10000;
}

#caution_popup .url02 {
  position: absolute;
  opacity: 1;
  height: auto;
  top: 1230px;
  left: 60px;
  z-index: 10000;
}

#caution_popup .url03 {
  position: absolute;
  opacity: 1;
  height: auto;
  top: 1360px;
  left: 55px;
  z-index: 10000;
}

#caution_popup .close {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 55px;
  cursor: pointer;
}

.popup_caution {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000000;
}
.popup_caution .popup_bg {
  background: #fff;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup_caution .popup_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.popup_caution .popup_container {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  width: auto;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
  padding: 100px 0;
}
.popup_caution .url0308 {
  position: absolute;
  top: 23.2%;
  left: 7%;
  width: 82%;
}
.popup_caution .url02 {
  position: absolute;
  top: 81.4%;
  left: 9%;
  width: 82%;
}
.popup_caution .close {
  position: fixed;
  width: 100px;
  height: 100px;
  top: 0;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  cursor: pointer;
}

/*---------------- content base ---------------*/
/* ============================================
 4.footerArea
============================================ */
footer {
  margin-top: 50px;
  z-index: 1000;
  position: relative;
  height: auto;
  width: 100%;
}
footer .copyrights {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.3333333333rem;
  padding: 50px 0;
  line-height: 1;
  color: #959595;
}

.no_pc {
  display: none;
}

.no_sp {
  display: inline;
}

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