@charset "UTF-8";
/*----------------------------------------------------
	☆Reset
----------------------------------------------------*/

html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
body {
	background: url(../cmn_img/bg_body.png) repeat;
	color: #000;
	font-family: "游ゴシック体","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-size: 1.4rem; /* sets the default sizing to make sure nothing is actually 10px */
	line-height: 1;
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#fancybox-wrap, #fancybox-wrap *, #fancybox-tmp, #fancybox-loading {
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-o-box-sizing: content-box!important;
	-ms-box-sizing: content-box!important;
	box-sizing: content-box!important;
}
a, a:link, a:hover, a:focus {
	color: #509DC5;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

a {
	 -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      opacity: 1;
}

a:hover {
	text-decoration: underline;
	opacity: 0.8;
	-webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}
ul, ol {
	list-style-type: none;
}
::selection {
	background-color: #DDD;
	color: #444; /* Safari */
}
::-moz-selection {
background-color: #DDD;
color: #444; /* Firefox */
}
a {
	display: inline-block;
}


img {
	max-width: 100%;
	height: auto;
}



/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* for IE 6/7 only */
}

/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/

br.clear {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
br.clear {
	display: block!important;
	content: " ";
}
}
div.clear {
	clear: both;
	line-height: 0px;
}
/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/

#topcontrol {
	z-index: 100;
}
#topcontrol a {
	background: url(../../cmn/cmn_js/scrolltop/scrollup.png) center center no-repeat;
	background : url(../../cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
 *background : url(../../cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
	_background : url(../../cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
	background-size: 40px 40px;
	font-size: 0;
	text-decoration: none;
	display: block;
	height: 38px;
	width: 38px;
	opacity: 0.7;
	border-radius: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
#topcontrol a:hover {
	background-size: 54px 54px;
	opacity: 1;
	height: 50px;
	width: 50px;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- INR --*/

.inr { max-width: 1080px; margin: 0 auto;}


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

.modaal-container {
	background: #b7282c !important;
}

/*-- HEADER --*/


header{
  padding-top:60px;
}

.header-inr{
  width:95%;
  margin:0 auto;
  box-sizing:border-box;
  padding:0 60px;
  position: relative;
  z-index: 1;
}

.header-inr:after{
  width:100%;
  padding-top:1%;
  background-size:100% 100%;
  content:"";
  position:absolute;
  left:0;
  top:100%;
  z-index:1;
}

.header-inr	.header-box{
  box-sizing:border-box;
  margin:0 auto;
  padding:30px 20px;
  position: relative;
  z-index: 2;
}

.header-box:before,
.header-box:after{
  width:60px;
  height:100%;
  content:"";
  position:absolute;
  top:0;
  background-repeat:no-repeat;
  background-size:100% 100%;
  background-position:center center;
}


/*20190618 追加分*/
/*
.header-box:before{
left:-60px;
background-image:url(../cmn_img/img_h_l.png);
}

.header-box:after{
right:-60px;
background-image:url(../cmn_img/img_h_r.png);
}
*/
.header-inr .header_img{
  position: absolute;
  left: -10px;
  top: 0;
  right: -10px;
}
.header-inr .header_img img:first-child{
  max-height: 125px;
  width: 100%;
  display: block;
  height: 100%;
}
.header_img02{
  position: absolute;
  top:100%;
  display: block;
  width: 100%;
}
.header_img03{
  display: none;
}

.header-left{
  float:left;
  box-sizing:border-box;
  padding-left:85px;
  position: relative;
  width: 30%;
}
.header-h1{
  line-height:1.2 !important;
  font-size:10px;
  margin:0 auto 10px;
}

.header-left .header-fu{
  position:absolute;
  left:-60px;
  top:-60px;
}


.header-right{
  font-family: 'Sawarabi Gothic', sans-serif;
  float:right;
  width:100%;
  max-width:900px;
  padding-top:10px;
  width: 68%;
}


.header-ul01 > li{
  text-align:center;
  float:left;
  width:12.5%;
  box-sizing:border-box;
  border-left:2px dotted #333;
  position:relative;
}

.header-ul01 > li:last-child{
  border-right:2px dotted #333;
}
.header-ul01 > li > a{
  box-sizing:border-box;
  padding:0px 2px;
  font-size:12px;
  color:#000;
  font-weight:bold;
  line-height:1.2 !important;
  text-decoration:none !important;
  display:block;
} 
.header-ul01 > li > span{
  box-sizing:border-box;
  padding:0px 2px;
  font-size:12px;
  color:#000;
  font-weight:bold;
  line-height:1.2 !important;
  text-decoration:none !important;
  display:block;
} 

.header-ul01 > li > a i{
  display:block;
  margin:0 auto 5px;
}
.header-ul01 > li > span i {
  display: block;
  margin: 0 auto 5px;
}



.header-ul02-wrapper{
  position:absolute;
  display:block;
  /*width:600%;*/
  width:200px;
  z-index:3;
  left:50%;
  top:99%;
  transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  padding:20px 10px 0px;
  display:none;
}

/*.header-ul02-wrapper.short-ver{
width:400%;
}	*/

.header-ul02-wrapper:before{
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  content:"";
  left:50%;
  margin-left:-20px;
  top:10px;
  position:absolute;
  z-index:4;
}


.header-ul01 > li:hover .header-ul02-wrapper{
  display:block;
}

.header-ul02{
  background-color:#fff;
  padding:15px 10px;
  border-radius:5px;
  font-size:0;
  width:auto;

}

.header-ul02 li{
  font-size:12px;
  padding:0 5px;
  width:100%;
  /*display:inline-block;
  width:33.33%;*/
  box-sizing:border-box;
  margin:0 auto 20px;
}

/*.header-ul02-wrapper.short-ver .header-ul02 li{
width:50%;
}
*/
.header-ul02 li a{
  display:block;
  text-decoration:none;
  text-align:left;
  color:#333;
  font-weight:bold;
}
.header-ul02 li figure{
  margin:0 auto 5px;
}


/*----------------------------------------------------
	MEGAMENU
----------------------------------------------------*/

.menu {
	position: relative;
	width: 100%;
}
.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a {
	background:none;
	color: #FFF !important;
}
.menu__second-level li a:hover {
    background: #ddd;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}


li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}





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

/*-- BREADCHUMBS --*/

#breadChumbs {
	margin: 0 auto;
	padding: 15px 20px 12px;
	max-width: 1320px;
}
#breadChumbs p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	margin: 0 auto;
	transition: 0.2s;
	text-align: left;
}
#breadChumbs p a {
	color: #000;
	text-decoration: underline;
	transition: 0.2s;
}
#breadChumbs p a:hover {
	color: #999;
	text-decoration: none;
}
#breadChumbs p a.currentPoint {
	color: #000;
	text-decoration: none;
}

#breadChumbs p a.home {
	background: url(../cmn_img/icon_home.png) left center no-repeat;
	background-size: auto;
	padding-left: 15px;
}
/*==========================================*/


/*-- MV --*/



#mv {
	background: url(../cmn_img/bg_main_sample.jpg) center center / cover no-repeat;
	border-radius: 10px;
	margin: -30px auto 0;
	height: 0;
	padding-top: calc(400 / 1320 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	position: relative;
	width: 90%;
}

#mv::after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../cmn_img/img_maincover.png) center center / cover no-repeat; 
}

#mv .cName{
	letter-spacing: 0.04em;
	text-align: center;
	top: 34%;
	width: 100%;
	transition: 0.2s;
	font-size: 2.0em;
	position: absolute;
}







/*-- mv --*/
.summary #mv{ background: url("../uniq/images/about/bg_mv_summary.jpg")  center center / cover no-repeat; }
.concept #mv{ background: url("../uniq/images/about/bg_mv_concept.jpg")  center center / cover no-repeat; }
.aliceworld #mv{ background: url("../uniq/images/support/bg_mv_aliceworld.jpg")  center center / cover no-repeat; }
.support #mv{ background: url("../uniq/images/support/bg_mv_aliceworld.jpg")  center center / cover no-repeat; }
.shortcare #mv{ background: url("../uniq/images/support/bg_mv_shortcare.jpg")  center center / cover no-repeat; }
.dietary #mv{ background: url("../uniq/images/dietary/bg_mv_dietary.jpg")  center center / cover no-repeat; }
.club #mv{ background: url("../uniq/images/utility/bg_mv_club.jpg")  center center / cover no-repeat; }
.faq #mv{ background: url("../uniq/images/utility/bg_mv_faq.jpg")  center center / cover no-repeat; }
.parents #mv{ background: url("../uniq/images/utility/bg_mv_parents.jpg")  center center / cover no-repeat; }
.corporation #mv{ background: url("../uniq/images/utility/bg_mv_corporation.jpg")  center center / cover no-repeat; }
.education #mv{ background: url("../uniq/images/education/bg_mv_education.jpg")  center center / cover no-repeat; }
.program #mv{ background: url("../uniq/images/education/bg_mv_program.jpg")  center center / cover no-repeat; }
.event #mv { background: url("../uniq/images/education/bg_mv_event.jpg")  center center / cover no-repeat; }
.gallery #mv { background: url("../uniq/images/gallery/bg_mv_gallery.jpg")  center center / cover no-repeat; }
.news #mv { background: url("../uniq/images/news/bg_mv_news.jpg")  center center / cover no-repeat; }
/*.contact #mv { background: url("../uniq/images/contact/bg_mv_contact.jpg")  center center / cover no-repeat; }*/
/*-- CONTENTS --*/

#contents {
	margin: 0 auto 100px;
	position: relative;
	z-index: 2;
}
#contents p, #contents li, #contents dt, #contents dd, #contents th, #contents td {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
}
#main {
	margin: 40px auto 0;
	position: relative;
}

#mainArea {
	float: right;
	width: 68%;
}

#sideArea {
	float: left;
	width: 25%;
}

/*--subNavi--*/
#sideArea .subNavi ul.sNav1 li {
  border-bottom: dotted 1px #ddd;
  position: relative;
}

#sideArea .subNavi ul.sNav1 li::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -4px;
}


.about #sideArea .subNavi ul.sNav1 li::before{
	border-top: solid 2px #5cc57c;
    border-right: solid 2px #5cc57c;
}

#sideArea .subNavi ul.sNav1 li a {
	color: #222;
	display: block;
	text-decoration: none;
	padding:15px 15px 11px 35px;
}

#sideArea .subNavi ul.sNav1 li a:hover,
#sideArea .subNavi ul.sNav1 li a.cr {
	background: #efefef;
}


/*--subNavi2--*/

#sideArea .subNavi ul.sNav2 li {
	border-bottom: dotted 1px #ddd;
}
#sideArea .subNavi ul.sNav2 li div {
  position: relative;
	color: #222;
	padding:15px 15px 11px 15px;
}


#sideArea .subNavi ul.sNav2 li div span { padding-left: 10px;}

#sideArea .subNavi ul.sNav2 div::before{
	content: "";
	    width: 7px;
	    height: 7px;
	    display: inline-block;
	    background: transparent;
	    border-top: 2px solid #5cc57c;
	    border-right: 2px solid #5cc57c;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	    /*! position: absolute; */
	    top: 40%;
	    left: 10px;
}

#sideArea .subNavi ul.sNav2 div:hover {
	background: #efefef;
	cursor: pointer;
}

#sideArea .subNavi ul.sNav2 li:hover::before {
	-webkit-transform: rotate(134deg);
	    transform: rotate(134deg);
}


#sideArea .subNavi ul.sNav2 li a span { padding-left: 10px;}
#sideArea .subNavi ul.sNav2 li ul.sub_menu {
    display:none;
}

#sideArea .subNavi ul.sNav2 li .sub_menu {
	background: #efefef;
	padding: 5% 10%;
}

#sideArea .subNavi ul.sNav2 li .sub_menu li {
	border: none;
	margin-bottom: 3px;
}

#sideArea .subNavi ul.sNav2 li .sub_menu li:last-child {
	margin-bottom: 0;
}

#sideArea .subNavi ul.sNav2 li .sub_menu li::before{
	content: "";
	    width: 7px;
	    height: 7px;
	    display: inline-block;
	    background: transparent;
	    border-top: 2px solid #5cc57c;
	    border-right: 2px solid #5cc57c;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	    /*! position: absolute; */
	    top: 40%;
	    left: 10px;
}

#sideArea .subNavi ul.sNav2 li a {
	color: #5cc57c;
	text-decoration: none;
}

#sideArea .subNavi ul.sNav2 li a:hover {
	text-decoration: underline;
}


/*---------------------------*/

#pageMenu {
}

#pageMenu .community {
	background:url(../recruit/cmn_img/bg_img_activity.png) repeat;
	padding:3% 0;
}

#pageMenu .facilities {
	background:url(../recruit/cmn_img/bg_img_facilities.png) repeat;
	padding:3% 0;
}

#pageMenu ul {
	width:1080px;
	margin:0 auto;
}

#pageMenu ul li {
	float:left;
	margin-right:15px;
	width:250px;
}

#pageMenu ul li:lastychild {
	margin-right:0;
}

#pageMenu ul li img { width: 100%;}


#pageMenu ul li a {
	text-decoration: none;
	color: #000000;
}

#pageMenu ul li a:hover {
	opacity: 0.5 ;
}

#pageMenu ul li span {
	display:block;
	font-family: 'Noto Sans Japanese';
	font-size: 0.9em;
	padding-top:10px;
	text-align:center;
	line-height:1.3;
	letter-spacing: 0.04em;
}

/*---------------------------*/
.pager {
    overflow: hidden;
}
 
.pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}
 
.pager ul li {
    margin: 0 5px;
    position: relative;
    left: -50%;
    float: left;
}
 
.pager ul li span,
.pager ul li a {
    display: block;
    font-size: 14px;
    padding: 0.4em 1em;
    border-radius: 3px;
}
 
.pager ul li a {
    background: #FFF;
    border:solid 1px #000;
    color: #000;
    text-decoration: none;
}
 
.pager ul li a:hover,.pager ul li a.cr {
    background: #000;
    color: #FFF;
}


/*-- MENUAREA --*/

#menuArea {
	margin: 0 auto;
	max-width: 1000px;
}

#menuArea ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#menuArea ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50%;
}

#menuArea ul li.menuPh {
	background: url("../uniq/images/about/img_menuphoto.jpg") left top no-repeat;
	background-size: cover !important;
	position: relative;
}

.concept #menuArea ul li.menuPh {
	background: url("../uniq/images/about/img_menuphoto_02.jpg") left top no-repeat;
	background-size: cover !important;
	position: relative;
}



#menuArea ul li.menuPh::before {
     content: '';
     display: block;
     width: 0;
     height: 0;
     border: solid 17px transparent;
     border-left: solid 20px #252525;
}


#menuArea ul li.menuBox {
	background:url("../cmn_img/bg_pat_02.jpg") repeat;
	color: #FFF;
	position: relative;
}


#menuArea ul li.menuBox::after {
	width:calc(100% - 6px);
	height:calc(100% - 6px);
	position:absolute;
	border:1px solid #fff;
	left:3px;
	top:3px;
	box-sizing:border-box;
	content:"";
}

#menuArea ul li.menuBox .inr {
	padding: 13% 5%;
	
	background-image:
      url("../cmn_img/img_menu01.png") , 
      url("../cmn_img/img_menu02.png") ;

  background-repeat:
    no-repeat,
	no-repeat;

  background-position:
    5% 15%,
    95% 90%;
}

#menuArea ul li.menuBox .menuName {
	background: url("../uniq/images/about/icon_menu.png") center top no-repeat ;
	background-size: auto;
	padding-top: 50px;
	font-size: 2.4rem;
	margin-bottom: 20px;
}

#menuArea .menuBox a.bscBtn {
	padding:10px 40px 10px 45px;
	z-index: 100; 
	width: 80%; 
}

.hrefMenu {
	display: table;
	width: 100%;
}

.hrefMenu div.href {
     width: 49%; 
}

.hrefMenu div.href_l {
	float: left;
}

.hrefMenu div.href_r {
	float: right;
}


.hrefMenu ul li.menuBox .inr {
	background-size: 20%,10%; 
}

 .hrefMenu ul li.menuBox .menuName {
 	font-size: 2.0rem !important;
 }


.education #menuArea ul li.menuBox .menuName {
	background: url("../uniq/images/education/icon_menu.png") center top no-repeat ;
}
.education #menuArea .href_l ul li.menuPh {
	background: url("../uniq/images/education/img_menuphoto_01.jpg") left top no-repeat;
}
.education #menuArea .href_r ul li.menuPh {
	background: url("../uniq/images/education/img_menuphoto_02.jpg") left top no-repeat;
}

.event #menuArea .href_l ul li.menuPh {
	background: url("../uniq/images/education/img_menuphoto_01.jpg") left top no-repeat;
}
.event #menuArea .href_r ul li.menuPh {
	background: url("../uniq/images/education/img_menuphoto_03.jpg") left top no-repeat;
}

.program #menuArea .href_l ul li.menuPh {
	background: url("../uniq/images/education/img_menuphoto_03.jpg") left top no-repeat;
}
.program #menuArea .href_r ul li.menuPh {
	background: url("../uniq/images/education/img_menuphoto_02.jpg") left top no-repeat;
}




/*-- FOOTER --*/


#footer {
	background: #000;
	color: #FFF;
}

#footer .inr {
	clear: both;
	overflow: hidden;
	margin-right: 0 auto;
	padding: 1.2em 0;
	width: 90%;
}

#footer .copy {
	display: block;
	float: left;
}

#footer .footList {
	float: right;
	clear: both;
	overflow: hidden;
}


#footer .footList li {
	display: inline-block;
	margin-right: 20px;
}

#footer .footList li a {
	color: #FFF;
	font-size: 1.3rem;
	text-decoration: none;
}

#footer .footList li a:hover {
	text-decoration: underline;
}

#footer .footList li a.arrow_type01::before {
	background: #FFF;
}

#footer .footList li a.arrow_type01::after {
	border-left: 3px solid #000;
}




/*---------------------------------
  fadein
----------------------------------*/

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 0.5s;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


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

.header-h1{
/*	float:right;*/
	font-size:11px;
	margin-bottom:5px;
	}
}	



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

.header-ul01 > li > a{
	font-size:11px;	
	} 	 	

}

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

.header-left .header-fu img {
	width: 70%;
}

.header-left {
	padding-left: 35px;
	width: 25%;
}

.header-right {
	width: 73%;
}

.header-h1 {
	font-size: 9px;
}

}

@media only screen and (max-width: 900px) {
	.header-left {
	max-width: 100%;
	text-align: center;
	padding: 0 10px;
}

.header-inr .header-box{
	padding:20px 0 20px;
	}

.header-left{
	width:100%;
	float:none;
	}

	
.header-right{
	max-width:100%;
	clear:both;
	padding-top:20px;
	float:none;
	width: 100%;
	}
}


@media only screen and (max-width: 850px) {
	
	#mv {
		margin: 0px auto  !important;
		padding-top: calc(500 / 1320 * 100%);
	}

	#mv::after {
		height: 80%;
	}
	
	.header-left .header-fu img {
	width: 100%;
}
	
}


