/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,small{
	display: block;
}
ul, li, summary{
    list-style-type: none;
}
summary::-webkit-details-marker {
  display:none;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
global element
--------------------------------*/
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background: #000;
	font-size: 24px;
	color: #fff;
	-webkit-text-size-adjust: 100%;
	font-family: serif;
}
.fixed-body{
	position: fixed; 
	overflow: hidden;
	inset: 0;
}
.fixed-html{
	height: 100vh;
}
a,button{
	transition: .3s;
}
a:hover,button:hover{
	opacity:.6;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	position: relative;
	background: #333;
}
.content-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	margin: 0 auto;
	padding: 8% 4% 2%;
	width: 100%;
}

/*--------------------------------
Contents
--------------------------------*/
.slick-list, .slick-track {
  height: 100%;
}
.wrap .slick-vertical .slick-slide, .slick-slide {
    height: 100svh;
	position: relative;
	border: 0;
}
.slide{
	padding: 4%;
}
.slide-item{
	height: 100%;
	position: relative;
}
.slide-item .btn-row{
	padding: 0 4% 4%;
	position: absolute;
	bottom: 0;
}
.intro{
	padding: 0 4%;
}
.review{
	padding: 0 4% 8%;
}
.review .content-head{
	margin: 0 0 4%;
	padding: 10% 0 0 0;
	background: url(../images/bg_content_head.webp) no-repeat center top / 100% auto;
	position: relative;
}
.review .content-head-txt{
	width: 100%;
	font-size: 1.4em;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.review-item{
	padding: 2%;
	background: #242222;
	border-radius: 8px;
	margin-bottom: 1px;

}
.review-head{
	margin: 0 0 2%;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.review-head-txt{
	padding: 0 0 0 2%;
	width: 50%;
	font-size: 1em;
	display: flex;
	align-items: center;
}
.review-head-label{
	margin: 0 2% 0 0;
	padding: 2%;
	background: #c96298;
	color: #fff;
	font-size: .8em;
	border-radius: 4px;
}
.review-head-title{
	font-size: 1.4em;
	color: #c96298;
}
.review-head-desc{
	padding: 2%;
	width: 50%;
	color: #ff0;
	border: 1px solid #808080;
	text-align: center;
	font-size: .9em;
}

.review-item .inner-content{
	margin: 0 0 2%;
	display: flex;
	align-items: flex-start;
}
.site-icon{
	margin: 0 2% 0 0;
	width: 24%;
	flex-shrink: 0;
}
.review-table{
	font-size: .9em;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	flex-grow: 1;
}
.review-table .table-row{
	border-bottom: 1px solid #fff;
}
.review-table .table-head{
	padding: 2%;
	width: 32%;
	font-weight: normal;
	background: #737373;
	vertical-align: middle;
	border-right: 1px solid #fff;
}
.review-table .table-data{
	padding: 2%;
	vertical-align: middle;
	border-right: 1px solid #fff;
}
.review-item .btn-row{
	padding: 2% 8%;
}
.bottom-nav{
	padding: 0 4% 4%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reg-btn3{
	margin: 0 0 4%;
	width: calc(96% / 2);
}
.heading{
	margin: 0 0 4%;
}
.safety, .faq{
	padding: 0 4% 4%;
}

.heading-txt{
	padding: 4% 0;
	text-align: center;
	font-size: 1.2em;
	color: #c96298;
	border-top: 2px solid #c96298;
	border-bottom: 2px solid #c96298;
}
.sub-head-txt{
	padding: 0 0 2%;
	font-size: 1em;
	color: #c96298;
}
.general-item {
	padding: 0 0 4%;
}
.general-txt{
	padding: 0 0 4%;
	font-size: .95em;
	line-height: 1.6;
}
.general-txt .hl-txt{
	color: #b3b3b3;
}
.site-list .slick-arrow{
	margin: auto;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,.75);
	text-indent: -9999px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.slick-arrow::after{
	margin: auto;
	width: 16px;
	height: 18px;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background: #c96298;
	
}
.site-list .slick-next{
	right: 0;
	z-index: 3;
}
.site-list .slick-next::after{
	left: 28px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.site-list .slick-prev{
	position: absolute;
	left: 0;
	z-index: 3;
}
.site-list .slick-prev::after{
	right: 28px;
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.site-list .slick-disabled{
	opacity: 0;
}
.wrap .slick-track {
  display: flex;
}
.wrap .slick-slide {
  height: auto !important;
}
.hl-txt{
	color: #ff0;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	width: 100%;
	text-align: center;
}
.reg-btn{
	margin: 0 auto;
	display: block;
}
.reg-btn2{
	padding: 4%;
	position: relative;
	background: linear-gradient(to bottom,#c25f93 0%, #6d3552 100%);
	color: #fff;
	display: block;
	border-radius: 8px;
}
.btn-row .txt-link{
	margin: 1% 0 0;
	font-size: .9em;
	text-decoration: underline;
	color: #efda9f;
	display: block;
	line-height: 1.4;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4%;
	width: 100%;
	line-height: 1.2;
	text-align: center;
	z-index: 3;
	background: #111;
}
.copy{
	font-size: .8em;
}
/*--------------------------------
Modal
--------------------------------*/
.overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0,0,0,.75);
	display: none;
}
.modal-pane{
	margin: auto;
	padding: 4%;
	width: 90%;
	max-width: 736px;
	height: 60%; 
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11;
	background: #111;
	overflow: hidden;
	border-radius: 8px;
	display: none;
	color: #fff;
}
.modal-pane .modal-content{
	height: 100%;
	overflow: auto;
}
.close-modal{
	width: 32px;
	height: 32px;
	position: absolute;
	top: 8px;
	right: 8px;
	transform: rotate(45deg);
	transform-origin: center;
}
.close-modal::before,.close-modal::after{
	margin: auto;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #666;
	border-radius: 2px;
}
.close-modal::before{
	width: 4px;
	height: 100%;
}
.close-modal::after{
	width: 100%;
	height: 4px;
}
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
	0% {opacity: 0;filter: blur(4px);}
	100% {opacity: 1;filter: blur(0);}
}
@keyframes slide-down{
	0% {opacity: 0;transform: translate3d(0,-50%,0);}
	100% {opacity: 1;transform: translate3d(0,0,0);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	/*--------------------------------
	Contents
	--------------------------------*/
	.review-head-title{
		font-size: 1em;
	}
	.review-head-desc{
		padding: 2% 0;
		font-size: .7em;
	}
	.review-table{
		font-size: .8em;
	}
	.site-list .slick-arrow{
		width: 44px;
		height: 44px;
	}
	.slick-arrow::after{
		width: 10px;
		height: 12px;
		
	}
	.site-list .slick-next::after{
		left: 18px;
	}
	.site-list .slick-prev::after{
		right: 18px;
	}
	/*--------------------------------
	Button
	--------------------------------*/
	/*--------------------------------
	Footer
	--------------------------------*/
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 13px;
	}
}

}
/* h1周辺 「いつか出会えたら」のとこ */
.logo {
  text-align: center;
  padding: 12px; /* ← 高さ削減 */
  color: #fff;
  line-height: 1.6; /* ← 詰める */
  font-size: 17px;

}
/* 強調テキスト */
.logo .big {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

.logo .pink {
    color: #ff69b4;
    font-weight: bold;

}
/* --- ここまで --- */

/* サブ部分「掲示板からお越しの」のとこ */
.logo .sub {
  display: block;
  margin-top: 12px;
  padding: 10px 0;
  font-size: 14px;
  opacity: 0.9;

  /* ピンク線 */
  border-top: 1px solid #b06c8e;
  border-bottom: 1px solid #b06c8e;
}

/* スマホ */
@media (max-width: 768px) {
  .logo {
    padding: 15px 10px;
    font-size: 15px;
    text-align: center;
  }

  .logo .big {
    font-size: 19px;
  }

  .logo .sub {
    font-size: 14px;
    margin-top: 5px;
    padding: 5px 0;
    line-height: 1.8;

  }
}

.top {
  padding: 0 !important;
}

/* PCだけ大きくする */
@media (min-width: 769px) {
  .logo {
    font-size: 22px;
    line-height: 1.8;
    text-align: center;
  }

  .logo .big {
    font-size: 30px;
  }

  .logo .sub {
    font-size: 22px;
    line-height: 1.8;
  }
}
/* h1周辺 「いつか出会えたら」のとこココまで */

/* TOPスライダー部分部分 */
.swiper-slide {
  position: relative;
}

.top-img {
  position: relative;
  padding-bottom: 40px;
}

.top-img img {
  width: 100%;
  display: block;
}

/* TOPスライダー・レビュー含む */
.swiper-slide .btn-row {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 4% 8%;

}
