@charset "UTF-8";

/*　共通部分
----------------------------------------- */
html {
    font-size: 100%;
}
body{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGOthic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "sans-serif";
    line-height: 1.7;
    color: white;
    background-color: #010126;
}
a {
    text-decoration: none;
    color: lightyellow;
}
img {
    max-width: 100%;
}

ul{
    font-size: 1.7rem;
}

ol{
    font-size: 1.7rem;
}

h2 {
    font-size:1.7rem;
}

h3 {
    font-size:1.5rem;
}


/* HEADER
------------------------------------------- */
.logo {
    width: 210px;
    margin-top: 14px;
}
.main-nav {
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 34px;
    list-style: none;
}
.main-nav li {
    margin-left: 36px;
}
.main-nav a {
    color: white;
}
.main-nav a:hover {
    color: #0bd;
}
.page-header {
    display: flex;
    justify-content: space-between;
    height:100px;
}
.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}
/* HOME
---------------------------------------------- */
.home-content {
    text-align: left;
    margin-top: 10%;
    margin-bottom:0;
}
.home-content p {
    font-size: 1.7rem;
    margin: 10px 0 42px;
}
/* 見出し　*/
.page-title {
    font-size: 5rem;
    font-family: 'Philosopher', serif;
    text-transform: uppercase;
    font-weight: normal;
}

/* ボタン */
.button {
    font-size: 1.375rem;
    background: #0bd;
    color: #fff;
    border-radius: 5px;
    padding: 18px 32px;
}
.button:hover {
    background: #0090aa;
}

/* 大きな背景画像 */
.big-bg {
    background-size: cover;
    background-position: center top;
}
#home {
    background-image: url(../images/gas_stars_mw220lv12_4d2u_t.jpg);
    min-height: 100vh;
}
#home .page-title {
    text-transform: none;
}

#news {
    background-image: url(../images/gas_stars_mw220lv12_4d2u_low.jpg);
    height: 270px;
    margin-top: 0;
    margin-bottom: 40px;
}

#news .page-title {
    text-aligh: center;
}
