@charset "UTF-8";

/* 共通部分 ----------------------------------- */

html {
	font-size: 100%;
}

body {
	/*#color: #432;*/

	color: #0000CC;
	line-height: 1.7;
	font-family: "M PLUS Rounded 1c","Yu Gothic Medium", "游ゴシック Medium", YuGothic;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}


/* 背景画像設定 */
.big-bgImg {
	background-size: cover;
	background-position: center top;
	background-image: url(./img/sora.png);
/*	background-color: #000;*/
	min-height: 100vh;
}
.bgArea {
	min-height: 100vh;
	margin: 0 15%;
	background-color: rgba(255,255,255,0.5);
/*	background-color: rgba(214,233,202,0.5);*/
}


/* TOP画面設定 -------------------------------- */

/* 名前 */
.name h1 {
	color: #000;
	text-align: center;
	padding-top: 5vh;
	font-size: 7rem;
	letter-spacing: 10px;
	font-family: 'Dancing Script', cursive;
}

.name a: {
	color: #000;
}

.name a:visited {
	color: #000;
}

.name a:hover {
	color: #000;
}



/* 図形設定-月 */
.moonArea {
	width: 50%;
	padding-left: 15%;
}

#moon {
	position: relative;
	display : inline-block;
	width: 350px;
	height: 350px;
	border-radius: 50%;

	/* 横軸の位置、縦軸の位置、広がり、太さ */
/*	box-shadow:  -70px 50px 0px 20px #fff;*/
	box-shadow:  -70px 50px 0px 20px #FFFF66;
	margin: 0 10px 0 30%;
	display       : inline-block;
}

#moonKuro {
	position: relative;
	display : inline-block;
	width: 350px;
	height: 350px;
	border-radius: 50%;

	/* 横軸の位置、縦軸の位置、広がり、太さ */
	box-shadow:  -70px 50px 0px 20px #000;
/*	box-shadow:  -70px 50px 0px 20px #000;*/
	margin: 0 10px 0 30%;
	display       : inline-block;
}

.akeomeArea {
	max-width: 600px;
	margin: 0 auto;
}

.akeome {
	color: #fff;
	font-family: "ＭＳ Ｐゴシック";
}

/* メニュー設定 */
.menuArea {
	max-width: 700px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 50vh;
	justify-content: space-between;
}

.menu {
	margin-top: 5%;
	padding-left: 10%;
	text-align: left;
	list-style: none;
	width: 6s0%;
	transform: skewX(25deg);
/*	background: #43A047;*/
}

.menu li {
	margin: 2% 0;
	padding: 2% 1%;
	font-size: 2.2rem;
	font-weight: 600;
	transform: skewX(-25deg);
	white-space: nowrap;

}

.menu a {
	color: #000;
/*	color: #000066;*/
}

.menu a:visited {
	color: #000;
/*	color: #000066;*/
}

.menu a:hover {
	color: #FFFF66
}

footer {
	color: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);

}

.footerCP {
	color: #fff;
}


/*背景グラデーション*/
/* アニメーション　色の変化 */
.gaming {
/* 横長で虹色を作る */
	background: linear-gradient(to right, Magenta, yellow, Cyan, #fff, Magenta) 0% center/200%;
	animation: gaming 15s linear infinite;
}
@keyframes gaming {
	/* backgroundを移動させる */
	100% { background-position-x: 200%; }
}

/* サブ画面共通設定 -------------------------------- */

.wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 8%;
}

.wrapper h1 {
	color: #000;
	font-size: 2rem;

}

.wrapper p {
	font-size: 1.2rem;
	padding-bottom: 3%;
}

.wrapper a:hover {
	color: #FFFF66
}

/* website画面設定 -------------------------------- */

.website {
	padding: 2%;
/*	border: dashed 3px #0066FF;
	background-color: rgba(214,233,202,0.5);*/
	margin: 0 0 30px 0 ;
}

.content {
	display: flex;
}

.content p {
	font-size: 1.3rem;
	padding-left: 10px;
}


/* 画像サイズ設定 */
.illustSite {
	width: 200px;
	height: auto;
}

.dezainImg {
	width: 400px;
	height: 40px;
}

.imoImg {
	width: 200px;
	height: auto;
}


/* link画面設定 -------------------------------- */

/* 画像サイズ設定 */
.KagayaImg {
	max-width: 200px;
	width: 400px;
	height: 40px;
}

.no_banner {
	max-width: 400px;
	height: 40px;
}




/* メール画面設定 -------------------------------- */
.wrapper_mail {
	max-width: 1000px;
	margin: 0 auto;
	padding: 8%;
}

.wrapper_mail h1 {
	color: #000;
	font-size: 3rem;

}

.wrapper_mail p {
	font-size: 1.4rem;
}

iframe {
	width: 100%;
}




/* モバイル対応 -------------------------------- */
@media (max-width: 600px) {
	/* 共通 */
	.big-bgImg {
		min-height: 100vh;
	}

	.bgArea {
		margin: 0 5%;
	}

	.wrapper h1 {
		font-size: 1.5rem;
	}

	.wrapper h2 {
		font-size: 1rem;
	}

	.wrapper p {
		font-size: 0.8rem;
	}

	/* TOP画面 */
	.name h1 {
		font-size: 4rem;
		margin-bottom: 5%;
	}

	.moonArea{
		width: 0%;
		padding-left: 0%;
	}

	#moon {
		width: 0%;
		height: 0%;
		padding: 0%;
		box-shadow:  0px 0px 0px 0px #FFFF66;
	}

	#moonKuro {
		width: 0%;
		height: 0%;
		padding: 0%;
		box-shadow:  0px 0px 0px 0px #000;
	}

	.menuArea{
		max-width: 300px;
		margin: 0 auto;
	}


	.menu{
		margin-top: 2%;
		padding-right: 10%;
		transform: none;
	}

	.menu li {
		margin: 1% 0;
		padding: 1% 1%;
		font-size: 2.5rem;
		font-weight: 600;
		transform: none;
		white-space: nowrap;
	}

	.footerCP {
		color: #000;
	}

	/* Webサイト */
	.content {
		display: block;
	}

	.content img {
		width: 100%;
		height: auto;
	}

	.content p {
		font-size: 0.8rem;
	}


	/* メール */
	.wrapper_mail {
		padding: 0 1% 0 0 ;
	}

	.wrapper_mail h1{
		padding: 6% 0 0 5%;
		font-size: 1.5rem;
	}

	.form {
		max-width: 100%;
		height: 1100px;
	}

}

@media (max-width: 900px) {
	.wrapper h1 {
		font-size: 1.7rem;
	}

	.wrapper h2 {
		font-size: 1.2rem;
	}

	.wrapper p {
		font-size: 1rem;
	}

	.wrapper_mail h1{
		font-size: 1.7rem;
	}
}


/* 戻るボタン */
#pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin: 0;
}
#pagetop a {
    position: relative;
    display: flex;
    width: 65px;
    height: 65px;
    justify-content: center;
    background: #fff; 
/*    background: #FFFF66;*/
    transition: opacity .6s ease;
    color: #0066FF;
    align-items: center;
    text-decoration: none;
    font-size: 32px;
    border-radius: 100%;
}
#pagetop a:hover {
    opacity: .3;
}
@media screen and (max-width:767px) {
	#pagetop a {
	    width: 45px;
	    height: 45px;
	}
}


/* ふわっと表示 */
.fade{
    animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn { /*animation-nameで設定した値を書く*/
    0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
    100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
}
