@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	プロモーション動画

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	メインイメージ

------------------------------------------------------------------------------*/

body.contents main {
	padding-bottom: 5em;
}

body.contents main .promotion {
	padding: 60px 0;
}

body.contents main .detail .site_column {
	max-width: 1040px;
}


/*------------------------------------------------------------------------------

	プランと費用の目安

------------------------------------------------------------------------------*/

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

main #cost_days h2 {
	margin-top: 0;
}
	
main #cost_days table th,
main #cost_days table td {
	padding: .8em;
	font-size: 2.1vw;
}

main #cost_days table tbody th {
	font-size: 1;
}
	
main #cost_days table tbody th span {
	display: block;
}
	
}


/*------------------------------------------------------------------------------

	制作サンプル

------------------------------------------------------------------------------*/

main #sample .flyer_in .detail {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 4%;
}

main #sample .flyer_in .detail .wrap {
	width: 51%;
}

main #sample .flyer_in .detail .iframe_content.youtube {
	margin: 0;
}

main #sample .flyer_in .detail figure {
	width: 45%;
	margin: 0;
}

main #sample .flyer_in .detail figure.tate {
	text-align: center;
}

main #sample .flyer_in .detail figure.tate img {
	width: 50%
}

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


main #sample .flyer_in .detail .wrap {
	width: 100%;
	margin: 0 auto 5vw;
}	
	
main #sample .flyer_in .detail .iframe_content.youtube {
	width: 100%;
}

main #sample .flyer_in .detail figure {
	width: 90%;
	margin: 0 auto;
}

}


/*------------------------------------------------------------------------------

	実績

------------------------------------------------------------------------------*/

main #results .wrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

main #results .wrap .iframe_content.youtube {
	width: 25%;
	margin: 0 0 0 4%;
	aspect-ratio: 9 / 16;
}

main #results .wrap .group {
	flex: 1;
}

main #results .wrap .group .photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 1em;
}

main #results .wrap .group .photo figure {
	margin: 0;
}

main #results .wrap .group .photo figure:nth-child(1) {
	width: 63%;
}

main #results .wrap .group .photo figure:nth-child(2) {
	width: 33.5%;
}

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

main #results .wrap {
	align-items: center;
	flex-direction: column-reverse;
}	

main #results .wrap .iframe_content.youtube {
	width: 80%;
	margin: 5vw 0 0;
}
	
	
}


/*------------------------------------------------------------------------------

	活用例

------------------------------------------------------------------------------*/

main #usecase .pmax {
	margin-bottom: 2.5em;
}

main #usecase .pmax h4 {
	margin-top: 0;
}

main #usecase .pmax .wrap {
	display: flex;
	flex-direction: row-reverse;
}

main #usecase .pmax .text {
	flex: 1;
}

main #usecase .pmax .iframe_content.youtube {
	width: 25%;
	margin: 0 0 0 4%;
	aspect-ratio: 9 / 16;
}

main #usecase .signage .group,
main #usecase .other .group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

main #usecase .signage .group dl {
	margin: 0;
}

main #usecase .signage .group dl,
main #usecase .other .group section {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	width: 48%;
	margin-top: 3%;
}

main #usecase .signage .group dl:nth-child(-n+2),
main #usecase .other .group section:nth-child(-n+2) {
	margin-top: 0;
}

main #usecase .signage .group dl dt,
main #usecase .other .group section .text {
	flex: 1;
}

main #usecase .other .group section .thumbnail {
	margin: 0;
}

main #usecase .signage .group dl .thumbnail,
main #usecase .other .group section .thumbnail {
	width: 20%;
	margin-right: 4%;
}

main #usecase .signage .group dl .thumbnail img {
	border-radius: 50%;
}

main #usecase .other .group section .text h4 {
	margin: 0 0 1em;
}

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


main #usecase .pmax .wrap {
	align-items: center;
	flex-direction: column-reverse;
}	
	
main #usecase .pmax .iframe_content.youtube {
	width: 80%;
	margin: 5vw 0 0;
}
	
main #usecase .signage .group dl,
main #usecase .other .group section {
	width: 100%;
}

main #usecase .signage .group dl:nth-child(2),
main #usecase .other .group section:nth-child(2) {
	margin-top: 3%;
}	
	
}
