@charset "UTF-8";

body {
	font-size: 62.5%;
	font-family: "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	line-height: 1;
}

img{
	max-width: 100%;
	height: auto;
}

h1#logo{
	max-width: 950px;
	margin:128px auto 0;
}

.tagline{
	font-size: 14px;
	line-height: 1.6em;
	margin: 50px 0;
	color: #ff600f;
}

/**************************************
element
**************************************/

/*logo*/

.logo{
	opacity: 0;
	transition: 1.8s;
	text-align: center;	
	
}

.logo img{
	max-width: 700px;
	height: auto;
}

.catch{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: .1em;
	margin-top: 90px;
}

.description{
	font-weight: bold;
	opacity: 0;
	transition:.8s;
	transition-delay: .5s;
	font-size: 30px;
	margin: 300px 0 240px;
	color:#ff6010;
	line-height: 2;
	
}
.description_visible{
	opacity: 1;
}

.sp_br{
	display: none;
}

/*3e*/

.box_3e{
	height: 320px;
	background: #ff600f;
	text-align: center;
	z-index: 2;
	position: relative;
}

.box_3e .e{
	margin-top: -100px;
}

/*section*/

.e_number{
	margin-top: 120px;
}

.e_title,.car_title{
	margin: 90px 0px 90px;
	font-size: 40px;
	font-weight: bold;
}

.car_title{
	max-width: 100%;
}

.e_copy{
	font-size: 18px;
	line-height: 2;
	margin-bottom: 120px;
}

.btn--big, .btn--big--caset {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 16px;
}

.sns_box {
	margin: 100px auto 30px;
	text-align: center;
}

.sns_ajust {
	display: none;
}

/*animetion_general*/

.box{
	opacity: 0;
	transition: .8s;	
}

.fadeInupbox{
	transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
	text-align: center;
}

.fadeInup{
	transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
	opacity: 1;
}

.fadeInbox{
	opacity: 0;
	transition: 3.8s;
	text-align: center;
}

.fadeIn{
	opacity: 1;
}

.btnWrap {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}

.btnFunc {
  width: 300px;
  line-height: 1;
  padding: 18px;
  border: 1px solid #dedcd7;
  border-radius: 3px;
  background-image: linear-gradient(to bottom,#fff 85%,#f6f6f6 100%);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.06);
  font-size: 16px;
  color: #666
}
.btnFunc:hover {
  background-image: linear-gradient(to bottom,#f9f8f6 85%,#eee 100%);
  cursor: pointer;
}


/**************************************
pc2(1120px)
**************************************/
@media screen and (max-width:1120px){
	.tagline{
		width: 90%;
		height: auto;
	}
}

/**************************************
pc2(850px)
**************************************/

@media screen and (max-width:820px){
	.footlogo{
		width: 90%;
		height: auto;
	}
}



/**************************************
ipad(768px)
**************************************/

@media screen and (max-width:768px){
	
	h1#logo{
	width: 80%;
	text-align: center;
	margin:95px auto;
}
	
	h1#logo img{
	width: 80%;
	margin:95px auto 0px;
}
	
	.catch{
		width: 100%;
}
	
	.description{
	width: 80%;
	margin: 85px auto 260px;
	font-size: 18px;
	color:#ff6010;
	line-height: 2;
	
}
	
	.box_3e{
	height: 300px;
	background: #ff600f;
	text-align: center;
	z-index: 2;
	position: relative;
}

	.box_3e .e{
	margin-top: -100px;
	width: 70%;
}
	
	.car_title{
	width: 80%;
	margin: 90px 0 90px;
	
}
	.e_copy{
	width: 80%;
	margin: 0 auto 120px;
	text-align: left;
	}
	
	.e_copy br{
		display:none;
}
	
}

/**************************************
iphone plus(414px)
**************************************/

@media screen and (max-width:414px){

	h1#logo{
	margin:30px auto;
}

	h1#logo img {
	margin:95px auto 0px;
}
	.catch{
		font-size: 16px;
		margin-top: 40px;
}
	
	.description{
		font-size: 15px;
	    margin: 80px auto 180px;
}
	
	.box_3e .e{
	margin-top: -50px;
}
	
	.box_3e{
		height: 120px;
}
	
	.e_number{
	    margin: 60px auto 30px;
		width: 40%;
}
	
	.e_title,.car_title{
	margin: 0px auto 40px;
	font-size: 18px;
	letter-spacing: .1em;
}
	
	.e_copy{
	font-size: 14px;
	line-height: 2;
	margin: 0 auto 80px;
}
	
	.sp_br{
	display: none;
}
	.sns_wrapper {
	padding: 48px 0;
	background: #f5f4f0;
	text-align: center;
}

	.sns_box {
	width: 300px;
	margin: 0 auto;
	background-color: #f5f4f0;
}
	
	.hatena-bookmark-button-frame{
		margin-top: 10px;
	}
	.sns_ajust {
	display: block;
	margin-top: 10px;
}
	.sns_ajust:after {
	content: "";
	display: block;
}
	.btnWrap {
	padding: 0 12px 48px;
	margin: 0;
	background-color: #f5f4f0;
	text-align: center;
}

	.btnFunc {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 0;
		border: 1px solid #dedcd7;
		border-radius: 6px;
		background-image: none;
		background-color: #ffffff;
		box-shadow: none;
		color: #333;
		font-family: YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", "sans-serif";
		line-height: 48px;
	}

	.footer {
		line-height: 1.6;
	}
}

/**************************************
iphone(320px)
**************************************/
@media screen and (max-width:320px) {
	.sp_br {
		display: block;
	}

	.box_3e {
		height: 100px;
	}

	.e_title,.car_title {
		font-size: 15px;
	}
}

/**************************************
a
 **************************************/

a {
  background-color: transparent;
  text-decoration: none;
  color: #003a6b;
}


a:visited {
  color: #2b006b;
  outline: 0;
}

a:hover {
  color: #003a6b;
  text-decoration: underline;
  outline: 0;
}

a:active {
  color: #003a6b;
  text-decoration: underline;
  opacity: .5;
  outline: 0;
}

a:before,a:after {
  text-decoration: none!important;
}

/*slideメニュー調整のため追記*/
.slideMenu {
	font-family: "ヒラギノ角ゴ Pro",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	line-height: 1.6;
}

.slideMenu__login > a {
	font-size: 12px;
	color: #666;
}

.userName {
	font-size: 12px;
}

.title4 {
	position: relative;
	margin-bottom: 11px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 1.6;
}

.title4:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -1px;
	width: 18px;
	height: 18px;
	margin-top: 3px;
	background: url(/static/sp/img/icon_circle.svg) no-repeat center center;
}

.title4--gnavi {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
}

.title4--gnavi:after {
	width: 14px;
	height: 14px
}