#travelwatch{
	font-size:16px;
	}
	
#travelwatch .slideBox {
	height: 500px;
	overflow: hidden;
	position: relative;
	}

/* 上部スライドショー */
#travelwatch .title {
	font-size: 32px;
	color: #fff;
	z-index: 11;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	}

#travelwatch .item2 {
	z-index: 10;
	opacity: 0;
	width: 100%;
	height: 500px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 15s 0s infinite;
	animation: anime 15s 0s infinite;
	}

#travelwatch .item2:nth-of-type(2) {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	}

#travelwatch .item2:nth-of-type(3) {
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
	}

/* ふわっとアニメーション */
@keyframes anime {
	0% {
	opacity: 0;
	}
	30% {
	opacity: 1;
	}
	35% {
	opacity: 1;
	}
	50% {
	opacity: 0;
	z-index: 9;
	}
	100% {
	opacity: 0;
	}
	}

@-webkit-keyframes anime {
	0% {
	opacity: 0;
	}
	30% {
	opacity: 1;
	}
	35% {
	opacity: 1;
	}
	50% {
	opacity: 0;
	z-index: 9;
	}
	100% {
	opacity: 0;
	}
	}
	
#travelwatch .con1{
	background-image: url("/cpage/fe/travelwatch/img/img_conbg1.jpg");
	background-size: cover;
	padding:2rem;
	color:#fff;
	font-family: "BIZ UDPMincho", serif;
	font-weight: 400;
	font-style: normal;
	text-align:center;
	}
	
#travelwatch .con1 .tex1{
	font-size:2rem;
	}
	
#travelwatch .con1 .tex2 span, #travelwatch .bottombg p{
	display:block;
	}
	
.scroll-space{
	box-sizing: border-box;
	padding-top: 300px;
	height: 1600px;
	color: #fff;
	overflow: hidden;
	}
	
.fadein {
	opacity: 0;
	transform: translate(0,0);
	transition: all 1.5s;
	&.fadein-left{
	transform: translate(-30px,0);
	}
	
&.fadein-right{
	transform: translate(30px,0);
	}
	
&.fadein-up{
	transform: translate(0,-30px);
	}
	
&.fadein-bottom{
	transform: translate(0,30px);
	}
	
&.scrollin{
	opacity: 1 !important;
	transform: translate(0, 0) !important;
	}
	}
	
#travelwatch .con2 {
	background-image: url("/cpage/fe/travelwatch/img/img_conbg2.gif");
	background-size: 100%;
	background-repeat:repeat-y;
	padding: 3rem 5rem;
	}
	
#travelwatch .con2 section{
	margin-bottom:3rem;
	}
	
#travelwatch .con2 .topic{
	font-family: "Libre Baskerville", serif;
	font-weight: 700;
	font-style: normal;
	font-size:2rem;
	text-align:center;
	line-height:2rem;
	color:#bf673f;
	border-bottom:1px solid #bf673f;
	}
	
#travelwatch .con2 .jp{
	text-align:center;
	}
	
#travelwatch .con2 .tptitle{
	text-align:center;
	font-size:1.3rem;
	font-family: "BIZ UDPMincho", serif;
	font-weight: bold;
	font-style: normal;
	}
	
#travelwatch .con2 .imgwrap{
	padding:2rem 0;
	height:660px;
	position: relative;
	z-index: 0; /*追記*/
	}
	
#travelwatch .con2 .imgwrap img{
	width:100%;
	}
	
#travelwatch .con2 .imgwrap p{
	width:50%;
	position: absolute;
	background-color:#f4e4dc;
	padding:4rem 2rem 2rem;
	bottom: 0;
	left: 0;
	z-index:-1;
	}

#travelwatch .bottombg{
	background:#fff;
	position: relative;
	}
	
#travelwatch .bottombg p{
	position: absolute;/*重ねたい子要素にabsolute*/
	top:40%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
	-webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
	transform: translate(-50%,-50%);/*センター寄せの修正*/
	margin: 0!important;/*文字がずれている場合や*/
	padding: 0!important;/*文字が折り返される場合*/
	font-family: "BIZ UDPMincho", serif;
	font-weight: 400;
	font-style: normal;
	text-align:center;
	line-height:2rem;
	}
#travelwatch .con2 a{
	display:block;
	width:80%;
	margin:2rem auto;
	text-align:center;
	padding:1rem;
	background-color:#323232;
	color:#fff;
	font-size:1.3rem;
	}
	#travelwatch .con2 a:hover{
	background-color:#5c5c5c;
	opacity:1;
	}
	/* 769px以上のとき */
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
/* 768px以下のとき */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}