@charset "UTF-8";



/*top用共通ボタン*/
.top_btn
	{
		width: 63%;
		max-width: 30rem;
		background-color: #abcd00;
		box-shadow: 0px 4px 0px 0px rgba(92, 170, 41, 0.75);
		border-radius: 5rem;
		display: inline-block;
		font-size: 1.9rem;
		padding: 1.2rem 0 ;
	}
main
	{
	   padding-top: 4.5rem;
	}
/*==========================================================================
mv 
============================================================================*/
#mv
	{
		padding: 0;
	}
.mv
	{
		width: 100%;
		position: relative;
	}
.mv_item
	{
		width: 100%;
		display: block; 
    margin: 0; 
    padding: 0; 
	}
.mv .mv_item img
	{
		width: 100%;
		height: auto;
		object-fit: cover;
		border-radius: 5rem 5rem 0 0;
	}
/*==========================================================================
TOP用　パンくず
============================================================================*/
.breadcrumb_top {
	margin: 1rem 1.5rem;
  padding: 0;
  list-style: none;
	text-align:start;
	letter-spacing: 0.1rem;
}

.breadcrumb_top li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;/*太字*/
	font-size: 1.2rem;
}

.breadcrumb_top li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #182116;
}

.breadcrumb_top li:last-child:after {
  content: '';
}

.breadcrumb_top li a {
  text-decoration: none;
  color: #23503b;/*色*/
}

.breadcrumb_top li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) 
{
  .breadcrumb_top 
	{
		max-width: 1024px;
		padding-top: 10rem;
	}
	ol.breadcrumb_top
	{
    padding-top: 10rem;
    margin: auto;
	}
	main
	{
	   padding-top: 0rem;
	}
}
/*==========================================================================
 キャンペーン
============================================================================*/

.horizontal-items 
	{
		display: flex;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		padding-inline-start:0;
		scrollbar-color: #23503b #fff;
		scrollbar-width:thin;
		padding-bottom: 1rem;
		margin-top: 30px;		
	 }
 .item 
	{
		padding: 0 10px;
		margin-top:-4rem;
   }

 .item  img 
	{
		margin-top: 4.8rem;
	}
/*==========================================================================
 youtube
============================================================================*/
#youtube .youtube_inner{
	aspect-ratio: 16 / 9;
	max-width:560px;
	margin: auto;
}
#youtube h3 {
    font-size: 2.5rem;
    line-height: 1.6;
    margin: 6rem 0 1rem;
	  font-weight:500;
}
#youtube .youtube_inner iframe {
	width:100%;
  height: 100%;
	}
#youtube img.price_trial {
    width: 60%;
	  max-width: 50rem;
    display: block;
    margin: auto;
    margin-top: 6rem;
}
#youtube img.clickcount_page {
    width: 48%;
		max-width:30rem;
    margin-top: 3rem;
	  display: block;
		margin: 3rem auto 0;
}
@media screen and (max-width: 768px) {
	#youtube h3 {
    font-size: 1.9rem;
    margin: 4rem 0 1rem;
}
	#youtube img.price_trial {
		width: 100%;
    margin-top: 4rem;
}
	#youtube img.clickcount_page {
    width: 100%;
    margin-top: 2.5rem;
}
	
}	

/*==========================================================================
 トピックス
============================================================================*/
.topics__item__wrapper {
	margin: 60px auto 80px auto;
	border-top: 1px solid #D7D7D7;
}
.topics__item {
	border-bottom: 1px solid #D7D7D7;
	position: relative;
	display: block;
	padding: 20px 50px 20px 0;
	font-size: 16px;
	line-height: 1.875;
}
.topics__item::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	background-image: url(../image/news_arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 200%;
	background-position: center bottom;
}
@media screen and (max-width: 768px) {
	.topics__item__wrapper {
		margin: 40px auto;
	}
	.topics__item {
		padding: 10px 50px 10px 0;
		font-size: 14px;
	}
	.topics__item::after {
		width: 30px;
		height: 30px;
	}
}	
/*==========================================================================
 Reboneが選ばれる理由
============================================================================*/
#reason h3
	{
		font-size: 1.9rem;
		line-height: 1.6;
		margin-top: 3.2;
	}
#reason ul
{
	margin: 3.2rem auto 5.5rem;
	max-width: 50rem;
}
#reason ul li
	{
		margin-bottom: 3.2rem;
	}

#reason ul li img
	{
		object-fit: cover;
		margin-bottom: 1.6rem
	}

/*==========================================================================
 お客様の声
============================================================================*/
#voice ul
	{
		margin: 3.2rem auto 0;
		max-width: 50rem;
	}

#voice ul li
	{
		margin-bottom: 5.5rem;
	}
@media screen and (min-width: 768px) 
{
	.sp_only
		{
			display: none;	
		}
  .pc_only
		{
			display: block;	
		}
	.mv_inner
		{
			padding-top: 0;
		}
	#reason ul li p
		{
			font-size:1.6rem;
		}
}
@media screen and (max-width: 1024px) 
{
	#footer-fix
		{
				display: block;	
		}
	.header
		{
			height: 0;
		}
	.container.pc_only
		{
			display: none;	
		}
}
@media screen and (min-width: 1024px) 
{
	#mv
		{
			padding: 1rem 0 1rem 0;
		}
	.header.pc_only
		{
			display:  block;	
		}
  .mv .mv_item img
		{
			border-radius: 5rem 5rem 0 0;
		}
	#reason ul
		{
			display: flex;
			width: 80rem;
			max-width: 80rem;
			margin: 3.4rem auto;
			justify-content:space-between;
		}
	#reason ul li
		{
			width: 30%;
		}
	#voice ul
		{
			display: flex;
			width: 80rem;
			max-width: 80rem;
			margin: 5.5rem auto 3.4rem;
			justify-content:space-around;
		}
	#voice ul li
		{
			width: 46%;
		}
	
	.item  img 
	{
		width: 36rem;
	}

	.top-slider-item {
		width: 36rem !important;
		margin: 0 1rem;
	}
	.horizontal-items
	{
		height: 249px;
		margin-top: 0;
	}
}

#popupBtn {
	display: block;
}