@charset "shift_jis";

/*-------------------------------------------
　 Effect 【hover・jQuery等の指定】
---------------------------------------------*/

/*　slider
---------------------------------------------*/
.sm-slider li div h3 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 160px;
	padding: 0 30px;
	line-height: 120px;
	color: rgba(0, 0, 0, 0.8);
	margin: 0;
	margin-bottom: 0.3em;
}

/*　animation
---------------------------------------------*/
.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/*　loopSlider
---------------------------------------------*/
.loopSliderWrap {
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
}
 
.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 235px !important;
	text-align: left;
	overflow: hidden;
}
 
.loopSlider ul {
	height: 235px !important;
	float: left;
	overflow: hidden;
	margin:0px;
	padding:0px;
	display:flex;
	gap:20px;
}
 
.loopSlider ul li {
	width: 315px !important;
	height:225px;
	float: left;
	display: inline;
	overflow: hidden;
	position: relative;
	box-sizing:border-box;
	/*background:#FFF;*/
	border-radius:30px;
	overflow:hidden;
}
.loopSlider ul li a{
	width: 315px !important;
	text-align:center;
}

.loopSlider ul li img{
	text-align:center;
	width: 315px !important;
}
.loopSliderWrap:after {
	content: "";
	display: none;
	clear: none;
}
/*　特集ふきだし
---------------------------------------------*/
.full_content {
		position:relative;
		margin:0 auto;
		clear:both;
}
.full_content ul li{
	margin: 0;
	padding: 0;
		float:left;
		list-style:none;
		display:block !important;
		cursor: pointer;
		color:#FFF;
	position: relative;
}
.full_content .hover {
		background:#6CC;
		font-weight:bold;
}
.full_content ul li img{
}
.full_content ul li img:hover{
}

.full_content .triangle { 
	width: 0;
	height: 0px;
	border-top: 0px solid transparent;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 20px solid #FFF;
	transform: rotate(29deg);
	left: -15px;
	top: 47px;
	position: absolute;
}
.full_content .triangle2 { 
	width: 0;
	height: 0px;
	border-top: 0px solid transparent;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 20px solid #FFF;
	transform: rotate(-29deg);
	right: -15px;
	top: 47px;
	position: absolute;
}
.full_content .triangle3 { 
	width: 0;
	height: 0px;
	border-top: 0px solid transparent;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 20px solid #FFF;
	transform: rotate(29deg);
	left: -15px;
	top: 50px;
	position: absolute;
}
.full_content .triangle4 { 
	width: 0;
	height: 0px;
	border-top: 0px solid transparent;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 20px solid #FFF;
	transform: rotate(-29deg);
	right: -15px;
	top: 50px;
	position: absolute;
}
.full_content .content {
	width: 500px;
	height: 125px;
	background: rgba(255,255,255,0.9);
	top: 0;
	right: 0;
	position: absolute;
}
.full_content .content2 {
	width: 500px;
	height: 125px;
	background: #FFF;
	top: 0;
	left: 0;
	position: absolute;
}
.full_content .content3 {
	width: 500px;
	height: 125px;
	background: #FFF;
	top: 0;
	right: 0;
	position: absolute;
}
.full_content .content4 {
	width: 500px;
	height: 125px;
	background: #FFF;
	top: 0;
	left: 0;
	position: absolute;
}
.full_content p{
	text-align: center;
	margin-top: 50px;
	font-size: 15px;
	letter-spacing: 2px;
}
.full_content a.btn{
	display: block;
	width: 200px;
	border: 2px solid #000;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 5px;
	border-radius: 20px;
	position: relative;
	background:#FFF;
}
.full_content a.btn:after{
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: 12px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: left;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.full_content a.btn:hover{
	background:#000;
	color:#FFF;
}
.full_content a.btn:after:hover{
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: 12px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: left;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*
	 slider
 *******************************************************/
.rcm-box {
  position: relative;
  overflow: hidden;
}
.rcm-box img {
  display: block;
	max-width: none !important;
	max-height: none !important;
	margin:auto;
  opacity: 1;
}
.rcm-overlay {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
background-color:rgba(0,0,0,0.6);
}
.rcm-box:hover .rcm-overlay {
  opacity: 1;
}
.rcm-contents {
  height:110px;
  padding: 160px 25px 20px 25px;
  color: #FFF;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-transition: transform 0.4s, color 0.4s;
  transition: transform 0.4s, color 0.4s;
}
.rcm-box:hover .rcm-contents {
  color: #000;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.rcm-title{
	margin-bottom: 00px;
	font-size: 18px;
	line-height: 22px;
	letter-spacing:2px;
	color:#fff;
	font-weight: 200;
	letter-spacing: 1px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
}
.rcm-button {
	display:block;
	height:170px;
}
.rcm-button a{
  display: block;
}
.rcm-button:hover{
  opacity:1.0;
  /*background: #FFF !important;*/
  color:#333 !important;
  text-decoration:none;
}

/*	ツールチップ
*******************************************************/
/* ツールチップ部分を隠す */
.tooltip2 span { display: none;}
/* マウスオーバー */
.tooltip2:hover {
	position: relative;
	color: #333;
}
/* マウスオーバー時にツールチップを表示 */
.tooltip2:hover span {
	display: block;
	position: absolute;
	top: 0px;
	right: -500px;
	background-color: #FFF;
	padding: 30px 0;
	width: 500px;
	height: 65px;
	color: #333;
	font-size: 14px;
	z-index: 100;
	text-align: center;
	letter-spacing: 3px;
}
.tooltip2:hover span:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
	width: 0;
	height: 0;
	margin-top: -8px;
	border: 10px solid transparent;
	border-right: 10px solid #FFF;
}
.tooltip2:hover span a{
	border: 2px solid #333;
	border-radius: 20px;
	width: 200px;
	text-align: center;
	padding: 5px 0;
	display: block;
	margin: 20px auto;
	position: relative;
}
.tooltip2:hover span a:hover{
	background:#333;
	color:#FFF;
	text-decoration:none;
}
.tooltip2:hover span a:after{
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	right: 18px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: left;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.tooltip2:hover span a:hover:after{
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	right: 18px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: left;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* ツールチップ部分を隠す */
.tooltip3 span { display: none;}
/* マウスオーバー */
.tooltip3:hover {
	position: relative;
	color: #333;
}
/* マウスオーバー時にツールチップを表示 */
.tooltip3:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: -500px;
	background-color: #FFF;
	padding: 30px 0;
	width: 500px;
	height: 65px;
	color: #333;
	font-size: 14px;
	z-index: 100;
	text-align: center;
	letter-spacing: 3px;
}
.tooltip3:hover span:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 500px;
	width: 0;
	height: 0;
	margin-top: -8px;
	border: 10px solid transparent;
	border-left: 10px solid #FFF;
}
.tooltip3:hover span a{
	border: 2px solid #333;
	border-radius: 20px;
	width: 200px;
	text-align: center;
	padding: 5px 0;
	display: block;
	margin: 20px auto;
	position: relative;
}
.tooltip3:hover span a:hover{
	background:#333;
	color:#FFF;
	text-decoration:none;
}
.tooltip3:hover span a:after{
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	right: 18px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: left;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.tooltip3:hover span a:hover:after{
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	right: 18px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: left;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ツールチップ部分を隠す */
.tooltip4 span { display: none;}
/* マウスオーバー */
.tooltip4:hover {
	position: relative;
	color: #333;
}
/* マウスオーバー時にツールチップを表示 */
.tooltip4:hover span {
	display: block;
	position: absolute;
	top: 0px;
	right: -500px;
	background-color: #FFF;
	padding: 30px 0;
	width: 500px;
	height: 65px;
	color: #333;
	font-size: 14px;
	z-index: 100;
	text-align: center;
	letter-spacing: 3px;
}
.tooltip4:hover span:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
	width: 0;
	height: 0;
	margin-top: -8px;
	border: 10px solid transparent;
	border-right: 10px solid #FFF;
}
.tooltip4:hover span a{
	border: 2px solid #333;
	border-radius: 20px;
	width: 200px;
	text-align: center;
	padding: 5px 0;
	display: block;
	margin: 20px auto;
	position: relative;
}
.tooltip4:hover span a:hover{
	background:#333;
	color:#FFF;
	text-decoration:none;
}
.tooltip4:hover span a:after{
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	right: 18px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: left;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.tooltip4:hover span a:hover:after{
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	right: 18px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: left;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* ツールチップ部分を隠す */
.tooltip5 span { display: none;}
/* マウスオーバー */
.tooltip5:hover {
	position: relative;
	color: #333;
}
/* マウスオーバー時にツールチップを表示 */
.tooltip5:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: -500px;
	background-color: #FFF;
	padding: 30px 0;
	width: 500px;
	height: 65px;
	color: #333;
	font-size: 14px;
	z-index: 100;
	text-align: center;
	letter-spacing: 3px;
}
.tooltip5:hover span:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 500px;
	width: 0;
	height: 0;
	margin-top: -8px;
	border: 10px solid transparent;
	border-left: 10px solid #FFF;
}
.tooltip5:hover span a{
	border: 2px solid #333;
	border-radius: 20px;
	width: 200px;
	text-align: center;
	padding: 5px 0;
	display: block;
	margin: 20px auto;
	position: relative;
}
.tooltip5:hover span a:hover{
	background:#333;
	color:#FFF;
	text-decoration:none;
}
.tooltip5:hover span a:after{
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	right: 18px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: left;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.tooltip5:hover span a:hover:after{
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	right: 18px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: left;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}