<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body{
	*font-size: small;
	*font: x-small;
	background-color: #FFFFFF;
	font-family: 75;
	font-size: 13px;
	line-height: 1.231;
	color: #000000;
}

select,input,button,textarea,button{
	font: 99% arial, helvetica, clean, sans-serif;
}
table{
	font-size: inherit;
	font: 100%;
}
pre,code,kbd,samp,tt{
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

/*If you want this size in pixels (px)	Declare this percent (%)
10	 77
11	 85
12	 93 (was 93)
13	 100
14	 108 (was 107)
15	 116 (was 114)
16	 123.1 (was 122)
17	 131 (was 129)
18	 138.5 (was 136)
19	 146.5 (was 144)
20	 153.9 (was 152)
21	 161.6 (was 159)
22	 167
23	 174
24	 182
25	 189
26	 197
*/

html, body{
    height: 100%;
	width: 100%;
}
body{
	font-family: HiraMinProN-W3, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Sawarabi Mincho', Meiryo, 'メイリオ', Arial, serif;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #666666;
	min-width: 817px;
	min-height: 762px;
	position: relative;
}
#wrap{
	overflow: hidden;
	/overflow: visible;
	text-align: left;
	position: absolute;
	width: 771px;
	height: 771px;
	padding: 10px;
	top: 50%;
	left: 50%;
	margin-top: -381px; /*762/2*/
	margin-left: -408px; /*(817-1)/2*/
}

h1,h2,h3,h4,p,ul,li,a,img,table,th,td,dl,dt,dd,form1{
	margin: 0px;
	padding: 0px;
}
address,caption,cite,code,dfn,em,strong,th,var,form2{
	font-style: normal;
}
p{
	line-height: 1.8em;
}
img{
	vertical-align: bottom;
	border: 0;
}
li{
	list-style-type: none;
}
a{
	cursor: pointer;
}



/*HEADER*/
#header{
	
	height: 120px;
	width: 771px;
	margin-bottom: 15px;
	padding-top: 15px;	
	position: relative;
}

#h_detail{
	overflow: hidden;
	height: 120px;
	width: 771px;
}

#h_logo{
	background-image: url(../img/h_logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 77px;
	width: 100px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
		
	overflow: hidden;
	
	margin-left: auto;
	margin-right: auto;

}

#h_logo a{
	display: block;
	height: 77px;
	width: 100px;
	overflow: hidden;
	
}

#h_logo h1{
	font-size: 1em;
	line-height: 2em;
	
	display: none;
	
	height: 77px;
	width: 100px;	
	padding-top: 10px;
	overflow: hidden;
}



/*g_Navi*/

#g_Navi ul{
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 90%;
	max-width: 771px;

}

#g_Navi li{
	position: relative;
	float: left;
	height: 17px;
	width: 14.1%;/*ARCHIVES芯をロゴあわせ　参考：8分割だと12.50%,約96px, 7分割だと14.28%,約111px, 6分割だと16.67%,約128px*/
}

#g_Navi li a{
	display: block;
	padding: 17px 5%;
	width: 90%;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

#g_Navi li a:hover{
	display: block;
	padding: 17px 5%;
	width: 90%;
	color: #999999;
	text-align: center;
	text-decoration: none;
}



/*MENU FONT*/
.font_menu{
	font-family: Cormorant Garamond, Garamond, Times;
    font-weight:  bold;
}



/*ORDER*/
.order{
	position: absolute;
	top: 50px
	left: 700px
}



/*AP ICON*/
a.ap {
   background-image: url("ap.gif");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 30px;
   margin-right: 3px;
}


/*TITLE*/
#top_title{
	height: 17px;
	margin-left: 0px;
}

#top_title p{
	font-size: 70%;	
}




/*ズームしながらふわっと表示をきりかえ（9画像）*/
  .main_imgBox {
    height: 520px;
    overflow: hidden;
    position: relative;
	border: 1px solid #CCC; }

  .main_logo {
    /*z-index:11;*/
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:50%;
    height:auto;
}

  .main_img {
	/*z-index:10;*/
    opacity: 0;
    width: 100%;
    height: 520px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
	
    left: 0;
    top: 0;
    -webkit-animation: anime 54s 0s infinite;
    animation: anime 54s 0s infinite;
}

    .main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_img:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }
	  
	.main_img:nth-of-type(7) {
      -webkit-animation-delay: 36s;
      animation-delay: 36s; }

    .main_img:nth-of-type(8) {
      -webkit-animation-delay: 42s;
      animation-delay: 42s; }

    .main_img:nth-of-type(9) {
      -webkit-animation-delay: 48s;
      animation-delay: 48s; }
	  
  .main_imgM {
    opacity: 0;
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 54s 0s infinite;
    animation: anime 54s 0s infinite; }

    .main_imgM:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_imgM:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_imgM:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_imgM:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_imgM:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }

	.main_imgM:nth-of-type(7) {
      -webkit-animation-delay: 36s;
      animation-delay: 36s; }

    .main_imgM:nth-of-type(8) {
      -webkit-animation-delay: 42s;
      animation-delay: 42s; }

    .main_imgM:nth-of-type(9) {
      -webkit-animation-delay: 48s;
      animation-delay: 48s; }

@keyframes anime {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    10% {
        opacity: 1;
    }
    15% {
        opacity: 0;
         transform: scale(1.2);
                    z-index:9;
    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    10% {
        opacity: 1;
    }
    15% {
        opacity: 0;
         -webkit-transform: scale(1.2);
                    z-index:9;
    }
    100% { opacity: 0 }
}



/*INFO*/
#info{
	height: 520px;
    position: relative;
	border: 1px solid #CCC;
}
.info{
	width: 600px;
	padding-left: 80px;
	margin-top: 35px;
	margin-left: 0x;
	margin-bottom: 15px;	
}
.info h{
	font-size: 128%;
	line-height: 2em;
}
.info p{
	font-size: 95%;
	line-height: 2em;
	margin-left: 2em;
	margin-bottom: 15px;
}



/*MAP*/
#map{
	overflow: hidden;

	
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: auto;	
	margin-bottom: 0px;/*15px*/
	border: 1px solid #CCC;
}
.map h{
	font-size: 128%;
	line-height: 2em;
}
.map p{
	font-size: 95%;
	line-height: 2em;
	margin-left: 2em;
	margin-bottom: 0px;/*15px*/
}



/*FORM*/
#form{
	height: 520px;
	width: 760px;
    position: relative;
	border: 1px solid #CCC;
}
.form iframe{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}
.form h{
	font-size: 128%;
	line-height: 2em;
}
.form p{
	font-size: 95%;
	line-height: 2em;
	margin-left: 2em;
	margin-bottom: 15px;
}



/*CAPTION*/
#caption{
	position: absolute;
	top: 720px;
	left: 14px;
	height: 14px;
	width: 400px;
	padding-top: 10px;
	/padding-bottom: 10px;
}
#caption p{
	font-size: 70%;
}



/*特定商取引に関する表記*/
#sctl{
	height: 520px;/*記載内容に応じて変更すること*/
    position: relative;
	border: 1px solid #CCC;
}
.sctl{
	width: 700px;/*600+40+40+改行回避のためにサイズを伸ばす*/
	padding-left: 40px;
	margin-top: 15px;/*記載事項が増えたので35から15に変更*/
	margin-left: 0x;
}
.sctl h{
	font-size: 128%;
	line-height: 2em;
}
.sctl p{
	font-size: 82%;
	margin-left: 2em;
	margin-bottom: 1px;
}



/*FOOTER*/
#footer{
	position: absolute;
	top: 720px;
	right: 10px;
	height: 14px;
	width: 355px;
	padding-top: 10px;
	/padding-bottom: 10px;
}
#footer p{
	text-align: right;
	font-size: 70%;
}
a {
text-decoration: none;
}



/*LINK TEXT*/
a:link{ color: #666666; }
a:visited{ color: #666666; }
a:hover{ color: #00CCCC; }
a:active{ color: #CCCCCC; }

a { transition: all 0.5s ease 0s; }/*リンク文字をふんわりと切り替え*/



/*SNS ICON*/
.twitter{
	position: absolute;
	background-color: ;
	left: 308px;
	top: 717px;
	z-index: 11
}
.facebook{
	position: absolute;
	background-color: ;
	left: 354px;
	top: 717px;
	z-index: 11
}
.instagram{
	position: absolute;
	background-color: ;
	left: 400px;
	top: 717px;
	z-index: 11
}
.onlineshop{
	position: absolute;
	background-color: ;
	left: 446px;
	top: 717px;
	z-index: 11
}



/*iPhone*/
body{
	-webkit-text-size-adjust: none;
}
</pre></body></html>