@charset "Shift_JIS";
html {
  font-size: 10px;
}
body {
  margin: 0;
  text-align: center;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
  color: #ec1730;
  line-height: 1.4px;
  background: #eee;
}
body a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.lp-header {
  background: #fff;
}
.logo {
  margin: 0 auto;
  width: 40%;
  height: 100%;
}
.logo img {
  width: 100%;
}
.lp-block-wrap {
  width: 100%;
}
.lp-block {
  width: 900px;
  margin: 0 auto;
}
.lp-block img {
  width: 100%;
  vertical-align: bottom;
}

footer{
  color: #FFF;
  background: #999;
  padding: 20px 0 20px 0;
  line-height: 20px;
  font-size: 14px;
}
#follow-nav {
  position: fixed;
  background: rgba(127, 127, 127, 0.8);
  width: 100%;
  z-index: 1;
  bottom: -20%;
  box-sizing: border-box;
}
.lp-nav-btn-container {
  display: flex;
  justify-content: space-evenly;
  padding:10px 0;
}
.lp-nav-btn-container a{
  background:#ec1730;
  background: linear-gradient(to bottom, #ec1730 0%, #C30D23 100%);
  text-decoration:none;
  color:#FFF;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 0 rgba(0, 0, 0, .2);
  position: relative; /* position: relative;で矢印の位置を基点とさせます */	
}

.lp-nav-btn-1{
  width:480px;
  height:50px;
   font-size: 16px;
}
.lp-nav-btn-2{
  width:360px;
  height:50px;
   font-size: 16px;	
}
.lp-nav-btn-3{
  width:240px;
  height:50px;
   font-size: 16px;	
}
.lp-nav-btn-3 br{
	display:none;
}
.lp-nav-btn-space{
	height:70px;
}


.arrow:after{
    /* 擬似要素で矢印アイコンをつくる */
    content: '';
    border: 0;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #fff;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
	bottom:2px;
    right: 2px;
    transform:rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}

/*
//============================================
// breakpoint
//============================================
*/
@media only screen and (max-width: 900px) {
.lp-header {
  padding: 1% 0;
}	
  .logo {
    text-align: center;
    width: 50%;
	margin: 0 auto;
  }
  .lp-block {
    width: 100%;
  }
.lp-nav-btn-container {
     padding:1% 0;
  }
.lp-nav-btn-1{
   width:80%;
   height:5VW;
   font-size: 2.6vw;
  }		
.lp-nav-btn-2{
   width:47%;
   height:6VW;
   font-size: 2.3vw;
  }	
.lp-nav-btn-3{
   width:30%;
   height:7VW;
	text-align: right;
   font-size: 2vw;
   line-height:2.3vw;
  }

  footer{
   padding: 2.4vw 0 2.4vw 0;
   font-size: 1.6vw;
   line-height:3vw;
 }
.lp-nav-btn-space{
	height:8vw;
}	
}
@media only screen and (max-width: 599px) {
.lp-header {
  padding: 2% 0;
}	
  .logo {
    width: 75%;
  }
.lp-nav-btn-container {
     padding:2% 0;
  }	
.lp-nav-btn-1{
   height:8VW;
   font-size: 3.6vw;
  }		
.lp-nav-btn-2{
   height:9VW;
   font-size: 3.3vw;
  }	
.lp-nav-btn-3{
   height:10VW;
   font-size: 3vw;
   line-height:3.3vw;
  }
	.lp-nav-btn-3 br{
	display:inline-block;
}
	.lp-nav-btn-space{
	height:12vw;
}	
}