@charset "utf-8";

body{
	text-align: center;
	margin: auto;
	max-width: 900px;

}

img {
  display: block;
}

.FVimg{
	position: relative;
}


.btn1{
	margin: auto;
	max-width: 900px;
	text-align: center;
	
	position: absolute; /* 基準を親要素に指定 */
  /* ここでボタンの位置やサイズを設定 */
  top: 92.7%; /* 上から50%の位置 */
  left: 5%; /* 左から50%の位置 */
right: 5%;
  transform: translate(0%, -120%); /* 基準点に合わせてボタンを移動 */	

}

/*ボタンきらりん効果*/
/*.c-button._shiny {
    display: block;
    position: relative;
    padding: auto;
    
    margin:auto;
    max-width:900px;
    overflow: hidden;
  transition: 300ms;
}/*

.c-button._shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 20px;
    width: 30px;
    height: 50%;
    background-color: #ffffff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
	margin-left: 50px;
}

/*ホバー効果*/
.c-button._shiny:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(2.5px);
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.2; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.5
		; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.section{
	text-align: center;
	margin: auto;
	max-width: 900px;
}


.page6{
	position: relative;
}

.btn2{
	margin: auto;
	max-width: 900px;
	text-align: center;
	
	position: absolute; /* 基準を親要素に指定 */
  /* ここでボタンの位置やサイズを設定 */
  top: 90%; /* 上から50%の位置 */
  left: 5%; /* 左から50%の位置 */
right: 5%;
  transform: translate(0%, 78%); /* 基準点に合わせてボタンを移動 */	

}

.page8{
	position: relative;
}

.btn3{
	margin: auto;
	max-width: 900px;
	text-align: center;
	
	position: absolute; /* 基準を親要素に指定 */
  /* ここでボタンの位置やサイズを設定 */
  top: 99%; /* 上から50%の位置 */
  left: 5%; /* 左から50%の位置 */
right: 5%;
  transform: translate(0%, -200%); /* 基準点に合わせてボタンを移動 */	

}



.purapori {
	display: flex;
	justify-content: center;
	background-color: #fcefdb;
	padding-bottom: 30px;
	color: #333333;
	font-family: ヒラギノ角ゴ ProN, sans-serif;
	font-size: 18px;
	
}

/* フローティングバナー */
.floating-banner{
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
  z-index: 9999;

  width: min(92vw, 420px); /* 画像の想定幅に合わせて調整 */
}

.floating-banner img{
  display: block;
  width: 100%;
  height: auto;
}

.floating-banner.is-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.floating-banner.is-hide{
  opacity: 0;
  transform: translateX(-50%) translateY(20px);
  pointer-events: none;
}

@supports (bottom: env(safe-area-inset-bottom)) {
  .floating-banner { bottom: calc(16px + env(safe-area-inset-bottom)); }
}


.why {
	background-color: white;
	margin: 30px;
}
