@charset "utf-8";
/* CSS Document */
.spOnly{
	display:none;
}
header {
	background: #fff;
	padding: 10px 30px;
}

header img {
	width: 100%;
	max-width: 120px;
}

.btn_appscommon{
	background: #093384;
	color: #fff !important;
	max-width: 450px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	position: relative;
	margin: 0 auto 30px;
}
.btn_appscommon:after{
	content: "\f35d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #fff;
	font-size: 1.2em;
	margin-left: 10px;
}

.maple .innerW100{
	padding: 60px 70px;
}
.maple .L3h3{
	width: fit-content;
	background: linear-gradient(90deg, #009b90, #0d3482);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 auto 50px;
	font-size: 3rem !important;
	font-weight: bold;
	position:relative;
}
.maple .L3h3 a:hover{
	width: fit-content;
	background: linear-gradient(90deg, #009b90, #0d3482);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 auto 50px;
	font-size: 3rem !important;
	font-weight: bold;
}
.maple .L3h3::after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -25px;
	background-color: #00BFFF;
}
.maple h4{
	font-size: 18px;
	margin: 0 auto 50px;
}
.maple section{
	
}
.maple .bg_gray{
	background:#ebebeb;
}


.tab_content > h2 {
	padding: 10px 10px 10px 20px;
	margin: 0 0 30px;
	background: #cfe1ff;
}


.tab_content > h2 img {
	width: auto;
	height: 40px;
	object-fit: contain;
	vertical-align: text-bottom;
	margin: 0 10px 0 0;
}


.tab_content > p:nth-of-type(1) {
	font-size: 2rem;
	text-align: center;
	margin: 0 0 20px;
}

.tab_content > p:nth-of-type(2) {
	margin: 0 0 30px;
}

.tab_content .main_box > div:nth-of-type(1)::after {
	content: "";
	width: 70px;
	height: 70px;
	background: url(/h/img/apps/apps_logo_08.png) no-repeat;
	background-size: contain;
	filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 40%));
	position: absolute;
	top: -20px;
	left: -20px;
}

.main_box {
	display: flex;
	gap: 30px 20px;
	border: 1px solid #ebeeef;
	margin: 0 auto 60px;
	width: 800px;
	max-width: 100%;
}

.main_box > div:nth-of-type(1) {
	width: 400px;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	padding: 20px;
}

.main_box > div:nth-of-type(1) {
	background: url(/h/img/apps/bg_common.png) no-repeat;
	background-size: 150%;
	background-position: bottom;
	background-color: #ebeeef;
}


.main_box > div:nth-of-type(1) > p {
	text-align: center;
	font-weight: bold;
	margin: 0 0 20px;
}

.main_box > div:nth-of-type(1) > p span {
	font-size: 1.8rem;
}

.main_box > div:nth-of-type(1) > p span {
	color: #5380c9;
}

.main_box > div:nth-of-type(1) > img {
	width: 100%;
	object-fit: contain;
}

.main_box > div:nth-of-type(2) {
	padding: 20px 20px 30px;
	width: 490px;
}

.main_box > div:nth-of-type(2) > p {
	margin: 0 0 20px;
}

.movie_box {
	display: flex;
	gap: 30px;
	justify-content: center;
}

.movie_box > div:nth-of-type(1) {
	width: 300px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
/*	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);*/
}

.movie_box > div:nth-of-type(1) a {
	width: 100%;
	display: block;
	line-height: 0;
}

.movie_box > div:nth-of-type(1) video {
	width: 100%;
}

.movie_box > div:nth-of-type(2) {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.movie_box > div:nth-of-type(2) a {
	display: block;
	line-height: 0;
}

.movie_box > div:nth-of-type(2) a img {
	width: 140px;
	object-fit: contain;
}

.movie_box > div:nth-of-type(2) a img.frame {
	height: 50px;
	border: 1px solid;
	border-radius: 5px;
	padding: 8px 20px;
}

.btn_common {
	max-width: 550px;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 10px;
	position: relative;
	margin: 0 auto 30px;
	background: #5380c9;
	text-align:center;
	padding: 5px;
}

#container .btn_common:hover {
	color: #fff;
}

.btn_common::after {
	content: "\f35d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #fff;
	font-size: 1.2em;
	margin-left: 10px;
}

.drop .btnFormBox{
	margin: 0 auto 20px;
	text-align:center;
}
.drop .btnFormBox p{
	font-size: 16px;
	padding: 0 0 30px;
}
.drop .btnFormBox a{
	border-radius: 20px;
	padding: 10px 20px;
	background:linear-gradient(90deg, #009b90, #0d3482);
	width: 90%;
	max-width: 950px;
	display:inline-block;
	color:#fff;
	font-size: 20px;
}
.drop .btnFormBox a::after{
	font-family:Font Awesome\ 5 Free;
	font-weight:900;	
	content:"\f061";
	padding-left: 0.5em;
}




a.blank{
	color: #202020;
}

.appsBox .apps {
	width: 23%;
	min-width: 282px;
	background:#fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align:left;
	display: flex;
	transition: all 0.2s;
}

.appsBox .apps:hover {
  transform: translateY(-10px);
	cursor: ew-resize;
}

.appsBox a > div:nth-of-type(2){
	width: 100%;
}


.appsImg{
	text-align:center;
	margin: 50px auto 15px;
}

.appsImg img {
	
}
.appsDl{
	padding: 0;
}
.appsDl dt{
	width: 20%;
	padding: 0 5% 0 0;
	float:left;
}
.appsDl dt img{
	border-radius: 20px;
	box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, 0.24);
	max-width: 160px;
}
.appsDl dd{
	width: 80%;
	line-height:1.4;
}
.appsDl .appsName{
	font-size: 32px;
	font-weight:bold;
}
.appsDl .appsCat{
	margin-top: 5px;
	font-size: 18px;
}
.appsDl .appsPoint{
	font-size: 16px;
	margin: 10px 0 20px;
}
.appsDl .appsTag{
	margin: 2px 0 0;
	font-size: 16px;
	font-weight:normal;
	display: flex;
	gap: 10px;
	align-items: baseline;
}
.appsDl .appsTag div{
	min-width: 40px;
	padding: 3px 0 0;
}
.appsDl .appsTag dt{
	width:unset;
}
.appsDl .appsTag ul{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	width: 100%;
}
.appsDl .appsTag ul li{
	background:#1da1f2;
	color: #fff;
	padding: 2px 5px;
	border-radius: 5px;
}
.appsDl .appsTag ul .develop{
	background:#75b958 !important;
}

.apps p{
	padding: 3% 0 5%;
}

.loopSlider ul {
	padding: 0;
    float: left;
    overflow: hidden;
	display: flex;
	justify-content: start;
}

.loopSlider ul li {
    width: 150px;
    height: auto;
    display: inline;
	position: relative;
}
.loopSlider ul li div{
	font-size: 16px;
	width: 100px;
	background: rgba(13, 52, 130, 0.9);
	position: absolute;
	text-align:center;
	bottom: 15px;
	padding: 0 ;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	z-index: 3;
}

.loopSlider ul li img {
	width: 100%;
	height: 100px;
}


.appsDl .modelDl{
	margin: 2px 0 0;
	font-size: 16px;
	font-weight:normal;
	display: flex;
	gap: 10px;
	align-items: baseline;
}

.appsDl .modelDl div{
	min-width: 80px;
	padding: 3px 0 0;
}
.apps .modelDl ul{
	display:flex;
	flex-wrap: wrap;
	margin: 30px 0 0;
	text-align: center;
	gap: 20px 5px;
	width:100%;
}
.apps .modelDl ul li{
	float: none;
	width: 20%;
	min-width: 120px;
	padding: 0 5px 0 30px;
	font-size: 14px;
	background: #eee;
	border-radius: 10px;
	height: 20px;
	position:relative;
}
.apps .modelDl ul li img{
	width: 35px;
	vertical-align:middle;
	position:absolute;
	top: -15px;
	left: 5px;
}

.appsBack{
	font-size: 16px;
}

.appsArrowBlue{
  background: #e6f5fdad;
  position: relative;
  margin: 0 0 30px;
  padding:50px 0 50px;
}

.bannerBox{
	margin: 0 auto;
}
.bannerBox img{
	max-width:550px;
}

.drop .eraberu_box{
	margin:0 auto;
	max-width: 1010px;
	overflow:hidden;
}
.drop .eraberu_box h4 a, .drop .eraberu_box h4 a:visited{
	color: #202020;
}
.drop .eraberu_box h4 a:hover{
	text-decoration:underline;
}
.drop .eraberu_box h4 a:after{
	content:"\f05a";
	font-family:'Font Awesome 5 Free';
	left:0;
	top:2px;
	font-size:24px;
	position:relative;
	border: none;
	margin-right: 10px;
	margin: 0 0 0 2px;
}


.drop .eraberu_box_000{
}

.typeList{
	padding: 40px 0 0;
	margin: -25px auto 0;
}
.swiper-slide img{
	max-height: unset;
}

.drop .eraberu_box_p01 {
	font-size: 16px !important;
}
.drop .eraberu_box a{
	text-align:center;
	margin: 0 auto !important;
}


.drop .eraberu_box_111 > a > div {
	margin: 0;
}

.drop .eraberu_box_111 > a > div > div:nth-of-type(2) {
	display: flex;
	flex-flow: column;
	align-items: center;
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 20px;
}

.drop .eraberu_box .slider01 {
	width: 100%;
	object-fit: contain;
	margin: 0 0 10px;
	display: flex;
	flex-flow: column;
}

.drop .eraberu_box .slider01 .slick-arrow{
	display: none !important;
}

.drop .eraberuUl {
	gap: 1px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.drop .eraberuUl li {
	line-height: 0;
}
.drop .eraberuUl img {
	width: 50px;
}

.drop .eraberu_box_111 > a > div > div:nth-of-type(1){
	border-radius: 0 8px 0 0;
	background: #d7d7d7;
	position:relative;
}
.drop .eraberu_box_111 > a > div > div:nth-of-type(1) h3{
	line-height: 50px;
	color:#202020;
}
.drop .eraberu_box_111{
	width:100%;
	display:grid;
	grid-template-rows:min-content;
	position:relative;
}
.drop .eraberu_box_111 a{
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #fff;
	transition: all 0.2s;
	width: 100% !important;
	cursor:pointer;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 30%);

}
.drop .eraberu_box_111 a:visited{
	background: #fff;
	color: #fff;
}


.drop .eraberu_box_111 a:hover {
  transform: translateY(-10px);
	cursor:pointer;
}

.drop .eraberu_box_111 .typeHandy::before {
	content: "ハンディType";
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	color: #fff;
	font-size: 1.8rem;
/*	background: #5d5b5b;*/
	background: #0d3482;
	border-radius: 45px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 50%);
	position: absolute;
	top: -20px;
	left: -15px;
	z-index: 2;
}



.drop .eraberu_box_111 .typeSp::before {
	content: "スマホType";
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	color: #fff;
	font-size: 1.8rem;
/*	background: #5d5b5b;*/
	background: #0d3482;
	border-radius: 45px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 50%);
	position: absolute;
	top: -20px;
	left: -15px;
	z-index: 2;
}

.drop .eraberu_box_111 .typeUde::before {
	content: "腕時計Type";
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	color: #fff;
	font-size: 1.8rem;
/*	background: #5d5b5b;*/
	background: #0d3482;
	border-radius: 45px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 50%);
	position: absolute;
	top: -20px;
	left: -15px;
	z-index: 2;
}
.appsArrowBlue p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
  color:#202020;
}



.movie_box > a {
	width: 100%;
	max-width: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 30%));
	position: relative;
	padding: 10px;
	margin: 0 auto;
}

.movie_box > a::before {
	content: "";
	width: 70px;
	height: 50px;
	display: block;
	position: absolute;
	border-radius: 18px;
	background: rgba(0, 0, 0, 60%);
}

.movie_box > a::after {
	content: "";
	width: 20px;
	height: 25px;
	background: #fff;
	position: absolute;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	margin: 0 0 0 5px;
}

.movie_box > a:hover::before {
	background: rgba(255, 0, 0, 80%);
}

.movie_box > a video {
	width: 100%;
}

.sample{
	margin: 20px auto 50px;
}
.sample .photo_box{
	display:flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	flex-wrap:wrap;
	margin: 0 auto 30px;
	border-bottom: 1px solid #CCC;
	padding: 0 0 30px;
}
.sample .photo_box:last-child{
	margin: 0 auto ;
	border-bottom: unset;
	padding: 0;
}
.sample .photo_box img{
	max-width: 460px;
	max-height: 420px
}
.sample .photo_box p{
	width: 100%;
	padding: 0;
}
.sample .photo_box h4{
	width: 100%;
	text-align:left;
	margin: 0 0 10px;
}


.sample .photo_boxY{
	display:flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap:wrap;
	gap: 1%;
	margin: 0 auto 30px;
	border-bottom: 1px solid #CCC;
	padding: 0 0 30px;
}
.sample .photo_boxY:last-child{
	margin: 0 auto ;
	border-bottom: unset;
	padding: 0;
}

.sample .photo_boxY > div{
	width: 19%;
}
.sample .photo_boxY img{
	width: 100%;
}
.sample .photo_boxY p{
	width: 100%;
	padding: 0;
}
.sample .photo_boxY h4{
	width: 100%;
	text-align:center;
	margin: 0 0 10px;
}


.sample .photo_boxY3{
	display:flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap:wrap;
	gap: 50px 5%;
	margin: 0 auto 30px;
	padding: 0 0 30px;
}
.sample .photo_boxY3:last-child{
	margin: 0 auto ;
	padding: 0;
}

.sample .photo_boxY3 > div{
	width: 29%;
}
.sample .photo_boxY3 img{
	width: 100%;
}
.sample .photo_boxY3 p{
	width: 100%;
	padding: 0;
}
.sample .photo_boxY3 h4{
	width: 100%;
	text-align:center;
	margin: 0 0 10px;
}



.sample .photo_boxY2{
	display:flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap:wrap;
	gap: 50px 5%;
	margin: 0 auto 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #CCC;
}
.sample .photo_boxY2:last-child{
	margin: 0 auto ;
	padding: 0;
}

.sample .photo_boxY2 > div{
	width: 29%;
}
.sample .photo_boxY2 img{
	width: 65%;
	margin: 0 auto 10px;
	display:block;
}
.sample .photo_boxY2 p{
	width: 100%;
	padding: 0;
}
.sample .photo_boxY2 h4{
	width: 100%;
	text-align:center;
	margin: 0 0 10px;
}

@media screen and (max-width: 1023px) {
.drop .eraberu_box_111{
  max-width: unset;
}
.sample .photo_box img{
	max-width: 340px;
}
.inner {
	padding-top: 0 !important;
}
.appsDl{
	padding: 0;
}

.appsDl dt{
	width: 100%;
	padding: 0;
	margin: 0 auto 5%;
	float:unset;
	text-align:center;
}
.appsDl dt img{
	border-radius: 20px;
	box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, 0.24);
	max-width: 160px;
}
.appsDl dd{
	float:unset;
	width: 100%;
	line-height:1.4;
}
.appsDl .appsName{
	font-size: 1.6em;
}
.apps .modelDl{
	gap: 25px 10px;
	justify-content: start;
}
.apps .modelDl dt{
/*	width: 100%; */
	margin: unset;
}
.apps .modelDl dd{
	float: none;
	width: 20%;
	min-width:110px;
	padding: 0 5px 0 30px;
	font-size: 14px;
	background: #eee;
	border-radius: 10px;
	height: 20px;
	position:relative;
}
.apps .modelDl dd img{
	width: 35px;
	vertical-align:middle;
	position:absolute;
	top: -15px;
	left: 5px;
}
.apps p{
	padding: 3% 0 5%;
}
.btn_common,
.btn_appscommon{
	width: 70%;
}
}







@media screen and (max-width: 440px) {
.fs{
	font-size: 1.3rem;
}
.fs::after{
	font-size: 1.8rem;
}
.spOnly{
	display:inline-block;
}
.contact_box > div > a:nth-of-type(2) > img{
	filter: brightness(0) saturate(100%) invert(44%) sepia(27%) saturate(6995%) hue-rotate(184deg) brightness(105%) contrast(103%);
}

	.main_box {
		flex-flow: column;
		width: 100%;
	}
	.main_box > div:nth-of-type(1) {
		width: 100%;
	}
	.main_box > div:nth-of-type(2) {
		display: flex;
		flex-flow: column;
		align-items: center;
		width: 100%;
	}

	.movie_box > div:nth-of-type(1) {
		width: 160px;
	}

	.movie_box > div:nth-of-type(2) a img {
		width: 120px;
	}

.foot {
	padding-bottom: unset;
}

.appsDl .appsTag{
}
.appsDl .appsTag dt{
	width: 100%;
	text-align: left;
	margin: 0;
}
.loopSlider{
	display: flex;
	flex-wrap: wrap;
}
.loopSlider ul li {
    width: 100px;
}
.loopSlider ul li div{
	font-size: 14px;
}
.sample .photo_box img{
	max-width:100%;
}

.sample .photo_boxY,
.sample .photo_boxY2,
.sample .photo_boxY3{
	gap: 20px 5%;
}
.sample .photo_boxY > div,
.sample .photo_boxY2 > div,
.sample .photo_boxY3 > div{
	width: 46%;
}


.sample .photo_boxY2 img{
	width: 100%;
}
/*	apps 240609	ここまで*/
