/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#fff;
  text-align:center;
  color:#fff;
}
img{
	width:100%;
}
/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:160px;
}

/* fadeUpをするアイコンの動き */
.loadspin{
	animation: rotation .90s infinite ease-in-out;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-359deg);
  }
}
/*========= ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆã®ãŸã‚ã®CSS ===============*/
.inbound_tour_listing{
	width: 100%;
    height: 100vh;
    background: url('../images/inbound_tour_listing/bg.png'),linear-gradient(45deg, #FFCCE4,#FF5858,#FFCCE4,#FFCCE4);
    background-size: cover,1000% 1000%;
	animation: none , bggradient 20s ease infinite;
}
@keyframes bggradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-in;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-in;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}


.video-effect{
	position:absolute;
}


.inbound_tour_listing .listing_headline{
	font-size:2.6em;
}

@media screen and (max-width: 759px) {
.inbound_tour_listing .listing_headline{
	font-size:1.3em;
	}
}
.inbound_tour_listing .bg-pink{
	background: #FF7E92;
}
.inbound_tour_listing .bg-white{
	background: #FFFFFF;
}
.inbound_tour_listing .bg-white .block>img{
	width: 90%;
}
@media screen and (max-width: 759px) {
.inbound_tour_listing .bg-white .block>img{
	width: 100%;
}
}
.inbound_tour_listing .checkbox{
	position: relative;
	margin-bottom:18px;
    padding-left: 30px;
}
.inbound_tour_listing .checkbox:before{
	-webkit-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    width: 14px;
	height: 14px;
	position:absolute;
    display: block;
    border: 1px solid;
    content: "";
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
}
.inbound_tour_listing header{
	background:none;
	position: relative;
    z-index: 2;
}
.inbound_tour_listing #header{
  padding: 40px;
  background:none;
    color: #fff;
  text-align: center;
}
.inbound_tour_listing #canvas-wrap {
    width: 100%;
    height: 800px;
    position: relative;
}
.inbound_tour_listing #canvas-container {
	position: absolute;
	z-index:0;
}
.inbound_tour_listing .container-video{
	padding-top: 0;
}
@media screen and (max-width: 759px) {
.inbound_tour_listing .container-video{
	padding-bottom: 130px;
}
	
.inbound_tour_listing .container-video .table-center>div .first-view-title{
	/* margin-left:10%; */
	transform: rotate(0deg);
}
}@media screen and (max-width: 759px) {
	.inbound_tour_listing .container-video .table-center>div .first-view-title{
		font-size: 2.8rem;
	}
}
.inbound_tour_listing .container-video .table-center>div .first-view-title .slide-in_inner{
	font-size: 5.5rem;
    font-family: 'Shippori Mincho B1', serif;
	color: #fff;
}
@media screen and (max-width: 759px) {
	.inbound_tour_listing .container-video .table-center>div .first-view-title .slide-in_inner{
		font-size: 2.8rem;
	}
}
.inbound_tour_listing .container-video .table-center>div .first-view-title .slideAnimeRightLeft {
	animation-duration:1.8s;
}
.inbound_tour_listing .container-video .table-center>div .first-view-title .slideAnimeLeftRight {
	animation-duration:1.8s;
}
		.inbound_tour_listing #canvas-txt{height:100%;top: 100px;left: 120px;}
.inbound_tour_listing .container-video{
	overflow: inherit;
	width:100%;
	background: none;
	/* clip-path: polygon(20% 0%, 90% 0, 80% 100%, 10% 100%); */
}
.inbound_tour_listing .container-video .table-center{
	overflow:hidden;
	padding-top: 0;
}
@media screen and (max-width: 759px) {
.inbound_tour_listing .container-video .table-center{
	padding-top: 130px;
}
	
}
.inbound_tour_listing .container-video .table-center>div .first-view-title img{
	width: 100%;
    vertical-align: middle;
    max-width: 980px;
}

.inbound_tour_listing .container-video #video{
	transform: translate(-50%, -60%) scale(1.0);
    filter: brightness(100%) contrast(100%) saturate(100%);
    clip-path: polygon(11% 22%, 96% 22%, 89% 78%, 4% 78%);
	/*transform: translate(-50%, -60%) scale(0.6);
	filter: brightness(100%) contrast(100%) saturate(100%);
	clip-path: polygon(25% 10%, 85% 10%, 75% 90%, 15% 90%);*/
	/* padding: 10px; */
	margin-top: 60px;
	/* box-sizing: border-box; */
}
@media screen and (max-width: 759px) {
	.inbound_tour_listing .container-video #video{
		transform: translate(-50%, -60%) scale(1.0);
    clip-path: polygon(30% 22%, 76% 22%, 70% 78%, 24% 78%);
	/*transform: translate(-50%, -60%) scale(0.3);
    clip-path: polygon(25% 0%, 80% 0%, 75% 100%, 20% 100%);*/
    margin-top: 40px;
	}
	
}
.inbound_tour_listing header #header-items {
    max-width: 1024px;
    display: block;
    margin: 0 auto;
	}

.inbound_tour_listing .container-video .table-center>div{
    /* text-align: left; */
    padding-bottom: 110px;
    letter-spacing: -10px;
	}

@media screen and (max-width: 759px) {
.inbound_tour_listing .container-video .table-center>div{
		padding-bottom: 0;
	}
	}
.inbound_tour_listing header #header-rogo {
    width: 220px;
    margin-top: 10px;
    margin-left: 24px;
    float: left;
}

.inbound_tour_listing header #header-items #header-rogo img {
    width: 100%;
}

@media screen and (min-width:760px) and (max-width: 1119px) {
   .inbound_tour_listing header #header-rogo {
        width: 160px;
        margin-top: 10px;
        margin-left: 24px;
    }
}

@media screen and (max-width: 759px) {
    .inbound_tour_listing header #header-rogo {
        width: 120px;
        margin-left: 14px;
    }
}
.inbound_tour_listing .block.block-min{
	max-width:825px;
	margin:0 auto;
}
.inbound_tour_listing .point .row .colb8 p{
		padding-top:40px;
	font-size:1.5em;
			padding-left:20px;
	}
@media screen and (max-width: 759px) {
.inbound_tour_listing .point .row .colb2{
	width:100%;	
}
.inbound_tour_listing .point .row .colb2 img{
		max-width:70px;	
		margin:0 auto;
	}
	.inbound_tour_listing .point .row .colb8 {
			width:100%;	
	}
	.inbound_tour_listing .point .row .colb8 p{
		padding-top:10px;
		padding-left:0;
		font-size:1.2em;
	}
}
.inbound_tour_listing .check_point .checkbox>span{
	font-size:1.5em;
	}
@media screen and (max-width: 759px) {
.inbound_tour_listing .check_point .listing_headline{
	font-size:1.5em;
	}
.inbound_tour_listing .check_point .checkbox>span{
	font-size:1.1em;
	}
.inbound_tour_listing .check_point .fs170{
	font-size:1.5em;
	}
}
.inbound_tour_listing .box{
    color: #fff;
    /* padding: 40px; */
    display:flex;
    justify-content: center;
    align-items: center;
}
.inbound_tour_listing .box .box-content{
	width: 100%;
	box-sizing: border-box;
}
.inbound_tour_listing .box-bg{
	box-sizing: border-box;
	height: 85%;
	width: 90%;
	margin: 0 auto 0%;
	position:relative;
}

.inbound_tour_listing .box-bg-contet{
	background: rgba(255,255,255,1);
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	z-index:1;
	border-radius: 42px;
}

.inbound_tour_listing .box-bg-contet{
	padding:40px;
	margin-top:40px;
}
@media screen and (max-width: 759px) {
.inbound_tour_listing .box-bg-contet{
	padding:20px;
	margin-top:20px;
}
}
.inbound_tour_listing .box-bg:after {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 42px;
	content: "";
	transform: rotate(-3deg);
	position: absolute;
	margin: auto;
	top: 0;
	z-index: -2;
	right: -4px;
	bottom: -40px;
}
.inbound_tour_listing .box-bg-pink:after{
		background: #FEA2B4;
}
.inbound_tour_listing .box-bg-green:after{
		background: #AAD089;
}
.inbound_tour_listing .box-bg-blue:after{
		background: #6FA6FF;
}
.inbound_tour_listing .listing_headline{
	font-size:2.6em;
}

@media screen and (max-width: 759px) {
.inbound_tour_listing .listing_headline{
	font-size:2.1em;
	}
}
.inbound_tour_listing .listing_overlap .overlap_txt{
	width:50%;
} 
@media screen and (max-width: 759px) {
.inbound_tour_listing .listing_overlap .overlap_txt{
	width:100%;
} 
}
.inbound_tour_listing .overlap-block .overlap-image-inbound_tour_listing{
	width: 50%;
    position: absolute;
    left: 54%;
    bottom: 0%;
    z-index: 1;
}
.inbound_tour_listing .overlap-block .overlap-image-inbound_tour_listing img{
	width:100%;
}
.inbound_tour_listing .under {
	background: linear-gradient(transparent 68%, #FEA2B4 40%);
}
.inbound_tour_listing .under-br{
	margin-left:-12px;
	display: inline;
}
@media screen and (max-width: 759px) {
.inbound_tour_listing .under-br{
	margin-left:0;
	display: inline-block;
}
}
@media screen and (max-width: 759px) {
	.inbound_tour_listing .row .col3{
		width: calc(100% / 3 - 20px);
	}
}


.inbound_tour_listing #footer{
  background:#333;
  color:#fff;
  padding:40px;
  text-align:center;
}

.inbound_tour_listing #footer a{
  color: #fff;
}
.inbound_tour_listing .box .owl-carousel .owl-item {
border-radius: 6%;
    padding: 10px;
    box-sizing: border-box;
	background:#fff;
	height: 380px;
}
@media screen and (max-width: 759px) {
.inbound_tour_listing .box .owl-carousel .owl-item {
	height: 270px;
}
}

@media screen and (max-width: 759px) {
.inbound_tour_listing .row .col2.col_img{
	text-align: center;
}
.inbound_tour_listing .row .col2 img {
    width: 80%;
}
}
.inbound_tour_listing .row .colb2{
	width: 20%;
}
.inbound_tour_listing .row .colb8{
	width: 80%;
}
.inbound_tour_listing .row .bg-white_col2{
    width: 30%;
}

.inbound_tour_listing .row .bg-white_col2 img{
    width: 100%;
}
.inbound_tour_listing .fadeUp{
animation-duration:2s;
}

.inbound_tour_listing .owl-theme .owl-controls{
	top: 30%;
    position: absolute;
    width: 100%;
}

.inbound_tour_listing .owl-theme .owl-controls .owl-nav{
    position: relative;

}
.inbound_tour_listing .owl-theme .owl-controls .owl-nav [class*=owl-]{
	color: #666;
    font-size: 34px;
    padding: 16px 26px;
	background: #d6d6d6;
	border-radius: 50%;
}
.inbound_tour_listing .owl-theme .owl-controls .owl-nav .owl-prev{
	position: absolute;
	left: 0px;
	display:none !important;
}
.inbound_tour_listing .owl-theme .owl-controls .owl-nav .owl-next{
	position: absolute;
	right: 0px;
		display:none !important;
}
/*========= ãƒšãƒ¼ã‚¸ãƒãƒ¼ã‚·ãƒ§ãƒ³CSS ===============*/

.inbound_tour_listing .pagination {
  position:fixed;
  right:20px;
  top: 50%;
    transform: translateY(-50%);
  font-size:1em;
  z-index: 10;
  list-style: none;
}

.inbound_tour_listing .pagination a {
  display:block;
  height:20px;
  margin-bottom:5px;
  color:#fff;
  position:relative;
  padding:4px;
}

.inbound_tour_listing .pagination a.active:after {
  box-shadow:inset 0 0 0 5px;
}

/*ç¾åœ¨åœ°è¡¨ç¤ºã®ãƒ†ã‚­ã‚¹ãƒˆã®è¨­å®š*/
.inbound_tour_listing .pagination a .hover-text {
  position:absolute;
  right:15px;
  top:0;
  opacity:0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px;
}

.inbound_tour_listing .pagination a:hover .hover-text {
  opacity: 1;
}

.inbound_tour_listing .pagination a:after {
  -webkit-transition:box-shadow 0.5s ease;
  transition:box-shadow 0.5s ease;
  width:10px;
  height:10px;
  display: block;
  border:1px solid;
  border-radius:50%;
  content:"";
  position: absolute;
  margin:auto;
  top:0;
  right:3px;
  bottom:0;
}

/*768pxä»¥ä¸‹ã¯ç¾åœ¨åœ°è¡¨ç¤ºã®ãƒ†ã‚­ã‚¹ãƒˆã‚’éžè¡¨ç¤º*/
@media screen and (max-width:768px) { 
.inbound_tour_listing .pagination a .hover-text{
    display: none;
  } 
}