@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;
}
.ttl img,
.cta img,
.img img {
  max-width: 100%;
}

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

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

/* Main
 ---------------------------------------------------------------*/
#container {
  max-width: 750px;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0 0 26px rgba(0,0,0,.16);
  background-color: #fff;
  padding:  0 0 1px;
}

@media all and (max-width: 750px) {
  #container {
    max-width: 100%;
    overflow: hidden;
  }
}

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

/* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */
.kv img {
  width: 118.2666666%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.kv_bottom {
  position: relative;
}
.kv_bottom_img {
  width: 100%;
}
.kv_img1 {
  width: 30%;
  position: absolute;
  top: -1%;
  right: -7%;
  z-index: 1;
}
.kv_img2 {
  width: 26.5%;
  position: absolute;
  top: 18%;
  left: -7%;
  z-index: 1;
}
.kv_bottom2 {
  position: relative;
}
.kv_bottom2_img {
  width: 100%;
}
.kv_bottom2_txt {
  width: 93.46666%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cta {
  background-color: #FDF9EA;
  padding: 4% 0 8%;
}
.cta img {
  max-width: 100%;
}
.cta_txt {
  width: 89.6%;
  margin: 0 auto 2%;
}
.cta_btn {
  animation: anim 2000ms ease infinite;
  width: 86.6666%;
  margin: 0 auto;
}
.cta_btn img {
  width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,.4);
  border-radius: 10px;
}
.img1 {
  margin-top: 5%;
}
@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) {
  .kv_img1 {
    width: 23%;
    top: -5%;
    right: 1%;
  }
  .kv_img2 {
    width: 20.5%;
    left: 2%;
  }
  .cta_btn img {
    border-radius: 2vw;
  }
}


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

/*スマホ対応*/
.pc {
  display: block!important;
}
.sp {
  display: none!important;
}
@media all and (max-width: 750px) {
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
}
