@charset "utf-8";

html{
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #444;
	scroll-behavior: smooth;
}
body{
	margin: 0;
}
header{
	width: 100%;
	height: 116px;
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}
header .contents_wrap{
	display: flex;
	justify-content: space-between;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
h1{
	margin-top: 35px;
	margin-bottom: 0;
}
ul{
	list-style: none;
	margin: 0;
	padding-left: 0;
}
header a{
	text-decoration: none;
}
header ul{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	align-items: center;
	width: 672px;
	margin-top: 40px;
}
header ul a{
	color: #444;
}
header ul li{
	position: relative;
}
header ul li:hover:after{
	content: '';
	background-image: url(../img/arrow2.png);
	display: inline-block;
	width: 19px;
	height: 6px;
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
header .btn{
	width: 200px;
	/*height: 45px;*/
	padding-top: 11px;
	padding-bottom: 10px;
	background: #ff8800;
	font-size: 16px;
	font-weight: bold;
	font-family: Meiryo, sans-serif;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	/*margin-top: 48px;*/
	margin-bottom: 11px;
}
header .btn:hover{
	opacity: 0.75;
}
header .btn svg{
	margin-left: 10px;
}
main{
	padding-top: 116px;
}
.contents_wrap{
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#kv{
	background: #ff8800;
	color: #fff;
	height: 500px;
}
#kv .contents_wrap{
	position: relative;
}
#kv .left{
	float: left;
	max-width: 405px;
	margin-top: 130px;
	margin-left: 7%;
}
#kv .left h2{
	font-size: 26px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
}
#kv .left h1{
	font-size: 60px; /* デザイン設定値より大きいが目視優先のサイズにした */
	margin-top: 20px;
}
#kv .left p{
	font-size: 22px;
	font-weight: 500;
	margin-top: -5px;
	margin-bottom: 30px;
}
#kv .btn{
	display: flex;
}
#kv .btn div{
	display: flex;
}
#kv .btn div.gp{
	margin-left: 15px;
}
#kv .img_btn{
	height: 37px;
}
#kv .img_qr{
	height: 70px;
	margin-left: 7px;
}
#kv .img_kv{
	float: left;
	margin-top: 45px;
	margin-left: 17.1%;
}
#kv .img_scroll{
	position: absolute;
	top: 385px;
	right: 0;
	
	/* 上下に動かす */
	animation: floating-y 1s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y{
	0% {
		transform: translateY(-10%);
	}
	100% {
		transform: translateY(10%);
	}
}

/* ふわっと動く */
.is-active{
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(0) !important;
}

.cs1{
	margin-top: 250px;
	text-align: center;
	
	/* ★ふわっと動かしたい要素にこれ付ける 
	htmlにはclass="lazy"を追加 */
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
	transform: translateY(100px);
}
.cs1 img{
	width: 90%;
	max-width: 751px;
}

h3{
	color: #ff8800;
	font-size: 34px;
	margin-top: 0;
	margin-bottom: 0;
}
p{
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 0;
}
.toha{
	width: 80%;
	max-width: 778px;
	margin-top: 190px;
	margin-left: auto;
	margin-right: auto;
	
	/* ★ */
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
	transform: translateY(100px);
}
.toha img{
	float: left;
	margin-top: 25px;
}
.toha .right{
	width: 67%;
	float: right;
}

#study{
	padding-top: 116px;
	margin-top: calc(30px - 116px);
	background-image: url(../img/bg_sankaku.png), url(../img/bg_maru.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top 116px left -23px, top 116px right 12px;
}
#study .contents_wrap{
	position: relative;
}
#study .study_block1,
#study .study_block2,
#study .study_block3,
#study .study_block4{
	/* ★ */
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
	transform: translateY(100px);
}
#study .study_block1:before{ /* 高さ対策 */
	content: "";
	display: block;
	padding-top: 62%;
}
#study > h2,
#voice > h2,
#function > h2,
#info > h2{
	font-size: 45px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 130px;

	/* ★ */
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
	transform: translateY(100px);
}
.study_block1 h3{
	width: 54.7%;
	position: absolute;
	top: 300px;
	left: 30px;
}
.study_block1 p.text{
	width: 54.7%;
	position: absolute;
	top: 422px;
	left: 30px;
	margin-top: 0;
}
.study_block1 .img_man{
	position: absolute;
	top: 90px;
	left: 298px;
}
.study_block1 .img_iphone{
	position: absolute;
	top: 100px;
	right: 30px;
}
.img_iphone{
	background: url(../img/iphone.png) no-repeat;
	width: 257px;
	height: 522px;
}
.img_iphone video{
	position: absolute;
	top: 64px;
	left: 18px;
	width: 221px;
}
.study_block2{
	margin-top: 90px;
}
#study .study_block2:before{ /* 高さ対策 */
	content: "";
	display: block;
	padding-top: 56%;
}
.study_block2 .img_iphone{
	position: absolute;
	top: 35px;
	left: 15px;
}
.study_block2 h3{
	width: 54.7%;
	position: absolute;
	top: 280px;
	left: 350px;
}
.study_block2 p.text{
	width: 54.7%;
	position: absolute;
	top: 402px;
	left: 350px;
	margin-top: 0;
}
.study_block2 .img_man{
	position: absolute;
	top: 0;
	right: 48px;
}
.study_block3{
	margin-top: 150px;
}
#study .study_block3:before{ /* 高さ対策 */
	content: "";
	display: block;
	padding-top: 57%;
}
.study_block3 h3{
	width: 51.3%;
	position: absolute;
	top: 10px;
	left: 30px;
}
.study_block3 p.text{
	width: 51.3%;
	position: absolute;
	top: 132px;
	left: 30px;
	margin-top: 0;
}
.study_block3 .img_man{
	position: absolute;
	top: 287px;
	left: 155px;
}
.study_block3 .img_iphone{
	position: absolute;
	top: 0;
	right: 30px;
}
.study_block4{
	margin-top: 60px;
}
#study .study_block4:before{ /* 高さ対策 */
	content: "";
	display: block;
	padding-top: 63%;
}
.study_block4 .img_iphone{
	position: absolute;
	top: 0;
	left: 15px;
}
.study_block4 h3{
	width: 51.2%;
	position: absolute;
	top: 57px;
	left: 344px;
}
.study_block4 p.text{
	width: 51.2%;
	position: absolute;
	top: 128px;
	left: 344px;
	margin-top: 0;
}
.study_block4 .img_man{
	position: absolute;
	top: 292px;
	right: 90px;
}

.howto{
	background: #ff8800;
	margin-top: 15px;
	padding-top: 80px;
	height: calc(265px - 80px);
}
.howto a.btn{
	display: block;
	width: 90%;
	max-width: 754px;
	border: 2px solid #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 32px;
	height: calc(99px - 32px);
	background: url(../img/arrow3.png) no-repeat right 38px center;
	
	/* ★ */
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
	transform: translateY(100px);
}
.howto a.btn.is-active:hover{
	opacity: 0.75 !important;
}

#voice{
	padding-top: 116px;
	margin-top: calc(88px - 116px);
	background-image: url(../img/bg_maru2.png), url(../img/bg_sankaku2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top 116px left -23px, top 152px right -22px;
}
#voice .contents_wrap{
	margin-top: 100px;
	
	/* ★ */
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
	transform: translateY(100px);
}
.voice_block{
	width: calc(38% - 1px - 1px);
	max-width: 378px;
	border: 1px solid #ff8800;
	padding: 30px 0;
	margin-left: 50px;
	margin-right: 50px;
}
.voice_block img.img_man{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 170px;
}
.voice_block p.title{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
.voice_block p.text{
	font-size: 12px;
	line-height: 22px;
	width: 76%;
	margin: 5px auto 0;
}
.voice_block p.name{
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	width: 76%;
	margin: 15px auto 0;
}
#voice .prev-arrow,
#voice .next-arrow{
	position: absolute;
	top: 50%;
	width: 52px;
	height: 52px;
	cursor: pointer;
	z-index: 10;
}
#voice .prev-arrow{
	left: 232px;
}
#voice .next-arrow{
	right: 232px;
}

.download{
	margin-top: 105px;
	
	/* ★ */
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
	transform: translateY(100px);
}
.download .contents_wrap{
	background: #fcddd0;
	width: calc(100% - 43px - 43px);
	height: calc(313px - 20px - 10px);
	padding: 20px 43px 0;
	max-width: calc(1000px - 43px - 43px);
}
.download .contents_wrap .title{
	color: #ff8800;
	font-size: 26px;
	letter-spacing: 3px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #ff6400;
	padding-bottom: 7px;
}
.download .download_block{
	float: left;
	margin-top: 22px;
	padding-bottom: 10px;
}
.download .download_block.iphone{
	width: calc(50% - 2px - 30px);
	border-right: 2px solid #ff6400;
	padding-right: 30px;
}
.download .download_block.android{
	width: calc(50% - 30px);
	padding-left: 30px;
}
.download_block .left{ /* footer共通 */
	float: left;
}
.download .download_block .img_qr{
	float: right;
	margin-top: 25px;
	max-width: 159px;
}
.download .download_block .left p.kochira{
	margin-top: 0;
	text-align: center;
}
.download .download_block .left img{
	margin-top: 15px;
}
.download_block .left img:hover{ /* footer共通 */
	opacity: 0.75;
}
.download .download_block .left p.notice{
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
}

.cs2{
	margin-top: 150px;
	text-align: center;
	
	/* ★ */
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
	transform: translateY(100px);
}
.cs2 img{
	width: 90%;
	max-width: 968px;
}

#function{
	padding-top: 116px;
	margin-top: calc(84px - 116px);
	background-image: url(../img/bg_sankaku.png), url(../img/bg_maru.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top 116px left -23px, top 116px right;
}
#function .contents_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 150px;
}
.function_block{
	width: calc(308px - 32px - 32px - 8px - 8px);
	height: calc(350px - 8px - 8px);
	padding: 0 32px;
	border: 8px solid #ffdbb2;
	position: relative;
	margin-bottom: 76px;
}
.function_block h4{
	font-size: 22px;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 0;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 84%;
	background: #fff;
	text-align: center;
}
.function_block1,
.function_block2,
.function_block3,
.function_block4,
.function_block5,
.function_block6{
	/* ★ */
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
	transform: translateY(100px);
}
.function_block2{
	transition: all 1.25s;
}
.function_block3{
	transition: all 1.5s;
}
.function_block4{
	transition: all 1.75s;
}
.function_block5{
	transition: all 2s;
}
.function_block6{
	transition: all 2.25s;
}
.function_block img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.function_block1 img{
	margin-top: 40px;
}
.function_block2 img{
	margin-top: 16px;
}
.function_block3 img{
	margin-top: 73px;
}
.function_block4 img{
	margin-top: 65px;
}
.function_block5 img{
	margin-top: 53px;
}
.function_block6 img{
	margin-top: 58px;
}
.function_block p{
	font-size: 14px;
	line-height: 25px;
}
.function_block1 p{
	margin-top: 6px;
}
.function_block2 p{
	margin-top: 21px;
}
.function_block3 p{
	margin-top: 22px;
}
.function_block4 p{
	margin-top: 44px;
}
.function_block5 p{
	margin-top: 28px;
}
.function_block6 p{
	margin-top: 32px;
}

.movie{
	margin-top: 100px;
	
	/* ★ */
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
	transform: translateY(100px);
}
.movie img{
	display: block;
	width: 90%;
	max-width: 818px;
	margin-left: auto;
	margin-right: auto;
}
.movie video{
	width: 100%;
	display: block;
	-moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.35);
}

#info{
	padding-top: 116px;
	margin-top: calc(105px - 116px);
	background-image: url(../img/bg_maru2.png), url(../img/bg_sankaku2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top 169px left -9px, top 116px right -46px;
}
#info .text{
	font-size: 22px;
	letter-spacing: 3px;
	text-align: center;
	
	/* ★ */
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
	transform: translateY(100px);
}
#info .tweet{
	width: 90%;
	max-width: 840px;
	margin: 135px auto 0;
	
	/* ★ */
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
	transform: translateY(100px);
}

/* お知らせ */
.news-container{
	/*
	max-width: 800px;
	width: 100%;
	*/
	width: calc(90% - 20px - 20px);
	max-width: 840px;
	margin: 135px auto 0;
	
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
	padding: 20px;
}
.news-container a{
	text-decoration: none;
}
.news-item{
	border-bottom: 1px solid #e1e8ed;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-container a:last-child .news-item{
	border-bottom: none;
}
.news-item-left{
	display: flex;
	flex-direction: column;
}
.news-item-header{
	display: flex;
	align-items: center;
}
.news-item h2{
	margin: 10px 0 0;
	font-size: 1em;
	color: #333;
}
.news-item .date{
	color: #888;
	font-size: 0.9em;
	margin-right: 10px;
}
.news-item .label{
	display: inline-block;
	background-color: #ff8800;
	color: #fff;
	padding: 3px 6px;
	border-radius: 12px;
	font-size: 0.5em;
}
.news-item .read-more{
	color: #ff8800;
	font-size: 1.5em;
}
.more-button{
	display: block;
	margin: 20px auto;
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
}

.bottom{
	margin-top: 100px;
}
.bottom img{
	display: block;
}

/* モーダル本体の指定 + モーダル外側の背景の指定 */
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 100;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #000;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 30px 30px 35px;
}
.modal-content img{
	display: block;
	margin: 10px auto 0;
	max-width: 100%;
}
.modal-content .title{
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
}
.modal-content .text{
	margin: 30px auto 0;
	width: 80%;
}
.modal-content button{
	background: #000;
	color: #fff;
	text-align: center;
	width: 80%;
	display: block;
	margin: 30px auto 0;
	border: none;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}

footer{
	width: 100%;
	height: calc(368px - 47px - 38px);
	padding: 47px 0 38px;
	background: #ff8800;
}
footer .left_block{
	width: 49%;
	float: left;
}
footer .right_block{
	width: 46%;
	float: right;
}
footer .left_block .title{
	font-size: 15px;
	color: #fff;
}
footer .download_block{
	float: left;
	margin-top: 12px;
	padding-bottom: 10px;
}
footer .download_block.iphone{
	width: calc(50% - 2px - 18px);
	border-right: 1px solid #fff;
	padding-right: 18px;
}
footer .download_block.android{
	width: calc(50% - 18px);
	border-left: 1px solid #fff;
	padding-left: 18px;
}
footer .download_block .left p.kochira{
	margin-top: 20px;
	font-size: 14px;
}
footer .download_block .left img{
	height: 39px;
	margin-top: 9px;
}
footer .download_block .img_qr{
	float: right;
	height: 70px;
	margin-top: 28px;
}
footer .download_block p.notice{
	font-size: 12px;
	line-height: 22px;
	margin-top: 2px;
}
footer ul{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	align-items: center;
	width: 468px;
}
footer ul a{
	text-decoration: none;
	color: #fff;
}
footer ul a:hover{
	opacity: 0.75;
}
footer .email_block{
	margin-top: 10%;
}
footer .email_block p{
	font-size: 14px;
	color: #fff;
}
footer .email_block input{
	width: 250px;
}
footer .privacy_block a{
	font-size: 13px;
	color: #444;
	text-decoration: none;
	margin-left: 170px;
}
footer .sns_block a img{
	margin-top: 20px;
	width: 40px;
	margin-left: 15px;
}
footer .sns_block a:first-of-type img{
	margin-left: 0;
}
footer .copyright{
	font-size: 12px;
	color: #fff;
	text-align: right;
	margin-top: 80px;
}