body {
  line-height: 140%;
  color: black;
  background-color: #ffffff;
  margin: 20;
  /*font-family: "Sans-serif"; */
  font-family: "Frutiger";
  font-size: 22px;
}


a:link {
  color: #0000ff;
}

a:visited {
  color: #a06080;
}

a:active {
  color: #f04f4f;
}

a:hover {
  color: #f04f4f;
}

h1{
max-width: 1300px;
  min-width: 700px;
  width: 80%;
/*   margin-left: 200px; */ 
 font-family: "IMPACT";
     font-size: 100px;
}

h2 {
  padding: 0.5em;
  /*文字周りの余白*/
  color: #000000;
  /*文字色*/
  /* background: #e6e6fa; */
  background: #00ffff;
  /*背景色*/
  border-left: solid 5px #14024a;
  /*左線（実線 太さ 色）*/
  width: 100%;
    /*幅*/
     font-family: "IMPACT";
     font-size: 40px;
}

p {
  max-width: 1300px;
  min-width: 700px;
  width: 80%;
  margin-left: 25px;
}

img{
max-width:100%;
height:auto;
}

.title img{
  max-width:200%;
  height:auto;
  }

/*h1 {
  font-size: 140%;
  line-height: 140%;
  color: #c44;
  padding: 3px 5px;
  border-left: solid 5px #c44;
  border-bottom: solid 2px #c44;
} 
*/

/*
h2 {
  font-size: 110%;
  color: #555;
  background-color: #eee;
  padding: 3px 4px;
  border-left: solid 3px #555;
  border-bottom: solid 2px #555;
}
*/

div.title {line-height: 140%;
  text-align: left;
  font-size: 300%;
}

div.top {
  width: 80%;
  margin: 0 auto;
  max-width: 1500px;
  min-width: 1300px;
  overflow-x: hidden;
  overflow-y: scroll;
  white-space: nowrap;
  /* background: #e6e6fa; */
  background: #ffffff;
  /*背景色*/
}

div.main {
  width: 80%;
  margin: 0 auto;
  max-width: 1500px;
  min-width: 1300px;
  overflow-x: hidden;
  overflow-y: scroll;
  /* background: #e6e6fa; */
  background: #ffffff;
  /*背景色*/
  font-family:"Gill Sans"; /*, 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif */
}

th {
  background-color: #e8e8e8;
}

th.a {
  background-color: #e8e8e8;
}

th.b {
  background-color: #ffffff;
}


pre {
  font-size: small;
}

.main-menu li {
  display: inline-block;
}

.main-menu li {
  font-size: 25px;
  font-family:"Gill Sans";
}

.main-menu {
  list-style-type: none;
}

.main-menu li a {
  text-decoration: none;
}

nav {
  text-align: center;
}

.main-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-menu li {
  display: inline-block;
  width: 160px;
}

.main-menu li a {
  text-decoration: none;
  color: #333;
}

nav ul li a:hover {
  color: rgb(69, 23, 198);
}
.poster {display: flex;}

.poster li{
  list-style: none;
}

.poster ul{
   justify-content: center;
}

.poster li:nth-child(2) {
  margin: 0 100px;
}

.poster img{
  /* PCの右クリック禁止 */
  pointer-events: none;
}
#header {
  height: 600px;
  /*高さ指定*/
  width: 100%;
  /*横幅指定*/
  /*以下はレイアウトのためのCSS*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  color: #fff;
  text-align: center;
  padding: 20px;
}

/*JSを使いfixedクラスが付与された際の設定*/

#header.fixed {
  position: fixed;
  /*fixedを設定して固定*/
  z-index: 999;
  /*最前面へ*/
  top: 0;
  /*位置指定*/
  left: 0;
  /*位置指定*/
}

html {
  scroll-behavior: smooth;
}

/* トップへ戻るボタン */

.page_top_btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  padding: 0.7em;
  text-align: center;
  background: #e6e6e6;
  color: #000000;
  transition: 0.3s0;
}

/* マウスオーバー時 */

.page_top_btn:hover {
  background: #333333;
  color: #E6E6E6;
}

.iframe-wrp {
  position: relative;
  width: 100%;
  padding-top: 75%;
  /* = height ÷ width × 100 */
}

.iframe-wrp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

 /* 画面遷移 */
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}

/* ボタン全体 */
/*
#page_top{
  width: 100px;
  height: 100px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #e25407;
  opacity: 0.6;
  }
*/
  /* Font Awesome */
/*  #page_top::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 50px;
    color: #ffffff;
    position: absolute;
    width: 40px;
    height: 55px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  */

  

 
  