.good{
  text-align : center
}

header{
  position: absolute;
  margin-left: 0;
  width: 100%;
  top: 100px;
  font-size: 0;
  z-index: 10;
}

header li{
  display: inline-block;
  width: 33%;
  font-size: 24px;
  border-right: 1px solid white;
}

header li a{
  color: white;
  background: #252525;
  width: 33%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 60px;
}

nav li {
	width: calc(100%/6);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}


header{
  background-color: black;
  height: 80px;
}


footer{
  background-color: black;
  color: white;
  margin-top: 30px;
}

.loop_wrap {
  display: flex;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-top: 80px;
}


@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
}

.party2_top{
  margin-left: 10%;
  margin-right: 10%;
}

.top-banner{
	display: flex;
  flex-wrap:wrap;
  text-align: center;
}
.top-banner li {
	width: calc(100%/3);/*←画像を横に4つ並べる場合*/
	padding:0 10px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

ul {
  list-style: none;
}

.comment{
  max-width: 100%;
}

.contentBox {
	margin: 0 auto 63px;
	width: 1000px;
}

.contentBox .pTitle {
	margin-bottom: 44px;
	text-align: center;
}

.contentBox .linkList {
	margin-bottom: 43px;
}

.contentBox .linkList li {
	float: left;
	width: 460px;
}

.contentBox .linkList li a {
	display: block;
}

.contentBox .linkList li a span {
	display: block;
	font-size: 12px;
	line-height: 1.7;
}

.contentBox .linkList li a .photo {
	margin-bottom: 15px;
}

.contentBox .linkList li a:hover {
	text-decoration: none;
}

.contentBox .btnLink01 {
	margin-bottom:99px;
	text-align: center;
}

.contentBox .comMenuUl {
	margin-bottom: 0;
	width: 610px;
}

.imglast {
  position: absolute;
    top: 0;
    left: 0;
}

.last{
  position: relative;
}