@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: #DFF3F4;
  max-width: 750px;
  margin: 0 auto;
  box-sizing: border-box;
}
.cta {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding-bottom: 80px;
}
.cta_txt {
  padding-top: 44px;
  font-size: 45px;
  font-weight: bold;
}
.time {
  font-size: 56px;
  font-weight: bold;
  color: #E43B98;
}
.cta_note {
  font-size: 28px;
  font-weight: bold;
}
.cta_btn {
  width: 89.2%;
  margin: 0 auto 30px;
  border-radius: 100px;
  box-shadow: 8px 8px 20px rgba(0,0,0,.36);
  animation: anim 2000ms ease infinite;
}
@keyframes anim {
  0%  { transform: scale(1); }
  15% { transform: scale(1.05); }
  30% { transform: scale(1); }
  45% { transform: scale(1.05); }
  70% { transform: scale(1); }
}

@media all and (max-width: 750px) {
  #container {
    max-width: 100%;
  }
  .cta {
    padding-bottom: 10.6666vw;
  }
  .cta_txt {
    padding-top: 5.8666vw;
    font-size: 5.8666vw;
  }
  .time {
    font-size: 7.4666vw;
  }
  .cta_note {
    font-size: 3.7333vw;
  }
  .cta_btn {
    margin: 0 auto 4vw;
  }
}

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

/* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */
.img01 {
  margin-bottom: -40px;
  position: relative;
  z-index: 1;
}
.img02 {
  margin-top: -43px;
  margin-bottom: -40px;
  position: relative;
  z-index: 1;
}
.img03 {
  margin-bottom: -40px;
  position: relative;
  z-index: 1;
}
.img04 {
  margin-bottom: -40px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 750px) {
  .img01 {
    margin-bottom: -5.4%;
  }
  .img02 {
    margin-top: -5.4%;
    margin-bottom: -5.4%;
  }
  .img03 {
    margin-bottom: -5.4%;
  }
  .img04 {
    margin-bottom: -5.4%;
  }
}


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

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