@charset "utf-8";
/* CSS Document */

/* ********************************************************************** */
/* ココカラ　全体の基礎スタイル */
/* ********************************************************************** */
/* 全体 */
html,body,header,footer,h1,h2,h3,h4,h5,h6,section,article,div,nav,table,th,tr,td {margin:0; padding:0;}/* 標準でmarginとpaddingを0にする */
*, *:before, *:after {box-sizing:border-box;}/* サイズにpaddingとmarginを含める */
html {font-size:62.5%;} /* フォントサイズ62.5%の指定によって標準で10px、1rem（em）が10px */
a {text-decoration:none;}/* リンクのアンダーラインや色をリセット */
p {text-align:justify;}/* 行末揃え */

div.clear {clear:both;}
br.resp {display:block;}
@media screen and (min-width:1800px) {
  br.resp {display:none;}
}

html {height:100%;}
body {height:100%; margin:0;}


/* ********************************************************************** */
/* トップページ */
/* ********************************************************************** */
div#cover {width:100%; height:100vh; background-color:#fff; position:relative;}
div.sight-name-box {position:absolute; text-align:center; top:50%; left:50%; transform:translate(-50%,-50%);}
  p.sight-name {font-size:8rem; color:#ccffee; letter-spacing:3rem; text-indent:3rem;}