<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html:not(.responsive) {
	min-width: 1000px; /* viewport */
}

/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
	font-size: 15px;
	line-height: 36px;
	letter-spacing: 0.1em;
	background: #fff;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}


/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.fnt-hannari { font-family: "Hannari"; }

/*=============================================
 * &lt;main&gt;
 *=============================================*/
@-webkit-keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0, 20%, 0);
		opacity: 0;
		transform: translate3d(0, 20%, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}
@keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0, 20%, 0);
		opacity: 0;
		transform: translate3d(0, 20%, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
.js-scroll--anime {
	-webkit-animation: batchrotate 20s linear infinite;
	animation: batchrotate 20s linear infinite;
}
@-webkit-keyframes batchrotate { 
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes batchrotate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
.wrap {
	width: 1000px;
}
.tac {
	text-align: center;
}

.d-flex {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
@media all and (-ms-high-contrast:none) {
    p.btn a img, header .nav-fl a img {
        transition: opacity 0s ease !important;
        -moz-transition: opacity 0s ease !important;
        -webkit-transition: opacity 0s ease !important;
    }
	.btn-over img,
	.over-img img,
	img.over,
	img:not(.btn):not(.non-over),
	button img {
		opacity: 1;
		transform: translateX(0) translateZ(0);
		-moz-transform: translateX(0) translateZ(0);
		-webkit-transform: translateX(0) translateZ(0);
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
}
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.rss_img span {
        padding-top: 70%;
        height: 0 !important;
    }
    .text br{
        display: none;
    }
	.wrap {
		width: auto;
		padding: 0 4%;
	}
	.d-flex {
		flex-wrap: wrap;
	}
	.pc {
		display: none !important;
	}
	html.responsive img{
		width: 100%;
	}
}


/*=============================================
 * &lt;header&gt;
 *=============================================*/

header {
	position: relative;
	z-index: 11;
}
header .header-top{
	padding-top: 25px;
	padding-bottom: 25px;
}
header h1 {
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0;
	color: #999;
	/* margin-left: 66px; */
	width: 50%;
}
header .header-top .hd-sns{
	display: flex;
	justify-content: flex-end;
	position: absolute;
	right: 52px;
	top: 0;
}
header .header-top .hd-sns li:first-child{
	margin-right: 20px;
}
header .header-top .hd-sns li:last-of-type{
	margin-left: 20px;
}
header .header-top .nav{
	position: absolute;
	right: 52px;
	top: 66px;
}
header .logo {
	margin: 14px 0 0 0px;
}
header .nav {
	display: flex;
	justify-content: center;
}
.hamburger {
	background-color: transparent;
	border-radius: 4px;
	position: fixed;
	z-index: 100;
	top: 15px;
	right: 4%;
	width: 35px;
	height: 50px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	margin: 0;
	overflow: visible;
}
.hamburger-box {
	width: 35px;
	height: 30px;
	display: block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 100%;
    height: 2px;
	background-color: #000000;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -12px;
}
.hamburger-inner::after {
	bottom: -12px;
}
/** Vortex Reverse **/
.hamburger--vortex-r .hamburger-inner {
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
	transition-duration: 0s;
	transition-delay: 0.1s;
	transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
	transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
	transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
	transform: rotate(-765deg);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
	transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
}
.hamburger--vortex-r.is-active{
	top: 5px;
}
@media screen and (min-width: 768px) {
	.menu-toggle,
	.hamburger {
		display: none;
	}
}
@media screen and (max-width: 767px) {
    body{
        font-size: 14px;
        line-height: 28px;
    }
	.menu-toggle {
		position: fixed;
		width: 100%!important;
		top: 0;
		right: 0;
		height: 100vh;
		overflow-y: auto;
		z-index: 99;
		padding-top: 115px;
		padding-bottom: 90px;
		margin-top: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #edede8;
		color: #fff;
		display: block;
		opacity: 0;
		visibility: hidden;
	}
	.navOpen .menu-toggle {
		opacity: 1;
		visibility: visible;
		pointer-events: visible;
	}
	header{
		z-index: 111;
	}
	header .header-top {
	    padding: 2vw 0 3vw;
	}
	header h1{
		width: 80%;	
		margin-left: 0;
	}
	header .logo {
		margin: 10px 0 0 0;
		width: 45%;
	}
	header .nav {
		flex-wrap: wrap;
	}
	header .nav a {
		text-align: center;
		width: 100%;
		position: relative;
	}
	header .nav a:before{
		content: "";
		position: absolute;
		left: 50%;
		bottom: 2vw;
		background: #000;
		height: 1px;
		width: 43vw;
		transform: translateX(-50%);
		opacity: 0;
	}
	header .nav a.active:before{
		opacity: 1;
	}
	header .nav a img{
		width: 50%;
	}
}

/*=============================================
 * &lt;header&gt;
 *=============================================*/

.nav-fixed {
	background: #edede8;
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: -80px;
	padding: 24px 0 20px;
}
.nav-fixed.fixed {
	position: fixed;
	top: 0;
}
.nav-fixed nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;


	display: flex;
	justify-content: center;
	align-items: center;
}
.nav-fixed a {
	position: relative;
}
.nav-fixed a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.nav-fixed {
		height: 0;
		display: none;
	}
}

/*=============================================
 * key
 *=============================================*/

#key {
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	height: 800px;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#key .slide-key img{
    display: none;
}
@media screen and (max-width: 767px) {
    #key .slide-key img{
        display: block;
    }
	#key{
		height: auto;
	}
}
/*=============================================
 * &lt;footer&gt;
 *=============================================*/

footer {
	text-align: center;
    position: relative;
    z-index: 11;
	background: #dedfd9;
	padding: 50px 0 30px;
}
footer .footer-01 {
	display: flex;
	margin-bottom: 34px;
}
footer .footer-01 .ft-info{
	margin-left: 60px;
	line-height: 40px;
	text-align: left;
}
footer .footer-01 .ft-bnr{
	margin: 38px 0 0 78px;
}
footer .footer-01 .ft-bnr a{
	display: inline-block;
	margin-right: 10px;
}
footer nav {
	margin-bottom: 32px;
}
footer nav &gt; a + a {
	padding-left: 20px;
}
footer nav &gt; a + a:before {
	padding-right: 20px;
}
footer nav &gt; a:hover {
	text-decoration: none;
}
footer nav &gt; a:hover span,
footer nav &gt; a.active span {
	text-decoration: underline;
}
footer .cookies-link,
footer address {
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 0.05em;
}
footer address{
	margin-top: 19px;
}
/*====================== ft_fixed ====================== */
#ft_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	font-size: 12px;
}
.navOpen #ft_fixed {
	z-index: 0;
}

.ft_fixed_shared {
	display: block;
	width: 100%;
	z-index: 100;
}
.ft_fixed_shared li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	background-color: #333333;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}
.ft_fixed_shared li a {
	display: inline-block;
	position: relative;
}
.ft_fixed_shared li a img{
	max-height: 45px;
	width: auto;
}
.ft_fixed_shared li a:before {
	font-size: 12px;
}
.ft_fixed_shared li a:after {
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	content: '\f105';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: none;
	text-decoration: inherit;
}
@media screen and (max-width: 767px) {
	#pagetop {
		width: 50px;
        bottom: 100px;
        z-index: 99;
	}
    .has_nav #ft_fixed {
        opacity: 1;
        visibility: visible;
    }
	footer{
		padding-bottom: 90px;
	}
	footer nav{
		display: none;
	}
	footer .footer-01{
		display: block;
	}
	footer .footer-01 .ft-info {
		margin-left: 0;
		line-height: 30px;
		text-align: center;
	}
	footer .footer-01 .ft-bnr{
		margin: 8vw auto 0;
		max-width: 345px;
	}
	footer .footer-01 .ft-bnr a{
		margin-right: 0;
		margin-bottom: 8vw;
	}
}
/* iPhone X */
@media only screen  and (min-device-width: 375px)  and (min-device-height: 812px)  and (-webkit-device-pixel-ratio: 3)  and (orientation: portrait) {
	.has_nav footer:after {
		background: #333333;
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
	}
	#ft_fixed {
		bottom: calc(env(safe-area-inset-bottom) - 0px);
	}
}
/* iPhone XR */
@media only screen  and (min-device-width: 414px)  and (min-device-height: 896px)  and (-webkit-device-pixel-ratio: 2)  and (orientation: portrait) {
	.has_nav footer:after {
		background: #333333;
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
	}
	#ft_fixed {
		bottom: calc(env(safe-area-inset-bottom) - 0px);
	}
}
/* iPhone 11 */
@media  only screen and (-webkit-min-device-pixel-ratio: 3),  only screen and ( min--moz-device-pixel-ratio: 3),  only screen and ( -o-min-device-pixel-ratio: 3/1),  only screen and ( min-device-pixel-ratio: 3),  only screen and ( min-resolution: 458dpi),  only screen and ( min-resolution: 3dppx) {
	.has_nav footer:after {
		background: #333333;
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
	}
	#ft_fixed {
		bottom: calc(env(safe-area-inset-bottom) - 0px);
	}
}
.bg_parallax {
	position: relative;
	padding-top: 45vh;
}
.img_parallax {
	clip: rect(0, auto, auto, 0);
	margin-bottom: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.img_parallax img {
	width: 100% !important;
	height: 100vh !important;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	object-fit: cover;
	z-index: 0;
	transform: translateZ(0);
}
/* Slider */
.slick-loading .slick-list {
    background: #fff url('../img/shared/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 215px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev {
   left: -50px;
	background: url("../img/shared/icon_pre.jpg") no-repeat center / cover;
}
.slick-next {
    right: -50px;
	background: url("../img/shared/icon_next.jpg") no-repeat center / cover;
}
/* Dots */
.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 0;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 6px;
    padding: 5px 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    outline: none;
    border: none;
	border-top:1px solid #000000;
    background: transparent;
	width: 40px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li.slick-active button {
    border-color: #c50000;
}
.style-dot2 .slick-dots li.slick-active button{
	background: #c50000;
}
@media screen and (max-width: 767px){
	.slick-arrow{
		top: 50% !important;
		transform: translateY(-50%);
		width: 40px;
		height: 40px;
	}
	.slick-next{
		right: -20px;
	}
	.slick-prev{
		left: -20px;
	}
}</pre></body></html>