@charset "UTF-8";


* {
    margin: 0;
    padding: 0;
}

#page-top {
    display: none;
}

nav.NavMenu{
	position: fixed; /*表示位置を固定*/
	z-index: 2; /*重ね順を変更*/
	top: 0; /*表示位置を指定*/
	left: 0; /*表示位置を指定*/
	background: #fff;/*背景を白にする*/
	color: #000; /*文字色を黒にする*/
	text-align: center; /*テキストを中央揃え*/
	width: 100%; /*全幅表示*/
	transform: translateX(-100%); /*ナビを上に隠す上から出したい場合は、transform: translateYを使う。*/
	transition: all 0.6s; /*アニメーションの時間を指定*/
}

nav.NavMenu ul{
	background: #fffaed; /*背景をグレーにする*/
	width: 100%;
}

nav.NavMenu ul li{
    width: 100%;
    padding-top: 1%;
	list-style-type: none;
	border-bottom: 1px dotted #333;
}

nav.NavMenu ul li:last-child{
	padding-bottom: 0;
	border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}

nav.NavMenu ul li a{
	display: block; /*クリックできる領域を広げる*/
	color: #000;
    font-size: 3.2vw;
}


/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu.active {
	transform: translateX(0%);/*上から出したい場合は、transform: translateYを使う。*/
}


/*トグルボタンのスタイルを指定*/
.Toggle {
	position: fixed;    /* bodyに対しての絶対位置指定 */
	right: 13px;
	top: 12px;
	width: 42px;
	height: 42px;
	cursor: pointer;/*divだけどカーソルが変わるようにしている*/
	z-index: 3;/* ボタンを一番上にしている(押せなくなるから) */
}

.Toggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: solid 3px #000;
	transition: .35s ease-in-out;			/*変化の速度を指定*/
	left: 6px;
}

.Toggle span:nth-child(1) {
	top: 9px;
}

.Toggle span:nth-child(2) {
	top: 18px;
}

.Toggle span:nth-child(3) {
	top: 27px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	top: 18px;
	transform: rotate(45deg);
}


.about-box {
    height: 50vw;
    margin-left: auto;
    background-image: url(../images/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 5vw;
    color:#fffaed;
}

.about-textbox1 {
    padding-top: 15%;
    padding-left: 7%;
}

.about-textbox1 h2 {
    font-size: 4.8vw;
    margin-right: 1em;
}

.about-textbox1 p {
    font-size: 2.5vw;
}

.about-box2 {
    background-color: #fffaed;

    margin-left: auto;
}

/* プロフィール */
.plofile-textbox1 {
    display: flex;
    align-items: baseline;
}

.plofile-textbox1 h2 {
    font-size: 5vw;
    margin-left: 1em;
    margin-right: 1em;
}

.plofile-textbox1 p {
    font-size: 3vw;
}

.plofile-flexbox {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10%;
}

.plofile-flexbox img {
    padding: 4%;
    width: 300px;
    height: 300px;
}

.plofile-textbox2 {
    padding: 2% 4%;
    width:380px;
}

.plofile-textbox2 p:nth-of-type(1) {
    font-size: 3vw;
    font-weight: 100px;
}

.plofile-textbox2 p:nth-of-type(2) {
    margin-bottom: 5%;
    font-size: 2.2vw;
}

.plofile-textbox2 p:nth-of-type(3),.plofile-textbox2 p:nth-of-type(4) {
    font-size: 1.7vw;
    line-height: 1.8;
}
/* ここまで */



/* 好きなこと */
.like-textbox1 {
    display: flex;
    align-items: baseline;
}

.like-textbox1 h2 {
    font-size: 5vw;
    margin-left: 1em;
    margin-right: 1em;
}

.like-textbox1 p {
    font-size: 3vw;
}

.like {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto;
}

.like img {
    width: 100%;
}

/* ↓ここからスポーツ */
.like-sports {
    width: 400px;
    padding: 4%;
    margin-left: 5%;
    margin-bottom: 15%;
    border-radius: 20px;
    background-color: beige;
}

.like-sports p:nth-of-type(1) {
    margin-bottom: 2%;
    text-align: center;
    font-weight: bolder;
    font-size: 3vw;
}

.like-sports p:nth-of-type(2) {
    text-align: justify;
    font-size: 1.7vw;
}


/* ↑ここまで */

/* ↓ここから犬 */
.like-dogs {
    width: 400px;
    padding: 4%;
    margin-left: 5%;
    margin-bottom: 15%;
    border-radius: 20px;
    background-color: beige;
}

.like-dogs p:nth-of-type(1) {
    margin-bottom: 2%;
    text-align: center;
    font-weight: bolder;
    font-size: 3vw;
}

.like-dogs p:nth-of-type(2) {
    text-align: justify;
    font-size: 1.7vw;
}
/* ↑ここまで */

/* ↓ここから車 */
.like-dtive {
    width: 400px;
    padding: 4%;
    margin-left: 5%;
    margin-bottom: 15%;
    border-radius: 20px;
    background-color: beige;
}

.like-dtive p:nth-of-type(1) {
    margin-bottom: 2%;
    text-align: center;
    font-weight: bolder;
    font-size: 3vw;
}

.like-dtive p:nth-of-type(2) {
    text-align: justify;
    font-size: 1.7vw;
}
/* ↑ここまで */

/* ↓ここから車 */
.like-eat {
    width: 400px;
    padding: 4%;
    margin-left: 5%;
    margin-bottom: 15%;
    border-radius: 20px;
    background-color: beige;
}

.like-eat p:nth-of-type(1) {
    margin-bottom: 2%;
    text-align: center;
    font-weight: bolder;
    font-size: 3vw;
}

.like-eat p:nth-of-type(2) {
    text-align: justify;
    font-size: 1.7vw;
}
/* ↑ここまで */

footer {
    display: none;
}