@charset "UTF-8";

#main{
    -webkit-transition: opacity 0.5s ease 0.5s;
    -moz-transition: opacity 0.5s ease 0.5s;
    -ms-transition: opacity 0.5s ease 0.5s;
    -o-transition: opacity 0.5s ease 0.5s;
    transition: opacity 0.5s ease 0.5s;
    opacity: 0;
    margin-top: 5px;
}
#main.loaded{
    opacity: 1;
}

@media print, screen and (min-width: 1024px) {
    #main{
        margin-top: 0;
    }
}


/*プログレスバー*/
.progressbar {
    width: 0px;
    height: 4px;
    background: #f66600;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.2s linear 0s;
}

/* サークル */
#loading_box{
    margin: 0px auto;
    position: absolute;
    top: calc(30% + 80px);
    left: calc(50% - 22px);
    text-align: center;
    width: 44px;
}
#loading_box .circle-container {
  margin: 0 auto;
  position: relative;
  width:44px;
  height: 44px;
  background: transparent;
  -webkit-animation: rotation 6s linear 0s infinite normal none;
  -moz-animation: rotation 6s linear 0s infinite normal none;
  -ms-animation: rotation 6s linear 0s infinite normal none;
  -o-animation: rotation 6s linear 0s infinite normal none;
  animation: rotation 6s linear 0s infinite normal none;
}
#loading_box .circle {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.7;
}
#loading_box.loaded .circle-container .circle {
    -webkit-animation:kakudai .5s infinite linear;
    animation:kakudai .5s infinite linear;
}
@keyframes kakudai {
    from{
        -ms-transform:scale(1,1);
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
    }
    to{
        -ms-transform:translateY(-350px);
        -webkit-transform:translateY(-350px);
        transform:translateY(-350px);
    }
}


/*
#loading_box.loaded .circle-container .circle {
    -webkit-animation:kakudai 1.5s infinite linear;
    animation:kakudai 1.5s infinite linear;
}
@keyframes kakudai {
    from{
        -ms-transform:scale(1,1);
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
    }
    to{
        -ms-transform:scale(200,200);
        -webkit-transform:scale(200,200);
        transform:scale(200,200);
    }
}
*/


#loading_box .circle:nth-child(1) {
  -webkit-transform: rotate(0deg) translateX(15px);
  -moz-transform: rotate(0deg) translateX(15px);
  -ms-transform: rotate(0deg) translateX(15px);
  -o-transform: rotate(0deg) translateX(15px);
  transform: rotate(0deg) translateX(15px);
  background: #ffe1a0;
  opacity:0.5;
}
#loading_box .circle:nth-child(2) {
  -webkit-transform: rotate(72deg) translateX(15px);
  -moz-transform: rotate(72deg) translateX(15px);
  -ms-transform: rotate(72deg) translateX(15px);
  -o-transform: rotate(72deg) translateX(15px);
  transform: rotate(72deg) translateX(15px);
  background: #ffcd61;
  opacity:0.5;
}
#loading_box .circle:nth-child(3) {
  -webkit-transform: rotate(144deg) translateX(15px);
  -moz-transform: rotate(144deg) translateX(15px);
  -ms-transform: rotate(144deg) translateX(15px);
  -o-transform: rotate(144deg) translateX(15px);
  transform: rotate(144deg) translateX(15px);
  background: #ffaf00;
  opacity:0.5;
}
#loading_box .circle:nth-child(4) {
  -webkit-transform: rotate(216deg) translateX(15px);
  -moz-transform: rotate(216deg) translateX(15px);
  -ms-transform: rotate(216deg) translateX(15px);
  -o-transform: rotate(216deg) translateX(15px);
  transform: rotate(216deg) translateX(15px);
  background: #ffcc5d;
  opacity:0.5;
}
#loading_box .circle:nth-child(5) {
  -webkit-transform: rotate(288deg) translateX(15px);
  -moz-transform: rotate(288deg) translateX(15px);
  -ms-transform: rotate(288deg) translateX(15px);
  -o-transform: rotate(288deg) translateX(15px);
  transform: rotate(288deg) translateX(15px);
  background: #fdba29;
  opacity:0.5;
}
/* Animations */
/*************************************************/
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes rotation {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* サークル */

.mask{
  text-align: center;
  top:1%;
  width: 100%;
  height: 200px;
  background: none;
  position: absolute;
  overflow: hidden;
  margin: 10% auto;
  overflow: hidden;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 1024px) {
	.mask {
		height: calc(480px * 0.92);
	}
}
@media print, screen and (max-width: 1120px) {
	.mask {
		height: calc(580px * 0.92);
	}
}
@media print, screen and (max-width: 1020px) {
	.mask {
		height: calc(490px * 0.92);
	}
}
@media print, screen and (max-width: 720px) {
	.mask {
		height: calc(420px * 0.92);
	}
}
@media print, screen and (max-width: 640px) {
	.mask {
		height: calc(380px * 0.92);
	}
}
@media print, screen and (max-width: 540px) {
	.mask {
		height: calc(340px * 0.92);
	}
}
@media print, screen and (max-width: 440px) {
	.mask {
                height: calc(300px * 0.92);
	}
}
@media print, screen and (max-width: 340px) {
	.mask {
		height: calc(280px * 0.92);
	}
}

.cover{
  width: 30px;
  height: 30px;
  background: #ffe49b;
  border-radius: 50%;
  position: absolute;
  top: -2%;
  right: -10%;
}
.cover.anm{
  animation-name: topslidein;
  animation-duration: 0.8s;
}
@keyframes topslidein {
  0% {
    transform: scale(0.1);
  }
  100% {
    background: none;
    transform: scale(50);
  }
}


/*
 * slider.css
 *
 */
/* --------------------------------
	top
-------------------------------- */
.hero {
	overflow: hidden;
	position: relative;
	height:calc(100vh - 210px);
        backgorund:none;
        /*margin-bottom: 15px;*/
        
}
.hero.loaded{
/*background: linear-gradient(-45deg, rgba(246, 255, 0, .8), rgba(255, 0, 161, .8)) fixed, url(bg-cherrybrossam.jpg) fixed; */
    background-size: cover;
    animation: fadeIn 1.5s ease 0.5s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0.5s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@media print, screen and (max-width: 1024px) {
	.hero {
		height: 570px;
	}
}
@media print, screen and (max-width: 1120px) {
	.hero {
		height:calc(100vh - 210px);
	}
}
@media print, screen and (max-width: 1020px) {
	.hero {
		height:calc(100vh - 210px);
	}
}

@media print, screen and (max-width: 720px) {
	.hero {
		height: 510px;
	}
}
@media print, screen and (max-width: 640px) {
	.hero {
		height: 470px;
	}
}
@media print, screen and (max-width: 540px) {
	.hero {
		height: 430px;
	}
}
@media print, screen and (max-width: 440px) {
	.hero {
		height: 390px;
	}
}
@media print, screen and (max-width: 360px) {
	.hero {
		height: 350px;
	}
}
@media print, screen and (max-width: 340px) {
	.hero {
		height: 320px;
	}
}
.hero_carousel {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.hero.loaded .hero_carousel {
    background: linear-gradient(270deg, #fff6dd, #f4cb5e);
    background-size: 100% 100%;
    background: -webkit-linear-gradient(45deg, #fff6dd, #f4cb5e) fixed;
    background: -moz-linear-gradient(45deg, #fff6dd, #f4cb5e) fixed;
    background: -o-linear-gradient(45deg, #fff6dd, #f4cb5e) fixed;
    background: -ms-linear-gradient(45deg, #fff6dd, #f4cb5e) fixed;
    background: linear-gradient(45deg, #fff6dd, #f4cb5e) fixed;
    background-size: 100%;
}

.hero_carousel_item {
	visibility: visible; 
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.hero_carousel_item.is-ready {
	visibility: hidden;
}
.hero_carousel_item.is-current {
	z-index: 2;
}
.hero_carousel_item a {
	display: block;
	height: 100%;
}

.hero_carousel_img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: -webkit-transform 0.1s 0.35s cubic-bezier(0, 0, 0.58, 1.0);
	transition: -webkit-transform 1.1s 0.35s cubic-bezier(0, 0, 0.58, 1.0);
	transition: transform 1.1s 0.35s cubic-bezier(0, 0, 0.58, 1.0);
	transition: transform 1.1s 0.35s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 1.1s 0.35s cubic-bezier(0, 0, 0.58, 1.0); 
	-webkit-transform: translateX(0); 
	    -ms-transform: translateX(0); 
	        transform: translateX(0);
}
.hero_carousel_img:after {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 150px;
	background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0));
	background: linear-gradient(transparent, rgba(0, 0, 0, 0));
}
@media print, screen and (min-width: 1024px) {
	.hero_carousel_img {
		-webkit-transition: -webkit-transform 1.1s 0.6s cubic-bezier(0, 0, 0.58, 1.0);
		transition: -webkit-transform 1.1s 0.6s cubic-bezier(0, 0, 0.58, 1.0);
		transition: transform 1.1s 0.6s cubic-bezier(0, 0, 0.58, 1.0);
		transition: transform 1.1s 0.6s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 1.1s 0.6s cubic-bezier(0, 0, 0.58, 1.0);
	}
	.hero_carousel_img:after {
		height: 300px;
	}
}

.hero_carousel_mask {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 0;
	-webkit-transition: border-radius 0.2s 0.8s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 0.4s 1.4s cubic-bezier(0, 0, 0.58, 1.0);
	transition: border-radius 0.2s 0.8s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 0.4s 1.4s cubic-bezier(0, 0, 0.58, 1.0);
	transition: border-radius 0.2s 0.8s cubic-bezier(0, 0, 0.58, 1.0), transform 0.4s 1.4s cubic-bezier(0, 0, 0.58, 1.0);
	transition: border-radius 0.2s 0.8s cubic-bezier(0, 0, 0.58, 1.0), transform 0.4s 1.4s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 0.4s 1.4s cubic-bezier(0, 0, 0.58, 1.0); 
	-webkit-transform: scale(1); 
	    -ms-transform: scale(1); 
	        transform: scale(1);
}
@media print, screen and (min-width: 1024px) {
	.hero_carousel_mask {
		-webkit-transition: border-radius 0.4s 1.2s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 0.6s 1.6s cubic-bezier(0, 0, 0.58, 1.0);
		transition: border-radius 0.4s 1.2s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 0.6s 1.6s cubic-bezier(0, 0, 0.58, 1.0);
		transition: border-radius 0.4s 1.2s cubic-bezier(0, 0, 0.58, 1.0), transform 0.6s 1.6s cubic-bezier(0, 0, 0.58, 1.0);
		transition: border-radius 0.4s 1.2s cubic-bezier(0, 0, 0.58, 1.0), transform 0.6s 1.6s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 0.6s 1.6s cubic-bezier(0, 0, 0.58, 1.0);
	}
}

.hero_carousel_bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: -webkit-transform 0.4s 1.4s cubic-bezier(0, 0, 0.58, 1.0);
	transition: -webkit-transform 0.4s 1.4s cubic-bezier(0, 0, 0.58, 1.0);
	transition: transform 0.4s 1.4s cubic-bezier(0, 0, 0.58, 1.0);
	transition: transform 0.4s 1.4s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 0.4s 1.4s cubic-bezier(0, 0, 0.58, 1.0); 
	-webkit-transform: scale(1); 
	    -ms-transform: scale(1); 
	        transform: scale(1);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media print, screen and (min-width: 1024px) {
	.hero_carousel_bg {
		-webkit-transition: -webkit-transform 0.6s 1.6s cubic-bezier(0, 0, 0.58, 1.0);
		transition: -webkit-transform 0.6s 1.6s cubic-bezier(0, 0, 0.58, 1.0);
		transition: transform 0.6s 1.6s cubic-bezier(0, 0, 0.58, 1.0);
		transition: transform 0.6s 1.6s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 0.6s 1.6s cubic-bezier(0, 0, 0.58, 1.0);
	}
}

.hero_carousel_text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: -webkit-transform 1.05s 0.3s cubic-bezier(0, 0, 0.58, 1.0);
	transition: -webkit-transform 1.05s 0.3s cubic-bezier(0, 0, 0.58, 1.0);
	transition: transform 1.05s 0.3s cubic-bezier(0, 0, 0.58, 1.0);
	transition: transform 1.05s 0.3s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 1.05s 0.3s cubic-bezier(0, 0, 0.58, 1.0); 
	-webkit-transform: translateX(0); 
	    -ms-transform: translateX(0); 
	        transform: translateX(0);
	color: #fff;
        background: -webkit-linear-gradient(15deg,rgba(255,255,255,.7), rgba(255,255,255,0), rgba(255,255,255,0));
        background: -moz-linear-gradient(15deg,rgba(255,255,255,.7), rgba(255,255,255,0), rgba(255,255,255,0));
        background: -o-linear-gradient(15deg,rgba(255,255,255,.7), rgba(255,255,255,0), rgba(255,255,255,0));
        background: -ms-linear-gradient(15deg,rgba(255,255,255,.7), rgba(255,255,255,0), rgba(255,255,255,0));
        background: linear-gradient(15deg,rgba(255,255,255,.7), rgba(255,255,255,0), rgba(255,255,255,0));
}
@media print, screen and (min-width: 1024px) {
	.hero_carousel_text {
		-webkit-transition: -webkit-transform 1.1s 0.5s cubic-bezier(0, 0, 0.58, 1.0);
		transition: -webkit-transform 1.1s 0.5s cubic-bezier(0, 0, 0.58, 1.0);
		transition: transform 1.1s 0.5s cubic-bezier(0, 0, 0.58, 1.0);
		transition: transform 1.1s 0.5s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 1.1s 0.5s cubic-bezier(0, 0, 0.58, 1.0);
	}
}

.hero_carousel_textInner {
	position: absolute;
	right: 20px;
	bottom: 40px;
	left: 20px;
        color:#000000;
}
@media print, screen and (min-width: 1024px) {
	.hero_carousel_textInner {
		right: 94px;
		bottom: 60px;
		left: 94px;
                max-width: 980px;
                margin: 0px auto 0px auto;
	}
}

.hero_carousel_title {
	font-weight: bold;
}
.hero_carousel_textInner-type1 .hero_carousel_title {
	font-size: 57.6px;
	font-size: 3.6rem;
	line-height: 1;
}
@media print, screen and (min-width: 1024px) {
	.hero_carousel_textInner-type1 .hero_carousel_title {
		font-size: 6rem;
	}
}
.hero_carousel_textInner-type2 .hero_carousel_title {
	margin-bottom: 3px;
	font-size: 24px;
	font-size: 1.1rem;
	line-height: 1.53;
        -webkit-text-shadow: -1px -1px 5px #ffffff, 1px -1px 3px #ffffff, 1px 1px 1px #ffffff;
        text-shadow: -1px -1px 5px #ffffff, 1px -1px 3px #ffffff, 1px 1px 1px #ffffff;
}
@media print, screen and (min-width: 1024px) {
	.hero_carousel_textInner-type2 .hero_carousel_title {
		margin-bottom: 8px;
		font-size: 1.5rem;
	}
}

.hero_carousel_lead {
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.6;
    color: #ffffff;
    background-color: #f9be58;
    display: inline-block;
    padding: 1px 10px;
    letter-spacing: 1px;
}
@media print, screen and (min-width: 1024px) {
	.hero_carousel_lead {
		font-size: 1rem;
	}
}

.hero_carousel_item.is-next .hero_carousel_img {
	-webkit-transition: -webkit-transform 1.1s 0.35s cubic-bezier(0, 0, 0.58, 1.0);
	transition: -webkit-transform 1.1s 0.35s cubic-bezier(0, 0, 0.58, 1.0);
	transition: transform 1.1s 0.35s cubic-bezier(0, 0, 0.58, 1.0);
	transition: transform 1.1s 0.35s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 1.1s 0.35s cubic-bezier(0, 0, 0.58, 1.0); 
	-webkit-transform: translateX(100%); 
	    -ms-transform: translateX(100%); 
	        transform: translateX(100%);
}
@media print, screen and (min-width: 1024px) {
	.hero_carousel_item.is-next .hero_carousel_img {
		-webkit-transition: -webkit-transform 1.1s 0.6s cubic-bezier(0, 0, 0.58, 1.0);
		transition: -webkit-transform 1.1s 0.6s cubic-bezier(0, 0, 0.58, 1.0);
		transition: transform 1.1s 0.6s cubic-bezier(0, 0, 0.58, 1.0);
		transition: transform 1.1s 0.6s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 1.1s 0.6s cubic-bezier(0, 0, 0.58, 1.0);
	}
}

.hero_carousel_item.is-next .hero_carousel_text {
	-webkit-transition: -webkit-transform 1.05s 0.3s cubic-bezier(0, 0, 0.58, 1.0);
	transition: -webkit-transform 1.05s 0.3s cubic-bezier(0, 0, 0.58, 1.0);
	transition: transform 1.05s 0.3s cubic-bezier(0, 0, 0.58, 1.0);
	transition: transform 1.05s 0.3s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 1.05s 0.3s cubic-bezier(0, 0, 0.58, 1.0); 
	-webkit-transform: translateX(100%); 
	    -ms-transform: translateX(100%); 
	        transform: translateX(100%);
}
@media print, screen and (min-width: 1024px) {
	.hero_carousel_item.is-next .hero_carousel_text {
		-webkit-transition: -webkit-transform 1.1s 0.5s cubic-bezier(0, 0, 0.58, 1.0);
		transition: -webkit-transform 1.1s 0.5s cubic-bezier(0, 0, 0.58, 1.0);
		transition: transform 1.1s 0.5s cubic-bezier(0, 0, 0.58, 1.0);
		transition: transform 1.1s 0.5s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 1.1s 0.5s cubic-bezier(0, 0, 0.58, 1.0);
	}
}

.hero_carousel_item.is-prev .hero_carousel_img {
	-webkit-transition: -webkit-transform 1.1s 0.35s cubic-bezier(0, 0, 0.58, 1.0);
	transition: -webkit-transform 1.1s 0.35s cubic-bezier(0, 0, 0.58, 1.0);
	transition: transform 1.1s 0.35s cubic-bezier(0, 0, 0.58, 1.0);
	transition: transform 1.1s 0.35s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 1.1s 0.35s cubic-bezier(0, 0, 0.58, 1.0); 
	-webkit-transform: translateX(-100%); 
	    -ms-transform: translateX(-100%); 
	        transform: translateX(-100%);
}
@media print, screen and (min-width: 1024px) {
	.hero_carousel_item.is-prev .hero_carousel_img {
		-webkit-transition: -webkit-transform 1.1s 0.6s cubic-bezier(0, 0, 0.58, 1.0);
		transition: -webkit-transform 1.1s 0.6s cubic-bezier(0, 0, 0.58, 1.0);
		transition: transform 1.1s 0.6s cubic-bezier(0, 0, 0.58, 1.0);
		transition: transform 1.1s 0.6s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 1.1s 0.6s cubic-bezier(0, 0, 0.58, 1.0);
	}
}

.hero_carousel_item.is-prev .hero_carousel_text {
	-webkit-transition: -webkit-transform 1.05s 0.3s cubic-bezier(0, 0, 0.58, 1.0);
	transition: -webkit-transform 1.05s 0.3s cubic-bezier(0, 0, 0.58, 1.0);
	transition: transform 1.05s 0.3s cubic-bezier(0, 0, 0.58, 1.0);
	transition: transform 1.05s 0.3s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 1.05s 0.3s cubic-bezier(0, 0, 0.58, 1.0); 
	-webkit-transform: translateX(-100%); 
	    -ms-transform: translateX(-100%); 
	        transform: translateX(-100%);
}
@media print, screen and (min-width: 1024px) {
	.hero_carousel_item.is-prev .hero_carousel_text {
		-webkit-transition: -webkit-transform 1.1s 0.5s cubic-bezier(0, 0, 0.58, 1.0);
		transition: -webkit-transform 1.1s 0.5s cubic-bezier(0, 0, 0.58, 1.0);
		transition: transform 1.1s 0.5s cubic-bezier(0, 0, 0.58, 1.0);
		transition: transform 1.1s 0.5s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 1.1s 0.5s cubic-bezier(0, 0, 0.58, 1.0);
	}
}

.hero_carousel_item.is-ready-next .hero_carousel_img {
	-webkit-transition-delay: 0s;
	        transition-delay: 0s; 
	-webkit-transition-duration: 0s; 
	        transition-duration: 0s;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
}

.hero_carousel_item.is-ready-next .hero_carousel_text {
	-webkit-transition-delay: 0s;
	        transition-delay: 0s; 
	-webkit-transition-duration: 0s; 
	        transition-duration: 0s;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
}

.hero_carousel_item.is-ready-prev .hero_carousel_img {
	-webkit-transition-delay: 0s;
	        transition-delay: 0s; 
	-webkit-transition-duration: 0s; 
	        transition-duration: 0s;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.hero_carousel_item.is-ready-prev .hero_carousel_text {
	-webkit-transition-delay: 0s;
	        transition-delay: 0s; 
	-webkit-transition-duration: 0s; 
	        transition-duration: 0s;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.hero_carousel_item.is-next .hero_carousel_mask,
.hero_carousel_item.is-prev .hero_carousel_mask {
	border-radius: 15px 15px;
	-webkit-transition: border-radius 0.2s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 0.4s cubic-bezier(0, 0, 0.58, 1.0);
	transition: border-radius 0.2s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 0.4s cubic-bezier(0, 0, 0.58, 1.0);
	transition: border-radius 0.2s cubic-bezier(0, 0, 0.58, 1.0), transform 0.4s cubic-bezier(0, 0, 0.58, 1.0);
	transition: border-radius 0.2s cubic-bezier(0, 0, 0.58, 1.0), transform 0.4s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 0.4s cubic-bezier(0, 0, 0.58, 1.0); 
	-webkit-transform: scale(0.95); 
	    -ms-transform: scale(0.95); 
	        transform: scale(0.95);
}
@media print, screen and (min-width: 1024px) {
	.hero_carousel_item.is-next .hero_carousel_mask,
	.hero_carousel_item.is-prev .hero_carousel_mask {
		-webkit-transition: border-radius 0.4s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 0.7s cubic-bezier(0, 0, 0.58, 1.0);
		transition: border-radius 0.4s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 0.7s cubic-bezier(0, 0, 0.58, 1.0);
		transition: border-radius 0.4s cubic-bezier(0, 0, 0.58, 1.0), transform 0.7s cubic-bezier(0, 0, 0.58, 1.0);
		transition: border-radius 0.4s cubic-bezier(0, 0, 0.58, 1.0), transform 0.7s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 0.7s cubic-bezier(0, 0, 0.58, 1.0);
	}
}

.hero_carousel_item.is-next .hero_carousel_bg,
.hero_carousel_item.is-prev .hero_carousel_bg {
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.58, 1.0);
	transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.58, 1.0);
	transition: transform 0.4s cubic-bezier(0, 0, 0.58, 1.0);
	transition: transform 0.4s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 0.4s cubic-bezier(0, 0, 0.58, 1.0); 
	-webkit-transform: scale(1.15); 
	    -ms-transform: scale(1.15); 
	        transform: scale(1.15);
        filter: blur(8px);
}
@media print, screen and (min-width: 1024px) {
	.hero_carousel_item.is-next .hero_carousel_bg,
	.hero_carousel_item.is-prev .hero_carousel_bg {
		-webkit-transition: -webkit-transform 0.7s cubic-bezier(0, 0, 0.58, 1.0);
		transition: -webkit-transform 0.7s cubic-bezier(0, 0, 0.58, 1.0);
		transition: transform 0.7s cubic-bezier(0, 0, 0.58, 1.0);
		transition: transform 0.7s cubic-bezier(0, 0, 0.58, 1.0), -webkit-transform 0.7s cubic-bezier(0, 0, 0.58, 1.0);
	}
}

.hero_carousel_item.is-ready-next .hero_carousel_mask,
.hero_carousel_item.is-ready-prev .hero_carousel_mask {
	border-radius: 15px 15px;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s; 
	-webkit-transition-duration: 0s; 
	        transition-duration: 0s;
	-webkit-transform: scale(0.95);
	    -ms-transform: scale(0.95);
	        transform: scale(0.95);
}

.hero_carousel_item.is-ready-next .hero_carousel_bg,
.hero_carousel_item.is-ready-prev .hero_carousel_bg {
	-webkit-transition-delay: 0s;
	        transition-delay: 0s; 
	-webkit-transition-duration: 0s; 
	        transition-duration: 0s;
	-webkit-transform: scale(1.15);
	    -ms-transform: scale(1.15);
	        transform: scale(1.15);
        filter: blur(8px);
}

.hero_carousel_control {
	position: absolute;
	z-index: 3;
	right: 20px;
	bottom: -5px;
	left: 20px;
	height: 44px;
}
@media print, screen and (min-width: 1024px) {
	.hero_carousel_control {
		right: 140px;
		bottom: 20px;
		left: 140px;
                max-width: 980px;
                margin: 0px auto 0px auto;
	}
}

.hero_carousel_toggleSwitch {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 24px;
	height: 44px;
	background: none; 

	-webkit-appearance: none;
}
.hero_carousel_toggleSwitch svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto; 
	height: 14px;
}

.hero_carousel_pagerContainer {
	position: absolute;
	top: 0;
	right: 0;
	left: 38px;
}
.hero_carousel_pagerContainer:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.4);
}
@media print, screen and (min-width: 1024px) {
	.hero_carousel_pagerContainer {
		left: 50px;
	}
}

.hero_carousel_pager_progress {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	        transform-origin: left; 
	background: #f48f14;
}

.hero_carousel_pager {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #ffffff; 

	-webkit-box-pack: center; 

	-webkit-justify-content: center; 

	    -ms-flex-pack: center; 

	        justify-content: center;
}

.hero_carousel_pager_item {
	position: relative;
	width: 50%;
	height: 44px; 
	cursor: pointer;
}

.hero_carousel_pager_item_progress {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	        transform-origin: left; 
	background: #f48f14;
}

.hero_carousel_pager_item_dot {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 0;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1); 
	-webkit-transform: scale(1); 
	    -ms-transform: scale(1); 
	        transform: scale(1);
	background: #dadada;
	font-size: 0;

	-webkit-appearance: none;
}
@media print, screen and (min-width: 1024px) {
	.hero_carousel_pager_item_dot {
		width: 10px;
		height: 12px;
                padding: 7px;
        }
}
.hero_carousel_pager_item.is-current .hero_carousel_pager_item_dot {
	-webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.47, 1.26);
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.47, 1.26); 
	-webkit-transform: scale(1.2); 
	    -ms-transform: scale(1.2); 
	        transform: scale(1.2);
	background-color: #f48f14;
        box-shadow: 0px 0px 15px 1px rgba(244,143,20,1);
}
@media print, screen and (min-width: 1024px) {
	.hero_carousel_pager_item.is-current .hero_carousel_pager_item_dot {
		-webkit-transform: scale(1.3);
		    -ms-transforcm: scale(1.3);
		        transform: scale(1.3);
	}
}

.hero_carousel_pager_thumb {
	display: none;
	pointer-events: none;
}
.no-touchevents .hero_carousel_pager_thumb {
	display: block;
	overflow: hidden;
	opacity: 0; 
	position: absolute;
	top: -50px;
	left: 0;
	border-radius: 10px;
	width: 90px;
	height: 50px;
}

.hero_carousel_pager_thumb_list {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.hero_carousel_pager_thumb_list li {
	float: left;
	width: 90px;
	height: 50px;
	background-position: center;
	background-size: cover;
}

.hero_scroll {
    position: absolute;
    z-index: 3;
    right: 35px;
    bottom: 15px;
    font-size: 22.4px;
    font-size: 1.0rem;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: barlow;
    font-weight: bold;
}
.hero_scroll a {
    padding-top: 40px;
    display: block;
    color: #f48f14;
    
    
}
.hero_scroll a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 25px;
    height: 38px;
    margin-left: -15px;
    border: 3px solid #f48f14;
    border-radius: 50px;
    box-sizing: border-box;
}
.hero_scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 7px;
  height: 7px;
  margin-left: -4px;
  background-color: #f48f14;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, -5px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, -5px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}



video.video_sm{
    max-width:100%;
    min-width:100%;
    min-height:100%;
    width:auto;
    height:auto;
}

div.hero_carousel_bg.videoimage.pc_only{
    height: 100%;
    position: relative;
    width: 100%;
}
div.hero_carousel_bg.videoimage.pc_only video.video_pc{
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    left: 0;
  min-height: calc(100% - 210px);
  min-height: calc(100vh - 210px);
  min-width: 100%;
  min-width: 100vw;
    position: absolute;
    top: 0;
}
/*
@media screen and (max-width:1024px) {
div.hero_carousel_bg.videoimage.pc_only video.video_pc{
    height:100%;
}
}
@media screen and (max-width:1240px) {
div.hero_carousel_bg.videoimage.pc_only video.video_pc{
    height:115%;
}
}
@media screen and (max-width:1480px) {
div.hero_carousel_bg.videoimage.pc_only video.video_pc{
    height:110%;
}
}
*/




