@charset "UTF-8";
@import url(reset.css);
/* サイト内全般のスタイル */
* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	width: 100%;
	min-width: 1000px;
}

body {
	line-height: 1.0;
	font-family: "Meiryo","ヒラギノ角ゴ pro W3","Hiragino Kaku gothic Pro","MS ゴシック","Osaka",sans-serif;
  font-size: 1.4em;
}

/* section共通のスタイル */
section {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	text-shadow: 3px 3px 1px #333;
}

section:nth-of-type(odd) {
	background-attachment: fixed;
}

/* コンテンツを中央に設置するためのスタイル */
.inner {
	width: 800px;
	height: 300px;
	margin: auto;
}

/* 見出しと文章のスタイル */
h1 {
	color: white;
	font-size: 8rem;
	text-align: center;
	letter-spacing: 4px;
	text-shadow: 3px 3px 1px #333;
}

h1 span{
	font-size: .5em;
	margin-left: .5em;
}

h2 {
	font-size: 4rem;
	margin-bottom: 1em;
}

p {
	font-size: 2.2rem;
	line-height: 1.5;
}

/* ページトップのスタイル */
#page-top {
	background-image: url(../images/1_summer.jpg);
	flex-wrap: wrap;
	align-content: center;
}

#page-top .my-name {
	width: 100%;
	text-align: center;
	margin-top: 2em;
	font-size: 3rem;
}

/* ぺーじ01のスタイル */
#page-01 {
	background-image: url(../images/8_coffe_new.jpg);
}

/* ページ02のスタイル */
#page-02 {
	text-align: right;
	color: #333;
	text-align: right;
	position: relative;
}

#page-02::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url(../images/3_iotbook.jpg);
	background-position: center;
	background-size: contain;
}

#page-02 .inner {
	height: auto;
}

#page-02 img {
	display: block;
	width: 38%;
	margin-top: 20px;
	margin-left: auto;
	border: 1px solid #666;
}

/* ページ03のスタイル */
#page-03 {
	background-image: url(../images/2_karaoke.jpeg);
	background-blend-mode: lighten;
	background-color:rgba(255, 255, 255, 0.5);
}

/* ページ04のスタイル */
#page-04 {
	background-image: url(../images/5_movie.jpg);
}

/* ページ05のスタイル */
#page-05 {
	background-image: url(../images/6_cicad.jpg);
}

/* ページ06のスタイル */
#page-06 {
	background-image: url(../images/7_firework.jpg);
}