body {
  width: 100%;
  background: url("images/kizuna_back.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.container {
  max-width: 600px;
  box-shadow: 1px 0 5px 1px #FFF;
  margin: auto;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

.header {
  background-color: #2b1530;
}

.header .bgimage {
  width: 90%;
  margin: 0 5%;
  padding: 20px 0;
}

.header .otherimage {
  width: 90%;
  margin: 0 5%;
  padding: 0 0 50px;
}

.main1 {
  background: url("images/1-back.jpg") repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center;
}

.main2 {
  background: url("images/2-back.jpg") repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center;
}

.main3 {
  background: url("images/3-back.jpg") repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center;
}

.main4 {
  background: url("images/4-back.jpg") repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center;
}

.blank {
  height: 100px;
  background: #111;
}

#close {
  display: none;
}

.image {
  position: relative;
  width: 100%;
  padding: 20px 0;
}

.image .bgimage {
  width: 90%;
  border: 2px solid #111;
  margin: 0 5%;
  box-sizing: border-box;
}

.btnimage {
  width: 50%;
  margin: 0 25%;
  padding: 50px 0 100px;
}

.hintslide {
  overflow-x: scroll;
}

.hintslide ul {
	display: flex;
	overflow-x: scroll;
	margin: 0;
	padding: 0;
}

.hintslide li {
	min-width: 45%;
	margin: 6px 3px;
	padding: 0;
	list-style: none;
}

.itemslide {
  overflow-x: scroll;
}

.itemslide ul {
	display: flex;
	overflow-x: scroll;
	margin: 0;
	padding: 0;
}

.itemslide li {
	min-width: 60%;
	margin: 6px 3px;
	padding: 0;
	list-style: none;
}

.header input[type="text"] {
  line-height: 4.8em;
  width: 80%;
  margin: 10px 10% 10px;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
}



.footer {
  position: relative;
  background-color: #111;
  text-align: center;
  padding: 180px 0;
}

.footer .btnimage {
  margin: 0 auto;
}

.footer p {
  color: #FFF;
  padding: 0 0 30px;
}


.hint {
  background-color: #2b1530;
  text-align: center;
  padding: 20px 0;
}

.hint .hintimage {
  margin: 0 auto;
}

.hint .btnimage {
  margin: 0 auto;
}

.hint p {
  width: 90%;
  text-align: left;
  margin: 0 auto 10px;
  color: #FFF;
  line-height: 1.8em;
}

.hint dt {
  display: block;
  cursor: pointer;
}

.hint dt img {
  width: 60%;
  margin: 20px auto;
}

.hint dd {
  display: none;
}

#root {
  position: relative;
  width: 100%;
  margin: 0;
  height: 1000px;
  background: #000;
  overflow: hidden;
}

.parts1 {
  position: absolute;
  width: 60%;
  top: 10px;
  left: 2%;
  z-index: 4;
}

.parts2 {
  position: absolute;
  width: 37%;
  top: 110px;
  left: 18%;
  z-index: 10;
}

.parts3 {
  position: absolute;
  width: 28.5%;
  top: 210px;
  right: 36%;
  z-index: 8;
}

.parts4 {
  position: absolute;
  width: 37%;
  top: 210px;
  right: 2%;
  z-index: 6;
}

.parts5 {
  position: absolute;
  width: 60%;
  top: 410px;
  left: 2%;
  z-index: 3;
}

.parts6 {
  position: absolute;
  width: 37%;
  top: 510px;
  left: 18%;
  z-index: 9;
}

.parts7 {
  position: absolute;
  width: 28.5%;
  top: 610px;
  right: 36%;
  z-index: 7;
}

.parts8 {
  position: absolute;
  width: 37%;
  top: 610px;
  right: 2%;
  z-index: 5;
}




@media screen and (min-width: 1025px) {

.parts1 {
  position: absolute;
  width: 346px;
  top: 10px;
  left: 2%;
  z-index: 4;
}

.parts2 {
  position: absolute;
  width: 214px;
  top: 150px;
  left: 12%;
  z-index: 10;
}

.parts3 {
  position: absolute;
  width: 163px;
  top: 210px;
  right: 26%;
  z-index: 8;
}

.parts4 {
  position: absolute;
  width: 211px;
  top: 210px;
  right: 2%;
  z-index: 6;
}

.parts5 {
  position: absolute;
  width: 346px;
  top: 410px;
  left: 2%;
  z-index: 3;
}

.parts6 {
  position: absolute;
  width: 214px;
  top: 550px;
  left: 12%;
  z-index: 9;
}

.parts7 {
  position: absolute;
  width: 163px;
  top: 610px;
  right: 26%;
  z-index: 7;
}

.parts8 {
  position: absolute;
  width: 211px;
  top: 610px;
  right: 2%;
  z-index: 5;
}





}
