/* style.css */

@charset "UTF-8";

/* 基本設定 */

@import url('reset.css');

/* 全体、その他
============================================*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
}

a img:hover{
	opacity: 0.5
}


section{
	position: relative;
	z-index:5;
	padding-top: 100vh;
}
section img {
	width: 100%;
	height: auto;
}
#point {
	position: relative;
	top: -50vw;
}


#title {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: auto;
z-index: 1;
	transition: 0.5s;
}
#title .logo{
  position: absolute;
    transform: scale(0);
	animation: logo 0.2s forwards;
	animation-delay: 1s;
}

@keyframes logo {
  0% {
  transform: scale(0);
  }
  90% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

#header {
	background: #ffffff;
	margin: 0 auto;
	padding: 10px;
	height: 70px;
	box-sizing: border-box;
}
#header h1 {
	margin-top: 5px;
	position: absolute;
}

#main_menu {
	position: absolute;
	width: 100%;
	left: 0;
	top: 10px;
}

#main_menu img{
	margin-right: 10px;
}

#main_menu .btn {
	text-align: right;
	margin-bottom: -5px;
}

#main_menu ul {
	display: none;
	position: relative;
	top: 18px;
	z-index: 9999;
}

#main_menu ul li a {
	display: block;
	padding: 20px;
	color: #FFF;
	border-bottom: #FFF 1px solid;
	background: #ed1b25;
	font-size: 1.5rem;
}
#main_menu #menu-close {
	padding: 20px;
	color: #ed1b25;
	border-bottom: #ed1b25 2px solid;
	background: #fff;
	font-size: 1.5rem;
	text-align: center;
}

#header .sns {
	position: absolute;
	right: 5px;
	top: 15px;
	z-index: 9999;
}
#header .sns li {
	float: left;
	margin-right: 5px;
	width: 39px;
}
#header .sns li img {
	width: 100%;
}

#sec03 p{
	text-align: center;
}

#sec05 a.add_line{
	display: none;
    z-index: 100;
}

.btn_line {
	box-sizing: border-box;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: 50;
	display: none;
}
.btn_line.fixed {
	display: block;
	text-align: center;
	z-index:200;
}

.pre_ttl {
  transform: scale(0);
  width: 400px;
  position: absolute;
  z-index: -1;
}

.pre_ttl.active {
    transform: scale(1);
	animation: pre_ttl 0.2s;
}

@keyframes pre_ttl {
  0% {
  transform: scale(0);
  }
  90% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}


.pre2_bg {
	background: url(../images/pre2_img_01.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	width: 540px;
	height: 540px;
	position: absolute;
}

.pre2_item {
	position: relative;
	background: url(../images/pre2_img_02.png) no-repeat left top;
	background-size: cover;
	text-indent: -9999em;
	overflow: hidden;
	width: 540px;
	height: 540px;
	position: absolute;
	left: 0;
	top: -50%;
	transition: 0.7s;
	transition-delay:1s;
}
.pre2_item.move {
	animation: pre2_item 1s steps(4);
	animation-delay: 1s;
}
 
@keyframes pre2_item {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2160px 0;
	}
}



.digibie_ttl {
	position: relative;
	background: url(../images/digibie_ttl.png) no-repeat left top;
	background-size: 100% auto;
	text-indent: -9999em;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 26.5625%;
	animation: digibie_ttl 0.1s steps(3) infinite;
	position: absolute;
}
 
@keyframes digibie_ttl {
    from {
    background-position: left top;
    }
    to {
    background-position: left bottom;
    }
}

.fuki {
  position: absolute;
  left: 360px;
  top: 50px;
	opacity: 0;
}
.fuki.active {
	animation: fuki 3s forwards;
}


@keyframes fuki {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}


/*-------------------------
|                         |
|  レスポンシブCSS        |
|  SP用（767px以下）  　　|
|													|
-------------------------*/

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

.btn_line img {
	opacity: 1!important;
}


#page-header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 500;
	
}

img{
	max-width:100%;
}
#wrapper{
	width:640px;
}

#bg{
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background: #fff url(../images/bg_sp.jpg) center 70px no-repeat;
  background-size:cover;
}

#over{
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background: url(../images/over.png) center repeat;
  opacity: 0;
}

#title {
position: fixed;
top: 65px;
left: 0;
width: 100%;
height: auto;
z-index: 1;
}
#title .logo{
  left: 400px;
  top: 7vh;
  width: auto;
}

#title .text{
	transform:scale(0.9);
	transform-origin:90% bottom;
}

.pc{
	display: none;
}

#container {
	width: 640px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;

}


#sec01{
	position:relative;
}
.pre_ttl {
  left: 50px;
  margin-top: 15px;
}


#sec01 .haramaki{
	position: absolute;
	bottom: 1280px;
	left:50px;
/*	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif ;*/
	font-size: 21px;
	font-weight: bolder;
	
}

#sec01 .dakimakura{
	position: relative
}

#sec01 .d_text01{
	position: absolute;
	top:-325px;
	left:50px;
/*	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif ;*/
	font-size: 21px;
	font-weight: bolder;
	
}

#sec01 .d_text02{
	position: absolute;
	top:-85px;
	left:50px;
/*	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif ;*/
	font-size: 20px;
	font-weight: 300;
	
}

.pre2_bg {
	left: 50px;
	bottom: 340px;
	z-index: -1;
}

#sec02 {
/*	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif ;*/
	background: #dbd8d3 url(../images/img_07_bg_sp.png) no-repeat center bottom;
	z-index: 50;
	padding-bottom: 320px;
}

#sec02 .step1{
	text-align: center;
	margin: 60px 0 0 0;
}

#sec02 .step2{
	text-align: center;
	margin: 60px 0 0 0;
}

#sec02 .sec02_content{
	margin: 0 50px;
}

.sec02_content .step-ttl01{
	color: #D50000;
	font-size: 36px;
	margin-top: 40px;
	font-weight: bold;
}

.sec02_content .step-text01-01{
	font-size: 26px;
	margin-top: 40px;
	line-height: 1.5;
	font-weight: bolder;
	margin: 20px 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.sec02_content .step-text01-01 span,
.sec02_content .step-text01-02 span,
.sec02_content .step-text01-03 span{
	color: #D50000;
	padding-right: 0.5em;
}

.sec02_content .step-text01-02{
	font-size: 26px;
	line-height: 1.5;
	font-weight: bolder;
	margin: 20px 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.sec02_content .step-text01-03{
	font-size: 26px;
	margin-top: 40px;
	line-height: 1.5;
	font-weight: bolder;
	margin: 20px 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
}




.sec02_content .step-Subtext{
	font-size: 20px;
}

#sec03{
	background:  url(../images/img_10_bg_sp.jpg) no-repeat center top;
	position: relative;
}
.digibie_ttl {
	top: 180px;
}

#sec03 .block01{

}

#sec03 .lead{
	font-size: 24px;
	width: 526px;
	letter-spacing: 0.001em;
	position: absolute;
	top: 18%;
	left: 12%;
}



#sec03 .case_text01{
	font-size: 24px;
	font-weight: bolder;
	width: 314px;
	text-align: left;
	position: absolute;
	top: 1032px;
	left: 215px;
}


#sec03 .case_text02{
	font-size: 24px;
	font-weight: bolder;
	width: 314px;
	text-align: left;
	position: absolute;
	bottom: 240px;
	left: 215px;
}

#sec03 .matome{
	position: absolute;
	bottom: 3.2%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 34px;
	line-height: 1.3;
	color: #2E3190;
	font-weight: bold;
/*	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif ;*/
}

#sec04{
	position: relative;
}

#sec04 h2 {
	position: relative;
}

#sec04 h2 .fuki {
	position: absolute;
	top: -10px;
	left: 10px;
}

#sec04 .description{
	font-size: 26px;
	position: absolute;
	top:49%;
	left:258px;
	width: 300px;
	letter-spacing: 0.01em;
	margin: 40px 44px 90px;
	font-weight: bold;
}

#sec04 .kounou{
	position: absolute;
	top: 21%;
	left:15%;
/*	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif ;*/
	text-align: center;
	color:#C40000;
	font-weight: bold;
	font-size: 33px;
	line-height: 1.35;
	margin: 0 0  10px 42px;
	display: none;
}

#sec04 .check{
	position: absolute;
	top: 720px;
	left: 117px;
	line-height: 2.0;
	display: none;
}

#sec04 .check li{
	font-weight: bold;
	font-size:24px;
}

#sec04 .bene {
	position: absolute;
	top: 2150px;
	left: 50px;
}
#sec04 .bene img {
	padding-bottom: 10px;
}
#sec05 {
	padding: 0;
}

#sec05 .overview{
	position: absolute;
	bottom:22%;
	left:0;
}




#sec05 h2 {
	text-align: left;
	color:#000;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.35;
	margin: 0 0  10px 42px;
}

#sec05 .oyasumi{
	color:#C40000;
}

#sec05 .method{
	position: absolute;
	top: 90%;;
	left: 26px;
}

#sec05 h3 {
	margin: 10px 40px;
	padding: 1px 20px;
	border: #323232 1px solid;
	font-weight: bold;
	font-size: 23px;
	display: inline-block;
}

#sec05 .tag{
	position: absolute;
	top: 0;
	left: 212px;
}

#sec05 dl {
	margin: 10px 30px;
	font-size: 21px;
}

#sec05 dt {
	clear:both;
	float: left;
	width: 7em;
}

#sec05 dd {
	padding:0 0 10px 7.5em;
}
#sec05 .text {
	letter-spacing: 0.01em;
	margin: 40px 44px 90px;
	font-weight: bold;
}
#sec05 .text strong {
	color:#c60000;
	font-weight: bold;
}

#sec06{
	position: relative;
	padding-bottom: 180px;
	background: #9b8a7c;
}

#sec06 .tora_btn{
	position:absolute;
	top:627px;
	left:79px;
	z-index: 100;
}

}

/*-------------------------
|                         |
|  レスポンシブCSS        |
|  PC用（767px以上）  　　|
|													|
-------------------------*/

@media screen and (min-width:767px){

.sp{
	display:none;
}

img{
	max-width: 100%;
}

#wrapper {
	width: 100%;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
#container {
	width: 1500px;
	position: relative;
	left: 50%;
	margin-left: -750px;
}

#title img{
  width: 100%;
  height: auto;
}
#title .logo{
  left: 40%;
  top: 28%;
  width: 48.3333%;
  height: auto;
}


#bg{
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background: #fff url(../images/bg_pc.jpg) center top no-repeat;
  background-size:cover;
}

#over{
	display: none;
}

.btn_line {
	box-sizing: border-box;
	position: fixed;
	left: 10%;
	bottom: 0;
	width: 80%;
	height: auto;
	z-index: 50;
	display: none;
}


#sec01{
	position:relative;
}

#sec01 .haramaki{
	position: absolute;
	bottom: 650px;
	left: 1010px;
	width: 270px;
/*	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif ;*/
	font-size: 15px;
	font-weight: bolder;
	
}
#sec01 section{
	padding-top: 100vw;
	max-width: 100%;
}
#sec01 section img{
	max-width: 100%;
}

.pre_ttl {
  width: 24%;
  right: 11.5%;
  margin-top: -0.5%;
}
.pre_ttl.pre2 {
}

#sec01 .d_text01{
	position: absolute;
	bottom: 140px;
	left: 1010px;
	width: 270px;
/*	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif ;*/
	font-size: 15px;
	font-weight: bolder;
	
}

#sec01 .d_text02{
	position: absolute;
	bottom:2.5%;
	left:38%;
/*	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif ;*/
	font-size: 12px;
	font-weight: 300;
	
}
.pre2_bg {
	width: 400px;
	height: 400px;
	left: 572px;
	bottom: 120px;
	z-index: -1;
}

.pre2_item {
	width: 400px;
	height: 400px;
}
@keyframes pre2_item {
    from {
    background-position: 0 0;
    }
    to {
    background-position: -1600px 0;
    }
}



#sec02 {
/*	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif ;*/
	z-index: 50;
	position: relative;
}


#sec02 .sec02_content{
	text-align: center;
	margin: 0 50px;
}

#sec02 .sec02_content .text{
	text-align: left;
	position: absolute;
	left: 45%;
	top: 40px;
	width: 35%;
}


.sec02_content .step-ttl01{
	color: #D50000;
	font-size: 30px;
	margin-top: 40px;
	font-weight: bold;
}

.sec02_content .step-text01-01{
 class="sp"	margin-top: 40px;
	line-height: 1.5;
	font-weight: bolder;
	margin: 20px 0 10px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.sec02_content .step-text01-01 span,
.sec02_content .step-text01-02 span,
.sec02_content .step-text01-03 span{
	color: #D50000;
	padding-right: 0.5em;
}

.sec02_content .step-text01-02{
 class="sp"	line-height: 1.5;
	font-weight: bolder;
	margin: 20px 0 10px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.sec02_content .step-text01-03{
 class="sp"	margin-top: 40px;
	line-height: 1.5;
	font-weight: bolder;
	margin: 20px 0 10px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.sec02_content .step-Subtext{
	font-size: 15px;
}

#sec02 .dezihie{
	text-align: center;
}


#close_kanban{
	margin-bottom: 50px;
}

#sec03{
	width: 100%;
	background:  url(../images/img_10_bg_pc.jpg) no-repeat center top;
	position: relative;
}
.digibie_ttl {
	transform: scale(0.4);
	top: 90px;
}

#sec03 .lead{
	font-size: 16px;
	width: 526px;
	letter-spacing: 0.001em;
	position: absolute;
	top: 21%;
	left: 35%;
}



#sec03 .case_text01{
	font-size: 18px;
	font-weight: bolder;
	width: 230px;
	text-align: left;
	position: absolute;
	top: 37%;
	right: 13.5%;
}


#sec03 .case_text02{
	font-size: 18px;
	font-weight: bolder;
	width: 230px;
	text-align: left;
	position: absolute;
	bottom: 28%;
	right: 13.5%;
}

#sec03 .matome{
	position:absolute;
	bottom:8%;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #2E3190;
	font-weight: bold;
/*	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif ;*/
}

#sec04{
	width: 100%;
	background:  url(../images/img_14_bg_pc.jpg) no-repeat center top;
	position: relative;
}

.fuki {
  left: 300px;
  top: 140px;
}

#sec04 .description{
	font-size: 20px;
	position: absolute;
	top:60%;
	left:50%;
	width: 549px;
	letter-spacing: 0.01em;
	margin: 0;
	font-weight: bold;
}

#sec04 .bene{
	position: absolute;
	top:64.5%;
	left:50%;
}

#sec04 .bene img {
	padding-bottom: 10px;
}

#sec04 .kounou{
	position: absolute;
	top: 16.5%;
	left: 20%;
	width: 26%;
/*	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif ;*/
	text-align: center;
	color:#C40000;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.35;
	display: none;
}

#sec04 .check{
	position: absolute;
	top: 19.5%;
	left: 22%;
	line-height: 2.3;
	display: none;
}

#sec04 .check li{
	font-weight: bold;
	font-size:18px;
}
#sec05 {
	padding: 0;
}
#sec05 .overview{
	position: absolute;
	top:70%;
	left:50%;
	margin-left: -42px;
}



#sec05 h2 {
	text-align: left;
	color:#000;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.35;
	margin: 0 0  10px 42px;
}

#sec05 .oyasumi{
	color:#C40000;
}

#sec05 .method{
	position: absolute;
	top: 86%;
	left:50%;
}

#sec05 h3 {
	margin: 5px;
	padding: 1px 20px;
	border: #323232 1px solid;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
}

#sec05 .tag{
	position: absolute;
	top: 0;
	left: 212px;
}

#sec05 dl {
	margin: 10px 30px;
	font-size: 18px;
}

#sec05 dt {
	clear:both;
	float: left;
	width: 7em;
}

#sec05 dd {
	padding:0 0 10px 7.5em;
}
#sec05 .text {
	width: 465px;
	letter-spacing: 0.01em;
	margin: 10px 44px 90px;
	font-weight: bold;
	font-size: 19px;
}
#sec05 .text strong {
	color:#c60000;
	font-weight: bold;
}

#sec06{
	background: #E8E3DF;
}

#sec06{
	position: relative;
}

#sec06 .tora_btn{
	position:absolute;
	top:58%;
	left:520px;
	z-index: 100;
}

}