@charset "utf-8";
/* ==========================================================================
   Foundation  [ reset / base ]
   ========================================================================== */

/* Reset
   ----------------------------------------------------------------- */
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-style: normal;
  font-weight: normal;
  font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html{
  overflow-y: scroll;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
input, textarea,{
  margin: 0;
  padding: 0;
}
ol, ul{
  list-style:none;
}
table{
  border-collapse: collapse;
  border-spacing:0;
}
caption, th{
  text-align: left;
}
a:focus {
  outline:none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.both{
  clear:both;
}

/* Base
   ----------------------------------------------------------------- */
body {
  font: 16px/1.231 "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
  width: 100%;
  background: #fff;
  color: #000;
}
a {
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
a:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;}
a:hover img{
  opacity: 0.9;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
img {
  display: block;
  max-width: 100%;
}

/* ==========================================================================
   Layout [ header / main / footer ]
   ========================================================================== */

/* Header
 ---------------------------------------------------------------*/

/* Main
 ---------------------------------------------------------------*/
#container {
  background-color: #000;
  max-width: 740px;
  margin: 0 auto;
  box-sizing: border-box;
}
.date {
  color: #fff;
  text-align: center;
  font-size: 32px;
  margin-bottom: 8px;
}
.cta {
  position: relative;
}
.cta_btn {
  display: block;
  width: 662px;
  height: 186px;
  position: absolute;
  top: 319px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 740px) {
  #container {
    max-width: 100%;
  }
  .date {
    font-size: 5vw;
  }
  .cta_btn {
    width: 90vw;
    height: 25.2vw;
    top: 43vw;

  }
}

/* footer
 ---------------------------------------------------------------*/

/* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */
.img {

}


/* Project
  ------------------------------------------------------------------- */

/*スマホ対応*/
.pc {
  display: block;
}
.sp {
  display: none!important;
}
