html {
	scroll-behavior: smooth;
	width: 100%;
}

body {
	width: 100%;
}

#pagetop {
	max-width: 750px;
	margin: 0 auto;
}
#pagetop section.lp-area img {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	display: block;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}
#pagetop section.lp-area p {
	margin: 0;
	font-size: 0;
	line-height: 0;
}
#pagetop section.lp-area ul,
#pagetop section.lp-area dl,
#pagetop section.lp-area ol{
  list-style: none;
}
#pagetop section.lp-area ul li,
#pagetop section.lp-area dl dt,
#pagetop section.lp-area dl dd,
#pagetop section.lp-area ol li{
	line-height: 0;
	font-size: 0;
}


header .header-inner {
	max-width: 750px;
	margin: 0 auto;
	padding: calc(8/750*100%) 0;
}
header .header-inner .logo {
	width: calc(370/750*100%);
	margin: 0 auto;
}
header .header-inner .logo img {
	width: 100%;
}
#pagetop.l-main .p-box {
	position: relative;
}

#pagetop.l-main a img, 
#pagetop.l-main .btn-modal,
#pagetop.l-main .modal-close {

	transition: all ease 0.2s;
}

#pagetop.l-main a img:hover, 
#pagetop.l-main .btn-modal:hover,
#pagetop.l-main .modal-close:hover  {
	filter: brightness(1.1)
}


/*============================
#secret
============================*/
#pagetop.l-main #secret {
}
#pagetop.l-main #secret .btn-modal {
	position: absolute;
	width: calc(610/750*100%);
	top: 69%;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}

.modal {
	background-color: #FFF;
	padding:0 0;
	margin:0;
	border-radius: 20px;
}
.modal-close:before {
	font-size: 0;
}
.modal-close img{
	width: 100%;
}
.modal-close {
	height: auto;
	width: calc(610/750*100%);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	background-color: transparent;
	border: none;
}
.modal p{
	margin-bottom: 0;
}
.modal-wrapper {
	padding:15px 10px;
}
#modal-content01 .modal-close{
	top: 82%;
}
#modal-content02 .modal-close{
	top: 82%;
}
#modal-content03 .modal-text {
	font-family: "Noto-Sans" , sans-serif;
	font-size: min(calc(15/750*100vw),15px)!important;
	color: #FFF;
	line-height: calc(26/18)!important;
	position: absolute;
	width: 80%;
	top: 66.5%;
	left: 50%;
	transform: translateX(-50%);
	text-align: justify;
	border: 1px solid #FFF;
	padding:1em 1.5em;
}
#modal-content03 .modal-text a {
	color: #f0ff00;
}

#modal-content03 .modal-close{
	top: 83%;
}
 /* モーダルの基本スタイル */
.modal {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
	border-radius: 0;
	overflow-y: scroll;
	padding:30px 0;
}

/* モーダル内のコンテンツ */
.modal-inner {
  position: relative;
  background: white;
  padding: 20px 0;
  max-width: 600px;
	height: auto;
	margin: 0 auto;
  text-align: center;
  border-radius: 10px;
}
/* モーダルの基本スタイル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: block;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
	padding: 20px;
}


/* モーダル表示時のスタイル */
.modal.active {
  opacity: 1;
  visibility: visible;
}



/* スクロール固定時のスタイル */
body.no-scroll {
  overflow: hidden;
}
@media (max-width:499px) {
	.modal {
		display: flex;
		padding:5% 3%;
	}
	.modal-inner {
		padding:0;
	}
	#modal-content03 .modal-text {
		font-family: "Noto-Sans" , sans-serif;
		font-size: min(calc(18/750*100vw),18px)!important;
		color: #FFF;
		line-height: calc(26/18)!important;

	}
}

/*============================
#close
============================*/

#pagetop.l-main .c-tab{
	background-color: #FEF9B9;
	padding-bottom: 7%;
	margin-bottom: 0;
}

#pagetop.l-main #close .cv-area {
	background-color: #fff9b8;
	padding: min(calc(40/750*100%),40px) 0 calc(55/750*100%);
}

#pagetop.l-main #close .cv-area h4 {
	width: calc(373/750*100%);
	margin: 0 auto calc(14/750*100%);
}

#pagetop.l-main #close .btn-check {
	width: calc(672/750*100%);
	margin: 0 auto;
}

/*============================
footer
============================*/

footer {
	background-color: #c0c0c0;
}
.footer-inner {
	max-width: 750px;
	margin: 0 auto;
	padding:min(calc(20/750*100%),20px) 0 min(calc(30/750*100%),30px);

}

.footer-inner ul {
	display: flex;
	justify-content: space-between;
	width: calc(670/750*100%);
	margin: 0 auto;
}
.footer-inner ul li {
	line-height: 1;
	font-size: min(calc(24/750*100vw),24px);
}

.footer-inner ul li a {
	color: #15489c;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
}
.footer-inner .copyright {
	color: #FFF;
	text-align: center;
	font-size: min(calc(16/750*100vw),16px);
	margin: 1em auto 0;
}
/* ---------------------------------------------
 追従ボタン
--------------------------------------------- */
.bl_floatArea {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: visibility .4s, opacity .4s;
	box-sizing: border-box;
}
.bl_floatArea.is_show {
	visibility: visible;
	opacity: 1;
}
.bl_floatArea_inner {
	max-width: 750px;
	margin: auto;
	padding: 0 ;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.bl_floatArea_btn {
	width: calc(670/750*100%);
	margin: 0 auto 2%;

}
.bl_floatArea_btn img {
	width: 100%;
}

/* ティッカー調整 */
.l-header-bnr > a{
	width: 100%;
	max-width:none;
}
.l-header-bnr > a img{
	width: 100%;
}