/* CSSの設定（消さないこと） */

html,
body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
    margin: 0;
    padding: 0;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", '游ゴシック', 'YuGothic', 'sans-serif';
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font: 12px/100% "游ゴシック", 'YuGothic', sans-serif;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", 'YuGothic', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
    height: 100%;
}

body {
    background: url(../img/bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    text-align: center;
    position: relative;
    margin: 0;
    height: 100%;
}

.wrapper {
    height: auto;
    height: 1500px;
    margin: 0 auto;
    overflow: hidden;
}

.title {
    width: 100%;
    height: 200px;
    margin-top: 50px;
}

.title h1 {
    color: #002063;
    font-weight: bold;
    font-size: 50px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.images {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

h1,
h2 {
    width: 100%;
    float: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

h1 {
    margin-top: 100px;
    color: #999;
    margin-bottom: 5px;
    font-size: 70px;
    font-weight: 100;
    line-height: 35px;
}

h2 {
    padding: 00px 20px 30px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    letter-spacing: 0px;
    color: #888;
    font-size: 20px;
    line-height: 160%;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 0;
}

pre {
    margin: 80px auto;
}

pre code {
    padding: 35px;
    border-radius: 5px;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.1);
    border: rgba(0, 0, 0, 0.05) 5px solid;
    max-width: 500px;
}

.main {
    float: left;
    width: 100%;
    margin: 0 auto;
}

.main h1 {
    padding: 20px 50px 10px;
    float: left;
    width: 100%;
    font-size: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: 100;
    margin: 0;
    padding-top: 25px;
    letter-spacing: -1px;
    text-transform: capitalize;
}

.page-container {
    float: left;
    width: 100%;
    margin: 0 auto 300px;
    position: relative;
}

.main {
    position: relative;
}

.shuffle-me {
    width: 25%;
    height: 150px;
    margin: 2%;
    display: block;
    position: relative;
    float: left;
    width: 26%;
    height: 209px;
}

.info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    padding: 20px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 10;
}

.info h1 {
    font-weight: bold;
    color: white;
    font-size: 20px;
    margin: 55px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
    z-index: 11;
}

.info h2 {
    margin-top: 0;
    color: white;
    font-size: 14px;
    z-index: 12;
}

.shuffle-group {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.shuffle-group .shuffle-me {
    width: 31.9%;
    float: left;
    margin: 5px;
}

.shuffle-group .shuffle-me:first-child {
    width: 66%;
    float: left;
    height: 431px;
}

.shuffle-group .shuffle-me:first-child h1 {
    margin-top: 190px;
    font-size: 30px;
}

footer {
    height: 140px;
}

.copy-rights {
    background: #292828;
    height: 140px;
    width: 100%;
    text-align: right;
    padding-top: 20px;
    padding-right: 30px;
    color: rgb(255, 255, 255);
}

.copy-rights img {
    display: inline-block;
    width: 200px;
}

.copy-rights p {
    font-size: 15px;
    padding-bottom: 3px;
    line-height: 130%;
}