@charset "UTF-8";

/* --------------------------------------------------------
	Topページ
-------------------------------------------------------- */

#full {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/pattern.png);
}

#full .scroll {
	position: absolute;
	bottom: 50px;
	left: 50%;
	padding-top: 60px;
}

#full .scroll a {
	color: #fff;
	text-decoration: none;
}

#full .scroll a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}

#full .scroll a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}



body {
	background: url(img.jpg) center center fixed no-repeat;
}

video {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}

#full .top_content01 {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 60px;
	color: #fff;
}

.toptext {
	font-size: 48px;
	line-height: 1.2;
	text-align: center;
}

.toptext span {
	font-size: 116px;
	font-family: 'Anton', sans-serif;
}

.section01 {
	background: #fff;
}

.section01 .section01_wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 120px 0 120px;
}

.top_policy {
	max-width: 630px;
	margin: 0 auto;
}

.top_policy h2 {
	width: 330px;
	margin: 0 auto;
}

.sub {
	color: #b9e600;
	text-align: center;
	padding: 20px 0 55px;
	font-size: 20px;
}

/* こんな方へ */
.bg-scale01,
.bg-scale02,
.bg-scale03 {
	position: relative;
	overflow: hidden;
	border-top: solid 1px #fff;
	padding: 40px 0;
}

.bg-scale01:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/top_link01_back.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.bg-scale02:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/top_link02_back.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.bg-scale03:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/top_link03_back.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.bg-scale01:hover:after,
.bg-scale02:hover:after,
.bg-scale03:hover:after {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.bg-scale01 .inner,
.bg-scale02 .inner,
.bg-scale03 .inner {
	z-index: 1;
	position: relative;
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}

.bg-scale01 .inner p,
.bg-scale02 .inner p,
.bg-scale03 .inner p {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 24px;
}

.bg-scale01 .inner a,
.bg-scale02 .inner a,
.bg-scale03 .inner a {
	display: inline-block;
	border: solid 1px #fff;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	line-height: 36px;
	padding: 0 24px;
	transition: .3s;
}

.bg-scale01 .inner a:hover,
.bg-scale02 .inner a:hover,
.bg-scale03 .inner a:hover {
	background: #b9e600;
}

/* サービス */
.section02 {
	background: #fff;
}

.section02 .section02_wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 120px 0 40px;
}

.section02 .section02_wrapper h2 {
	width: 374px;
	margin: 0 auto;
}

.service_list {
	display: table;
	padding-bottom: 80px;
	max-width: 1200px;
}

.service_list li {
	display: table-cell;
	width: 25%;
	padding: 0 2%;
	box-sizing: border-box;
}

.fadeInDown {
	animation-fill-mode: both;
	animation-duration: .8s;
	animation-name: fadeInDown;
	visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.service_list li a {
	display: block;
	border-radius: 8px;
	transition: .3s;
	padding-bottom: 20px;
	padding: 20px 5%;
	color: #000;
}

.service_list li a:hover {
	box-shadow: 0px 0px 6px 0px #ccc;
	text-decoration: none;
}

.service_list li a img {
	max-width: 227px;
	display: block;
	margin: 0 auto;
}

.service_list li p {
	padding-top: 16px;
}

/*---カラム---*/
.service_column {
	margin: 0;
}

.service_column .col {
	float: left;
}

.service_column.col4 .col {
	margin: 0 12% 80px 0;
	width: 25%;
}

.service_column.col4 .col:nth-child(3n) {
	margin-right: 0;
}

.service_column.col4 .col:nth-child(3n+1) {
	clear: both;
}

.service_column.col4 .col a {
	display: block;
	border-radius: 8px;
	transition: .3s;
	padding-bottom: 20px;
	padding: 20px 5%;
	color: #000;
}

.service_column.col4 .col a:hover {
	box-shadow: 0px 0px 6px 0px #ccc;
	text-decoration: none;
}

.service_column.col4 .col a img {
	display: block;
	margin: 0 auto;
}

.service_column.col4 .col p {
	padding-top: 16px;
}

@media screen and (max-width:1200px) {
	.service_column {
		width: 80%;
		margin: 0 auto 40px;
	}

	.service_column.col4 .col {
		margin: 0 0 20px;
		width: 100%;
	}
}

/* Work */
.section04 {
	background: #fff;
}

.section04_wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0 0;
}

.section04_wrapper h2 {
	width: 266px;
	margin: 0 auto;
}

.section04_wrapper ul {
	display: table;
}

.section04_wrapper ul li {
	display: table-cell;
	padding: 0 4%;
	width: 33.3%;
	box-sizing: border-box;
}

.section04_wrapper ul li img {
	width: 92%;
}

.section04_wrapper ul li p {
	margin-top: 20px;
	padding: 20px 20px 0;
	border-top: solid 1px #003279;
}

/* Contact */
.section05 {
	background: #fff;
}

.section05_wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}

.section05_wrapper h2 {
	width: 416px;
	margin: 0 auto;
}

.top_contact {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.top_contact a.contact_btn {
	display: inline-block;
	margin: 30px 0;
	color: #fff;
	background: #003279;
	text-decoration: none;
	border: solid 1px #003279;
	line-height: 48px;
	padding: 4px 40px 0;
}

/* インクジェット出力サービス（バナー） */
.ijprint-image {
	width: 100%;
	margin: 0 auto 80px;
}

.ijprint-image a {
	display: block;
}

.ijprint-image a:hover {
	opacity: 0.7;
}

.ijprint-image a img {
	display: block;
	width: 100%;
}

/* ▼1200px以下の場合に適用（iPad 以下）
---------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {

	#full {
		min-width: 100%;
		min-height: 100%;
	}

	#full .scroll {
		margin-left: -20px;
	}


	body {
		background: url(img.jpg) center center fixed no-repeat;
	}

	video {
		position: fixed;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -1;
		object-fit: cover;
	}

	#full .top_content01 {
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translateX(-50%);
		font-size: 18px;
		color: #fff;
		width: 96%;
		text-align: center;
	}

	.toptext {
		font-size: 24px;
		line-height: 1.2;
		text-align: center;
	}

	.toptext span {
		font-size: 60px;
		font-family: 'Anton', sans-serif;
	}

	.section01 {
		background: #fff;
	}

	.section01 .section01_wrapper {
		padding: 80px 0 80px;
		width: 96%;
	}

	.top_policy {
		max-width: 630px;
		margin: 0 auto;
	}

	.top_policy h2 {
		width: 210px;
		margin: 0 auto;
	}

	.sub {
		padding: 16px 0 30px;
		font-size: 16px;
	}

	/* こんな方へ */
	.bg-scale01,
	.bg-scale02,
	.bg-scale03 {
		position: relative;
		overflow: hidden;
		border-top: solid 1px #fff;
		padding: 20px 0;
	}

	.bg-scale01 .inner,
	.bg-scale02 .inner,
	.bg-scale03 .inner {
		z-index: 1;
		position: relative;
		max-width: 1200px;
		text-align: center;
		margin: 0 auto;
	}

	.bg-scale01 .inner p,
	.bg-scale02 .inner p,
	.bg-scale03 .inner p {
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		padding: 0 30px 18px;
	}

	.bg-scale01 .inner a,
	.bg-scale02 .inner a,
	.bg-scale03 .inner a {
		line-height: 32px;
		padding: 0 30px;
	}

	/* サービス */
	.section02 .section02_wrapper {
		padding: 80px 0 20px;
	}

	.section02 .section02_wrapper h2 {
		width: 235px;
		margin: 0 auto;
	}

	.service_list {
		display: block;
		padding-bottom: 30px;
	}

	.service_list li {
		display: block;
		padding: 0 4% 20px;
		width: 90%;
		margin: 0 auto;
	}

	/* Work */
	.section04 {
		background: #fff;
	}

	.section04_wrapper {
		max-width: 1200px;
		margin: 0 auto;
		padding: 60px 0 0;
	}

	.section04_wrapper h2 {
		width: 167px;
	}

	.section04_wrapper ul {
		display: block;
	}

	.section04_wrapper ul li {
		display: block;
		padding: 0 4% 30px;
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto;
	}

	.section04_wrapper ul li img {
		width: 92%;
		display: block;
		margin: 0 auto;
	}

	.section04_wrapper ul li p {
		padding: 20px 10px 0;
	}

	/* Contact */
	.section05 {
		background: #fff;
	}

	.section05_wrapper {
		max-width: 1200px;
		margin: 0 auto;
		padding: 60px 0;
	}

	.section05_wrapper h2 {
		width: 260px;
	}

	.top_contact {
		padding: 0 2%;
	}

	.top_contact a.contact_btn {
		line-height: 40px;
		padding: 2px 40px 0;
	}

	/* インクジェット出力サービス（バナー） */
	.sp_ijprint-image {
		width: 80%;
		margin: 0 auto 40px;
	}

	.sp_ijprint-image a {
		display: block;
	}

	.sp_ijprint-image a:hover {
		opacity: 0.7;
	}

	.sp_ijprint-image a img {
		display: block;
		width: 100%;
	}

	.ijprint-image {
		display: none;
	}

}

.machiokoshi-image {
	width: 60%;
	margin: 50px auto 0;
}

.machiokoshi-image a {
	display: block;
}

.machiokoshi-image a:hover {
	opacity: 0.7;
}

.machiokoshi-image a img {
	display: block;
	width: 100%;
}


/* ごちそうフェス専用
---------------------------------------------------------------------- */

.gochifes {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
}
.gochifes a {
	display: flex;
	width: 70%;
	margin: auto;
	transition: all 0.2s;
}

.gochifes a:hover {
	opacity: 0.7;
}

.gochifes a img {
	width: 100%;
}


.gochifes h4 {
	color: #003279;
	font-weight: 800;
	border: none;
	margin-bottom: 20px;
	margin-top: 30px;
}

.gochifes p{
	width: 70%;
	border-top: solid 1px #003279;
	margin-bottom: 80px;
	padding-top: 20px;
}