@charset "UTF-8";

/* reset CSS　*/

html {
 overflow-x: hidden;
}

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	line-height: 2;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 14px;
	line-height: 2;
    color: #505050;
	font-family: "Noto Sans SC",sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
  text-decoration: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
 	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
 	outline-offset: -2px;
}

input {
	border: none;
	outline: none;
	
}

button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	-webkit-appearance: none;
}


.pc_only {
	display: block; }

.sp_only {
	display: none; }

@media screen and (max-width: 899px) {
    .pc_only {
      display: none; }
    .sp_only {
      display: block; }
}



/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*
a.btn-radius-solid {
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
}
*/

main{
	position: relative;
}

section{
	margin: 0;
	width: 100vw;
	height: auto;
	position: relative;
	padding: 100px 0;
}

section::before {
    background: url("../img/kv_bg.jpg") no-repeat center;
    background-size: cover;
    content: "";
    display: block;
    position: fixed;
	z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

}

section h1{
	position: absolute;
	top: 30px;
	left: 50px;
}


.flex{
	width: 100%;
	display: flex;
	justify-content: space-around;
	max-width: 1000px;
	margin: 0 auto;
}

h2{
	width: 100%;
}

h3{
	
    text-shadow:2px 2px 2px rgba(0,0,0,0.4);
	font-weight: bold;
	font-size: 40px;
	color: #000;
	margin-top: -15px;
	margin-bottom: 40px;
}

.inner {
	text-align: center;
	margin: 0 auto;
	padding: 5rem;
	border-radius: 10px;
	width: 80%; 
	max-width: 1280px;
	background: -webkit-linear-gradient(#fff, #D0D0D0);
	background: -o-linear-gradient(#fff, #D0D0D0);
	background: linear-gradient(#fff, #D0D0D0);
	position: relative;
	
    box-shadow:3px 3px 5px 0px rgba(0,0,0,0.5);
}


/*-------------------------------------------------------

						kv

-------------------------------------------------------*/


section.kv{
	height: 50vw;
	position: relative;
}

.kv h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.kv h1 img{
	width: 100vw;
	max-width: 1300px;
}



.flow-nav__wrapper{
	position: fixed;
	z-index: 99;
	bottom: 70px;
	left: 0px;
    width: 400px;
	height: 65px;
}

.float_cta_btn p{
	text-align: left;
	line-height: 1.4;
	display: inline-block;
	position: relative;
	margin: 0 0 0 auto;
}

.float_cta_btn a{
    display: inline-block;
    width:100%;
    padding: 1.8rem 30px 1.8rem 0;
    text-decoration: none;
    background: linear-gradient( #08DB47 0%, #069E34 51%, #045B1E 100%);
    text-align: end;
    color:#FFFFFF;
    font-size: 20px;
    font-weight:bold;
    border-radius: 0 10px 10px 0;
    box-shadow:3px 3px 5px 0px rgba(0,0,0,0.5);
    text-shadow:3px 3px 3px rgba(0,0,0,0.5);
    transition: all 0.2s ease;
}

.float_cta_btn a:hover{
	opacity: 0.6;
	filter: brightness(110%);
}

.float_cta_btn_img{
	display: inline-block;
}

.float_cta_btn_img:before{
	content: '';
	display: inline-block;
	width: 57px;
	height: 54px;
	background-image: url("../img/line_icon.svg");
	background-size: contain;
	margin-right: 15px;
	margin-bottom: -4px;
}

/*	フロートボタンJS	*/

.flow-navi__wrapper {
	display:none;
}

.flow-navi {
}




/*-------------------------------------------------------

					who_are_you

-------------------------------------------------------*/


.who_are_you_img{
	max-width: 312px;
	width: 30%;
}

.who_are_you .inner .flex .arrow{
	width: 4%;
}



/*-------------------------------------------------------

					easy_3step

-------------------------------------------------------*/


.easy_3step_card img:first-child{
    max-width: 337px;
	width: 95%;
}

.howto_4{
	margin: 0 auto;
	margin-top: 30px;
	width: 80%;
}

.easy_3step .inner .flex .easy_3step_card .card_position{
	position: relative;
}


.easy_3step .inner .flex .easy_3step_card .card_position .arrow{
	position: absolute;
	width: 10%;
	top: 45%;
	left: 98%;
}

.attention {
	width: 78%;
	margin: 0 auto;
}


.attention p{
	
	text-align: left;
	margin-bottom: -5px;
}


/*-------------------------------------------------------

					twitter

-------------------------------------------------------*/


.fukidashi1{
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
}

.fukidashi1 p{
	display: inline-block;
	line-height: 1.5;
	color: #000;
	font-size: 14px;
}

.fukidashi1::before {
    content: '';
    width: 2px;
    height: 35px;
    background-color: #000;
    position: absolute;
    bottom: -3px;
}

.fukidashi1::before {
    left: -1.25vw;
    transform: rotate(-35deg);
}

.fukidashi1::after {
    content: '';
    width: 2px;
    height: 35px;
    background-color: #000;
    position: absolute;
    bottom: -3px;
}

.fukidashi1::after {
    right: -1.25vw;
    transform: rotate(35deg);
}

.twitter_cta_btn{
	margin-bottom: 15px;
}



/*-------------------------------------------------------

					he_is_asurobo

-------------------------------------------------------*/




.he_is_asurobo7 h3{
	margin-bottom: 0px;
}


.he_is_asurobo7 .inner .flex img:first-child{
	width: 40vw;
	margin-top: 50px;
	margin-right: -90px;
	margin-left: 30px;
}

.he_is_asurobo7 .inner .flex img:nth-child(2){
	width: 45vw;
}




/*-------------------------------------------------------

						footer

-------------------------------------------------------*/



section.footer{
	text-align: center;
	padding: 0;
	color: #fff;	
}
.footer_inner{
	width: 100%;
	background: rgba(0,0,0,0.9);
	padding: 5rem 0 2rem;
}

.fukidashi2{
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
}

.fukidashi2 p{
	display: inline-block;
	line-height: 1.5;
}

.fukidashi2::before {
    content: '';
    width: 2px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    bottom: -3px;
}

.fukidashi2::before {
    left: -1.25vw;
    transform: rotate(-35deg);
}

.fukidashi2::after {
    content: '';
    width: 2px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    bottom: -3px;
}

.fukidashi2::after {
    right: -1.25vw;
    transform: rotate(35deg);
}

.line_cta_btn{
	vertical-align: middle;
	margin: 0 auto;
    width:500px;
	height: 65px;
	margin-bottom: 15px;
}
.line_cta_btn a{
    display:block;
    width:100%;
    padding: 0.7rem 0;
    text-decoration: none;
    background: linear-gradient( #08DB47 0%, #069E34 51%, #045B1E 100%);
    text-align:center;
    color:#FFFFFF;
    font-size:22px;
    font-weight:bold;
    border-radius:10px;
    box-shadow:3px 3px 5px 0px rgba(0,0,0,0.5);
    text-shadow:3px 3px 3px rgba(0,0,0,0.5);
    transition: all 0.1s ease;
}

.line_cta_btn a:hover{
	opacity: 0.6;
	filter: brightness(110%);
}

.line_cta_btn a:before{
	content: '';
	display: inline-block;
	width: 36px;
	height: 34px;
	background-image: url("../img/line_icon.svg");
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 3px;
}



.sns_share_box{
	margin: 30px auto 50px;
	width: 30%;
}



small{
	font-size: 12px;
	position: relative;
	margin-bottom: -40px;
}






/* アイコン周り全体 */
.flowbtn15{
	font-family: 'Arial',sans-serif;	
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 40px;
	font-size: 23px;
	border-radius: 5px;
	color: #fff!important;
	text-decoration: none;
	}

.flowbtn15 i{
	position:relative;
	margin-right: 8px;
	}

/* Twitter */
.fl_tw1{
	background:#55acee;
	}

/* Facebook */
.fl_fb1{
	background:#3b5998;
	}

/* はてブ */
.fl_hb1{
	background:#1ba5dc;
	}

/* LINE */
.fl_li1{
	background:#00c300;
	}

/* アイコンボタンホバー時 */
.flowbtn15:hover{
	text-decoration:none;
	opacity:.8;
	}

/* ボタン内テキスト調整 */
.flowbtn15 div{
	font-size:13px;	
	position:relative;
	}

/* ulタグの内側余白を０にする */
ul.snsbtniti2{
	padding:0!important;
	}

/* アイコンボタンの位置調整 */
.snsbtniti2{
	display:flex;
	flex-flow:row wrap;
	justify-content: space-evenly;
	}

/* アイコンボタン同士の余白調整 */
.snsbtniti2 li{
	flex: 0 0 45%;
	margin-bottom: 10px;
	text-align: center!important;
	max-width: 260px;
	}

.privacy_policy_link{
	margin-top: -20px;
	margin-bottom: 10px;
}

.privacy_policy_link a{
	margin-top: -20px;
	margin-bottom: 10px;
	text-decoration:underline;
	color: #fff;
}


/*-------------------------------------------------------

				 privacy policy

-------------------------------------------------------*/


.privacy_policy_kv{
	height: 20vw;
	position: relative;
}

.privacy_policy_kv h1{
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.privacy_policy_kv h1 img{
	width: 40vw;
}


.privacy_policy .inner{
	text-align: center;
}

.privacy_policy h3{
	margin-top: 30px;
}
.privacy_policy h4{
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
}
.privacy_policy a{
	color: #000000;
	text-decoration:underline;
}

.txt_box{
	width: 80%;
	margin: 0 auto;
	text-align: left;
}


/*-------------------------------------------------------

					 RWD

-------------------------------------------------------*/


/* タブレットサイズ */


@media only screen and (max-width: 899px) {
section::before {
    background: url("../img/kv_bg.jpg") no-repeat center;
    background-size: cover;
    content: "";
    display: block;
    position: fixed;
	z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

}
	section {
    padding: 30px 0;
}

section.kv {
    height: 100vw;
}
	.kv h1 {
    top: 60%;
}
	.inner {
    padding: 2rem;
}
.flow-nav__wrapper{
	position: fixed;
	z-index: 99;
	bottom: 0px;
    width: 100%;
	height: 75px;
}
	
	.float_cta_btn a {
    padding: 1.8rem;
    text-align: center;
    font-size: 4vw;
     border-radius: 0;
}
	.float_cta_btn_img:before {
	width: 12vw;
    height: 11.4vw;
	    vertical-align: middle;
}
	.float_cta_btn a:hover{
	opacity: 1;
	filter: brightness(100%);
}
	
	h2{
		margin-bottom: 5px;
    margin-top: 20px;
	}
	
	

	h2 img{
    width: 64vw;
}
	h3{
	font-size: 5vw;
    margin-bottom: 10px;
	}
	
.flex {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
	.who_are_you .inner .flex .arrow {
    width: 20%;
}
	.who_are_you_img {
     max-width: inherit; 
    width: 90%;
}
.easy_3step_card img:first-child {
    max-width: inherit;
    width: 70vw;
    margin-left: -10px;
}
	
	.howto_4 {
    width: 100%;
    margin: 20px auto;
}
.easy_3step .inner .flex .easy_3step_card .card_position .arrow {
    position: absolute;
    width: 20%;
    top: 98%;
    left: 43%;
}
	
	.attention {
		margin: -10px auto 0;
		width: 100%;
		padding-bottom: 30px;
	}

	.attention p{
		text-indent: -1em;
		padding-left: 2em;
		text-align: left;
		margin-bottom: 0px;
		line-height: 1.5;
	}

	
	.check_twitter .inner h3{
		margin-top: 5px;
		line-height: 1.2;
	}
	.twitter-timeline{
		height: 500px !important;
	}
	
	.he_is_asurobo7 .inner .flex img:nth-child(2) {
		width: 100%;
	}
	.he_is_asurobo7 .inner .flex img:last-child{
	width: 100%;
    margin-top: 0px;
    margin-right: 0px;
	}
	
	.twitter_cta_box{
		margin-top: 20px;
	}
	.fukidashi1::before {
    left: -3.25vw;
}
	.fukidashi1::after {
    right: -3.25vw;
}
	.fukidashi2::before {
    left: -3.25vw;
}
	.fukidashi2::after {
    right: -3.25vw;
}
	.line_cta_btn {
    vertical-align: middle;
    margin: 0 auto;
    width: 85vw;
    height: 65px;
    margin-bottom: 15px;
}
	
	.line_cta_btn a {
    font-size: 4vw;
}
	.sns_share_box {
    margin: 30px auto 50px;
    width: 100%;
}
	.footer_inner {
    padding: 5rem 0 7rem;
}

	.privacy_policy_kv h1 img {
    width: 80vw;
}
	
	.privacy_policy_kv {
    height: 40vw;
    position: relative;
}
	.txt_box {
    width: 95%;
    margin: 0 auto;
    text-align: left;
}
	.privacy_policy h4 {
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
}
}





























