﻿@charset "UTF-8";
/* CSS Document */
.relative {
	position: relative;
}
.bd{
	border:1px solid #000;
}




/*==================pc=================================*/
@media print, screen and (min-width: 641px) {
body {
	color: #000000;
	background-color: #ffffff;
	font-family: メイリオ;
	line-height: 1.618em;
	letter-spacing: 0.075em;
	text-align: justify;
	font-size: 16px;
}


.font_bold{
  font-weight:bold;
}


/*===テキストアニメーションここから===*/
.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/*===テキストアニメーションここまで===*/



.vWrap{
	position: relative;
	margin: 0em auto;
	padding-top: 56.25%;
}
 
.vWrap video{
	position: absolute;
	top: 0;
	left: 0;
          margin-bottom:0px;
	width: 100% !important;
	height: 100% !important;
}


.vWrap2{
	position: relative;
	margin: 0em auto;
	padding-top: 56.25%;
}
 
.vWrap2 video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 50% !important;
}

/*==============pcfoot=================================*/
.foot-bg {
	padding: 30px 0;
	background: #ffffff;
}
.foot-box > li:nth-child(2) p:nth-child(1) {
	font-size: 0.7072em;
	line-height: 1em;
	margin-bottom: 10px;
}
.foot-box > li:nth-child(2) p:nth-child(2) {
	font-family: 'Allura', cursive;
	font-size: 2.625em;
	line-height: 1em;
	margin-bottom: 10px;
}
.foot-box  >li:nth-child(2) p:nth-child(3) {
	font-size: 0.7072em;
	line-height: 1em;
}
.foot-box  > li:nth-child(3) li{
	font-size:0.8em;
}
.foot-box  > li:nth-child(3) li:before{
	content:"\f105";
	font-family:FontAwesome;
	margin-right: 5px;
}
.foot-box  > li:nth-child(3) p {
	text-align: right;
	font-size: 0.7072em;
	margin-top: 10px;
}


/*==============pc navi================================*/

.gnav {
	margin-top: 0px;
	padding-top: 0px;
/*===上部表示固定ここから===*/
          position: fixed;
          top: 0;
          left:0;
          width: 100%;
          background-color: #ffffff;
          z-index: 100;
}
.gnav ul {
	display: table;
	width: 100%;
	height: auto;
          z-index: 100;
}
.gnav li {
	display: table-cell;
	vertical-align: middle;
          z-index: 100;
}
.gnav ul li a {
	display: table-cell;
	width: 12.6495%;
	height: auto;
	box-sizing: border-box;
	text-align: center;
	color: #000000;
          font-weight: solid;
          z-index: 100;
}
.gnav ul li:nth-child(4) a {
	width: 24.1025%;
          z-index: 100;
}
.gnav ul li a span {
	display: block;
	font-family:Times New Roman;
	font-size: 0.875em;
	line-height: 1em;
	color: #ff0000;
          z-index: 100;
}
.gnav ul li a:hover {
	color: #0000ff;
	text-decoration: none;
          z-index: 100;
}
.gnav ul li a:hover span {
	color: #0000ff;
          z-index: 100;
}


/*================pc top===============================*/

.top-mv {
	max-width: 2000px;
	min-width: 750px;
          height: 100%;
	background: url() no-repeat center center;
	margin: 0 auto;
}
.top-mv-box {
	position: relative;
	height: 100%;
          margin-bottom:0px;
}
.top-mv-box h2 {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.top-mv-box div {
	position: absolute;
	left: -122px;
	bottom: -30px;
}


/*==============pc 2nd=================================*/

.sec-mv {
	position: relative;
	max-width: 2000px;
	min-width: 750px;
	height: 150px;
	background: url(../images/sec-mv.jpg) no-repeat center center;
	margin:0 auto;
}
.sec-mv h2 {
	position: relative;
	text-align: center;
	font-size: 1.618em;
	top:50%;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	color: #99805d;
}
.sec-mv h2 span {
	font-family: 'Allura', cursive;
	display: block;
	font-size:0.5384em;
	color:#e05447;
}


/*==================pc top contents
====================*/

.top-sec1 {
	max-width: 100%;
	min-width: 750px;
	height: 100%;
	background: url(../images/top-sec1-img01.png) no-repeat center center;
	padding: 0px 0;
	box-sizing: border-box;
}

.top-sec1-img {
	position: absolute;
	right: 0;
	bottom: -60px;
	z-index: 1;
}


.top-sec2 {
	max-width: 2000px;
	min-width: 750px;
	height: 365px;
	background: url(../images/top-sec2-bnr-bg.jpg) no-repeat center center;
	margin: 0 auto;
	border: 0px solid #fdece1;
}

.top-sec2-ttl-box {
	position: relative;
	width: 100%;
	height: 365px;
}

.top-sec2-ttl {
	position: relative;
	text-align: center;

}

.top-sec2-ttl img:hover {

}

.top-sec2-link {
	position: absolute;
	right: 0;
	bottom: 30px;
}


.top-sec3 {
	padding: 60px 0;
	border-bottom: 1px solid #ffebbf;
}


/*=======*/

.salon-bg1{
	background:url(../images/salon-bg.png) no-repeat center center;
}
.salon-sec1-bg{
	position:relative;
	background:
	url(../images/flower-mass-img02.png) no-repeat left top,
	url(../images/flower-single-img02.png) no-repeat right bottom 30%,
	url(../images/flower-mass-img04.png) no-repeat left 20% bottom;
}
.salon-chart li:nth-child(odd){
	padding:0.625em 1em;
	text-align:center;
	color:#fefefe;
	font-size:1.309em;
	font-weight: bold;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.salon-chart li:nth-child(1){
	background:#ffb0c5;
}
.salon-chart li:nth-child(3){
	background:#ff7d9f;
}
.salon-chart li:nth-child(5){
	background:#ff4a79;
}
.salon-chart li:nth-child(even){
	text-align:center;
	font-size:2.618em;
	color:#cfcfcf;
	padding:30px 0;
}
.salon-box li div{
	font-size:1.309em;
	border:2px solid #99805d;
	padding:0.625em 1em;
	color:#99805d;
	text-align:center;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.salon-box li span{
	display:block;
	font-family: 'Allura', cursive;
	color:#e05447;
	font-size:1em;
	line-height:1em;
}
.salon-list li{
	border-bottom: 1px solid #ffebbf;
	padding-left: 1em;;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.salon-list li:nth-child(3){
	font-size:1.618em;
}
.salon-list li:nth-child(3) span{
	font-size:0.625em;
}
.salon-list li:nth-child(3), .salon-list li:nth-child(4) span{
	font-family: 'Allura', cursive;
}
.salon-list li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	color:#e05447;
	font-weight: bold;
}


/*=======*/

.ttl-box{
	display:inline-block;
	font-size:1.618em;
	line-height:1em;
	color:#ff7d9f;
	padding:0.625em 1em;
	border:2px solid #ff7d9f;
	box-sizing:border-box;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}


/*=======*/

.menu-price li{
	border-bottom: 2px solid #ffebbf;
	padding-bottom: 15px;
	text-align:center;
}
.menu-price li:nth-child(1) div{
	display:inline-block;
	padding:0.625em 1em;
	line-height:1em;
	background:#99805d;
	color:#fefefe;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.menu-price li:nth-child(2){
	font-size:2.618em;
	color:#cfcfcf;
}
.menu-price li:nth-child(3){
	color:#ff7d9f;
}
.menu-price li:nth-child(3) span:nth-child(1){
	font-family: 'Allura', cursive;
	font-size:1.618em;
}
.menu-price li:nth-child(3) span:nth-child(2){
	font-size:0.875em;
	color:#8e8e8e;
}
.menu-price li:nth-child(3) p{
	display:inline-block;
}
.menu-price2 li{
	border-bottom: 2px solid #ffebbf;
	padding-bottom: 15px;
}
.menu-price2 li:nth-child(2){
	text-align:center;
	color:#ff7d9f;
}
.menu-price2 li:nth-child(2) span:nth-child(1){
	font-family: 'Allura', cursive;
	font-size:1.618em;
}
.menu-price2 li:nth-child(2) span:nth-child(2){
	font-size:0.875em;
	color:#8e8e8e;
}
.menu-price2 li:nth-child(2) p{
	display:inline-block;
}
.menu-price3 li{
	border-bottom: 2px solid #ffebbf;
	padding-bottom: 15px;
	text-align:center;
	color:#ff7d9f;
}
.menu-price3 li span:nth-child(1){
	font-family: 'Allura', cursive;
	font-size:1.618em;
}
.menu-price3 li span:nth-child(2){
	font-size:0.875em;
	color:#8e8e8e;
}
.menu-price3 li p{
	display:inline-block;
}
.menu-other li div{
	background:#ff7d9f;
	padding:0.625em 1em;
	line-height:1em;
	text-align:center;
	color:#fefefe;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}


/*=======*/

.event-ttl{
	font-size:1.618em;
	text-align:center;
	line-height:1.618em;
	color:#99805d;
}
.event-ttl span{
	font-size:0.927em;
}


/*=======*/

.recommend-bg{
	max-width:2000px;
	min-width:750px;
	height:510px;
	background:url(../images/recommend-img01.jpg) no-repeat center center;
	margin:0 auto;
}
.recommend-box div{
	margin-bottom: 15px;
}
.recommend-box li p:nth-child(2) span{
	display:block;
	text-align:center;
}
.recommend-box li p:nth-child(2) span:nth-child(1), .recommend-box li p:nth-child(2) span:nth-child(3){
	font-size:0.8em;
}
.recommend-box li p:nth-child(2){
	margin-bottom: 15px;
	border-bottom: 1px solid #ffebbf;
	padding-bottom: 10px;
}
}



/*===========スマホ====================================*/

@media screen and (max-width: 640px) {
body {
	color: #000000;
	background-color: #ffffff;
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.618em;
	letter-spacing: 0.075em;
	text-align: justify;
	font-size: 12px;
}



.font_bold{
  font-weight:bold;
}


/*===テキストアニメーションここから===*/
.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/*===テキストアニメーションここまで===*/



.vWrap{
	position: relative;
	margin: 1em auto;
	padding-top: 56.25%;
}
 
.vWrap video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.vWrap2{
	position: relative;
	margin: 0em auto;
	padding-top: 56.25%;
}
 
.vWrap2 video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 50% !important;
}


/*===========スマホヘッダー============================*/

.head-bg {
	width: 100%;
	height: 0px;
	padding:0px 0;
	text-align: center;
	background: #ffffff;
	box-sizing: border-box;
}
.head h1 {
	display: none;
}
.head img {
	width: 50%;
	height: auto;
}
.sp-tel-icon a {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	display: inline-block;
	float: right;
	clear: right;
	font-size: 1.9999em;
	width: 56px;
	height: 56px;
	background: rgba(224,84,71,0.8);
	text-align: center;
	line-height: 56px;
	color: #fefefe;
}
.sp-tel-icon a:hover {
	color: #fefefe;
	background: rgba(224,84,71,1);
}
.sp-tel-icon a:active {
	color: #fefefe;
	background: rgba(224,84,71,1);
}


/*============スマホフッター===========================*/

.foot-bg {
	padding: 10px 0;
	background: #ffffff;
}
.foot-box li:nth-child(3) p {
	text-align: center;
}


/*============スマホナビ===============================*/


/*============スマホトップ=============================*/

.top-mv {
	max-width: 2000px;
	min-width: 320px;
	height: 0px;
	background: url() no-repeat center center;
	margin: 0 auto;
	background-size: 180%;
}
.top-mv-box {
	position: relative;
	height: 0px;
}
.top-mv-box h2 {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 15px;
}
.top-mv-box h2 img {
	width: 50%;
}
.top-mv-box div {
	display: none;
}


/*============スマホ 2nd===============================*/

.sec-mv {
	position: relative;
	max-width: 100%;
	min-width: 320px;
	height: 80px;
	background: url(../images/sec-mv.jpg) no-repeat center center;
	background-size: cover;
}
.sec-mv h2 {
	position: relative;
	font-size: 1.618em;
	letter-spacing: normal;
	top:50%;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	text-align: center;
	color: #99805d;
}
.sec-mv h2 span {
	font-family: 'Allura', cursive;
	display: block;
	color:#e05447;
	font-size:0.5384em;
}


/*==========スマホ top contents
========================*/

.top-sec1 {
	max-width: 100%;
	min-width: 320px;
	height: 100%;
	background: url(../images/top-sec1-bnr-bg.jpg) no-repeat center center;
	padding: 0px 0;
	box-sizing: border-box;
	background-size: 130%;
}

.top-sec1-img {
	position: absolute;
	right: 0;
	margin-top: -55px;
	z-index: 1;
}

.top-sec1-img img {
	width: 40%;
	height: auto;
}


.top-sec2 {
	max-width: 2000px;
	min-width: 320px;
	height:auto;
	background: url(../images/top-sec2-bnr-bg.jpg) no-repeat left 45% center;
	background-size: cover;
	border:0px solid #fdece1;
}
.top-sec2-ttl-box {
	position: relative;
	width: 100%;
	height:auto;
}

.top-sec2-ttl {position: relative;
text-align: center;}

.top-sec2-ttl img {
width:1200px;
height:auto;
}

.top-sec2-link {
	position: absolute;
	right: 10%;
	bottom: 5px;
}

.top-sec2-link img {
	width: 60%;
	height: auto;
}


.top-sec3 {
	padding: 30px 0;
}


/*=======*/
.salon-bg1{
	max-width:100%;
	min-width:320px;
	height:auto;
	margin:0 auto;
	background:url(../images/salon-bg.png) no-repeat center center;
}
.salon-chart li:nth-child(odd){
	padding:0.625em 1em;
	text-align:center;
	color:#fefefe;
	font-size:1.309em;
	font-weight: bold;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.salon-chart li:nth-child(1){
	background:#ffb0c5;
}
.salon-chart li:nth-child(3){
	background:#ff7d9f;
}
.salon-chart li:nth-child(5){
	background:#ff4a79;
}
.salon-chart li:nth-child(even){
	text-align:center;
	font-size:2.618em;
	color:#cfcfcf;
	padding:15px 0;
}
.salon-box li div{
	font-size:1.309em;
	border:2px solid #99805d;
	padding:0.625em 1em;
	color:#99805d;
	text-align:center;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.salon-box li span{
	display:block;
	font-family: 'Allura', cursive;
	color:#e05447;
	font-size:1em;
	line-height:1em;
}
.salon-list li{
	border-bottom: 1px solid #ffebbf;
	padding-left: 1em;;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.salon-list li:nth-child(3){
	font-size:1.618em;
}
.salon-list li:nth-child(3) span{
	font-size:0.625em;
}
.salon-list li:nth-child(3), .salon-list li:nth-child(4) span{
	font-family: 'Allura', cursive;
}
.salon-list li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	color:#e05447;
	font-weight: bold;
}


/*=======*/

.ttl-box{
	display:inline-block;
	font-size:1.618em;
	color:#ff7d9f;
	padding:0.625em 1em;
	border:2px solid #ff7d9f;
	line-height:1em;
	box-sizing:border-box;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}


/*========*/

.menu-price li{
	padding-bottom: 15px;
	text-align:center;
}
.menu-price li:nth-child(1) div{
	display:inline-block;
	padding:0.625em 1em;
	line-height:1em;
	background:#99805d;
	color:#fefefe;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.menu-price li:nth-child(2){
	display:none;
}
.menu-price li:nth-child(3){
	color:#ff7d9f;
	border-bottom: 2px solid #ffebbf;
}
.menu-price li:nth-child(3) span:nth-child(1){
	font-family: 'Allura', cursive;
	font-size:1.618em;
}
.menu-price li:nth-child(3) span:nth-child(2){
	font-size:0.875em;
	color:#8e8e8e;
}
.menu-price li:nth-child(3) p{
	display:inline-block;
}
.menu-price2 li{
	padding-bottom: 15px;
}
.menu-price2 li:nth-child(2){
	text-align:center;
	color:#ff7d9f;
	border-bottom: 2px solid #ffebbf;
}
.menu-price2 li:nth-child(2) span:nth-child(1){
	font-family: 'Allura', cursive;
	font-size:1.618em;
}
.menu-price2 li:nth-child(2) span:nth-child(2){
	font-size:0.875em;
	color:#8e8e8e;
}
.menu-price2 li:nth-child(2) p{
	display:inline-block;
}
.menu-price3 li{
	border-bottom: 2px solid #ffebbf;
	padding-bottom: 15px;
	text-align:center;
	color:#ff7d9f;
}
.menu-price3 li span:nth-child(1){
	font-family: 'Allura', cursive;
	font-size:1.618em;
}
.menu-price3 li span:nth-child(2){
	font-size:0.875em;
	color:#8e8e8e;
}
.menu-price3 li p{
	display:inline-block;
}
.menu-other li div{
	background:#ff7d9f;
	padding:0.625em 1em;
	line-height:1em;
	text-align:center;
	color:#fefefe;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}


/*=======*/
.sp-img50{
	text-align:center;
}
.sp-img50 img{
	width:50%;
	height:auto;
}
.sp-img30{
	text-align:center;
}
.sp-img30 img{
	width:30%;
	height:auto;
}


/*=======*/

.recommend-bg{
	max-width:2000px;
	min-width:320px;
	height:150px;
	background:url(../images/recommend-img01.jpg) no-repeat center center;
	background-size:cover;
	margin:0 auto;
}
.recommend-box div{
	margin-bottom: 15px;
}
.recommend-box li p:nth-child(2) span{
	display:block;
	text-align:center;
}
.recommend-box li p:nth-child(2) span:nth-child(1), .recommend-box li p:nth-child(2) span:nth-child(3){
	font-size:0.8em;
}
.recommend-box li p:nth-child(2){
	margin-bottom: 15px;
	border-bottom: 1px solid #ffebbf;
	padding-bottom: 10px;
}
}



/*===
TAB
===*/

@media screen and (max-width: 991px) and (min-width: 641px) {
body {
	color: #5a5a5a;
	background-color: #fefefe;
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.618em;
	letter-spacing: 0.075em;
	text-align: justify;
	font-size: 12px;
}


/*===
TAB header
===*/


/*===
TAB footer
===*/

.foot-bg {
	padding: 30px 0;
	background: #fefaf0;
}
.foot-box li:nth-child(2) p:nth-child(1) {
	font-size: 0.7072em;
	line-height: 1em;
	margin-bottom: 10px;
}
.foot-box li:nth-child(2) p:nth-child(2) {
	font-family: 'Allura', cursive;
	font-size: 2.625em;
	line-height: 1em;
	margin-bottom: 10px;
}
.foot-box li:nth-child(2) p:nth-child(3) {
	font-size: 0.7072em;
	line-height: 1em;
}
.foot-box li:nth-child(3) ul li {
	display: inline-block;
	border-right: none;
	padding: 0 0.2em;
	box-sizing: border-box;
	font-size: 0.8em;
	margin-bottom: 10px;
}
.foot-box li:nth-child(3) ul li:nth-child(3), .foot-box li:nth-child(3) ul li:last-child {
	border-right: none;
}
.foot-box li:nth-child(3) p {
	text-align: right;
	font-size: 0.7072em;
	margin-top: 10px;
}


/*===
TAB navi===*/

.gnav {
	padding-top: 0px;
}
.gnav ul {
	display: table;
	max-width: 100%;
	min-width: 750px;
	height: auto;
}
.gnav li {
	display: table-cell;
	vertical-align: middle;
	width: 13%;
}
.gnav li:nth-child(4) {
	width: 19%;
	height: auto;
}
.gnav li:nth-child(6) {
	width: 16%;
	height: auto;
}
.gnav ul li a {
	display: table-cell;
	height: auto;
	box-sizing: border-box;
	text-align: center;
	color: #5a5a5a;
	font-weight: bold;
}
.gnav ul li:nth-child(4) a {
}
.gnav ul li a span {
	display: block;
	font-family: 'Allura', cursive;
	font-size: 0.875em;
	line-height: 1em;
	color: #e05447;
}
.gnav ul li a:hover {
	color: #e05447;
	text-decoration: none;
}
.gnav ul li a:hover span {
	color: #5a5a5a;
}


/*===
TAB top mv
===*/

.top-mv {
	max-width: 2000px;
	min-width: 750px;
	height: 280px;
	background: url(../images/top-mv.jpg) no-repeat;
	margin: 0 auto;
	background-size: 120%;
	background-position: right bottom;
}
.top-mv-box {
	position: relative;
	height: 280px;
}
.top-mv-box h2 {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.top-mv-box h2 img {
	width: 40%;
	height: auto;
}
.top-mv-box div {
	display: none;
}

/*===
TAB top contents
===*/
}



/*====
PC 992px〜
===*/

@media print, screen and (min-width: 992px) {
}



/*===
PC 1200px〜
===*/

@media print, screen and (min-width: 1200px) {
}


.back {
 position: fixed;
 bottom: 10px;
 right: 10px;
  
 border:1px solid #888888;
 padding:2pt;
 background-color: #ffffff;
 filter:alpha(opacity=85);
 -moz-opacity:0.85;
 -khtml-opacity: 0.85;
 opacity:0.85;
     
 text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa; 
 -webkit-box-shadow: 1px 1px 2px #E7E7E7;
 -moz-box-shadow: 1px 1px 2px #E7E7E7; 
 -webkit-border-radius: 3px; 
 -moz-border-radius: 3px;
}
