@charset "UTF-8";
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;
}

@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_hide {
    display: none;
  }
}
img {
  border: 0;
}

/*
main visual
--------------------*/
div.visual {
  position: relative;
  height: auto;
  width: 100%;
  max-height: 750px;
}
@media screen and (max-width: 767px) {
  div.visual {
    top: 50px;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
div.visual.slide > span {
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  height: auto;
  position: absolute;
  top: 0;
  width: 100%;
  max-height: 750px;
}
@media screen and (max-width: 767px) {
  div.visual.slide > span {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
}

#visual_pool {
  display: none;
}

/*
Event Information
--------------------*/
div.event {
  background: url(../media/images/toppage/event_bg.jpg) center top no-repeat;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
}
div.event div.event_inner {
  display: table;
  margin: 0 auto;
  width: 1040px;
}
div.event div.event_inner:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
@media screen and (max-width: 767px) {
  div.event {
    background: #fff;
    height: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  div.event div.event_inner {
    display: block;
    width: 100%;
  }
}

div.info_wrap {
  display: table-cell;
  font-size: 14px;
  padding-bottom: 25px;
  text-align: left;
  width: 780px;
}
div.info_wrap h2.info__title {
  color: #446699;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 35px;
  margin: 20px 0 0;
  padding: 0;
}
div.info_wrap h2.info__title span.info__title__side {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-left: 10px;
  vertical-align: 2px;
}
@media screen and (max-width: 767px) {
  div.info_wrap {
    display: block;
    float: none;
    width: 100%;
  }
  div.info_wrap h2.info__title {
    font-size: 21px;
    margin-top: 15px;
    padding: 15px 0 0 10px;
  }
  div.info_wrap h2.info__title span.info__title__side {
    font-size: 11px;
  }
}

table.info {
  border-spacing: 0;
  margin: 15px 0 0;
  padding: 0;
}
table.info th {
  color: #446699;
  font-weight: normal;
  padding: 0;
}
table.info th:first-child {
  margin: 0;
}
table.info td {
  height: 100%;
  padding-left: 15px;
}
table.info td a {
  color: #000;
  text-decoration: none;
}
table.info td a:hover {
  color: #1166E4;
  cursor: pointer;
  text-decoration: underline;
}
table.info td a {
  display: block;
  padding: 7px 0;
}
@media screen and (max-width: 767px) {
  table.info {
    border-top: 1px solid #ccc;
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
  }
  table.info tr {
    border-bottom: 1px solid #ccc;
    height: auto;
  }
  table.info th {
    font-size: 12px;
    display: block;
    padding: 5px 10px 3px;
    width: 100%;
  }
  table.info td {
    font-size: 12px;
    display: block;
    padding: 0 10px;
    width: 100%;
  }
  table.info td a {
    padding: 5px 0;
  }
}

div.past_info {
  box-sizing: border-box;
  font-size: 14px;
  margin: 5px auto;
  position: relative;
  text-align: center;
}
div.past_info a {
  color: #000;
  text-decoration: none;
}
div.past_info a:hover {
  color: #1166E4;
  cursor: pointer;
  text-decoration: underline;
}
div.past_info a {
  border: 1px solid #446699;
  border-radius: 5px;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: auto;
  margin-right: 50px;
  width: 165px;
}
@media screen and (max-width: 767px) {
  div.past_info {
    font-size: 13px;
    margin: 15px auto 20px;
  }
  div.past_info a {
    margin: auto;
  }
}

div.past_info a > span.p_span:after {
  font-family: FontAwesome;
  content: "\f138";
  padding-left: 5px;
  padding-right: 0;
  color: #446699;
  font-size: 18px;
  margin: auto;
  vertical-align: bottom;
}

div.campaign {
  box-sizing: border-box;
  background: #666666;
  background: rgba(102, 102, 102, 0.7);
  display: table-cell;
  height: 100%;
  max-width: 260px;
  padding-bottom: 15px;
  text-align: center;
  vertical-align: middle;
  width: 260px;
}
div.campaign p.campaign__title {
  color: #ccc;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 22px;
  letter-spacing: 2px;
  margin: 15px 0;
  padding: 0;
  text-align: center;
}
div.campaign span.campaign__img img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  div.campaign {
    background: #999;
    display: block;
    max-width: 100%;
    padding-top: 5px;
    width: 100%;
  }
  div.campaign p.campain__title {
    font-size: 20px;
  }
}

/*
WORKS
--------------------*/
div.works {
  background: url(../media/images/toppage/works_bg.jpg);
  height: 290px;
  width: 100%;
  margin: 0 auto;
}
div.works div.works_inner {
  margin: 0 auto;
  height: 290px;
  width: 1040px;
}
@media screen and (max-width: 767px) {
  div.works {
    height: auto;
  }
  div.works div.works_inner {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
  }
}

h3.works__title {
  color: #fff;
  font-size: 40px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  margin: 0;
  padding: 20px 0 0;
  letter-spacing: 4px;
}
h3.works__title br {
  display: none;
}
h3.works__title > span.works__title__side {
  font-size: 14px;
  margin: 0 0 0 25px;
  vertical-align: 2px;
}
@media screen and (max-width: 767px) {
  h3.works__title {
    font-size: 30px;
    line-height: 1;
    padding: 0;
    text-align: center;
  }
  h3.works__title br {
    display: block;
    height: 0;
  }
  h3.works__title > span.works__title__side {
    display: block;
    font-size: 11px;
    margin: 0;
  }
}

ul.works {
  box-sizing: border-box;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  width: 1040px;
}
@media screen and (max-width: 767px) {
  ul.works {
    width: 100%;
  }
}
ul.works > li {
  box-sizing: border-box;
  float: left;
  height: 166px;
  margin: 0 0 0 30px;
  padding: 0;
  width: 184px;
}
ul.works > li:first-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  ul.works > li {
    float: none;
    margin: 20px auto 0;
  }
  ul.works > li:first-child {
    margin: 0 auto;
  }
}
ul.works > li img {
  height: 166px;
  width: 184px;
}
ul.works > li > a {
  color: #000;
  text-decoration: none;
}
ul.works > li > a:hover {
  cursor: pointer;
}
ul.works:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

/*
LINKS
--------------------*/
div.links {
  background: #eeeeee;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 140px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  div.links {
    height: auto;
  }
}
div.links div.links_inner {
  display: block;
  margin: 0 auto;
  width: 1040px;
}
@media screen and (max-width: 767px) {
  div.links div.links_inner {
    width: 100%;
    padding-bottom: 15px;
    padding-top: 1px;
  }
}

ul.bnr {
  font-size: 16px;
  float: left;
  list-style: none;
  margin: 30px 0;
  padding: 0 10px;
}
ul.bnr:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
@media screen and (max-width: 767px) {
  ul.bnr {
    box-sizing: border-box;
    float: none;
    margin: 0;
    width: 100%;
  }
}
ul.bnr > li {
  background: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(#ffffff, #dddddd);
  background: linear-gradient(#ffffff, #dddddd);
  border: 1px solid #c5c5c5;
  box-sizing: border-box;
  float: left;
  height: 80px;
  line-height: 80px;
  margin: 0 0 0 30px;
  padding: 0;
  text-align: center;
  width: 300px;
}
@media screen and (max-width: 767px) {
  ul.bnr > li {
    font-size: 15px;
    float: none;
    height: 50px;
    line-height: 50px;
    margin: 10px 0 0 0;
    padding: 0 10px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  ul.bnr > li:first-child {
    margin: 0;
  }
}
ul.bnr > li a {
  color: #000;
  text-decoration: none;
}
ul.bnr > li a:hover {
  color: #1166E4;
  cursor: pointer;
  text-decoration: underline;
}
ul.bnr > li a {
  display: block;
  height: 100%;
  width: 100%;
}

ul.bnr span.bnr_span:after {
  font-family: FontAwesome;
  content: "\f105";
  padding-left: 75px;
  padding-right: 0;
  color: #999;
}

ul.sns {
  float: right;
  font-size: 35px;
  list-style: none;
  margin: 42px 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  ul.sns {
    float: none;
    font-size: 35px;
    margin: 15px auto 0;
    width: 250px;
  }
}
ul.sns:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
ul.sns > li {
  display: inline-block;
  margin: 0 0 0 30px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  ul.sns > li {
    margin: 0 0 0 30px;
  }
  ul.sns > li:first-child {
    margin: 0;
  }
}
ul.sns > li a {
  color: #a39c91;
  text-decoration: none;
}

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