@charset "UTF-8";
/*-------------------------------------------------
reset
-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

::selection {
	background: #000;
	color: #ffc500;
}

/*Firefox*/
::-moz-selection {
	background: #000;
	color: #ffc500;
}

body {
	line-height: 1;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

li,
ul {
	list-style: none;
}

b {
	font-weight: bold;
}

iframe {
	outline: none;
	border: none;
}

img {
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}

.helvetica {
	font-family: Helvetica;
}

/*================
	  下層 about
================= */
.about-inner {
	text-align: center;
}

/*================
	  intro
================= */
.about-intro {
	padding: 80px 0;
}

@media (max-width: 480px) {
	.about-intro {
		padding: 40px 4%;
	}
}

.about-intro p {
	margin-bottom: 40px;
	font-size: 18px;
}

@media (max-width: 480px) {
	.about-intro p {
		margin-bottom: 10px;
		font-size: 15px;
		text-align: left;
	}
}

.about-intro p:last-child {
	margin: 0;
}

.about-intro p.about-intro-ttl {
	margin-bottom: 70px;
}

@media (max-width: 480px) {
	.about-intro p.about-intro-ttl {
		margin-bottom: 35px;
		text-align: center;
	}
}

.about-intro p.about-intro-ttl img {
	width: 386px;
	height: auto;
}

@media (max-width: 480px) {
	.about-intro p.about-intro-ttl img {
		width: 280px;
	}
}

/*================
	 hex
================= */
.about-hex {
	background: #fffae9;
	margin-bottom: 170px;
}

@media (max-width: 480px) {
	.about-hex {
		margin-bottom: 90px;
	}
}

.about-hex-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-items: center;
	width: 920px;
	height: 464px;
	margin: 0 auto;
}

@media (max-width: 480px) {
	.about-hex-inner {
		display: block;
		width: auto;
		height: auto;
		padding: 50px 4%;
	}
}

.about-hex-inner h3 {
	width: 320px;
	font-weight: 900;
	font-size: 24px;
}

@media (max-width: 480px) {
	.about-hex-inner h3 {
		width: auto;
		font-size: 20px;
		margin-bottom: 40px;
	}
}

.about-hex-img {
	position: relative;
	height: 600px;
	width: 572px;
	margin: -68px 0 0 0;
}

@media (max-width: 480px) {
	.about-hex-img {
		height: 300px;
		width: 286px;
		margin: 0 auto;
	}
}

.about-hex-img p {
	position: absolute;
	width: 223.5px;
	height: 192.5px;
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transform: scale(1.1);
	transform-origin: center center 0;
}

@media (max-width: 480px) {
	.about-hex-img p {
		width: 111.75px;
		height: 96.25px;
	}
}

.about-hex-img p img {
	width: 100%;
	height: auto;
}

.about-hex-img p:nth-child(1) {
	top: 204px;
	left: 176px;
}

@media (max-width: 480px) {
	.about-hex-img p:nth-child(1) {
		top: 102px;
		left: 88px;
	}
}

.about-hex-img p:nth-child(2) {
	top: 0;
	left: 176px;
}

@media (max-width: 480px) {
	.about-hex-img p:nth-child(2) {
		top: 0;
		left: 88px;
	}
}

.about-hex-img p:nth-child(3) {
	top: 102px;
	right: 0;
}

@media (max-width: 480px) {
	.about-hex-img p:nth-child(3) {
		top: 51px;
		right: 0;
	}
}

.about-hex-img p:nth-child(4) {
	bottom: 102px;
	right: 0;
}

@media (max-width: 480px) {
	.about-hex-img p:nth-child(4) {
		bottom: 51px;
		right: 0;
	}
}

.about-hex-img p:nth-child(5) {
	bottom: 0;
	left: 176px;
}

@media (max-width: 480px) {
	.about-hex-img p:nth-child(5) {
		bottom: 0;
		left: 88px;
	}
}

.about-hex-img p:nth-child(6) {
	bottom: 102px;
	left: 0;
}

@media (max-width: 480px) {
	.about-hex-img p:nth-child(6) {
		bottom: 51px;
		left: 0;
	}
}

.about-hex-img p:nth-child(7) {
	top: 102px;
	left: 0;
}

@media (max-width: 480px) {
	.about-hex-img p:nth-child(7) {
		top: 51px;
		left: 0;
	}
}

.about-hex-img p.hex-move {
	transform: scale(1);
	opacity: 1;
}

/*================
	 outlines
================= */
.about-outline {
	margin-top: 80px;
	margin-bottom: 140px;
}

@media (max-width: 480px) {
	.about-outline {
		padding: 0 4%;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

.about-outline h3 {
	font-weight: bold;
	margin-bottom: 60px;
	font-size: 24px;
}

@media (max-width: 480px) {
	.about-outline h3 {
		margin-bottom: 30px;
		font-size: 20px;
	}
}

.about-outline-box {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 70px;
}

@media (max-width: 480px) {
	.about-outline-box {
		width: auto;
		margin-bottom: 60px;
	}
}

.about-outline-box dl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-items: flex-start;
	margin-bottom: 30px;
	font-size: 16px;
	text-align: left;
}

@media (max-width: 480px) {
	.about-outline-box dl {
		margin-bottom: 15px;
		font-size: 14px;
	}
}

.about-outline-box dl:last-child {
	margin: 0;
}

.about-outline-box dl dt {
	width: 16%;
	font-weight: bold;
	padding-left: 14px;
	border-left: 5px solid #ffc500;
	box-sizing: border-box;
}

@media (max-width: 480px) {
	.about-outline-box dl dt {
		width: 30%;
	}
}

.about-outline-box dl dd {
	width: 84%;
}

@media (max-width: 480px) {
	.about-outline-box dl dd {
		width: 70%;
	}
}

.about-outline-box dl dd a {
	color: #00afcc;
}

.about-tree {
	width: 860px;
	margin: 0 auto;
}

@media (max-width: 480px) {
	.about-tree {
		width: auto;
	}
}

.about-tree img {
	width: 100%;
	height: auto;
}

/*================
	 possibility
================= */
.about-psb {
	background: #fffae9;
	padding: 70px 0;
}

@media (max-width: 480px) {
	.about-psb {
		padding: 40px 4%;
	}
}

.about-psb p {
	font-size: 15px;
}

@media (max-width: 480px) {
	.about-psb p {
		font-size: 13px;
	}
}

.about-psb p.about-psb-ttl {
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: bold;
}

@media (max-width: 480px) {
	.about-psb p.about-psb-ttl {
		font-size: 16px;
		margin-bottom: 15px;
	}
}

/*================
	 map
================= */
.about-map {
	font-size: 0;
	vertical-align: top;
}

.about-map iframe {
	filter: grayscale(1);
}

@media (max-width: 480px) {
	.about-map iframe {
		width: 100%;
		height: 400px;
	}
}

/*================
	  下層 works NAV
================= */
.works-nav {
	padding-right: 75px;
	text-align: center;
}

.works-nav li {
	display: inline-block;
	margin-right: 30px;
}

.works-nav li:last-child {
	margin: 0;
}

.works-nav li .current {
	position: relative;
}

.works-nav li a {
	font-family: cubano, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #111;
	display: block;
	position: relative;
	font-size: 20px;
	height: 75px;
	line-height: 75px;
	text-decoration: none;
}

.works-nav li a:hover:after,
.works-nav .current a:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #ffc500;
	transition: all 0.2s;
}

/*================
	  下層 works
================= */
.works-contents-inner {
	padding: 80px 0;
	background: url(/works/img/bg_hex.png) center 63px repeat;
	background-size: 481px auto;
}

@media (max-width: 480px) {
	.works-contents-inner {
		background: none;
		padding: 40px 4%;
		max-width: 100vw;
		overflow-x: hidden;
	}
}

.works-list {
	width: 968px;
	margin: 0 auto 80px;
	padding-top: 75px;
	font-size: 0;
}

@media (max-width: 480px) {
	.works-list {
		width: 280px;
		margin: 0 auto;
		padding: 0;
	}
}

.works-list li {
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 222px;
	margin: -75px 0 6px 0;
	padding: 10px;
}

.works-list li:hover {
	z-index: 10;
}

.works-list li:nth-child(7n + 5),
.works-list li:nth-child(5) {
	margin-left: 121px;
}

.works-list li:first-child {
	margin-left: 0;
}

.works-list li:before {
	position: absolute;
	top: -16px;
	left: -13px;
	z-index: 0;
}

@media (max-width: 480px) {
	.works-list li {
		width: 280px;
		margin: 0 auto 60px !important;
		padding: 0;
	}
	.works-list li:nth-child(7n + 5),
	.works-list li:nth-child(5) {
		margin: 0;
	}
	.works-list li:first-child {
		margin: 0;
	}
	.works-list li:before {
		position: absolute;
		top: -16px;
		left: -13px;
		z-index: 0;
	}
}

/*================
	  動画用追記 works
================= */
.iframe-wrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 50px;
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100% !important;
	height: 100% !important;
}

@media (max-width: 480px) {
	.iframe-wrapper {
		margin-bottom: 30px;
	}
}

/*斜め線表現*/
@media (max-width: 480px) {
	.works-list li {
		overflow: visible;
	}
	.works-list li:after {
		content: "";
		position: absolute;
		z-index: 0;
		width: 200vw;
		height: 300px;
		bottom: 20px;
		left: -50%;
		transform: skewY(-30deg);
	}
}

.works-list li a {
	display: block;
	position: relative;
	text-decoration: none;
}

.works-list li a:hover {
	text-decoration: none;
}

@media (min-width: 481px) {
	.works-list li a {
		-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
		clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	}
}

.works-list li a div {
	position: relative;
	z-index: 1;
	display: block;
	width: 222px;
	height: 256px;
}

.works-list li a div img {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;"; /*IE対策*/
}

@media (max-width: 480px) {
	.works-list li a div {
		width: 280px;
		height: 322px;
		margin-bottom: 20px;
		-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
		clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	}
}

.works-list li a p {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-items: center;
	text-align: center;
	justify-content: space-around;
}

@media (max-width: 480px) {
	.works-list li a p {
		display: block;
		opacity: 1;
		position: relative;
		top: auto;
		left: auto;
		height: auto;
		background: none;
		color: #111;
		font-weight: bold;
		font-size: 17px;
	}
}

.works-list li a:hover p {
	opacity: 1;
}

.works-list li a:hover p span {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	transition: all 0s;
	padding: 0 10px;
}

@media (max-width: 480px) {
	.works-list li a:hover p span {
		color: #111;
		font-size: 17px;
		padding: 0;
	}
}

.works-btn {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	justify-content: space-around;
	font-family: Helvetica;
	width: 400px;
	margin: 0 auto;
	font-weight: bold;
}

.works-btn a {
	background-color: #ffc500;
	display: block;
	width: 130px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	border-radius: 10px;
	color: #111;
	text-decoration: none;
}

.works-btn a:hover {
	background-color: #111;
	color: #ffc500;
}

@media (max-width: 480px) {
	.works-btn {
		display: none;
	}
}

.works-nav-sp select {
	position: relative;
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	box-sizing: border-box;
	background-color: #ffc500;
	background: url(/assets/img/works_pull_icon.png) 96% center no-repeat #ffc500;
	background-size: 8px 18px;
	border: 1px solid #222;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica;
	border-radius: 0;
	margin-bottom: 45px;
	-webkit-appearance: none;
	outline: none;
}

.works-sp-text {
	text-align: left;
	margin-bottom: 70px;
}

.works-sp-more {
	position: relative;
	width: 104px;
	height: 104px;
	margin: 0 auto;
	display: none;
}

@media (max-width: 480px) {
	.works-sp-more {
		display: block;
	}
}

.works-sp-more:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 104px;
	height: 1px;
	background-color: #111;
}

.works-sp-more:after {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	width: 1px;
	height: 104px;
	background-color: #111;
}

/*================
	  下層 works detail
================= */
.detail-contents {
	background-color: #f1f1f1;
}

.detail-contents-top {
	position: relative;
	z-index: 0;
	font-size: 0;
}

.detail-contents-top img {
	width: 100%;
	height: calc(100vh - 75px);
	object-fit: cover;
	font-family: "object-fit: cover;"; /*IE対策*/
}

@media (max-width: 480px) {
	.detail-contents-top img {
		height: 100vw;
	}
}

.detail-contents-top .top-sp {
	display: none;
}

@media (max-width: 480px) {
	.detail-contents-top .top-sp {
		display: block;
	}
}

@media (max-width: 480px) {
	.detail-contents-top .top-pc {
		display: none;
	}
}

.detail-contents-main {
	position: relative;
	padding-bottom: 120px;
	z-index: 5;
}

@media (max-width: 480px) {
	.detail-contents-main {
		padding-bottom: 50px;
	}
}

.detail-contents-box {
	max-width: 940px;
	margin: -75px auto 30px;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	padding: 0 30px;
	box-sizing: border-box;
}

@media (max-width: 480px) {
	.detail-contents-box {
		width: 92%;
		margin: -50px auto 10px;
		padding: 0 18px;
	}
}

.btn-back {
	height: 75px;
	padding-top: 27.5px;
	box-sizing: border-box;
}

@media (max-width: 480px) {
	.btn-back {
		height: 50px;
		padding-top: 15px;
	}
}

.btn-back-top {
	border-bottom: 1px solid #ccc;
}

.btn-back-bottom {
	border-top: 1px solid #ccc;
}

.btn-back a {
	position: relative;
	display: block;
	width: 25px;
	height: 20px;
	margin: 0 auto;
}

.btn-back a:hover {
	width: 30px;
}

.btn-back a span {
	position: absolute;
	width: 4px;
	height: 4px;
	left: 0;
	top: 0;
	background-color: #111;
}

.btn-back a span:nth-child(even) {
	width: 19px;
	left: auto;
	right: 0;
}

.btn-back a span:nth-child(3),
.btn-back a span:nth-child(4) {
	top: 8px;
}

.btn-back a span:nth-child(5),
.btn-back a span:nth-child(6) {
	top: 16px;
}

.detail-contents-inner {
	max-width: 750px;
	margin: 0 auto 75px;
}

@media (max-width: 480px) {
	.detail-contents-inner {
		margin: 0 auto 50px;
	}
}

.detail-contents-inner h3 {
	text-align: center;
	padding: 120px 0;
	font-size: 30px;
	font-weight: bold;
}

@media (max-width: 480px) {
	.detail-contents-inner h3 {
		padding: 50px 0;
		font-size: 17px;
	}
}

.detail-text {
	margin-bottom: 50px;
}

@media (max-width: 480px) {
	.detail-text {
		font-size: 13px;
	}
}

.detail-btn {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 50px;
}

/*.detail-btn:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 11px;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  background: url(/assets/img/icon_link.png);
  background-size: cover;
}*/

.detail-note {
	box-sizing: border-box;
	padding-left: 15px;
	border-left: 2px solid #111;
	font-size: 14px;
}

.detail-note dl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.detail-note dl:last-child {
	margin: 0;
}

.detail-note dl dt {
	font-family: Helvetica;
	width: 120px;
	color: #5e4900;
	font-weight: bold;
}

@media (max-width: 480px) {
	.detail-note dl dt {
		width: 100%;
	}
}

.detail-note dl dd {
	width: 610px;
}

@media (max-width: 480px) {
	.detail-note dl dd {
		width: 100%;
	}
}

.detail-img li {
	margin-bottom: 50px;
	text-align: center;
}

@media (max-width: 480px) {
	.detail-img li {
		margin-bottom: 30px;
		text-align: center;
	}
}

.detail-img li img {
	width: 100%;
	height: auto;
}

.detail-copy {
	width: 940px;
	margin: 0 auto;
	text-align: right;
	font-size: 10px;
	color: #555;
}

@media (max-width: 480px) {
	.detail-copy {
		width: auto;
		padding: 0 4%;
		text-align: left;
	}
}

/*================
	 video
================= */
.service-video {
	position: relative;
}

.service-video-inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 56.25%;
}

.service-video-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100% !important;
	height: 100% !important;
}

.video-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	background: url(/service/img/movie_bg.png) repeat;
	background-size: 4px auto;
	opacity: 0.5;
	cursor: pointer;
}

.video-overlay:after {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -60px 0 0 -60px;
	content: "▶︎";
	width: 110px;
	height: 120px;
	padding-left: 10px;
	text-align: center;
	line-height: 120px;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	font-size: 50px;
}

@media (max-width: 480px) {
	.video-overlay:after {
		transform: scale(0.5);
		border: 4px solid #fff;
	}
}

.video-overlay:hover {
	opacity: 1;
}

.video-wrapper {
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}

@media (max-width: 480px) {
	.video-wrapper {
		float: none;
		width: auto;
		max-width: 750px;
		min-width: 100%;
		margin: 0 auto 10px;
	}
}

.video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.remodal {
	padding: 0;
}

.close {
	position: fixed;
	top: -75px;
	right: 0;
	width: 75px;
	height: 75px;
	background: #333;
	cursor: pointer;
}

@media (max-width: 480px) {
	.close {
		width: 50px;
		height: 50px;
	}
}

.close span {
	position: absolute;
	width: 40px;
	height: 3px;
	background: #fff;
}

.close span:nth-child(1),
.close span:nth-child(2) {
	top: 38px;
	left: 18px;
	transform-origin: center center;
}

@media (max-width: 480px) {
	.close span:nth-child(1),
	.close span:nth-child(2) {
		width: 22px;
		top: 25px;
		left: 15px;
	}
}

.close span:nth-child(1) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.close span:nth-child(2) {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/*================
	 list
================= */
.service-list {
	position: relative;
	background: #fff;
	z-index: 10;
	padding-bottom: 140px;
}

@media (max-width: 480px) {
	.service-list {
		padding-bottom: 90px;
	}
}

.service-list li {
	position: relative;
	z-index: 1;
	padding: 200px 0 25px;
}

@media (max-width: 480px) {
	.service-list li {
		padding: 140px 0 30px;
	}
}

.service-list li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 370px);
	background: #e7e4d7;
	z-index: 0;
}

@media (max-width: 480px) {
	.service-list li:after {
		height: calc(100% - 280px);
	}
}

.service-list li.sputniko:after {
	background: url(/service/img/sputniko_bg.png) repeat;
	background-size: 30px auto;
}

.service-list-box {
	position: relative;
	z-index: 2;
	width: 940px;
	box-sizing: border-box;
	margin: 0 auto 25px;
	background: #fff;
	box-shadow: 0 0 8px #ccc;
	padding: 90px 90px 30px 90px;
}

@media (max-width: 480px) {
	.service-list-box {
		width: 92%;
		margin: 0 auto 20px;
		padding: 70px 15px 40px 15px;
	}
}

.service-list-box small {
	font-size: 11px;
	font-family: Helvetica;
	color: #999;
	line-height: 1.3;
}

.service-list-box .number {
	position: absolute;
	top: -50px;
	left: 50%;
	width: 86px;
	margin-left: -43px;
	text-align: left;
}

.service-list-box .number img {
	width: 100%;
	height: auto;
}

.service-list-box h4 {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

@media (max-width: 480px) {
	.service-list-box h4 {
		text-align: center;
		font-size: 17px;
	}
}

.service-list-box h4:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 4px;
	left: 0;
	bottom: 0;
	background-color: #ffc500;
}

@media (max-width: 480px) {
	.service-list-box h4:after {
		left: 50%;
		margin-left: -25px;
	}
}

.service-list li.sputniko .service-list-box h4:after {
	background: #e5007f;
}

.service-list li.sputniko .service-list-box .btn {
	background-color: #fff;
	color: #111;
	border: 1px solid #222;
}

.service-list li.sputniko .service-list-box .btn:hover {
	background-color: #111;
	color: #fff;
}

.service-list-box .detail-btn {
	margin: 0;
}

.service-list-box p {
	font-size: 14px;
	margin-bottom: 20px;
}

.service-list-box p.caption {
	text-align: right;
	font-size: 12px;
}

.swiper-service {
	width: 940px;
	margin: 0 auto;
}

@media (max-width: 480px) {
	.swiper-service {
		width: 92%;
		overflow: hidden;
	}
}

.swiper-service .solo {
	margin: 0 auto;
}

.swiper-wrapper {
	justify-content: space-between;
}

.swiper-wrapper div {
	width: 300px;
}

@media (max-width: 480px) {
	.swiper-wrapper div {
		width: 100%;
	}
}

.swiper-wrapper div img {
	width: 100%;
	height: auto;
}

.swiper-solo {
	position: relative;
	z-index: 2;
	width: 300px;
	margin: 0 auto;
}

@media (max-width: 480px) {
	.swiper-solo {
		width: 92%;
	}
}

.swiper-solo img {
	width: 100%;
	height: auto;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 5px;
}

/*=======================
	  base
======================== */
/*=======================
	 ban
======================== */
.contact-ban {
	padding: 60px 0;
	background: url(/contact/img/ban_bg.png) repeat;
	background-size: 6px auto;
}

@media (max-width: 480px) {
	.contact-ban {
		padding: 40px 4%;
	}
}

.contact-ban-box {
	width: 780px;
	box-sizing: border-box;
	margin: 0 auto;
	background: #fff;
	border: 10px solid #231815;
	padding: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-items: center;
	border-radius: 35px;
}

@media (max-width: 480px) {
	.contact-ban-box {
		width: 100%;
		border: 8px solid #231815;
		padding: 40px 15px;
		display: block;
		border-radius: 15px;
	}
}

.ban-l {
	width: 314px;
}

.ban-l img {
	width: 100%;
	height: auto;
}

@media (max-width: 480px) {
	.ban-l {
		width: auto;
	}
}

.ban-r {
	width: 334px;
}

@media (max-width: 480px) {
	.ban-r {
		width: auto;
	}
}

.ban-r-01 {
	margin-bottom: 15px;
}

@media (max-width: 480px) {
	.ban-r-01 {
		margin-bottom: 30px;
	}
}

.ban-r-01 img {
	width: 100%;
	height: auto;
}

.ban-r-02 {
	font-size: 12px;
	margin-bottom: 15px;
}

@media (max-width: 480px) {
	.ban-r-02 {
		margin-bottom: 15px;
	}
}

.ban-r-03 {
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	padding: 4px 10px;
	background-color: #ffc500;
}

@media (max-width: 480px) {
	.ban-r-03 {
		display: block;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
}

/*=======================
	 choice
======================== */
.contact-choice {
	width: 940px;
	padding: 75px 0;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 480px) {
	.contact-choice {
		width: auto;
		padding: 80px 4%;
	}
}

.contact-choice-ttl {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 8px solid #ffc500;
}

@media (max-width: 480px) {
	.contact-choice-ttl {
		border-bottom: 4px solid #ffc500;
		font-size: 16px;
	}
}

.contact-choice-lead {
	font-size: 16px;
	margin-bottom: 40px;
}

@media (max-width: 480px) {
	.contact-choice-lead {
		text-align: left;
	}
}

.contact-choice-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	width: 751px;
	margin: 0 auto;
	cursor: pointer;
}

@media (max-width: 480px) {
	.contact-choice-list {
		width: 280px;
	}
}

.contact-choice-list div {
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	position: relative;
	display: block;
	width: 203px;
	height: 234px;
	margin-right: 16px;
	cursor: pointer;
	font-size: 0;
}

@media (max-width: 480px) {
	.contact-choice-list div {
		width: 131.95px;
		height: 152.1px;
	}
}

.contact-choice-list label {
	-webkit-tap-highlight-color: transparent;
}

@media (min-width: 481px) {
	.contact-choice-list div:nth-child(3n) {
		margin-right: 0;
	}
}

@media (max-width: 480px) {
	.contact-choice-list div:nth-child(1) {
		margin: 0 16px 0 0;
	}
}

@media (max-width: 480px) {
	.contact-choice-list div:nth-child(2) {
		margin: 0;
	}
}

@media (max-width: 480px) {
	.contact-choice-list div:nth-child(3n) {
		margin: -30px 0 0 74px !important;
	}
}

.contact-choice-list div:nth-child(4),
.contact-choice-list div:nth-child(5),
.contact-choice-list div:nth-child(6) {
	margin-top: -49px;
}

@media (max-width: 480px) {
	.contact-choice-list div:nth-child(4) {
		margin: -30px 16px 0 0 !important;
	}
}

@media (max-width: 480px) {
	.contact-choice-list div:nth-child(5) {
		margin: -30px 0 0 0 !important;
	}
}

.contact-choice-list p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 0;
}

.contact-choice-list p:after {
	position: absolute;
	top: 151px;
	left: 50%;
	margin-left: -67px;
	width: 134px;
	padding: 5px 0;
	line-height: 1;
	box-sizing: border-box;
	background: #fff;
	border: 3px solid #ffde00;
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica;
	text-align: center;
	color: #3e3e3e;
	box-shadow: 0 0 3px #000;
	border-radius: 6px;
}

@media (max-width: 481px) {
	.contact-choice-list p:after {
		position: absolute;
		top: 85px;
		left: 50%;
		margin-left: -60px;
		width: 120px;
		padding: 2px 0;
		font-size: 16px;
	}
}

.contact-choice-list input:checked + label + p {
	opacity: 1;
}

@media (min-width: 481px) {
	.contact-choice-list input:hover + label + p {
		opacity: 1;
	}
}

.contact-choice-list input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
}

.contact-choice-list .choice01 {
	background: url(/contact/img/choice01_off.png) no-repeat #ffc500;
	background-size: contain;
}

.contact-choice-list .choice01 p {
	background: url(/contact/img/choice01_on.png) no-repeat #ffc500;
	background-size: contain;
}

.contact-choice-list .choice01 p:after {
	content: "￥50,000～";
}

.contact-choice-list .choice02 {
	background: url(/contact/img/choice02_off.png) no-repeat #ffc500;
	background-size: contain;
}

.contact-choice-list .choice02 p {
	background: url(/contact/img/choice02_on.png) no-repeat #ffc500;
	background-size: contain;
}

.contact-choice-list .choice02 p:after {
	content: "￥150,000～";
}

.contact-choice-list .choice03 {
	background: url(/contact/img/choice03_off.png) no-repeat #ffc500;
	background-size: contain;
}

.contact-choice-list .choice03 p {
	background: url(/contact/img/choice03_on.png) no-repeat #ffc500;
	background-size: contain;
}

.contact-choice-list .choice03 p:after {
	content: "￥100,000～";
}

.contact-choice-list .choice04 {
	margin-left: 110px;
	background: url(/contact/img/choice04_off.png) no-repeat #ffc500;
	background-size: contain;
}

.contact-choice-list .choice04 p {
	background: url(/contact/img/choice04_on.png) no-repeat #ffc500;
	background-size: contain;
}

.contact-choice-list .choice04 p:after {
	content: "￥200,000～";
}

.contact-choice-list .choice05 {
	background: url(/contact/img/choice05_off.png) no-repeat #ffc500;
	background-size: contain;
}

.contact-choice-list .choice05 p {
	background: url(/contact/img/choice05_on.png) no-repeat #ffc500;
	background-size: contain;
}

.contact-choice-list .choice05 p:after {
	content: "￥300,000～";
}

.contact-choice-list .choice06 {
	background: url(/contact/img/choice06_off.png) no-repeat #ffc500;
	background-size: contain;
}

.contact-choice-list .choice06 p {
	background: url(/contact/img/choice06_on.png) no-repeat #ffc500;
	background-size: contain;
}

.contact-choice-list .choice06 p:after {
	content: "￥200,000～";
}

/*=======================
	form
======================== */
.contact-form {
	padding: 75px 0 90px;
	background: #f1f1f1;
}

@media (max-width: 480px) {
	.contact-form {
		padding: 30px 4% 50px;
	}
}

.contact-form-box {
	padding-top: 60px;
	width: 940px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 0 10px #999;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
}

@media (max-width: 480px) {
	.contact-form-box {
		padding-top: 40px;
		width: auto;
		border-radius: 15px;
	}
}

.contact-form-ttl {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

@media (max-width: 480px) {
	.contact-form-ttl {
		font-size: 16px;
	}
}

.contact-form-lead {
	margin-bottom: 40px;
}

@media (max-width: 480px) {
	.contact-form-lead {
		margin-bottom: 30px;
		padding: 0 4%;
	}
}

.contact-form-sub,
.contact-form-sub-ok,
.contact-form-sub input + label + p {
	position: relative;
	width: 200px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 40px;
	text-align: center;
	border: 2px solid #000;
	border-radius: 10px;
	margin: 0 auto 40px;
	cursor: pointer;
	color: #111;
}

.contact-form-sub:hover,
.contact-form-sub-ok:hover,
.contact-form-sub input + label + p:hover {
	background-color: #ffc500;
}

@media (max-width: 480px) {
	.contact-form-sub,
	.contact-form-sub-ok,
	.contact-form-sub input + label + p {
		margin: 0 auto 30px;
	}
	.contact-form-sub:hover,
	.contact-form-sub-ok:hover,
	.contact-form-sub input + label + p:hover {
		background: #fff;
	}
}

.contact-form-sub input + label + p {
	position: absolute;
	opacity: 0;
	top: -2px;
	left: -2px;
	z-index: 0;
	background-color: #ffc500;
}

.contact-form-sub input:checked + label + p {
	opacity: 1;
}

.contact-form-sub input,
.contact-form-sub label {
	position: relative;
	z-index: 10;
}

.cp-active,
.contact-form-sub-ok {
	background: #ffc500 !important;
}

.contact-form-sub-ok {
	cursor: default;
}

.contact-form-list {
	width: 750px;
	margin: 0 auto 30px;
}

@media (max-width: 480px) {
	.contact-form-list {
		width: 92%;
	}
}

.contact-form-list dl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border: 2px solid #ffc500;
	border-radius: 10px;
	margin-bottom: 20px;
	text-align: left;
	overflow: hidden;
}

@media (max-width: 480px) {
	.contact-form-list dl {
		display: block;
		border: 0;
		border-radius: 0;
		margin-bottom: 30px;
	}
}

.contact-form-list dl dt {
	width: 24%;
	position: relative;
	z-index: 1;
	font-weight: bold;
	box-sizing: border-box;
	background-color: #ffc500;
	padding: 12px;
}

@media (max-width: 480px) {
	.contact-form-list dl dt {
		width: 100%;
		margin-bottom: 10px;
		background: none;
		padding: 0;
	}
}

.contact-form-list dl dt span {
	color: #ffc500;
	padding: 2px 6px;
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	border-radius: 4px;
}

@media (max-width: 480px) {
	.contact-form-list dl dt span {
		background-color: #ffc500;
		color: #fff;
	}
}

.contact-form-list dl dt:after {
	content: "▶︎";
	position: absolute;
	transform: scaleX(0.6);
	right: -10px;
	font-size: 18px;
	color: #ffc500;
	top: 50%;
	margin-top: -12px;
}

@media (max-width: 480px) {
	.contact-form-list dl dt:after {
		content: none;
	}
}

.contact-form-list dl dd {
	width: 76%;
	box-sizing: border-box;
	padding: 12px 12px 12px 25px;
}

@media (max-width: 480px) {
	.contact-form-list dl dd {
		width: 100%;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #ccc;
	}
}

.contact-form-list dl.noframe {
	border: none;
}

@media (min-width: 481px) {
	.contact-form-list dl dt.long {
		min-height: 40px;
		line-height: 40px;
	}
	.contact-form-list dl dt.long:after {
		content: "▶︎";
		margin-top: -16px;
	}
}

.contact-form-list select {
	position: relative;
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: url(/assets/img/works_pull_icon.png) 96% center no-repeat;
	background-size: 8px 18px;
	text-align: center;
	font-size: 16px;
	font-family: Helvetica;
	border-radius: 0;
	margin-bottom: 0;
	-webkit-appearance: none;
	outline: none;
}

.contact-form-list dl.form-free dt {
	width: 100%;
	text-align: center;
}

@media (max-width: 480px) {
	.contact-form-list dl.form-free dt {
		text-align: left;
	}
}

.contact-form-list dl.form-free dd {
	width: 100%;
	padding: 12px;
}

@media (max-width: 480px) {
	.contact-form-list dl.form-free dd {
		padding: 0 0 12px;
	}
}

.contact-form-list input {
	width: 100%;
	outline: none;
}

@media (max-width: 480px) {
	.contact-form-list input {
		font-size: 16px;
	}
}

.contact-form-list textarea {
	min-height: 300px;
	resize: vertical;
	width: 100%;
	outline: 0;
}

@media (max-width: 480px) {
	.contact-form-list textarea {
		font-size: 16px;
	}
}

.agree-text {
	width: 750px;
	margin: 0 auto 30px;
	text-align: left;
	font-size: 12px;
}

.agree-text a {
	color: #005aff;
}

@media (max-width: 480px) {
	.agree-text {
		width: 92%;
		margin: 0 auto 30px;
		text-align: left;
	}
}

.agree-check {
	margin-bottom: 40px;
}

.btn-send {
	width: 100%;
	padding: 20px 0;
	color: #999;
	background: #ccc;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.send-active {
	background-color: #ffc500;
	color: #111;
	cursor: pointer;
}

.btn-send-confirm {
	background-color: #ffc500;
	color: #111;
}

.caution {
	font-size: 12px;
	color: #b30000;
	font-weight: bold;
	margin-bottom: 8px;
	text-align: left;
}

/*=======================
	confirm
======================== */
.btn-form-back {
	position: relative;
	cursor: pointer;
	width: 200px;
	height: 40px;
	margin: 0 auto 40px;
	line-height: 40px;
	text-align: center;
	color: #111;
	border: 1px solid #000 !important;
	background: #fff;
	border-radius: 6px !important;
	font-size: 16px;
}

.btn-form-back input {
	background: none;
}

.btn-form-back:hover {
	opacity: 0.6;
}

.btn-form-back:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	transform: rotate(-45deg);
}

/*=======================
	thanks
======================== */
.thanks-inner {
	padding: 100px 0;
}

@media (max-width: 480px) {
	.thanks-inner {
		padding: 50px 4%;
	}
}

.thanks-message {
	margin-bottom: 100px;
	font-size: 24px;
	font-weight: bold;
}

@media (max-width: 480px) {
	.thanks-message {
		margin-bottom: 50px;
		font-size: 20px;
	}
}

.thanks-btn {
	width: 200px;
	margin: 0 auto;
}

/*================================================================================
	  base
================================================================================= */
* {
	margin: 0;
	padding: 0;
	transition: all 0.2s;
}

.wrapper {
	font-family: ‘Noto Sans JP’, sans-serif;
	color: #111;
	position: relative;
	min-width: 1200px;
	box-sizing: border-box;
	padding-right: 75px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	line-height: 1.7;
}

@media (max-width: 480px) {
	.wrapper {
		min-width: 0;
		padding: 0;
	}
}

.btn {
	color: #111;
	background-color: #ffc500;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #111;
	font-weight: bold;
}

.btn:hover {
	color: #ffc500;
	background-color: #111;
}

.sp {
	display: none !important;
}

@media (max-width: 480px) {
	.sp {
		display: block !important;
	}
}

.pc {
	display: block !important;
}

@media (max-width: 480px) {
	.pc {
		display: none !important;
	}
}

img {
	pointer-events: none;
}

/*================================================================================
	  aside
================================================================================= */
aside {
	background-color: #111;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 500;
	width: 75px;
	height: 100vh;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}

@media (max-width: 480px) {
	aside {
		width: 50px;
		height: auto;
	}
}

.aside-menu {
	background-color: #ffc500;
	position: relative;
	width: 75px;
	height: 75px;
}

@media (max-width: 480px) {
	.aside-menu {
		width: 50px;
		height: 50px;
	}
}

.aside-menu span {
	background-color: #111;
	position: absolute;
	left: 22.5px;
	width: 30px;
	height: 3px;
}

@media (max-width: 480px) {
	.aside-menu span {
		left: 14px;
		width: 22px;
		height: 2px;
	}
}

.aside-menu span:nth-child(1) {
	top: 29px;
}

@media (max-width: 480px) {
	.aside-menu span:nth-child(1) {
		top: 18px;
	}
}

.aside-menu span:nth-child(2) {
	top: 36px;
}

@media (max-width: 480px) {
	.aside-menu span:nth-child(2) {
		top: 24px;
	}
}

.aside-menu span:nth-child(3) {
	top: 43px;
	width: 15px;
}

@media (max-width: 480px) {
	.aside-menu span:nth-child(3) {
		top: 30px;
		width: 11px;
	}
}

.active span:nth-child(1),
.active span:nth-child(3) {
	width: 40px;
	top: 38px;
	left: 18px;
	transform-origin: center center;
	-webkit-transform-origin: center center;
}

@media (max-width: 480px) {
	.active span:nth-child(1),
	.active span:nth-child(3) {
		width: 22px;
		top: 25px;
		left: 15px;
	}
}

.active span:nth-child(1) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.active span:nth-child(2) {
	display: none;
}

.active span:nth-child(3) {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.aside-contact {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 75px;
	height: 75px;
	background: url(/assets/img/aside_contact.png) center center no-repeat #666;
	background-size: 60px auto;
}

.aside-contact:hover {
	background: url(/assets/img/aside_contact.png) center center no-repeat #111;
	background-size: 60px auto;
}

@media (max-width: 480px) {
	.aside-contact {
		display: none;
	}
}

aside img,
footer img,
header img {
	pointer-events: auto;
}

/*================================================================================
	  footer
================================================================================= */
footer {
	font-family: Helvetica;
	padding-top: 0px;
	text-align: center;
	background-image: linear-gradient(-45deg, transparent 25%, #333 25%, #333 50%, transparent 50%, transparent 75%, #333 75%, #333), linear-gradient(45deg, #111 25%, #333 25%, #333 50%, #111 50%, #111 75%, #333 75%, #333);
	background-size: 6px 6px;
	background-attachment: fixed;
	color: #fff;
}

@media (max-width: 480px) {
	footer {
		padding-top: 0px;
	}
}

footer .logo {
	position: relative;
	width: 200px;
	margin: 0 auto 0;
	padding-bottom: 0px;
}

footer .logo img {
	width: 100%;
	height: auto;
}

/*footer .logo:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 3px;
  background: #fff;
}*/

.footer-list {
	margin-bottom: 30px;
}

.footer-list li {
	display: inline;
	padding: 0 15px;
	border-right: 1px solid #fff;
}

.footer-list li:last-child {
	border: none;
}

.footer-list li a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}

.footer-list li a:hover {
	text-decoration: underline;
}

@media (max-width: 480px) {
	.footer-list {
		display: none;
	}
}

.footer-insta {
	display: block;
	margin: 0 auto 30px;
	width: 45px;
	height: 45px;
	background: url(/assets/img/icon_insta_b.png) center center no-repeat #fff;
	background-size: 20px auto;
	border-radius: 100%;
}

.footer-insta:hover {
	opacity: 0.6;
}

.copy {
	background-color: #111;
	height: 75px;
	line-height: 75px;
	font-size: 10px;
}

/*================================================================================
	 nav
================================================================================= */
nav.global {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all 0s;
}

.nav-outer {
	background-color: #111;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
}

.nav-outer a {
	text-decoration: none;
}

.nav-outer a:hover {
	opacity: 0.6;
}

.nav-list {
	width: 100vw;
	margin-bottom: 40px;
}

.nav-list li {
	margin-bottom: 30px;
	line-height: 1;
}

.nav-list li:last-child {
	margin: 0;
}

.nav-list a {
	color: #ffc500;
	font-family: cubano, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
}

@media (max-width: 480px) {
	.nav-list a {
		font-size: 40px;
	}
}

.nav-insta {
	position: relative;
	padding-right: 45px;
	height: 30px;
	line-height: 30px;
	font-family: Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

.nav-insta:after {
	content: "";
	position: absolute;
	right: 0;
	top: -5px;
	width: 30px;
	height: 30px;
	background: url(/assets/img/icon_insta.png) center center no-repeat;
	background-size: 30px auto;
}

/*================================================================================
	  top MV
================================================================================= */
.top-mv {
	overflow: hidden;
	position: relative;
	height: 100vh;
	background: #111;
}

.top-mv-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}

@media (min-width: 481px) {
	.top-mv-inner {
		width: 686px;
		margin: -200px 0 0 -376px;
	}
}

@media (min-width: 1280px) {
	.top-mv-inner {
		width: 1028px;
		margin: -300px 0 0 -564px;
	}
}

@media (max-width: 480px) {
	.top-mv-inner {
		flex-direction: column-reverse;
		width: 280px;
		margin: -245px 0 0 -140px;
	}
}

.top-mv-inner h1 img {
	width: auto;
}

@media (min-width: 481px) {
	.top-mv-inner h1 img {
		height: 300px;
	}
}

@media (min-width: 1280px) {
	.top-mv-inner h1 img {
		height: 420px;
	}
}

@media (max-width: 480px) {
	.top-mv-inner h1 img {
		height: 224px;
	}
}

@media (max-width: 480px) {
	.top-mv-slide {
		/*margin-bottom: 50px;*/
	}
}

@media (min-width: 481px) {
	/**20190822追記**/
	.top-mv-slide {
		width: 50%;
	}
	.top-mv-inner h1 {
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.top-mv-hex,
.top-mv-hex .swiper-slide,
.top-works-hex,
.top-works-hex .swiper-slide {
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.top-mv-hex img,
.top-mv-hex .swiper-slide img,
.top-works-hex img,
.top-works-hex .swiper-slide img {
	width: auto;
	height: 100%;
}

@media (min-width: 481px) {
	.top-mv-hex,
	.top-mv-hex .swiper-slide,
	.top-works-hex,
	.top-works-hex .swiper-slide {
		width: 343px;
		height: 396px;
	}
	.top-mv-hex img,
	.top-mv-hex .swiper-slide img,
	.top-works-hex img,
	.top-works-hex .swiper-slide img {
		margin-left: -26.5px;
	}
}

@media (min-width: 1280px) {
	.top-mv-hex,
	.top-mv-hex .swiper-slide,
	.top-works-hex,
	.top-works-hex .swiper-slide {
		width: 514px;
		height: 594px;
	}
	.top-mv-hex img,
	.top-mv-hex .swiper-slide img,
	.top-works-hex img,
	.top-works-hex .swiper-slide img {
		margin-left: -40px;
	}
}

@media (max-width: 480px) {
	.top-mv-hex,
	.top-mv-hex .swiper-slide,
	.top-works-hex,
	.top-works-hex .swiper-slide {
		width: 280px;
		height: 323.26px;
	}
	.top-mv-hex img,
	.top-mv-hex .swiper-slide img,
	.top-works-hex img,
	.top-works-hex .swiper-slide img {
		margin-left: -26.63px;
	}
}

@media (min-width: 1280px) {
	.top-works-hex,
	.top-works-hex .swiper-slide {
		width: 343px;
		height: 396px;
	}
	.top-works-hex img,
	.top-works-hex .swiper-slide img {
		margin-left: -26.5px;
	}
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	width: 25px;
	height: 25px;
	margin: 0;
	z-index: 10;
	cursor: pointer;
	outline: none;
}

@media (max-width: 480px) {
	.swiper-button-prev,
	.swiper-button-next {
		bottom: 50%;
		margin-bottom: -12px;
	}
}

.swiper-button-prev {
	background: url(/assets/img/arrow_l.png) center center no-repeat;
	background-size: cover;
	right: 45px;
}

@media (max-width: 480px) {
	.swiper-button-prev {
		right: auto;
		left: -40px;
	}
}

.swiper-button-next {
	background: url(/assets/img/arrow_r.png) center center no-repeat;
	background-size: cover;
	right: 0;
	width: 25px;
	height: 25px;
}

@media (max-width: 480px) {
	.swiper-button-next {
		right: -40px;
	}
}

.top-mv-insta {
	position: absolute;
	z-index: 1;
	display: block;
	right: 40px;
	bottom: 20px;
	width: 35px;
	height: 35px;
	background: url(/assets/img/icon_insta.png) center center no-repeat;
	background-size: 35px auto;
}

.top-mv-insta:hover {
	opacity: 0.6;
}

@media (max-width: 480px) {
	.top-mv-insta {
		display: none;
	}
}

/*バナー*/
.top-mv-ban {
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 50;
	display: none !important;
}

.top-mv-ban:hover {
	opacity: 0.6;
}

@media (max-width: 480px) {
	.top-mv-ban {
		display: none;
	}
}

.top-mv-ban img {
	width: auto;
	height: 90px;
}

.sp-ban {
	display: none;
}

@media (max-width: 480px) {
	.sp-ban {
		display: block;
	}
}

.sp-ban img {
	width: 100%;
	height: auto;
}

/*ライン*/
.top-mv-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

@media (min-width: 481px) {
	.top-mv-line {
		margin-top: 194px;
		margin-right: 66px;
	}
}

@media (min-width: 1280px) {
	.top-mv-line {
		margin-top: 290px;
		margin-right: 99px;
	}
}

@media (max-width: 480px) {
	.top-mv-line {
		margin-top: 158px;
	}
}

.top-mv-line > div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	height: 1000%;
	margin-top: auto;
	margin-bottom: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	transform-origin: center;
}

@media (min-width: 481px) {
	.top-mv-line > div {
		width: 2401px;
		margin-left: -857.5px;
	}
}

@media (min-width: 1280px) {
	.top-mv-line > div {
		width: 3598px;
		margin-left: -1799px;
	}
}

@media (max-width: 480px) {
	.top-mv-line > div {
		width: 1960px;
		margin-left: -700px;
	}
}

.top-mv-line > div span {
	display: block;
	height: 100%;
}

@media (min-width: 481px) {
	.top-mv-line > div span {
		width: 171.5px;
	}
}

@media (min-width: 1280px) {
	.top-mv-line > div span {
		width: 257px;
	}
}

@media (max-width: 480px) {
	.top-mv-line > div span {
		width: 140px;
	}
}

.top-mv-line > div.line01 span {
	border-right: 1px solid #313131;
}

.top-mv-line > div.line02 {
	transform: rotate(60deg);
}

.top-mv-line > div.line02 span {
	border-right: 1px solid #313131;
}

.top-mv-line > div.line03 {
	transform: rotate(-60deg);
}

.top-mv-line > div.line03 span {
	border-left: 1px solid #313131;
}

/*================================================================================
	  top -- contents - 共通
================================================================================= */
.top-section {
	position: relative;
}

.top-section-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 15px;
}

.top-section h2 {
	font-family: cubano, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 70px;
	margin-bottom: 40px;
	line-height: 1;
}

@media (max-width: 480px) {
	.top-section h2 {
		font-size: 50px;
		margin-bottom: 20px;
		text-align: center;
	}
}

.top-section h3 {
	font-size: 26px;
	margin-bottom: 40px;
	font-weight: 900;
	line-height: 1.3em;
}

@media (max-width: 480px) {
	.top-section h3 {
		font-size: 20px;
		margin-bottom: 20px;
		text-align: center;
		margin-top: 30px;
	}
}

.section-ttl-sub {
	padding: 80px 0 30px 0 !important;
}

@media (max-width: 480px) {
	.section-ttl-sub {
		padding: 60px 0 !important;
	}
}

.section-ttl-sub h2 {
	margin-bottom: 30px;
}

.section-ttl-sub h3 {
	font-size: 14px;
	font-weight: bold;
}

.top-section-btn {
	width: 350px;
	display: inline-block;
}

@media (max-width: 480px) {
	.top-section-btn {
		width: 80%;
		height: 50px;
		line-height: 50px;
		margin: 0 auto;
		border: none;
		border-radius: 25px;
		display: block;
	}
}

.top-section-text {
	margin-bottom: 40px;
}

@media (max-width: 480px) {
	.top-section-text br {
		display: none;
	}
}

/*================================================================================
	  top -- contents - ABOUT
================================================================================= */
.top-about {
	z-index: 0;
	padding: 130px 0;
}

@media (max-width: 480px) {
	.top-about {
		padding: 80px 4%;
	}
}

.top-about-text {
	width: 100%;
	text-align: center;
}

@media (max-width: 480px) {
	.top-about-text {
		width: auto;
		margin-bottom: 40px;
	}
	.top-about-text p {
		text-align: left;
	}
}

.top-about-bee {
	position: absolute;
	top: 50%;
	right: 180px;
	margin-top: -37px;
}

.top-about-bee img {
	width: 58px;
	height: auto;
}

@media (max-width: 480px) {
	.top-about-bee {
		width: 42px;
		top: auto;
		left: 19%;
		right: auto;
		bottom: -130px;
		margin: 0;
	}
	.top-about-bee img {
		width: 100%;
		height: auto;
	}
}

/*================================================================================
	  top -- contents - WORKS
================================================================================= */
.top-works {
	background-color: #f1f1f1;
	padding: 150px 0;
	z-index: 10;
}

@media (max-width: 480px) {
	.top-works {
		background-color: #111;
		padding: 80px 0;
	}
}

@media (max-width: 480px) {
	.top-works h2 {
		width: 100%;
		color: #fff;
		text-align: center;
		margin-bottom: 40px;
	}
}

@media (max-width: 480px) {
	.top-works-slide {
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 323.26px;
	}
}

@media (max-width: 480px) {
	.top-works-slide-main,
	.top-works-slide-sub {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

.top-works-slide-main {
	z-index: 2;
}

@media (min-width: 481px) {
	.top-works-slide-main {
		position: absolute;
		top: 0;
		z-index: 10;
	}
}

@media (max-width: 480px) {
	.top-works-slide-main {
		width: 280px;
	}
}

@media (min-width: 481px) {
	.top-works-slide-sub {
		display: none;
	}
}

@media (max-width: 480px) {
	.top-works-slide-sub {
		overflow: hidden;
		top: 30px;
		bottom: 30px;
		z-index: 1;
	}
	.top-works-slide-sub img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: auto;
		height: 110%;
		filter: blur(5px);
		transform: translate(-50%, -50%);
	}
}

.swiper-containerText {
	margin-bottom: 40px;
}

.swiper-containerText .swiper-slide {
	opacity: 0 !important;
}

.swiper-containerText .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}

.top-works .top-section-inner {
	max-width: 920px;
}

.top-works-text {
	width: 500px;
}

@media (max-width: 480px) {
	.top-works-text {
		width: 92%;
		color: #fff;
		margin: 0 auto;
	}
}

@media (max-width: 480px) {
	.top-works-text br {
		display: none;
	}
}

/*================================================================================
	  top -- contents - SERVICE
================================================================================= */
.top-service {
	z-index: 0;
	padding: 160px 0;
}

@media (max-width: 480px) {
	.top-service {
		padding: 80px 4%;
	}
}

.top-service-text {
	width: 500px;
}

@media (max-width: 480px) {
	.top-service-text {
		width: auto;
		margin-bottom: 40px;
	}
}

.top-service-img {
	position: absolute;
	top: 50%;
	right: 50%;
	width: 440px;
	height: 540px;
	margin: -270px -500px 0 0;
}

@media (max-width: 480px) {
	.top-service-img {
		display: none;
	}
}

.top-service-img p {
	position: absolute;
}

.top-service-img p img {
	width: 100%;
	height: auto;
}

.top-service-img p.service01 {
	z-index: 5;
	top: 80px;
	left: 0;
	width: 274px;
	transform: translate(0, 180px);
}

.top-service-img p.service02 {
	z-index: 4;
	bottom: 0;
	left: 193px;
	width: 182px;
	transform: translate(0, 120px);
}

.top-service-img p.service03 {
	z-index: 3;
	left: 289px;
	top: 195px;
	width: 143px;
	transform: translate(0, 80px);
}

.top-service-img p.service04 {
	z-index: 2;
	left: 200px;
	top: 48px;
	width: 150px;
	transform: translate(0, 40px);
}

.top-service-img p.service05 {
	z-index: 1;
	top: 0;
	right: 0;
	width: 87px;
	transform: translate(0, 30px);
}

.top-service-img p.top-service-move {
	transform: translate(0, 0);
	transition: all 1s;
}

/* =================
	hex paralax
=================== */
.hex01,
.hex02,
.hex03 {
	position: absolute;
}

.hex01 img,
.hex02 img,
.hex03 img {
	width: 90px;
	height: auto;
}

@media (max-width: 480px) {
	.hex01,
	.hex02,
	.hex03 {
		display: none;
	}
}

.hex01 {
	top: 145px;
	right: 13%;
}

.hex02 {
	top: 520px;
	left: 2%;
}

.hex03 {
	top: 830px;
	left: 5.5%;
}

.hex03 img {
	width: 145px;
}

/*================================================================================
	  下層 header
================================================================================= */
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 75px;
	background: #fff;
}

@media (max-width: 480px) {
	header {
		height: 50px;
	}
}

header h1 {
	position: absolute;
	left: 35px;
	top: 19px;
}

@media (max-width: 480px) {
	header h1 {
		left: 18px;
		top: 12px;
	}
}

header h1 img {
	height: 37px;
	width: auto;
}

@media (max-width: 480px) {
	header h1 img {
		height: 25px;
	}
}

/*================================================================================
	   下層 base
================================================================================= */
.contents-section {
	padding-top: 75px;
	min-height: 100vh;
}

@media (max-width: 480px) {
	.contents-section {
		padding-top: 50px;
	}
}

.section-ttl {
	padding: 80px 0;
	background-color: #f1f1f1;
	text-align: center;
}

@media (max-width: 480px) {
	.section-ttl {
		padding: 60px 0;
	}
}

.section-ttl h2 {
	background-color: #f1f1f1;
	font-family: cubano, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #111;
	font-size: 35px;
	line-height: 1;
}

@media (max-width: 480px) {
	.section-ttl h2 {
		font-size: 30px;
	}
}

.section-ttl h3 {
	font-size: 14px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
