/*
* MEXICAN DINING AVOCADO
* top.css
*
* @date 2016-07-13
*/
/* --------------------------------
   cover
-------------------------------- */
.cover {
	position: relative;
	padding: 168px 0 123px;
	height: 625px;
	text-align: center;
}
.cover .container {
	position: relative;
}
.is-mobile .cover {
	background-image: url(../img/top/cover_bg.jpg);
	background-position: 50% -60px;
}
.is-mobile .cover .loader {
	display: none;
}

.cover_title {
	margin: 0 0 -14px;
}

.cover_txt,
.cover_illust {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.cover_txt {
	top: -386px;
	left: -508px;
}

.cover_illust {
	top: -22px;
	left: 738px;
}

.cover_title,
.cover_lead img,
.cover_txt,
.cover_illust,
.cover .btn {
	opacity: 0;
}
.is-mobile .cover_title,
.is-mobile
  .cover_lead img,
.is-mobile
  .cover_txt,
.is-mobile
  .cover_illust,
.is-mobile
  .cover .btn {
	opacity: 1;
}

.cover_title,
.cover_lead img,
.cover .btn {
	position: relative;
	z-index: 1;
}

.cover_mov {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.is-mobile .cover_mov {
	display: none;
}
.cover_mov video {
	opacity: 0; 
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
}
.cover_mov.is-show video {
	opacity: 1; 
	transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* --------------------------------
   section
-------------------------------- */
.section {
	padding: 100px 0; 
	text-align: center;
}
.section.style {
	padding-bottom: 150px;
}
.section.careers {
	padding-top: 195px;
	padding-bottom: 246px;
}
.section.modernMexican {
	margin-top: -66px;
	padding: 0;
	background: #f5f1ec;
}
.section.modernMexican .rotate_inner {
	padding-top: 120px;
	padding-bottom: 65px;
}
.section.blog {
	padding-top: 65px;
	padding-bottom: 55px;
}
.section.tequilaClub {
	padding-top: 65px;
	background-color: #f5f1ec;
}
.section.news {
	padding: 0;
	background-color: #00feb5;
}
.section.news .rotate_inner {
	padding-top: 76px;
	padding-bottom: 144px;
}
.section.location {
	margin-top: -66px;
	margin-bottom: -33px;
	padding-top: 230px;
	padding-bottom: 220px;
}

.section_lead {
	position: relative;
	margin: 13px 0 0;
	padding: 0 0 30px; 
	color: #000;
}
.section_lead:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	top: auto; 
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 90px;
	height: 3px;
	background-image: url(/img/common/sprite-common.png);
	background-position: -276px -96px;
}
.section_lead + * {
	margin: 36px 0 0;
}
.blog .section_lead + * {
	margin-top: 25px;
}
.careers .section_lead,
.location .section_lead {
	color: #fff;
}

.news .section_lead {
	margin: 11px 0 0 -24px;
}

/* --------------------------------
   style
-------------------------------- */
.style {
	overflow: hidden;
	position: relative;
	background-color: #f5f1ec;
	background-image: url(../img/top/style_bg-01.png), url(../img/top/style_bg-02.png);
	background-repeat: no-repeat,no-repeat;
	background-position: 130% -31px, -50% 294px;
	background-position: calc(50% + 510px) -31px, calc(50% - 534px) 294px;
}
.style:after {
	content: "";
	display: block;
	position: absolute;
	top: -969px;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: skewY(-18deg);
	    -ms-transform: skewY(-18deg);
	        transform: skewY(-18deg); 
	background: #ff2e82;
}
.style .container {
	position: relative;
	z-index: 1;
}

.style_lists {
	margin-top: 63px;
}

.style_list {
	float: left;
	margin: 0 0 0 20px;
	padding: 27px 0 41px;
	border-top: 6px solid #ff2e82;
	width: 320px;
	background: #fff;
}
.style_list:first-child {
	margin: 0;
}

.style_list_title {
	margin: 15px 0 0;
	font-size: 20px;
	font-size: 1.25rem;
}

.style_list_img {
	margin: 0 0 20px;
}

/* --------------------------------
   careers
-------------------------------- */
.careers {
	background: url(../img/top/careers_bg.jpg) 50% 50% no-repeat;
	background-attachment: fixed; 
	background-size: cover;
	color: #fff;
}
.is-mobile .careers {
	background-attachment: scroll;
}

/* --------------------------------
   Modern Mexican
-------------------------------- */
.modernMexican {
	overflow: hidden;
	position: relative;
}
.modernMexican:before {
	content: "";
	display: block;
	position: absolute;
	top: -105%;
	left: 0;
	width: 100%;
	height: 105%;
	-webkit-transform: skewY(-32deg);
	    -ms-transform: skewY(-32deg);
	        transform: skewY(-32deg);
	background: #ff2e82;
}
.modernMexican .rotate_inner {
	background-image: url(../img/common/bg-dot-white.png), url(../img/common/bg-dot-white.png);
	background-repeat: no-repeat,no-repeat;
	background-position: calc(50% - 190px) 87px, calc(50% + 554px) 633px;
}
.modernMexican .container {
	position: relative;
	z-index: 1;
}

.modernMexican_instagramGallery {
	margin-top: 55px; 
	padding: 148px 0 0;
	width: 1000px;
	height: 668px;
	background: url(../img/top/modernMexican_instagramGallery_bg.png) 0 0 no-repeat;
}
.modernMexican_instagramGallery p a {
	display: inline-block;
	position: relative;
	width: 280px;
	height: 342px;
}
.modernMexican_instagramGallery p a:after {
	content: "";
	display: block;
	position: absolute;
	top: 248px;
	right: 0;
	bottom: 0;
	left: 158px;
	margin: auto;
	border: 2px solid transparent;
	border-top-color: #2f2d31;
	border-right-color: #2f2d31;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.modernMexican_instagramGallery p a:hover {
	opacity: 0.7;
}
.modernMexican_instagramGallery p a:hover:after {
	-webkit-transform: translateX(4px) rotate(45deg);
	    -ms-transform: translateX(4px) rotate(45deg);
	        transform: translateX(4px) rotate(45deg);
}
.modernMexican_instagramGallery .feel_lists {
	position: absolute;
	top: 172px;
	left: 0;
}
.modernMexican_instagramGallery .feel_list {
	position: absolute;
	z-index: 1;
}
.modernMexican_instagramGallery .feel_list:nth-child(1) {
	top: 0;
	left: 0;
	width: 118px;
	height: 118px;
}
.modernMexican_instagramGallery .feel_list:nth-child(1) img {
	max-height: 118px;
}
.modernMexican_instagramGallery .feel_list:nth-child(2) {
	top: 120px;
	left: 0;
	width: 118px;
	height: 118px;
}
.modernMexican_instagramGallery .feel_list:nth-child(2) img {
	max-height: 118px;
}
.modernMexican_instagramGallery .feel_list:nth-child(3) {
	top: 0;
	left: 120px;
	width: 238px;
	height: 238px;
}
.modernMexican_instagramGallery .feel_list:nth-child(3) img {
	max-height: 238px;
}
.modernMexican_instagramGallery .feel_list:nth-child(4) {
	top: 0;
	left: 494px;
	width: 146px;
	height: 146px;
}
.modernMexican_instagramGallery .feel_list:nth-child(4) img {
	max-height: 146px;
}
.modernMexican_instagramGallery .feel_list:nth-child(5) {
	top: 0;
	left: 494px;
	width: 146px;
	height: 146px;
}
.modernMexican_instagramGallery .feel_list:nth-child(5) img {
	max-height: 146px;
}
.modernMexican_instagramGallery .feel_list:nth-child(6) {
	top: 0;
	left: 642px;
	width: 216px;
	height: 216px;
}
.modernMexican_instagramGallery .feel_list:nth-child(6) img {
	max-height: 216px;
}
.modernMexican_instagramGallery .feel_list:nth-child(7) {
	top: 76px;
	left: 860px;
	width: 140px;
	height: 140px;
}
.modernMexican_instagramGallery .feel_list:nth-child(7) img {
	max-height: 140px;
}
.modernMexican_instagramGallery .feel_list:nth-child(8) {
	top: 240px;
	left: 76px;
	width: 140px;
	height: 140px;
}
.modernMexican_instagramGallery .feel_list:nth-child(8) img {
	max-height: 140px;
}
.modernMexican_instagramGallery .feel_list:nth-child(9) {
	top: 240px;
	left: 218px;
	width: 140px;
	height: 140px;
}
.modernMexican_instagramGallery .feel_list:nth-child(9) img {
	max-height: 140px;
}
.modernMexican_instagramGallery .feel_list:nth-child(10) {
	top: 382px;
	left: 0px;
	width: 108px;
	height: 108px;
}
.modernMexican_instagramGallery .feel_list:nth-child(10) img {
	max-height: 108px;
}
.modernMexican_instagramGallery .feel_list:nth-child(11) {
	top: 382px;
	left: 140px;
	width: 108px;
	height: 108px;
}
.modernMexican_instagramGallery .feel_list:nth-child(11) img {
	max-height: 108px;
}
.modernMexican_instagramGallery .feel_list:nth-child(12) {
	top: 382px;
	left: 252px;
	width: 108px;
	height: 108px;
}
.modernMexican_instagramGallery .feel_list:nth-child(12) img {
	max-height: 108px;
}
.modernMexican_instagramGallery .feel_list:nth-child(13) {
	top: 218px;
	left: 642px;
	width: 184px;
	height: 184px;
}
.modernMexican_instagramGallery .feel_list:nth-child(13) img {
	max-height: 184px;
}
.modernMexican_instagramGallery .feel_list:nth-child(14) {
	top: 318px;
	left: 828px;
	width: 172px;
	height: 172px;
}
.modernMexican_instagramGallery .feel_list:nth-child(14) img {
	max-height: 172px;
}
.modernMexican_instagramGallery .feel_list:nth-child(15) {
	top: 492px;
	left: 0px;
	width: 176px;
	height: 176px;
}
.modernMexican_instagramGallery .feel_list:nth-child(15) img {
	max-height: 176px;
}
.modernMexican_instagramGallery .feel_list:nth-child(16) {
	top: 492px;
	left: 276px;
	width: 176px;
	height: 176px;
}
.modernMexican_instagramGallery .feel_list:nth-child(16) img {
	max-height: 176px;
}
.modernMexican_instagramGallery .feel_list:nth-child(17) {
	top: 492px;
	left: 454px;
	width: 176px;
	height: 176px;
}
.modernMexican_instagramGallery .feel_list:nth-child(17) img {
	max-height: 176px;
}
.modernMexican_instagramGallery .feel_list:nth-child(18) {
	top: 492px;
	left: 632px;
	width: 106px;
	height: 106px;
}
.modernMexican_instagramGallery .feel_list:nth-child(18) img {
	max-height: 106px;
}
.modernMexican_instagramGallery .feel_list:nth-child(19) {
	top: 492px;
	left: 740px;
	width: 176px;
	height: 176px;
}
.modernMexican_instagramGallery .feel_list:nth-child(19) img {
	max-height: 176px;
}

.modernMexican_illust {
	display: block;
	position: absolute;
	z-index: 1;
}
.modernMexican_illust.modernMexican_illust-01 {
	top: 221px;
	left: -80px; 
	width: 60px;
	height: 122px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -1255px -508px;
}
.modernMexican_illust.modernMexican_illust-02 {
	top: 320px;
	left: 1012px; 
	width: 82px;
	height: 111px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -786px -377px;
}
.modernMexican_illust.modernMexican_illust-03 {
	top: 523px;
	left: 313px; 
	width: 104px;
	height: 111px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -1135px -775px;
}
.modernMexican_illust.modernMexican_illust-04 {
	top: 515px;
	left: 992px; 
	width: 143px;
	height: 117px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -1135px -381px;
}
.modernMexican_illust.modernMexican_illust-05 {
	top: 617px;
	left: -60px; 
	width: 84px;
	height: 83px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -246px -609px;
}
.modernMexican_illust.modernMexican_illust-06 {
	top: 677px;
	left: 1006px; 
	width: 82px;
	height: 103px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -1038px -558px;
}
.modernMexican_illust.modernMexican_illust-07 {
	top: 692px;
	left: -38px; 
	width: 110px;
	height: 128px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -1135px -508px;
}
.modernMexican_illust.modernMexican_illust-08 {
	top: 760px;
	left: 853px; 
	width: 177px;
	height: 110px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -1135px -261px;
}

/* --------------------------------
   MODERN MEXICAN BLOG
-------------------------------- */
.blog {
	position: relative;
	background: #fcfaf7 url(../img/top/blog_bg.png) 50% 0 no-repeat;
}
.blog .section_lead:after {
	display: none;
}

/* --------------------------------
   TEQUILA CLUB
-------------------------------- */
.tequilaClub {
	background-image: url(../img/common/bg-dot-white.png), url(../img/common/bg-dot-white.png);
	background-repeat: no-repeat,no-repeat;
	background-position: calc(50% - 338px) 192px, calc(50% + 554px) 842px;
}
.tequilaClub .container {
	position: relative;
}
.tequilaClub .inner {
	margin: 37px 0 0;
}

.tequilaClub_title {
	margin: 0 0 28px;
}

.tequilaClub_rule {
	float: left;
	padding: 0 0 43px;
	width: 486px;
	background: #fff;
	text-align: left;
}

.tequilaClub_rule_lists {
	padding: 16px 35px 0;
}

.tequilaClub_rule_list {
	position: relative;
	padding: 16px 0 16px 75px;
	border-top: 1px dotted #ddd;
}
.tequilaClub_rule_list:first-child {
	border: 0;
}
.tequilaClub_rule_list:nth-child(1):before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 62px;
	height: 54px; 
	background-image: url(/img/top/sprite-top.png);
	background-position: -1055px -364px;
}
.tequilaClub_rule_list:nth-child(2):before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 62px;
	height: 54px; 
	background-image: url(/img/top/sprite-top.png);
	background-position: -1055px -300px;
}
.tequilaClub_rule_list:nth-child(3):before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 62px;
	height: 54px; 
	background-image: url(/img/top/sprite-top.png);
	background-position: -412px -609px;
}
.tequilaClub_rule_list:nth-child(4):before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 62px;
	height: 54px; 
	background-image: url(/img/top/sprite-top.png);
	background-position: -1259px -710px;
}
.tequilaClub_rule_list:nth-child(5):before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 62px;
	height: 54px; 
	background-image: url(/img/top/sprite-top.png);
	background-position: -1259px -646px;
}
.tequilaClub_rule_list:nth-child(6):before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 62px;
	height: 54px; 
	background-image: url(/img/top/sprite-top.png);
	background-position: -340px -609px;
}
.tequilaClub_rule_list:nth-child(7):before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 62px;
	height: 54px; 
	background-image: url(/img/top/sprite-top.png);
	background-position: -1249px -775px;
}

.tequilaClub_facebook {
	position: relative;
	z-index: 2;
	float: right;
	width: 448px;
}

.tequilaClub_illust {
	position: absolute;
	z-index: 1;
}
.tequilaClub_illust.tequilaClub_illust-01 {
	top: -2px;
	left: 0; 
	width: 278px;
	height: 116px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -290px -707px;
}
.tequilaClub_illust.tequilaClub_illust-02 {
	top: -2px;
	left: 291px; 
	width: 83px;
	height: 114px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -1036px -429px;
}
.tequilaClub_illust.tequilaClub_illust-03 {
	top: -4px;
	left: 634px; 
	width: 114px;
	height: 119px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -1135px -646px;
}
.tequilaClub_illust.tequilaClub_illust-04 {
	top: -3px;
	left: 753px; 
	width: 247px;
	height: 118px;
	background-image: url(/img/top/sprite-top.png);
	background-position: 0px -898px;
}
.tequilaClub_illust.tequilaClub_illust-05 {
	top: 168px;
	left: -24px; 
	width: 110px;
	height: 119px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -935px -300px;
}
.tequilaClub_illust.tequilaClub_illust-06 {
	top: 138px;
	left: 689px; 
	width: 276px;
	height: 222px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -246px -377px;
}
.tequilaClub_illust.tequilaClub_illust-07 {
	top: 137px;
	left: 968px; 
	width: 280px;
	height: 181px;
	background-image: url(/img/top/sprite-top.png);
	background-position: 0px -707px;
}
.tequilaClub_illust.tequilaClub_illust-08 {
	top: 460px;
	left: 1014px; 
	width: 93px;
	height: 106px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -935px -558px;
}
.tequilaClub_illust.tequilaClub_illust-09 {
	top: 774px;
	left: -120px; 
	width: 108px;
	height: 84px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -786px -498px;
}
.tequilaClub_illust.tequilaClub_illust-10 {
	top: auto;
	bottom: -27px;
	left: 406px; 
	width: 91px;
	height: 119px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -935px -429px;
}

/* --------------------------------
   news
-------------------------------- */
.news {
	overflow: hidden;
	position: relative;
}
.news:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -34%;
	width: 150%;
	height: 200%;
	-webkit-transform: skewY(25.5deg);
	    -ms-transform: skewY(25.5deg);
	        transform: skewY(25.5deg); 
	background: #ff2e82;
}
.news .rotate_inner {
	background-image: url(../img/common/bg-dot-white.png);
	background-repeat: no-repeat;
	background-position: calc(50% + 554px) -340px;
}
.news .container {
	position: relative; 
	background: #fff;
}

.news_title {
	margin: 56px 0 29px 3px;
}

.news_lists {
	position: relative;
	margin: 12px 0 62px 59px;
	width: 880px;
	text-align: left;
}

.news_list {
	display: table; 
	border-top: 1px dotted #ddd;
	width: 100%;
}
.news_list:first-child {
	border: 0;
}
.news_list a {
	display: block;
	position: relative; 
	transition: color 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
	text-decoration: none;
}
.news_list a:hover {
	color: #ff2e82;
}
.is-mobile .news_list a {
	padding-right: 30px;
}

.news_list_date {
	display: table-cell;
	padding: 0 0 0 10px;
	width: 102px;
	vertical-align: middle;
	color: #ff2e82; 
	font-size: 14px;
}

.news_list_label {
	display: table-cell;
	position: relative;
	width: 100px; 
	vertical-align: middle;
}
.news_list_label + .news_list_label {
	padding-left: 5px; 
	width: 105px;
}
.news_list_label + .news_list_label.news_list_label-media {
	width: 67px;
}
.news_list_label.news_list_label-media {
	width: 62px;
}
.news_list_label img {
	display: block;
}

.news_list_title {
	display: table-cell;
	padding: 15px 0 15px 15px; 
	vertical-align: middle;
}

.news_link {
	position: absolute;
	top: 68px;
	right: 62px;
}

/* --------------------------------
   location
-------------------------------- */
.location {
	background: url(../img/top/location_bg.jpg) 50% 50% no-repeat;
	background-attachment: fixed; 
	background-size: cover;
}
.is-mobile .location {
	background-attachment: scroll;
}

/* --------------------------------
   triangleObj
-------------------------------- */
.triangleObj {
	display: block;
	position: absolute;
	z-index: 10;
	right: 0;
	left: 0;
	margin: auto;
}
.triangleObj:nth-child(1) {
	top: 19px;
	left: -1216px; 
	width: 190px;
	height: 290px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -935px 0px;
}
.triangleObj:nth-child(2) {
	top: 556px;
	right: -1208px; 
	width: 295px;
	height: 364px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -329px 0px;
}
.triangleObj:nth-child(3) {
	top: 1763px;
	left: -1092px; 
	width: 319px;
	height: 367px;
	background-image: url(/img/top/sprite-top.png);
	background-position: 0px 0px;
}
.triangleObj:nth-child(4) {
	top: 2598px;
	right: -1142px; 
	width: 236px;
	height: 320px;
	background-image: url(/img/top/sprite-top.png);
	background-position: 0px -377px;
}
.triangleObj:nth-child(5) {
	top: 3426px;
	left: -1204px; 
	width: 192px;
	height: 251px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -1135px 0px;
}
.triangleObj:nth-child(6) {
	top: 5959px;
	left: -1144px; 
	width: 244px;
	height: 219px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -532px -377px;
}
.triangleObj:nth-child(7) {
	top: 6681px;
	right: -1236px; 
	width: 291px;
	height: 364px;
	background-image: url(/img/top/sprite-top.png);
	background-position: -634px 0px;
}