<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
html::-webkit-scrollbar {
	display: none;
}
body {
	font-family: 'Cormorant Infant', serif;
	font-size: 4.5vw;
	line-height: 1.8;
	color: #555;
	letter-spacing: 0;
	text-align: center;
	overflow-x: hidden;
	width: 100%;
}
img {
	width: 100%;
	vertical-align: middle;
	display: block;
	margin: 0 auto;
}
h1 {
	font-size: 6vw;
	line-height: 2;
}
span {
	display: inline-block;	
}
section {
	margin: 0 auto 25vw auto;
	position: relative;
	width: 100%;
}
.pc {
	display: none;	
}
#topv {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: -999;	
}
#topv video {
	display: none;
	position: absolute;
}
.vstart #topv video {
	display: inline;
}

#page {
	background-color: rgba(255,255,255,0.85);
	position: relative;	
}

header {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-image: url(../../img/yattonakai.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-align: center;
	margin-bottom: 25vw;
}
header h1 {
	font-size: 14px;
	line-height: 2;
	position: relative;
}


#language {
	font-size: 4.5vw;
	position: absolute;
	width: 12vw;
	height: 12vw;
	background-color: rgba(240,240,240,0.8);
	top: 0;
	left: 0;
	letter-spacing: 0;
	line-height: 12vw;
	z-index: 999;
	cursor: pointer;
}

#language div {
	position: absolute;
	top: 12vw;
	left: -100%;
	transition: all .5s;
	margin-top: 1px;
}


.lang #language div {
	left: 0;
	transition: all .5s;
}

#language a {
	text-decoration: none;
	width: 12vw;
	height: 12vw;
	display: block;
	background-color: rgba(240,240,240,0.5);
	color: #cc0000;
}

#langc {
	width: 12vw;
	height: 12vw;
	background-color: rgba(240,240,240,0.5);
	margin-top: 1px;
}
#language a:first-of-type {
	margin-bottom: 1px;
}

#cbg {
	width: 100%;
	height: 100vh;
	opacity: 0;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 998;
}

.lang #cbg {
	left: 0;
}

header &gt; p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 0 1vw;
	font-size: 14px;
	line-height: 2;
	width: 100%;
	color: #ff0000;
}
.gradation {
	background: linear-gradient(90deg, #af1c9b,#734c9c,#30c7e5,#84c60f,#a60600,#d072a3);
	background-size: 1000% 100%;
	-webkit-animation: AnimationName 10s ease infinite;
	-moz-animation: AnimationName 10s ease infinite;
	animation: AnimationName 10s ease infinite;
}
.noth {
	color: #fff;
	font-size: 4vw;
	margin: 25vw auto;
	line-height: 30vw;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


.fimg {
	margin-bottom: 15vw;	
}

.info h2 {
	font-size: 6vw;
	margin: calc( 10vw - 0.4em ) auto;
}
.info ul {
	margin: calc( 10vw - 0.4em ) 0;
}
.info ul li:first-of-type {
	margin-top: -0.4em;
	color: #ea2c2c;
}
.info ul li:last-of-type {
	margin-bottom: -0.4em;
}


.lim {
	margin-top: 1em;	
}
.vbox{
	margin: 0 auto 15vw;	
}
.workshop {
	width: 75%;
	margin: 0 auto;
}

.workshop .ivideo {
    height: 42.1875vw;
}
.vbox h2 {
	font-size: 4.5vw;
	line-height: 20vw;
	color: #fff;
	background-color: #393939;
}

.workshop h2 {
	font-size: 4vw;
	line-height:10vw;
}
.ivideo {
	position: relative;
	height: 56.25vw;
    overflow: hidden;
	z-index: 99;
}
.ivideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
/*.ivideo iframe {
    position: absolute;
    top: 50%;
    left: 0;
	transform: translate(0,-50%);
    width: 100%;
    height: calc( 100% + 120px );
    margin: 0;
}
*/.workshop .ivideo {
	margin: 0 0 0 auto;
}



.accordion h3 {
	line-height: 15vw;
	cursor: pointer;
	position: relative;
	color: #fff;
	background-color: #393939;
	z-index: 99;
	font-size: 3.5vw;
}

.accordion h3.right {
	margin-left: auto;	
}
.accordion h3 a {
	display: block;
}
.accordion h3::after {
	content: "";
    position: absolute;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 2vw;
    height: 2vw;
    right: 7vw;
    top: 41%;
    transform: rotate(-45deg);
    transition: all 0.6s;
}
.accordion h3.arrows::after {
    top: 36%;
    transform: rotate(45deg);
    transition: all 0.6s;
}
.accordion p {
	display: none;
	padding: 12vw 6vw 0;
	text-align: left;
	background-color: #f0f0f0;
}

.accordion p span {
	display: block;
	font-size: 3vw;
	margin-top: 1em;
	text-align: center;
	line-height: 2.5;
	padding-left: 0.3em;
	margin: 12vw -6vw 0 -6vw;
	cursor: pointer;
	color: #fff;
	background-color: #393939;
}

.twitterlogo {
	height: 30vw;
	position: relative;
}

.twitterlogo img {
	width: 8%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.twitter {
	padding: 0 6vw;
	position: relative;
	overflow: hidden;
	z-index: 99;
}

.twitter iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.wbutton {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.wbutton div {
	width: calc(100% / 3);
	height: calc(100vw / 3);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 12px;
}

.w1 div:nth-child(1) {
	background-color: #4d6ded;
}
.w1 div:nth-child(2) {
	background-color: #ff9400;
}
.w1 div:nth-child(3) {
	background-color: #0ed29e;
}
.w1 div:nth-child(4) {
	background-color: #ff332a;
}
.w1 div:nth-child(5) {
	background-color: #b900fe;
}
.w1 div:nth-child(6) {
	background-color: #ffab5b;
}

.w2 div:nth-child(1) {
	background-color: #f1609f;
}
.w2 div:nth-child(2) {
	background-color: #1d98fe;
}
.w2 div:nth-child(3) {
	background-color: #9de567;
}
.w2 div:nth-child(4) {
	background-color: #ffc923;
}
.w2 div:nth-child(5) {
	background-color: #0acfee;
}
.w2 div:nth-child(6) {
	background-color: #da32d0;
}
#nijibutton {
	margin-bottom: 0;	
}


footer {
	padding: 2vw 0 0;
}

.gradationf {
	background: linear-gradient( 90deg, #af1c9b,#734c9c,#30c7e5,#84c60f,#a60600,#d072a3,#af1c9b,#734c9c,#30c7e5,#84c60f,#a60600,#d072a3,#af1c9b,#734c9c,#30c7e5,#84c60f,#a60600,#d072a3 );
	background-size: 500% 100%;
	-webkit-animation: AnimationName 50s ease infinite;
	-moz-animation: AnimationName 50s ease infinite;
	animation: AnimationName 50s ease infinite;

}
footer img {
	width: 15%;
	margin: 5vw auto;
}
footer p {
	line-height: 1.6;
	font-size: 2.5vw;
	color: rgba(255,255,255,0.8);
}
footer a {
	text-decoration: none;	
}

.sns {
	display: flex;
	justify-content: center;
	padding: 6vw 0 2vw;
}

.sns iframe {
	margin-left: 4px;
}



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