@charset "UTF-8";

/*================================================
共通部分
================================================*/
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #282828;
}
h2 {
	color: #E1450B;
}
h2:after {
	content: "";
	border-bottom: 1px solid #E1450B;
	display: block;
	width: 100px;
	margin: -24px auto 0;
}
.inner h2 {
	text-align: center;
	margin: 60px 0 80px;
	padding: 0;
	font-size: 2rem;
	line-height: 1;
	font-weight: 900;
	letter-spacing: 2px;
}
.inner h2 span {
	font-size: 0.8rem;
	letter-spacing: 0;
}
h3 {
}
.inner h3 {
	padding: 0 10%;
}
a {
	transition: .4s;
}
p {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
address {
	font-size: 10px;
	color: #333;
	text-align: center;
	margin: 40px 0;
	font-style: normal;
	letter-spacing: 2px;
}
address a {
	text-decoration: none;
	color: #666;
}
address a:hover {
	text-decoration: underline;
}
button {
	transition: .4s;
}
.inner {
	margin: 0 auto 100px;
	width: 80%;
	overflow: hidden;
}
.cmn_morebtn {
	text-align: center;
}
.cmn_morebtn a,
.cmn_morebtn input,
.cmn_morebtn button {
	border: 1px solid #e1450b;
	background: #e1450b;
	border-radius: 4px;
	text-decoration: none;
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 20px 40px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .2);
}
.cmn_morebtn a:hover,
.cmn_morebtn input:hover,
.cmn_morebtn button:hover {
	border: 1px solid #e1450b;
	background: rgba(255,255,255,.8);
	color: #e1450b;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, .2);
}
.cmn_backbtn button {
	border: 1px solid #ccc;
	background: rgba(255,255,255,.8);
	border-radius: 4px;
	text-decoration: none;
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 20px 40px;
	color: #282828;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .2);
}
.cmn_morebtn_big a,
.cmn_morebtn_big input,
.cmn_morebtn_big button {
	width: 400px;
}
.cmn_bg_gray {
	background-color: #fafafa;
}
.cmn_insertpic img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 660px;
	height: 120px;
	border-radius: 5px;
}
.txr {
	text-align: right;
}
/* 装飾系 */
.txtblue {   color: #00a0e9;}
.txtred {    color: #EF5457;}
.txtorange { color: #e1450b;}
.txtgold {   color: #b69848;}
.txtsmallest { font-size:  55%;}
.txtsmall {    font-size:  75%;}
.txtsmall85 {  font-size:  85%;}
.txtsmall95 {  font-size:  95%;}
.txtbig120 {   font-size: 120%;}
.txtbig140 {   font-size: 140%;}
.txtbig {      font-size: 150%;}
.txtbiggest {  font-size: 200%;}
.txtbold {font-weight: bold;}
.txtunderline {text-decoration: underline;}
.txtcenter {text-align: center;}
.txtleft {text-align: left;}
.txtright {text-align: right;}
.mb20 {margin-bottom: 20px;}
.mb40 {margin-bottom: 40px;}
.mb60 {margin-bottom: 60px;}
.mb80 {margin-bottom: 80px;}
.mt60 {margin-top: 60px;}
.mt80 {margin-top: 80px;}

.sponly {
	display: none;
}
@media screen and (max-width:1000px) {
	.cmn_insertpic img {
		object-fit: none;
		font-family: none;
		width: 100%;
		height: 120px;
	}
}
@media screen and (max-width:800px) {
	body {
		font-size: 14px;
		line-height: 1.6;
	}
	h2 {
		color: #E1450B;
	}
	h2:after {
		content: "";
		border-bottom: 1px solid #E1450B;
		display: block;
		width: 80px;
		margin: -35px auto 0;
	}
	.inner h2 {
		text-align: center;
		margin: 40px 0 80px;
		padding: 0 4%;
		font-size: 1.6rem;
		letter-spacing: 2px;
		line-height: 1.6;
		font-weight: bold;
	}
	.inner h2 span {
	}
	h3 {
	}
	.inner h3 {
		padding: 0 4%;
	}
	a {
		transition: .4s;
	}
	p {
		margin: 0;
		padding: 0;
	}
	ul {
		margin: 0;
		padding: 0;
	}
	li {
		list-style: none;
		text-align: center;
	}
	address {
		font-size: 10px;
		color: #333;
		text-align: center;
		margin: 40px 4%;
		font-style: normal;
		letter-spacing: 1px;
	}
	.inner {
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
	}
	.cmn_morebtn {
		text-align: center;
	}
	.cmn_morebtn a {
		border: 1px solid #e1450b;
		background: rgba(255,255,255,.8);
		border-radius: 4px;
		text-decoration: none;
		display: block;
		width: 200px;
		margin: 0 auto;
		padding: 20px 40px;
		color: #e1450b;
		font-weight: bold;
	}
	.cmn_morebtn a:hover {
		border: 1px solid #e1450b;
		background: #e1450b;
		color: #fff;
	}
	.cmn_backbtn button {
		border: 1px solid #ccc;
		background: rgba(255,255,255,.8);
		border-radius: 4px;
		text-decoration: none;
		display: block;
		width: calc(88vw - 200px);
		margin: 0 auto;
		padding: 10px 0px;
		color: #282828;
		font-weight: bold;
		cursor: pointer;
	}
	.cmn_morebtn_big a,
	.cmn_morebtn_big input,
	.cmn_morebtn_big button {
		width: 80%;
		padding: 2% 4%;
		font-size: 90%;
	}
	.txr {
		text-align: right;
	}
	.pconly {
		display: none;
	}
	.sponly {
		display: block;
	}
}

/*================================================
サイドバー
================================================*/
.sidebar {
	position: fixed;
	left: 0;
	top: 0;
	width: 200px;
	text-align: center;
	overflow-y: auto;
	height: 100vh;
	background: hsla(17, 93%, 16%, 0.05);
}
.sidebar h1 {
	font-size: 10px;
	font-weight: normal;
}
.sidebar .logo {
	width: 50%;
	margin: 30px auto 40px;
}
.sidebar .logo img {
	width: 100%;
}
.sidebar #hmbtn {
	display: none;
}
.sidebar .sidemenu li a {
	text-decoration: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	color: #e1450b;
	font-weight: bold;
	letter-spacing: 1px;
}
.sidebar .sidemenu .toggle {
	cursor: pointer;
}
.sidebar .sidemenu .child {
	display: none;
	background: #feeae1;
}
.sidebar .sidemenu li a:hover {
	background: #e1450b;
	color: #fff;
}
.sidebar .sidemenu .contact a {
	border: 1px solid #e1450b;
	background: #e1450b;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	width: 80%;
	margin: 25px auto 40px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.sidebar .sidemenu .contact a:hover {
	background: rgba(255,255,255,.8);
	color: #e1450b;
}
.indexbody     .sidebar .sidemenu > li:nth-child(1) a,
.workflowbody  .sidebar .sidemenu > li:nth-child(4) a,
.planbody      .sidebar .sidemenu > li:nth-child(5) a,
.guaranteebody .sidebar .sidemenu > li:nth-child(6) a,
.partnerbody   .sidebar .sidemenu > li:nth-child(7) a,
.companybody   .sidebar .sidemenu > li:nth-child(8) a {
	background: #e1450b;
	color: #fff;
}
.advertbody   .sidebar .sidemenu .child, 
.beautybody   .sidebar .sidemenu .child, 
.fashionbody  .sidebar .sidemenu .child, 
.foodsbody    .sidebar .sidemenu .child, 
.productsbody .sidebar .sidemenu .child, 
.imagingbody  .sidebar .sidemenu .child {
	display: block;
}
.advertbody   .sidebar .sidemenu .child li:nth-child(1) a,
.beautybody   .sidebar .sidemenu .child li:nth-child(2) a,
.fashionbody  .sidebar .sidemenu .child li:nth-child(3) a,
.foodsbody    .sidebar .sidemenu .child li:nth-child(4) a,
.productsbody .sidebar .sidemenu .child li:nth-child(5) a,
.imagingbody  .sidebar .sidemenu .child li:nth-child(6) a {
	background: #e1450b;
	color: #fff;
}

@media screen and (max-width:800px) {
	.sidebar {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		text-align: left;
		overflow-y: visible;
		height: 60px;
		background: #fff;
		z-index: 2;
		box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.4);
	}
	.sidebar h1 {
		font-size: 10px;
		margin: 0;
		text-align: left;
		display: none;
	}
	.sidebar .logo {
		width: 110px;
		height: auto;
		margin: 11px 0 12px 10px;
	}
	.sidebar .logo img {
		width: 100%;
	}
	.sidebar #hmbtn {
		display: block;
		width: 60px;
		height: 60px;
		position: fixed;
		top: 0px;
		right: 0px;
		text-align: center;
		padding: 16px 0 0;
		font-size: 12px;
		color: #666;
		font-weight: bold;
	}
	.sidebar #hmbtn span,
	.sidebar #hmbtn span:before,
	.sidebar #hmbtn span:after {
		position: absolute;
		display: block;
		height: 4px;
		background: #666;
	}
	.sidebar #hmbtn span {
		top: 20px;
		left: 15px;
		right: 15px;
	}
	.sidebar #hmbtn span:before {
		content: "";
		top: -8px;
		left: 0px;
		right: 0px;
	}
	.sidebar #hmbtn span:after {
		content: "";
		top: 8px;
		left: 0px;
		right: 0px;
	}
	.sidebar .sidemenu {
		border-top: 1px solid #eee;
		display: none;
		background: rgba(255, 255, 255, .9);
		height: 100vh;
	}
	.sidebar .sidemenu li a {
		display: block;
		text-decoration: none;
		width: 100%;
		margin: 0;
		padding: 16px 0;
		color: #e1450b;
		font-weight: bold;
		letter-spacing: 1px;
		border-bottom: 1px solid #eee;
	}
	.sidebar .sidemenu li a:hover {
		background: #e1450b;
		color: #fff;
	}
}

/*================================================
メインカラム
================================================*/
.main {
	margin: 0 0 0 200px;
}
.main .sub_icatch {
	
}
.main .sub_icatch img {
	width: 100%;
}
@media screen and (max-width:800px) {
	.main {
		margin: 60px 0 0;
		width: 100%;
	}
	.main .sub_icatch {

	}
	.main .sub_icatch img {
		width: 100%;
	}
}

/*================================================
トップページ
================================================*/

/*インナークラス*/
.main .inner_l,
.main .inner_r {
	width: 50%;
}
.main .inner_l p,
.main .inner_r p {
	padding: 0 5%;
}
.main .inner_l img,
.main .inner_r img {
	width: 100%;
	display: block;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	height: 550px;
}
.main .inner_l {
	float: left;
}
.main .inner_r {
	float: right;
}
@media screen and (max-width:1200px) {
	.main .inner_l,
	.main .inner_r {
		width: 100%;
		float: none;
	}
}
@media screen and (max-width:800px) {
	.main .inner_l,
	.main .inner_r {
		width: 100%;
		float: none;
		margin: 0 auto 60px;
	}
	.main .inner_l p,
	.main .inner_r p {
		padding: 0 4%;
	}
	.main .inner_l img,
	.main .inner_r img {
		width: 100%;
		display: block;
		object-fit: contain;
		font-family: 'object-fit: contain;';
		height: auto;
	}
}

/*トップアイキャッチタイル*/
.main .tile_box {
	height: 600px;
	margin: 0 0 100px;
	overflow: hidden;
	position: relative;
}
.main #tile {
	width: 100%;
}
.main #tile li {
	width: calc(100% / 10);
	list-style: none;
}
.main #tile li img {
	width: 100%;
	display: block;
}
.main .tile_box .copy {
	position: absolute;
	top: calc(50% - 1em);
	left: 10%;
	right: 10%;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 2px;
	background: rgba(225, 69, 10, 0.5);
	text-shadow: 0px 0px 8px rgb(156, 59, 23);
}
@media screen and (max-width:1800px) {
	.main #tile li {
		width: calc(100% / 9);
	}
}
@media screen and (max-width:1700px) {
	.main #tile li {
		width: calc(100% / 8);
	}
}
@media screen and (max-width:1600px) {
	.main #tile li {
		width: calc(100% / 8);
	}
}
@media screen and (max-width:1500px) {
	.main #tile li {
		width: calc(100% / 7);
	}
}
@media screen and (max-width:1400px) {
	.main #tile li {
		width: calc(100% / 7);
	}
}
@media screen and (max-width:1300px) {
	.main #tile li {
		width: calc(100% / 6);
	}
}
@media screen and (max-width:1200px) {
	.main #tile li {
		width: calc(100% / 5);
	}
}
@media screen and (max-width:800px) {
	.main .tile_box {
		height: 40vh;
		margin: 0 0 0px;
		overflow: hidden;
		position: relative;
	}
	.main #tile {
		width: 100%;
	}
	.main #tile li {
		width: calc(100% / 5);
		list-style: none;
	}
	.main #tile li img {
		width: 100%;
		display: block;
	}
	.main .tile_box .copy {
		position: absolute;
		top: calc(50% - 1em);
		left: 10%;
		right: 10%;
		text-align: center;
		color: #fff;
		font-size: 1rem;
		font-weight: bold;
		letter-spacing: 2px;
		background: rgba(225, 69, 10, 0.5);
		text-shadow: 0px 0px 8px rgb(156, 59, 23);
	}
}

/* キズナメシプロジェクト */
.main .banner {
}
.main .banner a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 120%;
	border: 1px solid #e26d0e;
	margin: 0 auto 40px;
	width: 80%;
	max-width: 900px;
	border-radius: 4px;
}
.main .banner a:hover {
	opacity: .6;
}
.main .banner p {
	width: 50%;
	text-align: center;
}
.main .banner p img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width:1100px) {
	.main .banner a {
		font-size: 100%;
		width: 96%;
	}
}
@media screen and (max-width:800px) {
	.main .banner a {
		width: 90%;
		flex-wrap: wrap;
		margin-top: 40px;
	}
	.main .banner p {
		width: 100%;
		text-align: center;
		padding: 20px 0;
	}
	.main .banner p:first-child {
		padding: 0;
	}
}


/*PRACとは*/
.main .whatis p {
	margin: 0 auto;
	width: 80%;
	text-align: center;
}
@media screen and (max-width:800px) {
	.main .whatis {
		margin: 0 auto 60px;
	}
	.main .whatis p {
		margin: 0 10%;
		width: auto;
		text-align: left;
	}
}

/*撮影実績*/
.main .photography {
	margin: 0 auto 60px;
}
.main .photography ul {
	padding: 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}	
.main .photography li {
	width: 30%;
	margin: 0 0 40px;
}
.main .photography li a {
	display: block;
	text-decoration: none;
	color: #282828;
	position: relative;
}

.main .photography li .pic {
	width: 100%;
	margin: 0 0 20px;
}
.main .photography li img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	background: #eee;
}
.main .photography li .title {
	font-size: 150%;
	text-align: center;
	text-decoration: none;
	position: absolute;
	top: 230px;
	left: 20px;
	background: rgba(255,255,255,.9);
	padding: 5px 30px;
	border: 3px double #E1450B;
	border-radius: 4px;
	color: #E1450B;
	letter-spacing: 2px;
	font-weight: 900;
}
.main .photography li .text {
	font-size: 100%;
	text-decoration: none;
	padding: 0 20px;
}
@media screen and (max-width:1500px) {
	.main .photography li {
		width: 47%;
		margin: 0 0 50px;
	}
}
@media screen and (max-width:1200px) {
	.main .photography li {
		width: 100%;
		margin: 0 0 50px;
	}
}
@media screen and (max-width:800px) {
	.main .photography {
		margin: 0 auto 0px;
	}
	.main .photography ul {
		padding: 0 4%;
	}	
	.main .photography li {
		width: 100%;
	}
	.main .photography li:last-child {
		margin: 0 0 20px;
	}
	.main .photography li .text {
		padding: 0 20px 40px;
		text-align: left;
	}
}

/*PHOTO BRANDING*/
.main .greeting p {
	margin: 0 auto 20px;
	width: 80%;
}
.main .greeting .rep_sign {
	text-align: right;
	margin: -3em 15% 0;
	width: auto;
}
@media screen and (max-width:1500px) {
	.main .greeting .rep_sign {
		margin: 0 15%;
	}
}
@media screen and (max-width:1200px) {
	.main .greeting .rep_sign {
		margin: 0 10%;
	}
}
@media screen and (max-width:800px) {
	.main .greeting {
		margin: 0 auto 60px;
	}
	.main .greeting ul {
		height: 300px;
		overflow-y: auto;
		margin: 0 5%;
	}
	.main .greeting li {
		margin: 0 0 20px;
	}
	.main .greeting p {
		margin: 0 auto 20px;
		width: 80%;
	}
	.main .greeting .rep_sign {
		margin: 0 10%;
	}
}

/*フォトグラファー*/
.main .pg .sliderbox {
	position: relative;
}
.main .pg .bx-wrapper {
	width: 100%;
	margin: 0 auto 60px;
	padding: 0 0 0;
	border: 1px solid #ccc;
	background: none;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: none;
}
.main .pg .bx-wrapper .bx-controls-direction a {
	transition: none;
	z-index: 1;
}
.main .pg .bx-wrapper .bx-controls-auto,
.main .pg .bx-wrapper .bx-pager {
	left: 0;
	right: 0;
}
.custom-control {
	position: absolute;
	top: calc(50% - 23px);
	left: 0;
	right: 0;
}
.custom-control .custom-prev,
.custom-control .custom-next {
	position: absolute;
}
.custom-control .custom-prev {
	background: url("../img/prev.png") no-repeat;
	left: -15px;
}
.custom-control .custom-prev a,
.custom-control .custom-next a {
	display: block;
	opacity: 0;
	width: 50px;
	height: 45px;
}
.custom-control .custom-next {
	background: url("../img/next.png") no-repeat;
	right: -15px;
}
.main .pg li {
	margin: 0 auto;
	padding: 0 0 0;
	overflow: hidden;
	border: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.main .pg .info {
	padding: 0 40px;
	width: calc(50% - 80px);
	height: auto;
}
.main .pg .position {
	margin: 40px 0 10px;
	letter-spacing: 1px;
}
.main .pg .name {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 0 40px;
	line-height: 1;
}
.main .pg .name span {
	font-size: 40%;
	letter-spacing: 7px;
}
.main .pg .face {
	padding: 0 0 0 0;
	width: 50%;
	height: 370px;
}
.main .pg .face img {
	width: 80%;
	height: 100%;
	margin: 0 auto;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	object-position: 50% 0;
	border-radius: 5px 0 0 5px;
}
.main .pg .text {
	margin: 0 0 10px;
}
@media screen and (max-width:1200px) {
	.main .pg .bx-wrapper {
		width: 84%;
		margin: 0 auto 60px;
	}
	.main .pg .position {
		margin: 30px 0 10px;
	}
	.main .pg .name {
		margin: 0 0 30px;
	}
	.main .pg .info {
		margin: 0 10% 20px;
		padding: 0;
		width: auto;
		height: auto;
	}
	.main .pg .face {
		width: 100%;
		padding: 0 0;
	}
	.main .pg .face img {
		width: 100%;
	}
}
@media screen and (max-width:800px) {
	.main .pg .bx-wrapper {
		width: 90%;
		margin: 0 auto 100px;
		padding: 0 4%;
		background: none;
	}
	.main .pg .position {
		margin: 0 0 10px;
	}
	.main .pg .name {
		margin: 0;
		padding: 0 20px 30px;
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 2px;
	}
	.main .pg .name span {
		letter-spacing: 4px;
	}
	.main .pg .face {
		float: none;
		padding: 0 20px 30px;
		width: 100%;
		height: auto;
	}
	.main .pg .face img {
		width: 300px;
		height: 300px;
		margin: 0 auto;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	.main .pg .info {
		margin: 0 0 20px;
		padding: 0 0;
		width: 100%;
		height: auto;
	}
	.main .pg .text {
		margin: 0 5% 10px;
		text-align: left;
	}
}

/*スタジオ*/
.main .studio {
	margin: 0 auto 80px;
}
.main .studio p {
	margin: 0 auto 0px;
	width: 80%;
}
@media screen and (max-width:1200px) {
	.main .studio {
		margin: 0 auto 80px;
	}
	.main .studio p {
		margin: 0 auto 0px;
		width: 80%;
	}
}
@media screen and (max-width:800px) {
	.main .studio {
		margin: 0 auto 40px;
	}
}

/*周辺地図*/
.main .map .inner_l h3 {
	padding-left: 0;
	margin: 0 0 10px;
}
.main .map .inner_l p {
	padding-left: 0;
	margin: 0 0 40px;
}
.main .map iframe {
	width: 100%;
	height: 700px;
	border: none;
}
@media screen and (max-width:1200px) {
	.main .map .inner_l {
		margin: 0 auto 60px;
	}
	.main .map .inner_l h3,
	.main .map .inner_l p {
		padding-right: 0;
	}
	.main .map .locbox {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin: 0 0 40px;
	}
	.main .map .telbox {
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}
	.main .map .locbox h3,
	.main .map .locbox p,
	.main .map .telbox h3,
	.main .map .telbox p {
		margin: 0 0 10px;
		padding: 0 0;
	}
	.main .map iframe {
		height: 400px;
	}
}
@media screen and (max-width:800px) {
	.main .map {
		margin: 0 0;
	}
	.main .map .locbox {
		display: inline-block;
		vertical-align: top;
		width: 40%;
		margin: 0 0 40px 10%;
	}
	.main .map .waybox h3,
	.main .map .waybox p {
		margin: 0 5% 10px;
		padding: 0 5%;
	}
	.main .map iframe {
		height: 350px;
	}
}

/*主な撮影ご依頼内容*/
.main .works ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main .works li {
	margin: 0 0 20px;
	text-align: left;
	width: 45%;
	padding: 0 5% 0 0;
}
@media screen and (max-width:1200px) {
	.main .works ul {
	}
	.main .works li {
	}
}
@media screen and (max-width:800px) {
	.main .works {
		margin: 0 auto 60px;
	}
	.main .works ul {
		width: auto;
		margin: 0 5%;
		padding: 0 0 0;
	}
	.main .works li {
		margin: 0 0 14px;
		line-height: 1.4;
		font-size: 86%;
	}
}

/*これまで撮影させて頂いた企業・学校様*/
.main .of ul {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.main .of li {
	width: calc((100% - 72px) / 3);
	padding: 10px 0;
	margin: 0 12px;
}
.main .of .att {
	text-align: center;
	font-size: 80%;
	margin: 0 0 20px;
}
@media screen and (max-width:1200px) {
	.main .of ul {
		width: 100%;
	}
	.main .of li {
		width: calc((100% - 72px) / 2);
	}
}
@media screen and (max-width:800px) {
	.main .of ul {
		width: 90%;
		margin: 0 5%;
	}
	.main .of li {
		width: 45%;
		padding: 0 5% 0 0;
		margin: 0 0 14px;
		font-size: 86%;
		text-align: left;
	}
}


/*================================================
ギャラリー共通
================================================*/
.gallery #tile {
	width: 100%;
	margin: 0 0 100px;
}
.gallery #tile li {
	width: calc(100% / 4);
}
.gallery #tile li a {
	text-decoration: none;
	color: #282828;
	position: relative;
	display: block;
}
.gallery #tile li a .gal_hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all .4s cubic-bezier(0, 0, 0.2, 1);
	background: rgba(0, 0, 0, 0.50);
	color: #fff;
}
.gallery #tile li a .gal_hover:hover {
	opacity: 1;
}
.gallery #tile li a .gal_hoverbox {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 84%;
}
.gallery #tile li a .gal_hover .title {
	font-size: 120%;
	margin: 0 0 10px;
	line-height: 1.4;
}
.gallery #tile li a .gal_hover .title:after {
	content: "";
	border-bottom: 1px solid #fff;
	display: block;
	width: 50px;
	margin: 10px 0 0;
}
.gallery #tile li a .gal_hover .text {
	font-size: 80%;
}
.grad-trigger,
.grad-btn {
	display: none;
}
.gallery .gal_box {
	height: 1000px;
	overflow: overlay;
	margin-bottom: 80px;
}
.gallery .gal_ext {
	width: 640px;
	margin: 0 auto 120px;
}
.gallery .gal_ext h3 {
	text-align: center;
}
.gallery .gal_att {
	text-align: right;
	font-size: 80%;
}
@media screen and (max-width:1500px) {
	.gallery #tile li {
		width: calc(100% / 3);
	}
}
@media screen and (max-width:1200px) {
	.gallery #tile li {
		width: calc(100% / 3);
	}
}
@media screen and (max-width:800px) {
	.gallery #tile {
		width: 100%;
		margin: 0 0 40px;
	}
	.gallery #tile li {
		width: 50%;
	}
	.gallery .gal_ext {
		width: 100%;
		margin: 0 0 40px;
	}
	.gallery .gal_ext h3 {
		text-align: center;
	}
	.gallery .gal_ext p,
	.gallery .gal_ext ul,
	.gallery .gal_ext dl {
		padding: 0 4%;
	}
	.gallery .gal_att {
		padding: 0 4%;
		text-align: left;
	}
/* 開く閉じるボタン */
	.gallery .grad-wrap {
		position: relative;
	}
	.grad-trigger,
	.grad-btn {
		display: block;
	}
	.grad-btn {
		z-index: 2;
		position: absolute;
		right: 0;
		bottom: -50px;
		left: 0;
		width: 148px;
		margin: auto;
		padding: .5em 0;
		border-radius: 4px;
		background: #E1450B;
		color: #fff;
		text-align: center;
		cursor: pointer;
		transition: .2s ease;
		box-shadow: 0 0 3px rgba(0,0,0,.3);
	}
	.grad-btn::after {
		content: "もっと見る"
	}
	.grad-btn:hover {
		background: #fff;
		color: #E1450B;
	}
	.grad-btn .fa {
		margin-right: .5em;
	}
	.gallery .gal_box {
		position: relative;
		overflow: hidden;
		height: 350px;
	}
	.gallery .gal_box p + p {
		margin-top: 1em;
	}
	.gallery .gal_box::before {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		content: "";
		width: 100%;
		height: 60px; /*グラデーションで隠す範囲*/
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
		background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	}
	.grad-trigger {
		display: none;
	}
	.grad-trigger:checked ~ .grad-btn {
		bottom: -2em;
	}
	.grad-trigger:checked ~ .grad-btn::after {
		content: "閉じる"
	}
	.grad-trigger:checked ~ .grad-btn .fa {
		transform: rotate(180deg);
	}
	.grad-trigger:checked ~ .gal_box {
		height: auto;
	}
	.grad-trigger:checked ~ .gal_box::before {
		display: none;
	}
}

/*================================================
コンタクト
================================================*/
.main .contact {
	border-bottom: 1px solid #eee;
	margin: 0 auto 50px;
	padding: 0 0 80px;
}
.main .contact h3 {
	text-align: center;
}
.main .contact p {
	text-align: center;
}
.main .contact .contactbox {
	margin: 0;
}
.main .contact .contactbox .att {
	margin: 0 auto 40px;
	width: 600px;
}
.main .contact .cmn_morebtn a {
	padding: 10px 30px;
	font-size: 1.5rem;
	line-height: 1;
}
.main .contact .cmn_morebtn a span {
	font-size: 0.8rem;

}
.main .contact h3 {
	margin-bottom: 30px;
}
.main .contact dl {
	width: 600px;
	margin: auto;
}
.main .contact dl.tel {
	margin: 0 auto 100px;
}
.main .contact dt {
	float: left;
	margin: 0 0px 20px 0;
	padding: 0 0 0 10px;
	border-left: 5px solid #ccc;
}
.main .contact dt span {
	color: #fff;
	font-size: 0.6rem;
	background: #f00;
	display: inline-block;
	margin: 0 6px;
	padding: 0 8px;
	border-radius: 10px;
	font-weight: bold;
}
.main .contact dd {
	margin: 0 0 20px 200px;
	width: calc(100% - 200px);
	overflow: hidden;
}
.main .contact dd.clmn label {
	display: inline-block;
	width: 50%;
	float: left;
}
.main .contact dd input,
.main .contact dd textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 10px;
}
.main .contact dd textarea {
	height: 5rem;
}
.main .contact dd label {
	cursor: pointer;
}
.main .contact dd label > input {
	width: auto;
}
@media screen and (max-width:1000px) {
	.main .contact .contactbox .att {
		margin: 0 auto 40px;
		width: 92%;
		text-align: left;
	}
	.main .contact dl {
		width: 90%;
		margin: 0 auto;
	}
	.main .contact dt {
		float: left;
		margin: 0 0px 20px 0;
		padding: 0 0 0 10px;
		border-left: 5px solid #ccc;
	}
	.main .contact dt span {
		color: #fff;
		font-size: 0.6rem;
		background: #f00;
		display: inline-block;
		margin: 0 6px;
		padding: 0 8px;
		border-radius: 10px;
		font-weight: bold;
	}
	.main .contact dd {
		margin: 0 0 20px 200px;
		width: calc(100% - 200px);
	}
	.main .contact dd input,
	.main .contact dd textarea {
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px;
	}
	.main .contact dd label > input {
		width: auto;
	}
}
@media screen and (max-width:800px) {
	.main .contact h3 {
		text-align: center;
	}
	.main .contact p {
		text-align: center;
	}
	.main .contact dl {
		width: 92%;
		margin: auto;
	}
	.main .contact dt {
		float: none;
		margin: 0 0px 10px 0;
	}
	.main .contact dd {
		margin: 0 15px 40px;
		width: auto;
	}
	.main .contact .tel dd {
		margin: 0 0 40px;
		width: auto;
	}
	.main .contact dd input,
	.main .contact dd textarea {
		width: 100%;
		box-sizing: border-box;
		padding: 5px 10px;
	}
	.main .contact dd label > input {
		width: auto;
	}
}

/*================================================
撮影の流れ
================================================*/
.workflow {
	border-bottom: 1px solid #eee;
	margin: 0 auto 50px;
	padding: 0 0 80px;
}
.workflow ol,
.delivery ol {
	counter-reset: item;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
.workflow li,
.delivery li {
	position: relative;
	padding: 0px 0 80px 80px;
	margin: 0 0 80px;
}
.workflow li:before,
.delivery li:before {
	counter-increment: item;
	content: counter(item)'.';
	position: absolute;
	top: -80px;
	left: 0;
	color: rgba(225, 69, 10, 0.07);
	font-style: italic;
	font-size: 9rem;
	font-weight: bold;
	line-height: 1;
	z-index: -1;
}
.workflow li:after,
.delivery li:after {
	content: "▼";
	position: absolute;
	bottom: 0px;
	left: 0;
	transform: scaleX(5);
	text-align: center;
	font-size: 1rem;
	color: #555;
	right: 0;
}
.workflow li:last-child,
.delivery li:last-child {
	margin: 0 0 0;
}
.workflow li:last-child:after,
.delivery li:last-child:after {
	content: none;
}
.workflow h3,
.delivery h3 {
	padding: 0;
	margin: 0 0 10px;
	font-size: 2rem;
	text-align: left;
	font-weight: normal;
}
.workflow p,
.delivery p {
	text-shadow:
		#fff 1px 1px 0, #fff -1px -1px 0,/*右下、左上*/
		#fff -1px 1px 0, #fff 1px -1px 0,/*右上、左下*/
		#fff 0px 1px 0, #fff  0-1px 0,/*右、左*/
		#fff -1px 0 0, #fff 1px 0 0;/*上、下*/
	text-align: left;
	width: 380px;
}
.workflow .pic,
.delivery .pic {
	position: absolute;
	top: 0px;
	right: calc(50% - 480px);
	z-index: -1;
}
.workflow .pic img,
.delivery .pic img {
	border-radius: 5px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 280px;
	height: 200px;
	display: block;
}
@media screen and (max-width:1200px) {
	.workflow ol,
	.delivery ol {
		counter-reset: item;
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.workflow li,
	.delivery li {
		position: relative;
		padding: 0px 80px 80px;
		margin: 0 0 40px;
	}
	.workflow p,
	.delivery p {
		width: 100%;
	}
	.workflow .pic,
	.delivery .pic {
		position: static;
		z-index: 1;
		text-align: center;
		margin: 20px auto 0;
	}
	.workflow .pic img,
	.delivery .pic img {
		border-radius: 5px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		width: 100%;
		height: 200px;
		display: block;
	}
}
@media screen and (max-width:800px) {
	.workflow {
		margin: 0 auto 10px;
		padding: 0 0 0px;
	}
	.workflow li,
	.delivery li {
		padding: 0px 0 80px;
		margin: 0 0 40px;
	}
	.workflow li:before,
	.delivery li:before {
		top: -40px;
		left: 0;
		font-size: 6rem;
	}
	.workflow h3,
	.delivery h3 {
		font-size: 1.6rem;
	}
}

/*================================================
会社概要
================================================*/
table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #f1f1f1;
}
td {
	padding: 10px;
	font-size: 14px;
	text-align: left;
	border: 1px solid #ddd;
}
.column {
	max-width: 800px;
	height: 300px;
	margin: 0 auto;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.column li {
	padding: 20px 40px 30px;
}
.column li:nth-child(odd) {
	background: #fff;
}
.column li:nth-child(even) {
	background: #fafafa;
}
@media screen and (max-width:800px) {
	table {
		width: 90%;
		margin: 0 auto 1em;
		border-collapse: collapse;
		border: 1px solid #ddd;
	}
	th {
		padding: 10px;
		text-align: center;
		vertical-align: middle;
		border: 1px solid #ddd;
		background: #f1f1f1;
	}
	td {
		padding: 10px;
		font-size: 14px;
		text-align: left;
		border: 1px solid #ddd;
	}
	.column {
	}
	.column li {
	}

}



/*================================================
パックプランページ
================================================*/
.plan_title {
	margin-bottom: 0;
}
.plan_about {
}
.plan_about .icatch {
	
}
.plan_about .icatch img {
	display: block;
	max-width: 1400px;
	margin: 0 auto;
}
.plan_about .answer {
}
.plan_about .answer img {
	display: block;
	max-width: 1400px;
	margin: 0 auto;
}
/*
.plan_about .answer .face {
	position: absolute;
	top: calc(50% - 160px);
	left: 60px;
	width: 25%;
}
.plan_about .answer .face img {
	display: block;
	border-radius: 50%;
	width: 100%;
}
.plan_about .answer .txt {
	position: absolute;
	right: calc(50% - 440px);
	top: 60px;
	font-weight: bold;
	font-size: 42px;
	color: #e1450b;
	text-shadow: 2px 2px 1px #ccc;
}
*/

.plan_reason {
	padding: 100px 0 1px;
}
.plan_reason p {
	text-align: center;
}
.plan_reason p img {
	text-align: center;
	max-width: 100%;
}

.plan_studio {
}
.plan_starters {
	padding: 0 0 1px;
}
.plan_studio .mainpic,
.plan_starters .mainpic {
	margin: 80px auto 0;
}
.plan_studio .mainpic img,
.plan_starters .mainpic img {
	width: 100%;
	display: block;
}
.plan_studio .exp,
.plan_starters .exp {
	text-align: center;
	font-size: 22px;
	margin: 0 0 80px;
}
.plan_studio .heading img,
.plan_starters .heading img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.plan_studio .point,
.plan_starters .point {
	font-size: 130%;
	max-width: 960px;
	margin: 0 auto;
}
.plan_studio .item,
.plan_starters .item {
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto 60px;
}
.plan_studio .item li,
.plan_starters .item li {
	position: relative;
	float: left;
	width: 18%;
	margin: 0 1% 2%;
}
.plan_studio .item li:nth-last-child(3):before,
.plan_starters .item li:nth-last-child(3):before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,.4);
}
.plan_studio .item li:nth-last-child(2):before,
.plan_starters .item li:nth-last-child(2):before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,.7);
}
.plan_studio .item li:last-child:before,
.plan_starters .item li:last-child:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,.9);
}
.plan_studio .item li img,
.plan_starters .item li img {
	width: 100%;
	display: block;
}
.plan_studio .listtitle,
.plan_starters .listtitle {
	font-size: 140%;
	border-top: 1px solid #999;
	max-width: 660px;
	margin: 80px auto 15px;
	padding: 5px 0 5px 40px;
	border-left: 14px solid #999;
	border-radius: 100px 0 0 0;
}
.plan_studio .remarks,
.plan_starters .remarks {
	max-width: 640px;
	margin: 0 auto;
}
.plan_starters .remarks {
	margin-bottom: 60px;
}
.plan_studio .remarks li,
.plan_starters .remarks li {
	list-style-type: square;
	margin: 0 0 10px 30px;
}

.plan_starters .sizzle {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 20px;
}
.plan_starters .sizzle .left {
	width: 50%;
	margin: 0;
}
.plan_starters .sizzle .left img {
	width: 100%;
	display: block;
	border-radius: 20px 0 0 20px;
}
.plan_starters .sizzle .right {
	width: 50%;
	margin: 0 40px;
}
.plan_starters .sizzle .right .heading {
	font-size: 24px;
	margin: 0 0 10px;
	font-weight: bold;
}
.plan_starters .sizzle .right .txt {
	font-size: 18px;
}

@media screen and (max-width:1480px) {
	.plan_about .icatch img,
	.plan_about .answer img {
		width: 100%;
	}
	.plan_starters .sizzle {
		display: block;
		max-width: 600px;
	}
	.plan_starters .sizzle .left {
		width: 100%;
	}
	.plan_starters .sizzle .left img {
		border-radius: 20px 20px 0 0;
	}
	.plan_starters .sizzle .right {
		width: 88%;
		margin: 0;
		padding: 30px 6%;
	}
	.plan_starters .sizzle .right .txt {
	}
}
@media screen and (max-width:800px) {
	.plan_reason {
		padding: 80px 4%;
	}
	.plan_studio .exp,
	.plan_starters .exp {
		font-size: 14px;
		text-align: left;
		margin: 0 4% 40px;
	}
	.plan_studio .heading img,
	.plan_starters .heading img {
		max-width: 92%;
		margin: 0 4%;
	}
	.plan_studio .point,
	.plan_starters .point {
		margin: 4% 4% 0;
		font-size: 100%;
		line-height: 1.4;
	}
	.plan_studio .item,
	.plan_starters .item {
		margin: 0 4% 40px;
	}
	.plan_studio .remarks,
	.plan_starters .remarks {
		margin: 0 4% 60px 0;
	}
	.plan_studio .remarks li,
	.plan_starters .remarks li {
		text-align: left;
	}
	.plan_studio .listtitle,
	.plan_starters .listtitle {
		padding: 5px 4% 5px 6%;
		border-radius: 20px 0 0 0;
	}
	.plan_starters .sizzle {
		width: 92%;
		margin-bottom: 60px;
	}
}



/*================================================
お気に召さなければお代はいただきません保証
================================================*/
.guarantee_title {
	margin-bottom: 0;
}
.guarantee_about {
}
.guarantee_about .icatch {
	background: url("../img/guarantee/icatch_bg.jpg") no-repeat center center;
}
.guarantee_about .icatch p {
	margin: 0 auto;
	padding: 70px 0;
	width: 70%;
	min-width: 539px;
	max-width: 639px;
}
.guarantee_about .icatch p img {
	display: block;
	width: 100%;
}
.guarantee_about .txt {
	text-align: center;
	font-size: 24px;
	line-height: 2;
	padding: 20px 0 0;
}
.guarantee_about .txt p {
	margin: 40px 0 40px;
}
.guarantee_about .txt p span {
	border-bottom: 2px solid #e14408;
}

.guarantee_list .listtitle {
	font-size: 140%;
	border-top: 1px solid #999;
	max-width: 660px;
	margin: 80px auto 30px;
	padding: 5px 0 5px 40px;
	border-left: 14px solid #999;
	border-radius: 100px 0 0 0;
}
.guarantee_list .remarks {
	max-width: 640px;
	margin: 0 auto;
}
.guarantee_list .remarks li {
	list-style-type: square;
	margin: 0 0 10px 30px;
}
.guarantee_list .nagare li {
	list-style: none;
}
.guarantee_list .qa {
	width: 600px;
	margin: 30px auto 0;
	padding: 0 0 0 60px;
}
.guarantee_list .qa dt {
	margin: 0 0 20px 0px;
	position: relative;
}
.guarantee_list .qa dt:before {
	content: "Q.";
	font-size: 200%;
	font-weight: bold;
	color: #666;
	position: absolute;
	left: -44px;
	top: -1rem;
}
.guarantee_list .qa dd {
	margin: 0 0 30px;
	position: relative;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 30px;
}
.guarantee_list .qa dd:before {
	content: "A.";
	font-size: 200%;
	font-weight: bold;
	margin: 0 0 0;
	color: #e1450b;
	position: absolute;
	left: -40px;
	top: -5px;
}

@media screen and (max-width:800px) {
	.guarantee_about .icatch p {
		width: 92%;
		min-width: 92%;
		max-width: 92%;
		padding: 70px 4%;
	}
	.guarantee_about .icatch p img {
	}
	.guarantee_about .txt {
		font-size: 18px;
		padding: 0;
	}
	.guarantee_list .listtitle {
		max-width: 92%;
		margin: 0 4% 4%;
	}
	.guarantee_list .remarks {
		max-width: 92%;
		margin: 0 4% 10%;
	}
	.guarantee_list .remarks li {
		text-align: left;
		line-height: 1.4;
	}
	.guarantee_list .nagare li img {
		width: 100%;
	}
	.guarantee_list .qa {
		width: 77%;
		margin: 0 auto;
		padding: 0 0 0 5%;
	}
	.guarantee_list .qa dt {
		width: 100%;
	}

}

/*================================================
パートナー募集
================================================*/
.partner_title .icatch {
	overflow: hidden;
}
.partner_title .icatch img {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
	-ms-filter: blur(3px);
	filter: blur(3px);
}
.partner_text {
	max-width: 800px;
	font-size: 120%;
	line-height: 1.8;
}
.partner_text p {
	margin: 0 0 20px;
}
.partner_text .cmn_morebtn {
	margin: 50px 0 0;
}
@media screen and (max-width:800px) {
	.partner_title {
		margin: 0 auto 20px
	}
	.partner_title .icatch {
		overflow: hidden;
	}
	.partner_title .icatch img {
		display: block;
		width: 100%;
		height: 250px;
		object-fit: cover;
		-ms-filter: blur(3px);
		filter: blur(3px);
	}
	.partner_text {
		margin: 0 4%;
		max-width: 92%;
		font-size: 100%;
		line-height: 1.8;
	}
	.partner_text p {
		margin: 0 0 20px;
	}
	.partner_text .cmn_morebtn {
		margin: 50px 0 0;
	}
}



/*================================================
moving
================================================*/
.moving {
	text-align: center;
}
.moving .read {
	font-size: calc(100vw / 7);
	font-weight: bold;
	margin: 80px 0 240px;
	line-height: 1;
	color: #e1450b;
}
.moving .logo {
	width: 35%;
	max-width: 350px;
	display: inline-block;
	margin: 0 0 80px;
}
.moving .logo img {
	width: 100%;
}
.moving .text1 {
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 0 0 10px;
}
.moving .text2 {
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 0 0 60px;
}
.moving .arrow {
	width: 60px;
	margin: 0 auto 0px;
}
.moving .black {
	background: #505050;
	color: #fff;
	padding: 0 30px 3px;
	border-radius: 4px;
	font-size: 1rem;
}
.moving .heading {
	font-size: 2rem;
	font-weight: bold;
	color: #e1450b;
	margin: 0 0 40px;
}
.moving .box {
	border: 2px solid #e1450b;
	border-radius: 4px;
	padding: 40px 0 0;
}
@media screen and (max-width:800px) {
	.moving .read {
		font-size: calc(100vw / 6);
		font-weight: bold;
		margin: 80px 0 40px;
		line-height: 1;
		color: #e1450b;
	}
	.moving .logo {
		width: 35%;
		max-width: 350px;
		display: inline-block;
		margin: 0 0 80px;
	}
	.moving .logo img {
		width: 100%;
	}
	.moving .text1 {
		font-size: 1.1rem;
		line-height: 1.6;
		margin: 0 0 0px;
	}
	.moving .text2 {
		font-size: 1.1rem;
		line-height: 1.6;
		margin: 0 0 40px;
	}
	.moving .arrow {
		width: 40px;
		margin: 0 auto 0px;
	}
	.moving .black {
		background: #505050;
		color: #fff;
		padding: 0 30px 3px;
		border-radius: 4px;
		font-size: 1rem;
		display: inline-block;
		margin: 0 0 10px;
	}
	.moving .heading {
		font-size: 1.4rem;
		font-weight: bold;
		color: #e1450b;
		margin: 0 0 40px;
	}
	.moving .box {
		border: 2px solid #e1450b;
		border-radius: 4px;
		padding: 30px 0 0;
		margin: 0 4% 80px;
	}
}






