<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
	overflow:auto !important;
}
body {
  overflow:auto !important;
  height: auto;
}
/* modal_product */
.modal_product .slide02 {
	position:absolute;
	top:0px;
}
.preloadimgage{
  position:fixed;
  width:100px;
  height:100px;
  top:-2000px;
  left:-5000px;
}
.modal_product .slide02 {
	position:fixed;
	top:0px;
	display: block;
  width:100%;
  height:100%;
  z-index:3;
  left:0px;
}
.modal_product .slide01 {
	position:fixed;
	top:0px;
	display: block;
  height:100%;
  z-index:3;
  left:0px;
	width:100%;
}
.modal_product .slide01.active,
.modal_product .slide02.active {
z-index:5;
}
#slidebgwrapper{
  position:absolute;
  top:0px;
  width:100%;
  z-index:1;
  height:100%;
}
#slidebgwrapper #slide01bg{
  position:absolute;
  top:0px;
  left:50%;
  right:0px;
  height:100%;
  width:0px;
  overflow:hidden;
  -webkit-transition: width 0.3s ease 0s;
	-moz-transition: width 0.3s ease 0s;
	-o-transition: width 0.3s ease 0s;
	-ms-transition: width 0.3s ease 0s;
	transition: width 0.3s ease 0s;
}
#slidebgwrapper #slide01bg.init.active{
  -webkit-transition: width 0.3s ease 0s;
	-moz-transition: width 0.3s ease 0s;
	-o-transition: width 0.3s ease 0s;
	-ms-transition: width 0.3s ease 0s;
	transition: width 0.3s ease 0s;
}
#slidebgwrapper #slide01bg.active{
  -webkit-transition: width 0.3s ease 0.3s;
	-moz-transition: width 0.3s ease 0.3s;
	-o-transition: width 0.3s ease 0.3s;
	-ms-transition: width 0.3s ease 0.3s;
	transition: width 0.3s ease 0.3s;
  right:0px;
  left:auto;
  width:50%;
}
#slidebgwrapper #slide01bg_inner{
  display: block;
	position: absolute;
	top: 0;
	right: auto;
  left:0px;
	height: 100%;
	content: "";
	background: url(/promaster/campaign_stb/8oceans/img/modal/product/bg_product01.png) no-repeat 50% 50% / cover;
}
#slidebgwrapper #slide01bg.active #slide01bg_inner{
  right: 0px;
  left:auto;
}
#slidebgwrapper #slide02bg{
  position:absolute;
  top:0px;
  left:0px;
  right:auto;
  height:100%;
  width:1px;
  overflow:hidden;
  opacity:0;
  -webkit-transition: width 0.3s ease 0s,opacity 0.01s linear 0.3s;
	-moz-transition: width 0.3s ease 0s,opacity 0.01s linear 0.3s;
	-o-transition: width 0.3s ease 0s,opacity 0.01s linear 0.3s;
	-ms-transition: width 0.3s ease 0s,opacity 0.01s linear 0.3s;
	transition: width 0.3s ease 0s,opacity 0.01s linear 0.3s;
}
#slidebgwrapper #slide02bg.init.active{
  -webkit-transition: width 0.3s ease 0s,opacity 0.01s linear 0.3s;
	-moz-transition: width 0.3s ease 0s,opacity 0.01s linear 0.3s;
	-o-transition: width 0.3s ease 0s,opacity 0.01s linear 0.3s;
	-ms-transition: width 0.3s ease 0s,opacity 0.01s linear 0.3s;
	transition: width 0.3s ease 0s,opacity 0.01s linear 0.3s;
}
#slidebgwrapper #slide02bg.active{
  -webkit-transition: width 0.3s ease 0.3s,opacity 0.01s linear 0.3s;
	-moz-transition: width 0.3s ease 0.3s,opacity 0.01s linear 0.3s;
	-o-transition: width 0.3s ease 0.3s,opacity 0.01s linear 0.3s;
	-ms-transition: width 0.3s ease 0.3s,opacity 0.01s linear 0.3s;
	transition: width 0.3s ease 0.3s,opacity 0.01s linear 0.3s;
  width:50%;
  right:50%;
  left:auto;
  opacity:1;
}
#slidebgwrapper #slide02bg_inner{
  display: block;
	position: absolute;
	top: 0;
	left: 0;
  right:auto;
	height: 100%;
	content: "";
  width:200px;
}
#slidebgwrapper #slide02bg.active #slide02bg_inner{
  left: auto;
  right:0px;
}
#slidebgwrapper #slide02bg_inner .img_product{
  width:100%;
  height:100%;
  display:block;
}
#slidebgwrapper #slide02bg_inner .img_product li{
  display:block;
  position:absolute;
  top:0px;
  left:auto;
  right:0px;
  width:100%;
  height:100%;
  opacity:0;
  min-width:150px;
}
#slidebgwrapper #slide02bg_inner .img_product li.current{
opacity:1;
-webkit-transition: opacity 0.5s ease 0s;
-moz-transition: opacity 0.5s ease 0s;
-o-transition: opacity 0.5s ease 0s;
-ms-transition: opacity 0.5s ease 0s;
transition: opacity 0.5s ease 0s;
}
#slidebgwrapper #slide02bg_inner .img_product .img01 {
	background: url(/promaster/campaign_stb/8oceans/img/modal/product/img_product01.jpg) no-repeat 50% 50% / auto 100%;
}
#slidebgwrapper #slide02bg_inner .img_product .img02 {
	background: url(/promaster/campaign_stb/8oceans/img/modal/product/img_product02.jpg) no-repeat 50% 50% / auto 100%;
}
#slidebgwrapper #slide02bg_inner .img_product .img03 {
	background: url(/promaster/campaign_stb/8oceans/img/modal/product/img_product03.jpg) no-repeat 50% 50% / auto 100%;
}
#slidebgwrapper #slide02bg_inner .img_product .img04 {
	background: url(/promaster/campaign_stb/8oceans/img/modal/product/img_product04.jpg) no-repeat 50% 50% / auto 100%;
}
#slidebgwrapper #slide02bg_inner .img_product .img05 {
	background: url(/promaster/campaign_stb/8oceans/img/modal/product/img_product05.jpg) no-repeat 50% 50% / auto 100%;
}
#slidebgwrapper #slide02bg_inner .img_product .img06 {
	background: url(/promaster/campaign_stb/8oceans/img/modal/product/img_product06.jpg) no-repeat 50% 50% / auto 100%;
}
#slidebgwrapper #slide02bg_inner .img_product .img07 {
	background: url(/promaster/campaign_stb/8oceans/img/modal/product/img_product07.jpg) no-repeat 50% 50% / auto 100%;
}
.modal_product .list_product li a span.str_inner{
  position:relative;
  top:30px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.modal_product .slide02.active .list_product li:nth-child(1) a span.str1 span.str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 0s, opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s, opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s, opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s, opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s, opacity 0.6s ease 0s;
}
.modal_product .slide02.active .list_product li:nth-child(1) a span.str2 span.str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 0.2s, opacity 0.6s ease 0.2s;
  -moz-transition: top 0.6s ease 0.2s, opacity 0.6s ease 0.2s;
  -o-transition: top 0.6s ease 0.2s, opacity 0.6s ease 0.2s;
  -ms-transition: top 0.6s ease 0.2s, opacity 0.6s ease 0.2s;
  transition: top 0.6s ease 0.2s, opacity 0.6s ease 0.2s;
}
.modal_product .slide02.active .list_product li:nth-child(2) a span.str1 span.str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 0.4s, opacity 0.6s ease 0.4s;
  -moz-transition: top 0.6s ease 0.4s, opacity 0.6s ease 0.4s;
  -o-transition: top 0.6s ease 0.4s, opacity 0.6s ease 0.4s;
  -ms-transition: top 0.6s ease 0.4s, opacity 0.6s ease 0.4s;
  transition: top 0.6s ease 0.4s, opacity 0.6s ease 0.4s;
}
.modal_product .slide02.active .list_product li:nth-child(2) a span.str2 span.str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 0.6s, opacity 0.6s ease 0.6s;
  -moz-transition: top 0.6s ease 0.6s, opacity 0.6s ease 0.6s;
  -o-transition: top 0.6s ease 0.6s, opacity 0.6s ease 0.6s;
  -ms-transition: top 0.6s ease 0.6s, opacity 0.6s ease 0.6s;
  transition: top 0.6s ease 0.6s, opacity 0.6s ease 0.6s;
}
.modal_product .slide02.active .list_product li:nth-child(3) a span.str1 span.str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 0.8s, opacity 0.6s ease 0.8s;
  -moz-transition: top 0.6s ease 0.8s, opacity 0.6s ease 0.8s;
  -o-transition: top 0.6s ease 0.8s, opacity 0.6s ease 0.8s;
  -ms-transition: top 0.6s ease 0.8s, opacity 0.6s ease 0.8s;
  transition: top 0.6s ease 0.8s, opacity 0.6s ease 0.8s;
}
.modal_product .slide02.active .list_product li:nth-child(3) a span.str2 span.str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 1.0s, opacity 0.6s ease 1.0s;
  -moz-transition: top 0.6s ease 1.0s, opacity 0.6s ease 1.0s;
  -o-transition: top 0.6s ease 1.0s, opacity 0.6s ease 1.0s;
  -ms-transition: top 0.6s ease 1.0s, opacity 0.6s ease 1.0s;
  transition: top 0.6s ease 1.0s, opacity 0.6s ease 1.0s;
}
.modal_product .slide02.active .list_product li:nth-child(4) a span.str1 span.str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 1.2s,opacity 0.6s ease 1.2s;
  -moz-transition: top 0.6s ease 1.2s,opacity 0.6s ease 1.2s;
  -o-transition: top 0.6s ease 1.2s,opacity 0.6s ease 1.2s;
  -ms-transition: top 0.6s ease 1.2s,opacity 0.6s ease 1.2s;
  transition: top 0.6s ease 1.2s,opacity 0.6s ease 1.2s;
}
.modal_product .slide02.active .list_product li:nth-child(4) a span.str2 span.str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 1.4s,opacity 0.6s ease 1.4s;
  -moz-transition: top 0.6s ease 1.4s,opacity 0.6s ease 1.4s;
  -o-transition: top 0.6s ease 1.4s,opacity 0.6s ease 1.4s;
  -ms-transition: top 0.6s ease 1.4s,opacity 0.6s ease 1.4s;
  transition: top 0.6s ease 1.4s,opacity 0.6s ease 1.4s;
}
.modal_product .slide02.active .list_product li:nth-child(5) a span.str1 span.str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 1.6s,opacity 0.6s ease 1.6s;
  -moz-transition: top 0.6s ease 1.6s,opacity 0.6s ease 1.6s;
  -o-transition: top 0.6s ease 1.6s,opacity 0.6s ease 1.6s;
  -ms-transition: top 0.6s ease 1.6s,opacity 0.6s ease 1.6s;
  transition: top 0.6s ease 1.6s,opacity 0.6s ease 1.6s;
}
.modal_product .slide02.active .list_product li:nth-child(5) a span.str2 span.str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 1.8s,opacity 0.6s ease 1.8s;
  -moz-transition: top 0.6s ease 1.8s,opacity 0.6s ease 1.8s;
  -o-transition: top 0.6s ease 1.8s,opacity 0.6s ease 1.8s;
  -ms-transition: top 0.6s ease 1.8s,opacity 0.6s ease 1.8s;
  transition: top 0.6s ease 1.8s,opacity 0.6s ease 1.8s;
}
.modal_product .slide02.active .list_product li:nth-child(6) a span.str1 span.str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 2s,opacity 0.6s ease 2s;
  -moz-transition: top 0.6s ease 2s,opacity 0.6s ease 2s;
  -o-transition: top 0.6s ease 2s,opacity 0.6s ease 2s;
  -ms-transition: top 0.6s ease 2s,opacity 0.6s ease 2s;
  transition: top 0.6s ease 2s,opacity 0.6s ease 2s;
}
.modal_product .slide02.active .list_product li:nth-child(6) a span.str2 span.str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 2.2s,opacity 0.6s ease 2.2s;
  -moz-transition: top 0.6s ease 2.2s,opacity 0.6s ease 2.2s;
  -o-transition: top 0.6s ease 2.2s,opacity 0.6s ease 2.2s;
  -ms-transition: top 0.6s ease 2.2s,opacity 0.6s ease 2.2s;
  transition: top 0.6s ease 2.2s,opacity 0.6s ease 2.2s;
}
.modal_product .slide02.active .list_product li:nth-child(7) a span.str1 span.str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 2.4s,opacity 0.6s ease 2.4s;
  -moz-transition: top 0.6s ease 2.4s,opacity 0.6s ease 2.4s;
  -o-transition: top 0.6s ease 2.4s,opacity 0.6s ease 2.4s;
  -ms-transition: top 0.6s ease 2.4s,opacity 0.6s ease 2.4s;
  transition: top 0.6s ease 2.4s,opacity 0.6s ease 2.4s;
}
.modal_product .slide02.active .list_product li:nth-child(7) a span.str2 span.str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 2.6s, opacity 0.6s ease 2.6s;
  -moz-transition: top 0.6s ease 2.6s, opacity 0.6s ease 2.6s;
  -o-transition: top 0.6s ease 2.6s, opacity 0.6s ease 2.6s;
  -ms-transition: top 0.6s ease 2.6s, opacity 0.6s ease 2.6s;
  transition: top 0.6s ease 2.6s, opacity 0.6s ease 2.6s;
}
.modal_product_innner .ttl_wrap h2 .strslidein .str_inner{
  position:relative;
  opacity:0;
  top:40px;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.modal_product_innner .ttl_wrap.init h2 &gt; .strslidein .str_inner{
  opacity:1;
  top:0px;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.modal_product_innner .ttl_wrap.init h2 .str_features .strslidein .str_inner{
  opacity:1;
  top:0px;
  -webkit-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
  -moz-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
  -o-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
  -ms-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
  transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
}
.modal_product_innner .ttl_wrap .img_main{
  position:relative;
  opacity:0;
  top:40px;
  -webkit-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
  -moz-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
  -o-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
  -ms-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
  transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
}
.modal_product_innner .ttl_wrap.init .img_main{
  opacity:1;
  top:0px;
}
.strslidein{
  display:inline-block;
}
.strslidein .str_inner{
  position:relative;
}
.slide01 h3 .strslidein .str_inner{
  top:100px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.slide01.active h3 .strslidein .str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
  -moz-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
  -o-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
  -ms-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
  transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
}
.slide01 .left_column h4 .strslidein:nth-of-type(1) .str_inner{
  top:30px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.slide01.active .left_column h4 .strslidein:nth-of-type(1) .str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
  -moz-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
  -o-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
  -ms-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
  transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
}
.slide01 .left_column h4 .strslidein:nth-of-type(2) .str_inner{
  top:30px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.slide01.active .left_column h4 .strslidein:nth-of-type(2) .str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
  -moz-transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
  -o-transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
  -ms-transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
  transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
}
.slide01 .left_column h4 .strslidein:nth-of-type(3) .str_inner{
  top:30px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.slide01.active .left_column h4 .strslidein:nth-of-type(3) .str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 1.0s,opacity 0.6s ease 1.0s;
  -moz-transition: top 0.6s ease 1.0s,opacity 0.6s ease 1.0s;
  -o-transition: top 0.6s ease 1.0s,opacity 0.6s ease 1.0s;
  -ms-transition: top 0.6s ease 1.0s,opacity 0.6s ease 1.0s;
  transition: top 0.6s ease 1.0s,opacity 0.6s ease 1.0s;
}
.slide01 .left_column h4 .strslidein:nth-of-type(4) .str_inner{
  top:30px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.slide01.active .left_column h4 .strslidein:nth-of-type(4) .str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 1.2s,opacity 0.6s ease 1.2s;
  -moz-transition: top 0.6s ease 1.2s,opacity 0.6s ease 1.2s;
  -o-transition: top 0.6s ease 1.2s,opacity 0.6s ease 1.2s;
  -ms-transition: top 0.6s ease 1.2s,opacity 0.6s ease 1.2s;
  transition: top 0.6s ease 1.2s,opacity 0.6s ease 1.2s;
}
.slide01 .left_column h4 .strslidein:nth-of-type(5) .str_inner{
  top:30px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.slide01.active .left_column h4 .strslidein:nth-of-type(5) .str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 1.4s,opacity 0.6s ease 1.4s;
  -moz-transition: top 0.6s ease 1.4s,opacity 0.6s ease 1.4s;
  -o-transition: top 0.6s ease 1.4s,opacity 0.6s ease 1.4s;
  -ms-transition: top 0.6s ease 1.4s,opacity 0.6s ease 1.4s;
  transition: top 0.6s ease 1.4s,opacity 0.6s ease 1.4s;
}
.slide01 .left_column .txt_note .strslidein:nth-of-type(1) .str_inner{
  top:20px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.slide01.active .left_column .txt_note .strslidein:nth-of-type(1) .str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 1.6s,opacity 0.6s ease 1.6s;
  -moz-transition: top 0.6s ease 1.6s,opacity 0.6s ease 1.6s;
  -o-transition: top 0.6s ease 1.6s,opacity 0.6s ease 1.6s;
  -ms-transition: top 0.6s ease 1.6s,opacity 0.6s ease 1.6s;
  transition: top 0.6s ease 1.6s,opacity 0.6s ease 1.6s;
}
.slide01 .left_column .txt_note .strslidein:nth-of-type(2) .str_inner{
  top:20px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.slide01.active .left_column .txt_note .strslidein:nth-of-type(2) .str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 1.8s,opacity 0.6s ease 1.8s;
  -moz-transition: top 0.6s ease 1.8s,opacity 0.6s ease 1.8s;
  -o-transition: top 0.6s ease 1.8s,opacity 0.6s ease 1.8s;
  -ms-transition: top 0.6s ease 1.8s,opacity 0.6s ease 1.8s;
  transition: top 0.6s ease 1.8s,opacity 0.6s ease 1.8s;
}
.modal_product .slide01 .left_column .btn_wrap &gt; p{
	position:relative;
  top:20px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.modal_product .slide01.active .left_column .btn_wrap &gt; p{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 2.0s,opacity 0.6s ease 2.0s;
  -moz-transition: top 0.6s ease 2.0s,opacity 0.6s ease 2.0s;
  -o-transition: top 0.6s ease 2.0s,opacity 0.6s ease 2.0s;
  -ms-transition: top 0.6s ease 2.0s,opacity 0.6s ease 2.0s;
  transition: top 0.6s ease 2.0s,opacity 0.6s ease 2.0s;
}
.modal_product .slide01 .left_column .btn_wrap &gt; a{
	position:relative;
  top:20px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.modal_product .slide01.active .left_column .btn_wrap &gt; a{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 2.2s,opacity 0.6s ease 2.2s;
  -moz-transition: top 0.6s ease 2.2s,opacity 0.6s ease 2.2s;
  -o-transition: top 0.6s ease 2.2s,opacity 0.6s ease 2.2s;
  -ms-transition: top 0.6s ease 2.2s,opacity 0.6s ease 2.2s;
  transition: top 0.6s ease 2.2s,opacity 0.6s ease 2.2s;
}
.slide01 .right_column h4 .strslidein:nth-of-type(1) .str_inner{
  top:20px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.slide01.active .right_column h4 .strslidein:nth-of-type(1) .str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
  -moz-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
  -o-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
  -ms-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
  transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
}
.slide01 .right_column h4 .strslidein:nth-of-type(2) .str_inner{
  top:20px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.slide01.active .right_column h4 .strslidein:nth-of-type(2) .str_inner{
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
  -moz-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
  -o-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
  -ms-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
  transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
}
.slide01 .right_column p .strslidein .str_inner{
  top:20px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.slide01.active .right_column p .strslidein .str_inner{
  -webkit-transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
  -moz-transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
  -o-transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
  -ms-transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
  transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
  top:0px;
  opacity:1;
}
.modal_product h3:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 5px;
	content: "";
	background: #df0615;
  opacity:0;
  -webkit-transition: opacity 0.6s ease 0s;
  -moz-transition: opacity 0.6s ease 0s;
  -o-transition: opacity 0.6s ease 0s;
  -ms-transition: opacity 0.6s ease 0s;
  transition: opacity 0.6s ease 0s;
}
.modal_product .active h3:before {
  -webkit-transition: opacity 0.6s ease 0.8s;
  -moz-transition: opacity 0.6s ease 0.8s;
  -o-transition: opacity 0.6s ease 0.8s;
  -ms-transition: opacity 0.6s ease 0.8s;
  transition: opacity 0.6s ease 0.8s;
  opacity:1;
}
.modal_product .list_product li.current{
	opacity: 0;
}
.modal_product .active .list_product li.current{
  -webkit-transition: opacity 0.6s ease 0.8s;
  -moz-transition: opacity 0.6s ease 0.8s;
  -o-transition: opacity 0.6s ease 0.8s;
  -ms-transition: opacity 0.6s ease 0.8s;
  transition: opacity 0.6s ease 0.8s;
	opacity: 1;
}
.modal_product .pager,
.modal_product .bottomPager,
.modal_product .btn_close{
	opacity: 0;
}
.modal_product.init .pager,
.modal_product.init .bottomPager,
.modal_product.init .btn_close{
	opacity: 1;
  -webkit-transition: opacity 0.6s ease 1.4s;
  -moz-transition: opacity 0.6s ease 1.4s;
  -o-transition: opacity 0.6s ease 1.4s;
  -ms-transition: opacity 0.6s ease 1.4s;
  transition: opacity 0.6s ease 1.4s;
}
	@media screen and (max-width: 1000px) {
    /*sp陦ｨ遉ｺ*/
    .modal_product .slide01 {
      position:static;
    }
    .modal_product .slide02 {
      position:static;
    }
    .modal_product #slidebgwrapper{
      display:none;
    }
    .modal_product .slide02 .contents{
      display:none;
    }
    .modal_product.init .slide01 h3 .strslidein .str_inner{
      top:0px;
      opacity:1;
      -webkit-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
      -moz-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
      -o-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
      -ms-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
      transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
    }
    .modal_product.init .slide01 .left_column h4 .strslidein:nth-of-type(1) .str_inner{
      top:0px;
      opacity:1;
      -webkit-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
      -moz-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
      -o-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
      -ms-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
      transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
    }
    .modal_product.init .slide01 .left_column h4 .strslidein:nth-of-type(2) .str_inner{
      top:0px;
      opacity:1;
      -webkit-transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
      -moz-transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
      -o-transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
      -ms-transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
      transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
    }
    .modal_product.init .slide01 .left_column h4 .strslidein:nth-of-type(3) .str_inner{
      top:0px;
      opacity:1;
      -webkit-transition: top 0.6s ease 1.0s,opacity 0.6s ease 1.0s;
      -moz-transition: top 0.6s ease 1.0s,opacity 0.6s ease 1.0s;
      -o-transition: top 0.6s ease 1.0s,opacity 0.6s ease 1.0s;
      -ms-transition: top 0.6s ease 1.0s,opacity 0.6s ease 1.0s;
      transition: top 0.6s ease 1.0s,opacity 0.6s ease 1.0s;
    }
    .modal_product.init .slide01 .left_column h4 .strslidein:nth-of-type(4) .str_inner{
      top:0px;
      opacity:1;
      -webkit-transition: top 0.6s ease 1.2s,opacity 0.6s ease 1.2s;
      -moz-transition: top 0.6s ease 1.2s,opacity 0.6s ease 1.2s;
      -o-transition: top 0.6s ease 1.2s,opacity 0.6s ease 1.2s;
      -ms-transition: top 0.6s ease 1.2s,opacity 0.6s ease 1.2s;
      transition: top 0.6s ease 1.2s,opacity 0.6s ease 1.2s;
    }
    .modal_product.init .slide01 .left_column h4 .strslidein:nth-of-type(5) .str_inner{
      top:0px;
      opacity:1;
      -webkit-transition: top 0.6s ease 1.4s,opacity 0.6s ease 1.4s;
      -moz-transition: top 0.6s ease 1.4s,opacity 0.6s ease 1.4s;
      -o-transition: top 0.6s ease 1.4s,opacity 0.6s ease 1.4s;
      -ms-transition: top 0.6s ease 1.4s,opacity 0.6s ease 1.4s;
      transition: top 0.6s ease 1.4s,opacity 0.6s ease 1.4s;
    }
    .modal_product.init .slide01 .left_column .txt_note .strslidein:nth-of-type(1) .str_inner{
      top:0px;
      opacity:1;
      -webkit-transition: top 0.6s ease 1.6s,opacity 0.6s ease 1.6s;
      -moz-transition: top 0.6s ease 1.6s,opacity 0.6s ease 1.6s;
      -o-transition: top 0.6s ease 1.6s,opacity 0.6s ease 1.6s;
      -ms-transition: top 0.6s ease 1.6s,opacity 0.6s ease 1.6s;
      transition: top 0.6s ease 1.6s,opacity 0.6s ease 1.6s;
    }
    .modal_product.init .slide01 .left_column .txt_note .strslidein:nth-of-type(2) .str_inner{
      top:0px;
      opacity:1;
      -webkit-transition: top 0.6s ease 1.8s,opacity 0.6s ease 1.8s;
      -moz-transition: top 0.6s ease 1.8s,opacity 0.6s ease 1.8s;
      -o-transition: top 0.6s ease 1.8s,opacity 0.6s ease 1.8s;
      -ms-transition: top 0.6s ease 1.8s,opacity 0.6s ease 1.8s;
      transition: top 0.6s ease 1.8s,opacity 0.6s ease 1.8s;
    }
    .modal_product .slide01 .right_column.init h4 .strslidein:nth-of-type(1) .str_inner{
      top:0px;
      opacity:1;
      -webkit-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
      -moz-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
      -o-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
      -ms-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
      transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
    }
    .modal_product .slide01 .right_column.init h4 .strslidein:nth-of-type(2) .str_inner{
      top:0px;
      opacity:1;
      -webkit-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
      -moz-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
      -o-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
      -ms-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
      transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
    }
    .modal_product .slide01 .right_column.init p .strslidein .str_inner{
      -webkit-transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
      -moz-transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
      -o-transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
      -ms-transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
      transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
      top:0px;
      opacity:1;
    }
    .modal_product .spContents .list_product li figure img{
      position:relative;
      top:50px;
      opacity:0;
    }
    .modal_product .spContents .list_product li.init figure img{
      -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
      -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
      -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
      -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
      transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
      top:0px;
      opacity:1;
    }
    .modal_product .spContents .list_product li .str .strslidein .str_inner{
      position:relative;
      top:50px;
      opacity:0;
    }
    .modal_product .spContents .list_product li.init .str .strslidein .str_inner{
      -webkit-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
      -moz-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
      -o-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
      -ms-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
      transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
      top:0px;
      opacity:1;
    }
    .modal_product .spContents .list_product li p &gt; .strslidein .str_inner{
      position:relative;
      top:50px;
      opacity:0;
    }
    .modal_product .spContents .list_product li.init p &gt; .strslidein .str_inner{
      -webkit-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
      -moz-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
      -o-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
      -ms-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
      transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
      top:0px;
      opacity:1;
    }
  }
/*modal_director*/
.modal_director .slide01,
.modal_director .slide02 {
	position:absolute;
	top:0px;
	width:100%;
}
.modal_director_innner .slide01 .cont02{
  position:relative;
}
.modal_director .slide01 .cont02::before{
	opacity:0;
	-webkit-transition: opacity 0.6s ease 0s;
  -moz-transition: opacity 0.6s ease 0s;
  -o-transition: opacity 0.6s ease 0s;
  -ms-transition: opacity 0.6s ease 0s;
  transition: opacity 0.6s ease 0s;
}
.modal_director #bgcont02wrap{
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:auto;
	right:0px;
  overflow:hidden;
  z-index:1;
	opacity:0;
	-webkit-transition: opacity 0.6s ease 0s;
  -moz-transition: opacity 0.6s ease 0s;
  -o-transition: opacity 0.6s ease 0s;
  -ms-transition: opacity 0.6s ease 0s;
  transition: opacity 0.6s ease 0s;
}
.modal_director.init .slide01.active .cont02::before{
	opacity:1;
}
.modal_director.init .slide01.active #bgcont02wrap{
	opacity:1;
}
@media screen and (max-width: 750px) {
	.modal_director.init .slide01.active .cont02::before{
		opacity:0;
	}
	.modal_director.init .slide01.active #bgcont02wrap{
		opacity:0;
	}
	.modal_director.init .slide01.active .cont02.active #bgcont02wrap{
		opacity:1;
	}
	.modal_director.init .slide01.active .cont02.active::before{
		opacity:1;
	}
}
.modal_director #bgcont02{
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:auto;
	right:0px;
  overflow:hidden;
	background-image:url(/promaster/campaign_stb/8oceans/img/modal/director/bg_director_slide01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.modal_director #bgcont02 canvas{
  position:absolute;
  top:50%;
  left:50%;
  width:100%;
  height:100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal_director #bgcont02 canvas{
  width:100%!important;
  height:100%!important;
}
  @media screen and (max-width: 750px) {
    .modal_director #bgcont02 canvas{
      width:auto!important;
    }
  }
.modal_director_innner .cont02 .inner{
  position:relative;
  z-index:3;
}
.modal_director_innner .slide01 .cont01 .inner .txt_wrap figure img{
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  position:relative;
  top:50px;
  opacity:0;
}
.modal_director_innner .slide01.active .cont01.active .inner .txt_wrap figure img{
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  top:0px;
  opacity:1;
}
.modal_director_innner .slide01 .cont01 .txt01 .str_inner{
  position:relative;
  top:50px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.modal_director_innner .slide01.active .cont01.active .txt01 .str_inner{
  position:relative;
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
  -moz-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
  -o-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
  -ms-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
  transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
}
.modal_director_innner .slide01 .cont01 .txt02 .str_inner{
  position:relative;
  top:50px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.modal_director_innner .slide01.active .cont01.active .txt02 .str_inner{
  position:relative;
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
  -moz-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
  -o-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
  -ms-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
  transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
}
.modal_director_innner .slide01 .cont01 .txt03 .str_inner{
  position:relative;
  top:50px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.modal_director_innner .slide01.active .cont01.active .txt03 .str_inner{
  position:relative;
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
  -moz-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
  -o-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
  -ms-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
  transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
}
.modal_director_innner .slide01 .cont02 .inner .txt_wrap .txt00 .str_inner{
  position:relative;
  top:50px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.modal_director_innner .slide01.active .cont02.active .inner .txt_wrap .txt00 .str_inner{
  position:relative;
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
  -moz-transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
  -o-transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
  -ms-transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
  transition: top 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
}
.modal_director_innner .slide01 .cont02 .inner .txt_wrap .txt01 .str_inner{
  position:relative;
  top:50px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.modal_director_innner .slide01.active .cont02.active .inner .txt_wrap .txt01 .str_inner{
  position:relative;
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 1.0s,opacity 0.6s ease 1.0s;
  -moz-transition: top 0.6s ease 1.0s,opacity 0.6s ease 1.0s;
  -o-transition: top 0.6s ease 1.0s,opacity 0.6s ease 1.0s;
  -ms-transition: top 0.6s ease 1.0s,opacity 0.6s ease 1.0s;
  transition: top 0.6s ease 1.0s,opacity 0.6s ease 1.0s;
}
.modal_director .pager{
  opacity:0;
  -webkit-transition: opacity 0.6s ease 0s;
  -moz-transition: opacity 0.6s ease 0s;
  -o-transition: opacity 0.6s ease 0s;
  -ms-transition: opacity 0.6s ease 0s;
  transition: opacity 0.6s ease 0s;
}
.modal_director.init .pager{
  opacity:1;
  -webkit-transition: opacity 0.6s ease 1.4s;
  -moz-transition: opacity 0.6s ease 1.4s;
  -o-transition: opacity 0.6s ease 1.4s;
  -ms-transition: opacity 0.6s ease 1.4s;
  transition: opacity 0.6s ease 1.4s;
}
.modal_director .btn_close{
  opacity:0;
  -webkit-transition: opacity 0.6s ease 0s;
  -moz-transition: opacity 0.6s ease 0s;
  -o-transition: opacity 0.6s ease 0s;
  -ms-transition: opacity 0.6s ease 0s;
  transition: opacity 0.6s ease 0s;
}
.modal_director.init .btn_close{
  opacity:1;
  -webkit-transition: opacity 0.6s ease 1.4s;
  -moz-transition: opacity 0.6s ease 1.4s;
  -o-transition: opacity 0.6s ease 1.4s;
  -ms-transition: opacity 0.6s ease 1.4s;
  transition: opacity 0.6s ease 1.4s;
}
.modal_director_innner .slide02 p .str_inner{
  position:relative;
  top:50px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.modal_director_innner .slide02.active p .str_inner{
  position:relative;
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.modal_director_innner .slide01{
	-webkit-transition: left 0.01s ease 1s;
  -moz-transition: left 0.01s ease 1s;
  -o-transition: left 0.01s ease 1s;
  -ms-transition: left 0.01s ease 1s;
  transition: left 0.01s ease 1s;
    left: -5000px;
}
.modal_director_innner .slide01.active{
    left: 0px;
		-webkit-transition: none;
	  -moz-transition: none;
	  -o-transition: none;
	  -ms-transition: none;
	  transition: none;
}
.modal_director_innner .slide02{
	-webkit-transition: left 0.01s ease 1s;
  -moz-transition: left 0.01s ease 1s;
  -o-transition: left 0.01s ease 1s;
  -ms-transition: left 0.01s ease 1s;
  transition: left 0.01s ease 1s;
    left: -5000px;
}
.modal_director_innner .slide02.active{
    left: 0px;
		-webkit-transition: none;
	  -moz-transition: none;
	  -o-transition: none;
	  -ms-transition: none;
	  transition: none;
}
.modal_director_innner .slide02 .iframe iframe{
  position:relative;
  top:50px;
  opacity:0;
  -webkit-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -moz-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -o-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  -ms-transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
  transition: top 0.6s ease 0s,opacity 0.6s ease 0s;
}
.modal_director_innner .slide02.active .iframe iframe{
  position:relative;
  top:0px;
  opacity:1;
  -webkit-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
  -moz-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
  -o-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
  -ms-transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
  transition: top 0.6s ease 0.2s,opacity 0.6s ease 0.2s;
}
.is_sp{
  display:none;
  width:1px;
  height:1px;
  position:fixed;
  left:-100px;
  top:-100px;
}
@media screen and (max-width: 1000px) {
  .is_sp{
    display:block;
  }
	  .modal_director .slide01{
			height:1px;
			overflow:hidden;
		}
		.modal_director .slide01.active{
			height:auto;
      overflow:visible;
      padding: 15% 0 0;
		}
  .modal_director #bgcont02{
    width:100% !important;
  }
	.modal_director{
		height:100%;
	}
  .modal_director_innner{
		box-sizing: border-box;
    position:relative;
    height:100%;
	}
  .modal_director_innner .slide01.active{
    position:static;
  }
  .modal_director_innner .slide02.active{
    position:static;
		top:0px;
		left:0px;
		height:100%;
		overflow:hidden;
  }
  .modal_director_innner .slide01.active .cont02.active .inner .txt_wrap .txt00 .str_inner{
    position:relative;
    top:0px;
    opacity:1;
    -webkit-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
    -moz-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
    -o-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
    -ms-transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
    transition: top 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
  }
  .modal_director_innner .slide01.active .cont02.active .inner .txt_wrap .txt01 .str_inner{
    position:relative;
    top:0px;
    opacity:1;
    -webkit-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
    -moz-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
    -o-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
    -ms-transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
    transition: top 0.6s ease 0.6s,opacity 0.6s ease 0.6s;
  }
}
#bg_godeeper_sp{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: url(/promaster/campaign_stb/8oceans/img/modal/product/bg_product01_sp.jpg) no-repeat 0 0 / 100% auto;
	background-position: center top;
	opacity:0;
	background-size:contain;
	z-index:1;
	-webkit-transition: opacity 0.6s ease 0.4s;
	-moz-transition: opacity 0.6s ease 0.4s;
	-o-transition: opacity 0.6s ease 0.4s;
	-ms-transition: opacity 0.6s ease 0.4s;
	transition: opacity 0.6s ease 0.4s;
}
@media screen and (max-width: 1000px) {
	#bg_godeeper_sp{
		display:block;
	}
	.modal_product.init #bg_godeeper_sp{
		display:block;
    opacity:1;
    z-index: 0;
	}
	#modal.init header{
	opacity:1;
	-webkit-transition: opacity 0.6s ease 1.4s;
	-moz-transition: opacity 0.6s ease 1.4s;
	-o-transition: opacity 0.6s ease 1.4s;
	-ms-transition: opacity 0.6s ease 1.4s;
	transition: opacity 0.6s ease 1.4s;
	}
}
</pre></body></html>