@charset "UTF-8";

body{
  margin: 0;
  font-family: "Shippori Mincho", serif;
  background-color: #070a12;
  color: #fff;
  line-height: 2;
}

/* 全体ラッパー */
.world-wrapper{
  max-width: 900px;
  margin: 0 auto;
  padding: 140px 24px;
}

/* タイトル */
.world-header{
  text-align: center;
  margin-bottom: 90px;
}

.world-header h1{
  font-family: "Fleur De Leah", serif;
  font-size: 72px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.95);
}

.subtitle{
  font-size: 13px;
  opacity: 0.6;
  margin-top: 10px;
  letter-spacing: 0.2em;
}

/* 本文ブロック */
.block{
  margin-bottom: 80px;
  padding-left: 18px;
  border-left: 1px solid rgba(255,255,255,0.15);
}

.block h2{
  font-size: 18px;
  margin-bottom: 14px;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.block p{
  font-size: 15px;
  opacity: 0.85;
}

/* 戻る */
.back{
  display: block;
  text-align: center;
  margin-top: 100px;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  letter-spacing: 0.2em;
}

.back:hover{
  color: #fff;
}