@charset "utf-8";

a.u {text-decoration: underline; color: inherit; }
.display-5 {font-size: 2.5rem; }
.display-6 {font-size: 2rem; }
.display-7 {font-size: 1.5rem; }
.text-navy {color: #3C4F64; }
.text-egg {color: #FFF0D7; }

body {background: #08090C; color: #FFA4A0; font-size: 16px; -webkit-text-size-adjust: 100%; font-feature-settings: "palt"; letter-spacing: 0.05em; }

select, textarea, input[type="text"] {padding: 0.5em; font-size: inherit; background: #151A24; border: 1px solid #374357; color: #fff; }



.footerArea {padding: 20px; background: #111; color: #666; font-size: 10px; text-decoration: none !important; }

.content {overflow: hidden; min-width: 1170px; }
.headArea, .bodyArea {width: 100%; min-width: 1170px;}
.headArea__inner, .article__inner {width: 1170px; margin: auto; }
.headArea__inner {position: relative; }
.headArea__link {position: absolute; top: 20px; left: 10px; width: 240px; height: 80px;}

.article__inner {padding-top: 100px; padding-bottom: 150px; }

.bodyArea {background: url(https://st.ncjapan.co.jp/ncjapan/ncsoft/lm/campaign/1906au/bg_pc.jpg) center top no-repeat;}
.headArea__pcImg {position: relative; left: 50%; transform: translateX(-50%); }

.article1 .article__inner {padding-top: 30px; }
.article1 .imgBtn {box-shadow: 0 0 0 1px #000, 0 0 1px 5px #161C24; }

.article2, .article4 {background: rgba(0,0,0,.2); }

.articleCyuui .article__inner {padding-top: 30px; padding-bottom: 80px;  color: #73809A; }

@media screen and (max-width: 767px) {
    body {font-size: 20px; }
    .content {min-width: auto; overflow: auto; }
    .headArea, .bodyArea {width: 100%; min-width: 750px; }
    .headArea__inner, .article__inner {width: 100%; min-width: 750px; margin: auto; }
    .headArea__link {left: 20px; }
    .bodyArea {background: url(https://st.ncjapan.co.jp/ncjapan/ncsoft/lm/campaign/1906au/bg_sp.jpg) center top no-repeat; background-size: cover; }
    .article__inner {padding: 80px 20px 90px; }

    select, textarea, input[type="text"] {font-size: 32px; }
}

