body{
	line-height: 1.7;
	font-family:"Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 16px;
	font-weight: 600;
	background-color: #EBEBEB;
	background-image: url('../dtp/img/dtp_bg.png');
	background-repeat: repeat-y;
	background-position: center center;
	background-size: 100% auto;
}
img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}
.anchor{
    padding-top: 100px;
    margin-top:-100px;
}
.inner{
	width: min(90%,1200px);
	margin-inline: auto;
	padding: clamp(50px, 6.8vw, 130px) 0;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex .img img{
	width: 100%;
	height: auto;
}
.tac{
	text-align: center;
}
.pc {
	display:block;
}
br.pc{
	display: inherit;
}
.sp {
	display:none;
}
br.sp{
	display: none;
}
.pc1100{
	display: block;
}
br.pc1100{
	display: inherit;
}
.sp1100{
	display: none;
}
br.sp1100{
	display: none;
}
.pc640{
	display: block;
}
br.pc640{
	display: inherit;
}
.sp640{
	display: none;
}
br.sp640{
	display: none;
}
#container{
	overflow: hidden;
}
.totop{
	opacity:0.1;
	transform: translateY(30px);
	transition: all 1s;
}
.on .totop,
.on.totop{
	opacity: 1;
	transform: translateY(0);
}
/* 
 Head
----------------------------------------------------------- */
.dtp_header {
	width: 100%;
}
.dtp_navwrap {
	width: 90%;
	position: fixed;
	top: 5%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.dtp_navwrap p img {
	height: 35px;
	width: auto;
}
.dtp_navwrap .right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(255, 255, 255, 0.9);
	-webkit-backface-visibility: hidden;
	-webkit-backdrop-filter: saturate(140%) blur(20px);
	backdrop-filter: saturate(140%) blur(20px);
	backface-visibility: hidden;
	will-change: backdrop-filter;
	padding: 10px clamp(20px, 2vw, 40px);
	border-radius: 50px;
	width: 55%;
}
.dtp_navwrap .right > p{
	font-weight: 600;
	margin-right: 20px;
}
.tel_btn{
	font-family: "Roboto", sans-serif;
	display: block;
	font-size: clamp(18px, 1.1vw, 22px);
	font-weight: 600;
	transition: all ease 0.3s;
	background-image: linear-gradient(to right, #DC488E 0%, #EE2C63 50%, #CB262D 100%);
	padding: 7px clamp(15px, 1.9vw, 38px);
	border-radius: 30px;
	color: #fff;
	box-shadow: inset 0px 3px 6px rgba(255, 255, 255, 0.5), 0px 3px 6px rgba(0, 0, 0, 0.16); 
}
.tel_btn i{
	margin-right: 10px;
}
.tel_btn:hover{
	opacity: 0.7;
}
.dtp_navwrap * {
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.dtp_btm{
	position: fixed;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-color: #fff;
	width: 100%;
	z-index: 10;
	box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
}
.dtp_btm .txt{
	border-left: clamp(15px, 1.5vw, 28px) solid;
	border-image: linear-gradient(to bottom, #2A94E3, #FA0060) 1;
	height: 100%;
	padding: 10px 0 10px clamp(10px, 1.8vw, 35px);
	width: 53%;
}
.dtp_btm .btn{
	width: 45%;
	padding-right: clamp(20px, 3.4vw, 65px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dtp_btm .txt p{
	font-size: clamp(23px, 1.7vw, 33px);
	font-weight: 800;
}
.dtp_btm .txt p span{
	color: #EE2C65;
}
.dtp_btm .txt p small{
	font-size: clamp(16px, 1.3vw, 25px);
	font-weight: 600;
	display: block;
}
.dtp_btm .btn a{
	width: 47.5%;
}
.dtp_h2{
	font-weight: 700;
	text-align: center;
	margin-bottom: clamp(25px, 2.6vw, 50px);
	line-height: 1.5;
	font-size: 16px;
}
.dtp_h2 span{
	display: block;
	font-weight: 900;
	font-family: "Roboto", sans-serif;
	font-size: clamp(33px, 3.1vw, 60px);
}
.progress-wrap {
	bottom: 130px !important;
}
/* 
 内容
----------------------------------------------------------- */
.dtp_btn{
	display: block;
	font-size: clamp(15px, 1vw, 20px);
	font-weight: 800;
	text-align: center;
	transition: all ease 0.3s;
	background-image: linear-gradient(to right, #DC488E 0%, #EE2C63 50%, #CB262D 100%);
	padding: clamp(10px, 0.93vw, 18px);
	border-radius: 40px;
	color: #fff;
	box-shadow: inset 0px 3px 6px rgba(255, 255, 255, 0.5), 0px 3px 6px rgba(0, 0, 0, 0.16);
	position: relative;
	width: min(100%,300px);
}
.dtp_btn.black{
	background: #000;
}
.dtp_btn i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: clamp(10px, 0.93vw, 18px);
}
.dtp_btn:hover{
	opacity: 0.7;
}
.btn_box{
	margin-top: clamp(25px, 2.6vw, 50px);
}
.hyo dl{
	padding: clamp(10px, 0.8vw, 15px) 0;
	border-bottom: 1px solid #B9B9B9;
}
.hyo dl:first-of-type{
	border-top: 1px solid #B9B9B9;
}
.hyo dl dt{
	font-weight: 800;
	font-size: clamp(16px, 1vw, 20px);
	margin-bottom: 5px;
}
.line_h3{
	font-size: clamp(18px, 1.3vw, 25px);
	font-weight: 800;
	margin-bottom: clamp(15px, 1.7vw, 33px);
	padding-left: clamp(55px, 9.1vw, 175px);
	position: relative;
}
.line_h3::before{
	content: "";
	position: absolute;
	left: 0;
	top: clamp(12px, 1vw, 20px);
	width: clamp(40px, 7.6vw, 145px);
	height: 10px;
	background-image: linear-gradient(to right, #409BC9, #CE474B);
}
.line_h3 span{
	font-weight: 600;
}
#dtp_fv{
	background-image: url('../dtp/img/dtp_fv_bg.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 90% auto;
}
#dtp_fv .inner{
	padding: clamp(150px, 9.4vw, 180px) 0 clamp(50px, 7.6vw, 145px);
}
#dtp_fv h1{
	font-weight: 800;
	font-size: clamp(35px, 4.1vw, 80px);
}
#dtp_read .inner{
	padding-top: 0;
}
#dtp_read .img{
	margin-left: calc(50% - 50vw);
	width: 47vw;
}
#dtp_read .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#dtp_read .txt{
	width: 50%;
}
#dtp_read .txt h2{
	font-weight: 800;
	font-size: clamp(20px, 1.7vw, 33px);
	margin-bottom: clamp(20px, 1.7vw, 33px);
}
#dtp_read .txt p{
	font-size: clamp(16px, 1vw, 20px);
}
#dtp_creative{
	background-color: #F6F6F6;
	position: relative;
	z-index: 1;
}
#dtp_creative::before{
	content: "";
	position: absolute;
	top: clamp(20px, 3.1vw, 60px);
	left: 0;
	width:100%;
	height: clamp(150px, 11.5vw, 220px);
	background-image: url('../dtp/img/dtp_creative_txt.png');
	background-size: auto 100%;
	background-position: center right;
	background-repeat: repeat-x;
	animation: move_txt 60s infinite linear;
	z-index: -1;
}
@keyframes move_txt {
	0% {
		background-position: center right;
	}
	100% {
		background-position: center right 3000px;
	}
}
#dtp_creative ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:clamp(25px, 2.6vw, 50px);
}
#dtp_creative ul li{
	background-color: #fff;
	border-radius: 10px;
	padding: clamp(15px, 1.3vw, 25px);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
#dtp_creative ul li img{
	margin: 0 auto clamp(8px, 0.8vw, 15px);
}
#dtp_creative ul li p{
	text-align: center;
	font-size: clamp(15px, 1vw, 20px);
	font-weight: 800;
}
#dtp_web{
	background-color: #000;
	overflow: hidden;
}
#dtp_web .flex{
	align-items: center;
}
#dtp_web .img{
	width: 45%;
	position: relative;
	z-index: 1;
}
#dtp_web .txt{
	width: 50%;
	color: #fff;
	position: relative;
	z-index: 2;
}
#dtp_web .img::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width:150%;
	height: 180%;
	background-image: url('../dtp/img/dtp_web_bg.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}
#dtp_web .txt .dtp_h2{
	width: fit-content;
	text-align: left;
	background: linear-gradient(to right, #399DC9 0%,#C36DC4 40%,#EF2B64 75%,#CC4949 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	color: transparent;
}
#dtp_features ul li:not(:first-child){
	margin-top: clamp(25px, 2.6vw, 50px);
}
#dtp_features ul li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
#dtp_features ul li > span{
	width: clamp(60px, 6vw, 115px);
}
#dtp_features ul li > .box{
	width: calc(97% - clamp(60px, 6vw, 115px));
	background-color: #fff;
	border-radius: 10px;
	padding: clamp(15px, 1.7vw, 33px);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
#dtp_features ul li > .box .img{
	width: clamp(80px, 9.4vw, 180px);
}
#dtp_features ul li > .box .txt{
	width: calc(97% - clamp(80px, 9.4vw, 180px));
}
#dtp_features ul li > .box .txt h3{
	font-size: clamp(20px, 1.7vw, 33px);
	font-weight: 800;
	margin-bottom: clamp(5px, 0.8vw, 15px);
}
#dtp_features ul li svg .svg-elem-1 {
	overflow: visible;
}
#dtp_features .cls-1 {
	stroke: #dc3364;
	stroke-width: 2px;
}
#dtp_features .cls-1,
#dtp_features .cls-2 {
	fill: none;
}
#dtp_features .cls-3 {
	isolation: isolate;
}
#dtp_features ul li:nth-child(1) svg .svg-elem-1 {
	stroke-dashoffset: 324.6106872558594px;
	stroke-dasharray: 324.6106872558594px;
	-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
	transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
#dtp_features ul li:nth-child(1) svg .svg-elem-2 {
	stroke-dashoffset: 203.60743713378906px;
	stroke-dasharray: 203.60743713378906px;
	-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
	transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
#dtp_features ul li:nth-child(1) svg .svg-elem-3 {
	stroke-dashoffset: 398.8600158691406px;
	stroke-dasharray: 398.8600158691406px;
	-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
	transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}
#dtp_features ul li:nth-child(2) svg .svg-elem-1 {
	stroke-dashoffset: 398.8600158691406px;
	stroke-dasharray: 398.8600158691406px;
	-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
	transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
#dtp_features ul li:nth-child(2) svg .svg-elem-2 {
	stroke-dashoffset: 324.6107177734375px;
	stroke-dasharray: 324.6107177734375px;
	-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
	transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
#dtp_features ul li:nth-child(2) svg .svg-elem-3 {
	stroke-dashoffset: 326.2152404785156px;
	stroke-dasharray: 326.2152404785156px;
	-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
	transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}
#dtp_features ul li:nth-child(3) svg .svg-elem-1 {
	stroke-dashoffset: 324.61065673828125px;
	stroke-dasharray: 324.61065673828125px;
	-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
	transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
#dtp_features ul li:nth-child(3) svg .svg-elem-2 {
	stroke-dashoffset: 335.2405090332031px;
	stroke-dasharray: 335.2405090332031px;
	-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
	transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
#dtp_features ul li:nth-child(3) svg .svg-elem-3 {
	stroke-dashoffset: 398.8600158691406px;
	stroke-dasharray: 398.8600158691406px;
	-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
	transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}
#dtp_features ul li.on svg .svg-elem-1 {
	stroke-dashoffset: 0;
}
#dtp_features ul li.on svg .svg-elem-2 {
	stroke-dashoffset: 0;
}
#dtp_features ul li.on svg .svg-elem-3 {
	stroke-dashoffset: 0;
}
#dtp_production {
	background-image: url('../dtp/img/dtp_production_bg.png');
	background-repeat: no-repeat;
	background-position: center top 100px;
	background-size: 100% auto;
}
#dtp_production .inner{
	padding-bottom: clamp(25px, 3.4vw, 65px);
}
#dtp_production ul li:not(:first-child){
	margin-top: clamp(40px, 4.9vw, 95px);
}
#dtp_production ul li > img{
	width: 100%;
	height: auto;
	margin-bottom: clamp(15px, 1.7vw, 33px);
}
#dtp_production ul li h4{
	font-size: clamp(19px, 1.3vw, 25px);
	font-weight: 800;
	margin-bottom: clamp(8px, 0.8vw, 15px);
}
#dtp_production ul li .hyo{
	margin-top: clamp(15px, 1.7vw, 33px);
}
#dtp_production ul li .flex .img{
	width: 45%;
}
#dtp_production ul li .flex .txt{
	width: 50%;
}
#dtp_production2{
	background-color: #DDD;
}
#dtp_production2 .inner{
	padding-top: clamp(25px, 3.4vw, 65px);
}
#dtp_production2 ul li:not(:first-child){
	margin-top: clamp(25px, 2.6vw, 50px);
}
#dtp_production2 ul li img{
	width: 100%;
	height: auto;
}
#dtp_production2 ul li:nth-child(1) {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
#dtp_production2 ul li:nth-child(1) > div{
	width: 50%;
}
#dtp_production2 ul li:nth-child(1) > div p{
	font-size: clamp(16px, 1vw, 20px);
	font-weight: 800;
	text-align: center;
	margin-top: clamp(8px, 0.8vw, 15px);
}
#dtp_price{
	position: relative;
	z-index: 1;
}
#dtp_price::before{
	content: "";
	position: absolute;
	bottom: 13%;
	left: 0;
	width:clamp(30px, 4.9vw, 95px);
	height: clamp(200px, 28.1vw, 540px);
	background-image: url('../dtp/img/dtp_price_bgl.png');
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: -1;
}
#dtp_price::after{
	content: "";
	position: absolute;
	top: 13%;
	right: 0;
	width:clamp(30px, 6.2vw, 120px);
	height: clamp(180px, 24vw, 460px);
	background-image: url('../dtp/img/dtp_price_bgr.png');
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: -1;
}
#dtp_price ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 50px;
	position: relative;
}
#dtp_price ul::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background-color: #000;
}
#dtp_price ul li{
	padding: clamp(15px, 1.3vw, 25px) 0;
	border-bottom: 1px solid #000;
	height: 100%;
}
#dtp_price ul li .ttl h3,
#dtp_price ul li .ttl p{
	font-weight: 800;
	font-size: clamp(20px, 1.7vw, 33px);
}
#dtp_price ul li h3 small{
	font-weight: 300;
	font-size: 16px;
	display: block;
}
#dtp_price ul li .ttl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#dtp_price ul li > p{
	margin-top: clamp(8px, 0.8vw, 15px);
}
#dtp_contact{
	background-color: #fff;
	position: relative;
}
#dtp_contact::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 23px;
	background: linear-gradient(to right, #399DC9 0%, #399DC9 15%, #EF2B64 40%, #CE474A 60%, #EB326E 70%, #CA63B5 85%, #399DC9 100%);
	background-size: 200% 200%;
	animation: bggrdAnime 15s ease infinite;
}
@keyframes bggrdAnime{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 150% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
#dtp_contact .inner{
	padding-top: clamp(30px, 3.4vw, 65px);
	padding-bottom: calc(clamp(30px, 3.4vw, 65px) + 23px);
}
#dtp_contact .inner > p{
	text-align: center;
}
#dtp_contact .inner > .btn_box a{
	margin: 0 auto;
}
/* 
 footer
----------------------------------------------------------- */
#dtp_footer{
	background-color: #fff;
}
#dtp_footer .inner{
	padding: clamp(40px, 4.1vw, 80px) 0 150px;
	width: 90%;
}
#dtp_footer .inner > img{
	height: clamp(35px, 3.1vw, 60px);
	width: auto;
}
#dtp_footer .flex{
	margin-top: clamp(20px, 2.3vw, 45px);
	padding-bottom: clamp(40px, 6.2vw, 120px);
	border-bottom: 1px solid #222;
	margin-bottom: clamp(10px, 1vw, 20px);
	align-items: flex-start;
}
#dtp_footer .flex .txt p{
	font-size: clamp(16px, 0.93vw, 18px);
	font-weight: 400;
	margin-bottom: 10px;
}
#dtp_footer .flex .txt small{
	font-size: clamp(14px, 0.83vw, 16px);
	font-weight: 400;
	display: block;
}
#dtp_footer .flex ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}
#dtp_footer .flex ul li:not(:last-child){
	margin-right: 10px;
}
#dtp_footer .flex ul li{
	margin-right: 10px;
	width: clamp(35px, 2vw, 40px);
}
#dtp_footer .flex ul li a{
	transition: all ease 0.3s;
}
#dtp_footer .flex ul li a img{
	width: 100%;
	height: auto;
}
#dtp_footer .flex ul li a:hover{
	opacity: 0.7;
}
#dtp_footer .copy{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 400;
}
#dtp_footer .copy a{
	transition: all ease 0.3s;
	text-decoration: underline;
	font-size: 13px;
}
#dtp_footer .copy a:hover{
	opacity: 0.7;
}
#dtp_footer .copy p{
	font-size: 13px;
}
#meo_ft{
	display: none !important;
}
@media screen and (max-width: 1400px) {
	/* 
	 header
	----------------------------------------------------------- */
	.dtp_navwrap .right {
		width: 80%;
	}
	.dtp_btm .txt{
		width: 63%;
	}
	.dtp_btm .btn{
		width: 35%;
		padding-right: 20px;
	}
	.progress-wrap {
		bottom: 100px !important;
		right: 10px !important;
	}
	/* 
	 footer
	----------------------------------------------------------- */
	#dtp_footer .inner{
		padding-bottom: 120px;
	}
}
@media screen and (max-width: 1200px) {
	/* 
	 header
	----------------------------------------------------------- */
}
@media screen and (max-width: 1100px) {
	.pc1100{
		display: none;
	}
	br.pc1100{
		display: none;
	}
	.sp1100{
		display: block;
	}
	br.sp1100{
		display: inherit;
	}
	/* 
	 header
	----------------------------------------------------------- */
	.dtp_navwrap {
		top: 3%;
	}
	.dtp_navwrap .right {
		width: fit-content;
		background-color: transparent;
		padding: 0;
	}
	.dtp_navwrap .right > p{
		display: none;
	}
	.dtp_btm .txt{
		display: none;
	}
	.dtp_btm .btn{
		width: 100%;
		padding: 10px;
	}
	.dtp_btm .btn a{
		width: 49%;
	}
	.progress-wrap {
		bottom: 80px !important;
	}
	/* 
	 content
	----------------------------------------------------------- */
	#dtp_read .img{
		width: 95vw;
	}
	#dtp_read .txt{
		width: 100%;
		margin-top: 20px;
	}
	#dtp_creative ul li img{
		width: 100px;
		height: auto;
	}
	#dtp_price ul::before{
		display: none;
	}
	#dtp_price ul{
		grid-template-columns: repeat(1, 1fr);
	}
	/* 
	 footer
	----------------------------------------------------------- */
	#dtp_footer .inner{
		padding-bottom: 100px;
	}
}
@media screen and (max-width:820px) {
	.pc {
		display:none;
	}
	br.pc{
		display: none;
	}
	.sp {
		display:block;
	}
	br.sp{
		display: inherit;
	}
	/* 
	 content
	----------------------------------------------------------- */
	#dtp_fv .inner{
		padding-top: 110px;
	}
	#dtp_production ul li .flex .img{
		width: 100%;
		margin-bottom: 15px;
	}
	#dtp_production ul li .flex .txt{
		width: 100%;
	}
}
@media screen and (max-width:640px) {
	body,p{
		font-size: 0.9rem;
	}
	.pc640{
		display: none;
	}
	br.pc640{
		display: none;
	}
	.sp640{
		display: block;
	}
	br.sp640{
		display: inherit;
	}
	.btn_box a{
		margin: 0 auto;
	}
	/* 
	 content
	----------------------------------------------------------- */
	#dtp_creative ul{
		grid-template-columns: repeat(2, 1fr);
	}
	#dtp_web .img{
		width: 100%;
		margin-bottom: 30px;
	}
	#dtp_web .txt{
		width: 100%;
	}
	#dtp_features ul li > .box{
		width: 100%;
	}
	#dtp_features ul li > .box .img{
		display: none;
	}
	#dtp_features ul li > .box .txt{
		width: 100%;
	}
	#dtp_production {
		background-position: center top 150px;
	}
	#dtp_price ul li h3 small{
		font-size: 13px;
	}
	#dtp_contact .inner > p{
		text-align: justify;
	}
	#dtp_footer .flex .txt{
		width: 100%;
		margin-bottom: 20px;
	}
	#dtp_footer .flex ul{
		width: 100%;
	}
}