<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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(255, 255, 255, 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: 200px;
    text-align: left;
    overflow: hidden;
	position:relative;
}
 
.loopSlider ul {
    height: 200px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 300px;
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
    position: relative;
}
.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;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.rcm-box:hover img {
  opacity: 0.3;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.rcm-overlay {
  background:#306000;
  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;
}
.rcm-box:hover .rcm-overlay {
  opacity: 1;
}
.rcm-contents {
  height:110px;
  padding: 70px 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: white;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.rcm-title{
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 22px;
  letter-spacing:2px;
}
.rcm-button {
  text-decoration: none;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  border:1px solid #FFF;
  color: white;
  display: block;
  width: 150px;
  padding:5px;
  text-align: center;
  margin:0 auto;
  position: absolute;
  bottom: 0;
  left:25%;
}
.rcm-button a{
  display: block;
}
.rcm-button:hover{
  opacity:1.0;
  background: #FFF !important;
  color:#306000 !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);
}</pre></body></html>