<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*================================================
 *  CSSリセット
 ================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom; /* img要素にここを指定 */
}
/*================================================
 *  一般・共通設定
 ================================================*/

body {
	font-family: "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #000333;
	line-height: 1.6;
	background: #fff;
	font-size: 16px;
	word-wrap: break-word;
}

/* 大きい画面用の設定-------------- */
@media (min-width:768px) {
body {
	min-width: 100%
}
}

/* -------------end------------- */


/* 基本設定： フォントサイズ */
@media (max-width: 599px) {
body {
	font-size: 14px;
}
}

@media (min-width: 600px) and (max-width: 799px) {
body {
	font-size: 14px;
}
}

@media (min-width: 800px) {
body {
	font-size: 16px;
}
}
/*================================================
 *  リンクスタイル
 ================================================*/
a {
	text-decoration: none;
	color: #000333;
}
a:hover {
	color: #ccc;
	text-decoration: none;
}
a:hover, a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*================================================
 *  ヘッダー
 ================================================*/
header {
	background-color: #FFFFFF;
}

/* 大きい画面用の設定-------------- */
@media (min-width:768px) {
header {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.logo {
	max-width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
	
.logo img {
	max-width: 300px;
	width: 100%;
}
	
	
/*#home .header_links{display: none;}*/
	
.header_links {
	display: flex;
	position: absolute;
	top: 10px;
	right: 0;
	width: 28%;
    position: fixed;
    z-index: 999999;
}
/*.header_links li {
	width: 100%;
}
.header_links li a {
	box-sizing: border-box;
	display: block;
	color: #fff;
	background-color: #b90000;
	width: 95%;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
}
.header_links li img {
	vertical-align: middle;/*middleは中央揃え*/
	max-width: 30px;
	width: 100%;
}*/
}
/* -------------end------------- */
/* pc幅狭い画面用の設定-------------- */
@media (max-width:980px){
	.header_links li img {
	display: none;
}
    
	}
	
/* -------------end------------- */
/* 小さい画面用の設定-------------- */
@media (max-width:767px){
	.logo {
	max-width: 180px;
	padding-top: 10px;
	padding-bottom:10px;
	margin-left: auto;
	margin-right: auto;
}
	
.logo img {
	width: 100%;
}
	
.header_links {
	display: none!important;
	}	
    


}
/* -------------end------------- */




/*================================================
 *  グローバルナビゲーション
 ================================================*/

.inner {
	position:relative;
	max-width:980px; 
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.gnav_txt_eng{
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	color: #ccc;}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
#top_page nav{display: none;}

nav {
	width:100%;
	background:#fff;
	box-shadow:0 1px 2px #d0d8dc;
	⁄zoom:1;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}

@media print, screen and (min-width:768px) {
	nav {
		background-color:#000;
				z-index:100;
	}
	nav ul {
		margin-left:auto;
		margin-right:auto;
		margin-top:0;
		margin-bottom:0;
		padding:0;
		width:100%;
	}
	nav li {
		position:relative;
		width:20%;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
		font-size: 14px;
		

	}
	
		
	
nav li.long_bt {
		width:30%;
		
	}
	
nav li.long_bt2 {
		width:17%;
		
	}
	

	nav li:before {
		content:"";
		margin-top:-7px;
		position:absolute;
		top:50%;
		left:0;
		width:1px;
		height:14px;
	}
	nav li:last-child:after {
		content:"";
		margin-top:-7px;
		position:absolute;
		top:50%;
		right:0;
		width:1px;
		height:14px;
	}
	nav li:hover:before,
	nav li:hover + li:before, 
	nav li:last-child:hover:after,
	nav li li:before,
	nav li li:after {
		display:none;
	}
	nav li:last-child li {
		left:-50%;
		
	}
	nav li a {
		display:block;
		padding:10px 0;
		color:#fff;
		text-decoration:none;
	}
	nav li ul {
		display:block !important;
		position:absolute;
		top:100%;
		left:0;
		margin:0;
		padding:0;
		
		z-index:3;
	}
	nav li ul li {
	overflow: hidden;
	width: 150%;
	height: 0;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	margin-bottom: 2px;		
	}
	nav li li:first-child {
		width:150%;
	}
	nav li ul li a {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	background-color: #000;
	text-align: left;
	}
	nav li:hover &gt; a {
		background-color:#999;
	}
	nav li:hover &gt; a:hover {
		background-color: #666;
	}

	.gnav {
		display:block !important;
	}

	#spMenu {
		display:none;
	}

	.showNav {
		background:#F5EEDA !important;
	}

	.showSub {
		overflow:visible;
		min-height:35px;
		
	}
	.showSub:last-child {
		border-bottom:0;
	}
	.showSub:last-child a {
		
	}

	.fixed {
		position:fixed;
		top:0;
		left:0;
	}
}


/*================================================
 *  main
 ================================================*/

.main_img{width: 100%;}


.contents {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
	.contents {
	margin-left: 3%;
	margin-right: 3%;
}

}
/* -------------end------------- */
/* ============con1============ */

.con1_outside {
	padding-top: 50px;
	padding-bottom: 50px;
}
.con1_title {
	text-align: center;
	margin-bottom: 30px;
}
.con1_title img {
	max-width: 300px;
	width: 100%;
}
.con1_txt_box {
	text-align: center;
	margin-bottom: 30px;
}

#salonlist{margin-top : -70px;
  padding-top : 70px;}


.tab5 {
  width: 100%;/*横幅はここで設定します。100%にすれば可変になります。*/
 margin: 0 auto;
	
}
.tab5 .tab-content {
  margin: 0px;
}


.tab5 label {
	width: 50%;
/*display: inline-block;*/
cursor: pointer;
  font-size: 163%;
	color: #000;
	padding-top: 1%;
	
	padding-bottom: 1%;
	text-align: center;
	background: #e9e9e9;
	border-bottom: none;
	text-decoration: none!important;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	margin-bottom: 30px;
	float: left;
}

.tab5 label:hover {
  background: #666;
	color: #FFF;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
.tab5 input:checked + label {
  background: #000000;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
.tab5 input {
  display: none;
}
.tab5 #tab5-b1,
.tab5 #tab5-b2 {
  display: none;
  
}
.tab5 #tab5-1:checked ~ #tab5-b1,
.tab5 #tab5-2:checked ~ #tab5-b2 {
  display: block;
  
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}




.salom_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.salom_list::before {
	content: "";
	display: block;
	width: 24%;
	order: 1;
}
.salom_list::after {
	content: "";
	display: block;
	width: 24%;
}
.salom_list li {
	width: 24%;
	text-align: center;
	font-size: 90%;
	margin-bottom: 30px;
	line-height: 1.4;
}
.salom_list li a img {
	max-width: 225px;
	width: 100%;
	margin-bottom: 5px;
	
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con1_txt_box {
	text-align: left;
	margin-bottom: 30px;
}
	
.lang_tab {
	width: 100%;
	
}
	
.salom_list::before {
width: 48%;
}
.salom_list::after {
	
	width: 48%;
}
.salom_list li {
	width: 48%;
	
}

}
/* -------------end------------- */
/* ============con2============ */
.con2_outside {
	background-color: #000;
	color: #FFFFFF!important;
}
a .con2_flex_box {
	color: #FFFFFF!important;
}
a:hover .con2_flex_box {
	opacity: 0.7!important;
	filter: alpha(opacity=70)!important;
	-ms-filter: "alpha(opacity=70)"!important;
}
/* ============con６============ */
.con6_outside {
	background-color: #e9e9e9;
}
/* ============con2and６============ */


.con6_title, .con2_title {
	font-size: 250%;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	line-height: 1;
}
.con2_sub_title, .con6_sub_title {
	font-size: 125%;
	margin-bottom: 20px;
}
.con2_txt, .con6_txt {
	margin-bottom: 20px;
}
.bt_more {
	border: 1px solid #3F3F3F;
	width: 50%;
	padding: 10px;
	position: relative;
}
.bt_more:after {
	font-family: 'FontAwesome';
	content: "\f054";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
}
.con2_bt_more {
	border: 1px solid #fff;
}

/* 大きい画面用の設定-------------- */
@media (min-width:768px){
	.con2_flex_box, .con6_flex_box {
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.con2_flex_box li, .con6_flex_box li {
	flex: 1;
}
.con2_flex_box li img, .con6_flex_box li img {
	width: 100%;
	max-width: 490px;
}
	
.con2_title_box, .con6_title_box {
	padding-left: 50px;
	padding-right: 50px;
}	
}
/* -------------end------------- */


/* 小さい画面用の設定-------------- */
@media (max-width:767px){
	.con2_contents_sp,
	.con6_contents_sp{
	margin-left: 0%!important;
	margin-right: 0%!important;
}	
	
.con2_flex_box li img, .con6_flex_box li img {
	width: 100%;
	
}
	
.con2_title_box, .con6_title_box {
	padding: 30px;
}	
	
	

}
/* -------------end------------- */
/* ============con3============ */
.con3_outside {
	padding-top: 50px;
	padding-bottom: 50px;
}
.con3_title {
	text-align: center;
	margin-bottom: 30px;
}

.con3_title_price {
	text-align: center;
	margin-bottom: 10px;
}

.con3_title img,
.con3_title_price img {
	max-width: 300px;
	width: 100%;
}


.con3_container .item a {
	text-decoration: none;
	display: block;
}
.con3_container .item img {
	width: 100%;
	margin-bottom: 5px;
	max-width: 176px;
}
.con3_blod_day {
	font-size: 80%
}
.con3_blod_title {
	font-size: 105%;
}
/* 大きい画面用の設定-------------- */
@media (min-width:768px){
	.con3_container {
	display: flex;
	justify-content: space-between;
}
	
	.con3_container .item {
	padding-bottom: 30px;
}
	
}
/* -------------end------------- */


/* 小さい画面用の設定-------------- */
@media (max-width:768px) {
.blog_sp_box {
	display: flex;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
}
	.con3_container .item {
	padding-bottom: 10px;
}
.con3_container .item img {
	max-width: 120px;
}
.blog_img_box {
	flex: 0 0 120px;
	margin-right: 10px;
}
.con3 .blog_txt_box {
	flex: 1;
}

}

/* -------------end------------- */

/* 大きい画面用の設定-------------- */
@media (min-width:768px) {
.con3_container .item {
	flex: 1;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 0px;
}
.con3_container .blog_txt_box p {
	font-size: 14px;
}
}
/* -------------end------------- */


/* ============con4============ */
.con4_outside {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #e9e9e9;
}
.con4_title {
	text-align: center;
	margin-bottom: 30px;
}
.con4_title img {
	max-width: 300px;
	width: 100%;
}

/* 大きい画面用の設定-------------- */
@media (min-width:768px){
.con4_flex_box{display: flex;
justify-content: space-between;}

.con4_flex_box li:first-child{
	width: 70%;
	height: 500px;
	overflow-y: scroll;	
}

.con4_flex_box li:last-child{width: 28%;}
}
/* -------------end------------- */


/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con4_flex_box li:first-child{
	width: 100%;
	height: 300px;
	overflow-y: scroll;	
	margin-bottom: 20px;
}

.con4_flex_box li:last-child{width: 100%;}

}
/* -------------end------------- */


#pagePlugin{max-width: 500px;
margin-left: auto;
margin-right: auto;}
/* ============con5============ */

.con5_outside {
	padding-top: 50px;
	padding-bottom: 50px;
}
.con5_flex_box_ue {
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #CCCCCC;
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}
.con5_flex_box_ue li {
	text-align: center;
	flex: 1;
}

.con5_flex_box_ue li img {
	width: 100%;
	max-width: 120px;
}
.con5_flex_box_ue li a {
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 26px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	line-height: 1.2;
}
.con5_flex_box_sita {
	display: flex;
	justify-content: center;
}
.con5_flex_box_sita li {
	margin-left: 10px;
	margin-right: 10px;
}
.con5_flex_box_sita li a {
	text-decoration: none;
	display: block;
}
.con5_flex_box_sita li img {
	width: 100%;
	max-width: 240px;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
	.con5_flex_box_ue {

	padding-bottom: 30px;
	margin-bottom: 30px;
	
}
	.con5_flex_box_ue li img {
	width: 80%;
}
	
	.con5_flex_box_ue li a {
	font-size: 18px;
}

}
/* -------------end------------- */
/*================================================
 *  footer
 ================================================*/
.footer_outside {
	background-color: #000;
	color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 75%;
}




.footer_info_flex_box {
	display: flex;
}

.footer_info_flex_box li {
}


.footer_gaikan{
width: 36%;}

.footer_gaikan img{
	width: 90%
}

.footer_info{
	width: 64%;
}
.footer_logo img {
	margin-bottom: 10px;
	width: 100%;
	max-width: 300px;
	margin-right: 10px;
}
/* SNSメニュー */


.sns_box ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: flex-end;
}
.sns_box a {
	display: block;
	margin-right: 8px;
	padding: 0;
	font-size: 20px;
	text-decoration: none;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	border: 1px solid #FFFFFF;
	background-color: #000;
}
.sns_box a:hover {
	background-color: #666;
}

.sdgs_flex_box{display: flex;
list-style: none;
	justify-content: flex-end;
   
}

.sdgs_flex_box li:first-child{width: 30%;
margin-right: 8px;
}

.sdgs_flex_box li:last-child{margin-right: 8px;
width: 60%;
font-size: 90%;
}

.sdgs_logo {
	text-align: right;
    
}

.sdgs_logo img {
	width: 4em;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
    
.sdgs_flex_box{display: flex;
justify-content:space-between;
    align-items: center;
   
   
}
    
 .sdgs_flex_box li:first-child{width: 15%;
     padding-top: 10px;
     padding-bottom: 20px;}



.sdgs_flex_box li:last-child{
width: 80%;
     padding-top: 10px;
     padding-bottom: 20px;
}
    
    .sdgs_logo img {
	width: 100%;
}


}
/* -------------end------------- */



.footer_sitemap_flex_box {
	display: flex;
}
.sitemap_item {
	flex: 1;
	border-left: 1px solid #333;
	padding-left: 20px;
	margin-bottom: 50px;
}
.sitemap_item:first-child {
	border-left: none;
	padding-left: 0px;
}
.sitemap_item ul li a {
	color: #FFFFFF;
	
	padding-left: 1em;
}
.sitemap_item ul li:before {
	font-family: 'FontAwesome';
	content: "\f105";
}
address {
	text-align: center;
	font-size: 75%;
}

/* 大きい画面用の設定-------------- */
@media (min-width:768px){
	.footer_info_sns_flex_box {
	display: flex;
	margin-bottom: 40px;
		flex-direction: row-reverse;
}
.footer_info_sns_flex_box &gt; li {
	flex: 1;
}
}
/* -------------end------------- */
/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.footer_outside {
		padding-top: 20px;
}
	
	footer {
	margin-left: 3%;
	margin-right: 3%;
}
	
.footer_info_flex_box {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	
}
	
	
.footer_info_sns_flex_box li {
	margin-bottom: 5px;
}
	
.footer_gaikan{
width: 30%;}


.footer_info{
	width: 70%;
}
	
	.sns_box ul {
	justify-content: center;
}

}
/* -------------end------------- */

/* フッターサイトマップスマホ非表示 */
.only_pc_footsite  { display: block; } /* bigを表示 */
	
@media only screen and (max-width: 768px) {

.only_pc_footsite   { display: none; }   /* bigを非表示 */
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
.lock {
	overflow: hidden;
}
header {
	z-index: 2;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom: 1px solid #000000;
}
nav {
	background-color: #000;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav .inner &gt; ul {
	z-index: 2;
	overflow: auto;
	position: fixed;
	top: 70px;
	right: 0;
	width: 100%;
	height: 88%;
	height: -webkit-calc(100% - 53px);
	height: calc(100% - 53px);
}
nav li {
	position: relative;
	width: 100%;
	float: none;
	margin: 0;
	text-align: left;
	list-style: none;
	background-color: #ccc;
}
nav li:first-child {
	border-top: 0;
}
nav li:last-child {
	border-bottom: 0;
}
.only_smt_view a {
	line-height: 1.6
}
nav li a
	{
	display: block;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 20px;
	padding-bottom: 10px;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	border-bottom: 1px solid #fff;
}
nav li a:hover {
	color: #fff;
	background-color: #666;
}
nav ul ul {
	display: none;
	position: relative;
}
nav li li a {
	box-sizing: border-box;
	width: 100%;
	padding: 20px 30px 20px 30px;
	text-align: left;
	background-color: #333;
}
	
nav li li a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	margin-right: 10px;
	
}
	
.subnav &gt; a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 30px;
	right: 30px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #f1f1f1;
}
.subnav &gt; a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 30px;
	right: 30px;
	width: 10px;
	height: 10px;
	margin-top: -10px;
	background-color: #000;
}
.subnav a:hover:after {
	background-color: #666;
}
.active &gt; a:before {
	margin-top: 0;
}
.active &gt; a:after {
	margin-top: 5px;
}
.gnav {
	display: none;
}
#spMenu {
	display: block;
	z-index: 2;
	position: fixed;
	top: 10px;
	right: 10px;
}
#spMenu:hover {
	cursor: pointer;
}
#navBtn {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 5%;
	background-color: #000;
}
#navBtnIcon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #f1f1f1;
	transition: .2s;
}
#navBtnIcon:before,  #navBtnIcon:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 2px;
	background: #f1f1f1;
	transition: 0.3s;
}
#navBtnIcon:before {
	margin-top: -6px;
}
#navBtnIcon:after {
	margin-top: 4px;
}
#navBtn .close {
	background: transparent;
}
#navBtn .close:before,  #navBtn .close:after {
	margin-top: 0;
}
#navBtn .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#navBtn .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.col_two_one ul {
	margin-right: 0;
}
.col_two_one li {
	width: 100%;
}
.col_two_one li:nth-child(2n+1) {
	clear: both;
}
}

/*  スマホのみに表示するメニュー*/
.only_sp_menu { display: none; }  /* miniを非表示 */

	
@media only screen and (max-width: 768px) {
.only_sp_menu {
	display: block;
}
}

/*================================================
 *  jqueryフェードイン
 ================================================*/
/*----- フェードイン -----*/
.inviewfadeIn {
	opacity: 0;
	transition: .8s;
}
.fadeIn {
	opacity: 1.0;
}
/*----- 上へスライド -----*/
.inviewUp {
	transform: translate(0, 40px);
	-webkit-transform: translate(0, 40px);
	transition: .8s;
}
.Up {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/*----- ズームイン -----*/
.inviewzoomIn {
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transition: .8s;
}
.zoomIn {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	transition: .8s;
}
.fadeInUp {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}




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