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


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */
@font-face {
	font-family: 'sns_icon';
	src:
		url('../font/sns_icon.ttf?5mfine') format('truetype'),
		url('../font/sns_icon.woff?5mfine') format('woff'),
		url('../font/sns_icon.svg?5mfine#icf') format('svg');
	font-weight: normal;
	font-style: normal;
}
i.snsIcon {
	font-family: 'sns_icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	
	color: #000;
}
.icon_facebook:before { content: "\e900"; }
.icon_instagram:before { content: "\e901";}
.icon_line:before { content: "\e902";}
.icon_twitter:before { content: "\e903";}
.icon_youtube:before { content: "\e904";}


body {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 12px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}

footer {
	background-color: #fff;
    padding: 100px 60px 0;
	position: static;
}

img {
	max-width: 100%;
	height: auto;
}

main {
	overflow: hidden;
}

.innerWrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 60px;
	position: relative;
	z-index: 1;
}

/*h2 {
	font-family: 'Bungee Hairline', cursive;
	font-weight: bold;
	-webkit-text-stroke: .5px #ff9d6c;
	text-align: center;
	font-size: 32px;
	letter-spacing: .1em;
	position: relative;
	color: #ff9d6c;
	margin-bottom: 80px;
}*/

.iframeBox {
	max-width: 810px;
	margin: 0 auto;
}
.iframeBox div {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.iframeBox div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


a[target="_blank"]:not([class])::after {
	font-size: 14px;
    margin-left: 10px;
}

.anim {
	opacity: 0;
	transform: translateY(60px);
	transition: all .6s ease-out;
}
.anim.on {
	opacity: 1;
	transform: translateY(0);
}

.innerWrap {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 60px;
}

@media screen and (min-width: 813px) {
	
	.spView { display: none;}
	
	a {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	a:hover {
		opacity: .5;
	}
	
}
@media screen and (max-width: 812px) {
	
	.pcView { display: none;}
	
	.innerWrap {
		padding: 14vw 6vw 10vw;
	}
	
	h2 {
		font-size: 5.2vw;
		padding-bottom: 2vw;
		margin-bottom: 10vw;
	}
	h2::after {
		width: 8vw;
		height: 1px;
		margin-left: -4vw;
	}
	a[target="_blank"]:not([class])::after {
		font-size: 3vw;
		margin-left: 2vw;
	}
	
	footer {
		padding: 14vw 6vw 0;
	}
	
}



#mainvisual {
	height: 40.3vw;
	background-color: #00bc70;
	display: flex;
	position: relative;
}
#mainvisual::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: url("../cp_imaegs/giza_bottom.svg") repeat-x center bottom;
	background-size: auto 100%;
}

#mainvisual .mainPic {
	line-height: 0;
    width: 46.1%;
}
#mainvisual .mainTtl {
    width: 53.9%;
	display: flex;
	flex-direction: column;
	justify-content: center;
    padding: 6%;
	position: relative;
	overflow: hidden;
}
#mainvisual .mainTtl::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url("../cp_imaegs/bg_wh.svg") no-repeat right bottom;
    background-size: 100%;
    width: 35%;
    height: 20%;
	
    animation: bg01 10s linear 0s infinite;
}
#mainvisual .mainTtl::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	background: url("../cp_imaegs/bg_wh.svg") no-repeat left top;
    background-size: 100%;
    width: 35%;
    height: 20%;
	
    animation: bg01 10s linear 0s infinite;
}
@keyframes bg01 {
	0% { transform: scale(1);}
	50% { transform: scale(1.5);}
	100% { transform: scale(1);}
}


@media screen and (min-width: 813px) {
	
	
	
}
@media screen and (max-width: 812px) {
	#mainvisual {
		height: 90vh;
		display: block;
	}
	#mainvisual::after {
		height: 10px;
	}
	#mainvisual .mainPic {
		width: 100%;
	}
	#mainvisual .mainTtl {
		width: 100%;
    	padding: 20% 10%;
	}
	
}


#about {
	padding: 80px 0;
	overflow: hidden;
	position: relative;
}
#about::before {
    content: "";
    display: block;
    background: url(../images/bg_dot01.svg) no-repeat center center;
    background-size: 100%;
    width: 600px;
    height: 600px;
    position: absolute;
    top: 100px;
    left: -300px;
    transform: translateX(-50%);
    animation: bg01 10s linear 0s infinite;
}
#about p {
	font-size: 18px;
	line-height: 2.4;
}
#about .period {
	border: #ff9d6c solid 1px;
	margin: 60px 0;
	text-align: center;
	background-color: #fff;
}
#about .period h4 {
	background-color: #ff9d6c;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}
#about .period p {
	padding: 15px;
	font-size: 26px;
	color: #ff9d6c;
}
#about .btnList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#about .btnList li {
	width: 45%;
	margin-bottom: 40px;
}
#about .btnList li a {
	display: block;
	text-align: center;
	background-color: #333;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	padding: 20px;
	border-radius: 60px;
}

@media screen and (max-width: 812px) {
	#about {
		padding: 0 0 6vw;
	}
	#about p {
		font-size: 3.5vw;
		line-height: 2.2;
	}
	#about .period {
		margin: 10vw 0;
	}
	#about .period h4 {
		font-size: 3.6vw;
		padding: 2vw;
	}
	#about .period p {
		padding: 4vw;
		font-size: 3.8vw;
	}
	
	#about .btnList li {
		width: 80%;
		margin-bottom: 4vw;
	}
	#about .btnList li a {
		font-size: 3.4vw;
		padding: 4vw;
	}
}



.contLeft {
	max-width: 1200px;
	margin: 0 auto 120px;
	padding: 80px 60px 0;
	position: relative;
}
.contLeft::before {
	content: "";
	display: block;
	height: calc(100% - 80px);
	width: 70%;
	background: #00bc70 url("../cp_imaegs/giza_left.svg") repeat-y left top;
	background-size: 20px auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
.contLeft h2 {
	font-family: 'Bungee Hairline', cursive;
    font-weight: bold;
	-webkit-text-stroke: .5px #fff;
	position: absolute;
	top: 20px;
	right: 0;
	color: #fff;
	font-size: 48px;
	
    transform-origin: top right;
}
.contLeft .content {
	margin-right: 200px;
	border: #00bc70 solid 2px;
	border-radius: 8px;
	padding: 50px 80px;
	position: relative;
	background-color: #fff;
	z-index: 1;
}
.contLeft .content h3 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #00bc70;
	margin-bottom: 30px;
	line-height: 40px;
}
.contLeft .content h3::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url("../cp_imaegs/flag_orange_left.svg") no-repeat center center;
	background-size: contain;
    vertical-align: bottom;
	margin-right: 10px;
}
.contLeft .content h3::after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url("../cp_imaegs/flag_orange_right.svg") no-repeat center center;
	background-size: contain;
    vertical-align: bottom;
	margin-left: 10px;
}


.contRight {
	max-width: 1200px;
	margin: 0 auto 120px;
	padding: 80px 60px 0;
	position: relative;
}
.contRight::before {
	content: "";
	display: block;
	height: calc(100% - 80px);
	width: 70%;
	background: #ff9d6c url("../cp_imaegs/giza_right.svg") repeat-y right top;
	background-size: 20px auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.contRight h2 {
	font-family: 'Bungee Hairline', cursive;
    font-weight: bold;
	-webkit-text-stroke: .5px #fff;
	position: absolute;
	top: 20px;
	left: 0;
	color: #fff;
	font-size: 48px;
	
    transform-origin: top left;
}
.contRight .content {
	margin-left: 200px;
	border: #ff9d6c solid 2px;
	border-radius: 8px;
	padding: 50px 80px;
	position: relative;
	background-color: #fff;
	z-index: 1;
}
.contRight .content h3 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #ff9d6c;
	margin-bottom: 30px;
	line-height: 40px;
}
.contRight .content h3::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url("../cp_imaegs/flag_green_left.svg") no-repeat center center;
	background-size: contain;
    vertical-align: bottom;
	margin-right: 10px;
}
.contRight .content h3::after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url("../cp_imaegs/flag_green_right.svg") no-repeat center center;
	background-size: contain;
    vertical-align: bottom;
	margin-left: 10px;
}

.content p {
	font-size: 16px;
	margin-bottom: 30px;
}
.content .bdrBox {
	padding: 25px 35px;
	border: #cacaca solid 1px;
	margin-bottom: 30px;
    font-size: 14px;
}
.content .bdrBox h4 {
    color: #00bc70;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.content .bdrBox p {
	font-size: 14px;
	margin-bottom: 0;
}
.content .greenBg {
	padding: 15px 25px;
	background-color: #dfede7;
    font-size: 14px;
}
.content .orangeBg {
	padding: 15px 25px;
	background-color: #f4efed;
	margin-bottom: 30px;
    font-size: 14px;
}
.content h5 {
	font-size: 16px;
	margin-bottom: 10px;
}

.content .present {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}
.content .present .pic {
	line-height: 0;
	margin-bottom: 10px;
	width: 40%;
}
.content .present p {
	font-size: 14px;
	width: 55%;
}

.content .postBtn {
	max-width: 300px;
	margin: 60px auto;
}
.content .postBtn a {
	display: block;
    text-align: center;
    font-size: 18px;
	font-weight: bold;
    background-color: #00bc70;
    color: #fff;
    border-radius: 60px;
    padding: 15px;
    line-height: 1.5;
}

#twitter {
	position: relative;
}
#twitter::before {
    content: "";
    display: block;
    background: url(../images/bg_dot02.svg) no-repeat center center;
    background-size: 100%;
    width: 600px;
    height: 600px;
    position: absolute;
    top: 100px;
    right: -300px;
    transform: translateX(-50%);
    animation: bg01 10s linear 0s infinite;
}
#twitter h2 {
    transform: translate(-20%,340%) rotate(90deg);
}
#twitter h2::before {
	content: "";
	display: block;
	position: absolute;
    top: 30px;
    left: -38px;
    width: 30px;
    height: 30px;
	background: url("../cp_imaegs/ico_tw.svg") no-repeat center center;
	background-size: contain;
	transform: rotate(-90deg);
}

#tiktok {
	position: relative;
}
#tiktok::before {
    content: "";
    display: block;
    background: url(../images/bg_dot01.svg) no-repeat center center;
    background-size: 100%;
    width: 600px;
    height: 600px;
    position: absolute;
    top: 300px;
    left: -300px;
    transform: translateX(-50%);
    animation: bg01 10s linear 0s infinite;
}
#tiktok h2 {
    transform: translate(55%,80%) rotate(90deg);
}
#tiktok h2::before {
	content: "";
	display: block;
	position: absolute;
    top: 30px;
    left: -38px;
    width: 30px;
    height: 30px;
	background: url("../cp_imaegs/ico_tiktok.svg") no-repeat center center;
	background-size: contain;
	transform: rotate(-90deg);
}

#radio {
	position: relative;
}
#radio::before {
    content: "";
    display: block;
    background: url(../images/bg_dot02.svg) no-repeat center center;
    background-size: 100%;
    width: 600px;
    height: 600px;
    position: absolute;
    top: 200px;
    right: -300px;
    transform: translateX(-50%);
    animation: bg01 10s linear 0s infinite;
}
#radio h2 {
    transform: translate(-20%,280%) rotate(90deg);
}
#radio h2::before {
	content: "";
	display: block;
	position: absolute;
    top: 28px;
    left: -40px;
    width: 30px;
    height: 30px;
	background: url("../cp_imaegs/ico_radio.svg") no-repeat center center;
	background-size: contain;
	transform: rotate(-90deg);
}

#cdshop h2 {
    transform: translate(55%,80%) rotate(90deg);
}
#cdshop h2::before {
	content: "";
	display: block;
	position: absolute;
    top: 28px;
    left: -40px;
    width: 30px;
    height: 30px;
	background: url("../cp_imaegs/ico_disc.svg") no-repeat center center;
	background-size: contain;
	transform: rotate(-90deg);
}

.storeList {
	margin-bottom: 60px;
	border-top: #ff9d6c solid 1px;
}
.storeList dt {
	color: #ff9d6c;
	padding: 15px 20px;
	border-bottom: #ff9d6c solid 1px;
	margin-top: 1px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.storeList dt::after {
	content: "";
	position: absolute;
    top: 45%;
    right: 30px;
    width: 20px;
    height: 20px;
	border-bottom: #ff9d6c solid 2px;
	border-right: #ff9d6c solid 2px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s linear;
}
.storeList dt.on::after {
	transform: translateY(-30%) rotate(-135deg);
}
.storeList dd {
	display: none;
    background-color: #fafafa;
}
.storeList dd div {
	padding: 20px;
}
.storeList dd h6 {
	font-size: 16px;
	color: #ff9d6c;
}
.storeList dd p {
	font-size: 14px;
	margin-bottom: 20px;
}



@media screen and (max-width: 812px) {
	.contLeft {
		margin: 0 auto 18vw;
		padding: 22vw 6vw 0;
	}
	.contLeft::before {
		height: calc(100% - 80px);
		width: 80%;
		background: #00bc70 url(../cp_imaegs/giza_left.svg) repeat-y left top;
		background-size: 10px auto;
	}
	.contRight {
		margin: 0 auto 18vw;
		padding: 22vw 6vw 0;
	}
	.contRight::before {
		height: calc(100% - 80px);
		width: 80%;
		background: #ff9d6c url(../cp_imaegs/giza_right.svg) repeat-y right top;
		background-size: 10px auto;
	}
	
	.contLeft h2 {
		top: 7vw;
    	right: 6vw;
		font-size: 6.8vw;
    	line-height: 30px;
	}
	.contRight h2 {
		top: 7vw;
    	left: 17vw;;
		font-size: 6.8vw;
   		line-height: 30px;
	}
	
	.contLeft .content {
		margin-right: 0;
		padding: 8vw 5vw;
	}
	.contLeft .content h3,
	.contRight .content h3 {
		font-size: 3.6vw;
		margin-bottom: 6vw;
		line-height: 22px;
	}
	.contLeft .content h3::before,
	.contRight .content h3::before {
		width: 22px;
		height: 22px;
		margin-right: 5px;
	}
	.contLeft .content h3::after,
	.contRight .content h3::after {
		width: 22px;
		height: 22px;
		margin-left: 5px;
	}
	
	.contRight .content {
		margin-left: 0;
		padding: 8vw 6vw;
	}
	
	.content p {
		font-size: 3.4vw;
		margin-bottom: 6vw;
	}
	.content .bdrBox {
		padding: 3vw 4vw;
		margin-bottom: 6vw;
		font-size: 3.2vw;
	}
	.content .greenBg,
	.content .orangeBg {
		padding: 4vw 5vw;
		margin-bottom: 6vw;
    	font-size: 3vw;
	}
	
	.content .present {
		display: block;
		margin-top: 8vw;
	}
	.content .present .pic {
		margin-bottom: 3vw;
		width: 100%;
	}
	.content .present p {
		font-size: 3vw;
		width: 100%;
	}
	
	.content .postBtn {
		max-width: 50vw;
		margin: 8vw auto;
	}
	.content .postBtn a {
		font-size: 3.6vw;
		padding: 3vw;
	}

	
	#twitter h2,
	#tiktok h2,
	#radio h2,
	#cdshop h2 {
		transform: translate(0%,0%) rotate(0deg);
	}
	#twitter h2::before,
	#radio h2::before {
		top: 0;
		left: -44px;
		width: 30px;
		height: 30px;
		transform: rotate(0deg);
	}
	
	#tiktok h2::before,
	#cdshop h2::before {
		top: 0;
		left: -44px;
		width: 30px;
		height: 30px;
		transform: rotate(0deg);
	}
	.storeList dt {
		padding: 2vw 3vw;
		font-size: 3.8vw;
	}
	.storeList dt::after {
		right: 4vw;
		width: 3vw;
		height: 3vw;
	}
	.storeList dd div {
		padding: 3vw;
	}
	.storeList dd h6 {
		font-size: 3.6vw;
	}
	.storeList dd p {
		font-size: 3.2vw;
		margin-bottom: 3vw;
	}
}
</pre></body></html>