<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
	font-size: 62.5%!important;
}
#wrapper_intimite_basic
/*body*/
{
	font-family:'Lato', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; 
	color: #595757;
	background-color: #ffffff;
	line-height: 0;
	letter-spacing: 0.05em;
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-feature-settings: "palt" 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	position: relative;
	overflow-x: hidden;
	animation: fadeIn 1.0s ease 0s 1 normal;
	-webkit-animation: fadeIn 1.0s ease 0s 1 normal;
	height: 100%;
}
*:focus {
	outline: none;
}

#wrapper_intimite_basic a {
	text-decoration: none;
	color: #595757;
}
img {
	width: 100%;
	position: relative;
}
@keyframes fadeIn {
	0% {
	display: none;
	opacity: 0;
	}
	1% {
	display: block;
	opacity: 0;
	}
	100% {
	display: block;
	opacity: 1;
	}
}
@keyframes animationZoom1 {
	0% { transform: scale(1.1)
	}
	100% { transform: scale(1.0)
	}
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*追加コード*/
.jqmWindow {
	display: none!important;
	color: #FFFFFF!important;
	opacity: 0!important;
}
.s_button img {
	width: initial;
}
body #contant section {
	padding-bottom: 0!important;
}
#contant {
	padding-right: 0!important;;
}
#nav #leftSearchBox input {
    background-color: #FFFFFF!important;
}
#nav .nav_inner .sns_list {
	border-top: solid 1px #707070!important;
}
section#contant_h {
    overflow: hidden;
}
body img {
	max-width: initial;
	width: 100%;
}

::placeholder {
color: #000000;
}
#foot {
	margin-top: 0!important;
}
body {
color: #000000;
}



/*format*/
#nav {
	max-width: 320px;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 2;
	background-color: #FFFFFF;
	top: 0;
	border-right: 1px solid #D9D9D9;
}
#contant_h {
/*	ここまで消す*/
/*
	max-width: 100%;
	padding-right: 0;
	padding-left: 320px;
	box-sizing: border-box;
*/
/*	ここまで消す*/
    overflow-x: hidden;
    overflow-y: scroll;
}
.bnr_sp_kari{
	display: none;
}

.haikei{
	position: relative;
}


/*top_section*/
.top_section{
	position: relative;
	z-index: 10;
	width: 100%;
	color: #595757;
}
.top_photo{
	width: 100%;
	overflow: hidden;
	display: block;
}
.top_photo_in{
	width: 100%;
	margin: 0 auto;
}
.top_photo_in img{
	animation: animationZoom1 0.8s ease-in-out forwards;
}

h1.top_title {
	width:36%;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	animation-name: fadeIn;
	animation-duration: 0.7s;
	animation-timing-function: ease;
	animation-delay: 1.0s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	opacity: 0;
}

.top_title_kazari{
	width:auto;
    position: absolute;
	right: 0;
	bottom: 5%;
	left: 0;
	margin: 0 auto 0 auto;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.4;
	font-size: 0.9rem;
}

.scroll {
	display: inline-block;
	position: absolute;
	bottom: -5%;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	padding: 7% 0 0 0;
	overflow: hidden;
	font-size: 1.0rem;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	writing-mode: horizontal-tb;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}
.scroll::after {
	content: '';
	position: absolute;
	bottom: 20%;
	left: 50%;
	width: 1px;
	height: 70%;
	background: #cccccc;
}
.scroll::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}


.lead_sentence{
	margin: 16% auto 16% auto;
	text-align: center;
	line-height: 2;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	font-family: Noto Serif JP;
}





/*frame_kazari-----------------------------*/
#frame_kazari_1{
	display: none;
	position: fixed;
	z-index: 49;

	width: 100%;
	bottom: 16px;
	right: 16px;
}
.bnr_logo{
	width: 20%;
	position: absolute;
	bottom: 1%;
	right: 0;
	mix-blend-mode: multiply;
}
#frame_kazari_2 {
	display: none;
	position: fixed;
	width: 100%;
	top: 20px;
	right: 20px;
	z-index: 99;
	letter-spacing: 0.05em;
	text-align: right;
	font-size: 1.1rem;
	mix-blend-mode: multiply;
	color: #595757;
}
.is-hidden {
  display: none !important;
}
/*frame_kazari-----------------------------*/


/*btn_base-----------------------------*/
.look_btn{
	margin: 0 auto 0 auto;
	padding-top: 4px;
	font-size: 1.1rem;
	text-align: center;
	line-height:0;
	white-space: nowrap;
	z-index: 10;
}
.look_btn_all{
	margin-top: 8px;
	display: block;
}
.item_link_btn {
	display: inline-block;
	border-bottom: 1px solid #595757;
	font-size: 1.0rem;
	vertical-align: 1px;
	line-height: 1;
	color: #000000;
}
.taxinc{
	font-size: 0.95rem;
	vertical-align: 1px;
	letter-spacing: 0.03em;
}
.coming_soon{
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.5;
	vertical-align: 0px;
	margin-top: -3px;
}
a.disabled {
  pointer-events: none;
  color: gray;
  text-decoration: none;
  cursor: default;
}
/*btn_base-----------------------------*/



/*look-----------------------------*/
.look {
	width: 50%;
	margin: 20% auto 20% auto;
	position: relative;
}
.look_kazari {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 3% 0;
	font-size: 1.1rem;
	color: #595757;
}

.haikei .keisen{
    border-bottom: 1px solid #cccccc;
    max-width: 80%;
	margin: 20% auto 10% auto;
	display: block;
}


.look6_men{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10% auto 10% auto;
	justify-content: space-between;
	width: 100%;
	color: #595757;
}
.look6_left{
	width: 50%;
	position: relative;
}
.look6_left_in{
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30%;   /* widthの半分を引く */
	margin-top: -10%;  /* 高さは固定 or 想定して設定 */
	text-align: center;
}
.look6_left_in .midashi{
	font-size: 1.2rem;
	padding-bottom: 4%;
}
.look6_left_in .cap{
	text-align: center;
	line-height: 1.7;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	font-family: Noto Serif JP;
	margin: 2% auto 2% auto;
}

.look6_right{
	width: 50%;
}




/*footer-----------------------------*/
#foot_list{
	width: 100%;
	position: relative;
	margin: 0 auto 0 auto;
	z-index: 50;
    border-top: 1px solid #D9D9D9;
	color: #595757;
}
#foot_list .foot_title{
	width: 25%;
	margin: 4% auto 0 auto;
	text-align: center;
	padding-top: 6%;
}

.staff_credit {
	text-align: center;
	margin: 4% 0 0 0;
	font-size: 1.1rem;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.staff_credit .keisen{
    border-bottom: 1px solid #cccccc;
    max-width: 2%;
    margin: 1% auto 1% auto;
	display: block;
}

#wrap {
	cursor: pointer;
	letter-spacing: 0.02em;
	font-size: 1.1rem;
	text-align: center;
    margin: 4% auto 6% auto;
    width: fit-content;
}
.arrow {
	margin-bottom: 6px;
}
.arrow::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: .1px solid #666666;
	border-left: .1px solid #666666;
}
.arrow--right::after {
	transform: rotate(45deg);
	position: relative;
	margin: 0 auto;
}



/*animation------------------------------*/
.mouseover {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.mouseover:hover {
	opacity: 0.3;
}

.fadeUp {
	opacity : 0;
	transform : translate(0px, 100px);	
	transition: all 1500ms 0ms ease;
}
.fadeUp2 {
	opacity : 0;
	transform : translate(0px, 100px);	
	transition: all 1500ms 0ms ease;
}



/*swiper------------------------*/
.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap,3px)!important;
}
.swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    border-radius: initial !important;
    background: var(--swiper-pagination-bullet-inactive-color, #707070) !important;
}

.swiper-pagination {
    text-align: center !important;
    position: relative; /* 親要素の下に自然に配置させる */
    margin-top: 4%; /* 画像との間に余白（必要なら調整） */
}

.swiper-horizontal &gt; .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    justify-content: center;
    display: flex !important;
    position: relative !important;
}




@media screen and (min-width: 1000px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 599px){   
  .pc { display:none; }
  .sp { display:block; }
}


@media screen and (max-width: 599px) {

/*format*/
#nav {
	display: none;
}
#contant_h {
/*	ここまで消す*/
/*
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
	box-sizing: border-box;
	margin: 0 auto 0 auto;
*/
/*	ここまで消す*/
    overflow-x: hidden;
    overflow-y: scroll;
}
.bnr_sp_kari{
	display: block;
	position: fixed;
	z-index: 99;
	top: 0;
}
	

/*top_section*/
.top_section{
	position: relative;
	z-index: 10;
	font-family: "Helvetica-Light";
	width: 100%;
	/*	topを〇にする*/
	margin: 0 auto 0 auto;
}
	
.top_photo{
	width: 100%;
	overflow: hidden;
	display: block;
}
.top_photo_in{
	width: 100%;
	margin: 0 auto 0 auto;
}
.top_photo_in img{
	animation: animationZoom1 0.8s ease-in-out forwards;
}	

	
h1.top_title {
	width:32%;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	animation-name: fadeIn;
	animation-duration: 0.7s;
	animation-timing-function: ease;
	animation-delay: 1.0s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	opacity: 0;
}
h1.top_title {
	width:60%;
	animation-name: fadeIn;
	animation-duration: 0.7s;
	animation-timing-function: ease;
	animation-delay: 1.0s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	opacity: 0;
}

	
.top_title_kazari{
	width:auto;
    position: absolute;
	right: 0;
	bottom: 5%;
	left: 0;
	margin: 0 auto 0 auto;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.4;
	font-size: 0.9rem;
}
	
.scroll {
	display: inline-block;
	position: absolute;
	bottom: -5%;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	padding: 12% 0 0 0;
	overflow: hidden;
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	writing-mode: horizontal-tb;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}

.lead_sentence{
	margin: 23% auto 46% auto;
	text-align: center;
	line-height: 2;
	font-size: 1.0rem;
	letter-spacing: 0.1em;
	font-family: Noto Serif JP;
}

/*frame_kazari-----------------------------*/
#frame_kazari_1{
	display: none;
	position: fixed;
	z-index: 49;
	width: 100%;
	bottom: 2%;
	right: 3%;
}
.bnr_logo{
	width: 50%;
	position: absolute;
	bottom: 1%;
	right: 0;
	mix-blend-mode: multiply;
}
/*frame_kazari-----------------------------*/	

	
/*btn_base-----------------------------*/
.look_btn{
	margin: 0 auto 0 auto;
	padding-top: 4px;
	font-size: 1.1rem;
	text-align: center;
	line-height:0;
	white-space: nowrap;
	z-index: 10;
}
.look_btn_all{
	margin-top: 12px;
	display: block;
}
.item_link_btn {
	display: inline-block;
	border-bottom: 1px solid #595757;
	font-size: 0.95rem;
	vertical-align: 1px;
	line-height: 1;
	color: #000000;
}
.taxinc{
	font-size: 0.85rem;
	vertical-align: 1px;
	letter-spacing: 0.03em;
}
.coming_soon{
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.5;
	vertical-align: 0px;
	margin-top: -3px;
}
/*btn_base-----------------------------*/
	
	
	
/*look-----------------------------*/
.look {
	width: 100%;
	margin: 40% auto 40% auto;
	position: relative;
}
.look_kazari {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 3% 0;
	font-size: 1.0rem;
	color: #595757;
	width: 92%;
	margin: 0 auto 0 auto;
}

.haikei .keisen{
    border-bottom: 1px solid #cccccc;
    max-width: 100%;
	margin: 20% auto 20% auto;
	display: block;
}


.look6_men{
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	margin: 10% auto 10% auto;
	justify-content: space-between;
	width: 100%;
	color: #595757;
}
.look6_left{
	width: 100%;
	position: relative;
	margin: 10% auto 10% auto;
}
.look6_left_in{
	width: 100%;
	position: relative;
	top:inherit;
	left: inherit;
	margin-left: inherit;   /* widthの半分を引く */
	margin-top: inherit;  /* 高さは固定 or 想定して設定 */
	text-align: center;
}
.look6_men .midashi{
	font-size: 1.2rem;
	padding-bottom: 0;
}
.look6_men .cap{
	text-align: center;
	line-height: 1.7;
	font-size: 1.0rem;
	letter-spacing: 0.1em;
	font-family: Noto Serif JP;
	margin: 3% auto 0 auto;
}

.look6_right{
	width: 80%;
	margin: 0 auto 0 auto;
}
	
	
/*footer-----------------------------*/
#foot_list{
	width: 100%;
	position: relative;
	margin: 18% auto 0 auto;
	z-index: 50;
    border-top: 1px solid #D9D9D9;
	color: #595757;
}
#foot_list .foot_title{
	width: 50%;
	margin: 10% auto 0 auto;
	text-align: center;
	padding-top: 6%;
}

.staff_credit {
	text-align: center;
	margin: 10% 0 0 0;
	font-size: 1.0rem;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.staff_credit .keisen{
    border-bottom: 1px solid #cccccc;
    max-width: 4%;
    margin: 0 auto 3% auto;
	display: block;
}

#wrap {
	cursor: pointer;
	letter-spacing: 0.02em;
	font-size: 1.0rem;
	text-align: center;
    margin: 10% auto 14% auto;
    width: fit-content;
}
.arrow {
	margin-bottom: 4px;
}
.arrow::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: .1px solid #666666;
	border-left: .1px solid #666666;
}
.arrow--right::after {
	transform: rotate(45deg);
	position: relative;
	margin: 0 auto;
}

	
	
	


	
	
/*animation------------------------------*/
.fadeUp {
	opacity : 0;
	transform : translate(0px, 20px);	
	transition: all 800ms 0ms ease;
}
.fadeUp2 {
	opacity : 0;
	transform : translate(0px, 20px);	
	transition: all 800ms 0ms ease;
}
	
/*swiper------------------------*/
.swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    border-radius: initial !important;
    background: var(--swiper-pagination-bullet-inactive-color, #707070) !important;
}

}
	

#foot .sns_list a img {
	max-width: initial;
}
	
	
/*up時の追加*/
/*
#foot .foot_inner {
	padding: 0em 0 4em!important;
}
a:any-link {
	color: #404040;
	text-decoration: none!important;
	cursor: auto;
}
	#nav .nav_inner li {
	color: #404040!important;
}
.haikei{
	padding-top: -2%;
}

#foot_list .foot_list_in{
	padding-bottom: 5%;
}
.vol .vol1 {
	margin-right: 3em;
}
.sns_o {
margin: 6% auto 4% auto !important;
}
}


#body #nav{
&nbsp;&nbsp;&nbsp;z-index: 999999999999999999999;
}

#nav .hassub {
color: #707070!important;
}
*/
</pre></body></html>