	.start {
		background: #000000;
		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: 100%;
	}

    .start p img{
		width: 100%;
	}

.floating-box {
  position:absolute;
  left: 0;
  top: 350px;
  transform: translateY(-50%);

  text-align: center;
  width: 400px;
  height:600px;

  border: none;
border-radius: 0 15px 1px 0;
  color: #fff;
  background: rgba(34, 34, 34, 0.7);

  font-size: 16px;
  line-height: 1.6;
  padding: 16px;

  z-index: 8000;
  box-sizing: border-box;


}




.floating-box img{
	width: 70%;
	
}
.floating-box p {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;

  text-align: center;
}

.floating-box img {
  display: block;
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

	/* スクリーンサイズが1900px以上の場合に適用 */
@media only screen and (min-width: 1000px) {
	.start p img{
		width: 50%;
		padding-left: 25%;
	}
}
/* スクリーンサイズが1900px以上の場合に適用 */
@media only screen and (min-width: 1900px) {
	.start p img{
		width: 50%;
		padding-left: 25%;
	}
}

@media screen and (max-width: 1290px){
  .floating-box {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .floating-box {
    display: none !important;
  }
}


