@charset "utf-8";





/* For PC
================================ */

@media screen and (min-width: 640px) {
	.heading01 {
		margin-bottom: 30px;
	}

	.creativeMain {
		position: relative;
		margin: 0 0 60px 0;
		padding: 0 30px;
	}
	.creativeMain h1 {
		margin: 0 0 25px 0;
		font-size: 28px;
		line-height: 1.3;
		text-align: center;
	}
	.creativeMain .inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		max-width: 1200px;
		margin: 0 auto;
	}
	.creativeMain .inner .read {
		width: calc(100% - 360px);
		line-height: 2;
	}
	.creativeMain h2 {
		margin: 0 0 20px 0;
		font-size: 20px;
		font-weight: 700;
	}
	.creativeMain .linkBtn {
		margin: 0;
		width: 320px;
	}
	.creativeMain .linkBtn a {
		position: relative;
		display: block;
		border: 1px solid #333;
		background-color: #333;
		padding: 10px 25px;
		outline: none !important;
		box-sizing: border-box;
		width: 100%;
		font-size: 14px;
		text-align: center;
		color: #fff;
		transition: all 0.1s ease;
		overflow: hidden;
	}
	.creativeMain .linkBtn a:before {
		content: "";
		position: absolute;
		top: 0;
		left: -100%;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #fff;
		mix-blend-mode: difference;
		z-index: 2;
	}
	.creativeMain .linkBtn a:after {
		content: "";
		position: absolute;
		top: 0;
		left: -100%;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #fff;
		mix-blend-mode: overlay;
		z-index: 3;
	}
	.creativeMain .linkBtn a span {
		position: relative;
		display: inline-flex;
		align-items: center;
	}
	.creativeMain .linkBtn a span:after {
		content: "";
		display: block;
		background: url(/common/images/newtop/arrows-btn_w.svg) no-repeat right center / 12px auto;
		width: 18px;
		height: 18px;
		margin-left: 5px;
	}
	.creativeMain .linkBtn a:hover:before,
	.creativeMain .linkBtn a:hover:after {
		transition: all 0.5s ease;
		left: 100%;
	}

	.creativeContents {
		padding: 60px 30px;
	}
	.creativeContents.v2 {
		background-color: #f0f0f0;
	}
	.creativeContents.v3 {
		background-color: #e8e8e8;
	}
	.creativeContents .inner {
		position: relative;
		width: 100%;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	.creativeContents h2 {
		margin: 40px 0 20px 0;
		font-size: 20px;
		font-weight: 700;
		&:first-child {
			margin-top: 0;
		}
	}

	.creativeCase {
		display: flex;
		flex-wrap: wrap;
		gap: 25px 2%;
		width: 100%;
		z-index: 2;
	}
	.creativeCase a {
		position: relative;
		display: block;
		background-color: #fff;
		width: 32%;
		text-decoration: none;
		color: #333;
	}
	.creativeCase a .image {
		position: relative;
		width: 100%;
		padding-top: 66.56%;
		overflow: hidden;
	}
	.creativeCase a .image img {
		position: absolute;
		top: 0;
		left: 0;
		object-fit: cover;
		max-width: initial;
		width: 100%;
		height: 100%;
		transition: all 0.2s linear;
		z-index: 1;
	}
	.creativeCase a .image:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	.creativeCase a .read {
		padding: 20px;
	}
	.creativeCase a .read h3 {
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 1.5;
		text-align: center;
	}
	.creativeCase a .read .btn {
		position: relative;
		display: block;
		border: 1px solid #333;
		background-color: #333;
		margin-top: 20px;
		padding: 10px 25px;
		outline: none !important;
		box-sizing: border-box;
		width: 100%;
		font-size: 18px;
		text-align: center;
		color: #fff;
		transition: all 0.1s ease;
		overflow: hidden;
	}
	.creativeCase a .read .btn:before {
		content: "";
		position: absolute;
		top: 0;
		left: -100%;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #fff;
		mix-blend-mode: difference;
		z-index: 2;
	}
	.creativeCase a .read .btn:after {
		content: "";
		position: absolute;
		top: 0;
		left: -100%;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #fff;
		mix-blend-mode: overlay;
		z-index: 3;
	}
	.creativeCase a .read .btn span {
		position: relative;
		display: block;
		width: 100%;
	}
	.creativeCase a .read .btn span:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		background: url(/common/images/newtop/arrows-btn_w.svg) no-repeat right center / 12px auto;
		width: 18px;
		height: 18px;
		margin-top: -9px;
	}
	.creativeCase a:hover .image img {
		transform: scale(1.05,1.05);
	}
	.creativeCase a:hover .read .btn:before,
	.creativeCase a:hover .read .btn:after {
		transition: all 0.5s ease;
		left: 100%;
	}
	.creativeCase.top {
		justify-content: center;
	}
	.creativeCase.top a .read h3 {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 32px;
		font-weight: bold;
	}
	.creativeCase.top a .read h3 img {
		width: 46px;
		height: auto;
		margin-right: 15px;
	}
	.creativeCase.top a .read .btn span:after {
		transform: rotate(90deg);
		margin-top: -10px;
	}
}
@media only screen and (max-width: 1000px) {
	.creativeCase a {
		width: 49%;
	}
}





/* For SP
================================ */

@media only screen and (max-width:900px) {
	.creativeMain .inner {
		display: block;
	}
	.creativeMain .inner .read {
		width: 100%;
	}
	.creativeMain .linkBtn {
		width: 100%;
		max-width: 375px;
		margin: 20px auto 0 auto;
	}
}
@media only screen and (max-width: 640px) {
	.spnone {
		display: none;
	}
	.heading01 {
		margin: 20px 0 10px;
	}
	.creativeVisual {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #000 url(../images/creative-mv.jpg) no-repeat center center / cover;
		height: 210px;
		padding: 20px 5%;
		color: #fff;
	}
	.creativeVisual h2 {
		font-size: 24px;
		line-height: 1.6;
	}

	.creativeMain {
		position: relative;
		background-color: #fff;
		padding: 40px 5% 50px 5%;
	}
	.creativeMain h1 {
		margin-bottom: 15px;
		font-size: 28px;
		text-align: center;
	}
	.creativeMain h2 {
		margin: 15px 0;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.6;
	}
	.creativeMain h3 {
		margin-bottom: 18px;
		font-size: 20px;
		line-height: 1.6;
	}
	.creativeMain .linkBtn a {
		position: relative;
		display: block;
		border: 1px solid #333;
		background-color: #333;
		padding: 10px 25px;
		outline: none !important;
		box-sizing: border-box;
		width: 100%;
		font-size: 14px;
		text-align: center;
		color: #fff;
		transition: all 0.1s ease;
		overflow: hidden;
	}
	.creativeMain .linkBtn a:before {
		content: "";
		position: absolute;
		top: 0;
		left: -100%;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #fff;
		mix-blend-mode: difference;
		z-index: 2;
	}
	.creativeMain .linkBtn a:after {
		content: "";
		position: absolute;
		top: 0;
		left: -100%;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #fff;
		mix-blend-mode: overlay;
		z-index: 3;
	}
	.creativeMain .linkBtn a span {
		position: relative;
		display: inline-flex;
		align-items: center;
	}
	.creativeMain .linkBtn a span:after {
		content: "";
		display: block;
		background: url(/common/images/newtop/arrows-btn_w.svg) no-repeat right center / 12px auto;
		width: 18px;
		height: 18px;
		margin-left: 5px;
	}
	.creativeMain .linkBtn a:hover:before,
	.creativeMain .linkBtn a:hover:after {
		transition: all 0.5s ease;
		left: 100%;
	}

	.creativeContents {
		padding: 50px 5%;
	}
	.creativeContents.v2 {
		background-color: #f0f0f0;
	}
	.creativeContents.v3 {
		background-color: #e8e8e8;
	}
	.creativeContents h2 {
		margin: 40px 0 15px 0;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.6;
		&:first-child {
			margin-top: 0;
		}
	}

	.creativeCase {
		width: 100%;
		z-index: 2;
	}
	.creativeCase a {
		position: relative;
		display: block;
		background-color: #fff;
		width: 100%;
		margin-top: 20px;
		text-decoration: none;
		color: #333;
	}
	.creativeCase a:first-child {
		margin-top: 0;
	}
	.creativeCase a .image {
		position: relative;
		width: 100%;
		padding-top: 66.56%;
		overflow: hidden;
	}
	.creativeCase a .image img {
		position: absolute;
		top: 0;
		left: 0;
		object-fit: cover;
		max-width: initial;
		width: 100%;
		height: 100%;
		transition: all 0.2s linear;
		z-index: 1;
	}
	.creativeCase a .image:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	.creativeCase a .read {
		padding: 20px;
	}
	.creativeCase a .read h3 {
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 1.5;
		text-align: center;
	}
	.creativeCase a .read .btn {
		position: relative;
		display: block;
		border: 1px solid #333;
		background-color: #333;
		margin-top: 20px;
		padding: 10px 25px;
		outline: none !important;
		box-sizing: border-box;
		width: 100%;
		font-size: 16px;
		text-align: center;
		color: #fff;
		transition: all 0.1s ease;
		overflow: hidden;
	}
	.creativeCase a .read .btn:before {
		content: "";
		position: absolute;
		top: 0;
		left: -100%;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #fff;
		mix-blend-mode: difference;
		z-index: 2;
	}
	.creativeCase a .read .btn:after {
		content: "";
		position: absolute;
		top: 0;
		left: -100%;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #fff;
		mix-blend-mode: overlay;
		z-index: 3;
	}
	.creativeCase a .read .btn span {
		position: relative;
		display: block;
		width: 100%;
	}
	.creativeCase a .read .btn span:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		background: url(/common/images/newtop/arrows-btn_w.svg) no-repeat right center / 12px auto;
		width: 18px;
		height: 18px;
		margin-top: -9px;
	}
	.creativeCase a:hover .image img {
		transform: scale(1.05,1.05);
	}
	.creativeCase a:hover .read .btn:before,
	.creativeCase a:hover .read .btn:after {
		transition: all 0.5s ease;
		left: 100%;
	}
	.creativeCase.top {
		justify-content: center;
	}
	.creativeCase.top a .read h3 {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 32px;
		font-weight: bold;
	}
	.creativeCase.top a .read h3 img {
		width: 46px;
		height: auto;
		margin-right: 15px;
	}
	.creativeCase.top a .read .btn span:after {
		transform: rotate(90deg);
		margin-top: -10px;
	}
}