<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.staff_snap_main {
    width: 1200px;
    margin: 0 auto;
	padding-bottom: 2em;
	color: #333333;
	border: 1px solid #efefef;
}

.staff_snap_top_ {
	margin-bottom : 0;
}
.staff_snap_center_ img {
	width : 1200px;
	text-align: center;
	margin: 0 auto;
}
.staff_snap_btn_ img {
	width : 620px;
	text-align: center;
	margin: 5em auto;
}

.boots_main_item_box_ {
	display : flex;
	align-items : center;
	justify-content : center;
	width: 90%;
    margin: 2em auto;
}

}
.boots_main_item_box_ div img {
	width: 224px;
    display: block;
    margin: 0 auto;
}

.boots_main_item_box_ div {
	width: 100%;
	color: #333333;
	padding: 1em;
}

.boots_main_item_box_ div p {
	font-family : 'Priori Sans OT';
	font-size : 13px;
	line-height: 1.6;
	color: #660000;
	margin: 1em 0;
}
.main_content_button_ {
	position : relative;
	font-size : 16px;
	font-family : 'Yu Gothic';
	display : flex;
	justify-content : center;
	align-items : center;
	background-color : #000000;
	color : #ffffff;
	height : 71px;
	width : 472px;
	border-radius : 50px;
	margin: 6em auto;
}
.main_content_button_::after {
	content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    top: 29px;
    left: 420px;
}
.main_content_button02_ {
	position : relative;
	font-size : 16px;
	font-family : 'Yu Gothic';
	display : flex;
	justify-content : center;
	align-items : center;
	background-color : #deccc4;
	color : #333333;
	height : 71px;
	width : 472px;
	border-radius : 50px;
	margin: 4em auto 1em;
}
.main_content_button02_::after {
	content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    top: 29px;
    left: 420px;
}


h1 {
	font-family : 'Priori Sans OT';
	font-size : 30px;
	line-height: 2.0;
}
h2 {
	font-family : 'Apple Chancery';
	font-size : 30px;
	letter-spacing: 1px;
	line-height: 2.0;
	color: #660000;
}
h3 {
	font-family : 'Priori Sans OT';
	font-size : 18px;
	line-height: 2.0;
}
h4 {
	font-family : 'Priori Sans OT';
	font-size : 20px;
	font-weight: bold;
	line-height: 2.0;
}

.fadeUp_main .ani.delay1 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.fadeUp_main .ani.delay2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.fadeUp_main .ani.delay3 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.fadeUp_main .ani.fadeIn {
  opacity: 0;
}
.fadeUp_main .ani.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.fadeUp_main .ani.fadeUp.animated {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.fadeUp_main .ani.fadeIn.animated {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
   
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;   
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/*===============================Common Style================================*/

.detail_text_ {
	font-size : 14px;
	line-height: 1.6;
	font-family : 'Yu Gothic';
	margin-bottom : 20px;
}
.detail_text_s {
	font-size: 12px;
	line-height: 1.8 !important;
    margin-top: 2em;
}
.price {
	font-size: 21px;
}

.color01 {color: #000000;}
.color02 {color: #efefef;}
.color03 {color: #c6c9cc;}
.color04 {color: #f8e8cd;}
.color05 {color: #8d572c;}
.color06 {color: #f33636;}
.color10 {color: #1b913f;}
.color12 {color: #ae36f2;}
.colortheme {color: #a67a46; font-size: 12px;}

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