body {
	font-family: "heisei-kaku-gothic-std", sans-serif;
	font-weight: 300;
	position: relative;
    left: 0;
    overflow-x: hidden;
	-webkit-text-size-adjust: 100%; /* iphone横向き 文字拡大防止 */
}
img {
	display: block;
	width: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
a {
	text-decoration: none;
	color: #000;
	transition: all .3s;
}
a:hover {
	filter: brightness(1.1);
}
p {
	font-size: min(1.15vw,16px);
	line-height: 1.6;
}

/*最新のsafari用*/
::-webkit-full-page-media, :future, :root .AAA {
	
}
/*古いsafari用*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .AAA {
		
	}
}

:root {
    --blue: #005cff;
    --navy: #000a28;
    --gray: #878ea2;
    --grad_navy: linear-gradient(to bottom, #000a28 40%, #586281 100%);
    --grad_blue: linear-gradient(to bottom, #0033cc 40%, #0e2e91 100%);
    --grad_white: linear-gradient(to bottom, #fff 40%, rgba(255,255,255,0.1) 100%);
}
/*==================================================================================
ヘッダー
==================================================================================*/
header {
	display: flex!important;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 40px!important;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
header .logo {
	display: block;
	width: 70px;
    filter: drop-shadow(0 0 5px rgba(0,10,40,0.6));
}
header .logo:hover {
	transform: scale(1.1);
}
header .logo_txt {
	width: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
    filter: drop-shadow(0 0 5px rgba(0,10,40,0.6));
}

/* メニュー -----------------------*/
nav.gnav ul {
    display: flex;
	flex-wrap: wrap;
	align-items: center;
}
nav.gnav ul li {
  	margin-left: 2vw;
}
nav.gnav ul li a {
    display: block;
	color: #fff;
	font-family: "optima-lt-pro", sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
}
nav.gnav ul li a:hover {
    color: var(--blue);
}
/*==================================================================================
共通
==================================================================================*/
/* レイアウト */
section {
	padding: 10vh 0 0!important;
    position: relative;
    z-index: 2;
}
section.slidein .container {
    opacity: 0;
    transform: translateY(10vh);
    transition: all .3s;
}
section.slidein.show .container {
    opacity: 1;
    transform: translateY(0);
}
section.slidein.disa .container {
    opacity: 0;
    transform: translateY(-10vh);
}
.container {
	width: 100%;
	max-width: 1600px;
    box-sizing: border-box;
	padding: 0 4vw;
	margin: auto;
}
.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.row.align_center {
	align-items: center;
}
.row.just_center {
	justify-content: center;
}
.row.just_start {
	justify-content: flex-start;
}
.row.just_end {
	justify-content: flex-end;
}
.col2 {
    width: 48%;
}

.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_60 {
	margin-bottom: 60px;
}
.mb_120 {
	margin-bottom: 120px;
}
.wrap {
    display: inline-block;
}
.border {
	border-bottom: 1px var(--gray) solid; 
}

/* フォント */
h2 {
	font-size: min(5.6vw,120px);
    font-weight: 700;
}
h3 {
    font-weight: 700;
}
.font_20 {
	font-size: min(1.4vw,20px);
}
.font_24 {
	font-size: min(1.6vw,24px);
}
.font_34 {
	font-size: min(2vw,34px);
}
.font_46 {
	font-size: min(3.2vw,46px);
}
.font_60 {
	font-size: min(3.6vw,60px);
}
.font_80 {
	font-size: min(5vw,80px);
}
.txt_center {
	text-align: center;
}
.eng {
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
}
.bold {
	font-weight: 700;
}
.blue {
    color: var(--blue);
}
.navy {
    color: var(--navy);
}
.gray {
	color: var(--gray);
}
.white {
	color: #fff;
}
.grad_navy {
	background: var(--grad_navy); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.grad_blue {
	background: var(--grad_blue); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.grad_white {
	background: var(--grad_white); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.line1 {
    line-height: 1;
}
.line1_2 {
    line-height: 1.2;
}
.line1_4 {
    line-height: 1.4;
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
}
small {
	margin: 0 .2em!important;
	font-size: .6em;
	position: relative;
	top: -.4em;
	z-index: 2;
}

/* ボタン -----------------*/
.btn {
    display: inline-block;
    padding: 1.4em 2em;
    border: 2px var(--navy) solid;
    border-radius: 50px;
    color: var(--navy);
}
.btn:hover {
    border-color: var(--blue);
    color: var(--blue);
}
.btn span {
    display: inline-block;
    padding-right: 1.6em;
    position: relative;
}
.btn span::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url("../img/icon_arrow.png") center center / 80% no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s;
}
.btn:hover span::after {
    background-image: url("../img/icon_arrow_bl.png");
}
/* アニメーション -----------*/
.yay {
    opacity: 0;
    transform: translateY(2px);
    transition: all .6s;
}
.yay.fadeinup {
    transform: translateY(20px);
}
.yay.on {
    transform: translateY(0);
    opacity: 1;
}
.yay.fadeinup.second.on {
    animation: yay_up_2nd .8s;
}
@keyframes yay_up_2nd {
	0% {opacity: 0; transform: translateY(20px);}
	25% {opacity: 0; transform: translateY(20px);}
	100% {opacity: 1; transform: translateY(0);}
}
.yay.fadeinup.third.on {
    animation: yay_up_3rd 1s;
}
@keyframes yay_up_3rd {
	0% {opacity: 0; transform: translateY(20px);}
	40% {opacity: 0; transform: translateY(20px);}
	100% {opacity: 1; transform: translateY(0);}
}
.yay.fadeinup.forth.on {
    animation: yay_up_4th 1.2s;
}
@keyframes yay_up_4th {
	0% {opacity: 0; transform: translateY(20px);}
	50% {opacity: 0; transform: translateY(20px);}
	100% {opacity: 1; transform: translateY(0);}
}
.yay.fadeinup.fifth.on {
    animation: yay_up_5th 1.4s;
}
@keyframes yay_up_5th {
	0% {opacity: 0; transform: translateY(20px);}
	57.14% {opacity: 0; transform: translateY(20px);}
	100% {opacity: 1; transform: translateY(0);}
}


/*==================================================================================
メイン
==================================================================================*/
.bg {
    width: 100%;
    height: 100vh;
	overflow: hidden;
    background: url("../img/bg.png") center center / cover no-repeat;
    position: fixed;
    top: 0;
    left: 0;
}
.bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bg .dot {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
}
.bg .dot span {
	display: block;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #9da7c4;
	margin: 10vh 7vw;
	transition: all .3s;
}
.bg .dot span.shine {
	background: #fff;
	transform: scale(1.2);
	box-shadow: 0 0 7px 3px rgba(255, 255, 255, 0.5);
}

section#main {
	padding: 100vh 0 15vh!important;
}
section#main .container {
	max-width: 100%;
}
section#main .cloud {
    width: 12%;
	max-width: 300px;
    position: fixed;
    top: 40vh;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, 80%) rotate(90deg) scale(0);
    transition: all .5s;
	pointer-events: none;
}
section#main .cloud.yay.on {
    opacity: 1;
    transform: translate(-50%, 0) rotate(0) scale(1);
}
section#main .cloud.yay.on.disa {
    opacity: 0;
    transform: translate(-50%, 20%) rotate(0) scale(0);
    transition: all .3s;
}
h1 {
    width: 100%;
	color: #fff;
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 700;
	font-size: min(5.6vw,120px);
	text-align: center;
	line-height: 0.6;
    transition: all .3s;
}
section#main h1 span {
	font-size: min(1.2vw,20px);
}
section#main.disa h1 {
	opacity: 0;
    transform: translateY(-10vh);
}
/* About -------------------------------------------------------------------------*/
section#about .container {
    width: 80vw;
    margin: auto;
	padding: 4vw 4vw 16vw!important;
    background: url("../img/bg01.png") center top / 100% repeat-y;
    border-radius: 2vw;
	position: relative;
}
section#about h2 {
	position: relative;
	z-index: 2;
}
section#about h2 span {
	display: inline-block;
    opacity: 0;
    transform: translateY(30px);
}
section#about.show h2.yay.on span {
    animation: about_h2 1s;
    opacity: 1;
    transform: translateY(0);
}
@keyframes about_h2 {
    0% { opacity: 0;transform: translateY(30px);}
    70% { opacity: 0;transform: translateY(30px);}
    100% { opacity: 1;transform: translateY(0);}
}
section#about.show h2.yay.on span.txt02 {
    animation: about_h2_02 1.2s;
}
@keyframes about_h2_02 {
    0% { opacity: 0;transform: translateY(30px);}
    75% { opacity: 0;transform: translateY(30px);}
    100% { opacity: 1;transform: translateY(0);}
}
section#about.show h2.yay.on span.txt03 {
    animation: about_h2_03 1.4s;
}
@keyframes about_h2_03 {
    0% { opacity: 0;transform: translateY(30px);}
    78.57% { opacity: 0;transform: translateY(30px);}
    100% { opacity: 1;transform: translateY(0);}
}
section#about .cloud {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 30vw;
	min-width: 460px;
	height: 30vw;
	min-height: 460px;
	margin: -14% auto -5%;
	position: relative;
	pointer-events: none;
}
/*
section#about .cloud::before {
	content: "";
	display: block;
    width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #8a94a7;
	position: absolute;
	top: 0;
	left: 0;
}
*/
section#about .cloud img,
section#about .cloud video {
    width: 100%;
    border-radius: 50%;
    margin: auto;
	position: relative;
	z-index: 2;
}
section#about .cloud div[class^="tag0"] {
	width: 50%;
    position: absolute;
	z-index: 2;
}
section#about .cloud div.tag01 {
	left: -20%;
	top: 42%;
	transform-origin: right center;
}
section#about.show .cloud.yay.on div.tag01 {
	animation: about_cloud_tag01 .8s;
}
@keyframes about_cloud_tag01 {
	0% {width: 35%; transform: translateX(50%); opacity: 0;}
	62.5% {width: 35%; transform: translateX(50%); opacity: 0;}
	100% {width: 50%; transform: translateX(0); opacity: 1;}
}
section#about .cloud div.tag02 {
	width: 45%;
	text-align: right;
	right: -18%;
	top: 30%;
	transform-origin: left center;
}
section#about.show .cloud.yay.on div.tag02 {
	animation: about_cloud_tag02 1s;
}
@keyframes about_cloud_tag02 {
	0% {width: 30%; transform: translateX(-100%); opacity: 0;}
	70% {width: 30%; transform: translateX(-100%); opacity: 0;}
	100% {width: 45%; transform: translateX(0); opacity: 1;}
}
section#about .cloud div.tag03 {
	width: 65%;
	text-align: right;
	right: -38%;
	top: 48%;
	transform-origin: left center;
}
section#about.show .cloud.yay.on div.tag03 {
	animation: about_cloud_tag03 1.2s;
}
@keyframes about_cloud_tag03 {
	0% {width: 40%; transform: translateX(-50%); opacity: 0;}
	75% {width: 40%; transform: translateX(-50%); opacity: 0;}
	100% {width: 65%; transform: translateX(0); opacity: 1;}
}
section#about .cloud div[class^="tag0"]::after {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 1px #fff solid;
	position: absolute;
	bottom: 0;
	left: 0;
}
section#about .cloud div.tag02::after,
section#about .cloud div.tag03::after {
	left: auto;
	right: 20px;
}
section#about .cloud div[class^="tag0"] span {
	display: inline-block;
	padding: .2em 1em;
	background: rgba(255,255,255,0.3);
	clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}
/* News --------------------------------------------------------------------------*/
section#news {
    margin-top: -14vw;
}
section#news .container {
    width: 95vw;
	max-width: 1800px;
	/*padding: 4vw 4vw 14vw!important;*/
	padding: 4vw!important;
    background: #fff;
    border-radius: 2vw;
	position: relative;
}
section#news ul {
    width: 72%;
}
section#news ul li {
    padding: 20px 0 20px 2em;
    border-bottom: 1px #efefef solid;
	position: relative;
}
section#news ul li::before {
	content: "";
	display: block;
	width: .5em;
	height: .5em;
	border-radius: 50%;
	background: var(--blue);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
section#news ul li p span {
    display: inline-block;
    margin-right: 20px;
    letter-spacing: 0.05em;
}

/* Crowdfunding ------------------------------------------------------------------*/
section#cf {
    margin-top: -16vw;
}
section#cf .container {
    width: 95vw;
	max-width: 1800px;
	padding: 6vw 4vw!important;
    background: url("../img/bg01.gif") center center / cover no-repeat;
    border-radius: 2vw;
	position: relative;
}
section#cf .col2 {
    box-sizing: border-box;
	padding: 1.2vw 2vw;
	border: 1px #fff solid;
	border-radius: 1vw;
	background: /*rgba(0,92,255,0.05)*/rgba(255,255,255,0.3);
}
section#cf .col2 ul {
	display: flex;
	flex-wrap: wrap;
}
section#cf .col2 ul li {
	margin: 0 2em .6em 0;
}
section#cf .col5 {
	width: 19%;
    box-sizing: border-box;
	padding: 1.2vw 0.5vw;
	border: 1px #fff solid;
	border-radius: 1vw;
	background: rgba(255,255,255,0.3);
}

/* New Release -------------------------------------------------------------------*/
section#release .container {
    max-width: 100%;
	/*padding: 4vw 4vw 16vw!important;*/
    /*background: var(--navy);*/
    /*border-radius: 2vw 2vw 0 0;*/
	position: relative;
}
section#release .boad {
	max-width: 1600px;
	box-sizing: border-box;
	margin: auto;
	padding: 4vw;
	border-radius: 1vw;
	background: url("../img/bg01.gif") center top / cover no-repeat;
}
section#release .box {
	padding: 2vw 3vw 3vw;
	border-radius: 1vw;
	background: rgba(255,255,255,0.25);
	box-shadow: 2px 2px 15px rgba(0,0,0,0.05);
}
section#release ul li {
	width: 32%;
	box-sizing: border-box;
	padding: 2vw 1vw;
	border-radius: 1vw;
	background: rgba(255,255,255,0.1);
	box-shadow: 2px 2px 15px rgba(0,0,0,0.05);
}
section#release ul li:nth-child(2) {
	background: rgb(198,209,230,1);
}
section#release ul li:nth-child(3) {
    background: rgb(184,192,211,1);
}
section#release ul li .item {
    display: inline-block;
	padding: .4em 2em;
	border-radius: 50px;
    background: linear-gradient(to bottom, #646a7d 40%, #878da1 100%);
}
section#release ul li:nth-child(2) .item {
    background: linear-gradient(to bottom, #3f4f7f 40%, #717ea6 100%);
}
section#release ul li:nth-child(3) .item {
    background: var(--grad_navy);
}
section#release .btn {
    padding: 1.4em 2em 1.4em 4em;
    background: url("../img/icon_chrome.png") left 1.2em center / 2em no-repeat;
}


/*==================================================================================
フッター
==================================================================================*/
footer {
	padding: 3vw!important;
	/*background: var(--navy);*/
	text-align: center;
	position: relative;
}


/* ページトップへ戻るボタン */
.btn_pagetop {
	display: block;
	width: calc(50px - 2px);
	height: calc(50px - 2px);
	border: 1px #000 solid;
	border-radius: 50%;
	background: #F4E827;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 100;
}
.btn_pagetop span {
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px #000 solid;
	border-right: 1px #000 solid;
	transform: translateX(-50%) rotate(-45deg);
	position: absolute;
	top: 45%;
	left: 50%;
}



.tb {display: none;}
.pc {display: inline;}
.sp {display: none;}

@media screen and (max-width : 960px) {
	.pc {display: none;}
	.tb {display: inline;}
	
	p { font-size: min(1.7vw,14px); }
    /*==================================================================================
    ヘッダー
    ==================================================================================*/
    header {
    	padding: 15px 20px!important;
    }
    header .logo {
    	width: 60px;
    }
    header .logo_txt {
    	width: 100px;
    }
    nav.gnav {
        z-index: 2;
        width: 100%;
    	height: 100%;
    	background: rgba(0,0,0,0.9);
    	opacity: 0;
    	visibility: hidden;
    	transition: all 0.3s;
        position: fixed;
        top: 0;
        left: 0;
    }
    nav.gnav.active {
        opacity: 1;
    	visibility: visible;
    }
    nav.gnav ul {
        width: 100%;
        padding: 10vh 8vw;
    }
    nav.gnav ul li {
        width: 100%;
        margin-bottom: 1.5em;
    	font-size: 24px;
    }
    nav.gnav ul li a {
        display: block;
        color: #fff;
    	font-size: 24px;
    }
    .gnavToggle {
        z-index: 9999;
        display: flex;
    	flex-wrap: wrap;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
        width: 40px;
        height: 40px;
        text-align: center;
        cursor: pointer;
        position: fixed;
        right: 15px;
        top: 15px;
    }
    .gnavToggle span {
        display: block;
        width: 100%;
    	margin-bottom: 8px;
        border-bottom: 2px #FFF solid;
        transition: .35s ease-in-out;
        filter: drop-shadow(0 0 5px rgba(0,10,40,0.6));
    }
    .gnavToggle span:nth-child(2) {
    	margin-bottom: 0;
    }
    .gnavToggle.active span:nth-child(1) {
        transform: translateY(5px) rotate(-25deg);
    }
    .gnavToggle.active span:nth-child(2) {
        transform: translateY(-5px) rotate(25deg);
    }

	/*==================================================================================
	共通
	==================================================================================*/
    /* レイアウト */
    .col2 {
        width: 49%;
    }
	.mb_10 {
		margin-bottom: 5px;
	}
	.mb_20 {
		margin-bottom: 15px;
	}
	.mb_30 {
		margin-bottom: 20px;
	}
	.mb_60 {
		margin-bottom: 40px;
	}
	.mb_120 {
		margin-bottom: 80px;
	}

	/* フォント */
    h2 {
    	font-size: min(8vw,80px);
    }
    .font_20 {
    	font-size: min(1.8vw,18px);
    }
    .font_24 {
    	font-size: min(2.2vw,20px);
    }
    .font_34 {
    	font-size: min(2.6vw,30px);
    }
    .font_46 {
    	font-size: min(3.2vw,34px);
    }
    .font_60 {
    	font-size: min(4vw,40px);
    }
    .font_80 {
    	font-size: min(6vw,60px);
    }
	
	/* スクロール */
	.scroll {
		display: block;
	  	overflow-x: scroll;
	  	white-space: nowrap;
	  	-webkit-overflow-scrolling: touch;
		padding: 0 0 10px;
		margin-bottom: 20px;
	}
	.scroll::-webkit-scrollbar {
	  height: 8px;
	}
	.scroll::-webkit-scrollbar-track {
	  margin: 0 2px;
	  background: rgba(0,0,0,0.1);
	  border-radius: 5px;
	}
	.scroll::-webkit-scrollbar-thumb {
	  border-radius: 5px;
	  background: rgba(0,0,0,0.1);
	}
    /*==================================================================================
    メイン
    ==================================================================================*/
    section#main {
    	padding: 100vh 0 5vh!important;
    }
    section#main .cloud {
        width: 25%;
    }
	section#main h1 {
		line-height: .8;
	}
	section#main h1 span {
		font-size: 14px;
	}
    /* About -------------------------------------------------------------------------*/
    section#about .cloud {
        width: 60vw;
    	min-width: 0;
    	height: 60vw;
    	min-height: 0;
    	margin: -15% auto;
    }
    section#about .cloud div[class^="tag0"] {
    	width: 35%;
    }
    section#about .cloud div.tag01 {
    	left: -5%;
    }
    @keyframes about_cloud_tag01 {
    	0% {width: 20%; transform: translateX(50%); opacity: 0;}
    	62.5% {width: 20%; transform: translateX(50%); opacity: 0;}
    	100% {width: 35%; transform: translateX(0); opacity: 1;}
    }
    section#about .cloud div.tag02 {
    	width: 35%;
    	right: -8%;
    }
    @keyframes about_cloud_tag02 {
    	0% {width: 20%; transform: translateX(-100%); opacity: 0;}
    	70% {width: 20%; transform: translateX(-100%); opacity: 0;}
    	100% {width: 35%; transform: translateX(0); opacity: 1;}
    }
    section#about .cloud div.tag03 {
    	width: 40%;
    	right: -14%;
    }
    @keyframes about_cloud_tag03 {
    	0% {width: 25%; transform: translateX(-50%); opacity: 0;}
    	75% {width: 25%; transform: translateX(-50%); opacity: 0;}
    	100% {width: 40%; transform: translateX(0); opacity: 1;}
    }
    section#about .cloud div.tag02::after,
    section#about .cloud div.tag03::after {
    	left: auto;
    	right: 12px;
    }
    section#about .cloud div[class^="tag0"] span {
        padding: .2em .8em;
    	clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
    }
    /* News --------------------------------------------------------------------------*/
    section#news {
        margin-top: -20vw;
    }
    section#news .container {
	    /*padding: 4vw 4vw 20vw!important;*/
	    padding: 4vw!important;
    }
    section#news ul {
        width: 100%;
    }
    section#news ul li {
        padding: 1em 0 1em 1.2em;
    }
    section#news ul li p span {
        margin-right: 1em;
    }
    /* Crowdfunding ------------------------------------------------------------------*/
    section#cf {
        margin-top: -24vw;
        margin-bottom: 0;
    }
    /* New Release -------------------------------------------------------------------*/
	section#release .boad {
		border-radius: 2vw;
	}
	section#release .box {
		border-radius: 2vw;
		background: rgba(255,255,255,0.4);
	}
	section#release ul li {
		width: 100%;
		border-radius: 2vw;
		margin-bottom: 20px;
	}
	section#release ul li:nth-child(3) {
	    margin-bottom: 0;
	}
    /*==================================================================================
    フッター
    ==================================================================================*/
    footer {
    	padding: 20px!important;
    }

	/* ページトップへ戻るボタン */
	.btn_pagetop {
		width: calc(40px - 2px);
		height: calc(40px - 2px);
		right: 20px;
		bottom: 20px;
	}
	.btn_pagetop span {
		width: 8px;
		height: 8px;
	}
}


@media screen and (max-width : 460px) {
	.tb {display: none;}
	.sp {display: inline;}
    p { font-size: 12px; }
    /*==================================================================================
    ヘッダー
    ==================================================================================*/
    header .logo {
    	width: 50px;
    }
    header .logo_txt {
    	width: 80px;
    }
	/*==================================================================================
	共通
	==================================================================================*/
    /* レイアウト */
    .col2 {
        width: 100%;
        margin-bottom: 20px;
    }
    .col2:last-child {
        margin-bottom: 0;
    }
	/* フォント */
    h2 {
    	font-size: 40px;
    }
    .font_20 {
    	font-size: 14px;
    }
    .font_24 {
    	font-size: 16px;
    }
    .font_34 {
    	font-size: 18px;
    }
    .font_46 {
    	font-size: 22px;
    }
    .font_60 {
    	font-size: 26px;
    }
    .font_80 {
    	font-size: 30px;
    }
    /*==================================================================================
    メイン
    ==================================================================================*/
	.bg .dot span {
		width: 1px;
		height: 1px;
		margin: 12vw;
	}
    section#main .cloud {
        width: 30%;
    }
	section#main h1 {
		line-height: 1;
	}
	section#main h1 span {
		font-size: 11px;
	}
    /* About -------------------------------------------------------------------------*/
    section#about .container {
        width: calc(100% - 40px);
    	padding: 4vw 4vw 25vw!important;
        border-radius: 4vw;
    }
    section#about .cloud {
        width: 65vw;
    	min-width: 0;
    	height: 65vw;
    	min-height: 0;
    	margin: -20% auto 30px;
    }
    section#about .cloud div[class^="tag0"] span {
        font-size: 16px;
    }
    section#about .font_24 {
        font-size: 14px;
        text-align: right;
    }
    /* News --------------------------------------------------------------------------*/
    section#news {
        margin-top: -32vw;
    }
    section#news .container {
        width: calc(100% - 20px);
	    /*padding: 6vw 4vw 20vw!important;*/
	    padding: 6vw 4vw!important;
        border-radius: 4vw;
    }
    section#news h2 {
        margin-bottom: 10px;
    }
    section#news ul li p.font_20 {
        font-size: 14px;
    }
    section#news ul li p span {
        display: block;
    }
    /* Crowdfunding ------------------------------------------------------------------*/
    section#cf {
        margin-top: -30vw;
        margin-bottom: 0;
    }
    section#cf .container {
        width: calc(100% - 20px);
	    padding: 6vw 4vw!important;
        border-radius: 4vw;
    }
    section#cf .font_80 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    section#cf .font_34 {
        font-size: 14px;
    }
    section#cf .col2 ul li {
        margin: 0 1em .4em 0;
    }
    /* New Release -------------------------------------------------------------------*/
	section#release .boad {
		border-radius: 4vw;
	}
	section#release .box {
		padding: 4vw 4vw 6vw;
		border-radius: 4vw;
	}
    section#release .box .font_60 {
    	font-size: 30px;
    }
	section#release ul li {
		padding: 4vw;
		border-radius: 4vw;
	}
	/*==================================================================================
	フッター
	==================================================================================*/
	/* ページトップへ戻るボタン */
	.btn_pagetop {
		display: none!important;
	}
}

