@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: "perpetua";
    font-style: normal;
    src: url("../../fonts/perpetua.eot");
    src: url("../../fonts/perpetua.woff") format("woff"), url("../fonts/perpetua.ttf") format("truetype"); }
@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; }

/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/

img{
  display: block;
  width: 100%;
}

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:28px;
  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;
}
div#intro h3{
  text-align: center;
}
div#intro p{
  text-align: center;
  line-height: 1.8;
}

/* 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: top right; }
  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-left: auto;
    margin-right: auto; }

  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;
    justify-content: center;
  }
  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; }

  .spNone {
    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;
  }

  div.line{
    border-bottom: 1px solid #000000;
    width: 700px;
    margin: 150px auto 100px;
}
div#subtitle{
  width: 380px;
  margin: auto;
}
div#intro{
  padding: 80px 0;
  width: 700px;
  margin: auto;
}
div#intro h3{
  font-size: 18px;
  margin-bottom: 24px;
}
div#intro p{
  font-size: 14px;
}
.pcNone{
  display: none;
}
.spNone{
  display: block;
}
h2{
  font-family: 'perpetua';
  text-align: center;
}
.pc-fs10{
  font-size:10px
}
.pc-fs11{
  font-size: 11px;
}
.pc-fs12{
  font-size: 12px;
}
.pc-fs14{
  font-size: 14px;
}
.pc-fs16{
  font-size: 16px;
}
.pc-fs18{
  font-size: 18px;
}
.pc-fs20{
  font-size: 20px;
}
.pc-fs22{
  font-size: 22px;
}
.pc-fs24{
  font-size: 24px;
}
.pc-fs26{
  font-size: 26px;
}
.pc-fs28{
  font-size: 28px;
}
.pc-fs30{
  font-size: 30px;
}
.pc-fs32{
  font-size: 32px;
}
.pc-mt-5{
  margin-top: 5px;
}
.pc-mt-10{
  margin-top: 10px;
}
.pc-mt-15{
  margin-top: 15px;
}
.pc-mt-20{
  margin-top: 20px;
}
.pc-mt-40{
  margin-top: 40px;
}
.pc-mt-50{
  margin-top: 50px;
}
.pc-mt-75{
  margin-top: 75px;
}

.pc-mt-100{
  margin-top: 100px;
}
.pc-mt-120{
  margin-top: 120px;
}
.pc-mt-150{
  margin-top: 150px;
}
}
/* 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: top right; }
  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-left: auto;
    margin-right: auto; }

  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:0px 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;
}
#contents{
  margin-top: 50px;
}
div.line{
    border-bottom: 1px solid #000000;
    margin: 20px auto 50px;
    width: 50%;
}
div#subtitle{
  width: 50%;
  margin: auto;
}
div#intro{
  padding: 80px 0;
  width: 90%;
  margin: auto;
}
div#intro h3{
  font-size: 16px;
  margin-bottom: 20px;
}
div#intro p{
  font-size: 12px;
}
.spNone{
  display: none;
}
.pcNone{
  display: block;
}
h2{
  font-family: 'perpetua';
  text-align: center;
}
.sp-fs10{
  font-size:10px
}
.sp-fs11{
  font-size: 11px;
}
.sp-fs12{
  font-size: 12px;
}
.sp-fs14{
  font-size: 14px;
}
.sp-fs16{
  font-size: 16px;
}
.sp-fs18{
  font-size: 18px;
}
.sp-fs20{
  font-size: 20px;
}
.sp-fs22{
  font-size: 22px;
}
.sp-fs24{
  font-size: 24px;
}
.sp-fs26{
  font-size: 26px;
}
.sp-fs28{
  font-size: 28px;
}
.sp-fs30{
  font-size: 30px;
}
.sp-fs32{
  font-size: 32px;
}
.sp-mt-5{
  margin-top: 5px;
}
.sp-mt-10{
  margin-top: 10px;
}
.sp-mt-15{
  margin-top: 15px;
}
.sp-mt-20{
  margin-top: 20px;
}
.sp-mt-50{
  margin-top: 55px;
}
.sp-mt-75{
  margin-top: 75px;
}
.sp-mt-100{
  margin-top: 100px;
}
.sp-mt-120{
  margin-top: 120px;
}
.sp-mt-150{
  margin-top: 150px;
}

     }
