<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Scss Document */
#header {
	margin-bottom: -8vw;
}
#key {
	position: relative;
}
#key .kv {
	height: 500px;
	position: relative;
	overflow: hidden;
}
#key .kv::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border: 1px solid #000;
	z-index: 2;
}
#key .kv .img-object {
	height: 100%;
	width: 100%;
}
#key .kv .box {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 100%;
	max-width: 320px;
	transform: translate(-50%, -50%);
}
#key .kv .box .logo {
	width: 200px;
	margin: 0 auto 20px;
}
#key .kv .box .dtel dd {
	font-size: 35px;
}
#key .kv .box .dtel dd small {
	font-size: 30px;
}
.bnr {
	margin: 0 auto;
	max-width: 280px;
}

@media only screen and (min-width: 767px) {
	#header {
		padding: 20px 20px 0;
	}
#key {
	height: 830px;
}
	#key .kv_slide {
		display: flex;
		justify-content: space-between;
	}
	#key .kv_slide &gt; div {
		width: 50%;
	}
#key .kv {
	height: 830px;

}
	
	
#key .kv .img-object {
	height: 100%;
	width: 100%;
}
#key .kv .box {
	position: absolute;
	top: 238px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
}
#key .left::before {
	border-right: none;
}
	
	#key .kv .box .logo {
		width: 380px;
	}
	
#key .kv .box .dtel dd {
	font-size: 40px;
}
#key .kv .box .dtel dd small {
	font-size: 30px;
}
	
.bnr {
	position: absolute;
	top: 700px;
	left: 0;
	margin: 0 auto;
	max-width: 273px;
	z-index: 10;
}
}
#news {
	padding: 8vw 0 15vw;
}
#news .wrap {
	padding: 0;
}
#news h2 {
	font-size: 10vw;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 8vw;
	line-height: 1;
}
#news .btn-shared {
	position: relative;
	max-width: 250px;
	margin: 0 auto;
}
#news .slider-s {
	margin-bottom: 12vw;
}
#news .slider-s .news-slick .photo {
	padding: 3px;
	background: #fff;
	border: 1px solid #696969;
}
#news .slider-s .news-slick .photo span {
	display: block;
	height: 210px !important;
	width: 100% !important;
}
#news .slider-s .news-slick .item {
	padding: 0 10px;
}
#news .slider-s .news-slick dl {
	padding-top: 5vw;
	letter-spacing: 0.1em;
}
#news .slider-s .news-slick dl dt {
	font-size: 14px;
}
#news .slider-s .news-slick dl dd {
	font-size: 15px;
	padding-top: 2vw;
	line-height: 1.8;
}

@media only screen and (min-width: 767px) {
#news {
	padding: 52px 0 29px;
}
#news h2 {
	font-size: 72px;
	text-align: center;
	letter-spacing: 5px;
	font-weight: 900;
	margin-bottom: 41px;
}
#news .btn-shared {
	position: absolute;
	top: 10px;
	right: 0;
	width: 250px;
}
#news .btn-shared a {
	font-size: 18px;
	padding: 16px 0 14px;
}
	#news .btn-shared .m-btn span::after {

width: 16px;

height: 16px;

right: -36px;
}
#news .slider-s {
	width: 1000px;
	margin-bottom: 0;
}
#news .slider-s .news-slick .photo {
	margin: 0;
	width: 300px;
	transition: all .7s ease;
}
#news .slider-s .news-slick .photo:hover {
	opacity: .7;
}
#news .slider-s .news-slick .photo span {
	display: block;
	height: 195px!important;
	width: 100% !important;
}
#news .slider-s .news-slick .item {
	padding: 0;
	width: 300px;
	margin: 0 auto;
}
#news .slider-s .news-slick dl {
	padding-top: 22px;
	margin: 0;
}
#news .slider-s .news-slick dl dt {
	font-size: 15px;
	margin-bottom: 9px;
	letter-spacing: 0;
	line-height: 1;
}
#news .slider-s .news-slick dl dd {
	font-size: 15px;
	padding-top: 0;
	line-height: 30px;
}
#news .slider-s .news-slick dl dd a:hover {
	text-decoration: underline;
}
}
#sec1 {
	position: relative;
}
#sec1 .wrap {
	padding: 0;
}
#sec1 h2 {
	width: 80%;
	margin-left: auto;
	margin-bottom: -6vw;
	position: relative;
	z-index: 2;
}
#sec1 h3 {
	padding: 2% 10%;
	position: relative;
}
#sec1 h3::before {
	content: "";
	background: url(../img/index/sec1_tt01_sp.png) no-repeat top center;
	background-size: 100% auto;
	height: 579px;
	position: absolute;
	top: -13vw;
	left: 0;
	right: 0;
}
#sec1 h4 {
	margin-bottom: 30vw;
}
#sec1 .box {
	background: url(../img/index/sec1_bg_sp.jpg) no-repeat bottom center;
	background-size: cover;
	color: #fff;
	padding: 5vw 0 15vw;
}
#sec1 .box .photo {
	display: none;
}
#sec1 .box .txt {
	padding: 0 5vw 10vw;
}
#sec1 .box .btn-shared {
	margin: 0 8vw;
}

@media only screen and (min-width: 767px) {
#sec1 {
	padding-bottom: 203px;
	z-index: 2;
}
#sec1 .wrap {
	padding: 0;
	max-width: 1251px;
}
#sec1 h2 {
	width: 616px;
	margin-left: auto;
	margin-bottom: -47px;
	margin-right: 18px;
}
#sec1 h3 {
	padding: 0;
	width: 693px;
	margin: 0 auto 21px;
}
#sec1 h3::before {
	display: none;
}
#sec1 h4 {
	text-align: center;
	margin: 0 0 23px 272px;
	width: 784px;
}
#sec1 .box {
	background: url(../img/index/sec1_bg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 681px;
	padding: 62px 9px 0;
	border-radius: 20px;
	overflow: hidden;
}
#sec1 .box .photo {
	display: block;
	position: absolute;
	top: 156px;
	left: 23px;
	width: 551px;
}
#sec1 .box .txt {
	padding: 0;
	width: 622px;
	margin-left: auto;
	letter-spacing: 2px;
	padding-right: 25px;
	margin-bottom: 44px;
}
#sec1 .box .btn-shared {
	width: 593px;
	margin: 0 54px 0px auto;
	max-width: 593px;
}
}
#sec2 {
	position: relative;
}
#sec2 .set1::before {
	content: "";
	background: url(../img/index/sec2_deco01_sp.png), url(../img/shared/bg.jpg);
	-webkit-background-size: contain, auto;
	background-size: contain, auto;
	background-repeat: repeat-x, repeat;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	height: 55px;
	background-position: top left, top center;
}
#sec2 .set2 {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background: #f6f4ef;
	padding: 10px 0;
}
#sec2 .set2 .slider-s p {
	font-weight: 900;
	font-size: 30px;
	font-family: "Noto Sans JP B";
	line-height: 1;
	width: 366px;
}

@media only screen and (min-width: 767px) {
#sec2 {
}
#sec2 .set1 {
	height: 584px;
}
#sec2 .set1::before {
	background: url(../img/index/sec2_deco01.png), url(../img/shared/bg.jpg);
	-webkit-background-size: contain, auto;
	background-size: contain, auto;
	background-repeat: repeat-x, repeat;
	position: absolute;
	top: -120px;
	left: 0;
	right: 0;
	height: 120px;
	background-position: top left, top center;
}
#sec2 .set2 {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 9px 0 9px;
}
#sec2 .set2 .slider-s p {
	font-size: 60px;
	width: 685px;
}
}
#sec34 {
	background: #b31f1e;
	padding: 0 10px 10px;
	position: relative;
}
#sec34 .group-in {
	border: 1px solid #000;
	border-top: none;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background: url(../img/shared/bg02.jpg);
	padding-bottom: 9vw;
}
#sec34 .group-in::after {
	content: "";
	background: url(../img/index/sec2_deco01.png), url(../img/shared/bg02.jpg);
	-webkit-background-size: contain, auto;
	background-size: contain, auto;
	background-repeat: repeat-x, repeat;
	position: absolute;
	bottom: 11px;
	left: 11px;
	right: 11px;
	height: 55px;
	background-position: top left, top center;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

@media only screen and (min-width: 767px) {
#sec34 {
	padding: 0 20px 75px;
	position: relative;
}
#sec34 .group-in {
	border: 2px solid #000;
	border-top: none;
	padding-bottom: 83px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	position: relative;
}
#sec34 .group-in::after {
	content: "";
	background: url(../img/index/sec2_deco01.png), url(../img/shared/bg02.jpg);
	-webkit-background-size: contain, auto;
	background-size: contain, auto;
	background-repeat: repeat-x, repeat;
	bottom: 0px;
	left: 0;
	right: 0;
	height: 120px;
	background-position: top left, top center;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
}
#sec3 {
	padding: 10vw 0vw;
	position: relative;
	z-index: 2;
}
#sec3 h2 {
	width: 100%;
	margin: 0 auto 5vw;
}
#sec3 .photo01 {
	margin-bottom: 5vw;
}
#sec3 .txt {
	margin-bottom: 5vw;
}
#sec3 .set2 {
	position: relative;
}
#sec3 .set2 .photo02 {
	margin: 0 -8vw -10vw 8vw;
}
#sec3 .set2 .photo03 {
	position: relative;
	z-index: 2;
	margin-left: -2vw;
}

@media only screen and (min-width: 767px) {
#sec3 {
	padding: 99px 0 152px;
}
#sec3 .wrap {
	max-width: 1238px;
}
#sec3 h2 {
	width: 513px;
	margin: 0 0 35px auto;
}
#sec3 .photo01 {
	margin-bottom: 0;
	position: absolute;
	top: 0;
	left: -21px;
	max-width: 668px;
	width: 60%;
}
#sec3 .txt {
	margin-bottom: 59px;
	width: 515px;
	margin-left: auto;
}
#sec3 .set2 {
	position: relative;
}
#sec3 .set2 .photo02 {
	margin: 0 80px 0 auto;
	width: 787px;
}
#sec3 .set2 .photo03 {
	position: absolute;
	top: 113px;
	left: 4px;
	margin-left: 0;
}
}
#sec4 {
	padding: 0 4vw;
	position: relative;
	z-index: 2;
}
#sec4 .shopinfo {
	border-top: 8px solid #b31f1e;
	border-bottom: 8px solid #b31f1e;
	background: #ffffff;
	padding: 10vw 1vw;
}
#sec4 .shopinfo::before {
	background: #b31f1e;
}
#sec4 .shopinfo .left .logo-s {
	width: 50%;
}
#sec4 .shopinfo .left .ttl {
	letter-spacing: 0;
}

@media only screen and (min-width: 767px) {
#sec4 {
	padding: 0 0;
	position: relative;
	z-index: 2;
}
#sec4 .shopinfo {
	border-top: 15px solid #b31f1e;
	border-bottom: 15px solid #b31f1e;
	padding: 0 0 90px;
}
#sec4 .shopinfo .left .logo-s {
	width: 322px;
}
#sec4 .shopinfo .left .photo {
	border-radius: 45px;
}
#sec4 .shopinfo .left .photo::before {
	border-radius: 45px;
}
#sec4 .shopinfo .left .ttl {
	letter-spacing: 1px;
	line-height: 26px;
	margin-bottom: 38px;
}
#sec4 .shopinfo .btn-shared {
	max-width: 488px;
	margin-left: auto;
}

	
}
#sec5 {
	position: relative;
}
#sec5::before {
	content: "";
	background: url(../img/index/sec5_deco01.png) repeat-x bottom center;
	background-size: cover;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	height: 100px;
	z-index: 1;
}
#sec5 h2 {
	color: #fff;
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	font-size: 10vw;
	letter-spacing: 0.15em;
	line-height: 1;
	padding: 6vw 0;
	font-family: "Noto Sans JP B";
}
#sec5 .set2 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #f6f4ef;
	padding: 10px 0;
}
#sec5 .set2 p {
	font-weight: 900;
	font-size: 30px;
	font-family: "Noto Sans JP B";
	width: 150px;
	text-align: center;
	line-height: 1;
}

@media only screen and (min-width: 767px) {
#sec5 {
	position: relative;
}
#sec5::before {
	content: "";
	background: url(../img/index/sec5_deco01.png) repeat-x bottom center;
	background-size: cover;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	height: 167px;
	z-index: 1;
}
	#sec5 .set1 {
		
height: 690px;
	}
#sec5 h2 {
	top: 0;
	left: 0;
	right: 0;
	font-size: 80px;
	letter-spacing: 2px;
	line-height: 1;
	padding: 36px 0;
}
#sec5 .set2 {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 10px 0;
}
#sec5 .set2 p {
	font-size: 60px;
	width: 290px;
}
}
#sec67 {
	background: url(../img/shared/bg04.jpg);
	padding: 10px;
	position: relative;
}
#sec67 .group-in {
	border-radius: 20px;
	border: 1px solid #000;
	background: url(../img/shared/bg03.jpg);
	padding-bottom: 9vw;
}

@media only screen and (min-width: 767px) {
#sec67 {
	padding: 20px 20px 112px;
}
#sec67 .group-in {
	border-radius: 20px;
	padding-bottom: 107px;
	border: 2px solid #000;
}
}
#sec6 {
	padding: 10vw 0vw;
	position: relative;
	z-index: 2;
}
#sec6 h2 {
	width: 100%;
	margin: 0 auto 8vw;
}
#sec6 .set1 {
	position: relative;
	margin-bottom: 4vw;
}
#sec6 .set1 .photo {
	margin-bottom: 5vw;
}
#sec6 .set1 .txt {
	margin-bottom: 0;
}
#sec6 .set2 {
	position: relative;
}
#sec6 .set2 .photo01 {
	width: 66%;
	margin-bottom: -10vw;
}
#sec6 .set2 .photo02 {
	position: relative;
	z-index: 2;
	margin-left: auto;
	width: 47%;
}
#sec6 .set2 .deco01 {
	position: absolute;
	bottom: -7vw;
	left: 0;
	width: 49%;
	z-index: 2;
}
#sec6 .set2 .deco02 {
	position: absolute;
	top: 0;
	right: 2vw;
	width: 33%;
	z-index: 3;
}
#sec6 .set2 .deco03 {
	position: absolute;
	bottom: -13vw;
	right: -4vw;
	width: 20%;
	z-index: 3;
}

@media only screen and (min-width: 767px) {
#sec6 {
	padding: 97px 0vw 82px;
}
#sec6 h2 {
	width: 523px;
	margin: 0 0 18px;
}
#sec6 .set1 {
	margin-bottom: 89px;
}
	#sec6 .set1 .wrap {
    max-width: 1241px;
}
#sec6 .set1 .photo {
	margin-bottom: 0;
	position: absolute;
	top: -10px;
	right: -29px;
	width: 668px;
}
#sec6 .set1 .txt {
	margin-bottom: 0;
	width: 570px;
}
#sec6 .set2 {
	position: relative;
}
#sec6 .set2 .photo01 {
	width: 750px;
	margin-bottom: -195px;
	margin-left: -117px;
}
#sec6 .set2 .photo02 {
	margin-left: auto;
	margin-right: -109px;
	width: 578px;
	z-index: 2;
}
#sec6 .set2 .deco01 {
	bottom: -10px;
	left: -217px;
	width: 571px;
}
#sec6 .set2 .deco02 {
	position: absolute;
	top: -79px;
	right: -132px;
	width: 430px;
}
#sec6 .set2 .deco03 {
        bottom: -125px;
        right: -211px;
        width: 199px;
}
}
#sec7 {
	padding: 0 4vw;
	position: relative;
	z-index: 2;
}
#sec7 .shopinfo {
	border-top: 8px solid #000;
	border-bottom: 8px solid #000;
	background: #f6f3e8;
	padding: 10vw 1vw;
}
#sec7 .shopinfo::before {
	background: #000;
}
#sec7 .shopinfo .left .logo-s {
	width: 50%;
}
#sec7 .shopinfo .left .ttl {
	letter-spacing: 0;
}

@media only screen and (min-width: 767px) {
#sec7 {
	padding: 0;
	position: relative;
	z-index: 2;
}
#sec7 .shopinfo {
	border-top: 15px solid #000;
	border-bottom: 15px solid #000;
	background: #f6f3e8;
	padding: 0px 0px 78px;
}
#sec7 .shopinfo::before {
	background: #000;
}
#sec7 .shopinfo .left .logo-s {
	width: 345px;
	padding-top: 19px;
	margin-bottom: 18px;
}
#sec7 .shopinfo .left .photo {
	border-radius: 45px;
}
#sec7 .shopinfo .left .photo::before {
	border-radius: 45px;
}
#sec7 .shopinfo .left .ttl {
	letter-spacing: 1px;
	line-height: 26px;
	margin-bottom: 56px;
}
#sec7 .shopinfo .btn-shared {
	max-width: 488px;
	margin-left: auto;
}
	
	#sec7 .shopinfo .right .list {
    margin-bottom: 80px;
}
	
}



@media screen and (min-width: 767px) and (max-width: 1299px) {
	#sec1 .box .txt {
		width: 46%;
	}
	#sec3 .wrap {
		padding-right: 20px;
	}
    #sec3 .photo01 {
        left: auto;
        max-width: 668px;
        width: 54%;
        right: 52%;
    }
	#sec6 .set1 .wrap {
		padding-left: 20px;
	}
	#sec6 .set1 .photo {
		left: 52%;
		right: auto;
	}
	
	#sec6 .set2 .deco02 {
		right: -5vw;
	}
	#sec6 .set2 .deco01 {
		left: -11vw;
	}
	#sec6 .set2 .deco03 {
		right: -12vw;
	}
	#sec1 .wrap {
		padding: 0 30px;
	}
	
}










</pre></body></html>