@charset "utf-8";
.da__hero{
	margin: 60px 0 0;
	width: 100%;
	height: calc(100vh - 120px);
	overflow: hidden;
	position: relative;
}
.da__hero video{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}
.da__hero-inner{
	position: absolute;
	bottom: 10%;
	right: 6%;
	color: #fff;
	text-align: right;
	text-shadow:0px 0px 5px rgba(0,0,0,0.4);
}
.da__hero-title{
	font-size: 72px;
	line-height: 1.1em;
	font-family: "Futura-medium";
}
@media (max-width: 640px) {
	
	.da__hero{
		height: calc(100vh - 60px);
	}
	.da__hero-inner{
		bottom: 15%;
		right: 5%;
	}
	.da__hero-title{
		font-size: 36px;
	}
	.da__hero-text{
		font-size: 12px;
		line-height: 1.8em;
		margin: 5% 0 0;
	}
}

.da__concept-title{
	font-family: "Futura-medium";
	font-size: 40px;
	text-align: center;
	padding: 150px 0 0;
	width: 90%;
	margin: 0 auto;
}
.da__concept-title span{
	font-size: 20px;
	display: block;
	margin-top: 10px;
}
.da__concept-text{
	text-align: center;
	line-height: 1.5em;
	font-size: 30px;
	width: 90%;
	margin: 60px auto 0;
}
@media (max-width: 640px) {
	.da__concept-title{
		font-size: 28px;
	}
	.da__concept-title span{
		font-size: 18px;
		display: block;
		margin-top: 20px;
	}
	.da__concept-text{
		font-size: 16px;
	}
}

.da__concept-wrap{
	display: flex;
	justify-content: center;
	width: 80%;
	max-width: 1000px;
	margin: 80px auto 0;
}
.da__concept-cell{
	width: calc(25% - 20px);
	margin: 0 10px;
}
@media (max-width: 640px) {
	.da__concept-wrap{
		flex-wrap: wrap;
		width: 90%;
	}
	.da__concept-cell{
		width: calc(50% - 20px);
		margin: 0 10px 30px;
	}
}

.da__concept-ttl{
	text-align: center;
	font-family: "Futura-medium";
	font-size: 18px;
	color: #fff;
	border-radius: 3px;
	padding: 20px 0;
}
.da__concept-cell:nth-child(1) .da__concept-ttl{ background: #E72C2C}
.da__concept-cell:nth-child(2) .da__concept-ttl{ background: #4A9ED8}
.da__concept-cell:nth-child(3) .da__concept-ttl { background: #78BE48}
.da__concept-cell:nth-child(4)  .da__concept-ttl{ background: #F18E28}
.da__concept-ttl span{
	display: block;
	font-size: 14px;
	margin-top: 10px;
}
.da__concept-cell ul{
	font-size: 14px;
	line-height: 1.8em;
	margin: 20px 0 0;
	padding: 0 0 0 20px;
}
@media (max-width: 640px) {
	.da__concept-ttl{
		font-size: 14px;
	}
	.da__concept-ttl span{
		font-size: 10px;
	}
	.da__concept-cell ul{
		font-size: 12px;
		margin: 10px 0 0;
		padding: 0 0 0 10px;
	}
}


.da__concept-main{
	font-size: 18px;
	line-height: 2em;
	max-width: 800px;
	width: 80%;
	margin: 0 auto;
	padding: 100px 0 0;
}
@media (max-width: 640px) {
	.da__concept-main{
		font-size: 14px;
		padding: 100px 0 0;
	}
}

.da__concept-block1{
	max-width: 1200px;
	width: 90%;
	margin: 80px auto;
	display: flex;
}
.da__concept-block1 img{
	width: 40%;
	object-fit: contain;
}
.da__concept-block1 p{
	width: 60%;
	font-size: 14px;
	line-height: 2em;
	padding: 100px 0;
	margin: 0 30px 0 0;
}
.da__concept-block1 p span{
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
@media (max-width: 900px) {
	.da__concept-block1{
		width: 80%;
		margin: 30px auto;
		display: block;
	}
	.da__concept-block1 p{
		width: 100%;
		font-size: 12px;
		line-height: 2em;
		padding: 80px 0 0;
		margin-bottom: 30px;
	}
	.da__concept-block1 p span{
		width: 100%;
		line-height: 1.5em;
		font-size: 22px;
	}
	.da__concept-block1 img{
		width: 100%;
	}
}


.da__concept-block2{
	max-width: 1000px;
	width: 90%;
	margin: 80px auto;
	background: url(../img/da/concept2.png) no-repeat;
	background-position: left center;
	background-size: contain;
}
.da__concept-block2 p{
	width: 60%;
	margin-left: 40%;
	font-size: 14px;
	line-height: 2em;
	padding: 50px 0;
	text-align: right;
}
.da__concept-block2 p span{
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
@media (max-width: 900px) {
	.da__concept-block2{
		width: 80%;
		margin: 60px auto;
		background-size: 80%;
		background-position: left bottom;
	}
	.da__concept-block2 p{
		width: 90%;
		margin-left: 10%;
		font-size: 12px;
		padding: 0 0 280px;
	}
	.da__concept-block2 p span{
		width: 100%;
		line-height: 1.5em;
		font-size: 22px;
	}
}
@media (max-width: 640px) {
	.da__concept-block2 p{
		padding: 0 0 120px;
	}
}

.da__concept-block-ttl{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 160px 0 0;
}
@media (max-width: 900px) {
	.da__concept-block-ttl{
		text-align: left;
		font-size: 18px;
		font-weight: bold;
		margin: 80px auto 0;
		line-height: 1.8em;
		width: 80%;
	}
}

.da__concept-block3{
	max-width: 1200px;
	width: 90%;
	margin: 100px auto;
	display: flex;
}
.da__concept-block3 img{
	width: 40%;
	object-fit: contain;
}
.da__concept-block3 p{
	width: 60%;
	font-size: 14px;
	line-height: 2em;
	padding: 50px 0;
	margin: 0 30px 0 0;
}
@media (max-width: 640px) {
	.da__concept-block3{
		width: 80%;
		margin: 30px auto 100px;
		display: block;
	}
	.da__concept-block3 p{
		width: 100%;
		font-size: 12px;
		line-height: 2em;
		padding: 20px 0 0;
		margin-bottom: 30px;
	}
	.da__concept-block3 p span{
		width: 100%;
		line-height: 1.5em;
		font-size: 22px;
	}
	.da__concept-block3 img{
		width: 100%;
	}
}


.da__service{
	max-width: 800px;
	width: 90%;
	margin: 0 auto 150px;
	padding: 150px 0 0;
}
.da__service-wrap{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.da__service-card{
	width: 45%
}
.da__service-card-img{
	width: 100%;
	background-size: cover;
	background-position: center center;
}
.da__service-card-img:after{
	content: "";
	padding-top: 60%;
	display: block;
}
.da__service-card-title{
	font-family: "Futura-medium";
	font-size: 20px;
	line-height: 1.5em;
	color: #333;
	margin-top: 20px;
}
.da__service-card-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #333333;
	padding: 12px 0;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 20px auto 0;
	width: 100%;
}

/*
.da__service-block{
	display: flex;
	justify-content: space-between;
}
.da__service-cell{
	width: 55%
}
.da__service-cell:last-child{
	width: 40%
}
.da__service-cell img{
	width: 100%
}
.da__service-title{
	font-family: "Futura-medium";
	font-size: 30px;
	color: #333;
}
.da__service-copy{
	font-size: 21px;
	margin: 15px 0 0;
}
.da__service-text{
	font-size: 12px;
	line-height: 1.8em;
	margin: 25px 0 0;
}
.da__service-btn{
	background: #333333;
	padding: 12px 160px;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 60px auto 0;
	display: block;
	width: fit-content;
}
*/
/*
@media (max-width: 640px) {
	.da__service{
		width: 80%;
		margin: 100px auto 150px;
	}
	.da__service-block{
		flex-wrap: wrap;
	}
	.da__service-cell{
		flex-wrap: wrap;
		width: 100%;
	}
	.da__service-title{
		font-size: 24px;
	}
	.da__service-copy{
		font-size: 14px;
	}
	.da__service-text{
		font-size: 10px;
	}
	.da__service-cell:last-child{
		width: 100%;
		margin: 30px 0 0;
	}
	.da__service-btn{
		padding: 12px 30%;
		margin: 30px auto 0;
	}
}
*/



.da__works{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 150px;
	padding: 150px 0 0;
}
.da__works-ttl{
	font-family: "Futura-medium";
	font-size: 40px;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.da__works-ttl span{
	font-size: 20px;
	display: block;
	margin-top: 10px;
}

.da__works-block{
	margin: 100px 0 60px;

}
/*
.da__works-head{
	position: relative;
	background-position: center center;
	background-size: cover;
	padding: 90px 26px 26px;
	color: #fff;
}
*/
.da__works-head{
	position: relative;
	padding: 0;
	color: #333;
	margin-bottom: 50px

	
}
/*
.da__works-head:before{
	content: "";
	background-color: rgba(0,0,0,0.5);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/

.da__works-tag{
	position: relative;
	background: #676767;
	color: #fff;
	font-family: "Futura-medium";
	font-size: 16px;
	letter-spacing: 0.1em;
	padding: 6px 10px 5px;
	width: fit-content;
}
.da__works-title{
	position: relative;
	font-weight: bold;
	font-size: 30px;
	line-height: 150%;
	margin: 15px 0 0;
}
.da__works-text{
	position: relative;
	font-size: 14px;
	line-height: 180%;
	margin: 12px 0 0;
}
.da__works-body{
	margin: 30px -1% 0;
	display: flex;
	flex-wrap: wrap;
}



.da__works-cell{
	width: calc(100% / 3 - 2%);
	margin: 0 1% 30px;
}
@media (max-width: 640px) {
	.da__works-body{
		margin: 30px 0 0;
	}
	.da__works-cell{
		width: 48%;
		margin: 0 4% 30px 0;
	}
	.da__works-cell:nth-child(even){
		margin: 0 0 30px;
	}
}

.da__works-cell-img{
	width: 100%;
	background: #C4C4C4;
	background-size: cover;
}
.da__works-cell-img:after{
	content: "";
	display: block;
	padding-top: 50%;
}
.da__works-cell-title{
	font-size: 14px;
	font-weight: bold;
	line-height: 180%;
	color: #000000;
	margin: 12px 0 0;
}
.da__works-cell-text{
	font-size: 13px;
	font-weight: normal;
	line-height: 180%;
	color: #000000;
	margin: 12px 0 0;
}
.da__works-cell-btn{
	display: inline-block;
	font-size: 12px;
	line-height: 180%;
	color: #000000;
	margin: 0 0 0;
	border-bottom: 1px solid #000000;
}
@media (max-width: 640px) {
	.da__works-cell-title{
		font-size: 12px;
	}
}

.da__contact{
	background: #333333;
	padding: 20px 80px;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 60px auto 0;
	display: block;
	width: fit-content;
}
@media (max-width: 640px) {
	.da__contact{
		padding: 20px 20%;
	}
}



.da-detail__hero{
	width: 100%;
	height: 60vh;
	background-size: cover;
	background-position: center center;
	margin-top: 150px;
}
.da-detail__inner{
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0 0;
}
.da-detail__inner h4{
	font-size: 26px;
	font-weight: bold;
	margin: 30px 0;
}
.da-detail__inner h5{
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
}

.da-detail__title{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 40px 0 0;
}
.da-detail__copy{
	font-size: 24px;
	line-height: 1.4em;
	margin: 30px 0 60px;
	font-weight: bold;
}
.da-detail__inner p{
	font-size: 14px;
	line-height: 1.8em;
}
.da-detail__inner p b{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
	border-bottom: 1px solid #aaa;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
.da-detail__inner hr{
	margin: 60px 0;
}
.da-detail__img-flex{
	display: flex;
	margin: 60px 0;
}
.da-detail__img-flex .da-detail__img{
	margin: 0 10px 0 0;
}

.da-detail__img-flex-3{
	display: flex;
	margin: 10px 0 10px;
}
.da-detail__img-flex-3 img{
	width: calc( 100%/3 - 10px);
	margin: 0 10px 0 0;
}
.da-detail__img-flex-3 img:last-child{
	margin: 0;
}

.da-detail__inner video{
	width: 100%;
	margin-bottom: 60px;
}

@media (max-width: 640px) {
	.da-detail__inner{
		width: 85%;
	}
	.da-detail__title{
		font-size: 26px;
	}
	.da-detail__copy{
		font-size: 14px;
	}
	.da-detail__inner p{
		font-size: 12px;
	}
	
	
	.da-detail__img-flex{
		display: block;
	}
	.da-detail__img-flex .da-detail__img,
	.da-detail__img-flex .da-detail__img img{
		width: 100%;
	}
	.da-detail__img-flex .da-detail__img{
		margin-bottom: 30px;
	}
	
	.da-detail__img-flex-3 img{
		width: calc( 100%/3 - 5px);
		margin: 0 5px 0 0;
	}
}


.da-detail__cap{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #ddd;
	font-size: 10px;
}


.da-detail__caution{
	background: #ddd;
	padding: 26px;
	margin: 60px 0;
}
.da-detail__caution-title{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8em;
}
.da-detail__caution-text{
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 1.8em;
}

.da-detail__link{
	border: 1px solid #ddd;
	padding: 10px 20px;
}




/*hoverした際のスケールで全体を拡大し影を付ける*/
.sales__service__img {
    transition: transform .3s ease;
}

.sales__service__img:hover {
    transform: scale(1.03);
}

.da__works-cell-img {
    transition: transform .3s ease;
}

.da__works-cell-img:hover {
    transform: scale(1.03);
}
.da__works-cell-thumb img{
    
	height: 70px;
	
}




.note-embed {
    transition: transform .3s ease;
}

.note-embed:hover {
    transform: scale(1.03);
}


.da__works-cell-thumb img{
	transition: transform .3s ease;
}
.da__works-cell-thumb img:hover {
    transform: scale(1.1);
}








#TOPICS{
	padding: 120px 0 0;
}
#CONCEPT{
	padding: 120px 0 0;
}
#SERVICE{
	padding: 120px 0 0;
}
#PACKAGE{
	padding: 120px 0 0;
}
#PRODUCTS{
	padding: 120px 0 0;
}
#LINK{
	padding: 120px 0 0;
}
#ACCESS{
	padding: 120px 0 0;
}
#WORKS{
	padding: 120px 0 0;
}



@media (max-width: 640px) {
    #TOPICS{
	padding: 60px 0 0;
    }
    #CONCEPT{
	padding: 60px 0 0;
    }
    #SERVICE{
	padding: 60px 0 0;
    }
    #PACKAGE{
	padding: 60px 0 0;
    }
    #PRODUCTS{
	padding: 60px 0 0;
    }
    #LINK{
	padding: 60px 0 0;
    }
    #ACCESS{
	padding: 60px 0 0;
    } 
	#WORKS{
	padding: 60px 0 0;
	}
    
}



.da__hero_logo img {
    display: block; /* デフォルトのmarginをなくし、中央に */
    margin: 0 auto; /* 左右のマージンを自動で中央寄せ */
	opacity: 50%;
	pointer-events: none; /* ポインターイベントを無効に */
}

.da__hero_logo2 img {
    display: block; /* デフォルトのmarginをなくし、中央に */
    margin: 0 auto; /* 左右のマージンを自動で中央寄せ */
	text-align: center;
	width: 80%;
}
.da__hero_logo2_mb img {
    display: none;
}

.da__hero_logo3 img {
    display: block; /* デフォルトのmarginをなくし、中央に */
    margin: 0 auto; /* 左右のマージンを自動で中央寄せ */
	text-align: center;
	width: 100%;
}
.da__hero_logo3_mb img {
    display: none;
}
@media (max-width: 640px) {

	.da__hero_logo2 img {
		display: none;
	}
	.da__hero_logo3 img {
		display: none;
	}
	.da__hero_logo2_mb img {
		display: block; /* デフォルトのmarginをなくし、中央に */
		margin: 0 auto; /* 左右のマージンを自動で中央寄せ */
		text-align: center;
		width: 100%;
	}
	.da__hero_logo3_mb img {
		display: block; /* デフォルトのmarginをなくし、中央に */
		margin: 0 auto; /* 左右のマージンを自動で中央寄せ */
		text-align: center;
		width: 100%;
	}



}


.da_link_btn{
	text-align: center;
	font-size: 14px;
	color: #000000;
	border-radius: 40px;
	padding: 8px 15px;
	border: 1px solid #000000;
	


}








.sketchfab-embed-wrapper{
	
	

	
	display: block; /* デフォルトのmarginをなくし、中央に */
    margin: 3% auto; /* 左右のマージンを自動で中央寄せ */



}




.sketchfab-embed-wrapper {
    flex-basis: calc(33.333% - 40px); /* 余白を考慮した幅 */
    max-width: 400px; /* 最大幅を400pxに制限 */
    box-sizing: border-box; /* ボーダーとパディングを幅に含める */
    margin: 10px; /* アイテム間の余白を設定、これは調整可能 */
    height: 0; /* padding-topで高さを生成するために0に設定 */
    padding-top: calc(33.333% - 40px); /* 幅と同じパーセンテージ値にする */
    position: relative; /* iframeの位置調整のための基点 */
}

.sketchfab-embed-wrapper iframe {
    position: absolute; /* 親要素に対して絶対位置 */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; /* 幅を親要素に合わせる */
    height: 100%; /* 高さも親要素に合わせる */
}

/* スマホやタブレットなどの小さい画面でのスタイル */
@media (max-width: 640px) {
	.sketchfab-embed-wrapper {
	  flex-basis: 100%; /* 小さい画面では1列になるように100%に設定 */
	  max-width: 100%; /* 最大幅を100%に設定 */
	  padding-top: 100%; /* 正方形のアスペクト比を維持 */
	  margin: 2% 5%; /* 上下のマージンを設定（左右は0に） */
	}
  }
  






  .sketchfab-embed-wrapper2{
	
	display: block; /* デフォルトのmarginをなくし、中央に */
    margin: 3% auto; /* 左右のマージンを自動で中央寄せ */

}




.sketchfab-embed-wrapper2 {
    flex-basis: calc(100% - 40px); /* 余白を考慮した幅 */
    max-width: 550px; /* 最大幅を550pxに制限 */
    box-sizing: border-box; /* ボーダーとパディングを幅に含める */
    margin: 10px; /* アイテム間の余白を設定、これは調整可能 */
    height: 0; /* padding-topで高さを生成するために0に設定 */
    padding-top: calc(100% - 40px); /* 幅と同じパーセンテージ値にする */
    position: relative; /* iframeの位置調整のための基点 */
}

.sketchfab-embed-wrapper2 iframe {
    position: absolute; /* 親要素に対して絶対位置 */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; /* 幅を親要素に合わせる */
    height: 100%; /* 高さも親要素に合わせる */
}

/* スマホやタブレットなどの小さい画面でのスタイル */
@media (max-width: 640px) {
	.sketchfab-embed-wrapper2 {
	  flex-basis: 100%; /* 小さい画面では1列になるように100%に設定 */
	  max-width: 100%; /* 最大幅を100%に設定 */
	  padding-top: 100%; /* 正方形のアスペクト比を維持 */
	  margin: 2% 5%; /* 上下のマージンを設定（左右は0に） */
	}
  }