@charset "UTF-8";
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NotoSansCJKjp-Regular.eot");
  src: url("fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */ }
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NotoSansCJKjp-Bold.eot");
  src: url("fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }
@font-face {
  font-family: 'apercu';
  font-style: normal;
  font-weight: 100;
  src: url("/shared/pc_pal/event/gallardagalante/font/apercu/apercu_regular_pro.eot");
  src: url("/shared/pc_pal/event/gallardagalante/font/apercu/apercu_regular_pro.eot?#iefix") format("embedded-opentype"), url("/shared/pc_pal/event/gallardagalante/font/apercu/apercu_regular_pro.woff") format("woff"), url("/shared/pc_pal/event/gallardagalante/font/apercu/apercu_regular_pro.ttf") format("truetype");
  /* Safari, Android, iOS */ }
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/
div#wrapper {
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-family: 'noto-sans', sans-serif;
  font-width: 400; }

div#mainArea {
  width: 100%;
  height: 100vh;
  display: table; }
div#mainArea div.description {
  width: 100%;
  padding: 20px;
  box-sizing: border-box; }
div#mainArea div.description div.title {
  margin-bottom: 5px; }
div#mainArea div.description div.title h1 img {
  width: 100%;
  height: auto; }

div.stylingL img {
  width: 100%; }

ul.credit li {
  margin-bottom: 5px; }
ul.credit li a {
  color: #000;
  text-decoration: none; }
ul.credit li a span {
  display: inline-block;
  box-sizing: border-box;
  padding: 1px 2px;
  border: 1px solid #000;
  vertical-align: middle; }

div.creditArea #creditArea_title{
  text-align:center;
  font-family:apercu;
  font-size:30px;
  letter-spacing:0.1em;
}
div.creditArea ul li img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
div.creditArea ul li {
  font-family:apercu;
  text-align:center;
  color: #000;
  font-size:16px;
  letter-spacing:0.05em;
}
div.creditArea ul li p{
  padding:20px 0 0 0;
}
div.creditArea ul li p.item_price{
  padding:10px 0 0 0;
}
div.creditArea ul li p a {
  text-decoration: none;
  color:#fff;
}
div.creditArea ul li p a span {
  padding: 7px 15px;
  background:#999;
  color:#fff;
  transition: 1s;
}
div.creditArea ul li p a:hover span {
  background:#666;
}
div.creditArea a.otheritems{
  display:block;
  margin:30px auto 0;
  padding:10px;
  width:300px;
  border:1px solid #666;
  font-family:apercu;
  text-align:center;
  text-decoration: none;
  color: #666;
  font-size:16px;
  letter-spacing:0.05em;
  transition: 1s;
}
div.creditArea a:hover.otheritems{
  color: #000;
  border:1px solid #000;
}
#backnumber_title{
  padding:30px 0 0 0;
  text-align:center;
  font-family:apercu;
  font-size:24px;
  letter-spacing:0.1em;
}
.copyright p{
  font-family:apercu;
  font-size:13px;
  letter-spacing:0.05em;
}

/* PC
--------------------------------------*/
@media screen and (min-width: 729px) {
  div#wrapper {
    font-size: 12px; }

  div#mainArea div#cover {
    display: table-cell;
    width: 50%;
    height: 100%;
    background: url(../images/cover_pc.jpg) no-repeat;
    background-size: cover;
    background-position: left top; }
  div#mainArea div.description {
    display: table-cell;
    vertical-align: middle; }
  div#mainArea div.description div.title h1 {
    text-align: center;
    font-size: 14px; }
  div#mainArea div.description div.title h2 {
    width: 100%;
    height: auto;
	text-align: center;
    margin: auto; }
  div#mainArea div.description p {
    font-size: 14px;
    text-align: center;
    margin-top: 15px; }

  div.stylingL {
    margin-top: 120px; }
  div.stylingL img {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  div.stylingL div.inner {
    width: 560px;
    margin: 50px auto 0; }

  p.staff {
    width: 100%;
    margin: 40px auto 0;
    text-align: center; }

  div#gallrdagalanteTop {
    width: 100%;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 40px; }
  div#gallrdagalanteTop a {
    box-sizing: border-box;
    display: block;
    width: 180px;
    margin: 40px auto; }

  div.copyright p {
    text-align: center;
    margin:30px 0;
    padding: 5px 0;
    width: 100%; }

  div.creditArea {
    width: 100%;
    margin: 120px auto 0;
    padding:60px 0;
    background:#f2f2f2;
}
  div.creditArea ul {
    display: flex;
    width: 700px;
    margin: 30px auto 60px;
  }
  div.creditArea ul#itemnum1 {
    display: flex;
    width: 350px;
    margin: 30px auto 60px;
  }
  div.creditArea ul#itemnum2 {
    display: flex;
    width: 700px;
    margin: 30px auto 60px;
  }
  div.creditArea ul#itemnum3 {
    display: flex;
    width: 1050px;
    margin: 30px auto 60px;
  }
  
  div.creditArea ul#itemnum2 li:nth-child(odd) {
    box-sizing: border-box;
    padding-right: 15px; }
  div.creditArea ul#itemnum2 li:nth-child(even) {
    box-sizing: border-box;
    padding-left: 15px; }
  div.creditArea ul#itemnum3 li:nth-child(1) {
    box-sizing: border-box;
    padding-right: 30px; }
  div.creditArea ul#itemnum3 li:nth-child(2) {
    box-sizing: border-box;
    padding-right: 30px; }
  div.creditArea ul li a img{
    display: inline-block;
    backface-visibility: hidden;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
  }
  div.creditArea ul li a:hover img{
    opacity: .8;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);	/* IE lt 8 */
    -ms-filter: "alpha(opacity=80)"; /* IE 8 */
  }
  div.creditArea ul li p a {
    text-decoration: none;
    color: #000; }

  .mb20 {
    margin-bottom: 50px;
    display: block; }

  .mt20 {
    margin-top: 50px;
    display: block; }

  .pcNone {
    display: none; }

  #backnumber{
    width: 640px;
    margin: 50px auto; }
#backnumber img{
  width:100%;
  height:auto;
}
  div#backnumber ul {
    display: flex;
    width: 640px;
}
  div#backnumber ul li:nth-child(odd) {
    box-sizing: border-box;
    padding-right: 15px;
  }
  div#backnumber ul li:nth-child(even) {
    box-sizing: border-box;
    padding-left: 15px;
  }

}
/* SP
--------------------------------------*/
@media screen and (max-width: 728px) {
  div#wrapper {
    font-size: 10px; }
  
  div#mainArea div#cover {
    height: calc(100vh - 80px);
    background: url(../images/cover.jpg) no-repeat;
    background-size: cover;
    background-position: left top; }
  div#mainArea div.description {
    box-sizing: border-box;
    padding: 15px;
    }
  div#mainArea div.description{
    margin:15px 0;
  }
  div#mainArea div.description div.title h1 {
    width: 85%;
    height: auto;
	text-align: center;
    margin: auto; }
  div#mainArea div.description div.title h2 {
    text-align: center;
    font-size: 12px; }
  div#mainArea div.description div.title h2 img {
    width: 100%; }
  div#mainArea div.description p {
    font-size: 12px;
    text-align: center; }

  div.stylingL {
    margin-top: 120px; }
  div.stylingL:first-child {
    margin-top: 10px; }
  div.stylingL div.inner {
    width: 90%;
    margin: 25px auto 0; }

  ul.credit {
    margin: 0px 0 20px; }

  p.staff {
    width: 90%;
    margin: 20px auto 0;
    text-align: center; }

  div#gallrdagalanteTop {
    width: 100%;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 40px; }
  div#gallrdagalanteTop a {
    box-sizing: border-box;
    display: block;
    width: 40%;
    margin: 20px auto; }

  div.copyright p {
    text-align: center;
    padding: 20px 0 15px;
    font-size:11px;
    width: 100%; }

  div.creditArea {
    width: 90%;
    margin: 120px auto 0;
    padding:10% 5% 15%;
    background:#f2f2f2;
}
  div.creditArea ul {
    display: table;
    width: 100%;
    margin: 20px auto; }
  div.creditArea ul li {
    width:100%;
    margin-bottom:50px; }
  div.creditArea ul li p {
    margin-bottom: 10px; }
  div.creditArea ul li p{
    padding:10px 0 0 0;
  }
div.creditArea a.otheritems{
  margin:-20px auto 0;
  width:80%;
}

  .mb20 {
    margin-bottom: 20px;
    display: block; }

  .mt20 {
    margin-top: 20px;
    display: block; }
  
  #backnumber{
    width: 90%;
    margin: 30px auto; }
#backnumber img{
  width:100%;
  height:auto;
}

     }
