<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 55px;
	background: url(../img/index/main_visual_bg01.jpg) no-repeat center center;
	background-size: cover;
    overflow: hidden;
	z-index: 10;
}

.mainVisual .inner {
	margin: 0 auto;
    padding: 440px 0 10px;
    width: 1000px;
    min-height: 680px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

.mainVisual .mainImg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 145px;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
    opacity: 0;
}

.mainVisual .mainImg.show {
    opacity: 1;
}

.mainVisual h2 {
    position: relative;
    margin-bottom: 15px;
	clear: both;
	color: #776410;
	font-size: 2.5rem;
	font-weight: normal;
	letter-spacing: 6px;
	text-align: center;
    opacity: 0;
	transition: all ease 1.25s;
	-webkit-transition: all ease 1.25s;
    z-index: 1;
}

.mainVisual h2.show {
    opacity: 1;
}

.mainVisual h2 .sm {
	font-size: 2.2rem;
}

.mainVisual p {
    position: relative;
	color: #776410;
	font-size: 1.4rem;
	line-height: 2.1;
	text-align: center;
    opacity: 0;
	transition: all ease 1.25s;
	-webkit-transition: all ease 1.25s;
    z-index: 1;
}

.mainVisual p.show {
    opacity: 1;
}

#main .h3Ttl01 {
	margin-bottom: 30px;
    overflow: hidden;
    zoom: 1;
}

#main .h3Ttl01 img {
	width: auto;
	height: 61px;
	max-width: none;
}

#main .h3Ttl01 .ttl {
    display: block;
    float: right;
    font-size: 3rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 2px;
}

#main .btn {
	margin-bottom: 35px;
	text-align: center;
}

#main .btn a {
	display: inline-block;
	font-family: 'Noto Sans';
}

#main .btn img {
	width: 195px;
}

#main .btn a:hover {
	opacity: 0.7;
}

#main .sec01,
#main .sec02 {
	margin-bottom: 80px;
	background: url(../img/index/sec01_bg01.jpg) no-repeat center center;
	background-size: cover;
}

#main .imgBox .photoBox {
	float: left;
}

#main .imgBox .photoBox img {
	width: 615px;
}

#main .imgBox .textBox {
	margin-left: -80px;
	width: 380px;
	float: right;
	display: table;
	table-layout: fixed;
}

#main .imgBox .textBox .subBox {
	padding-bottom: 32px;
	display: table-cell;
	vertical-align: middle;
}

#main .imgBox .textBox p {
	margin-bottom: 20px;
	color: #C72442;
	font-size: 1.4rem;
	line-height: 2.85;
}

#main .sec01 .imgBox .textBox .h3Ttl01 .ttl {
    width: 130px;
    color: #C72442;
}

#main .sec01 .imgBox .textBox p:last-child {
	margin-bottom: 0;
}

#main .watchBox {
	margin: 0 auto 90px;
	width: 606px;
	display: table;
	table-layout: fixed;
}

#main .watchBox .slideBox,
#main .watchBox .textBox {
	padding-left: 10px;
	width: 392px;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}

#main .watchBox .slideBox li {
	text-align: center;
}

#main .watchBox .slideBox li img {
	margin: 0 auto;
	display: block;
}

#main .watchBox .slideBox .slick-dots {
	height: 10px;
	position: absolute;
	left: 50%;
	bottom: -11px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#main .watchBox .slideBox .slick-dots li {
	margin: 0 10px;
	width: 10px;
	height: 10px;
	min-height: inherit;
	float: left;
	background: #E4E4E4;
	border-radius: 50%;
	cursor: pointer;
}

#main .watchBox .slideBox .slick-dots li:before {
	display: none;
}

#main .watchBox .slideBox .slick-dots li.slick-active {
	background: #000;
}

#main .watchBox .slideBox .slick-dots li button {
	display: none !important;
}

#main .watchBox .textBox {
	padding: 15px 0 0 5px;
	width: 214px;
}

#main .watchBox .textBox p {
	margin-bottom: 22px;
	font-size: 1.5rem;
	letter-spacing: 1px;
	line-height: 1.85;
}

#main .watchBox .textBox p:last-child {
	margin-bottom: 0;
}

#main .watchBox .textBox .btn {
	margin-top: 20px;
	text-align: left;
}

#main .watchBox .textBox .btn a {
	padding: 14px 5px 15px;
	min-width: 150px;
	display: inline-block;
	letter-spacing: 0.5px;
	line-height: 1.5;
	text-align: center;
	border: 1px solid #000;
	box-sizing: border-box;
}

#main .sec02 {
	margin-bottom: 0;
	background-image: url(../img/index/sec02_bg01.jpg);
}

#main .sec02 .imgBox .photoBox {
	float: left;
}

#main .sec02 .imgBox .photoBox img {
	width: 504px;
}

#main .sec02 .imgBox .textBox {
	margin-left: -100px;
	padding-left: 5px;
	width: 410px;
	box-sizing: border-box;
}

#main .sec02 .imgBox .textBox .subBox {
	padding: 35px 0 0;
}

#main .sec02 .imgBox .textBox p {
	margin-bottom: 20px;
	color: #000;
}

#main .whiteBg {
	padding: 80px 0 105px;
	background-color: #FFF;
}

#main .watchBox01 {
	margin-bottom: 0;
}

#main .watchBox01 .slideBox .slick-dots {
	bottom: -25px;
}

#main .watchBox01 .textBox {
	padding-top: 27px;
}

#main .sec03 {
	margin-bottom: 0;
	padding: 99px 0 45px;
	background: url(../img/index/sec03_bg01.jpg) no-repeat center center;
	background-size: cover;
}

#main .sec03 .content {
	width: 1026px;
}

#main .sec03 .h3Ttl01 {
	margin-bottom: 11px;
	text-align: center;
}

#main .sec03 p {
	margin-bottom: 34px;
	color: #25AA9F;
	font-size: 1.4rem;
	line-height: 2.8;
	text-align: center;
}

#main .sec03 .photo {
	text-align: center;
}

#main .sec03 .photo img {
	height: 442px;
}

#main .watchSec {
	padding: 80px 0 100px;
	background-color: #FFF;
}

#main .watchSec .watchUl {
	margin: 0 auto;
	padding-left: 15px;
	width: 1130px;
	box-sizing: border-box;
}

#main .watchSec .watchUl li {
	margin-bottom: 120px;
	width: 550px;
	float: left;
}

#main .watchSec .watchUl li:nth-child(2n) {
	float: right;
}

#main .watchSec .watchUl .watchBox {
	margin-bottom: 0;
	width: 550px;
}

#main .watchSec .watchUl .watchBox .slideBox {
	padding-left: 0;
	width: 350px;
}

#main .watchSec .watchUl .watchBox .slideBox li {
	margin-top: 0;
	margin-bottom: 0;
}

#main .watchSec .watchUl .watchBox .slideBox .slick-dots {
	bottom: -40px;
}

#main .watchSec .watchUl .watchBox .textBox {
	padding: 43px 0 0 3px;
	width: auto;
}

@media all and (max-width: 767px) {
	.mainVisual {
		margin-bottom: 30px;
	}

	.mainVisual .inner {
		margin: 0 10px;
        padding: 60% 0 40px;
        width: auto;
        min-height: inherit;
	}

	.mainVisual .mainImg {
        top: 90px;
    }

	.mainVisual .mainImg img {
        width: 100%;
    }
    
	.mainVisual h2 {
		top: -20px;
		font-size: 2rem;
		letter-spacing: 2px;
	}

	.mainVisual h2 {
		top: -20px;
		font-size: 2rem;
		letter-spacing: 2px;
	}

	.mainVisual h2 .sm {
		font-size: 1.8rem;
	}

	.mainVisual p {
		top: -10px;
		font-size: 1.3rem;
		line-height: 1.8;
		text-align: justify;
	}

	#main .h3Ttl01 {
		margin: 0 auto 15px;
        width: 295px;
		text-align: center;
	}

	#main .h3Ttl01 img {
		height: 40px;
	}

    #main .h3Ttl01 .ttl {
        display: block;
        float: right;
        font-size: 2rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 2px;
        text-align: left;
    }

	#main .btn {
		margin-bottom: 30px;
	}

	#main .btn a {
		display: block;
	}

	#main .btn img {
		width: 140px;
	}

	#main .sec01,
	#main .sec02 {
		margin-bottom: 30px;
	}

	#main .sec02 {
		margin-bottom: 0;
	}

	#main .imgBox {
        padding: 20px 0;
    }
    
	#main .imgBox .photoBox {
		margin: 0 auto!important;
		width: 60%;
		max-width: 320px;
		float: none!important;
	}

	#main .imgBox .photoBox img {
		width: 100%!important;
	}

	#main .imgBox .textBox {
		margin: 0 0 20px !important;
		width: auto!important;
		float: none!important;
		display: block;
	}

	#main .imgBox .textBox .subBox {
		padding: 0!important;
		display: block;
	}

	#main .imgBox .textBox p {
		font-size: 1.3rem;
		line-height: 1.8;
	}

    #main .sec01 .imgBox .textBox .h3Ttl01 .ttl {
        width: 80px;
        color: #C72442;
    }

	#main .watchBox {
		margin: 0 10px 30px!important;
		width: auto!important;
		display: block!important;
	}

	#main .watchBox .slideBox,
	#main .watchBox .textBox {
		padding: 0!important;
		width: auto!important;
		display: block!important;
	}

	#main .watchBox .slideBox {
		margin-bottom: 40px!important;
	}
	
	#main .watchBox .slideBox li img {
		margin: 0 auto;
		width: auto;
		height: 297px;
		display: block;
	}

	#main .watchBox .slideBox .slick-dots {
		height: 8px;
		bottom: -20px!important;
	}

	#main .watchBox .slideBox .slick-dots li {
		margin: 0 5px;
		width: 8px;
		height: 8px;
	}

	#main .watchBox .textBox {
		width: auto!important;
		text-align: center!important;
	}

	#main .watchBox .textBox p {
		margin-bottom: 10px;
		font-size: 1.3rem;
		letter-spacing: 0;
		line-height: 1.8;
	}

	#main .watchBox .textBox .btn {
		margin: 10px 0 0;
		text-align: center!important;
	}
	
	#main .watchBox .textBox .btn a {
		padding: 10px 5px;
		width: 50%;
		max-width: 250px;
	}

	#main .whiteBg {
		padding: 30px 0;
	}

	#main .whiteBg .watchBox {
		margin-bottom: 0!important;
	}

	#main .sec03 {
		margin-bottom: 0;
		padding: 40px 0;
	}

	#main .sec03 .content {
		width: auto;
	}

	#main .sec03 .h3Ttl01 {
	}

	#main .sec03 .h3Ttl01 img {
		height: 25px;
	}

	#main .sec03 p {
		margin-bottom: 20px;
		font-size: 1.3rem;
		line-height: 1.8;
	}

	#main .sec03 .photo img {
		height: auto;
	}

	#main .watchSec {
		padding: 30px 0;
	}

	#main .watchSec .watchUl {
		margin: 0;
		padding-left: 0;
		width: auto;
	}

	#main .watchSec .watchUl &gt; li {
		margin: 0!important;
		width: auto!important;
		float: none!important;
	}
}
</pre></body></html>