<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****************************************
anima
*****************************************/
.anima{
	opacity: 0;
	transition: .5s;
}
.anima-slideup{
	transform: translateY(20%);
	
}
.anima-slideup.on{
	opacity: 1;
	transform: translateY(0);
}
.on .anima-slideup{
	opacity: 1;
	transform: translateY(0);
}
/*transition*/
.tr-1{
	transition-delay: .1s;
}
.tr-2{
	transition-delay: .2s;
}
.tr-3{
	transition-delay: .3s;
}


/****************************************
common parts
*****************************************/


/*topcontrol*/
/*****************************************/
#topcontrol {
  align-items: center;
  background: #634435;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 0.6em;
  height: 60px;
  text-align: center;
  width: 60px;
}
@media screen and (max-width: 768px) {
  #topcontrol {
    bottom: 10px !important;
    height: 30px;
    right: 10px !important;
    width: 30px;
  }
  #topcontrol .txt {
    display: none;
  }
}
#topcontrol &gt; div {
  width: 100%;
}

/****************************************
module
*****************************************/
/*kv*/
/*****************************************/
.kv{
	position: relative;
}
.kv-img{
	position: absolute;
}
.kv-img01{
	bottom: 0;
	height: auto;
	left: 0;
	width: 20%;
}
@media screen and (max-width:768px){
	.kv-img01{
		width: 150px;
	}
}
.kv-img01.on{
	opacity: 1;
	left: 13%;
}
@media screen and (max-width:768px){
	.kv-img01.on{
		left: 6%;
	}
}
.kv-img02{
	bottom: 0;
	height: auto;
	right: 0;
	transition-delay: .2s;
	width: 22%;
}
@media screen and (max-width:768px){
	.kv-img02{
		width: 180px;
	}
}
.kv-img02.on{
	opacity: 1;
	right: 9%;
}
@media screen and (max-width:768px){
	.kv-img02.on{
		right: 4%;
	}
}
.kv-title{
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%,0);
	transition-delay: .4s;
	width: 34%;
}
@media screen and (max-width:768px){
	.kv-title{
		width: 88%;
	}
}
.kv-title.on{
	opacity: 1;
	transform: translate(-50%,-54%);
}
@media screen and (max-width:768px){
	.kv-title.on{
		transform: translate(-50%,-80%);
	}	
}
.kv-bottom{
	bottom: 0;
	height: auto;
	width: 100%;
}
/*header*/
/*****************************************/
.header {
	background: #fff;
	padding: 1.5em;
}
@media screen and (max-width:768px){
	.header {
		padding: 1em;
	}
	.header-logo img{
		height: 30px;
		width: auto;
	}
}
.gnav__menu__item{
	margin-left: 2em;
}
.gnav__menu__item a{
	font-size: 2.5em;
}
/*gnav*/
/*****************************************/

/*main*/
/*****************************************/
main{
}
/*kv*/
/*****************************************/
.kv img{
	display: block;
}
/*campeign*/
/*****************************************/
.campeign{
	background: #aa6fce;
	color: #fff;
	padding-top: 2em;
}
@media screen and (max-width:768px){
	.campeign{
		background: #aa6fce;
	}
}

.campeign-read{
	font-size: 1.25em;
	font-weight: bold;
}
.campeign-bg{
	background: url("../images/campeign-bg.png") no-repeat top center / cover;

}
/*post*/
/*****************************************/
.post{
	background: #ecc14c;
	padding-top: 2em;
}
.post-read{
	color: #634435;
	font-size: 1.25em;
	font-weight: bold;
}
.post-list2{
	margin: 0 auto;
	width: 80%;
}
@media screen and (max-width:768px){
	.post-items{
		background: url("../images/sp/post-item-bg.png") no-repeat center/cover;
	}
	.post-items-right{
		margin-top: 8em;
	}
	.post-item:nth-child(n+2){
		margin-top: 2em;
	}
}
/*flow*/
/*****************************************/
.flow{
	background:url("../images/flow-bg.png") no-repeat #da80d3 center/cover;
	padding-top: 2em;
}
.flow-read{
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
}
.flow-item{
	position: relative;
}
.flow-item3{
	min-height: 460px;
}
@media screen and (max-width:768px){
	
}
.flow-item-inner{
	padding: 2em 6em;
	position: relative;
	z-index: 2;
}
@media screen and (max-width:768px){
	.flow-item-inner{
		padding: 2em;
	}
	.flow-item-inner .sp{
		margin: 0 auto;
		width: 60%;
	}
}
.flow-item-bg{
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
@media screen and (max-width:768px){
	.flow-item3 .flow-item-bg{
		height: 100%;
	}
}
.flow-item-inner-text{
	font-size: .875em;
	margin-top: 2em;
	min-height: 90px;
}
@media screen and (max-width:768px){
	.flow-item-inner-text{
		min-height:inherit;
	}
}
.flow-item-inner-text strong{
	color: #f15a24;
	font-size: 1.2em;
}
/*guidelines*/
/*****************************************/
.guideline{
	background: #da80d3;
}
.guideline .inner{
	background: #f8f6e5;
	padding: 2em 0;
	position: relative;
}
.guideline-read{
	font-size: 1.125em;
	margin-top: 1em;
}
.guideline-item:nth-child(n+2){
	margin-top: 4em;
}
@media screen and (max-width:768px){
	.guideline-item:nth-child(n+2){
		margin-top: 2em;
	}
}
.guideline-item-title{
	background: #634435;
	color: #fff;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	padding: 1rem 0;
	position: relative;
	text-align: center;
}
@media screen and (max-width:768px){
	.guideline-item-title{
		font-size: 16px;
	}
}
.guideline-item-title:after{
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 2em;
}
.guideline-item-title.on:after{
	content: '\f077';
}
.guideline-item-cnt{
	display: none;
	font-size: .875em;
}
.guideline-item-cnt a{
	text-decoration: underline;
}
.guideline-deco1{
	position: absolute;
	left: -4em;
	top: -2em;
}
.guideline-deco2{
	position: absolute;
	right: -2em;
	top: -2em;
}
/*footer*/
/*****************************************/
/*footer__top*/
.footer{
	background: #634435;
	color: #fff;
	font-size: .75em;
	padding-bottom: 4em;
	text-align: center;
}
.copyright{
	margin-top: 4em;
}


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