@charset 'utf-8';
/*
**********************************************************************

* top.css

*********************************************************************
*/
#GHead {
  border-bottom: 0;
}

.top #Contents, #Wrap {
  /*overflow: visible;*/
}

#GFoot {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
}
/* 
-----------------------------------*/

.twSect {
  position: relative;
  height: 50px;
}
.twSect .sectTit {
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 1;
  overflow: hidden;
  width: 62px;
  height: 50px;
  padding-right: 17px;
  -webkit-transform: skewX(-27deg);
  -ms-transform: skewX(-27deg);
  -o-transform: skewX(-27deg);
  transform: skewX(-27deg);
  background: url(../images/common/border-slash.png) repeat-y right 0;
  ;
}
.twSect .sectTit a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 30px;
  -webkit-transform: skewX(27deg);
  -ms-transform: skewX(27deg);
  -o-transform: skewX(27deg);
  transform: skewX(27deg);
  text-indent: -9999px;
  ;
}
.twSect .sectTit a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -18px;
  content: '';
  background: url(../images/top/icon-twitter-pc.png) no-repeat 0 0;
}
.twSect .sectTit a:hover {
  background-color: #000;
}
.twSect .sectTit a:hover:after {
  background-position: 0 -34px;
}
.twSect .sectMain {
  font-size: 16px;
  line-height: 1.2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* padding: 15px 0 0 85px; */
  
}
.twSect .sectMain .txt {
  overflow: hidden;
  width: 100%;
  height: 18px;
  position: absolute;
  left: 85px;
  top: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.twSect .sectMain .txt a{
	text-decoration: none;
}
.twSect .sectMain .txt a:hover{
	text-decoration: underline;
}
 @media screen and (max-width: 768px) {
.twSect {
  display: none;
}
.twSect .sectTit {
  background: none;
}
.twSect .sectTit a {
}
.twSect .sectTit a:after {
  background: none;
}
.twSect .sectMain {
}
.twSect .sectMain .txt {
}
}
/* 
-----------------------------------*/
.listSect {
  overflow: hidden;
}
.listSect .titBlock {
  position: relative;
  margin-top: -4px;
  background: #000;
}
.listSect .titBlock .sectTit {
  height: 100px;
  text-indent: -9999px;
  background: no-repeat center top;
}
.listSect .titBlock .moreBtn {
  position: absolute;
  top: 32px;
  right: 48px;
}
.listSect .titBlock .moreBtn a {
  display: block;
  width: 86px;
  height: 34px;
  text-indent: -9999px;
  background: url(../images/top/btn-more-pc.jpg) no-repeat 0 0;
}
.listSect .titBlock .moreBtn a:hover {
  background-position: 0 -34px;
}
.listSect .itemList {
  width: 100%;
  height: 116px;
  margin-left: -32px;
  padding: 0 32px;
  -webkit-transform: skewX(-27deg);
  -ms-transform: skewX(-27deg);
  -o-transform: skewX(-27deg);
  transform: skewX(-27deg);
  border-bottom: 4px solid #000;
  background: url(../images/common/border-slash.png) repeat-y center 0;
}
.listSect .itemList li {
  position: absolute;
  z-index: 0;
  left: 50%;
  overflow: hidden;
  width: 50%;
  height: 117px;
  padding-right: 32px;
}
.listSect .itemList li a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 32px;
  -webkit-transform: skewX(27deg);
  -ms-transform: skewX(27deg);
  -o-transform: skewX(27deg);
  transform: skewX(27deg);
  text-indent: -9999px;
  background-color: transparent;
  background-attachment: scroll;
  -webkit-background-size: auto;
  background-size: auto;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-position: 120px 0;
}
.listSect .itemList:first-of-type li {
  top: 2px;
}
.listSect .itemList:last-of-type li {
  top: auto;
  bottom: 2px;
}
.listSect .itemList li a:hover {
  background-color: #000;
  background-position: 120px -116px;
}
.listSect .itemList li.itemL {
  left: -32px;
}
.listSect .itemList li.itemR a {
  margin-left: -32px;
}
.listSect .itemList li .item {
  display: block;
  height: 100%;
  margin-right: 40px;
  background-color: transparent;
  background: no-repeat right center;
  -webkit-background-size: 160px auto;
  background-size: 160px auto;
}
@media screen and (max-width: 1020px) {
.listSect .itemList li a {
  background-position: 90px 0;
}
.listSect .itemList li a:hover {
  background-position: 90px -116px;
}
.listSect .itemList li .item {
  margin-right: 0;
}
}
@media screen and (max-width: 900px) {
/* 
  -----------------------------------*/
.listSect .titBlock {
}
.listSect .titBlock .sectTit {
}
.listSect .titBlock .moreBtn {
  right: 5px;
}
.listSect .sectMain {
}
.listSect .itemList {
  height: auto;
  margin-left: 0;
  padding: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  border-bottom: 0;
  background: 0;
}
.listSect .itemList li {
  position: relative;
  left: auto;
  width: auto;
  padding-right: 0;
  border-bottom: 4px solid #000;
}
.listSect .itemList:first-of-type li {
  top: auto;
}
.listSect .itemList:last-of-type li {
  top: auto;
  bottom: auto;
}
.listSect .itemList li a {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background-position: 57px 0;
}
.listSect .itemList li a:hover {
  background-position: 57px -116px;
}
.listSect .itemList li.itemL {
  z-index: 1;
  left: auto;
}
.listSect .itemList li.itemL a {
}
.listSect .itemList li.itemR {
}
.listSect .itemList li.itemR a {
  margin-left: 0;
}
.listSect .itemList li .item {
  margin-right: 0;
}
}
@media screen and (max-width: 768px) {
.listSect .titBlock {
  margin-top: -2px;
}
.listSect .titBlock .sectTit {
}
.listSect .titBlock .moreBtn {
  top: 0;
  right: -18px;
  overflow: hidden;
  width: 110px;
  height: 75px;
  -webkit-transform: skewX(-27deg);
  -ms-transform: skewX(-27deg);
  -o-transform: skewX(-27deg);
  transform: skewX(-27deg);
  border-left: 1px solid #fff;
}
.listSect .titBlock .moreBtn a {
  width: 100%;
  height: 100%;
  margin-left: -30px;
  padding-left: 26px;
  -webkit-transform: skewX(27deg);
  -ms-transform: skewX(27deg);
  -o-transform: skewX(27deg);
  transform: skewX(27deg);
  background: none;
}
.listSect .titBlock .moreBtn a:after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 57px;
  height: 22px;
  margin-top: -13px;
  content: '';
  background: url(../images/top/btn-more-sp.jpg) no-repeat right center;
  -webkit-background-size: 57px auto;
  background-size: 57px auto;
}
.listSect .sectMain {
}
.listSect .itemList {
  height: auto;
  margin-left: 0;
  padding: 0;
  transform: none;
  border-bottom: 0;
  background: 0;
}
.listSect .itemList li {
  height: 73px;
  padding-right: 0;
  border-bottom: 2px solid #000;
}
.listSect .itemList li a {
  padding-right: 0;
  transform: none;
  background-position: 18px center;
  -webkit-background-size: auto 59px;
  background-size: auto 59px;
}
.listSect .itemList li a:hover {
  background-color: transparent;
  background-position: 18px center;
}
.listSect .itemList li.itemL {
  left: auto;
}
.listSect .itemList li.itemL a {
}
.listSect .itemList li.itemR {
}
.listSect .itemList li.itemR a {
  margin-left: 0;
}
.listSect .itemList li.item10.itemR a {
  background-position: 18px center;
}
.listSect .itemList li .item {
  margin-right: 10px;
  -webkit-background-size: 60px auto;
  background-size: 60px auto;
}
}
/* 
-----------------------------------*/

.howtoSect .titBlock .sectTit {
  background-image: url(../images/top/title-howto-pc.jpg);
}
.howtoSect .howtoList .item01 a {
  background-image: url(../images/top/list-haircolor-pc.png);
}
.howtoSect .howtoList .item02 a {
  background-image: url(../images/top/list-hairstyling-pc.png);
}
.howtoSect .howtoList .item03 a {
  background-image: url(../images/top/list-facecare-pc.png);
}
.howtoSect .howtoList .item04 a {
  background-image: url(../images/top/list-bodycare-pc.png);
}
.howtoSect .howtoList .item01 .item {
  background-image: url(../images/top/list-haircolor-howicon-pc.png);
}
.howtoSect .howtoList .item02 .item {
  background-image: url(../images/top/list-hairstyling-howicon-pc.png);
}
.howtoSect .howtoList .item03 .item {
  background-image: url(../images/top/list-facecare-howicon-pc.png);
}
.howtoSect .howtoList .item04 .item {
  background-image: url(../images/top/list-bodycare-howicon-pc.png);
}
@media screen and (max-width: 768px) {
.howtoSect {
}
.howtoSect .titBlock .sectTit {
  height: 75px;
  background-image: url(../images/top/title-howto-sp.jpg);
  background-position: 0 center;
  -webkit-background-size: auto 73px;
  background-size: auto 73px;
}
.howtoSect .titBlock .moreBtn {
}
.howtoSect .howtoList .item01 a {
  background-image: url(../images/top/list-haircolor-sp.jpg);
}
.howtoSect .howtoList .item02 a {
  background-image: url(../images/top/list-hairstyling-sp.jpg);
}
.howtoSect .howtoList .item03 a {
  background-image: url(../images/top/list-facecare-sp.jpg);
}
.howtoSect .howtoList .item04 a {
  background-image: url(../images/top/list-bodycare-sp.jpg);
}
.howtoSect .howtoList .item01 .item {
  background-image: url(../images/top/list-haircolor-howicon-sp.png);
}
.howtoSect .howtoList .item02 .item {
  background-image: url(../images/top/list-hairstyling-howicon-sp.png);
}
.howtoSect .howtoList .item03 .item {
  background-image: url(../images/top/list-facecare-howicon-sp.png);
}
.howtoSect .howtoList .item04 .item {
  background-image: url(../images/top/list-bodycare-howicon-sp.png);
}
}
/* 
-----------------------------------*/

.productSect .titBlock .sectTit {
  background-image: url(../images/top/title-product-pc.jpg);
}
.productSect .productList .item01 a {
  background-image: url(../images/top/list-newproduct-pc.png);
}
.productSect .productList .item02 a {
  background-image: url(../images/top/list-haircare-pc.png);
}
.productSect .productList .item03 a {
  background-image: url(../images/top/list-haircolor-pc.png);
}
.productSect .productList .item04 a {
  background-image: url(../images/top/list-hairstyling-pc.png);
}
.productSect .productList .item05 a {
  background-image: url(../images/top/list-facecare-pc.png);
}
.productSect .productList .item06 a {
  background-image: url(../images/top/list-shaving-pc.png);
}
.productSect .productList .item07 a {
  background-image: url(../images/top/list-bodycare-pc.png);
}
.productSect .productList .item08 a {
  background-image: url(../images/top/list-fragrance-pc.png);
}
.productSect .productList .item09 a {
  background-image: url(../images/top/list-others-pc.png);
}
.productSect .productList .item10 a {
  background-image: url(../images/top/list-productsearch-pc.png);
  background-position: 120px -116px;
}
.productSect .productList .item10 a:hover {
  background-position: 120px 0;
}
.productSect .productList .item10_cs a {
  background-image: url(../images/top/list-productsearch-cs-pc.png);
}
.productSect .productList .item10_cs a:hover {
  background-color: transparent;
  background-position: 120px 0;
}
.productSect .productList .item01 .item {
  background-image: url(../images/top/list-newproduct-icon-pc.png);
  background-position: right 0;
}
.productSect .productList .item01 a:hover .item {
  background-position: right -116px;
}
.productSect .productList .item02 .item {
  background-image: url(../images/top/list-haircare-icon-pc.png);
}
.productSect .productList .item03 .item {
  background-image: url(../images/top/list-haircolor-icon-pc.png);
  background-position: right 0;
}
.productSect .productList .item04 .item {
  background-image: url(../images/top/list-hairstyling-icon-pc.png);
  background-position: right 0;
}
.productSect .productList .item4 a:hover .item {
  background-position: right -116px;
}
.productSect .productList .item05 .item {
  background-image: url(../images/top/list-facecare-icon-pc.png);
}
.productSect .productList .item06 .item {
  background-image: url(../images/top/list-shaving-icon-pc.png);
}
.productSect .productList .item07 .item {
  background-image: url(../images/top/list-bodycare-icon-pc.png);
}
.productSect .productList .item08 .item {
  background-image: url(../images/top/list-fragrance-icon-pc.png);
}
.productSect .productList .item09 .item {
  background-image: url(../images/top/list-others-icon-pc.png);
}
.productSect .productList .item10 .item {
  background-image: url(../images/top/list-productsearch-icon-pc.png);
  background-position: right 0;
}
.productSect .productList .item10 a:hover .item {
  background-position: right -116px;
}
.productSect .productList .item10_cs .item {
  background-image: url(../images/top/list-productsearch-cs-icon-pc.png);
  background-position: right 0;
}
@media screen and (max-width: 768px) {
.productSect {
}
.productSect .titBlock .sectTit {
  height: 75px;
  background-image: url(../images/top/title-product-sp.jpg);
  background-position: 0 center;
  -webkit-background-size: auto 73px;
  background-size: auto 73px;
}
.productSect .productList .item01 a {
  background-image: url(../images/top/list-newproduct-sp.jpg);
}
.productSect .productList .item02 a {
  background-image: url(../images/top/list-haircare-sp.jpg);
}
.productSect .productList .item03 a {
  background-image: url(../images/top/list-haircolor-sp.jpg);
}
.productSect .productList .item04 a {
  background-image: url(../images/top/list-hairstyling-sp.jpg);
}
.productSect .productList .item05 a {
  background-image: url(../images/top/list-facecare-sp.jpg);
}
.productSect .productList .item06 a {
  background-image: url(../images/top/list-shaving-sp.jpg);
}
.productSect .productList .item07 a {
  background-image: url(../images/top/list-bodycare-sp.jpg);
}
.productSect .productList .item08 a {
  background-image: url(../images/top/list-fragrance-sp.jpg);
}
.productSect .productList .item09 a {
  background-image: url(../images/top/list-others-sp.jpg);
}
/*.productSect .productList .item10 {
  display: none;
}*/
.productSect .productList .item10 a {
  background-color: #fff;
  background-image: url(../images/top/list-productsearch-sp.jpg);
  background-position: 18px center;
}
.productSect .productList .item01 .item {
  background-image: url(../images/top/list-newproduct-icon-sp.png);
  background-position: right center;
}
.productSect .productList .item01 a:hover .item {
  background-position: right center;
}
.productSect .productList .item02 .item {
  background-image: url(../images/top/list-haircare-icon-sp.png);
}
.productSect .productList .item03 .item {
  background-image: url(../images/top/list-haircolor-icon-sp.png);
}
.productSect .productList .item04 .item {
  background-image: url(../images/top/list-hairstyling-icon-sp.png);
}
.productSect .productList .item05 .item {
  background-image: url(../images/top/list-facecare-icon-sp.png);
}
.productSect .productList .item06 .item {
  background-image: url(../images/top/list-shaving-icon-sp.png);
}
.productSect .productList .item07 .item {
  background-image: url(../images/top/list-bodycare-icon-sp.png);
}
.productSect .productList .item08 .item {
  background-image: url(../images/top/list-fragrance-icon-sp.png);
}
.productSect .productList .item09 .item {
  background-image: url(../images/top/list-others-icon-sp.png);
}
.productSect .productList .item10 .item {
  background-image: url(../images/top/list-productsearch-icon-sp.png);
  background-position: center right;
}
.productSect .productList .item10_cs .item {
  background-image: url(../images/top/list-productsearch-cs-icon-sp.png);
  background-position: right 8px;
}
.productSect .productList .item10 a:hover .item {
  background-position: right 8px;
}
.productSect .productList .item10_cs a:hover {
  background-position: 18px center;
}
}
/* 
-----------------------------------*/
.specialSect {
  overflow: hidden;
  position: relative;
  border-top: 2px solid #000;
  border-bottom: 6px solid #000;
}
.specialSect .titBlock {
  display: none;
}
.specialSect .sectMain {
  position: relative;
  width: 50000px;
  height: 274px;
}
.specialSect .sectSlideWrap {
  position: absolute;
  left: 0;
  top: 0;
}
.specialSect .sectSlideInner {
  float: left;
}
.specialSect .specialItemList {
  float: left;
}
.specialSect .specialItemList li {
  position: relative;
  float: left;
  width: 324px;
  height: 274px;
  border-right: 6px solid #000;
}
.specialSect .specialItemList li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.specialSect .specialItemList li a:after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: no-repeat 0 0;
}
.specialSect .specialItemList li .tit {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: no-repeat center 177px;
  -webkit-transition: 150ms ease-out;
  -o-transition: 150ms ease-out;
  transition: 150ms ease-out;
}
.specialSect .specialItemList li a:hover .tit {
  box-shadow: 0 0 0 4px #000 inset;
}

/* AD GALLERY */
.specialSect .specialItemList .item01 a:after {
  background-image: url(../images/top/spclist-adgallery-photo-pc.jpg);
}
.specialSect .specialItemList .item01 .tit {
  background-image: url(../images/top/spclist-adgallery-pc.jpg);
}
/* SALON */
.specialSect .specialItemList .item02 a:after {
  background-image: url(../images/top/spclist-salon-photo-pc.jpg);
}
.specialSect .specialItemList .item02 .tit {
  background-image: url(../images/top/spclist-salon-pc.jpg);
}
/* NO.1 */
.specialSect .specialItemList .item03 a:after {
  background-image: url(../images/top/spclist-no1-photo-pc.jpg);
}
.specialSect .specialItemList .item03 .tit {
  background-image: url(../images/top/spclist-no1-pc.jpg);
}

/* CM大賞 */
.specialSect .specialItemList .item04 a:after {
  background-image: url(../images/top/spclist-cm-photo-pc.jpg);
}
.specialSect .specialItemList .item04 .tit {
  background-image: url(../images/top/spclist-cm-pc.jpg);
}
/* CM大賞 UNLIMITED */
.specialSect .specialItemList .item05 a:after {
  background-image: url(../images/top/spclist-unlimited-photo-pc.jpg);
}
.specialSect .specialItemList .item05 .tit {
  background-image: url(../images/top/spclist-unlimited-pc.jpg);
}
/* ダンス */
.specialSect .specialItemList .item06 a:after {
  background-image: url(../images/top/spclist-dance-photo-pc.jpg);
}
.specialSect .specialItemList .item06 .tit {
  background-image: url(../images/top/spclist-dance-pc.jpg);
}
/* 髪コレ */
.specialSect .specialItemList .item07 a:after {
  background-image: url(../images/top/spclist-kamicolle-photo-pc.jpg);
}
.specialSect .specialItemList .item07 .tit {
  background-image: url(../images/top/spclist-kamicolle-pc.jpg);
}
/* 春プレゼント2016 */
.specialSect .specialItemList .item08 a:after {
  background-image: url(../images/top/spclist-gys-photo-pc.jpg);
}
.specialSect .specialItemList .item08 .tit {
  background-image: url(../images/top/spclist-gys-pc.jpg);
}
/* 青春は汗とボディペーパー */
.specialSect .specialItemList .item09 a:after {
  background-image: url(../images/top/spclist-bp-photo-pc.jpg);
}
.specialSect .specialItemList .item09 .tit {
  background-image: url(../images/top/spclist-bp-pc.jpg);
}
/*ヘアJAMる*/
.specialSect .specialItemList .item10 a:after {
  background-image: url(../images/top/spclist-hairjamru-photo-sp.jpg);
}
.specialSect .specialItemList .item10 .tit {
  background-image: url(../images/top/spclist-hairjamru-pc.jpg);
}
/*GATSBY LINE公式アカウント*/
.specialSect .specialItemList .item11 a:after {
  background-image: url(../images/top/spclist-line-photo-sp.jpg);
}
.specialSect .specialItemList .item11 .tit {
  background-image: url(../images/top/spclist-line-pc.jpg);
}
/*GCA 作品募集中*/
.specialSect .specialItemList .item12 a:after {
  background-image: url(../images/top/spclist-gapby-photo-pc.jpg);
}
.specialSect .specialItemList .item12 .tit {
  background-image: url(../images/top/spclist-gapby-pc.gif);
}
/*GCA 過去作品一挙公開中*/
.specialSect .specialItemList .item13 a:after {
  background-image: url(../images/top/spclist-gca-top-photo-pc.jpg);
}
.specialSect .specialItemList .item13 .tit {
  background-image: url(../images/top/spclist-gca-top-pc02.jpg);
}
/*PLUSKA*/
.specialSect .specialItemList .item14 a:after {
  background-image: url(../images/top/spclist-pluska-photo-pc.jpg);
}
.specialSect .specialItemList .item14 .tit {
  background-image: url(../images/top/spclist-pluska-pc.jpg);
}

/*プレゼント*/
.specialSect .specialItemList .itemP a:after {
  background-image: url(../images/top/spclist-present1703-photo-pc.jpg);
}
.specialSect .specialItemList .itemP .tit {
  background-image: url(../images/top/spclist-present-pc.jpg);
}

.specialSect .btnLeft,
.specialSect .btnRight {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 64px;
  height: 126px;
  cursor: pointer;
  text-indent: -9999px;
  background: #000;
}
.specialSect .btnLeft:hover,
.specialSect .btnRight:hover {
  background: #fff;
}
.specialSect .btnLeft span,
.specialSect .btnRight span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 24px;
  height: 32px;
  margin: -56px 0 0 -12px;
  background: no-repeat 0 0;
}
.specialSect .btnLeft:hover span,
.specialSect .btnRight:hover span {
  background-position: 0 -32px;
}
.specialSect .btnLeft {
  left: -32px;
  -webkit-transform: skewX(-27deg);
  -ms-transform: skewX(-27deg);
  -o-transform: skewX(-27deg);
  transform: skewX(-27deg);
}
.specialSect .btnRight {
  right: -32px;
  -webkit-transform: skewX(27deg);
  -ms-transform: skewX(27deg);
  -o-transform: skewX(27deg);
  transform: skewX(27deg);
}
.specialSect .btnLeft span {
  -webkit-transform: skewX(27deg);
  -ms-transform: skewX(27deg);
  -o-transform: skewX(27deg);
  transform: skewX(27deg);
  background-image: url(../images/top/spclist-arrow-l-pc.png);
}
.specialSect .btnRight span {
  -webkit-transform: skewX(-27deg);
  -ms-transform: skewX(-27deg);
  -o-transform: skewX(-27deg);
  transform: skewX(-27deg);
  background-image: url(../images/top/spclist-arrow-r-pc.png);
}
@media screen and (max-width: 768px) {
.specialSect {
  border: 0;
  background: #000;
}
.specialSect .titBlock{
  display: block;
  width: 100%;
  height: 40px;
  background-color: #000;
  background-image: url(../images/top/title-pickup-sp.jpg);
  background-repeat: no-repeat;
  background-position: 6px center;
  -webkit-background-size: 76px 16px;
  background-size: 76px 16px;
  text-indent: -9999px;
}
.specialSect .sectMain {
  width: auto;
  height: auto;
}
.specialSect .sectSlideWrap {
  position: relative;
  left: 0;
  top: 0;
}
.specialSect .sectSlideInner {
  float: none;
}
.specialSect .specialItemList {
  position: relative;
  float: none;
  width: auto;
  height: auto;
}
.specialSect .specialItemList li {
  overflow: hidden;
  width: 50%;
  height: auto;
  border-style: solid;
  border-color: #000;
  border-width: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.specialSect .specialItemList li a {
}
.specialSect .specialItemList li a:after {
  display: none;
}
.specialSect .specialItemList li a:before {
  display: block;
  content: "";
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 54.54%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.specialSect .specialItemList li .tit {
  position: relative;
  display: block;
  height: 50px;
  -webkit-background-size: contain;
  background-size: contain;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
.specialSect .specialItemList li a:hover .tit {
  border: 0;
  box-shadow: none;
  background-position: center;
}

/* AD GALLERY */
.specialSect .specialItemList .item01 a:before {
  background-image: url(../images/top/spclist-adgallery-photo-sp.jpg);
}
.specialSect .specialItemList .item01 .tit {
  background-image: url(../images/top/spclist-adgallery-sp.gif);
}
/* SALON */
.specialSect .specialItemList .item02 a:before {
  background-image: url(../images/top/spclist-salon-photo-sp.jpg);
}
.specialSect .specialItemList .item02 .tit {
  background-image: url(../images/top/spclist-salon-sp.gif);
}
/* NO.1 */
.specialSect .specialItemList .item03 a:before {
  background-image: url(../images/top/spclist-no1-photo-sp.jpg);
}
.specialSect .specialItemList .item03 .tit {
  background-image: url(../images/top/spclist-no1-sp.gif);
}

/* CM大賞 */
.specialSect .specialItemList .item04 a:before {
  background-image: url(../images/top/spclist-cm-photo-sp.jpg);
}
.specialSect .specialItemList .item04 .tit {
  background-image: url(../images/top/spclist-cm-sp.gif);
}
/* CM大賞 UNLIMITED */
.specialSect .specialItemList .item05 a:before {
  background-image: url(../images/top/spclist-unlimited-photo-sp.jpg);
}
.specialSect .specialItemList .item05 .tit {
  background-image: url(../images/top/spclist-unlimited-sp.gif);
}
/* ダンス */
.specialSect .specialItemList .item06 a:before {
  background-image: url(../images/top/spclist-dance-photo-sp.jpg);
}
.specialSect .specialItemList .item06 .tit {
  background-image: url(../images/top/spclist-dance-sp.gif);
}
/* 髪コレ */
.specialSect .specialItemList .item07 a:before {
  background-image: url(../images/top/spclist-kamicolle-photo-sp.jpg);
}
.specialSect .specialItemList .item07 .tit {
  background-image: url(../images/top/spclist-kamicolle-sp.gif);
}
/* GET YOUR STYLE! */
.specialSect .specialItemList .item08 a:before {
  background-image: url(../images/top/spclist-gys-photo-sp.jpg);
}
.specialSect .specialItemList .item08 .tit {
  background-image: url(../images/top/spclist-gys-sp.gif);
}
/* 青春は汗とボディペーパー */
.specialSect .specialItemList .item09 a:before {
  background-image: url(../images/top/spclist-bp-photo-sp.jpg);
}
.specialSect .specialItemList .item09 .tit {
  background-image: url(../images/top/spclist-bp-sp.jpg);
}
/* ヘアジャムる */
.specialSect .specialItemList .item10 a:before {
  background-image: url(../images/top/spclist-hairjamru-photo-sp.jpg);
}
.specialSect .specialItemList .item10 .tit {
  background-image: url(../images/top/spclist-hairjamru-sp.gif);
}
/* GATSBY LINE公式アカウント */
.specialSect .specialItemList .item11 a:before {
  background-image: url(../images/top/spclist-line-photo-sp.jpg);
}
.specialSect .specialItemList .item11 .tit {
  background-image: url(../images/top/spclist-line-sp.jpg);
}
/*GCA 作品募集中*/
.specialSect .specialItemList .item12 a:before {
  background-image: url(../images/top/spclist-gapby-photo-sp.jpg);
}
.specialSect .specialItemList .item12 .tit {
  background-image: url(../images/top/spclist-gapby-sp.gif);
}
/*GCA 過去作品一挙公開中*/
.specialSect .specialItemList .item13 a:before {
  background-image: url(../images/top/spclist-gca-top-photo-sp.jpg);
}
.specialSect .specialItemList .item13 .tit {
  background-image: url(../images/top/spclist-gca-top-sp02.jpg);
}
/*PLUSKA*/
.specialSect .specialItemList .item14 a:before {
  background-image: url(../images/top/spclist-pluska-photo-sp.jpg);
}
.specialSect .specialItemList .item14 .tit {
  background-image: url(../images/top/spclist-pluska-sp.jpg);
}

/*プレゼント*/
.specialSect .specialItemList .itemP a:before {
  background-image: url(../images/top/spclist-present1703-photo-sp.jpg);
}
.specialSect .specialItemList .itemP .tit {
  background-image: url(../images/top/spclist-present-sp.gif);
}

.specialSect .btnLeft,
 .specialSect .btnRight {
  display: none;
}
.specialSect .btnLeft span,
 .specialSect .btnRight span {
  background: none;
}
}
/* 
-----------------------------------*/
.searchSect {
  display: none;
}
@media screen and (max-width: 768px) {
.searchSect {
  display: block;
  padding: 25px 0 40px;
  border-bottom: 2px solid #fff;
  background: #000;
}
.searchSect .sectTit {
  height: 20px;
  margin-bottom: 13px;
  margin-left: 5px;
  text-indent: -9999px;
  background: url(../images/common/title-search-sp.jpg) no-repeat 0 0;
  -webkit-background-size: auto 20px;
  background-size: auto 20px;
}
.searchSect .sectMain {
  padding: 0 8px;
}
.searchSect .sectMain .search {
  position: relative;
}
.searchSect .sectMain .search .inputTxt {
  font-size: 14px;
  line-height: 1;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 66px 0 10px;
  vertical-align: middle;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.searchSect .sectMain .search .searchBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url(../images/common/btn-search-sp.jpg) no-repeat center center #727171;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}
}
/* 
-----------------------------------*/
.infoWrap {
  padding: 65px 0 75px;
  border-bottom: 6px solid #000;
}
.snsSect,
.newsSect {
  width: 50%;
}
.newsSect .sectMain {
  position: relative;
}
.newsSect .sectMain .newsListWrap {
  position: relative;
  overflow: hidden;
  height: 290px;
}
.snsSect .sectInner {
  padding: 0px 58px 0 40px;
}
.newsSect .sectInner {
  padding: 0 40px 0 58px;
}
.newsSect .sectTit,
.snsSect .sectTit {
  height: 26px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  text-indent: -9999px;
  background: no-repeat 0 0;
}

@media screen and (max-width: 900px) {
.snsSect .sectInner {
  padding: 0 38px 0 25px;
}
.newsSect .sectInner {
  padding: 0px 25px 0 38px;
}
}
@media screen and (max-width: 768px) {
.infoWrap {
  padding: 0;
  border-bottom: 2px solid #000;
}
.snsSect,
 .newsSect {
  width: auto;
}
.snsSect .sectInner {
  padding: 0;
}
.newsSect .sectInner {
  padding: 0;
}
.newsSect .sectTit,
 .snsSect .sectTit {
  margin-bottom: 0;
  padding-bottom: 0;
}
}
/* 
-----------------------------------*/
.snsSect {
  float: right;
}
.snsSect .sectTit {
  border-bottom: 4px solid #000;
  background-image: url(../images/common/title-sns-pc.png);
}
.snsSect .sectMain {
  overflow: hidden;
  padding: 0 13px;
}
.snsSect .itemList li {
  position: relative;
  margin-top: 10px;
}
.snsSect .itemList li:first-child {
  margin-top: 0;
}
.snsSect .itemList li a {
  overflow: hidden;
  position: relative;
  display: block;
  height: 46px;
  -webkit-transform: skewX(-27deg);
  -ms-transform: skewX(-27deg);
  -o-transform: skewX(-27deg);
  transform: skewX(-27deg);
  border: 2px solid #000;
}
.ie8 .snsSect .itemList li a {
  background-color: #000;
}
.ie8 .snsSect .itemList li a:hover {
  background-color: #fff;
}
.snsSect .itemList li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transform: skewX(-27deg) scaleX(1);
  -ms-transform: skewX(-27deg) scaleX(1);
  -o-transform: skewX(-27deg) scaleX(1);
  transform: skewX(-27deg) scaleX(1);
}
.snsSect .itemList li.out:before {
  -webkit-transform: skewX(-27deg) scaleX(1);
  -ms-transform: skewX(-27deg) scaleX(1);
  -o-transform: skewX(-27deg) scaleX(1);
  transform: skewX(-27deg) scaleX(1);
  -webkit-animation: snsLeaving 100ms cubic-bezier(0,.7,.3,1);
  -o-animation: snsLeaving 100ms cubic-bezier(0,.7,.3,1);
  animation: snsLeaving 100ms cubic-bezier(0,.7,.3,1);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.snsSect .itemList li.enter:before {
  -webkit-transform: skewX(-27deg) scaleX(0);
  -ms-transform: skewX(-27deg) scaleX(0);
  -o-transform: skewX(-27deg) scaleX(0);
  transform: skewX(-27deg) scaleX(0);
  -webkit-animation: snsEntering 100ms cubic-bezier(0,.7,.3,1);
  -o-animation: snsEntering 100ms cubic-bezier(0,.7,.3,1);
  animation: snsEntering 100ms cubic-bezier(0,.7,.3,1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

@keyframes snsEntering {
  0% {
    -webkit-transform: skewX(-27deg) scaleX(1);
    -ms-transform: skewX(-27deg) scaleX(1);
    -o-transform: skewX(-27deg) scaleX(1);
    transform: skewX(-27deg) scaleX(1);
  }
  100% {
  -webkit-transform: skewX(-27deg) scaleX(0);
  -ms-transform: skewX(-27deg) scaleX(0);
  -o-transform: skewX(-27deg) scaleX(0);
  transform: skewX(-27deg) scaleX(0);
  }
}

@keyframes snsLeaving {
  0% {
    -webkit-transform: skewX(-27deg) scaleX(0);
    -ms-transform: skewX(-27deg) scaleX(0);
    -o-transform: skewX(-27deg) scaleX(0);
    transform: skewX(-27deg) scaleX(0);
  }
  100% {
  -webkit-transform: skewX(-27deg) scaleX(1);
  -ms-transform: skewX(-27deg) scaleX(1);
  -o-transform: skewX(-27deg) scaleX(1);
  transform: skewX(-27deg) scaleX(1);
  }
}

.snsSect .itemList li a:hover {
  /*background: #fff;*/
}
.snsSect .itemList li a span {
  position: absolute;
  top: 10px;
  left: 40px;
  display: block;
  width: 106px;
  height: 26px;
  -webkit-transform: skewX(27deg);
  -ms-transform: skewX(27deg);
  -o-transform: skewX(27deg);
  transform: skewX(27deg);
  text-indent: -9999px;
  background: no-repeat 0 0;
}
.snsSect .itemList li a:hover span {
  background-position: 0 -26px;
}
.snsSect .itemList li a:after {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 38px;
  height: 34px;
  content: '';
  -webkit-transform: skewX(27deg);
  -ms-transform: skewX(27deg);
  -o-transform: skewX(27deg);
  transform: skewX(27deg);
  background: no-repeat 0 0;
}
.snsSect .itemList li a:hover:after {
  background-position: 0 -34px;
}
.snsSect .itemList .itemInstagram span {
  background-image: url(../images/common/sns-instagram-pc.png);
}
.snsSect .itemList .itemInstagram a:after {
  background-image: url(../images/common/sns-instagram-icon-pc.png);
}
.snsSect .itemList .itemYoutube span {
  background-image: url(../images/common/sns-youtube-pc.png);
}
.snsSect .itemList .itemYoutube a:after {
  background-image: url(../images/common/sns-youtube-icon-pc.png);
}
.snsSect .itemList .itemFacebook span {
  background-image: url(../images/common/sns-facebook-pc.png);
}
.snsSect .itemList .itemFacebook a:after {
  background-image: url(../images/common/sns-facebook-icon-pc.png);
}
.snsSect .itemList .itemTwitter span {
  background-image: url(../images/common/sns-twitter-pc.png);
}
.snsSect .itemList .itemTwitter a:after {
  background-image: url(../images/common/sns-twitter-icon-pc.png);
}
.snsSect .itemList .itemVine span {
  background-image: url(../images/common/sns-vine-pc.png);
}
.snsSect .itemList .itemVine a:after {
  background-image: url(../images/common/sns-vine-icon-pc.png);
}
@media screen and (max-width: 768px) {
.snsSect {
  float: none;
  padding: 25px 0 50px;
  border-bottom: 2px solid #fff;
  background: #000;
}
.snsSect .sectTit {
  margin-left: 5px;
  background-image: url(../images/common/title-sns-sp.png);
  -webkit-background-size: 125px 21px;
  background-size: 125px 21px;
}
.snsSect .sectMain {
  padding: 0;
}
.snsSect .sectMain .itemList {
  text-align: center;
}
.snsSect .sectMain .itemList li {
  display: inline-block;
  margin: 0 8px 0;
}
.snsSect .sectMain .itemList li:before {
  display: none;
}
.snsSect .sectMain .itemList li a {
  height: 35px;
  border: 0;
  background: none transparent;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.snsSect .sectMain .itemList li a:hover {
  background: transparent;
}
.snsSect .sectMain .itemList li a span {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: 35px;
  -webkit-background-size: auto 35px;
  background-size: auto 35px;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.snsSect .sectMain .itemList li a:hover span {
  background-position: 0 0;
}
.snsSect .sectMain .itemList li a:after {
  display: none;
  background: none;
}
.snsSect .sectMain .itemList .itemInstagram span {
  width: 35px;
  background-image: url(../images/common/sns-instagram-sp.png);
}
.snsSect .sectMain .itemList .itemYoutube span {
  width: 35px;
  background-image: url(../images/common/sns-youtube-sp.png);
}
.snsSect .sectMain .itemList .itemFacebook span {
  width: 35px;
  background-image: url(../images/common/sns-facebook-sp.png);
}
.snsSect .sectMain .itemList .itemTwitter span {
  width: 35px;
  background-image: url(../images/common/sns-twitter-sp.png);
}
.snsSect .sectMain .itemList .itemVine span {
  width: 35px;
  background-image: url(../images/common/sns-vine-sp.png);
}
}
/* 
-----------------------------------*/
.newsSect {
  float: left;
}
.newsSect .titBlock {
  position: relative;
}
.newsSect .titBlock .sectTit {
  border-bottom: 4px solid #000;
  background-image: url(../images/common/title-news-pc.jpg);
}
.newsSect .titBlock .moreBtn {
  position: absolute;
  top: 3px;
  right: 4px;
}
.newsSect .titBlock .moreBtn a {
  display: block;
  width: 92px;
  height: 26px;
  text-indent: -9999px;
  background: url(../images/top/btn-news-more-pc.jpg) no-repeat 0 0;
}
.newsSect .titBlock .moreBtn a:hover {
  background-position: 0 -26px;
}
.newsSect .sectMain .newsList li {
  padding: 15px 0;
  border-bottom: 1px solid #000;
}
.newsSect .sectMain .newsList li .date {
  margin-bottom: 2px;
}
.newsSect .sectMain .newsList li .date .cat {
  position: relative;
  font-size: 12px;
  display: inline-block;
  min-width: 70px;
  height: 18px;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 0 10px;
}
.newsSect .sectMain .newsList li .date .cat:after {
  position: absolute;
  right: -8px;
  top: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-color: #000;
  color: #000;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-width: 9px 4px;
  border-style: solid;
}
.newsSect .newsList {
  width: 88%;
  position: absolute;
  top: 0;
}
.newsCntls {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  height: 290px;
  width: 30px;
}

.newsCntls li {
  position: absolute;
  right: 0;
  opacity: 0;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
}

.newsCntls li.visible {
  opacity: 1;
}

.newsCntls li.up {
  top: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.newsCntls li.up.visible {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.newsCntls li.down {
  bottom: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}

.newsCntls li.down.visible {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.newsCntls li a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url(../images/top/btn-newsscroll-pc.png);
}

.newsCntls li.up a {
  background-position: 0 0;
}

.newsCntls li.down a {
  background-position: 0 100%;
}

.newsCntls li a:hover {
  -ms-background-position-x: 100%;
  background-position-x: 100%;
}

@media screen and (max-width: 768px) {
.newsSect {
  float: none;
  padding-bottom: 30px;
}
.newsSect .titBlock {
  height: 75px;
  margin-bottom: 20px;
  background: #000;
}
.newsSect .titBlock .sectTit {
  height: 75px;
  margin-left: 5px;
  border-bottom: 0;
  background-image: url(../images/common/title-news-sp.jpg);
  background-position: 0 center;
  -webkit-background-size: auto 20px;
  background-size: auto 20px;
}
.newsSect .sectMain {
  padding: 0 10px;
}
.newsSect .sectMain .newsList li {
  padding: 5px 0;
}
.newsSect .sectMain .newsList li .date {
  font-size: 12px;
  margin-bottom: 2px;
}
.newsSect .sectMain .newsList li .date .cat {
  font-size: 10px;
  min-width: 70px;
}
.newsSect .sectMain .newsCntls {
  right: 2px;
}
.newsSect .sectMain .newsCntls li.up {
  top: -30px;
}
.newsSect .sectMain .newsCntls li.down {
  bottom: -30px;
}
.newsSect .sectMain .newsCntls li.up.visible {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.newsSect .sectMain .newsCntls li.down.visible {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.newsCntls li.up a:hover {
  background-position: 0 0;
}
.newsCntls li.down a:hover {
  background-position: 0 100%;
}
}
/* 
-----------------------------------*/
.amazonSect {
  display: none;
}
@media screen and (max-width: 768px) {
.amazonSect {
  display: block;
  padding: 20px 0;
  border-bottom: 2px solid #fff;
  background: #000;
}
.amazonSect .amazonBtn {
}
.amazonSect .amazonBtn a {
  display: block;
  width: 88px;
  height: 31px;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(../images/common/btn-amazon-sp.jpg) no-repeat 0 0;
  -webkit-background-size: auto 31px;
  background-size: auto 31px;
}
}
/* 
-----------------------------------*/
.sponcerSect {
  padding: 15px 0;
}
.sponcerSect .sectTit {
  height: 20px;
  margin-bottom: 10px;
  text-indent: -9999px;
  background: url(../images/top/bnr-lead.jpg) no-repeat center top;
}
.sponcerSect .sponcerList {
  text-align: center;
}
.sponcerSect .sponcerList li {
  display: inline-block;
  width: 200px;
  height: 160px;
  padding: 0 1px;
  text-indent: -9999px;
  background: no-repeat center center;
}
.sponcerSect .sponcerList li a {
  display: block;
  height: 160px;
}

@media screen and (max-width: 768px) {
	.sponcerSect .sponcerList li a {
	  height: 90px;
	}
}

.sponcerSect .sponcerList .itemYokohama {
  background-image: url(../images/top/bnr-yokohamafc.jpg);
}
.sponcerSect .sponcerList .itemVegalta {
  background-image: url(../images/top/bnr-vegalta.jpg);
}
.sponcerSect .sponcerList .itemOsaka {
  background-image: url(../images/top/bnr-fcosaka.jpg);
}
@media screen and (max-width: 768px) {
.sponcerSect {
}
.sponcerSect .sectTit {
  height: 12px;
  margin-bottom: 5px;
  -webkit-background-size: auto 11px;
  background-size: auto 11px;
}
.sponcerSect .sponcerList {
}
.sponcerSect .sponcerList li {
  width: 100px;
  height: 90px;
  padding: 0;
  -webkit-background-size: 105px auto;
  background-size: 105px auto;
}
}



/* 
PROMO AREA
-----------------------------------*/
/*.top #Contents:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
}*/
.ie8 .top #Contents:after,
.ie9 .top #Contents:after {
  display: none;
}
.top #Wrap {
  overflow-x: hidden;
}
.top #Wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 145px;
  background-color: #000;
  content: "";
}
.keyvWrap {
  position: relative;
  height: 450px;
  margin-left: -6px;
  margin-top: -6px;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
  background-color: #000;
}
.youtubeWrapper .loading,
.keyvWrap .loading{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 101;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background-image: url("../images/common/weather/map/anim-loading-pc.png");
  background-repeat: repeat;
  -webkit-animation: loading 500ms infinite steps(3);
  -o-animation: loading 500ms infinite steps(3);
  -webkit-animation: loading 500ms infinite steps(3);
  -moz-animation: loading 500ms infinite steps(3);
  -o-animation: loading 500ms infinite steps(3);
  -ms-animation: loading 500ms infinite steps(3);
  animation: loading 500ms infinite steps(3);
}
.keyvWrap.hovering {
  z-index: 1000;
}
.keyvCol1 .keyv00 {
  height: 438px;
  border: 6px solid #000;
  border-width: 6px 0;
  background-color: #000;
}
.keyvCol2 .keyv {
}
.keyvCol2 .keyv,
.keyvCol2 .shadow {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 50%;
  height: 438px;
  padding-left: 115px;
  border: 6px solid #000;
  -webkit-transform: skewX(-27deg);
  -moz-transform: skewX(-27deg);
  -o-transform: skewX(-27deg);
  -ms-transform: skewX(-27deg);
  transform: skewX(-27deg);
  background-color: transparent;
}
.keyvCol2 .keyv {
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0, 1, 0, 1);
  -moz-transition: -moz-transform 1000ms cubic-bezier(0, 1, 0, 1);
  -o-transition: -o-transform 1000ms cubic-bezier(0, 1, 0, 1);
  -ms-transition: -ms-transform 1000ms cubic-bezier(0, 1, 0, 1);
  transition: transform 1000ms cubic-bezier(0, 1, 0, 1);
  background-color: #000;
}
.keyvCol2 .shadow {
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.26, 0.54, 0.53, 0.97);
  -moz-transition: -moz-transform 350ms cubic-bezier(0.26, 0.54, 0.53, 0.97);
  -o-transition: -o-transform 350ms cubic-bezier(0.26, 0.54, 0.53, 0.97);
  -ms-transition: -ms-transform 350ms cubic-bezier(0.26, 0.54, 0.53, 0.97);
  transition: transform 350ms cubic-bezier(0.26, 0.54, 0.53, 0.97);
}
.keyvCol2 .keyv .cover {
}
.keyvCol2 .keyv.keyv01,
.keyvCol2 .shadow.keyv01 {
  left: -115px;
  border-left: 0;
}
.keyvCol2 .keyv.keyv01 .cover,
.keyvCol2 .shadow.keyv01 .cover {
  right: -121px;
}
.keyvCol2 .keyv.keyv02,
.keyvCol2 .shadow.keyv02 {
  left: 50%;
  border-right: 0;
}
.keyvCol2 .keyv.keyv02 .cover,
.keyvCol2 .shadow.keyv02 .cover {
  left: -121px;
}
.keyvCol2 .keyv .cover,
.keyvCol2 .shadow .cover {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(27deg);
  -moz-transform: skewX(27deg);
  -o-transform: skewX(27deg);
  -ms-transform: skewX(27deg);
  transform: skewX(27deg);
}
.keyvCol2 .keyv .cover a {
  display: block;
  width: 100%;
  height: 100%;

}

.keyvCol2 .keyv01 .cover {
  /*border-left: 6px solid  #000;*/
}
.keyvCol2 .keyv02 .cover {
  /*border-right: 6px solid  #000;*/
}
.keyvCol2 .keyv .cover .img {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 1097px;
  height: 540px;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(.93);
  -moz-transform: translate3d(-50%, -50%, 0) scale(.93);
  -o-transform: translate3d(-50%, -50%, 0) scale(.93);
  -ms-transform: translate3d(-50%, -50%, 0) scale(.93);
  transform: translate3d(-50%, -50%, 0) scale(.93);
  background-position: center;
  -webkit-transition-duration: 1000ms;
  -o-transition-duration: 1000ms;
  transition-duration: 1000ms;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0, 1, 0, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0, 1);
  -ms-transition-timing-function: cubic-bezier(0, 1, 0, 1);
  transition-timing-function: cubic-bezier(0, 1, 0, 1);
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.keyvCol2 .keyv01:hover {
  z-index: 200;
  -webkit-transform: skewX(-27deg) translate3d(3.7%, 0, 40px);
  -moz-transform: skewX(-27deg) translate3d(3.7%, 0, 40px);
  -o-transform: skewX(-27deg) translate3d(3.7%, 0, 40px);
  -ms-transform: skewX(-27deg) translate3d(3.7%, 0, 40px);
  transform: skewX(-27deg) translate3d(3.7%, 0, 40px);
}
.keyvCol2 .keyv02:hover {
  z-index: 200;
  -webkit-transform: skewX(-27deg) translate3d(-3.7%, 0, 40px);
  -moz-transform: skewX(-27deg) translate3d(-3.7%, 0, 40px);
  -o-transform: skewX(-27deg) translate3d(-3.7%, 0, 40px);
  -ms-transform: skewX(-27deg) translate3d(-3.7%, 0, 40px);
  transform: skewX(-27deg) translate3d(-3.7%, 0, 40px);
}
.keyvCol2 .keyv:hover .cover .img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.8);
  -moz-transform: translate3d(-50%, -50%, 0) scale(0.8);
  -o-transform: translate3d(-50%, -50%, 0) scale(0.8);
  -ms-transform: translate3d(-50%, -50%, 0) scale(0.8);
  transform: translate3d(-50%, -50%, 0) scale(0.8);
}
.keyvWrap .shadow {
  border: none;
  z-index: 0;
  pointer-events: none;
}
.keyvWrap .shadow .shadowImg {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/top/shadow.png");
  -webkit-transform: skewX(27deg);
  -moz-transform: skewX(27deg);
  -o-transform: skewX(27deg);
  -ms-transform: skewX(27deg);
  transform: skewX(27deg);
}
.keyvWrap .shadow01 {
  left: -109px;
}
.keyvWrap .shadow01 .shadowImg {
  right: -127px;
}
.keyvWrap .shadow02 {
  left: 50%;
}
.keyvWrap .shadow02 .shadowImg {
  left: -127px;
}
.keyvWrap.hovering1 .keyv01 {
  z-index: 200;
}
.keyvWrap.hovering1 .shadow01 {
  -webkit-transform: skewX(-27deg) translate3d(3.5%, 25px, 1px) scale(1.1, 1.1);
  -moz-transform: skewX(-27deg) translate3d(3.5%, 25px, 1px) scale(1.1, 1.1);
  -o-transform: skewX(-27deg) translate3d(3.5%, 25px, 1px) scale(1.1, 1.1);
  -ms-transform: skewX(-27deg) translate3d(3.5%, 25px, 1px) scale(1.1, 1.1);
  transform: skewX(-27deg) translate3d(3.5%, 25px, 1px) scale(1.1, 1.1);
  z-index: 100;
}
.keyvWrap.hovering2 .keyv02 {
  z-index: 200;
}
.keyvWrap.hovering2 .shadow02 {
  -webkit-transform: skewX(-27deg) translate3d(6.8%, 25px, 1px) scale(1.1, 1.1);
  -moz-transform: skewX(-27deg) translate3d(6.8%, 25px, 1px) scale(1.1, 1.1);
  -o-transform: skewX(-27deg) translate3d(6.8%, 25px, 1px) scale(1.1, 1.1);
  -ms-transform: skewX(-27deg) translate3d(6.8%, 25px, 1px) scale(1.1, 1.1);
  transform: skewX(-27deg) translate3d(6.8%, 25px, 1px) scale(1.1, 1.1);
  z-index: 100;
}
.keyvCol1 .keyv00 {
  position: relative;
  z-index: 100;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0, 1, 0, 1);
  -moz-transition: -moz-transform 1000ms cubic-bezier(0, 1, 0, 1);
  -o-transition: -o-transform 1000ms cubic-bezier(0, 1, 0, 1);
  -ms-transition: -ms-transform 1000ms cubic-bezier(0, 1, 0, 1);
  transition: transform 1000ms cubic-bezier(0, 1, 0, 1);
}
.keyvCol1 .shadow01 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 96%;
  height: 100%;
  -webkit-transition: -webkit-transform 100ms cubic-bezier(0.26, 0.54, 0.53, 0.97);
  -moz-transition: -moz-transform 100ms cubic-bezier(0.26, 0.54, 0.53, 0.97);
  -o-transition: -o-transform 100ms cubic-bezier(0.26, 0.54, 0.53, 0.97);
  -ms-transition: -ms-transform 100ms cubic-bezier(0.26, 0.54, 0.53, 0.97);
  transition:  transform 100ms cubic-bezier(0.26, 0.54, 0.53, 0.97);
}
.keyvCol1 .shadow01 .shadowImg {
  left: 0;
  right: auto;
  z-index: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.keyvCol1.hovering1 .keyv00 {
  -webkit-transform: translate3d(0,0,40px) scale(1);
  -moz-transform: translate3d(0,0,40px) scale(1);
  -o-transform: translate3d(0,0,40px) scale(1);
  -ms-transform: translate3d(0,0,40px) scale(1);
  transform: translate3d(0,0,40px) scale(1);
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0, 1, 0, 1);
  -moz-transition: -moz-transform 1000ms cubic-bezier(0, 1, 0, 1);
  -o-transition: -o-transform 1000ms cubic-bezier(0, 1, 0, 1);
  -ms-transition: -ms-transform 1000ms cubic-bezier(0, 1, 0, 1);
  transition: transform 1000ms cubic-bezier(0, 1, 0, 1);
  z-index: 200;
}
.keyvCol1.hovering1 .shadow01 {
  -webkit-transform: translate3d(80px, 20px, -1px) scale(1.1);
  -moz-transform: translate3d(80px, 20px, -1px) scale(1.1);
  -o-transform: translate3d(80px, 20px, -1px) scale(1.1);
  -ms-transform: translate3d(80px, 20px, -1px) scale(1.1);
  transform: translate3d(80px, 20px, -1px) scale(1.1);
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.26, 0.54, 0.53, 0.97);
  -moz-transition: -moz-transform 350ms cubic-bezier(0.26, 0.54, 0.53, 0.97);
  -o-transition: -o-transform 350ms cubic-bezier(0.26, 0.54, 0.53, 0.97);
  -ms-transition: -ms-transform 350ms cubic-bezier(0.26, 0.54, 0.53, 0.97);
  transition:  transform 350ms cubic-bezier(0.26, 0.54, 0.53, 0.97);
  z-index: 100;
}
.ie8 .keyv01 a,
.ie9 .keyv01 a {
  right: -115px;
}
.ie8 .keyv02 a,
.ie9 .keyv02 a {
  left: -115px;
}
@media screen and (max-width: 768px) {
  .top #Wrap:after {
    display: none;
  }
  .keyvWrap {
    overflow: hidden;
    height: 0;
    margin-top: 0;
    padding-top: 43.5%;
    border-bottom: 4px solid  #000;
    -webkit-perspective: none;
    -moz-perspective: none;
    -ms-perspective: none;
    perspective: none;
    z-index: auto;
  }
  .keyvWrap .loading{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 201;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    -webkit-background-size: 90px 30px;
    background-size: 90px 30px;
    -webkit-animation: loadingSP 500ms infinite steps(3);
    -o-animation: loadingSP 500ms infinite steps(3);
    -webkit-animation: loadingSP 500ms infinite steps(3);
    -moz-animation: loadingSP 500ms infinite steps(3);
    -o-animation: loadingSP 500ms infinite steps(3);
    -ms-animation: loadingSP 500ms infinite steps(3);
    animation: loadingSP 500ms infinite steps(3);
}
  .keyvWrap .keyv {
    overflow: hidden;
    height: 100%;
    margin-top: -4px;
    padding-left: 18.75%;
    border-width: 4px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: skewX(-27deg) translate3d(0) !important;
    -ms-transform: skewX(-27deg) translate3d(0) !important;
    -o-transform: skewX(-27deg) translate3d(0) !important;
    transform: skewX(-27deg) translate3d(0) !important;
    background-color: transparent;
    z-index: auto;
  }
  .keyvWrap .keyv .img {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-color: transparent;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .keyvWrap .keyv00 {
    margin-top: -4px;
    border-width: 4px;
  }
  .keyvWrap .keyv.keyv01 {
    left: -18.75%;
  }
  .keyvWrap .keyv.keyv01 .cover {
    left: 18.75%;
  }
  .keyvWrap .keyv.keyv01 .cover .img {
    width: 100%;
    height: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .keyvWrap .keyv:hover {
    -webkit-transform: skewX(-27deg) translate(0) !important;
    -moz-transform: skewX(-27deg) translate(0) !important;
    -o-transform: skewX(-27deg) translate(0) !important;
    -ms-transform: skewX(-27deg) translate(0) !important;
    transform: skewX(-27deg) translate(0) !important;
  }
  .keyvWrap .keyv.keyv02 {
    left: 50%;
  }
  .keyvWrap .keyv.keyv02 .cover {
    left: -18.75%;
  }
  .keyvWrap .keyv.keyv02 .cover .img {
    width: 100%;
    height: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .keyvWrap .keyv.keyv02:hover {
    -webkit-transform: skewX(-27deg) translate(0) !important;
    -moz-transform: skewX(-27deg) translate(0) !important;
    -o-transform: skewX(-27deg) translate(0) !important;
    -ms-transform: skewX(-27deg) translate(0) !important;
    transform: skewX(-27deg) translate(0) !important;
  }
  .keyvWrap .keyv:hover .img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .keyvWrap .shadow {
    display: none;
  }
  .keyvWrap.keyvCol1 .keyv00 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: auto;
  }
  .keyvWrap.hovering {
    z-index: auto;
  }
  .keyvWrap.hovering1 .keyv01 {
    z-index: auto;
  }
  .keyvWrap.hovering1 .shadow01 {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: auto;
  }
  .keyvWrap.hovering2 .keyv02 {
    z-index: auto;
  }
  .keyvWrap.hovering2 .shadow02 {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: auto;
  }
  .keyvWrap.hovering1 .keyv00 {
    z-index: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .keyvWrap.hovering1 .shadow01 {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: auto;
  }
}
