html{
	scroll-behavior: smooth;
}

/* 全網頁只要滑鼠滑到連結就變手指 */
a:hover {
  cursor: pointer !important;
}

/* 這行是最上面的板頭 */
header>.inner {
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

/* hoho的logo */
header>.inner a.logo {
  background: url(../images/icon_hoho-02.svg) no-repeat center;
  background-size: cover;
  width: 180px;
  height: 140px;
  left: 0px;
}

/* hoho的logo滑鼠移過去後 */
header>.inner a.logo:hover {
  filter: brightness(1.1);
  transition: 0.2s;
}

/* 右上的icon */
header ul.wrap-link li i[class*="icon-"],
header ul.wrap-link li a[class*="icon-"] {
  background-color: #444;
  color: #ffffff;
  transition: 0.2s;
}

/* 右上的icon滑鼠移過去後 */
header ul.wrap-link li i[class*="icon-"]:hover,
header ul.wrap-link li a[class*="icon-"]:hover {
  background-color: rgb(255, 188, 2);
  color: #ffffff ;
  transition: 0.2s;
}

/* icon旁邊的文字 */
header ul.wrap-link li span {
  color: #444;
  margin-right: 10px;
}

/* 從這邊開始是內容大框架 */
.container {
  background-color: #f9f0df;
}

.container img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.innerbox {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 auto;
}

.showPC{
	display: block;
}
.showMB{
	display: none;
}




.bg1{
	background-image: url(../images/bg1_pc.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.kv {
  position: relative;
}

.box01{
	position: absolute;
    width: 25%;
    top: 36%;
    left: 15%;
}
.box02{
	position: absolute;
    width: 34%;
    top: 54%;
    left: 0%;
	animation-delay: .5s;
	animation-duration: 4s;
}
.box03{
	position: absolute;
    width: 34%;
    top: 37%;
    right: -1%;
}
.box04{
	position: absolute;
    width: 34%;
    top: 63%;
    right: -3%;
	animation-delay: .75s;
	animation-duration: 3s;
}

/*-----上下飄動效果-----*/
 .box-ani{
  z-index: 2;
  animation-name: box-ani;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes box-ani{
	0%{
		transform:translateY(20px);
	}
	50%{
		transform:translateY(0px);
	}
	100%{
		transform:translateY(20px);
	}
}

.bg2{
	background-image: url(../images/bg2_pc.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.bg2 .innerbox, .bg2 .daddySnake{
	position: relative;
}

.part1_PC{
	position: absolute;
    width: 79.4%;
    top: 26.85%;
    left: 10.3%
}

.flexCon{
	display: flex;
}

.Snake{
	position: absolute;
	left: 0%;
	top: 8%;
	width: 20%;
	animation-name: Snake;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes Snake{
	0%{
		transform:rotate(-0deg);
	}
	50%{
		transform:rotate(20deg);
	}
}

.bg3{
	background-image: url(../images/bg3_pc.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.bg3 .innerbox{
	background-image: url(../images/part4_PC.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 24px;
	background-color: #61081c;
}

.bg3 .innerbox:first-child{
	padding-top: 230px;
}

.probg{
	width: 100%;
	aspect-ratio: 12 / 4.5;
	background-image: url(../images/probg_PC.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 0 7%;
}

.proTitle{
	padding-top: 1.5%;
    width: 30%;
    margin: 0 auto 2.5%;
}

.proMarT{
	margin-top: 24px;
}

.bg4{
	background-image: url(../images/bg4_pc.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}









/*側邊欄*/
.navButton{
	display: none;
	justify-content: space-between;
	background-color: #fff;
	padding: 0px 16px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	transition: top .4s ease-in-out;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	z-index: 999;
}

.navButton a{
	color: #000;
	text-decoration: none;
	font-size: 16px;
}

.navButton_pc{
	display: block;
	position: fixed;
	right: 0px;
	top: 150px;
	width: 156px;
	height: 260px;
	padding: 100px 16px 0px 52px;
	background-image: url("../images/navbg.png");
	background-position: top center;
	background-repeat: no-repeat;
	transition: right .4s ease-in-out;
	filter:drop-shadow(4px 8px 8px rgb(201, 20, 0));
	z-index: 999;
}

.navButton_pc a{
	display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
	line-height: 28px;
	font-weight: 700;
    color: #181818;
    text-decoration: none;
}

.navButton_pc a:hover{
	color: #cc3c39;
	font-weight: 900;
}

.navHide .navButton_pc {
	right: -156px;
} 
    

/*swiper*/
.swiper {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0px auto;
}

#swiper-one {
    margin: 0 auto !important;
}

.swiper-slide {
    width: 325px;
    height: auto !important;
    text-align: center;
    font-size: 18px;
    background: transparent;
    padding: 0px 0 0 0;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}






/* 回到上方 */
a#backTop {
  background-color: #444;
	bottom: 52px;
}



@media (max-width: 1200px) {
	.bg3 .innerbox:first-child{
		padding-top: 20%;
	}

  
}
@media (max-width: 1030px) {
  
}

@media (max-width: 845px) {

  .lightbox:target img {
    margin-top: 250px;
  }
  
}

@media (max-width: 780px) {
	.showPC{
		display: none;
	}
	.showMB{
		display: block;
	}

  /* hoho的logo */
  header>.inner a.logo {
    background: url(../images/icon_hoho-02.svg) no-repeat center;
    background-size: cover;
    width: 130px;
    height: 100px;
    left: -10px;
  }



  
	.box01{
		width: 38%;
		top: 27%;
		left: 1%;
	}
	.box02{
		width: 60%;
		top: 54%;
		left: -3%;
	}
	.box03{
		width: 60%;
		top: 66%;
		right: 0%;
	}
	.box04{
		width: 60%;
		top: 79%;
		right: none;
		left: 7%;
	}

	/*-----上下飄動效果-----*/
	@keyframes box-ani{
		0%{
			transform:translateY(15px);
		}
		50%{
			transform:translateY(0px);
		}
		100%{
			transform:translateY(15px);
		}
	}

	.part1_MB{
		position: absolute;
        width: 88%;
        top: 22%;
        left: 6.4%;
	}

	.Snake{
		left: 5%;
		top: 50%;
		width: 35%;
	}
	
	.bg3 .innerbox{
		background-image: url(../images/part4_MB.jpg);
	}

	.probg{
		width: 100%;
		aspect-ratio: 7.5 / 5;
		background-image: url(../images/probg_MB.png);
		background-size: contain;
		padding: 0 7%;
	}

	.bg3 .innerbox:first-child{
		padding-top: 40%;
	}

	.proTitle{
		padding-top: 2.3%;
        width: 43%;
        margin: 0 auto 4%;
	}

	.proMarT {
		margin-top: 8px;
	}


	

}


  @media (max-width: 650px) {

  }

  @media only screen and (max-width: 490px) {

  }

  @media only screen and (max-width: 420px) {

  }


  /*以下自訂*/
  .mySwiper{
    overflow: hidden;
  }
  .swiper-wrapper{
    display: inline-flex;
  }
  .mySwiper .swiper-slide{
    width: 389px;
    height: 453px;
  }
  .plus1Swiper{
	overflow: hidden;
}

