
body{
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	padding: 0;
	margin: 0;
	background-size: contain;
	background-attachment: fixed;
	background-color: #ffffff;
	
	}

	/*背景画像*/
	.background_box{
		position: relative;
	}

	/* FBA */
	.fix-btn{
		position:fixed; /*配置設定-fixed指定で追従*/
		z-index:1; /*前面・背面位置の設定*/
		right:20px; /*コンテンツの表示座標・位置※bottomも同様*/
		bottom:20px;
		max-width: 75px;
	  }
	  
	/*動画*/
	/*パーセント指定するためCSSに記載*/
	.wrap-movie{
		display: inline-block;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	
		position: absolute;

		}
		
	.wrap-movie video{
		width: 50%;

		}

	.wrap-movie-2{
		display: inline-block;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	
		position: absolute;

		}
		
	.wrap-movie-2 video{
		width: 88%;

		}
		

	/*目次 2カラム*/
	/*
		top
		left
		width
	*/
	.mokuji {
		display: inline-block;
		position: absolute;
		/*
			top: ;
			left: ;
			width: ;
		*/
	}
	.mokuji img{
		display: block;
		width: 100%;
		margin: auto;
	}

	/*注文ボタン 2カラム*/
	/*
		top
		left
		width
	*/
	.order-btn {
		display: inline-block;
		position: absolute;
		/*
			top: ;
			left: ;
			width: ;
		*/
	}
	.order-btn img{
		display: block;
		width: 100%;
		margin: auto;
	}
  	
	/*注文ボタン 1カラム*/
	/*
		top
		width
	*/
	.order-btn-center {
		display: inline-block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		/*
			top: ;
			width: ;
		*/
	}
	.order-btn-center img{
		display: block;
		width: 100%;
		margin: auto;
	}
  
	/*応募ボタン*/
	/*
		top
		width
	*/
	.entry-btn {
		display: inline-block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		/*
			top: ;
			width: ;
		*/
	}
	.entry-btn img{
		display: block;
		width: 100%;
		margin: auto;
	}
		

	/*PC表示の場合*/
	@media screen and (min-width: 768px) {
	
		.wrap{
		background-color: #fff;
		max-width:700px;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
		text-align: center;
		} 
	
		img{
		width: 100%;
		vertical-align:top;
		}
		
		.link{
		border: 1px solid;
		border-color: black;
		}
		
		a{
		border: none;
		}

		.fix-btn{
			width:75px;
		  }

	}
	
	/*スマホ表示の場合*/
	@media screen and (max-width:766px) {
	
		.wrap{
		width:100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		} 
		
		img {
		width: 100%;
		vertical-align:top;
		}
		
		.link{
		border: 1px solid;
		border-color: black;
		}
		
		a{
		border: none;
		}

		
		.fix-btn{
			width:15%;
		  }
	}
	