@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/FontAwesome.eot');
	src: url('../fonts/FontAwesome.eot?#iefix') format('embedded-opentype'), url('../fonts/FontAwesome.woff') format('woff'), url('../fonts/FontAwesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url('../fonts/Poppins-Thin.ttf');
	src: url('../fonts/Poppins-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url('../fonts/Poppins-ExtraLight.ttf');
	src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url('../fonts/Poppins-Light.ttf');
	src: url('../fonts/Poppins-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url('../fonts/Poppins-Regular.ttf');
	src: url('../fonts/Poppins-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url('../fonts/Poppins-Medium.ttf');
	src: url('../fonts/Poppins-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url('../fonts/Poppins-SemiBold.ttf');
	src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url('../fonts/Poppins-Bold.ttf.ttf');
	src: url('../fonts/Poppins-Bold.ttf.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../fonts/Montserrat-Black.ttf.ttf');
    src: url('../fonts/Montserrat-Black.ttf.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../fonts/Montserrat-Medium.ttf.ttf');
    src: url('../fonts/Montserrat-Medium.ttf.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../fonts/Montserrat-SemiBold.ttf.ttf');
    src: url('../fonts/Montserrat-SemiBold.ttf.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}



::selection {
	background: rgba(255, 64, 129, 0.22);
	color: #000;
}
::-moz-selection {
 background: rgba(255, 64, 129, 0.22);
 color: #000;
}
body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
	color: #4e4e4e;
	line-height: 22px;
	
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', sans-serif;
}
a:hover, a:focus {
	color: #ef5d35;
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease-out;
}
.padding-0{padding:0 !important;}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
body,html, .index_wraper {width:100%;height:100%;margin: 0;position: relative;}
.index_wraper{    width: 100%;
    background: #fce403;
    background: url("../images/taurch.png")no-repeat right #fce403;
    background-size: contain;}
.barmenu a span::after {
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
    content: "";
    bottom: -9px;
    position: absolute;
}
.barmenu a span::before {
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
    content: "";
    top: -9px;
    position: absolute;
}
.barmenu a span {
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
    vertical-align: middle;
    position: relative;
}
.barmenu a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    vertical-align: middle;
}
.index_header {
    padding: 60px 30px 0 150px;
    position: relative;
    z-index: 9;
}
.index_header .container-fluid{margin:0;padding:0;}

.name_div_ h1 {
    font-size: 150px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 30px;
}


.text-center {
  margin-top: calc(50vh - 100px);
  text-align: center;
}
.index_header a.logo img {
    z-index: 3;
    position: relative;
    margin-left: 4px;
}
.index_header a.logo::before {
    content: "";
    width: 150px;
    height: 150px;
    background: #fff;
    position: absolute;
    top: -61px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.index_header a.logo {
    display: inline-block;
    position: relative;
}

/*h2 {
 font-size: 150px;
text-transform: uppercase;
color: #000;
font-weight: bold;
font-family: 'Poppins', sans-serif;
letter-spacing: 30px;
display: inline-block;
}

.layers {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0 38px;
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.white {
  color: #fff;
}

@-webkit-keyframes left {
  to {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}

@keyframes left {
  to {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@-webkit-keyframes right {
  to {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
@keyframes right {
  to {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
.shift-left {
  overflow: hidden;
  -webkit-animation: left 0.8s cubic-bezier(0.6, 0, 0.2, 1) infinite alternate;
  animation: left 0.8s cubic-bezier(0.6, 0, 0.2, 1) infinite alternate;
}

.shift-right {
  -webkit-animation: right 0.8s cubic-bezier(0.6, 0, 0.2, 1) infinite alternate;
  animation: right 0.8s cubic-bezier(0.6, 0, 0.2, 1) infinite alternate;
}

@-webkit-keyframes imageshift {
  to {
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
}

@keyframes imageshift {
  to {
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
}
@-webkit-keyframes textshift {
  to {
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }
}
@keyframes textshift {
  to {
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }
}
.image {
  width: 600px;
  height: 200px;
  margin-right: -620px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: imageshift 0.8s cubic-bezier(0.6, 0, 0.2, 1) infinite alternate;
          animation: imageshift 0.8s cubic-bezier(0.6, 0, 0.2, 1) infinite alternate;
}
.image_hidden {
  visibility: hidden;
}

h2 {
  -webkit-animation: textshift 0.8s cubic-bezier(0.6, 0, 0.2, 1) infinite alternate;
          animation: textshift 0.8s cubic-bezier(0.6, 0, 0.2, 1) infinite alternate;
}
*/


.teaser {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 3px;
    padding: 1em;
    /* overflow: hidden; */
    /* position: relative; */
    width: 80%;
    padding-left: 20%;
}
.teaser:before {
    background-color: #fce403;
    mix-blend-mode: difference;
}
.teaser:before {
    z-index: 4;
    pointer-events: none;
}
.teaser:before, .teaser:after {
    content: '';
    display: block;
    width: 270px;
    height:75%;
    position: absolute;
    right: -150px;
    bottom: -150px;
    transition: all 1s ease-out;
    left: 27%;
    top: 10%;
}
.teaser:after {
    background-color: #fce403;
}
.teaser:after {
    background-color: #fce403;
    z-index: -1;
}
.teaser:hover:before, .teaser:hover:after {
       -webkit-transform: scale(3);
    transform: scale(1.3,1.1);
}
.teaser h3{
     margin-top: 28%;
     margin-bottom: 5%;
    font-size: 110px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 5px;
}
.group_name {
    width: 100%;
    padding: 30px 150px;
    position: relative;
}
.group_name ul {
    margin: 0;
    padding: 0;
    display: block;
}
.group_name ul li {
    display: inline-block;
    width:19.33%;
    list-style: none;
}
.group_name ul li a {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 28px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    cursor: pointer;
}
.button_div a {
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    font-weight: 600;
    /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
    background: #fff;
    display: inline-block;
    padding: 23px 60px;
    border-radius: 15px;
    box-shadow: 0 10px 20px 0px rgba(35, 31, 32, 0.25);
    transition: all 0.2s ease-in-out;
}
.button_div {
    margin: 50px 0;
    text-align: center;
}
.button_div a:hover{
    background-color: #fff;
    color: #fce403;
    border-radius: 0px;
}
.icon_div span {
    display: inline-block;
    position: relative;
    top: 50%;
    animation-name: floating;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.icon_div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 1;
}
.icon_div span:nth-child(1){
    top: 50%;
    left:10%;
     animation-duration: 3s;
}
.icon_div span:nth-child(2){
     top: 85%;
    left:20%;
    animation-duration: 3.5s;
}
.icon_div span:nth-child(3){
     top: 15%;
    left:50%;
     animation-duration: 4s;
}
.icon_div span:nth-child(4){
     top: 35%;
    left:70%;
     animation-duration: 4.5s;
}
.icon_div span:nth-child(5){
     top: 67%;
    left:70%;
     animation-duration: 6s;
}
@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
.icon_div span img {
    filter: drop-shadow(3px 5px 1px #9c8d00);
}
.button_div,.group_name{position: relative;}
section.ample_name {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 100%;
    z-index: 3;
}
.bgchange_div {
    position: absolute;
    z-index: 5;
    width: 190px;
    height: 100%;
    background: transparent;
    top: 0;
    right: 0;
    cursor: pointer;
}
.index_wraper.dark {
    
      background-color:#fff; 
      background-repeat: no-repeat;
      background-blend-mode: luminosity;
      transition: 10s background-position linear;
      margin: 0 auto;
}
.teaser h3 i {
    font-style: normal;
    display: inline-block;
}
/*.index_wraper.dark::before {animation:1s zoomIn infinite;
    content: "";
    right: 15%;
    width: 100%;
    height: 100%;
    top: 0;
    border: 438px solid transparent;
    border-right: none;
    border-left: 2000px solid rgb(255, 255, 255);
    opacity: 0;
    position: absolute;
    transition: 0.2s;
}
.index_wraper.dark::before {opacity:1;transition: 0.2s 0.6s;}*/

.teaser.active:before, .teaser.active:after{
transform: rotate(90deg)translatex(17%);
    height: 50%;
    width: 5%;

}

.name_div_ .teaser::before, .name_div_ .teaser::after{
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: clip-path 600ms linear;
}

.name_div_ .teaser:hover::before, .name_div_ .teaser:hover::after{
-webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    transition: 600ms linear;
    
}

.name_div_ .teaser.scale::before, .name_div_ .teaser.scale::after{
    transform: scale(0.7);
    opacity: 0.8;
    transition: 1s;
    background: transparent;
}
.teaser.scale h3 i{
    transition: 1s all;
    transform: scale(0.8);
    letter-spacing: -15px;
    color: #83ff00;
    text-shadow: 0em 0em 5em #83ff00, 0em 0em 3em #83ff00, 0em 0em 2em #83ff00, 1px 1px 5px #83ff00, 0px 0px 10px #83ff00, 0px 0px 25px #83ff00, 0px 0px 45px #83ff00, 2px 1px 0px white, -1px 0px 2px rgba(0, 0, 0, .5);}
.teaser h3 i, .name_div_ .teaser::before, .name_div_ .teaser::after, .group_name ul li a{
    transform: scale(1);
    transition: 1s all;
}
.ample_name.scale{
    background: url("images/darkbg.png") no-repeat center center;
    background-size: cover;
}
.ample_name.scale::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(https://img.glyphs.co/img?src=aHR0cHM6Ly9zMy5tZWRpYWxvb3QuY29tL2ltYWdlcy9iZy1kYXJrZW4ucG5n) no-repeat 50%;
    background-position: 50%;
    background-size: cover;
    z-index: 0;
}
.ample_name.scale .group_name ul li a{color:#fff;}

@-webkit-keyframes neon3 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
  }
}


#canvas {
  /* make the canvas wrapper fits the document */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.plane {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    margin: 0 auto;
}

.plane img {
  /* hide the img element */
  display: none;
}


.left_bg {
    position: absolute;
    background: #76c04e;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transform: scale(0.9);
    transition: 1s all;
    opacity: 0;
}
.left_menu {
     visibility: hidden;
    position: absolute;
    background:transparent;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.left_menu.active{
  visibility: visible;
}
.left_menu.active .left_bg{
  opacity: 1;
  transform: scale(1);
  transition: 1s all;
}
.left_mulink {
   position: absolute;
    z-index: 99;
    color: #fff;
    width: 0%;
    margin: 0 auto;
    background: #fcb52f;
    left: 0;
    right: 0;
    height: calc(100% - 20%);
    top: 10%;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.33);
    padding: 60px;
    transition: width 1s;
    overflow: hidden;
}
.left_menu.active .left_mulink div {
    opacity: 1;
    
    animation-delay:1.5s;
    visibility: visible;
   

}
.left_menu.active ul li a{}

.left_menu.active ul li a{
     animation: fadeInDown 1s;
}
.left_menu .left_mulink div {
    opacity: 0;
    transition: opacity 1s;
    transition-delay: 1s;
    visibility: hidden;
    animation-name:fadeInDown;
}
.left_menu.active .left_mulink {
    width: 80%;
}
.video_thum a {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15);
    display: inline-block;
}
.social {
    padding: 30px 0;
}
.social h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
}
.social span a {
    color: #f5a205;
    display: inline-block;
    background: #fff;
    -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    width: 30px;
    height: 30px;
    margin-right: 14px;
    text-align: center;
    line-height: 33px;
    font-size: 16px;
}
.ample_site a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}
.ample_site {
    padding-top: 30px;
    color: #fff;
}
.ample_address {
    width: 150px;
}
.ample_address p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: none;
    font-size: 1.6vh;
    letter-spacing: 1px;
    margin: 0;
    line-height: 18px;

}
.ample_address h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 11px 0;
}
.ample_address {
    padding: 30px 0;
    color: #000;
}

.link_leftmenu ul li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 5vh;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    position: relative;
    line-height: 40px;
    background-position: bottom;
    padding-bottom: 10px;
    margin-bottom: 3%;
    transition: 1s all;
}
.link_leftmenu ul li {
    list-style: none;
}
.link_leftmenu ul li a:hover:before, .link_leftmenu ul li a:focus:before {
    width: 100%;
}
.link_leftmenu ul li a:hover{

background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23453886' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");

    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 23px;
    border-bottom: 0;
    text-decoration: none;
    color: #453886;
    transition: 1s all;
}

.close_menu svg {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
     transition: 1s all;
}
.close_menu {
    position: absolute;
    top:20px;
    right: 0;
    width: 150px;
    height: auto;
    z-index: 100;
    transition: 1s all;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    vertical-align: middle;
    font-weight: 600;
    cursor: pointer;
}
.close_menu:hover svg{
  transform: rotate(180deg);
  transition: 1s all;
}
.logo a img {
    z-index: 2;
    position: relative;
    width: 119px;
    margin-top: 6px;
    margin-left: 6px;
}
.logo a::before {
    content: "";
    width: 135px;
    height: 135px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    top: -49px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
section.bottom_slider {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 98;
    top: 80vh;
    background: url("../images/rotate2.png") no-repeat center;
    animation-name: spin;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: contain;
    left: 0;
    right: 0;
}
body{overflow: hidden;}
.video_thum::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(118, 192, 78);
    position: absolute;
    mix-blend-mode: overlay;
}
.video_thum {
    width: 30vw;
    height: 15vw;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15);
}

/*inner header*/
.barmenu span {
    position: relative;
    z-index: 2;
}
.barmenu span {
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
    vertical-align: middle;
    position: relative;
}
.barmenu span::before {
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
    content: "";
    top: -9px;
    position: absolute;
}
.barmenu span::after {
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
    content: "";
    bottom: -9px;
    position: absolute;
}
header nav.navbar.navbar-inverse {
    background: transparent;
    border: 0;
    margin: 0;
}
header a.navbar-brand::before {
    content: "";
    width: 150px;
    height: 150px;
    background: #fff;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
a.navbar-brand{position: relative;}
header a.navbar-brand img{z-index: 2;position: relative;}
.barmenu {
    margin: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}
header.innerheader {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
}
/*gellery page css*/
.cursor__inner--circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #de448d;
}

.cursor__inner--cross {
    width: 30px;
    height: 30px;
}

.cursor__inner--cross::before,
.cursor__inner--cross::after {
    position: absolute;
    top: 0;
    content: '';
    width: 2px;
    height: 100%;
    background: #A21020;
    left: calc(50% - 1px);
    transform: rotate(45deg);
}

.cursor__inner--cross::after {
    transform: rotate(-45deg);
}

.cursor__inner--text {
    white-space: nowrap;
    left: 30px;
    margin-top: 1px;
    color: #9A9A9A;
}
.content {
    background-color: var(--color-bg-content);
    position: fixed;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 50% 30%;
    background-size: cover;
    background-blend-mode: soft-light;
    cursor: pointer;
}

.content__title {
    font-size: 10vw;
    will-change: transform;
    mix-blend-mode: overlay;
    text-align: center;
    color: var(--color-title);
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none; 
}

.grid-wrap--hidden {
    pointer-events: none;
}

.grid {
    display: grid;
    width: 100%;
    height: 100vw;
    --cell-number: 6;
    --cell-size: 16.6666vw;
    grid-template-columns: repeat(auto-fill, var(--cell-size));
    will-change: transform;
}

@media screen and (orientation: portrait) {
    .grid {
        height: auto;
        --cell-number: 6;
        --cell-size: 16.6666vw;
    }
}

.grid__item {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: var(--cell-size);
    outline: 1px solid rgba(0,0,0,0.87);
}

.grid__item-inner {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
}

.demo-3 .grid__item-inner {
    background-blend-mode: color-dodge;
    background-color: #332d4a;
}
.grid__item-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.62);
    transition: background 0.1s ease;
}
.grid__item-inner:hover::after {
    background: rgba(0,0,0,0.77);
}

@media screen and (min-width: 53em) {
    .grid-wrap {
        height: 100vh;
        overflow: hidden;
    }
}
.cursor, .cursor__inner {
    z-index: 9999;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
}

.cursor__inner--circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #fcb52f;
}

.cursor__inner--cross {
    width: 30px;
    height: 30px;
}

.cursor__inner--cross::before,
.cursor__inner--cross::after {
    position: absolute;
    top: 0;
    content: '';
    width: 2px;
    height: 100%;
    background: #A21020;
    left: calc(50% - 1px);
    transform: rotate(45deg);
}

.cursor__inner--cross::after {
    transform: rotate(-45deg);
}

.cursor__inner--text {
    white-space: nowrap;
    left: 30px;
    margin-top: 1px;
    color: #9A9A9A;
}

@media (min-width: 320px) and (max-width: 767px){
   body section.slideshow .detail .detail-item .headline .letter{font-size:30px;} 
   body header .header-inner .logo{top:0;}
   .logo a img{width:90px;margin-top: 10px;}
   body section.slideshow ul.navigation li.navigation-item{width:70px;height: 70px;}
   .logo a::before{background:transparent;}.barmenu{margin:0;}body section.slideshow ul.navigation{left:0;}body section.slideshow .detail .detail-item .headline{text-align:center}
   .video_thum{width: 100%;height:100px;}.left_menu.active .left_mulink{width:90%;}.left_mulink{padding:15px;}.social{padding:5px 0;margin-bottom:15px;}.social h3{font-size:13px;}.social span a{width: 25px;height: 25px;line-height: 25px;}
   .ample_address{display:none;}.link_leftmenu ul {padding: 0 15px;}.link_leftmenu ul li a{padding: 5px 15px 5px 0;line-height: 25px;font-size: 16px;}.barmenu span,.barmenu span::before,.barmenu span::after{height:2px;}
   body header .header-inner nav li{display:inline-block;}
}