@charset "UTF-8";
/*---------------------------------------
  reset
----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*---------------------------------------
  body
----------------------------------------*/
body {
  font-family: Avenir, 'Helvetica neue', Helvetica, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
}

/*---------------------------------------
  a
----------------------------------------*/
a {
  color: #000000;
  font-weight: bold;
  transition: .5s;
}

a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

/*---------------------------------------
  li
----------------------------------------*/
li {
  list-style: none;
}

/*---------------------------------------
  clearfix
----------------------------------------*/
.cf {
  zoom: 100%;
}

.cf:after {
  content: ".";
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/*---------------------------------------
  float
----------------------------------------*/
.float-l {
  float: left;
}

.float-r {
  float: right;
}

/*---------------------------------------
  text-align
----------------------------------------*/
.txt-l {
  text-align: left !important;
}

.txt-r {
  text-align: right !important;
}

.txt-c {
  text-align: center !important;
}

/*---------------------------------------
  mediaquery
----------------------------------------*/
.pc-b {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-b {
    display: none;
  }
}

.pc-i {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .pc-i {
    display: none;
  }
}

.sp-b {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-b {
    display: block;
  }
}

.sp-i {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-i {
    display: inline-block;
  }
}

/*---------------------------------------
  wrap
----------------------------------------*/
.wrap {
  /* border: 2px solid #000000; */
  /* margin: 5%; */
  padding: 8%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .wrap {
    /* margin: 7%; */
    padding: 60px 38px;
  }
}

/*---------------------------------------
  ttl
----------------------------------------*/
.ttl-logo {
  text-align: center;
}

.ttl-logo svg {
  width: 60%;
/*   filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3)); */
}

.ttl-campaign, .ttl-notice {
  font-size: 32px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl-campaign, .ttl-notice {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.ttl-presents {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2%;
}

@media screen and (max-width: 767px) {
  .ttl-presents {
    margin-top: 15%;
  }
  .ttl-presents + .btn-link {
    margin-top: 7% !important;
  }
}

/*---------------------------------------
  main
----------------------------------------*/
.main-hr {
  width: 1px;
  height: 136px;
  margin: 9% auto 0;
  overflow-y: hidden;
}

@media screen and (max-width: 767px) {
  .main-hr {
    margin: 25% auto 0;
  }
}

.main-cont {
  margin-top: 10%;
}

@media screen and (max-width: 767px) {
  .main-cont {
    margin-top: 15%;
  }
}

.main-description {
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  width: 307px;
  margin: 1% auto 0;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .main-description {
    font-size: 11px;
    font-size: 0.6875rem;
    width: 242px;
    margin: 4% auto 0;
  }
}

.main-concept {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  margin-top: 5%;
}

@media screen and (max-width: 767px) {
  .main-concept {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 15%;
  }
}

.main-twitter {
  text-align: center;
  margin: 4% 0 0;
}

@media screen and (max-width: 767px) {
  .main-twitter {
    margin: 15% 0 0;
  }
}

.main-twitter img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .main-twitter img {
    width: 90%;
  }
}

/*---------------------------------------
  btn
----------------------------------------*/
.btn-link {
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  width: 20%;
  margin: 3% auto 0;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .btn-link {
    width: 50%;
    margin: 15% auto 0;
  }
}

.btn-link a {
  border: 1px solid #000000;
  width: 100%;
  padding: 8% 0;
  text-decoration: none;
  display: inline-block;
}

/*---------------------------------------
  txt
----------------------------------------*/
.txt-date, .txt-place {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.txt-date {
  margin-top: 3%;
}

@media screen and (max-width: 767px) {
  .txt-date {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 7%;
  }
}

.txt-place {
  margin-top: 1%;
}

@media screen and (max-width: 767px) {
  .txt-place {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 3%;
  }
 .txt-place + .btn-link {
    margin-top: 7% !important;
  }
}

.txt-message {
  font-size: 24px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5%;
}

@media screen and (max-width: 767px) {
  .txt-message {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 15%;
  }
}

.txt-coming {
  font-size: 32px;
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  margin-top: 5%;
}

@media screen and (max-width: 767px) {
  .txt-coming {
    font-size: 28px;
    font-size: 1.75rem;
    margin-top: 15%;
  }
}

/*---------------------------------------
  footer
----------------------------------------*/
footer {
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 8%;
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 25%;
  }
}
