<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";



html {
	overflow-y: auto !important;
}



#header,
#footer {
	display: none;
}



#introPage {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #fff;
	padding: 0;
	overflow: auto;
/*
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
*/
	background: url("//gigaplus.makeshop.jp/kobecco/img/KV_dt.jpg") no-repeat center 50%;
	background-size: cover;
}
.btnBadge a {
	display: block;
	width: 139px;
	height: 161px;
	background: url("//gigaplus.makeshop.jp/kobecco/img/btn_enter.svg") no-repeat center 50%;
	background-size: cover;
	font-size: 0;
/*
	border-radius: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: #fff;
*/
}
.btnBadge {
	margin-top: 40px;
	animation: movinFunny 3.333s cubic-bezier(0.5, 0, 0.5, 1) 0s infinite both;
}
	@keyframes movinFunny {
		  0% { transform: translate(0,-5px); }
		 70% { transform: translate(0,5px); }
		 75% { transform: translate(0,5px); }
		100% { transform: translate(0,-5px); }
	}

.keyVisual {
	position: relative;
	left: calc(-1 * (100vw - 100%) / 2);
	width: 100vw;
	height: calc(100vh);
	max-height: unset;
	min-height: 720px;

	overflow: hidden;
	background: url("//gigaplus.makeshop.jp/kobecco/img/KV_dt.jpg") no-repeat center 50%;
	background-size: cover;

	overflow: visible;
	background: none;

	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;

	transform: scale(0.6667);
}



.mainCopy {
	width: 500px;
	height: auto;
	margin-top: 50px;
}
.subCopy {
	width: 360px;
	height: auto;
}



.message-from-kobe {
	background: none;
	padding: 0 20px;
	overflow: visible;
}
.message-from-kobe h2 {
	margin: 60px auto 30px;
}
.message-from-kobe p {
	line-height: 2;
	font-size: 20px;
}
.fontHiraMaru strong {
/*	margin-top: 30px;	*/
}




.wrap {}

.wrap::after {
}
.coverAll img {
}
.coverAll::before {
}
.coverAll {
}
.coverAll::after {
}







/****************************************************
*****************************************************/
@media (max-width: 424px) {


#introPage {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	background: transparent;
	padding: 0;

	background: none;
	overflow: hidden;
}
#introPage::before {
	content: "";
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	width: 100vw;
	height: 100vh;

	background: url("//gigaplus.makeshop.jp/kobecco/img/KV_intro_sp.jpg") no-repeat 0% 50%;
	background-size: cover;
}
.keyVisual {
	padding-left: 0px;
	transform: scale(1);
	height: auto;
	padding: 60px 0;
}
.keyVisual h1 {
	padding: 0 0 0 130px;
	padding: 0 0 0 0px;
	margin: 0;
}
.mainCopy {
/*	width: 480px;
	height: auto;
*/
	width: 214px;
	height: 90px;
	margin-top: -60px;
}
.subCopy {
	width: 178px;
	height: 35px;
	margin-top: 20px;
	margin-bottom: 70px;

	margin-bottom: 0px;
}
.message-from-kobe {
	padding: 0;
}
.message-from-kobe p {
/*	line-height: 2;
	font-size: 20px;
*/
	line-height: 3;
	font-size: inherit;
	font-size: 12px;
}
.message-from-kobe h2 {
	margin: 60px auto 30px;
	margin: 40px auto 30px;
	padding: 0;
}
.message-from-kobe small {
	margin-left: -7px;
}
.btnBadge {
	margin-top: 0px;
}
.btnBadge a {
	width: 117px;
	height: 134px;
}



}
/****************************************************
*****************************************************/
@media (max-width: 320px) {

.btnBadge {
	margin-top: 40px;
}



}
/****************************************************
*****************************************************/
@media (orientation: portrait) {



.wrap::after {
}
.coverAll img {
}



}
</pre></body></html>