body{
    font-family: 'Quicksand','Arial','Meiryo','sans-serif';
	/* アクセス時の一瞬だけレイアウトが崩れてCLSが悪化するので、初期表示を非表示にする */
	visibility: hidden;
}

h1 {
	position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
	font-size: 1px;
	color: rgba(255,255,255,0);
}
h2{
	font-size: 5em;	
    color:#444;
}
h3{
	font-size:1.2em;
}
h4{
	font-size:1em;
	padding-top:5px;
	padding-bottom:20px;
}
h5{
	padding-top:-20px;
	padding-bottom:30px;
}

.date-style{
	font-family:'Roboto Condensed'
}

.birthAtag{
	text-decoration:none;
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #1a0dab;
}
.birthAtag::after{
	position: absolute;
	bottom: 3px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #1a0dab;
	transition: .3s;
	transform: translateX(-50%);
}
.birthAtag:hover::after{
	width: 100%;
}

.headerAtag{
	text-decoration:none;
	position: relative;
	display: inline-block;
	transition: .4s;
	color: white;
}
.headerAtag::before,
.headerAtag::after{
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	background-color: white;
	transition: 0.4s;
}
.headerAtag::before{
	top: 8px;
	left: 0;
}
.headerAtag::after{
	bottom: 8px;
	right: 0;
}
.headerAtag:hover::before,
.headerAtag:hover::after{
	width: 100%;
}



/* multiscroll.js に必須*/
.ms-section {
    text-align: center;
	position: relative;
	background-position: center;
}
.dot {
	width: 100%;
	height:100%;
	background-image:url("../image/dot.png");
	/*background-color:rgba(255,255,255,0.2);*/
	opacity: 0.5;
}
#multiscroll-nav li .active span{
    background: #F9BC60;    /* 右側の〇の色 */
	border-color: #F9BC60;
}
.multiscroll-tooltip {
    color: #333;    /* 右側の〇の文字色 */
}
#multiscroll-nav span{
    border: 1px solid #333;    /* 右側の〇の非選択時の色 */
}
#menu li{
	display:inline-block;
	margin: 10px 5px;
	background: rgba(255,255,255,0.8);    /* リンクの背景色 */
	-webkit-border-radius: 30px; 
			border-radius: 30px; 
}
#menu li.active{
	background: rgba(249,188,96,0.9);    /* 選択済みの背景色 */
}
#menu li a{
	text-decoration:none;
	color: #333;    /* リンクの文字色 */
}
#menu li:hover{
	background: rgba(249,188,96,0.8);    /* ホバー時の背景色 */
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #FFF;    /* 選択済みの文字色色 */
}
#menu li:hover a{
	color:#FFF;    /* ホバー時の文字色 */
}
#menu{
	position:fixed;
	bottom:0;
	left:0;
	height: 60px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
/* Fixed header and footer.
	* --------------------------------------- */
#header{
	position:fixed;
	height: 40px;
	line-height:40px;
	display:block;
	width: 100%;
	background: #F9BC60;
	z-index:9;
	text-align:center;
	color: #f2f2f2;
	top:0px;
	font-weight:bold;
}
#footer{
	position:fixed;
	height: 40px;
	display:block;
	width: 100%;
	background: #F9BC60;
	z-index:9;
	text-align:center;
	color: #f2f2f2;
	padding: 20px 0 0 0;
	bottom:0px;
}
/* ここまで */


.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width:90%;
	height:520px;
	background-color:white;
}
.content {
	background: #fff;
	padding: 30px;
}
.show {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
}
.modal{
	margin-top:20px;
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #4C444D;
	border: solid 1px #4C444D;
	border-radius: 3px;
	transition: .4s;
	background-color:white;
	outline: none;
	cursor: pointer;
	font-family:'メイリオ';
}.modal:hover {
	background-color: #4C444D;
	color: white;
}

.otanjoubi{
	width:300px;
	height:300px;
	margin:0 auto;
	transition: .4s;
	border:solid 1px #F9BC60;
}.otanjoubi:hover {
	background-color: #F9BC60;
	color: white;
}


.btn-search {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: white;
	border: none;
	border-radius: 3px;
	transition: .4s;
	background-color: #F9BC60;
	cursor: pointer;
	width:200px;
	height:50px;
	font-family: 'Quicksand';
	font-size:1.4rem;
	line-height:1.4rem;
	outline: none;
	font-weight:bold;
  }
  .btn-search:hover {
	letter-spacing: 6px;
  }
  .btn-link{
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #F9BC60;
	border: solid 2px #F9BC60;
	border-radius: 3px;
	transition: .4s;
	background-color:white;
	cursor: pointer;
	width:250px;
	height:50px;
	font-family: 'Quicksand';
	font-size:1.4rem;
	line-height:1.4rem;
	outline: none;
  margin-bottom:10px;
  }
  .btn-link:hover{
	background: #F9BC60;
	color: white;
	font-weight:bold;
  }

.btn-home {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: white;
	border: none;
	border-radius: 3px;
	transition: .4s;
	background-color: #ff894f;
	cursor: pointer;
	width:200px;
	height:50px;
	font-family: 'Quicksand';
	font-size:1.4rem;
	line-height:1.4rem;
	outline: none;
	margin-top:10px;
	font-weight:bold;
}
.btn-home:hover {
	letter-spacing: 6px;
}


.btn-line {
	display: inline-block;
	text-decoration: none;
	color: #00B900;
	border: solid 2px #00B900;
	transition: .4s;
	background-color:#00B900;
	cursor: pointer;
	width:102px;
	height:50px;
	font-family: 'Quicksand';
	font-size:1.4rem;
	line-height:1.4rem;
	outline: none;
    margin-left:-5px;
}
.btn-line:hover{
	background: #00EA00;
	border: solid 2px #00EA00;
	color: white;
	font-weight:bold;
}
.btn-line img{
	display: block;
	margin: auto;
}

.btn-twitter {
	display: inline-block;
	text-decoration: none;
	color: #0F1419;
	border: solid 2px #0F1419;
	transition: .4s;
	background-color: #0F1419;
	cursor: pointer;
	width:102px;
	height:50px;
	font-family: 'Quicksand';
	font-size:1.4rem;
	line-height:1.4rem;
	outline: none;
    margin-right:-5px;
}
.btn-twitter:hover{
	background: #202B36;
	border: solid 2px #202B36;
	color: white;
	font-weight:bold;
}
.btn-twitter img{
	display: block;
	margin: auto;
}

.sns-box{
	margin-top:10px;
}


::-webkit-scrollbar{
	width: 0;
}

.ads-container {
	position: relative; /* ボタンを広告上に重ねるために必要 */
}
.ads-area {
	position: absolute;
	top: 50%; /* 縦方向の中央揃え */
    left: 50%; /* 横方向の中央揃え */
	transform: translate(-50%, -50%); /* 完全中央揃え */
	min-width:45vw;
	min-height:100%;
}

/* セレクトボックス上書き */
.sel {
	margin: 20px;
	margin-bottom: 40px;
	width: 180px;    /* セレクトボックスの幅 */
	font-size: 14px;
}

/* ===============================
  			PR ブロック
================================*/
 .pr-pane{
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 32px;
	box-sizing:border-box;
}

.pr-card{
	width:min(560px, 86%);
	padding: 34px 28px 28px;
	border-radius: 22px;
	background:
		linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.94)),
		linear-gradient(135deg, #ffe8ef, #f7f7ff);
	box-shadow: 0 16px 40px rgba(0,0,0,0.14);
	border: 1px solid rgba(255,255,255,0.55);
	color:#203053;
	position:relative;
	margin: 0 auto;           /* 左右中央 */
}

.pr-card__body{
	display:flex;
	align-items:center;
	gap:24px;
}

.pr-card__media{
	flex:0 0 220px;
}

.pr-card__image{
	display:block;
	width:100%;
	height:auto;
	border-radius:16px;
	box-shadow:0 10px 24px rgba(0,0,0,0.14);
	transition:
		transform 0.28s ease,
		box-shadow 0.28s ease,
		border-color 0.28s ease;
}

.pr-card__image:hover{
	transform: translateY(-8px);
	box-shadow: 0 12px 24px rgba(0,0,0,0.20);
	border-color: rgba(242,124,141,0.35);
}

.pr-card__content{
	flex:1;
	min-width:0;
}

.pr-card__label{
	position:absolute;
	top:16px;
	right:16px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:6px 12px;
	border-radius:999px;
	background:rgba(255,255,255,0.82);
	border:1px solid rgba(214,118,154,0.18);
	color:#c0587d;
	font-size:11px;
	font-weight:bold;
	letter-spacing:.08em;
}

.pr-card__title{
	margin:0 60px 18px 0;
	font-size:28px;
	line-height:1.45;
	color:#465daa;
	font-family:"Yu Mincho","游明朝",YuMincho,serif;
	font-weight:bold;
}

.pr-card__lead{
	margin:0 0 14px;
	font-size:18px;
	line-height:1.8;
	color:#203053;
	font-weight:bold;
}

.pr-card__text{
	margin:0;
	font-size:14px;
	line-height:2;
	color:#5d6a82;
}

.pr-card__tags{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	margin-top:18px;
}

.pr-card__tags span{
	display:inline-flex;
	align-items:center;
	min-height:32px;
	padding:0 12px;
	border:1px solid rgba(214,118,154,0.16);
	border-radius:999px;
	background:rgba(255,255,255,0.78);
	color:#c0587d;
	font-size:12px;
	font-weight:bold;
}

.pr-card__actions{
	margin-top:22px;
	text-align:center;
}

.pr-card__button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:48px;
	padding:0 24px;
	border-radius:999px;
	background:linear-gradient(135deg, #f299b8, #f27c8d);
	box-shadow:0 14px 28px rgba(242,124,141,0.22);
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease,
		filter 0.22s ease,
		background 0.22s ease;
}

/* 矢印を後ろに付ける */
.pr-card__button::after{
	content:"→";
	display:inline-block;
	transform: translateX(0);
	transition: transform 0.22s ease;
}

/* ボタンのホバー */
.pr-card__button:hover{
	transform: translateY(-3px);
	box-shadow:0 18px 34px rgba(242,124,141,0.32);
	filter: brightness(1.06);
	background:linear-gradient(135deg, #f08aad, #ee667b);
}

/* 矢印が少し動く */
.pr-card__button:hover::after{
	transform: translateX(4px);
}

/* 押した感 */
.pr-card__button:active{
	transform: translateY(-1px);
	box-shadow:0 10px 18px rgba(242,124,141,0.24);
}

.color-preview-pane{
	background-color:<?=$dataColor['code']?>;
}