@charset "utf-8";
/*appstore非表示　削除で表示*
.app-list li:first-child {
	position: relative;
}
.app-list li:first-child:after {
	position: absolute;
	content: "coming soon";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	left: 0;
	top: 0;
	color: #fff;
	border-radius: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .2s ease-out;
	opacity: 0;
	white-space: nowrap;
}
.app-list li:first-child:hover:after {
	transition: all .2s ease-out;
	opacity: 1;
}
.pc-btn .app-list li:first-child:after {
	font-size: 1.3rem;
}
appstore非表示 ここまで*/
.dsino {
	display: none;
}
.hover-text {
	display: none;
}
main {
	position: relative;
	max-width: 375px;
	width: 100%;
	margin: auto;
	box-shadow: 0 0 15px -5px #777;
}
@media screen and (max-width: 414px) {
	main {
		position: relative;
		/*max-width: 100%;*/
		width: 100%;
		margin: auto;
	}
}
/*ローダー*/
#loader-bg {
	display: block;
	position: fixed;
	width: 100%;
	height: 200vh !important;
	top: 0px;
	left: 0px;
	background: #f3ebdf;
	z-index: 9111;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -150px;
	margin-left: -150px;
	text-align: center;
	color: #fff;
	z-index: 9999;
}
/*PCボタン*/
.pc-btn {
	position: fixed;
	padding-left: 30px;
	left: 0;
	max-width: 240px;
	width: 26%;
	z-index: 3;
}
@media screen and (max-width: 840px) {
	.pc-btn {
		max-width: 208px;
	}
}
@media screen and (max-width: 750px) {
	.pc-btn {
		display: none;
	}
}
.pc-btn .top-title {
	padding-top: 30px;
	position: relative;
}
.pc-btn .app-list li {
	margin: 30px 3px 0;
}
/*ページネーション*/
.pagination li {
	display: none;
}
.navi-sec01 li:nth-child(n+3):nth-child(-n+9) {
	display: block;
}
.navi-sec01 li:nth-child(4) {
	margin-top: -25px;
}
.navi-sec02 li:nth-child(n+11):nth-child(-n+18) {
	display: block;
}
.navi-sec02 li:nth-child(12) {
	margin-top: -25px;
}
.navi-sec04 li:nth-child(n+22):nth-child(-n+34) {
	display: block;
}
.navi-sec04 li:nth-child(23), .navi-sec04 li:nth-child(28) {
	margin-top: -25px;
}
.navi-sec05 li:nth-child(n+36):nth-child(-n+39) {
	display: block;
}
.navi-sec05 li:nth-child(37) {
	margin-top: -25px;
}
#loader img {
	width: auto;
}
/*fheader*/
header {
	transition: all .8s ease-out;
	width: 100%;
	opacity: 0;
	/*transform: translateY(-100%); */
	background: #555; /* 背景色を濃いグレーに指定。半透明の「rgba(0,0,0,0.5)」でもいいかも */
	position: sticky; /* ヘッダーを絶対位置にする。スクロールしても固定 */
	top: 0; /* 上から0pxに指定 */
	left: 0; /* 左から0pxに指定 */
	padding: 10px 20px; /* ちょっと余白をとっとくと綺麗 */
	box-sizing: border-box; /* paddingを含んで幅100%ちょうどにするため */
	z-index: 99999;
}
header.fixed {
	transform: none;
	opacity: 1;
}
/*========= レイアウトのためのCSS ===============*/
h2 {
	text-align: center;
}
/*navi*/
.scrollnav-list {
	position: fixed;
	top: 80px;
	right: 0;
	z-index: 999;
}
.scrollnav-list > li {
	display: block;
}
.scrollnav-list > li a {
	display: block;
	padding: 10px;
	color: #F15A24;
	text-decoration: none;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #F15A24;
	border-radius: 100%;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	margin: 5px;
}
.scrollnav-list > li a:hover, .scrollnav-list > li.on a {
	color: #ffffff;
	background-color: #F15A24;
}
.sec01 .scrollnav-list {
	display: none;
}
.sec01.started .scrollnav-list {
	display: block;
}
.sec01.ended .scrollnav-list {
	display: none;
}
/*背景*/
.inner {
	position: relative;
}
.top-bg1 {
	position: relative;
}
.top-bg1:after {
	content: "";
	background: url(../images/top-bg.png) center top 49px repeat-y;
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
}
#contents01-01 {
	background: #fff;
	/*height: auto!important;*/
	height: 130px !important;
	position: relative;
	z-index: 2;
}
#contents01-01 .inner {
	background: #f7f3ed;
	height: 200px;
}
#contents01-01-02 {
	background: #fff;
}
#contents01-01-02 .inner {
	background: #f7f3ed;
}
#contents01-02 {
	background: #f7f3ed;
	/*height: auto!important;*/
}
#contents01-02 .inner {
	background: #fff;
}
#contents01-03 {
	background: #fff;
	/*height: auto!important;*/
}
#contents01-03 .inner {
	background: #f7f3ed;
}
#contents01-04 {
	background: #f7f3ed;
	/*height: auto!important;*/
}
#contents01-04 .inner {
	background: #fff;
}
#contents01-05 {
	background: #fff;
	/*height: auto!important;*/
}
#contents01-05 .inner {
	background: #f7f3ed;
}
#contents01-05-02 {
	background: #fff;
}
#contents01-06 {
	/*background: url("../images/newrelease-end.png") repeat-y;
	background: url(../images/top-bg.png) center top 49px repeat-y;
	background-attachment: fixed;
	background-size: auto;*/
}
#contents01-06.bg:after {
	content: "";
	/*background: url(../images/top-bg.png) center top 49px repeat-y;*/
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
}
/*#contents01-06 .inner{
    background: url("../images/newrelease-end.png") no-repeat;
		background: url(../images/top-bg.png) no-repeat;
}*/
#contents02-01 {
	height: 130px !important;
	position: relative;
	z-index: 2;
	background: #F1F5F7;
}
/*#contents02-01 .inner{
    background: #F1F5F7;
	height: 200px;
}*/
#contents02-01-02, #contents02-03, #contents02-03-02, #contents02-05 {
	background: #F1F5F7;
}
#contents02-02, #contents02-04, #contents02-06 {
	background: #fff;
}
#contents02-07 {
	/*background: url(../images/system-bg.png) center top 49px repeat-y;
	background-attachment: fixed;
	background-size: auto;*/
}
#contents02-07.bg:after {
	content: "";
	/*background: url(../images/system-bg.png) center top 49px repeat-y;*/
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
}
#contents03-01 {
	/*background: url(../images/communication-bg.png) center top 49px repeat-y;
	background-attachment: fixed;
	background-size: auto;*/
	max-width: 375px;
}
#contents03-01.bg:after {
	content: "";
	background: url(../images/communication-bg.png) center top 49px repeat-y;
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
}
#contents03-02 {
	/*background: url(../images/communication-bg.png) center top 49px repeat-y;
	background-attachment: fixed;
	background-size: auto;*/
	max-width: 375px;
}
#contents03-02.bg:after {
	content: "";
	background: url(../images/communication-bg.png) center top 49px repeat-y;
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
}
#contents04-01 {
	height: 130px !important;
	position: relative;
	z-index: 2;
	background: #DBDBDB;
}
#contents04-01-02, #contents04-03, #contents04-06, #contents04-08, #contents04-10, #contents04-11-02, #contents04-12 {
	background: #DBDBDB;
}
#contents04-02, #contents04-04, #contents04-05, #contents04-07, #contents04-09, #contents04-11 {
	background: #75787E;
}
#contents04-12 {
	/*background: url(../images/tec-bg.png) center top 49px repeat-y;
	background-attachment: fixed;
	background-size: auto;*/
}
#contents04-12.bg::after {
	/*content: "";
	background: url(../images/tec-bg.png) center top 49px repeat-y;
	display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;*/
}
#contents05-01 {
	height: 130px !important;
	position: relative;
	z-index: 2;
	background: #f7f3ed;
}
#contents05-01-02, #contents05-03, #contents05-04 {
	background: #f7f3ed;
}
#contents05-02 {
	background: #fff;
}
#contents05-04 {
	/*background: url(../images/top-bg.png) center top 49px repeat-y;
	background-attachment: fixed;
	background-size: auto;*/
}
#contents05-04.bg::after {
	content: "";
	background: url(../images/top-bg.png) center top 49px repeat-y;
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
}
/*TOP1*/
.contents01 .main01 {
	position: absolute;
	top: 100px;
	transition: all .8s ease-out;
}
.start .main01 {
	top: 0px;
}
.main01 {
	position: absolute;
	top: 80px;
	top: 100px;
	transition: all .8s ease-out;
	left: 0;
	right: 0;
	/*isplay: none;*/
}
#box1 {}
.tanjyou {
	overflow: hidden;
	margin: 0 auto 0;
	padding-top: 140px;
	width: 80%;
	width: 100%;
	text-align: center;
}
.tanjyou img {
	width: 304px;
}
.top-img {
	position: fixed;
	left: 0;
	right: 0;
	top: 50px;
	display: block;
	margin: auto;
	width: 100%;
	max-width: 375px;
	transition: all .8s ease-out;
	z-index: 998;
	/*min-height: 263px;*/
	height: 197px;
}
.top-img.start {
	top: 300px;
}
.top-img-inner {
	transition: all .8s ease-out;
	position: relative;
	max-width: 300px;
	max-width: 180px;
	max-width: 375px;
	margin: auto;
	padding-top: 100px;
	padding-top: 0;
	width: 135%;
}
.top-img.start .top-img-inner {
	width: 110%;
	width: 110%;
	/*margin-left: -5%;*/
	max-width: 600px;
	max-width: 900px;
	position: fixed;
	left: -300px;
	right: -300px;
	margin-left: auto;
	margin: auto;
}
@media screen and (min-width: 768px) {
	.top-img.start .top-img-inner {
		margin-left: auto;
		margin: auto;
	}
}
.ended.top-img {
	/*top:155px;*/
	/*z-index: -1;*/
	/*max-height: 40vh;*/
}
/*.ended.top-img .top-img-inner{
	max-width: 300px;
	max-width: 260px;
	max-width: 240px;
	max-width: 375px;
	margin: auto;
	padding-top: 100px;
	padding-top: 80px;
	width: 100%;
	position: fixed;
    left: -300px;
    right: -300px;
}*/
.ended.top-img .top-img-inner .main05 {
	top: 80px;
}
.top-img-top {
	width: 180px;
	display: block;
	margin: auto;
}
.contents01 .top-img-bottom, .contents02 .top-img-bottom, .contents04 .top-img-bottom, .contents05 .top-img-bottom {
	/*transition: all .8s ease-out;
	transform: translateY(600%);
	opacity: 0;*/
}
.end .top-img-bottom, .top-img-bottom {
	transform: none;
	transform: translateY(0%);
	transition: all .7s ease-out;
	opacity: 1;
	width: 180px;
	display: block;
	margin: auto;
}
/*.top-img-bg,.contents01.end .top-img-bg,.contents02.end .top-img-bg,.contents03.end .top-img-bg,.contents04.end .top-img-bg,.contents05.end .top-img-bg{
	background: url(../images/top-bg.png) center top 197px repeat-y;
  transform: none;
	transform: translateY(0%);
  transition: all .8s ease-out;
	height: 100vh;
}*/
/*.contents01 .top-img-bg,.contents02 .top-img-bg,.contents04 .top-img-bg,.contents05 .top-img-bg{
  transition: all .8s ease-out;
	transform: translateY(60%);
}*/
.main02 .top-img-bg {
	background: url(../images/system-bg.png) center top 197px repeat-y;
}
.main04 .top-img-bg {
	background: url(../images/tec-bg.png) center top 197px repeat-y;
}
.contents01 .contents01-end .top-img-bottom {
	transform: none;
	transform: translateY(0%);
	transition: all .4s ease-out;
}
.top-title {
	text-align: center;
	/*position: absolute;*/
	margin: auto;
	padding-top: 70px;
	max-width: 234px;
}
.top-btn {
	text-align: center;
	/*position: absolute;*/
	margin: auto;
	padding-top: 320px;
	padding-top: 220px;
	padding-top: 280px;
	max-width: 80%;
}
.top-bg1 .top-btn {
	position: relative;
	top: 200px;
	transition: all 1.4s ease-out;
	opacity: 0;
}
.top-bg1.endtop .started .top-btn {
	animation-name: fadeIno;
	animation-duration: 2s;
	animation-iteration-count: 1;
	opacity: 1;
	animation-fill-mode: forwards;
}
.top-bg1 .ended .top-btn {
	animation-name: fadeIno;
	animation-duration: 1.5s;
	animation-iteration-count: 1;
	opacity: 1;
	animation-fill-mode: forwards;
}
.top-bg1.endtop .started .top-btn {
	animation-duration: 1.5s;
}
@keyframes fadeIno {
	0% {
		opacity: 0;
		top: 200px;
	}
	50% {
		opacity: 0;
		top: 200px;
	}
	100% {
		opacity: 1;
		top: 0;
	}
}
.app-list {
	display: flex;
	justify-content: center;
}
.app-list li {
	margin: 30px 5px 0;
}
.content-box {
	padding: 350px 0 40px;
	padding: 265px 0 30px;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
@media screen and (min-width: 750px) {
	.content-box {
		padding: 350px 0 40px;
		padding: 50vh 0 30px;
		padding: 350px 0 40px;
		padding: 300px 0 40px;
		width: 100%;
		max-width: 1200px;
		margin: auto;
	}
	.content-box.content-box-fix {
		padding: 280px 0 30px;
	}
	.content-box.box-fix {
		padding: 260px 0 40px;
	}
	#contents05-01 {
		height: 90px !important;
	}
}
.content-box-end {
	padding: 500px 0 40px;
	padding: 355px 0 40px;
	padding: 20px 0 40px;
	width: 100%;
	width: 84%;
	max-width: 1200px;
	margin: auto;
}
.content-box-end.pink-end {
	width: 100%;
}
.content-box h2, .content-box-end h2 {
	font-size: 1.6rem;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	font-weight: 500;
}
.content-box h2 span, .content-box-end h2 span {
	font-weight: 900;
	font-size: 1.0rem;
	color: #B58A56;
	display: block;
}
.piyoime {
	width: 40px;
}
.content-box h3 {
	font-size: 1.4rem;
	font-weight: bold;
	background: url("../images/title-bg.png") center center no-repeat;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	margin-bottom: 10px;
}
.content-box .lead {
	font-size: 1.4rem;
	font-weight: normal;
}
.content-box .txt {
	font-size: 1.2rem;
	font-weight: bold;
}
/*.contents01.top-img {
	background-image: url(../images/newrelease.png),url(../images/top-bg.png);
	background-position: center top, center top;
	background-repeat: no-repeat, no-repeat;
	background-attachment: unset, fixed ;
	max-width: 375px;
}*/
.contents02.top-img {
	/*background: url("../images/system.png") no-repeat;*/
	background-image: url(../images/system.png), url(../images/system-bg.png);
	background-position: center top, center top;
	background-repeat: no-repeat, no-repeat;
	background-attachment: unset, fixed;
	max-width: 375px;
}
.contents03.top-img {
	background-image: url(../images/communication.png), url(../images/communication-bg.png);
	background-position: center top, center top;
	background-repeat: no-repeat, no-repeat;
	background-attachment: unset, fixed;
	max-width: 375px;
}
.contents04.top-img {
	background-image: url(../images/tec.png), url(../images/tec-bg.png);
	background-position: center top, center top;
	background-repeat: no-repeat, no-repeat;
	background-attachment: unset, fixed;
	max-width: 375px;
}
.contents05.top-img {
	background: url("../images/toy.png") no-repeat;
	background-image: url(../images/toy.png), url(../images/top-bg.png);
	background-position: center top, center top;
	background-repeat: no-repeat, no-repeat;
	background-attachment: unset, fixed;
	max-width: 375px;
	max-width: 375px;
}
.contents01.top-img .top-img-inner {
	width: 80%;
	width: 100%;
	max-width: 300px;
	max-width: 180px;
	max-width: 375px;
	margin: auto;
	display: block;
	padding-top: 100px;
}
.contents01-img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 137px;
}
.lead-end {
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.endcopy {
	color: #fff;
	font-size: 1.0rem;
	text-align: center;
	margin-top: 20px;
}
/*02*/
.main02 {
	/*display: none;*/
	position: absolute;
	top: 100px;
	transition: all .8s ease-out;
	left: 0;
	right: 0;
}
.flex-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex-box p {
	width: 54%;
}
.sec02 .lead {
	font-size: 1.2rem;
	line-height: 1.8;
}
.add-box {
	background: #fff;
	padding: 15px;
	margin-top: 20px;
}
.add-box h4 {
	text-align: center;
	font-size: 1.4rem;
	color: #7A9AA7;
	font-weight: bold;
}
.add-box .add-lead {
	font-size: 1.0rem;
	background: url(../images/tuya.png) left center no-repeat;
	font-weight: normal;
	padding: 10px 0 10px 55px;
	margin-bottom: 0;
}
.add-box .flex-box .img {
	width: 108px;
}
.add-box .flex-box .txt {
	width: 162px;
}
.add-box .flex-box h5 {
	color: #7A9AA7;
	font-weight: bold;
	font-size: 1.2rem;
}
.add-box .flex-box p {
	width: 100%;
	font-weight: normal;
	font-size: 1.2rem;
}
/*03*/
.main03 {
	/*display: none;*/
	position: absolute;
	top: 100px;
	transition: all .8s ease-out;
	left: 0;
	right: 0;
}
.com-list {
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.com-list li {
	width: 32%;
	background: #fff;
	font-size: 1.2rem;
	text-align: center;
	padding: 11px;
	margin-bottom: 10px;
	border-radius: 60px;
	-webkit-box-shadow: 0 0 5px 0 #fff;
	-moz-box-shadow: 0 0 5px 0 #fff;
	box-shadow: 0 0 8px 0 #fff;
	cursor: pointer;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.com-list li:hover {
		background: #F1FA80;
		-webkit-box-shadow: 0 0 5px 0 #F1FA80;
		-moz-box-shadow: 0 0 5px 0 #F1FA80;
		box-shadow: 0 0 8px 0 #F1FA80;
	}
}
.com-list li.act {
	background: #F1FA80;
	-webkit-box-shadow: 0 0 5px 0 #F1FA80;
	-moz-box-shadow: 0 0 5px 0 #F1FA80;
	box-shadow: 0 0 8px 0 #F1FA80;
}
.com-img {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 180px;
	margin: auto;
	/*transition: all .4s ease-out;*/
}
.com-img.activ {
	opacity: 1;
	/*transition: all .4s ease-out;*/
	z-index: 3;
}
.img01 {
	opacity: 0;
	/*transition: all .4s ease-out;*/
}
.img01.active {
	position: relative;
	z-index: 2;
	opacity: 1;
	/*transition: all .4s ease-out;*/
}
.change-txt {
	color: #fff;
	font-size: 10px;
	display: none;
	text-align: center;
}
.change-txt.cur {
	display: block;
}
/*.last .top-img{
	max-width: 476px;
	opacity: 0;
	z-index: 0;
	transition: all .1s ease-out;
}
.last.started .top-img{
	position: fixed;
	left: 0;
	right: 0;
	top:100px;
	display: block;
	margin: auto;
	width: 100%;
	max-width: 476px;
	z-index: 1;
	width: auto;
	display: block;
	opacity: 1;
	transition: all .8s ease-out;
	z-index: 0;
}
.last.ended .top-img{
	position: fixed;
	left: 0;
	right: 0;
	top:300px;
	display: block;
	margin: auto;
	width: 100%;
	max-width: 1200px;
	width: auto;
}*/
/*04*/
.main04 {
	/*display: none;*/
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
}
.sec04 .content-box h3 {
	margin-bottom: 20px;
}
.flex-box02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.txt-box {
	width: 50%;
	padding: 10px;
	background: #000;
	min-height: 120px;
}
.txt-box h4 {
	font-size: 1.7rem;
	color: #F1FA80;
	margin-bottom: 15px;
}
.txt-box p {
	font-size: 1.2rem;
	color: #fff;
	margin-bottom: 15px;
	line-height: 2;
}
.img-box {
	width: 50%;
	padding: 10px;
	text-align: center;
	max-width: 138px;
}
/*05*/
.main05 {
	/*display: none;*/
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin: auto;
}
.start .main05 {
	top: 0;
}
/*04*/
.sec05 .content-box h3 {
	margin-bottom: 20px;
}
.flex-box03 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.flex-box03 .txt-box {
	width: 60%;
	padding: 0;
	background: none;
	min-height: 100%;
}
.flex-box03 .txt-box h4 {
	color: #404040;
	margin-bottom: 10px;
}
.flex-box03 .txt-box p {
	color: #404040;
	font-weight: normal;
}
.flex-box03 .img-box {
	width: 35%;
	padding: 0;
	text-align: center;
}
/*about*/
.title-block {
	text-align: center;
	margin-top: 88px;
	padding-top: 40px;
	position: fixed;
	top: 0;
	transition: all .2s ease-out;
	width: 100%;
	opacity: 0;
	/*transform: translateY(-100%);*/
}
.sec01 .title-block img {
	width: auto;
}
.sec01.started .title-block {
	display: block;
	transform: none;
	opacity: 1;
}
.sec01.ended .title-block {
	opacity: 0;
	transition: all .1s ease-out;
	transform: translateY(-100%);
}
.title01 {
	background: url("../images/title01-bg.png") no-repeat;
	background-size: cover;
}
.content-box-bottom {
	padding: 409px 0 80px;
	max-width: 100%;
}
.title01-bottom {}
.content-box02 {
	padding: 150px 0 80px;
	width: 100%;
	max-width: 1050px;
	margin: auto;
}
/*調整*/
#box1.started .top-img {
	top: 200px;
}
#box1.started.ended .top-img {
	top: 50px;
}
#box1.started .top-img-top {
	width: 100%;
	transition: all .7s ease-out;
}
#box1.started .top-img-bottom {
	width: 100%;
}
.top-bg1 .started .top-img-inner {
	width: 110%;
	width: 110%;
	/*margin-left: -5%;*/
	max-width: 600px;
	max-width: 900px;
	position: fixed;
	left: -300px;
	right: -300px;
	margin-left: auto;
	margin: auto;
}
.top-bg1 .top-img-top {
	width: 100%;
	display: block;
	margin: auto;
}
.top-bg1 .ended .top-img-top {
	width: 180px !important;
	transition: all .7s ease-out;
}
.top-bg1 .ended .top-img-bottom {
	width: 180px !important;
}
.top-img-content {
	margin-top: -255px;
}
.top-bg1 .started.ended .top-img-bg {
	/*background: url(../images/top-bg.png) center top 197px repeat-y;
	animation-name: tpbgback;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
	opacity: 1;
	animation-fill-mode: forwards;
	height: 100vh;*/
}
.ended .top-img .top-img-inner {
	/*top:155px;*/
	max-width: 300px;
	max-width: 260px;
	max-width: 240px;
	/*max-width: 180px;*/
	max-width: 375px;
	margin: auto;
	padding-top: 100px;
	padding-top: 80px;
	width: 100%;
	position: fixed;
	left: -300px;
	right: -300px;
}
/*.disp-no{
	display: none;	
}*/
.disp-bl {
	display: block;
}
.delighter {
	animation-name: fadedel;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	opacity: 1;
	animation-fill-mode: forwards;
}
.box.delighter, .sec05.delighter, #contents05-04.delighter, .sec01.delighter, .top-bg1.delighter, .sec02.delighter, .sec03delighter, .sec04.delighter, .endtop.delighter {
	animation-name: none;
}
.top-bg1.started .change-head {
	opacity: 1;
}
.top-bg1.ended .change-head {
	opacity: 0;
}
.change-head.delighter .top-img {
	display: none;
}
.change-head.delighter.started .top-img {
	display: block;
}
.delighter.started {}
.delighter.started.ended {}
.sec05.ended {
	animation-name: fadedel;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	opacity: 1;
	animation-fill-mode: forwards;
}
@keyframes fadedel {
	0% {
		opacity: 1;
	}
	50% {}
	100% {
		opacity: .9;
	}
}
.started {
	animation-name: fadestar;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	opacity: 1;
	animation-fill-mode: forwards;
}
@keyframes fadestar {
	0% {
		opacity: .9;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.sec01 .started .top-img {
	background-image: url(../images/newrelease.png), url(../images/top-bg.png);
	background-position: center top, center top;
	/* background-size: 100% auto, 20% auto; */
	background-repeat: no-repeat, no-repeat;
	background-attachment: unset, fixed;
	max-width: 375px;
}
.sec02 .started .top-img {
	background-image: url(../images/system.png), url(../images/system-bg.png);
	background-position: center top, center top;
	/* background-size: 100% auto, 20% auto; */
	background-repeat: no-repeat, no-repeat;
	background-attachment: unset, fixed;
	max-width: 375px;
}
.sec01 .started .top-img-bg, .sec01.started.ended .started.ended .top-img-bg, .sec02.started .started .top-img-bg, .sec02.started.ended .started.ended .top-img-bg, .sec04.started .started .top-img-bg, .sec04.started.ended .started.ended .top-img-bg, .sec05 .started .top-img-bg {
	animation-name: tpbg;
	animation-duration: 1.2s;
	animation-iteration-count: 1;
	opacity: 1;
	animation-fill-mode: forwards;
}
@media screen and (min-height: 850px) {
	.sec01 .started .top-img-bg, .sec01.started.ended .started.ended .top-img-bg, .sec02.started .started .top-img-bg, .sec02.started.ended .started.ended .top-img-bg, .sec04.started .started .top-img-bg, .sec04.started.ended .started.ended .top-img-bg, .sec05 .started .top-img-bg {
		animation-name: tpbg2;
		animation-duration: 1.2s;
		animation-iteration-count: 1;
		opacity: 1;
		animation-fill-mode: forwards;
	}
}
@keyframes tpbg {
	0% {
		transform: translateY(0%);
	}
	40% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(50%);
		position: fixed;
		width: 375px;
	}
}
@keyframes tpbg2 {
	0% {
		transform: translateY(0%);
	}
	40% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(45%);
		position: fixed;
		width: 375px;
	}
}
@keyframes tpbgback {
	0% {
		transform: translateY(50%);
	}
	20% {
		transform: translateY(50%);
	}
	100% {
		transform: translateY(0%);
	}
}
@keyframes tpbgback2 {
	0% {
		transform: translateY(45%);
	}
	20% {
		transform: translateY(45%);
	}
	100% {
		transform: translateY(0%);
	}
}
.last-content {
	position: relative;
	z-index: -1;
}
.top-img-bg, .sec01 .started.ended .top-img-bg, .sec02 .started.ended .top-img-bg, .sec03 .ended .top-img-bg, .sec05 .ended .top-img-bg {
	background: url(../images/top-bg.png) center top 197px repeat-y;
	animation-name: tpbgback;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
	opacity: 1;
	animation-fill-mode: forwards;
	height: 100vh;
}
.sec02 .started.ended .top-img-bg {
	background-image: url(../images/main02-02.png), url(../images/system-bg.png);
	background-color: #ced7d8;
	background-position: center top, center top -197px;
	background-size: 180px, auto;
	background-repeat: no-repeat, repeat-y;
	background-attachment: unset, fixed;
	animation-name: tpbgback;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
	opacity: 1;
	animation-fill-mode: forwards;
	height: 100vh;
}
.main02 .top-img-bg {
	background-image: url(../images/main01-02.png), url(../images/system-bg.png);
	background-position: center top, center top;
	background-size: 180px, auto;
	background-repeat: no-repeat, no-repeat;
	background-attachment: unset, fixed;
}
.sec04 .started.ended .top-img-bg {
	animation-name: tpbgback;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
	opacity: 1;
	animation-fill-mode: forwards;
	height: 100vh;
}
@media screen and (min-height: 850px) {
	.top-img-bg, .sec01 .started.ended .top-img-bg, .sec02 .started.ended .top-img-bg, .sec03 .ended .top-img-bg, .sec05 .ended .top-img-bg {
		background: url(../images/top-bg.png) center top 197px repeat-y;
		animation-name: tpbgback2;
		animation-duration: 0.8s;
		animation-iteration-count: 1;
		opacity: 1;
		animation-fill-mode: forwards;
		height: 100vh;
	}
	.sec02 .started.ended .top-img-bg {
		background: url(../images/system-bg.png) center top 97px repeat-y;
		animation-name: tpbgback2;
		animation-duration: 0.8s;
		animation-iteration-count: 1;
		opacity: 1;
		animation-fill-mode: forwards;
		height: 100vh;
	}
	.sec04 .started.ended .top-img-bg {
		animation-name: tpbgback2;
		animation-duration: 0.8s;
		animation-iteration-count: 1;
		opacity: 1;
		animation-fill-mode: forwards;
		height: 100vh;
	}
}
.top-bg1.endtop .change-head {
	position: relative;
	z-index: 2;
}
.top-bg1.endtop .top-img-top {
	width: 180px;
	display: block;
	margin: auto;
	transition: all .7s ease-out;
}
.top-bg1.endtop .top-img-bg {
	animation-name: none;
}
.top-bg1.endtop .started.ended .top-img-inner {
	width: 110%;
	width: 110%;
	/* margin-left: -5%; */
	max-width: 600px;
	max-width: 900px;
	position: fixed;
	left: -300px;
	right: -300px;
	margin-left: auto;
	margin: auto;
}
.top-bg1.endtop .started.ended .top-img-top {
	width: 100% !important;
	transition: all .7s ease-out;
}
.top-bg1.endtop .started.ended .top-img-bottom {
	width: 100% !important;
}
.top-bg1.endtop .started.ended .top-img-bg {
	animation-name: none;
}
.top-bg1.endtop .started.ended .top-img {
	top: 200px;
}
.top-bg1.endtop .started .tanjyou {
	animation-name: tpb;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
	opacity: 1;
	animation-fill-mode: forwards;
}
.top-bg1 .started.ended .fix-anim {
	/*top: 247px;
	transition: all .7s ease-out;
	position: fixed;
    width: 375px;*/
}
.top-bg1.anim .started.ended .fix-anim {
	top: 80%;
	transition: all .7s ease-out;
	animation-name: none;
}
.main04 .top-img-bg {
	background: url(../images/tec-bg.png) center top -197px no-repeat;
}
.main04 .top-img-bg {
	background-image: url(../images/main04-02.png), url(../images/tec-bg.png);
	background-color: #48494e;
	;
	background-position: center top, center top -197px;
	background-size: 180px, auto;
	background-repeat: no-repeat, repeat-y;
}
#contents04-12.started {
	background: #48494e;
}
.change-head .top-title {
	text-align: center;
	position: absolute;
	margin: auto;
	padding-top: 20px;
	max-width: 234px;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
}
.endtop .change-head .top-title, .endtop .change-head .top-img-content {
	opacity: 1;
}
.change-head .top-img-content {
	opacity: 0;
}
.change-head.ended .top-title, .change-head.ended .top-img-content {
	opacity: 1;
}
.endtop .change-head.ended .top-title, .endtop .change-head.ended .top-img-content {
	opacity: 0;
}
.st, .sec01, .sec02, .sec03, .sec04, .sec05 {
	position: relative;
	z-index: 1;
}
.top-bg1.endtop.delighter.started {
	position: relative;
	z-index: 1;
}
.st {
	z-index: 2;
}
.st.ended:after, .st.ended .top-img {
	display: none !important;
}
/*.sec01:after {
	content: "";
	background: url(../images/bg.png);
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
}*/
.sec01 .change-head.ended .top-img, .sec02 .change-head.ended .top-img, .sec05 .change-head.ended .top-img {
	height: 198px;
}

/*2022/03/02追記分*/

	#contents01-05-02 .content-box {
		padding: 260px 0 40px;
	}

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

		#contents01-05-02 .content-box {
			padding: 250px 0 45px;
		}
	}


