@charset "euc-jp";


/********************************
トップcss
********************************/
#top{
}

/*メインスライダー
---------------------------*/
#main_slider{
	position: relative;
	z-index: -1;
}
#main_slider #slider{
}
#main_slider img{
  width: 100vw;
}
/*bx-slider*/
.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
.bx-pager-item {
  visibility: hidden;
}

/*ダミーSPACE*/
#top_space{
/*	background-color: #C06;
	height: 150px;*/
}


/*トップinfoようこそモリココへ
---------------------------*/
/*タイトル*/
#top_info h2 {
	position: relative;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 24px;
}
#top_info h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
#top_info h2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #6cc8bb;
}
/*faアイコン*/
#top_info .fas{
	font-size: 36px;
	color: #9FD2C3;
	padding-right: 10px;
	padding-left: 10px;
}
#top_info_col1{
	width: 50%;
}
#top_info_col1 p{
	line-height: 30px;
}
#top_info_col2{
	width: 50%;
	padding-top: 30px;
}




/*コンテンツタイトル
---------------------------*/
/*タイトル*/
#main_button h2,
#blog h2,
#youtube h2,
#top_osirase h2 {
	position: relative;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 24px;
	margin-top: 50px;
}
#main_button h2 span,
#blog h2 span,
#youtube h2 span,
#top_osirase h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
#main_button h2::before,
#blog h2::before,
#youtube h2::before,
#top_osirase h2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #9FD2C3;
}
/*faアイコン*/
#main_button .fas,
#blog .fas,
#youtube .fab,
#top_osirase .fas{
	font-size: 30px;
	color: #9FD2C3;
	padding-right: 5px;
}






/*メインボタン
---------------------------*/
#main_button{
}
#main_button .col{
	height: 230px;	
}
#main_button a{
	display: block;
	height: 100%;
	width: 100%;
	margin: 10px;	
	background-repeat: no-repeat;
	background-position: center center;	
	background-size: contain;
}
/*CD*/
#main_button1 a{
	background-image: url(https://img21.shop-pro.jp/PA01423/653/etc/button_cd.jpg?cmsp_timestamp=20191116135614);
}
#main_button1 a:hover{
	background-image: url(https://img21.shop-pro.jp/PA01423/653/etc/button_cd_hover.jpg?cmsp_timestamp=20191116135640);	
}
/*ダウンロード*/
#main_button2 a{
	background-image: url(https://img21.shop-pro.jp/PA01423/653/etc/button_dl.jpg?cmsp_timestamp=20191116135701);
}
#main_button2 a:hover{
	background-image: url(https://img21.shop-pro.jp/PA01423/653/etc/button_dl_hover.jpg?cmsp_timestamp=20191116135728);		
}
/*ワンコイン*/
#main_button3 a{
	background-image: url(https://img21.shop-pro.jp/PA01423/653/etc/button_wankoinn.jpg?cmsp_timestamp=2019111613580);
}
#main_button3 a:hover{
	background-image: url(https://img21.shop-pro.jp/PA01423/653/etc/button_wannkoinn_hover.jpg?cmsp_timestamp=20191116135822);		
}
/*無料ダウンロード*/
#main_button4 a{
	background-image: url(https://img21.shop-pro.jp/PA01423/653/etc/button_muryou1.jpg?cmsp_timestamp=20201207100101);	
}
#main_button4 a:hover{
	background-image: url(https://img21.shop-pro.jp/PA01423/653/etc/button_muryou1_hover.jpg?cmsp_timestamp=20201207100128);		
}

/*刺繍商品*/
#main_button5 a{
	background-image: url(https://img07.shop-pro.jp/PA01423/653/etc/button_sisyuusyouhinn.jpg?cmsp_timestamp=20221003150137);	
}
#main_button5 a:hover{
	background-image: url(https://img07.shop-pro.jp/PA01423/653/etc/button_sisyuusyouhinn_hover.jpg?cmsp_timestamp=20221003150312);		
}







/*お知らせ
---------------------------*/
#top_osirase{
}


/*お知らせリスト*/
#top_osiraselist{
	height: 350px;
	overflow: scroll;
	margin-top: 20px;
	border: 1px solid #CCC;
	padding: 20px;
}
/*記事タイトル*/
#top_osiraselist h4{
	font-weight: bold;
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #6cc8bb;
}
/*記事本文*/
#top_osiraselist p{
	line-height: 18px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left: 10px;
	color: #666;
}




/*CD購入button
---------------------------*/
#cd{
	margin-bottom: 30px;
}
.cd_col{
	width: 50%;
}
.cd_col img{
	width: 350px;
}



/*youtube
---------------------------*/
#youtube{
	text-align: center;
	margin-bottom: 30px;
}
#youtube iframe{
	margin-bottom: 30px;
}
#youtube p{
	font-size: 16px;
}



	
/*モリココブログ（複眼忍者RSS）
---------------------------*/
/*outer*/
#blog{
	text-align: center;
	margin-bottom: 80px;
	margin-top: 80px;
}
/*タイトル*/
#blog #blog_title{
	line-height: 30px;
	height: 30px;
	padding-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9FD2C3;
	margin-bottom: 20px;
}
/*詳細は設定サイトで*/
/*http://recommend.shinobi.jp/publish/edit-design/tag_id/130227*/



