<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ------------------------------------------------------------------
     common
------------------------------------------------------------------ */
.feature_ .contents_ {
	width: 100%;
/*	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
/*	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;*/
	font-family: Avenir, 'Helvetica neue', Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0 auto;
	overflow: hidden;
	background-color: #ffffff;
	box-sizing: border-box;
}
.feature_ .contents_inner_ {
	width: 100% !important;
	margin: 0 auto;
	padding: 0 0 0 !important;
	background-color: #ffffff;
	box-sizing: border-box;
}
.feature_ .contents_inner_ img {
	width: 100%;
	height: auto;
}
.feature_ .contents_inner_ a {
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	opacity:1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-decoration: none;
}
.feature_ .contents_inner_ a:hover {
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
	opacity:0.5;
	text-decoration: none;
}

.feature_ .contents_inner_ .section_ {
	width: 1200px;
	position: relative;
	box-sizing: border-box;
}
.feature_ .contents_inner_ .fleft_ {
	float: left;
	box-sizing: border-box;
	position: relative;
	width: 50%;
}
.feature_ .contents_inner_ .fright_ {
	float: right;
	box-sizing: border-box;
	position: relative;
	width: 50%;
}
.feature_ .contents_inner_ .lhn_ {
	line-height: 0;
}
.feature_ .contents_inner_ .flex_ {
	display: flex;
}
.feature_ .contents_inner_ .flex_.center_ {
	justify-content: center;
}

.feature_ .contents_inner_ p.info_ {
	font-size: 16px;
	color: #595757;
	text-align: center;
	line-height: 1.5;
	margin-top: 20px;
}
.feature_ .contents_inner_ p.info_ a {
	color: #f28aa9;
}

.feature_ .contents_inner_ .btn01_ {
	width: 110px;
	margin: 0 auto 0;
	line-height: 0;
}
.feature_ .contents_inner_ .btn02_ {
	width: 340px;
	margin: 55px auto 0;
	line-height: 0;
}
.feature_ .contents_inner_ .btn03_ {
	margin: 0 0 0 0;
	text-align: center;
}
.feature_ .contents_inner_ .btn03_ a {
	font-size: 16px;
	color: #595757;
	text-decoration: none;
}


/* ------------------------------------------------------------------
     animation
------------------------------------------------------------------ */
.fuwa_ {
    opacity: 0;
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
}
.fuwa2_ {
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transition: 1.5s;
}
.fadein_ {
    opacity: 0;
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    /*transition: all 300ms;*/
    transition: 1.5s;
}
.fadein_.scrollin_ {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0,0);
}

/* ------------------------------------------------------------------
     header
------------------------------------------------------------------ */
.feature_ .contents_inner_ .header_ {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 0;
	box-sizing: border-box;
}
.feature_ .contents_inner_ .header_ .main_ {
	width: 100%;
}

/* ------------------------------------------------------------------
     section01
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section01_ {
	width: 1200px;
	margin: 0 auto 0;
	padding: 0 0 0 0;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section01_ .img01_ {
	width: 100%;
}

/* ------------------------------------------------------------------
     section02
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section02_ {
	width: 1200px;
	margin: 0 auto 0;
	padding: 15px 0 0 0;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section02_ .img02_ {
	width: 100%;
	position: relative;
}
.feature_ .contents_inner_ #section02_ .img02_ .box_ {
	position: absolute;
	bottom: 95px;
	left: 0;
	width: 100%;
}

/* ------------------------------------------------------------------
     section03
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section03_ {
	width: 1200px;
	margin: 0 auto 0;
	padding: 0 0 0 0;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}
.feature_ .contents_inner_ #section03_ .img03_ {
	width: 100%;
}

/* ------------------------------------------------------------------
     section04
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section04_ {
	width: 1200px;
	margin: 0 auto 0;
	padding: 0 0 0 0;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.feature_ .contents_inner_ #section04_ .img04_ {
	width: 100%;
	margin-top: -44px;
	position: relative;
}
.feature_ .contents_inner_ #section04_ .img04_ .box_ {
	position: absolute;
	bottom: 85px;
	left: 0;
	width: 100%;
}

/* ------------------------------------------------------------------
     section05
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section05_ {
	width: 1200px;
	margin: 0 auto 0;
	padding: 0 0 0 0;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section05_ .img05_ {
	width: 100%;
}


/* ------------------------------------------------------------------
     footer
------------------------------------------------------------------ */
.feature_ .contents_inner_ .footer_ {
	width: 1200px !important;
	height: 355px;
	margin: 0 auto 0;
	padding: 85px 0 0;
	background: url(/img/usr/feature/sl/2208sl_autumn/pc/2208sl_autumn_img06.jpg) no-repeat;
	background-size: 1200px 200px;
	background-position: top 85px left 0;
}
.feature_ .contents_inner_ .footer_ .attention_ {
	font-family: Avenir, 'Helvetica neue', Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	text-align: center;
	color: #000000;
	padding-top: 25px;
}
.feature_ .contents_inner_ .footer_ a.footer_link_ {
	display: block;
	font-size: 16px;
	color: #604c3f;
	text-align: center;
	text-decoration: underline;
	margin-top: 30px;
}
.feature_ .contents_inner_ .footer_ .box_sns_ {
	text-align: center;
	margin-top: 40px;
}
.feature_ .contents_inner_ .footer_ .box_sns_ li {
	display: inline-block;
	padding: 0 20px;
}
.feature_ .contents_inner_ .footer_ .box_sns_ li img {
	width: 20px;
}

.feature_ .contents_inner_ .footer_ .txt_copy_ {
	font-family: Avenir, 'Helvetica neue', Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
	text-align: center;
	padding: 10px 0 25px;
	font-size: 14px;
	color: #000000;
}

.feature_ .contents_inner_ .footer_ #goto_pagetop_ {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
	z-index: 9090;
}


/* ------------------------------------------------------------------
     clearfix
------------------------------------------------------------------ */
.feature_ .contents_inner_ .clearfix_ {
	zoom: 1;
}
.feature_ .contents_inner_ .clearfix_:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.feature_ .contents_inner_ .clear_ {
	clear: both;
}
</pre></body></html>